01KXKZHAH7PAKC6ZYJSY36V87G: check-features (helios)

BasicConfig {
    output_rules: [
        "/out/*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KXKZJ193F44MH5B1AQTK1EEH

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-15T22:50:01.471Zjob assigned to worker 01KXKZF4XJGEZZ9N78PZJXW1R4 [factory aws, i-0067f2e2478f73dde] (queued for 0 s)
 
22026-07-15T22:50:07.054Zstarting task 0: "setup"
32026-07-15T22:50:07.060Z++ uname -s
42026-07-15T22:50:07.063Z+ kern=SunOS
52026-07-15T22:50:07.063Z+ build_user=build
62026-07-15T22:50:07.063Z+ build_uid=12345
72026-07-15T22:50:07.063Z+ work_dir=/work
82026-07-15T22:50:07.063Z+ input_dir=/input
92026-07-15T22:50:07.063Z+ [[ 0 == 12345 ]]
102026-07-15T22:50:07.063Z+ case "$kern" in
112026-07-15T22:50:07.063Z+ groupadd -g 12345 build
122026-07-15T22:50:07.063Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-15T22:50:09.069Z+ zfs create -o mountpoint=/work rpool/work
142026-07-15T22:50:09.142Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-15T22:50:09.145Z+ home_fs=zfs
162026-07-15T22:50:09.145Z+ [[ zfs == autofs ]]
172026-07-15T22:50:09.145Z+ mkdir -p /home/build
182026-07-15T22:50:09.145Z+ chown build:build /home/build /work
192026-07-15T22:50:11.146Z+ chmod 0700 /home/build /work
202026-07-15T22:50:11.149Zprocess exited: duration 4093 ms, exit code 0
 
212026-07-15T22:50:11.156Zstarting task 1: "rust-toolchain"
222026-07-15T22:50:11.160Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-15T22:50:11.160Z * rust toolchain channel = "1.96.1"
242026-07-15T22:50:11.160Z * rust toolchain profile = "default"
252026-07-15T22:50:11.160Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-15T22:50:11.160Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-15T22:50:11.160Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-15T22:50:11.164Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-15T22:50:11.164Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-15T22:50:11.231Zinfo: downloading installer
312026-07-15T22:50:12.520Zwarn: It looks like you have an existing rustup settings file at:
322026-07-15T22:50:12.520Zwarn: /home/build/.rustup/settings.toml
332026-07-15T22:50:12.520Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-15T22:50:12.520Zwarn: instead of the one inferred from the default host triple.
352026-07-15T22:50:12.533Zinfo: profile set to default
362026-07-15T22:50:12.533Zinfo: default host triple is x86_64-unknown-illumos
372026-07-15T22:50:12.536Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-15T22:50:12.676Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-15T22:50:12.679Zinfo: downloading 6 components
402026-07-15T22:50:27.107Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-15T22:50:27.108Z
422026-07-15T22:50:27.232Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-15T22:50:27.232Z
442026-07-15T22:50:27.232Z
452026-07-15T22:50:27.232ZRust is installed now. Great!
462026-07-15T22:50:27.232Z
472026-07-15T22:50:27.239ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-15T22:50:27.239Zenvironment variable. This has not been done automatically.
492026-07-15T22:50:27.239Z
502026-07-15T22:50:27.239ZTo configure your current shell, you need to source
512026-07-15T22:50:27.239Zthe corresponding env file under $HOME/.cargo.
522026-07-15T22:50:27.239Z
532026-07-15T22:50:27.239ZThis is usually done by running one of the following (note the leading DOT):
542026-07-15T22:50:27.239Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-15T22:50:27.239Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-15T22:50:27.240Zsource "~/.cargo/env.nu" # For nushell
572026-07-15T22:50:27.240Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-15T22:50:27.240Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-15T22:50:27.240Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-15T22:50:27.240Zwarn: no default linker (`cc`) was found in your PATH
612026-07-15T22:50:27.240Zwarn: many Rust crates require a system C toolchain to build
622026-07-15T22:50:27.249Z+ rustup --version
632026-07-15T22:50:27.258Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-15T22:50:27.261Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-15T22:50:27.279Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-15T22:50:27.282Z+ cargo --version
672026-07-15T22:50:27.297Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-15T22:50:27.300Z+ rustc --version
692026-07-15T22:50:27.320Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-15T22:50:27.324Zprocess exited: duration 16166 ms, exit code 0
 
712026-07-15T22:50:27.332Zstarting task 2: "authentication"
722026-07-15T22:50:27.351Zprocess exited: duration 16 ms, exit code 0
 
732026-07-15T22:50:27.358Zstarting task 3: "clone repository"
742026-07-15T22:50:27.361Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-15T22:50:27.366Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-15T22:50:27.395ZCloning into '/work/oxidecomputer/omicron'...
772026-07-15T22:50:44.747Z+ cd /work/oxidecomputer/omicron
782026-07-15T22:50:44.747Z+ git fetch origin c6314e62fb70cf5738c081d504b441b74f01f86c
792026-07-15T22:50:45.041ZFrom https://github.com/oxidecomputer/omicron
802026-07-15T22:50:45.041Z * branch c6314e62fb70cf5738c081d504b441b74f01f86c -> FETCH_HEAD
812026-07-15T22:50:45.097Z+ [[ -n dap/ls-apis-slightly-less-brittle ]]
822026-07-15T22:50:45.103Z++ git branch --show-current
832026-07-15T22:50:45.104Z+ current=main
842026-07-15T22:50:45.104Z+ [[ main != dap/ls-apis-slightly-less-brittle ]]
852026-07-15T22:50:45.104Z+ git branch -f dap/ls-apis-slightly-less-brittle c6314e62fb70cf5738c081d504b441b74f01f86c
862026-07-15T22:50:45.104Z+ git checkout -f dap/ls-apis-slightly-less-brittle
872026-07-15T22:50:45.304ZSwitched to branch 'dap/ls-apis-slightly-less-brittle'
882026-07-15T22:50:45.307Z+ git reset --hard c6314e62fb70cf5738c081d504b441b74f01f86c
892026-07-15T22:50:45.321ZHEAD is now at c6314e62f small fixes
902026-07-15T22:50:45.324Zprocess exited: duration 17963 ms, exit code 0
 
912026-07-15T22:50:45.330Zstarting task 4: "build"
922026-07-15T22:50:45.334Z+ source .github/buildomat/ci-env.sh
932026-07-15T22:50:45.334Z++ export CARGO_TERM_COLOR=always
942026-07-15T22:50:45.334Z++ CARGO_TERM_COLOR=always
952026-07-15T22:50:45.337Z+++ uname -s
962026-07-15T22:50:45.337Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-15T22:50:45.337Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-15T22:50:45.340Z+ cargo --version
992026-07-15T22:50:45.348Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-15T22:50:45.351Z+ rustc --version
1012026-07-15T22:50:45.374Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-15T22:50:45.377Z+ source ./env.sh
1032026-07-15T22:50:45.377Z++ OLD_SHELL_OPTS=ehxB
1042026-07-15T22:50:45.377Z++ set -o xtrace
1052026-07-15T22:50:45.380Z++++ dirname ./env.sh
1062026-07-15T22:50:45.380Z+++ readlink -f .
1072026-07-15T22:50:45.383Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-07-15T22:50:45.383Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-07-15T22:50:45.383Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-07-15T22:50:45.383Z++ 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
1112026-07-15T22:50:45.383Z++ 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
1122026-07-15T22:50:45.383Z++ 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
1132026-07-15T22:50:45.384Z++ 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
1142026-07-15T22:50:45.384Z++ 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
1152026-07-15T22:50:45.384Z++ 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
1162026-07-15T22:50:45.384Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1172026-07-15T22:50:45.384Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1182026-07-15T22:50:45.384Z++ case $OLD_SHELL_OPTS in
1192026-07-15T22:50:45.384Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-07-15T22:50:45.384Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1212026-07-15T22:50:45.384Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1222026-07-15T22:50:45.384Z+ banner prerequisites
1232026-07-15T22:50:45.387Z
1242026-07-15T22:50:45.387Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-07-15T22:50:45.387Z # # # # # # # # # # # # # # #
1262026-07-15T22:50:45.387Z # # # # ##### # # ##### # # # # # #### #
1272026-07-15T22:50:45.387Z ##### ##### # ##### # # # # # # # # #
1282026-07-15T22:50:45.387Z # # # # # # # # # # # # # # #
1292026-07-15T22:50:45.387Z # # # ###### # # ###### ### # #### # #### #
1302026-07-15T22:50:45.387Z
1312026-07-15T22:50:45.387Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-07-15T22:50:46.890Z Startup: Refreshing catalog 'helios' ... Done
1332026-07-15T22:50:47.007Z Startup: Caching catalogs ... Done
1342026-07-15T22:50:47.537ZPlanning: Solver setup ... Done (0.483s)
1352026-07-15T22:50:47.564ZPlanning: Running solver ... Done (0.027s)
1362026-07-15T22:50:47.577ZPlanning: Finding local manifests ... Done (0.003s)
1372026-07-15T22:50:47.642ZPlanning: Fetching manifests: 0/2 0% complete
1382026-07-15T22:50:47.642ZPlanning: Fetching manifests: 2/2 100% complete
1392026-07-15T22:50:47.642ZPlanning: Package planning ... Done (0.013s)
1402026-07-15T22:50:47.642ZPlanning: Merging actions ... Done (0.002s)
1412026-07-15T22:50:47.786ZPlanning: Checking for conflicting actions ... Done (0.164s)
1422026-07-15T22:50:47.790ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-07-15T22:50:48.627ZPlanning: Evaluating mediators ... Done (0.840s)
1442026-07-15T22:50:48.630ZPlanning: Planning completed in 1.60 seconds
1452026-07-15T22:50:48.636Z Packages to install: 2
1462026-07-15T22:50:48.636Z Estimated space available: 156.06 GB
1472026-07-15T22:50:48.639ZEstimated space to be consumed: 32.66 MB
1482026-07-15T22:50:48.639Z Create boot environment: No
1492026-07-15T22:50:48.639ZCreate backup boot environment: No
1502026-07-15T22:50:48.639Z Rebuild boot archive: No
1512026-07-15T22:50:48.639Z
1522026-07-15T22:50:48.639ZChanged packages:
1532026-07-15T22:50:48.639Zhelios
1542026-07-15T22:50:48.639Z developer/build-essential
1552026-07-15T22:50:48.639Z None -> 11-3.0
1562026-07-15T22:50:48.640Z library/libxmlsec1
1572026-07-15T22:50:48.640Z None -> 1.2.35-3.0
1582026-07-15T22:50:48.660Z
1592026-07-15T22:50:48.661ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-07-15T22:50:49.141ZDownload: Completed 1.28 MB in 0.48 seconds (2.7M/s)
1612026-07-15T22:50:49.202Z Actions: 1/268 actions (Installing new actions)
1622026-07-15T22:50:49.240Z Actions: Completed 268 actions in 0.04 seconds.
1632026-07-15T22:50:49.252ZFinalize: Updating package state database ... Done (0.011s)
1642026-07-15T22:50:49.252ZFinalize: Updating package cache ... Done (0.000s)
1652026-07-15T22:50:49.282ZFinalize: Updating image state ... Done (0.031s)
1662026-07-15T22:50:51.745ZFinalize: Creating fast lookup database ... Done (2.435s)
1672026-07-15T22:50:51.818ZFinalize: Reading search index ... Done (0.012s)
1682026-07-15T22:50:51.821ZFinalize: Updating search index ... Done (0.000s)
1692026-07-15T22:50:51.901ZFinalize: Updating package cache ... Done (0.000s)
1702026-07-15T22:50:52.220ZPlanning: Evaluating mediator changes ... Done
1712026-07-15T22:50:52.326ZPlanning: Checking for conflicting actions ... Done
1722026-07-15T22:50:52.330ZPlanning: Consolidating action changes ... Done
1732026-07-15T22:50:52.484ZPlanning: Evaluating mediators ... Done
1742026-07-15T22:50:52.488ZPlanning: Planning completed in 0.27 seconds
1752026-07-15T22:50:52.507Z Mediators to change: 2
1762026-07-15T22:50:52.507Z Create boot environment: No
1772026-07-15T22:50:52.507ZCreate backup boot environment: No
1782026-07-15T22:50:52.548ZFinalize: Updating package state database ... Done
1792026-07-15T22:50:52.549ZFinalize: Updating package cache ... Done
1802026-07-15T22:50:52.565ZFinalize: Updating image state ... Done
1812026-07-15T22:50:54.532ZFinalize: Creating fast lookup database ... Done
1822026-07-15T22:50:54.593ZFinalize: Reading search index ... Done
1832026-07-15T22:50:54.596ZFinalize: Updating search index ... Done
1842026-07-15T22:50:54.669ZFinalize: Updating package cache ... Done
1852026-07-15T22:50:54.953ZPlanning: Evaluating mediator changes ... Done
1862026-07-15T22:50:55.062ZPlanning: Checking for conflicting actions ... Done
1872026-07-15T22:50:55.066ZPlanning: Consolidating action changes ... Done
1882026-07-15T22:50:55.217ZPlanning: Evaluating mediators ... Done
1892026-07-15T22:50:55.220ZPlanning: Planning completed in 0.27 seconds
1902026-07-15T22:50:55.241Z Mediators to change: 1
1912026-07-15T22:50:55.241Z Create boot environment: No
1922026-07-15T22:50:55.241ZCreate backup boot environment: No
1932026-07-15T22:50:55.309ZFinalize: Updating package state database ... Done
1942026-07-15T22:50:55.309ZFinalize: Updating package cache ... Done
1952026-07-15T22:50:55.313ZFinalize: Updating image state ... Done
1962026-07-15T22:50:57.278ZFinalize: Creating fast lookup database ... Done
1972026-07-15T22:50:57.352ZFinalize: Reading search index ... Done
1982026-07-15T22:50:57.356ZFinalize: Updating search index ... Done
1992026-07-15T22:50:57.428ZFinalize: Updating package cache ... Done
2002026-07-15T22:50:57.747ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-07-15T22:50:57.747Zapache system 2.4 system
2022026-07-15T22:50:57.747Zclang system 15 system
2032026-07-15T22:50:57.747Zcsh system system illumos
2042026-07-15T22:50:57.747Zctags system system illumos
2052026-07-15T22:50:57.747Zfile vendor vendor darwinsys
2062026-07-15T22:50:57.747Zfile system system illumos
2072026-07-15T22:50:57.747Zgcc vendor 14 vendor
2082026-07-15T22:50:57.747Zgcc system 13 system
2092026-07-15T22:50:57.748Zgcc system 10 system
2102026-07-15T22:50:57.748Zgo system 1.25 system
2112026-07-15T22:50:57.748Zllvm system 15 system
2122026-07-15T22:50:57.748Zmariadb system 11.4 system
2132026-07-15T22:50:57.748Zmta vendor vendor dma
2142026-07-15T22:50:57.748Zopenjdk system 17 system
2152026-07-15T22:50:57.748Zopenjdk system 11 system
2162026-07-15T22:50:57.748Zopenssl vendor 3 vendor
2172026-07-15T22:50:57.748Zperl system 5.40 system
2182026-07-15T22:50:57.748Zpostgresql system 18 system
2192026-07-15T22:50:57.748Zpostgresql system 17 system
2202026-07-15T22:50:57.748Zpython vendor 3 vendor
2212026-07-15T22:50:57.748Zpython system 2 system
2222026-07-15T22:50:57.748Zpython3 vendor 3.13 vendor
2232026-07-15T22:50:57.748Zruby system 3.4 system
2242026-07-15T22:50:57.748Zruby system 3.0 system
2252026-07-15T22:50:57.748Zwords vendor vendor american-english
2262026-07-15T22:50:57.748Zwords system system australian-english
2272026-07-15T22:50:57.749Zwords system system british-english
2282026-07-15T22:50:57.749Zwords system system canadian-english
2292026-07-15T22:50:57.749Zwords system system french
2302026-07-15T22:50:57.749Zwords system system italian
2312026-07-15T22:50:57.749Zwords system system ngerman
2322026-07-15T22:50:57.749Zwords system system ogerman
2332026-07-15T22:50:57.749Zwords system system spanish
2342026-07-15T22:50:58.002ZPUBLISHER TYPE STATUS P LOCATION
2352026-07-15T22:50:58.002Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-07-15T22:50:58.314ZFMRI IFO
2372026-07-15T22:50:58.314Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-07-15T22:50:58.314Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-07-15T22:50:58.314Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-07-15T22:50:58.314Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-07-15T22:50:58.314Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-07-15T22:50:58.314Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-07-15T22:50:58.315Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-07-15T22:50:58.315Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-07-15T22:50:58.315Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-07-15T22:50:58.591Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-07-15T22:50:58.862Z Updating crates.io index
2482026-07-15T22:50:58.864Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-07-15T22:50:59.132Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-07-15T22:50:59.425Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-07-15T22:51:00.656Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-07-15T22:51:01.229Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-07-15T22:51:03.173Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-07-15T22:51:04.120Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-07-15T22:51:04.379Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-07-15T22:51:04.699Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-07-15T22:51:06.069Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-07-15T22:51:06.319Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-07-15T22:51:06.645Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602026-07-15T22:51:06.875Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-07-15T22:51:07.368Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-07-15T22:51:07.874Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2632026-07-15T22:51:08.133Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-07-15T22:51:08.311Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-07-15T22:51:08.583Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-07-15T22:51:08.890Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-07-15T22:51:09.107Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682026-07-15T22:51:09.424Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692026-07-15T22:51:09.665Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-07-15T22:51:10.028Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2712026-07-15T22:51:10.375Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-07-15T22:51:10.609Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-07-15T22:51:11.013Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-07-15T22:51:11.251Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2752026-07-15T22:51:11.708Z Updating git repository `https://github.com/oxidecomputer/ispf`
2762026-07-15T22:51:11.930Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2772026-07-15T22:51:12.133Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2782026-07-15T22:51:12.432Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2792026-07-15T22:51:12.757Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2802026-07-15T22:51:13.182Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2812026-07-15T22:51:13.434Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2822026-07-15T22:51:13.689Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-07-15T22:51:13.944Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2842026-07-15T22:51:14.231Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2852026-07-15T22:51:14.455Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2862026-07-15T22:51:14.726Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2872026-07-15T22:51:14.950Z Updating git repository `https://github.com/illumos/smf-rs`
2882026-07-15T22:51:17.668Z Downloading crates ...
2892026-07-15T22:51:17.716Z Downloaded clap_lex v1.0.0
2902026-07-15T22:51:17.724Z Downloaded cargo_metadata v0.23.1
2912026-07-15T22:51:17.727Z Downloaded fs-err v3.3.0
2922026-07-15T22:51:17.727Z Downloaded anstyle v1.0.14
2932026-07-15T22:51:17.732Z Downloaded pest_meta v2.8.6
2942026-07-15T22:51:17.737Z Downloaded smawk v0.3.2
2952026-07-15T22:51:17.737Z Downloaded semver v1.0.28
2962026-07-15T22:51:17.737Z Downloaded plain v0.2.3
2972026-07-15T22:51:17.737Z Downloaded zmij v1.0.21
2982026-07-15T22:51:17.740Z Downloaded cpufeatures v0.2.17
2992026-07-15T22:51:17.743Z Downloaded clap v4.6.1
3002026-07-15T22:51:17.746Z Downloaded is_terminal_polyfill v1.70.2
3012026-07-15T22:51:17.746Z Downloaded block-buffer v0.10.4
3022026-07-15T22:51:17.749Z Downloaded memmap v0.7.0
3032026-07-15T22:51:17.749Z Downloaded pest_generator v2.8.6
3042026-07-15T22:51:17.749Z Downloaded log v0.4.29
3052026-07-15T22:51:17.753Z Downloaded fnv v1.0.7
3062026-07-15T22:51:17.753Z Downloaded cfg-if v1.0.4
3072026-07-15T22:51:17.753Z Downloaded zerocopy v0.7.35
3082026-07-15T22:51:17.760Z Downloaded fastrand v2.3.0
3092026-07-15T22:51:17.763Z Downloaded anstyle-query v1.1.5
3102026-07-15T22:51:17.763Z Downloaded anstyle-parse v1.0.0
3112026-07-15T22:51:17.763Z Downloaded errno v0.3.14
3122026-07-15T22:51:17.766Z Downloaded generic-array v0.14.7
3132026-07-15T22:51:17.766Z Downloaded dtrace-parser v0.2.0
3142026-07-15T22:51:17.766Z Downloaded digest v0.10.7
3152026-07-15T22:51:17.766Z Downloaded equivalent v1.0.2
3162026-07-15T22:51:17.769Z Downloaded macaddr v1.0.1
3172026-07-15T22:51:17.772Z Downloaded bytecount v0.6.9
3182026-07-15T22:51:17.775Z Downloaded autocfg v1.5.0
3192026-07-15T22:51:17.778Z Downloaded camino-tempfile v1.4.1
3202026-07-15T22:51:17.783Z Downloaded version_check v0.9.5
3212026-07-15T22:51:17.786Z Downloaded terminal_size v0.4.3
3222026-07-15T22:51:17.789Z Downloaded toml_write v0.1.2
3232026-07-15T22:51:17.789Z Downloaded dof v0.3.0
3242026-07-15T22:51:17.792Z Downloaded usdt-attr-macro v0.5.0
3252026-07-15T22:51:17.792Z Downloaded usdt v0.5.0
3262026-07-15T22:51:17.792Z Downloaded crypto-common v0.1.7
3272026-07-15T22:51:17.792Z Downloaded colorchoice v1.0.4
3282026-07-15T22:51:17.792Z Downloaded heck v0.4.1
3292026-07-15T22:51:17.798Z Downloaded once_cell v1.21.3
3302026-07-15T22:51:17.801Z Downloaded anyhow v1.0.102
3312026-07-15T22:51:17.804Z Downloaded strsim v0.11.1
3322026-07-15T22:51:17.807Z Downloaded itoa v1.0.17
3332026-07-15T22:51:17.810Z Downloaded thread-id v4.2.2
3342026-07-15T22:51:17.816Z Downloaded serde_spanned v0.6.9
3352026-07-15T22:51:17.820Z Downloaded cargo-platform v0.3.2
3362026-07-15T22:51:17.823Z Downloaded swrite v0.1.0
3372026-07-15T22:51:17.826Z Downloaded utf8parse v0.2.2
3382026-07-15T22:51:17.831Z Downloaded toml_datetime v0.6.11
3392026-07-15T22:51:17.834Z Downloaded usdt-macro v0.5.0
3402026-07-15T22:51:17.837Z Downloaded unicode-linebreak v0.1.5
3412026-07-15T22:51:17.837Z Downloaded pretty-hex v0.4.1
3422026-07-15T22:51:17.837Z Downloaded scroll_derive v0.12.1
3432026-07-15T22:51:17.837Z Downloaded proc-macro-error-attr v1.0.4
3442026-07-15T22:51:17.842Z Downloaded camino v1.2.2
3452026-07-15T22:51:17.845Z Downloaded heck v0.5.0
3462026-07-15T22:51:17.845Z Downloaded tabled_derive v0.7.0
3472026-07-15T22:51:17.850Z Downloaded byteorder v1.5.0
3482026-07-15T22:51:17.854Z Downloaded thiserror v1.0.69
3492026-07-15T22:51:17.857Z Downloaded getrandom v0.4.1
3502026-07-15T22:51:17.860Z Downloaded cargo_toml v0.21.0
3512026-07-15T22:51:17.860Z Downloaded proc-macro-error v1.0.4
3522026-07-15T22:51:17.865Z Downloaded anstream v1.0.0
3532026-07-15T22:51:17.865Z Downloaded quote v1.0.45
3542026-07-15T22:51:17.868Z Downloaded thiserror-impl v1.0.69
3552026-07-15T22:51:17.871Z Downloaded thiserror v2.0.18
3562026-07-15T22:51:17.878Z Downloaded scroll v0.12.0
3572026-07-15T22:51:17.881Z Downloaded sha2 v0.10.9
3582026-07-15T22:51:17.884Z Downloaded papergrid v0.11.0
3592026-07-15T22:51:17.887Z Downloaded usdt-impl v0.5.0
3602026-07-15T22:51:17.887Z Downloaded ucd-trie v0.1.7
3612026-07-15T22:51:17.887Z Downloaded pest_derive v2.8.6
3622026-07-15T22:51:17.891Z Downloaded clap_derive v4.6.1
3632026-07-15T22:51:17.894Z Downloaded bitflags v2.11.0
3642026-07-15T22:51:17.898Z Downloaded thiserror-impl v2.0.18
3652026-07-15T22:51:17.901Z Downloaded serde_tokenstream v0.2.3
3662026-07-15T22:51:17.904Z Downloaded toml v0.8.23
3672026-07-15T22:51:17.916Z Downloaded tempfile v3.25.0
3682026-07-15T22:51:17.919Z Downloaded serde_derive v1.0.228
3692026-07-15T22:51:17.924Z Downloaded proc-macro2 v1.0.106
3702026-07-15T22:51:17.927Z Downloaded unicode-ident v1.0.24
3712026-07-15T22:51:17.930Z Downloaded zerocopy-derive v0.7.35
3722026-07-15T22:51:17.938Z Downloaded textwrap v0.16.2
3732026-07-15T22:51:17.948Z Downloaded serde_core v1.0.228
3742026-07-15T22:51:17.953Z Downloaded hashbrown v0.17.0
3752026-07-15T22:51:17.956Z Downloaded serde v1.0.228
3762026-07-15T22:51:17.965Z Downloaded toml_edit v0.22.27
3772026-07-15T22:51:17.968Z Downloaded memchr v2.8.0
3782026-07-15T22:51:17.976Z Downloaded indexmap v2.14.0
3792026-07-15T22:51:17.979Z Downloaded typenum v1.20.1
3802026-07-15T22:51:17.995Z Downloaded pest v2.8.6
3812026-07-15T22:51:18.009Z Downloaded clap_builder v4.6.0
3822026-07-15T22:51:18.013Z Downloaded serde_json v1.0.150
3832026-07-15T22:51:18.026Z Downloaded winnow v0.7.14
3842026-07-15T22:51:18.036Z Downloaded goblin v0.8.2
3852026-07-15T22:51:18.039Z Downloaded tabled v0.15.0
3862026-07-15T22:51:18.059Z Downloaded syn v1.0.109
3872026-07-15T22:51:18.066Z Downloaded syn v2.0.117
3882026-07-15T22:51:18.071Z Downloaded unicode-width v0.2.0
3892026-07-15T22:51:18.074Z Downloaded unicode-width v0.1.14
3902026-07-15T22:51:18.088Z Downloaded rustix v1.1.3
3912026-07-15T22:51:18.108Z Downloaded libc v0.2.185
3922026-07-15T22:51:18.171Z Compiling proc-macro2 v1.0.106
3932026-07-15T22:51:18.171Z Compiling unicode-ident v1.0.24
3942026-07-15T22:51:18.171Z Compiling quote v1.0.45
3952026-07-15T22:51:18.171Z Compiling serde_core v1.0.228
3962026-07-15T22:51:18.174Z Compiling libc v0.2.185
3972026-07-15T22:51:18.174Z Compiling version_check v0.9.5
3982026-07-15T22:51:18.174Z Compiling memchr v2.8.0
3992026-07-15T22:51:18.174Z Compiling serde v1.0.228
4002026-07-15T22:51:18.500Z Compiling zmij v1.0.21
4012026-07-15T22:51:18.746Z Compiling itoa v1.0.17
4022026-07-15T22:51:18.838Z Compiling ucd-trie v0.1.7
4032026-07-15T22:51:18.869Z Compiling thiserror v1.0.69
4042026-07-15T22:51:18.981Z Compiling pest v2.8.6
4052026-07-15T22:51:19.191Z Compiling byteorder v1.5.0
4062026-07-15T22:51:19.241Z Compiling rustix v1.1.3
4072026-07-15T22:51:19.349Z Compiling errno v0.3.14
4082026-07-15T22:51:19.426Z Compiling serde_json v1.0.150
4092026-07-15T22:51:19.526Z Compiling bitflags v2.11.0
4102026-07-15T22:51:19.723Z Compiling syn v2.0.117
4112026-07-15T22:51:19.750Z Compiling thread-id v4.2.2
4122026-07-15T22:51:19.786Z Compiling usdt-impl v0.5.0
4132026-07-15T22:51:19.836Z Compiling proc-macro-error-attr v1.0.4
4142026-07-15T22:51:19.938Z Compiling syn v1.0.109
4152026-07-15T22:51:20.018Z Compiling pest_meta v2.8.6
4162026-07-15T22:51:20.042Z Compiling camino v1.2.2
4172026-07-15T22:51:20.327Z Compiling proc-macro-error v1.0.4
4182026-07-15T22:51:20.404Z Compiling log v0.4.29
4192026-07-15T22:51:20.437Z Compiling hashbrown v0.17.0
4202026-07-15T22:51:20.530Z Compiling equivalent v1.0.2
4212026-07-15T22:51:20.600Z Compiling getrandom v0.4.1
4222026-07-15T22:51:20.783Z Compiling plain v0.2.3
4232026-07-15T22:51:20.909Z Compiling utf8parse v0.2.2
4242026-07-15T22:51:20.933Z Compiling terminal_size v0.4.3
4252026-07-15T22:51:21.001Z Compiling anstyle-parse v1.0.0
4262026-07-15T22:51:21.019Z Compiling indexmap v2.14.0
4272026-07-15T22:51:21.654Z Compiling is_terminal_polyfill v1.70.2
4282026-07-15T22:51:21.674Z Compiling thiserror v2.0.18
4292026-07-15T22:51:21.677Z Compiling anstyle v1.0.14
4302026-07-15T22:51:21.706Z Compiling anstyle-query v1.1.5
4312026-07-15T22:51:21.723Z Compiling toml_write v0.1.2
4322026-07-15T22:51:21.751Z Compiling pretty-hex v0.4.1
4332026-07-15T22:51:21.820Z Compiling colorchoice v1.0.4
4342026-07-15T22:51:21.891Z Compiling autocfg v1.5.0
4352026-07-15T22:51:21.915Z Compiling winnow v0.7.14
4362026-07-15T22:51:21.934Z Compiling cfg-if v1.0.4
4372026-07-15T22:51:21.952Z Compiling anstream v1.0.0
4382026-07-15T22:51:22.013Z Compiling pest_generator v2.8.6
4392026-07-15T22:51:22.265Z Compiling once_cell v1.21.3
4402026-07-15T22:51:22.284Z Compiling strsim v0.11.1
4412026-07-15T22:51:22.334Z Compiling fs-err v3.3.0
4422026-07-15T22:51:22.551Z Compiling fastrand v2.3.0
4432026-07-15T22:51:22.605Z Compiling fnv v1.0.7
4442026-07-15T22:51:22.675Z Compiling heck v0.5.0
4452026-07-15T22:51:22.716Z Compiling anyhow v1.0.102
4462026-07-15T22:51:22.735Z Compiling unicode-width v0.1.14
4472026-07-15T22:51:22.815Z Compiling heck v0.4.1
4482026-07-15T22:51:22.837Z Compiling bytecount v0.6.9
4492026-07-15T22:51:22.925Z Compiling clap_lex v1.0.0
4502026-07-15T22:51:22.982Z Compiling papergrid v0.11.0
4512026-07-15T22:51:23.025Z Compiling tempfile v3.25.0
4522026-07-15T22:51:23.163Z Compiling clap_builder v4.6.0
4532026-07-15T22:51:23.182Z Compiling semver v1.0.28
4542026-07-15T22:51:23.298Z Compiling cargo-platform v0.3.2
4552026-07-15T22:51:23.342Z Compiling tabled_derive v0.7.0
4562026-07-15T22:51:23.409Z Compiling memmap v0.7.0
4572026-07-15T22:51:23.525Z Compiling unicode-width v0.2.0
4582026-07-15T22:51:23.544Z Compiling smawk v0.3.2
4592026-07-15T22:51:23.589Z Compiling unicode-linebreak v0.1.5
4602026-07-15T22:51:23.693Z Compiling camino-tempfile v1.4.1
4612026-07-15T22:51:23.729Z Compiling serde_derive v1.0.228
4622026-07-15T22:51:23.815Z Compiling thiserror-impl v1.0.69
4632026-07-15T22:51:23.840Z Compiling zerocopy-derive v0.7.35
4642026-07-15T22:51:23.932Z Compiling pest_derive v2.8.6
4652026-07-15T22:51:23.973Z Compiling scroll_derive v0.12.1
4662026-07-15T22:51:24.292Z Compiling thiserror-impl v2.0.18
4672026-07-15T22:51:24.419Z Compiling clap_derive v4.6.1
4682026-07-15T22:51:24.453Z Compiling tabled v0.15.0
4692026-07-15T22:51:24.684Z Compiling scroll v0.12.0
4702026-07-15T22:51:24.747Z Compiling zerocopy v0.7.35
4712026-07-15T22:51:24.974Z Compiling goblin v0.8.2
4722026-07-15T22:51:25.308Z Compiling dtrace-parser v0.2.0
4732026-07-15T22:51:25.327Z Compiling textwrap v0.16.2
4742026-07-15T22:51:25.816Z Compiling swrite v0.1.0
4752026-07-15T22:51:26.239Z Compiling clap v4.6.1
4762026-07-15T22:51:26.968Z Compiling serde_spanned v0.6.9
4772026-07-15T22:51:26.968Z Compiling toml_datetime v0.6.11
4782026-07-15T22:51:26.968Z Compiling cargo_metadata v0.23.1
4792026-07-15T22:51:26.971Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-07-15T22:51:26.971Z Compiling macaddr v1.0.1
4812026-07-15T22:51:27.053Z Compiling dof v0.3.0
4822026-07-15T22:51:27.063Z Compiling serde_tokenstream v0.2.3
4832026-07-15T22:51:27.226Z Compiling toml_edit v0.22.27
4842026-07-15T22:51:27.820Z Compiling usdt-attr-macro v0.5.0
4852026-07-15T22:51:27.821Z Compiling usdt-macro v0.5.0
4862026-07-15T22:51:28.429Z Compiling usdt v0.5.0
4872026-07-15T22:51:28.645Z Compiling toml v0.8.23
4882026-07-15T22:51:28.981Z Compiling cargo_toml v0.21.0
4892026-07-15T22:51:30.262Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902026-07-15T22:51:32.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.85s
4912026-07-15T22:51:32.489Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4922026-07-15T22:51:33.001Z Downloading crates ...
4932026-07-15T22:51:33.100Z Downloaded array-init v0.0.4
4942026-07-15T22:51:33.103Z Downloaded bitflags v1.3.2
4952026-07-15T22:51:33.106Z Downloaded ahash v0.8.12
4962026-07-15T22:51:33.108Z Downloaded atomic-waker v1.1.2
4972026-07-15T22:51:33.111Z Downloaded base16ct v0.2.0
4982026-07-15T22:51:33.114Z Downloaded bitfield-struct v0.6.2
4992026-07-15T22:51:33.119Z Downloaded darling v0.13.4
5002026-07-15T22:51:33.122Z Downloaded convert_case v0.10.0
5012026-07-15T22:51:33.125Z Downloaded bcrypt-pbkdf v0.11.0
5022026-07-15T22:51:33.128Z Downloaded darling_core v0.21.3
5032026-07-15T22:51:33.131Z Downloaded aead v0.5.2
5042026-07-15T22:51:33.131Z Downloaded bitfield-macros v0.19.4
5052026-07-15T22:51:33.134Z Downloaded dtrace-parser v0.3.0
5062026-07-15T22:51:33.134Z Downloaded derive-ex v0.1.8
5072026-07-15T22:51:33.137Z Downloaded derive_builder_core v0.20.2
5082026-07-15T22:51:33.139Z Downloaded bb8 v0.8.6
5092026-07-15T22:51:33.139Z Downloaded argon2 v0.5.3
5102026-07-15T22:51:33.142Z Downloaded async-trait v0.1.89
5112026-07-15T22:51:33.146Z Downloaded backon v1.6.0
5122026-07-15T22:51:33.149Z Downloaded cpubits v0.1.1
5132026-07-15T22:51:33.149Z Downloaded adler2 v2.0.1
5142026-07-15T22:51:33.149Z Downloaded debug-ignore v1.0.5
5152026-07-15T22:51:33.149Z Downloaded ascii-canvas v3.0.0
5162026-07-15T22:51:33.152Z Downloaded bit-vec v0.6.3
5172026-07-15T22:51:33.152Z Downloaded assert_matches v1.5.0
5182026-07-15T22:51:33.152Z Downloaded crossbeam-utils v0.8.21
5192026-07-15T22:51:33.154Z Downloaded crc v3.4.0
5202026-07-15T22:51:33.158Z Downloaded bit-set v0.5.3
5212026-07-15T22:51:33.160Z Downloaded darling_macro v0.20.11
5222026-07-15T22:51:33.160Z Downloaded curve25519-dalek-derive v0.1.1
5232026-07-15T22:51:33.163Z Downloaded darling_macro v0.23.0
5242026-07-15T22:51:33.163Z Downloaded crc8 v0.1.1
5252026-07-15T22:51:33.163Z Downloaded ciborium-io v0.2.2
5262026-07-15T22:51:33.166Z Downloaded difflib v0.4.0
5272026-07-15T22:51:33.166Z Downloaded base64ct v1.8.3
5282026-07-15T22:51:33.168Z Downloaded ctr v0.10.1
5292026-07-15T22:51:33.168Z Downloaded defmt v0.3.100
5302026-07-15T22:51:33.168Z Downloaded crypto-primes v0.7.2
5312026-07-15T22:51:33.174Z Downloaded endian-type v0.1.2
5322026-07-15T22:51:33.177Z Downloaded embedded-io v0.4.0
5332026-07-15T22:51:33.177Z Downloaded crypto-common v0.2.2
5342026-07-15T22:51:33.177Z Downloaded arrayref v0.3.9
5352026-07-15T22:51:33.179Z Downloaded diesel_table_macro_syntax v0.3.0
5362026-07-15T22:51:33.179Z Downloaded cookie v0.18.1
5372026-07-15T22:51:33.186Z Downloaded async-stream v0.3.6
5382026-07-15T22:51:33.186Z Downloaded cfg_aliases v0.2.1
5392026-07-15T22:51:33.186Z Downloaded dirs-sys-next v0.1.2
5402026-07-15T22:51:33.190Z Downloaded cpufeatures v0.3.0
5412026-07-15T22:51:33.190Z Downloaded cfg_aliases v0.1.1
5422026-07-15T22:51:33.190Z Downloaded async-recursion v1.1.1
5432026-07-15T22:51:33.190Z Downloaded bit-set v0.8.0
5442026-07-15T22:51:33.190Z Downloaded async-bb8-diesel v0.2.1
5452026-07-15T22:51:33.193Z Downloaded ena v0.14.4
5462026-07-15T22:51:33.193Z Downloaded cstr-argument v0.1.2
5472026-07-15T22:51:33.193Z Downloaded cipher v0.4.4
5482026-07-15T22:51:33.193Z Downloaded displaydoc v0.2.5
5492026-07-15T22:51:33.196Z Downloaded arc-swap v1.8.2
5502026-07-15T22:51:33.199Z Downloaded atomicwrites v0.4.4
5512026-07-15T22:51:33.199Z Downloaded async-stream-impl v0.3.6
5522026-07-15T22:51:33.199Z Downloaded atty v0.2.14
5532026-07-15T22:51:33.199Z Downloaded aead v0.6.1
5542026-07-15T22:51:33.202Z Downloaded crc-catalog v2.4.0
5552026-07-15T22:51:33.202Z Downloaded convert_case v0.4.0
5562026-07-15T22:51:33.202Z Downloaded csv-core v0.1.13
5572026-07-15T22:51:33.206Z Downloaded critical-section v1.2.0
5582026-07-15T22:51:33.206Z Downloaded darling_macro v0.21.3
5592026-07-15T22:51:33.209Z Downloaded crunchy v0.2.4
5602026-07-15T22:51:33.209Z Downloaded castaway v0.2.4
5612026-07-15T22:51:33.209Z Downloaded base16ct v1.0.0
5622026-07-15T22:51:33.209Z Downloaded ciborium-ll v0.2.2
5632026-07-15T22:51:33.212Z Downloaded block-padding v0.4.2
5642026-07-15T22:51:33.212Z Downloaded compression-core v0.4.31
5652026-07-15T22:51:33.215Z Downloaded derive_builder_macro v0.20.2
5662026-07-15T22:51:33.215Z Downloaded cobs v0.3.0
5672026-07-15T22:51:33.218Z Downloaded dunce v1.0.5
5682026-07-15T22:51:33.218Z Downloaded block-buffer v0.12.1
5692026-07-15T22:51:33.221Z Downloaded defmt-parser v1.0.0
5702026-07-15T22:51:33.224Z Downloaded darling_macro v0.13.4
5712026-07-15T22:51:33.224Z Downloaded dof v0.4.0
5722026-07-15T22:51:33.227Z Downloaded document-features v0.2.12
5732026-07-15T22:51:33.230Z Downloaded embedded-io v0.6.1
5742026-07-15T22:51:33.230Z Downloaded dsl_auto_type v0.2.0
5752026-07-15T22:51:33.234Z Downloaded dirs-next v2.0.0
5762026-07-15T22:51:33.234Z Downloaded crucible-workspace-hack v0.1.0
5772026-07-15T22:51:33.240Z Downloaded dropshot-api-manager-types v0.7.2
5782026-07-15T22:51:33.240Z Downloaded downcast-rs v2.0.2
5792026-07-15T22:51:33.240Z Downloaded env_filter v1.0.0
5802026-07-15T22:51:33.243Z Downloaded enum-as-inner v0.6.1
5812026-07-15T22:51:33.243Z Downloaded dyn-clone v1.0.20
5822026-07-15T22:51:33.243Z Downloaded ed25519 v2.2.3
5832026-07-15T22:51:33.246Z Downloaded const_format_proc_macros v0.2.34
5842026-07-15T22:51:33.246Z Downloaded backoff v0.4.0
5852026-07-15T22:51:33.250Z Downloaded bitfield v0.19.4
5862026-07-15T22:51:33.250Z Downloaded argon2 v0.6.0-rc.8
5872026-07-15T22:51:33.250Z Downloaded anstyle-parse v0.2.7
5882026-07-15T22:51:33.255Z Downloaded crossbeam-deque v0.8.6
5892026-07-15T22:51:33.255Z Downloaded display-error-chain v0.2.2
5902026-07-15T22:51:33.255Z Downloaded fixedbitset v0.4.2
5912026-07-15T22:51:33.258Z Downloaded arrayvec v0.7.6
5922026-07-15T22:51:33.258Z Downloaded anstream v0.6.21
5932026-07-15T22:51:33.258Z Downloaded diesel-dtrace v0.5.0
5942026-07-15T22:51:33.262Z Downloaded cookie_store v0.22.1
5952026-07-15T22:51:33.262Z Downloaded float-cmp v0.10.0
5962026-07-15T22:51:33.262Z Downloaded foreign-types v0.3.2
5972026-07-15T22:51:33.265Z Downloaded foreign-types-shared v0.1.1
5982026-07-15T22:51:33.265Z Downloaded foreign-types-macros v0.2.3
5992026-07-15T22:51:33.265Z Downloaded float-ord v0.3.2
6002026-07-15T22:51:33.272Z Downloaded futures-core v0.3.32
6012026-07-15T22:51:33.272Z Downloaded funty v2.0.0
6022026-07-15T22:51:33.272Z Downloaded futures-task v0.3.32
6032026-07-15T22:51:33.275Z Downloaded futures-sink v0.3.32
6042026-07-15T22:51:33.277Z Downloaded gethostname v0.5.0
6052026-07-15T22:51:33.277Z Downloaded futures-macro v0.3.32
6062026-07-15T22:51:33.277Z Downloaded futures-io v0.3.32
6072026-07-15T22:51:33.277Z Downloaded ghash v0.6.0
6082026-07-15T22:51:33.277Z Downloaded fxhash v0.2.1
6092026-07-15T22:51:33.277Z Downloaded form_urlencoded v1.2.2
6102026-07-15T22:51:33.277Z Downloaded foreign-types-shared v0.3.1
6112026-07-15T22:51:33.277Z Downloaded foreign-types v0.5.0
6122026-07-15T22:51:33.282Z Downloaded ctutils v0.4.2
6132026-07-15T22:51:33.283Z Downloaded defmt-macros v1.0.1
6142026-07-15T22:51:33.287Z Downloaded data-encoding v2.10.0
6152026-07-15T22:51:33.287Z Downloaded corncobs v0.1.4
6162026-07-15T22:51:33.287Z Downloaded daft-derive v0.1.7
6172026-07-15T22:51:33.291Z Downloaded cipher v0.5.2
6182026-07-15T22:51:33.291Z Downloaded constant_time_eq v0.4.2
6192026-07-15T22:51:33.295Z Downloaded byte-wrapper v0.1.0
6202026-07-15T22:51:33.295Z Downloaded ed25519 v3.0.0
6212026-07-15T22:51:33.295Z Downloaded digest v0.11.3
6222026-07-15T22:51:33.298Z Downloaded bit-vec v0.8.0
6232026-07-15T22:51:33.298Z Downloaded cbc v0.2.1
6242026-07-15T22:51:33.298Z Downloaded bcs v0.1.6
6252026-07-15T22:51:33.300Z Downloaded env_logger v0.11.9
6262026-07-15T22:51:33.300Z Downloaded buf-list v1.1.2
6272026-07-15T22:51:33.303Z Downloaded ff v0.13.1
6282026-07-15T22:51:33.303Z Downloaded chacha20 v0.9.1
6292026-07-15T22:51:33.306Z Downloaded cexpr v0.6.0
6302026-07-15T22:51:33.306Z Downloaded fd-lock v4.0.4
6312026-07-15T22:51:33.310Z Downloaded fallible-iterator v0.2.0
6322026-07-15T22:51:33.310Z Downloaded crossbeam-epoch v0.9.18
6332026-07-15T22:51:33.313Z Downloaded globwalk v0.9.1
6342026-07-15T22:51:33.313Z Downloaded enum_dispatch v0.3.13
6352026-07-15T22:51:33.316Z Downloaded cassowary v0.3.0
6362026-07-15T22:51:33.316Z Downloaded either v1.15.0
6372026-07-15T22:51:33.316Z Downloaded hash32 v0.2.1
6382026-07-15T22:51:33.317Z Downloaded ff v0.14.0
6392026-07-15T22:51:33.321Z Downloaded blake2 v0.10.6
6402026-07-15T22:51:33.321Z Downloaded derive_more v0.99.20
6412026-07-15T22:51:33.324Z Downloaded compression-codecs v0.4.37
6422026-07-15T22:51:33.324Z Downloaded hash32 v0.3.1
6432026-07-15T22:51:33.328Z Downloaded camino-tempfile-ext v0.3.3
6442026-07-15T22:51:33.328Z Downloaded hex v0.4.3
6452026-07-15T22:51:33.331Z Downloaded console v0.16.2
6462026-07-15T22:51:33.331Z Downloaded blowfish v0.10.0
6472026-07-15T22:51:33.331Z Downloaded deranged v0.5.8
6482026-07-15T22:51:33.333Z Downloaded hex-literal v1.1.0
6492026-07-15T22:51:33.333Z Downloaded fs-err v2.11.0
6502026-07-15T22:51:33.333Z Downloaded fixedbitset v0.5.7
6512026-07-15T22:51:33.336Z Downloaded headers-core v0.3.0
6522026-07-15T22:51:33.336Z Downloaded glob v0.3.3
6532026-07-15T22:51:33.339Z Downloaded futures-executor v0.3.32
6542026-07-15T22:51:33.339Z Downloaded git-stub v1.0.0
6552026-07-15T22:51:33.339Z Downloaded fs_extra v1.3.0
6562026-07-15T22:51:33.343Z Downloaded foldhash v0.1.5
6572026-07-15T22:51:33.343Z Downloaded hostname v0.4.2
6582026-07-15T22:51:33.343Z Downloaded hostname v0.3.1
6592026-07-15T22:51:33.346Z Downloaded home v0.5.12
6602026-07-15T22:51:33.346Z Downloaded git-stub-vcs v0.1.0
6612026-07-15T22:51:33.346Z Downloaded hyper-tls v0.6.0
6622026-07-15T22:51:33.349Z Downloaded hubpack v0.1.2
6632026-07-15T22:51:33.349Z Downloaded hubpack_derive v0.1.1
6642026-07-15T22:51:33.349Z Downloaded httpdate v1.0.3
6652026-07-15T22:51:33.349Z Downloaded darling v0.20.11
6662026-07-15T22:51:33.351Z Downloaded group v0.13.0
6672026-07-15T22:51:33.355Z Downloaded des v0.9.0
6682026-07-15T22:51:33.355Z Downloaded bzip2 v0.6.1
6692026-07-15T22:51:33.356Z Downloaded chacha20 v0.10.0
6702026-07-15T22:51:33.361Z Downloaded darling v0.21.3
6712026-07-15T22:51:33.366Z Downloaded ecdsa v0.17.0-rc.18
6722026-07-15T22:51:33.366Z Downloaded ciborium v0.2.2
6732026-07-15T22:51:33.366Z Downloaded ecdsa v0.16.9
6742026-07-15T22:51:33.366Z Downloaded console v0.15.11
6752026-07-15T22:51:33.368Z Downloaded bzip2 v0.4.4
6762026-07-15T22:51:33.369Z Downloaded colored v2.2.0
6772026-07-15T22:51:33.372Z Downloaded clang-sys v1.8.1
6782026-07-15T22:51:33.372Z Downloaded group v0.14.0
6792026-07-15T22:51:33.375Z Downloaded indent_write v2.2.0
6802026-07-15T22:51:33.376Z Downloaded illumos-nvpair-sys v0.2.0
6812026-07-15T22:51:33.376Z Downloaded idna_adapter v1.2.1
6822026-07-15T22:51:33.376Z Downloaded ident_case v1.0.1
6832026-07-15T22:51:33.376Z Downloaded dropshot_endpoint v0.17.1
6842026-07-15T22:51:33.379Z Downloaded erased-serde v0.3.31
6852026-07-15T22:51:33.379Z Downloaded illumos-nvpair v0.3.0
6862026-07-15T22:51:33.381Z Downloaded darling v0.23.0
6872026-07-15T22:51:33.384Z Downloaded cancel-safe-futures v0.1.5
6882026-07-15T22:51:33.384Z Downloaded blake2 v0.11.0-rc.6
6892026-07-15T22:51:33.387Z Downloaded const-oid v0.9.6
6902026-07-15T22:51:33.387Z Downloaded cmov v0.5.4
6912026-07-15T22:51:33.389Z Downloaded colored v3.1.1
6922026-07-15T22:51:33.392Z Downloaded cmake v0.1.57
6932026-07-15T22:51:33.392Z Downloaded daft v0.1.7
6942026-07-15T22:51:33.392Z Downloaded http-range v0.1.5
6952026-07-15T22:51:33.397Z Downloaded http-body v1.0.1
6962026-07-15T22:51:33.397Z Downloaded find-msvc-tools v0.1.9
6972026-07-15T22:51:33.397Z Downloaded filetime v0.2.27
6982026-07-15T22:51:33.402Z Downloaded instability v0.3.11
6992026-07-15T22:51:33.402Z Downloaded indoc v1.0.9
7002026-07-15T22:51:33.402Z Downloaded instant v0.1.13
7012026-07-15T22:51:33.402Z Downloaded inout v0.1.4
7022026-07-15T22:51:33.405Z Downloaded is-terminal v0.4.17
7032026-07-15T22:51:33.405Z Downloaded getrandom v0.2.17
7042026-07-15T22:51:33.405Z Downloaded humantime v2.3.0
7052026-07-15T22:51:33.405Z Downloaded is_ci v1.2.0
7062026-07-15T22:51:33.408Z Downloaded internet-checksum v0.2.1
7072026-07-15T22:51:33.408Z Downloaded highway v1.3.0
7082026-07-15T22:51:33.408Z Downloaded half v1.8.3
7092026-07-15T22:51:33.411Z Downloaded inout v0.2.2
7102026-07-15T22:51:33.411Z Downloaded kem v0.3.0
7112026-07-15T22:51:33.411Z Downloaded futures-channel v0.3.32
7122026-07-15T22:51:33.414Z Downloaded foldhash v0.2.0
7132026-07-15T22:51:33.414Z Downloaded globset v0.4.18
7142026-07-15T22:51:33.417Z Downloaded aws-lc-rs v1.16.3
7152026-07-15T22:51:33.420Z Downloaded kstat-rs v0.2.4
7162026-07-15T22:51:33.424Z Downloaded flagset v0.4.7
7172026-07-15T22:51:33.424Z Downloaded defmt v1.0.1
7182026-07-15T22:51:33.428Z Downloaded const-oid v0.10.2
7192026-07-15T22:51:33.428Z Downloaded http-body-util v0.1.3
7202026-07-15T22:51:33.432Z Downloaded derive-where v1.6.0
7212026-07-15T22:51:33.432Z Downloaded lazy_static v1.5.0
7222026-07-15T22:51:33.432Z Downloaded hyper-staticfile v0.10.1
7232026-07-15T22:51:33.435Z Downloaded elliptic-curve v0.13.8
7242026-07-15T22:51:33.435Z Downloaded drift v0.2.0
7252026-07-15T22:51:33.440Z Downloaded lru v0.12.5
7262026-07-15T22:51:33.443Z Downloaded async-compression v0.4.41
7272026-07-15T22:51:33.446Z Downloaded base64 v0.22.1
7282026-07-15T22:51:33.449Z Downloaded lru-cache v0.1.2
7292026-07-15T22:51:33.449Z Downloaded crc-any v2.5.0
7302026-07-15T22:51:33.452Z Downloaded libscf-sys v1.1.0
7312026-07-15T22:51:33.452Z Downloaded memoffset v0.9.1
7322026-07-15T22:51:33.452Z Downloaded lzss v0.8.2
7332026-07-15T22:51:33.455Z Downloaded md5 v0.8.0
7342026-07-15T22:51:33.455Z Downloaded match_cfg v0.1.0
7352026-07-15T22:51:33.455Z Downloaded maplit v1.0.2
7362026-07-15T22:51:33.455Z Downloaded derive_builder v0.20.2
7372026-07-15T22:51:33.458Z Downloaded lru-slab v0.1.2
7382026-07-15T22:51:33.462Z Downloaded ingot-types v0.1.2
7392026-07-15T22:51:33.462Z Downloaded impl-trait-for-tuples v0.2.3
7402026-07-15T22:51:33.466Z Downloaded md-5 v0.10.6
7412026-07-15T22:51:33.466Z Downloaded managed v0.8.0
7422026-07-15T22:51:33.466Z Downloaded mime v0.3.17
7432026-07-15T22:51:33.466Z Downloaded multimap v0.10.1
7442026-07-15T22:51:33.466Z Downloaded maybe-uninit v2.0.0
7452026-07-15T22:51:33.469Z Downloaded elliptic-curve v0.14.0-rc.33
7462026-07-15T22:51:33.469Z Downloaded newtype_derive v0.1.6
7472026-07-15T22:51:33.473Z Downloaded newline-converter v0.3.0
7482026-07-15T22:51:33.473Z Downloaded normalize-line-endings v0.3.0
7492026-07-15T22:51:33.473Z Downloaded futures v0.3.32
7502026-07-15T22:51:33.478Z Downloaded ingot v0.1.1
7512026-07-15T22:51:33.478Z Downloaded new_debug_unreachable v1.0.6
7522026-07-15T22:51:33.478Z Downloaded keccak v0.2.0
7532026-07-15T22:51:33.481Z Downloaded nodrop v0.1.14
7542026-07-15T22:51:33.481Z Downloaded newtype-uuid-macros v0.1.0
7552026-07-15T22:51:33.481Z Downloaded indoc v2.0.7
7562026-07-15T22:51:33.481Z Downloaded nibble_vec v0.1.0
7572026-07-15T22:51:33.484Z Downloaded ipnetwork v0.21.1
7582026-07-15T22:51:33.484Z Downloaded ipnet v2.11.0
7592026-07-15T22:51:33.486Z Downloaded lalrpop-util v0.19.12
7602026-07-15T22:51:33.486Z Downloaded hmac v0.13.0
7612026-07-15T22:51:33.486Z Downloaded hybrid-array v0.4.13
7622026-07-15T22:51:33.489Z Downloaded allocator-api2 v0.2.21
7632026-07-15T22:51:33.492Z Downloaded getrandom v0.3.4
7642026-07-15T22:51:33.495Z Downloaded num v0.4.3
7652026-07-15T22:51:33.495Z Downloaded nonempty v0.12.0
7662026-07-15T22:51:33.495Z Downloaded chacha20poly1305 v0.10.1
7672026-07-15T22:51:33.498Z Downloaded generic-array v1.4.3
7682026-07-15T22:51:33.498Z Downloaded libsw v3.5.0
7692026-07-15T22:51:33.501Z Downloaded libefi-sys v0.1.0
7702026-07-15T22:51:33.501Z Downloaded keccak v0.1.6
7712026-07-15T22:51:33.501Z Downloaded hyper-rustls v0.27.7
7722026-07-15T22:51:33.504Z Downloaded num-conv v0.2.0
7732026-07-15T22:51:33.504Z Downloaded linked-hash-map v0.5.6
7742026-07-15T22:51:33.504Z Downloaded libsw-core v0.3.2
7752026-07-15T22:51:33.507Z Downloaded num-derive v0.3.3
7762026-07-15T22:51:33.507Z Downloaded linear-map v1.2.0
7772026-07-15T22:51:33.510Z Downloaded iana-time-zone v0.1.65
7782026-07-15T22:51:33.510Z Downloaded num-iter v0.1.45
7792026-07-15T22:51:33.513Z Downloaded half v2.7.1
7802026-07-15T22:51:33.513Z Downloaded num-derive v0.4.2
7812026-07-15T22:51:33.516Z Downloaded crossbeam-channel v0.5.15
7822026-07-15T22:51:33.516Z Downloaded crypto-bigint v0.5.5
7832026-07-15T22:51:33.519Z Downloaded olpc-cjson v0.1.4
7842026-07-15T22:51:33.522Z Downloaded num_threads v0.1.7
7852026-07-15T22:51:33.522Z Downloaded num_enum_derive v0.5.11
7862026-07-15T22:51:33.522Z Downloaded lock_api v0.4.14
7872026-07-15T22:51:33.525Z Downloaded diesel_derives v2.3.7
7882026-07-15T22:51:33.528Z Downloaded derive_more v2.1.1
7892026-07-15T22:51:33.533Z Downloaded mime_guess v2.0.5
7902026-07-15T22:51:33.536Z Downloaded openssl-probe v0.1.6
7912026-07-15T22:51:33.536Z Downloaded multer v3.1.0
7922026-07-15T22:51:33.539Z Downloaded openssl-probe v0.2.1
7932026-07-15T22:51:33.539Z Downloaded native-tls v0.2.18
7942026-07-15T22:51:33.543Z Downloaded openssl-macros v0.1.1
7952026-07-15T22:51:33.543Z Downloaded newtype-uuid v1.3.2
7962026-07-15T22:51:33.543Z Downloaded ingot-macros v0.1.1
7972026-07-15T22:51:33.543Z Downloaded der v0.8.0
7982026-07-15T22:51:33.546Z Downloaded parse-display v0.10.0
7992026-07-15T22:51:33.549Z Downloaded oso-derive v0.27.3
8002026-07-15T22:51:33.549Z Downloaded nanorand v0.7.0
8012026-07-15T22:51:33.549Z Downloaded hmac v0.12.1
8022026-07-15T22:51:33.551Z Downloaded parse-size v1.1.0
8032026-07-15T22:51:33.564Z Downloaded packed_struct_codegen v0.10.1
8042026-07-15T22:51:33.567Z Downloaded password-hash v0.6.1
8052026-07-15T22:51:33.567Z Downloaded nu-ansi-term v0.50.3
8062026-07-15T22:51:33.570Z Downloaded jobserver v0.1.34
8072026-07-15T22:51:33.570Z Downloaded httparse v1.10.1
8082026-07-15T22:51:33.572Z Downloaded peg-runtime v0.8.5
8092026-07-15T22:51:33.572Z Downloaded phf_shared v0.11.3
8102026-07-15T22:51:33.572Z Downloaded icu_properties v2.1.2
8112026-07-15T22:51:33.575Z Downloaded ed25519-dalek v2.2.0
8122026-07-15T22:51:33.578Z Downloaded der v0.7.10
8132026-07-15T22:51:33.581Z Downloaded darling_core v0.20.11
8142026-07-15T22:51:33.584Z Downloaded num-complex v0.4.6
8152026-07-15T22:51:33.584Z Downloaded path-slash v0.1.5
8162026-07-15T22:51:33.584Z Downloaded const_format v0.2.35
8172026-07-15T22:51:33.587Z Downloaded phf_shared v0.12.1
8182026-07-15T22:51:33.589Z Downloaded memmap2 v0.9.10
8192026-07-15T22:51:33.589Z Downloaded icu_provider v2.1.1
8202026-07-15T22:51:33.592Z Downloaded heapless v0.7.17
8212026-07-15T22:51:33.597Z Downloaded litemap v0.8.1
8222026-07-15T22:51:33.597Z Downloaded opaque-debug v0.3.1
8232026-07-15T22:51:33.601Z Downloaded num_enum_derive v0.7.6
8242026-07-15T22:51:33.601Z Downloaded num_enum v0.7.6
8252026-07-15T22:51:33.601Z Downloaded phf_shared v0.13.1
8262026-07-15T22:51:33.601Z Downloaded num_enum v0.5.11
8272026-07-15T22:51:33.604Z Downloaded indexmap v1.9.3
8282026-07-15T22:51:33.606Z Downloaded flate2 v1.1.9
8292026-07-15T22:51:33.609Z Downloaded owo-colors v4.3.0
8302026-07-15T22:51:33.612Z Downloaded module-lattice v0.2.3
8312026-07-15T22:51:33.612Z Downloaded flume v0.11.1
8322026-07-15T22:51:33.614Z Downloaded oxnet v0.1.6
8332026-07-15T22:51:33.617Z Downloaded predicates-tree v1.0.13
8342026-07-15T22:51:33.617Z Downloaded predicates-core v1.0.10
8352026-07-15T22:51:33.617Z Downloaded precomputed-hash v0.1.1
8362026-07-15T22:51:33.617Z Downloaded powerfmt v0.2.0
8372026-07-15T22:51:33.620Z Downloaded num-rational v0.4.2
8382026-07-15T22:51:33.620Z Downloaded num-integer v0.1.46
8392026-07-15T22:51:33.622Z Downloaded litrs v1.0.0
8402026-07-15T22:51:33.622Z Downloaded potential_utf v0.1.4
8412026-07-15T22:51:33.625Z Downloaded parking_lot_core v0.8.6
8422026-07-15T22:51:33.625Z Downloaded headers v0.4.1
8432026-07-15T22:51:33.628Z Downloaded libbz2-rs-sys v0.2.2
8442026-07-15T22:51:33.631Z Downloaded password-hash v0.5.0
8452026-07-15T22:51:33.631Z Downloaded parse-display-derive v0.10.0
8462026-07-15T22:51:33.634Z Downloaded packed_struct v0.10.1
8472026-07-15T22:51:33.634Z Downloaded cc v1.2.56
8482026-07-15T22:51:33.636Z Downloaded proc-macro-error-attr2 v2.0.0
8492026-07-15T22:51:33.637Z Downloaded proc-macro-crate v3.4.0
8502026-07-15T22:51:33.637Z Downloaded proc-macro-crate v1.3.1
8512026-07-15T22:51:33.639Z Downloaded bytes v1.11.1
8522026-07-15T22:51:33.642Z Downloaded paste v1.0.15
8532026-07-15T22:51:33.642Z Downloaded peg-macros v0.8.5
8542026-07-15T22:51:33.644Z Downloaded pbkdf2 v0.13.0
8552026-07-15T22:51:33.644Z Downloaded icu_normalizer v2.1.1
8562026-07-15T22:51:33.647Z Downloaded progenitor-client v0.14.0
8572026-07-15T22:51:33.647Z Downloaded icu_normalizer_data v2.1.1
8582026-07-15T22:51:33.650Z Downloaded expectorate v1.2.0
8592026-07-15T22:51:33.653Z Downloaded icu_locale_core v2.1.1
8602026-07-15T22:51:33.656Z Downloaded phc v0.6.1
8612026-07-15T22:51:33.656Z Downloaded progenitor-macro v0.13.0
8622026-07-15T22:51:33.656Z Downloaded ignore v0.4.25
8632026-07-15T22:51:33.659Z Downloaded pin-project-internal v1.1.11
8642026-07-15T22:51:33.659Z Downloaded percent-encoding v2.3.2
8652026-07-15T22:51:33.662Z Downloaded pem-rfc7468 v1.0.0
8662026-07-15T22:51:33.662Z Downloaded phf v0.13.1
8672026-07-15T22:51:33.662Z Downloaded radium v0.7.0
8682026-07-15T22:51:33.666Z Downloaded progenitor-macro v0.14.0
8692026-07-15T22:51:33.666Z Downloaded quick-error v1.2.3
8702026-07-15T22:51:33.666Z Downloaded ml-kem v0.3.2
8712026-07-15T22:51:33.670Z Downloaded pkg-config v0.3.32
8722026-07-15T22:51:33.670Z Downloaded pin-project-lite v0.2.17
8732026-07-15T22:51:33.673Z Downloaded pkcs8 v0.10.2
8742026-07-15T22:51:33.673Z Downloaded indicatif v0.18.4
8752026-07-15T22:51:33.676Z Downloaded oxide-tokio-rt v0.1.4
8762026-07-15T22:51:33.676Z Downloaded hickory-resolver v0.25.2
8772026-07-15T22:51:33.679Z Downloaded poly1305 v0.8.0
8782026-07-15T22:51:33.682Z Downloaded heapless v0.8.0
8792026-07-15T22:51:33.685Z Downloaded hickory-resolver v0.24.4
8802026-07-15T22:51:33.685Z Downloaded port-file v0.1.0
8812026-07-15T22:51:33.689Z Downloaded postgres-protocol v0.6.10
8822026-07-15T22:51:33.689Z Downloaded polyval v0.7.1
8832026-07-15T22:51:33.691Z Downloaded parking_lot_core v0.9.12
8842026-07-15T22:51:33.691Z Downloaded ppv-lite86 v0.2.21
8852026-07-15T22:51:33.694Z Downloaded phf v0.12.1
8862026-07-15T22:51:33.694Z Downloaded pem-rfc7468 v0.7.0
8872026-07-15T22:51:33.694Z Downloaded pem v3.0.6
8882026-07-15T22:51:33.698Z Downloaded derive_more-impl v2.1.1
8892026-07-15T22:51:33.701Z Downloaded ref-cast v1.0.25
8902026-07-15T22:51:33.701Z Downloaded ref-cast-impl v1.0.25
8912026-07-15T22:51:33.701Z Downloaded recursive-proc-macro-impl v0.1.1
8922026-07-15T22:51:33.704Z Downloaded recursive v0.1.1
8932026-07-15T22:51:33.704Z Downloaded ed25519-dalek v3.0.0-rc.0
8942026-07-15T22:51:33.704Z Downloaded primeorder v0.14.0-rc.10
8952026-07-15T22:51:33.707Z Downloaded progenitor-client v0.13.0
8962026-07-15T22:51:33.707Z Downloaded peg v0.8.5
8972026-07-15T22:51:33.710Z Downloaded progenitor v0.13.0
8982026-07-15T22:51:33.712Z Downloaded proc-macro-error2 v2.0.1
8992026-07-15T22:51:33.712Z Downloaded icu_collections v2.1.1
9002026-07-15T22:51:33.715Z Downloaded primeorder v0.13.6
9012026-07-15T22:51:33.718Z Downloaded num-traits v0.2.19
9022026-07-15T22:51:33.721Z Downloaded parking_lot v0.11.2
9032026-07-15T22:51:33.721Z Downloaded crossterm v0.28.1
9042026-07-15T22:51:33.723Z Downloaded progenitor-extras v0.2.0
9052026-07-15T22:51:33.727Z Downloaded pkcs1 v0.8.0-rc.4
9062026-07-15T22:51:33.727Z Downloaded rfc6979 v0.5.0
9072026-07-15T22:51:33.730Z Downloaded rfc6979 v0.4.0
9082026-07-15T22:51:33.730Z Downloaded psl-types v2.0.11
9092026-07-15T22:51:33.730Z Downloaded rustc_version v0.4.1
9102026-07-15T22:51:33.730Z Downloaded rustc-hash v2.1.1
9112026-07-15T22:51:33.733Z Downloaded pkcs8 v0.11.0
9122026-07-15T22:51:33.733Z Downloaded pkcs1 v0.7.5
9132026-07-15T22:51:33.735Z Downloaded miniz_oxide v0.8.9
9142026-07-15T22:51:33.738Z Downloaded russh-util v0.52.0
9152026-07-15T22:51:33.738Z Downloaded rtoolbox v0.0.3
9162026-07-15T22:51:33.738Z Downloaded rand_core v0.6.4
9172026-07-15T22:51:33.741Z Downloaded rand_chacha v0.3.1
9182026-07-15T22:51:33.741Z Downloaded russh-cryptovec v0.61.0
9192026-07-15T22:51:33.741Z Downloaded rand_chacha v0.9.0
9202026-07-15T22:51:33.744Z Downloaded rustc_version v0.1.7
9212026-07-15T22:51:33.744Z Downloaded r2d2 v0.8.10
9222026-07-15T22:51:33.744Z Downloaded papergrid v0.17.0
9232026-07-15T22:51:33.746Z Downloaded psm v0.1.30
9242026-07-15T22:51:33.749Z Downloaded poly1305 v0.9.0
9252026-07-15T22:51:33.752Z Downloaded omicron-zone-package v0.12.3
9262026-07-15T22:51:33.754Z Downloaded jiff-static v0.2.21
9272026-07-15T22:51:33.754Z Downloaded compact_str v0.8.1
9282026-07-15T22:51:33.757Z Downloaded primefield v0.14.0
9292026-07-15T22:51:33.757Z Downloaded postcard v1.1.3
9302026-07-15T22:51:33.760Z Downloaded same-file v1.0.6
9312026-07-15T22:51:33.760Z Downloaded parking_lot v0.12.5
9322026-07-15T22:51:33.762Z Downloaded sapling-renderdag v0.1.0
9332026-07-15T22:51:33.763Z Downloaded scroll_derive v0.13.1
9342026-07-15T22:51:33.765Z Downloaded rand_xorshift v0.4.0
9352026-07-15T22:51:33.765Z Downloaded rand_core v0.10.0
9362026-07-15T22:51:33.765Z Downloaded rand_core v0.9.5
9372026-07-15T22:51:33.768Z Downloaded progenitor v0.14.0
9382026-07-15T22:51:33.769Z Downloaded oso v0.27.3
9392026-07-15T22:51:33.771Z Downloaded secrecy v0.10.3
9402026-07-15T22:51:33.771Z Downloaded scopeguard v1.2.0
9412026-07-15T22:51:33.774Z Downloaded http v1.4.2
9422026-07-15T22:51:33.774Z Downloaded serde-big-array v0.5.1
9432026-07-15T22:51:33.776Z Downloaded secrecy v0.8.0
9442026-07-15T22:51:33.776Z Downloaded bumpalo v3.20.2
9452026-07-15T22:51:33.779Z Downloaded predicates v3.1.4
9462026-07-15T22:51:33.779Z Downloaded base64 v0.21.7
9472026-07-15T22:51:33.782Z Downloaded hashbrown v0.13.2
9482026-07-15T22:51:33.785Z Downloaded resolv-conf v0.7.6
9492026-07-15T22:51:33.789Z Downloaded ar_archive_writer v0.5.1
9502026-07-15T22:51:33.789Z Downloaded fatfs v0.3.6
9512026-07-15T22:51:33.792Z Downloaded rand_seeder v0.4.0
9522026-07-15T22:51:33.792Z Downloaded serde_urlencoded v0.7.1
9532026-07-15T22:51:33.792Z Downloaded aes-gcm v0.11.0
9542026-07-15T22:51:33.795Z Downloaded libloading v0.8.9
9552026-07-15T22:51:33.797Z Downloaded darling_core v0.23.0
9562026-07-15T22:51:33.800Z Downloaded rustls-pemfile v2.2.0
9572026-07-15T22:51:33.800Z Downloaded serde_bytes v0.11.19
9582026-07-15T22:51:33.803Z Downloaded seq-macro v0.3.6
9592026-07-15T22:51:33.803Z Downloaded quinn-udp v0.5.14
9602026-07-15T22:51:33.803Z Downloaded serde_spanned v1.1.1
9612026-07-15T22:51:33.806Z Downloaded hickory-server v0.25.2
9622026-07-15T22:51:33.808Z Downloaded sha1 v0.10.6
9632026-07-15T22:51:33.808Z Downloaded serde_repr v0.1.20
9642026-07-15T22:51:33.811Z Downloaded darling_core v0.13.4
9652026-07-15T22:51:33.813Z Downloaded pkcs5 v0.8.1
9662026-07-15T22:51:33.816Z Downloaded pin-project v1.1.11
9672026-07-15T22:51:33.820Z Downloaded sha1 v0.11.0
9682026-07-15T22:51:33.824Z Downloaded shell-words v1.1.1
9692026-07-15T22:51:33.824Z Downloaded serde_plain v1.0.2
9702026-07-15T22:51:33.826Z Downloaded scheduled-thread-pool v0.2.7
9712026-07-15T22:51:33.826Z Downloaded rustversion v1.0.22
9722026-07-15T22:51:33.826Z Downloaded sigpipe v0.1.3
9732026-07-15T22:51:33.830Z Downloaded signal-hook-mio v0.2.5
9742026-07-15T22:51:33.830Z Downloaded rustls-native-certs v0.8.3
9752026-07-15T22:51:33.830Z Downloaded internal-russh-num-bigint v0.5.0
9762026-07-15T22:51:33.832Z Downloaded schemars_derive v0.8.22
9772026-07-15T22:51:33.835Z Downloaded postgres-types v0.2.12
9782026-07-15T22:51:33.835Z Downloaded semver v0.1.20
9792026-07-15T22:51:33.838Z Downloaded scrypt v0.12.0
9802026-07-15T22:51:33.838Z Downloaded dropshot-api-manager v0.7.2
9812026-07-15T22:51:33.841Z Downloaded slog-bunyan v2.5.0
9822026-07-15T22:51:33.843Z Downloaded signal-hook-tokio v0.3.1
9832026-07-15T22:51:33.843Z Downloaded signature v3.0.0
9842026-07-15T22:51:33.844Z Downloaded hyper-util v0.1.20
9852026-07-15T22:51:33.847Z Downloaded signature v2.2.0
9862026-07-15T22:51:33.849Z Downloaded siphasher v1.0.2
9872026-07-15T22:51:33.849Z Downloaded hashbrown v0.12.3
9882026-07-15T22:51:33.852Z Downloaded sec1 v0.8.1
9892026-07-15T22:51:33.852Z Downloaded sec1 v0.7.3
9902026-07-15T22:51:33.855Z Downloaded scroll v0.13.0
9912026-07-15T22:51:33.855Z Downloaded aes v0.9.1
9922026-07-15T22:51:33.858Z Downloaded slog-envlogger v2.2.0
9932026-07-15T22:51:33.858Z Downloaded crc32fast v1.5.0
9942026-07-15T22:51:33.860Z Downloaded diff v0.1.13
9952026-07-15T22:51:33.863Z Downloaded der_derive v0.7.3
9962026-07-15T22:51:33.863Z Downloaded delegate v0.13.5
9972026-07-15T22:51:33.863Z Downloaded p256 v0.14.0-rc.10
9982026-07-15T22:51:33.866Z Downloaded openssl-sys v0.9.115
9992026-07-15T22:51:33.869Z Downloaded rustls-pki-types v1.14.0
10002026-07-15T22:51:33.872Z Downloaded serde_with_macros v1.5.2
10012026-07-15T22:51:33.874Z Downloaded serdect v0.4.3
10022026-07-15T22:51:33.875Z Downloaded aho-corasick v1.1.4
10032026-07-15T22:51:33.878Z Downloaded serde_derive_internals v0.29.1
10042026-07-15T22:51:33.880Z Downloaded serde-hex v0.1.0
10052026-07-15T22:51:33.883Z Downloaded serde_path_to_error v0.1.20
10062026-07-15T22:51:33.883Z Downloaded mio v1.2.0
10072026-07-15T22:51:33.888Z Downloaded salsa20 v0.11.0
10082026-07-15T22:51:33.892Z Downloaded sqlparser_derive v0.5.0
10092026-07-15T22:51:33.895Z Downloaded stable_deref_trait v1.2.1
10102026-07-15T22:51:33.898Z Downloaded rusty-fork v0.3.1
10112026-07-15T22:51:33.932Z Downloaded shlex v1.3.0
10122026-07-15T22:51:33.932Z Downloaded signal-hook-registry v1.4.8
10132026-07-15T22:51:33.937Z Downloaded crossterm v0.29.0
10142026-07-15T22:51:33.937Z Downloaded simd-adler32 v0.3.8
10152026-07-15T22:51:33.937Z Downloaded p384 v0.14.0-rc.10
10162026-07-15T22:51:33.937Z Downloaded strum v0.27.2
10172026-07-15T22:51:33.937Z Downloaded strip-ansi-escapes v0.2.1
10182026-07-15T22:51:33.937Z Downloaded itertools v0.10.5
10192026-07-15T22:51:33.937Z Downloaded minimal-lexical v0.2.1
10202026-07-15T22:51:33.937Z Downloaded progenitor-impl v0.13.0
10212026-07-15T22:51:33.937Z Downloaded slab v0.4.12
10222026-07-15T22:51:33.937Z Downloaded strum v0.26.3
10232026-07-15T22:51:33.937Z Downloaded structmeta-derive v0.3.0
10242026-07-15T22:51:33.937Z Downloaded structmeta v0.3.0
10252026-07-15T22:51:33.937Z Downloaded strsim v0.10.0
10262026-07-15T22:51:33.937Z Downloaded serde_cbor v0.11.2
10272026-07-15T22:51:33.937Z Downloaded sync-ptr v0.1.4
10282026-07-15T22:51:33.937Z Downloaded supports-color v3.0.2
10292026-07-15T22:51:33.937Z Downloaded tabwriter v1.4.1
10302026-07-15T22:51:33.937Z Downloaded slog-scope v4.4.1
10312026-07-15T22:51:33.937Z Downloaded slog-json v2.6.1
10322026-07-15T22:51:33.937Z Downloaded slog-dtrace v0.3.0
10332026-07-15T22:51:33.937Z Downloaded slog-async v2.8.0
10342026-07-15T22:51:33.937Z Downloaded snafu-derive v0.8.9
10352026-07-15T22:51:33.937Z Downloaded ron v0.8.1
10362026-07-15T22:51:33.941Z Downloaded rustls-platform-verifier v0.6.2
10372026-07-15T22:51:33.941Z Downloaded serde_with_macros v3.17.0
10382026-07-15T22:51:33.943Z Downloaded rcgen v0.12.1
10392026-07-15T22:51:33.944Z Downloaded prettyplease v0.2.37
10402026-07-15T22:51:33.946Z Downloaded tagptr v0.2.0
10412026-07-15T22:51:33.949Z Downloaded take_mut v0.2.2
10422026-07-15T22:51:33.949Z Downloaded sync_wrapper v1.0.2
10432026-07-15T22:51:33.949Z Downloaded slog-stdlog v4.1.1
10442026-07-15T22:51:33.952Z Downloaded spki v0.7.3
10452026-07-15T22:51:33.953Z Downloaded progenitor-impl v0.14.0
10462026-07-15T22:51:33.955Z Downloaded itertools v0.12.1
10472026-07-15T22:51:33.958Z Downloaded termtree v0.5.1
10482026-07-15T22:51:33.960Z Downloaded tabled_derive v0.11.0
10492026-07-15T22:51:33.960Z Downloaded smallvec v0.6.14
10502026-07-15T22:51:33.960Z Downloaded ssh-cipher v0.3.0-rc.9
10512026-07-15T22:51:33.963Z Downloaded tap v1.0.1
10522026-07-15T22:51:33.963Z Downloaded sqlformat v0.3.5
10532026-07-15T22:51:33.963Z Downloaded sha2 v0.11.0
10542026-07-15T22:51:33.966Z Downloaded ssh-encoding v0.3.0-rc.9
10552026-07-15T22:51:33.969Z Downloaded nom v7.1.3
10562026-07-15T22:51:33.972Z Downloaded thread-id v5.1.0
10572026-07-15T22:51:33.972Z Downloaded spki v0.8.0
10582026-07-15T22:51:33.975Z Downloaded stringprep v0.1.5
10592026-07-15T22:51:33.975Z Downloaded string_cache v0.8.9
10602026-07-15T22:51:33.977Z Downloaded strum_macros v0.27.2
10612026-07-15T22:51:33.977Z Downloaded stacker v0.1.23
10622026-07-15T22:51:33.981Z Downloaded hashbrown v0.16.1
10632026-07-15T22:51:33.981Z Downloaded hashbrown v0.15.5
10642026-07-15T22:51:33.985Z Downloaded prefix-trie v0.7.0
10652026-07-15T22:51:33.987Z Downloaded rayon-core v1.13.0
10662026-07-15T22:51:33.990Z Downloaded time-core v0.1.8
10672026-07-15T22:51:33.990Z Downloaded ryu v1.0.23
10682026-07-15T22:51:33.993Z Downloaded static_assertions v1.1.0
10692026-07-15T22:51:33.993Z Downloaded tokio-macros v2.7.0
10702026-07-15T22:51:33.996Z Downloaded subtle v2.6.1
10712026-07-15T22:51:33.996Z Downloaded strum_macros v0.24.3
10722026-07-15T22:51:33.999Z Downloaded synstructure v0.13.2
10732026-07-15T22:51:33.999Z Downloaded slog-term v2.9.2
10742026-07-15T22:51:33.999Z Downloaded thiserror-impl-no-std v2.0.2
10752026-07-15T22:51:34.002Z Downloaded testing_table v0.3.0
10762026-07-15T22:51:34.002Z Downloaded smallvec v1.15.1
10772026-07-15T22:51:34.005Z Downloaded smf v0.2.3
10782026-07-15T22:51:34.005Z Downloaded quinn v0.11.9
10792026-07-15T22:51:34.010Z Downloaded tokio-test v0.4.5
10802026-07-15T22:51:34.014Z Downloaded pretty_assertions v1.4.1
10812026-07-15T22:51:34.018Z Downloaded strum_macros v0.26.4
10822026-07-15T22:51:34.022Z Downloaded support-bundle-viewer v0.1.2
10832026-07-15T22:51:34.025Z Downloaded idna v1.1.0
10842026-07-15T22:51:34.029Z Downloaded topological-sort v0.2.2
10852026-07-15T22:51:34.030Z Downloaded signal-hook v0.3.18
10862026-07-15T22:51:34.030Z Downloaded num-bigint v0.4.6
10872026-07-15T22:51:34.033Z Downloaded try-lock v0.2.5
10882026-07-15T22:51:34.035Z Downloaded trait-variant v0.1.2
10892026-07-15T22:51:34.039Z Downloaded spin v0.9.8
10902026-07-15T22:51:34.042Z Downloaded thiserror-no-std v2.0.2
10912026-07-15T22:51:34.045Z Downloaded thread_local v1.1.9
10922026-07-15T22:51:34.050Z Downloaded tower-layer v0.3.3
10932026-07-15T22:51:34.050Z Downloaded tiny-keccak v2.0.2
10942026-07-15T22:51:34.055Z Downloaded unarray v0.1.4
10952026-07-15T22:51:34.055Z Downloaded tls_codec v0.4.2
10962026-07-15T22:51:34.055Z Downloaded rand v0.8.6
10972026-07-15T22:51:34.059Z Downloaded itertools v0.13.0
10982026-07-15T22:51:34.059Z Downloaded tinystr v0.8.2
10992026-07-15T22:51:34.061Z Downloaded similar v2.7.0
11002026-07-15T22:51:34.064Z Downloaded typify-macro v0.6.2
11012026-07-15T22:51:34.064Z Downloaded schemars v0.8.22
11022026-07-15T22:51:34.070Z Downloaded universal-hash v0.5.1
11032026-07-15T22:51:34.073Z Downloaded unit-prefix v0.5.2
11042026-07-15T22:51:34.073Z Downloaded tls_codec_derive v0.4.2
11052026-07-15T22:51:34.075Z Downloaded unicode-xid v0.2.6
11062026-07-15T22:51:34.076Z Downloaded tokio-dtrace v0.1.1
11072026-07-15T22:51:34.076Z Downloaded serde_yaml v0.9.34+deprecated
11082026-07-15T22:51:34.078Z Downloaded num-bigint-dig v0.8.6
11092026-07-15T22:51:34.081Z Downloaded tokio-native-tls v0.3.1
11102026-07-15T22:51:34.083Z Downloaded utf8_iter v1.0.4
11112026-07-15T22:51:34.084Z Downloaded hyper v1.10.1
11122026-07-15T22:51:34.086Z Downloaded usdt-macro v0.6.0
11132026-07-15T22:51:34.089Z Downloaded usdt-attr-macro v0.6.0
11142026-07-15T22:51:34.089Z Downloaded p521 v0.14.0-rc.10
11152026-07-15T22:51:34.092Z Downloaded universal-hash v0.6.1
11162026-07-15T22:51:34.092Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11172026-07-15T22:51:34.094Z Downloaded tokio-tungstenite v0.23.1
11182026-07-15T22:51:34.094Z Downloaded usdt v0.6.0
11192026-07-15T22:51:34.094Z Downloaded untrusted v0.9.0
11202026-07-15T22:51:34.096Z Downloaded utf-8 v0.7.6
11212026-07-15T22:51:34.096Z Downloaded nom v8.0.0
11222026-07-15T22:51:34.099Z Downloaded tower-service v0.3.3
11232026-07-15T22:51:34.102Z Downloaded libxml v0.3.3
11242026-07-15T22:51:34.105Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11252026-07-15T22:51:34.105Z Downloaded term v1.2.1
11262026-07-15T22:51:34.108Z Downloaded iri-string v0.7.10
11272026-07-15T22:51:34.111Z Downloaded void v1.0.2
11282026-07-15T22:51:34.113Z Downloaded schemars v1.2.1
11292026-07-15T22:51:34.119Z Downloaded want v0.3.1
11302026-07-15T22:51:34.122Z Downloaded waitgroup v0.1.2
11312026-07-15T22:51:34.122Z Downloaded socket2 v0.6.3
11322026-07-15T22:51:34.125Z Downloaded socket2 v0.5.10
11332026-07-15T22:51:34.125Z Downloaded toml_writer v1.1.1+spec-1.1.0
11342026-07-15T22:51:34.125Z Downloaded slog v2.8.2
11352026-07-15T22:51:34.128Z Downloaded term v0.7.0
11362026-07-15T22:51:34.131Z Downloaded publicsuffix v2.3.0
11372026-07-15T22:51:34.131Z Downloaded itertools v0.14.0
11382026-07-15T22:51:34.134Z Downloaded xattr v1.6.1
11392026-07-15T22:51:34.137Z Downloaded bindgen v0.71.1
11402026-07-15T22:51:34.140Z Downloaded subprocess v0.2.15
11412026-07-15T22:51:34.142Z Downloaded rustls-webpki v0.103.13
11422026-07-15T22:51:34.145Z Downloaded unicase v2.9.0
11432026-07-15T22:51:34.145Z Downloaded rsa v0.9.10
11442026-07-15T22:51:34.148Z Downloaded unicode-truncate v1.1.0
11452026-07-15T22:51:34.150Z Downloaded bitvec v1.0.1
11462026-07-15T22:51:34.158Z Downloaded zerofrom v0.1.6
11472026-07-15T22:51:34.161Z Downloaded vergen-gitcl v1.0.8
11482026-07-15T22:51:34.161Z Downloaded samael v0.0.19
11492026-07-15T22:51:34.163Z Downloaded uzers v0.12.2
11502026-07-15T22:51:34.163Z Downloaded usdt-impl v0.6.0
11512026-07-15T22:51:34.166Z Downloaded tokio-rustls v0.26.4
11522026-07-15T22:51:34.166Z Downloaded tracing-attributes v0.1.31
11532026-07-15T22:51:34.168Z Downloaded yoke-derive v0.8.1
11542026-07-15T22:51:34.169Z Downloaded xshell-macros v0.2.7
11552026-07-15T22:51:34.169Z Downloaded libm v0.2.16
11562026-07-15T22:51:34.173Z Downloaded hkdf v0.13.0
11572026-07-15T22:51:34.177Z Downloaded vsss-rs v3.3.4
11582026-07-15T22:51:34.177Z Downloaded hkdf v0.12.4
11592026-07-15T22:51:34.179Z Downloaded h2 v0.4.15
11602026-07-15T22:51:34.182Z Downloaded vergen-git2 v9.1.0
11612026-07-15T22:51:34.185Z Downloaded snafu v0.8.9
11622026-07-15T22:51:34.188Z Downloaded zeroize_derive v1.4.3
11632026-07-15T22:51:34.188Z Downloaded zerofrom-derive v0.1.6
11642026-07-15T22:51:34.188Z Downloaded walkdir v2.5.0
11652026-07-15T22:51:34.191Z Downloaded rand v0.9.2
11662026-07-15T22:51:34.193Z Downloaded wait-timeout v0.2.1
11672026-07-15T22:51:34.193Z Downloaded tui-tree-widget v0.23.1
11682026-07-15T22:51:34.193Z Downloaded twox-hash v2.1.2
11692026-07-15T22:51:34.196Z Downloaded test-strategy v0.4.5
11702026-07-15T22:51:34.198Z Downloaded whoami v2.1.0
11712026-07-15T22:51:34.198Z Downloaded zone v0.3.1
11722026-07-15T22:51:34.199Z Downloaded vergen-lib v9.1.0
11732026-07-15T22:51:34.201Z Downloaded unicode-properties v0.1.4
11742026-07-15T22:51:34.201Z Downloaded wyz v0.5.1
11752026-07-15T22:51:34.201Z Downloaded zone_cfg_derive v0.3.1
11762026-07-15T22:51:34.204Z Downloaded writeable v0.6.2
11772026-07-15T22:51:34.204Z Downloaded rsa v0.10.0-rc.18
11782026-07-15T22:51:34.207Z Downloaded whoami v1.6.1
11792026-07-15T22:51:34.209Z Downloaded tinyvec v1.10.0
11802026-07-15T22:51:34.209Z Downloaded qorb v0.4.1
11812026-07-15T22:51:34.212Z Downloaded rand v0.10.1
11822026-07-15T22:51:34.215Z Downloaded tokio-stream v0.1.18
11832026-07-15T22:51:34.220Z Downloaded untrusted v0.7.1
11842026-07-15T22:51:34.220Z Downloaded yoke v0.8.1
11852026-07-15T22:51:34.220Z Downloaded vergen-lib v0.1.6
11862026-07-15T22:51:34.223Z Downloaded blake3 v1.8.5
11872026-07-15T22:51:34.226Z Downloaded toml v1.1.2+spec-1.1.0
11882026-07-15T22:51:34.228Z Downloaded tokio-tungstenite v0.21.0
11892026-07-15T22:51:34.228Z Downloaded zeroize v1.8.2
11902026-07-15T22:51:34.228Z Downloaded xshell v0.2.7
11912026-07-15T22:51:34.231Z Downloaded futures-util v0.3.32
11922026-07-15T22:51:34.236Z Downloaded tinyvec_macros v0.1.1
11932026-07-15T22:51:34.239Z Downloaded zstd-safe v7.2.4
11942026-07-15T22:51:34.239Z Downloaded tracing-core v0.1.36
11952026-07-15T22:51:34.242Z Downloaded vergen v9.1.0
11962026-07-15T22:51:34.242Z Downloaded zerovec-derive v0.11.2
11972026-07-15T22:51:34.242Z Downloaded toml_parser v1.1.2+spec-1.1.0
11982026-07-15T22:51:34.245Z Downloaded toml v0.7.8
11992026-07-15T22:51:34.247Z Downloaded tar v0.4.45
12002026-07-15T22:51:34.247Z Downloaded iddqd v0.4.2
12012026-07-15T22:51:34.251Z Downloaded time-macros v0.2.27
12022026-07-15T22:51:34.253Z Downloaded typify v0.6.2
12032026-07-15T22:51:34.256Z Downloaded zstd v0.13.3
12042026-07-15T22:51:34.259Z Downloaded rustyline v14.0.0
12052026-07-15T22:51:34.262Z Downloaded tungstenite v0.23.0
12062026-07-15T22:51:34.262Z Downloaded tungstenite v0.21.0
12072026-07-15T22:51:34.264Z Downloaded steno v0.4.1
12082026-07-15T22:51:34.266Z Downloaded serde_with v1.14.0
12092026-07-15T22:51:34.269Z Downloaded reedline v0.40.0
12102026-07-15T22:51:34.277Z Downloaded git2 v0.20.4
12112026-07-15T22:51:34.280Z Downloaded yasna v0.5.2
12122026-07-15T22:51:34.280Z Downloaded unsafe-libyaml v0.2.11
12132026-07-15T22:51:34.284Z Downloaded termios v0.3.3
12142026-07-15T22:51:34.284Z Downloaded schemars v0.9.0
12152026-07-15T22:51:34.289Z Downloaded zerocopy v0.6.6
12162026-07-15T22:51:34.292Z Downloaded toml_edit v0.23.10+spec-1.0.0
12172026-07-15T22:51:34.294Z Downloaded uuid v1.23.4
12182026-07-15T22:51:34.296Z Downloaded icu_properties_data v2.1.2
12192026-07-15T22:51:34.304Z Downloaded rpassword v7.4.0
12202026-07-15T22:51:34.307Z Downloaded tokio-postgres v0.7.16
12212026-07-15T22:51:34.309Z Downloaded regex v1.12.3
12222026-07-15T22:51:34.312Z Downloaded toml_edit v0.19.15
12232026-07-15T22:51:34.321Z Downloaded vte v0.14.1
12242026-07-15T22:51:34.324Z Downloaded unicode-bidi v0.3.18
12252026-07-15T22:51:34.331Z Downloaded reqwest v0.13.2
12262026-07-15T22:51:34.338Z Downloaded unicode_categories v0.1.1
12272026-07-15T22:51:34.360Z Downloaded zip v0.6.6
12282026-07-15T22:51:34.368Z Downloaded chrono v0.4.45
12292026-07-15T22:51:34.373Z Downloaded p384 v0.13.1
12302026-07-15T22:51:34.377Z Downloaded yansi v1.0.1
12312026-07-15T22:51:34.380Z Downloaded url v2.5.8
12322026-07-15T22:51:34.380Z Downloaded reqwest v0.12.28
12332026-07-15T22:51:34.386Z Downloaded zopfli v0.8.3
12342026-07-15T22:51:34.389Z Downloaded lalrpop v0.19.12
12352026-07-15T22:51:34.395Z Downloaded zerotrie v0.2.3
12362026-07-15T22:51:34.397Z Downloaded tower v0.5.3
12372026-07-15T22:51:34.410Z Downloaded goblin v0.10.5
12382026-07-15T22:51:34.413Z Downloaded x509-cert v0.2.5
12392026-07-15T22:51:34.417Z Downloaded rayon v1.11.0
12402026-07-15T22:51:34.421Z Downloaded salty v0.3.0
12412026-07-15T22:51:34.425Z Downloaded ssh-key v0.7.0-rc.10
12422026-07-15T22:51:34.430Z Downloaded zerocopy-derive v0.8.40
12432026-07-15T22:51:34.435Z Downloaded typed-path v0.9.3
12442026-07-15T22:51:34.438Z Downloaded portable-atomic v1.13.1
12452026-07-15T22:51:34.442Z Downloaded moka v0.12.13
12462026-07-15T22:51:34.447Z Downloaded crypto-bigint v0.7.5
12472026-07-15T22:51:34.456Z Downloaded tower-http v0.6.8
12482026-07-15T22:51:34.460Z Downloaded zip v4.6.1
12492026-07-15T22:51:34.463Z Downloaded quick-xml v0.37.5
12502026-07-15T22:51:34.466Z Downloaded object v0.30.4
12512026-07-15T22:51:34.471Z Downloaded proptest v1.10.0
12522026-07-15T22:51:34.476Z Downloaded curve25519-dalek v4.1.3
12532026-07-15T22:51:34.481Z Downloaded unicode-segmentation v1.12.0
12542026-07-15T22:51:34.485Z Downloaded unicode-normalization v0.1.25
12552026-07-15T22:51:34.489Z Downloaded serde_with v3.17.0
12562026-07-15T22:51:34.496Z Downloaded tough v0.22.0
12572026-07-15T22:51:34.500Z Downloaded tokio-util v0.7.18
12582026-07-15T22:51:34.505Z Downloaded diesel v2.3.7
12592026-07-15T22:51:34.517Z Downloaded petname v2.0.2
12602026-07-15T22:51:34.520Z Downloaded dropshot v0.17.1
12612026-07-15T22:51:34.532Z Downloaded zerovec v0.11.5
12622026-07-15T22:51:34.535Z Downloaded polar-core v0.27.3
12632026-07-15T22:51:34.540Z Downloaded curve25519-dalek v5.0.0-rc.0
12642026-07-15T22:51:34.545Z Downloaded quinn-proto v0.11.13
12652026-07-15T22:51:34.553Z Downloaded tabled v0.20.0
12662026-07-15T22:51:34.564Z Downloaded time v0.3.47
12672026-07-15T22:51:34.570Z Downloaded winnow v0.5.40
12682026-07-15T22:51:34.575Z Downloaded zlib-rs v0.6.2
12692026-07-15T22:51:34.578Z Downloaded object v0.37.3
12702026-07-15T22:51:34.584Z Downloaded bstr v1.12.1
12712026-07-15T22:51:34.589Z Downloaded winnow v0.6.26
12722026-07-15T22:51:34.594Z Downloaded openssl v0.10.79
12732026-07-15T22:51:34.600Z Downloaded russh v0.61.2
12742026-07-15T22:51:34.605Z Downloaded nix v0.28.0
12752026-07-15T22:51:34.611Z Downloaded winnow v1.0.3
12762026-07-15T22:51:34.616Z Downloaded openapiv3 v2.2.0
12772026-07-15T22:51:34.623Z Downloaded regress v0.11.1
12782026-07-15T22:51:34.628Z Downloaded smoltcp v0.11.0
12792026-07-15T22:51:34.635Z Downloaded regex-syntax v0.6.29
12802026-07-15T22:51:34.639Z Downloaded smoltcp v0.9.1
12812026-07-15T22:51:34.645Z Downloaded hickory-proto v0.25.2
12822026-07-15T22:51:34.653Z Downloaded rustls v0.23.41
12832026-07-15T22:51:34.660Z Downloaded nix v0.31.2
12842026-07-15T22:51:34.667Z Downloaded vcpkg v0.2.15
12852026-07-15T22:51:34.688Z Downloaded hickory-proto v0.24.4
12862026-07-15T22:51:34.697Z Downloaded regress v0.10.5
12872026-07-15T22:51:34.703Z Downloaded regex-syntax v0.8.10
12882026-07-15T22:51:34.706Z Downloaded sqlparser v0.61.0
12892026-07-15T22:51:34.712Z Downloaded nix v0.27.1
12902026-07-15T22:51:34.718Z Downloaded radix_trie v0.2.1
12912026-07-15T22:51:34.721Z Downloaded fiat-crypto v0.3.0
12922026-07-15T22:51:34.729Z Downloaded zerocopy v0.8.40
12932026-07-15T22:51:34.734Z Downloaded typify-impl v0.6.2
12942026-07-15T22:51:34.743Z Downloaded tracing v0.1.44
12952026-07-15T22:51:34.755Z Downloaded sha3 v0.11.0
12962026-07-15T22:51:34.765Z Downloaded rustix v0.38.44
12972026-07-15T22:51:34.799Z Downloaded csv v1.4.0
12982026-07-15T22:51:34.818Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12992026-07-15T22:51:34.829Z Downloaded sha3 v0.10.8
13002026-07-15T22:51:34.832Z Downloaded bzip2-sys v0.1.13+1.0.8
13012026-07-15T22:51:34.859Z Downloaded ring v0.17.14
13022026-07-15T22:51:34.883Z Downloaded sled v0.34.7
13032026-07-15T22:51:34.910Z Downloaded ratatui v0.29.0
13042026-07-15T22:51:34.931Z Downloaded zerocopy-derive v0.6.6
13052026-07-15T22:51:34.958Z Downloaded regex-automata v0.4.14
13062026-07-15T22:51:34.998Z Downloaded petgraph v0.6.5
13072026-07-15T22:51:35.008Z Downloaded jiff v0.2.21
13082026-07-15T22:51:35.032Z Downloaded chrono-tz v0.10.4
13092026-07-15T22:51:35.042Z Downloaded petgraph v0.8.3
13102026-07-15T22:51:35.055Z Downloaded libz-sys v1.1.24
13112026-07-15T22:51:35.092Z Downloaded tokio v1.52.1
13122026-07-15T22:51:35.165Z Downloaded encoding_rs v0.8.35
13132026-07-15T22:51:35.220Z Downloaded libgit2-sys v0.18.3+1.9.2
13142026-07-15T22:51:35.742Z Downloaded aws-lc-sys v0.40.0
13152026-07-15T22:51:35.995Z Compiling libc v0.2.185
13162026-07-15T22:51:35.995Z Compiling serde_core v1.0.228
13172026-07-15T22:51:35.995Z Compiling serde v1.0.228
13182026-07-15T22:51:35.999Z Compiling log v0.4.29
13192026-07-15T22:51:35.999Z Compiling smallvec v1.15.1
13202026-07-15T22:51:35.999Z Compiling shlex v1.3.0
13212026-07-15T22:51:35.999Z Compiling find-msvc-tools v0.1.9
13222026-07-15T22:51:36.139Z Compiling syn v2.0.117
13232026-07-15T22:51:36.337Z Compiling subtle v2.6.1
13242026-07-15T22:51:36.375Z Compiling scopeguard v1.2.0
13252026-07-15T22:51:36.391Z Compiling stable_deref_trait v1.2.1
13262026-07-15T22:51:36.426Z Compiling typenum v1.20.1
13272026-07-15T22:51:36.467Z Compiling lock_api v0.4.14
13282026-07-15T22:51:36.479Z Compiling serde_json v1.0.150
13292026-07-15T22:51:36.497Z Compiling zerocopy v0.8.40
13302026-07-15T22:51:36.523Z Compiling portable-atomic v1.13.1
13312026-07-15T22:51:36.691Z Compiling pin-project-lite v0.2.17
13322026-07-15T22:51:36.705Z Compiling parking_lot_core v0.9.12
13332026-07-15T22:51:36.800Z Compiling critical-section v1.2.0
13342026-07-15T22:51:36.906Z Compiling pkg-config v0.3.32
13352026-07-15T22:51:36.978Z Compiling jobserver v0.1.34
13362026-07-15T22:51:36.995Z Compiling errno v0.3.14
13372026-07-15T22:51:37.049Z Compiling getrandom v0.2.17
13382026-07-15T22:51:37.136Z Compiling signal-hook-registry v1.4.8
13392026-07-15T22:51:37.270Z Compiling cc v1.2.56
13402026-07-15T22:51:37.285Z Compiling rand_core v0.6.4
13412026-07-15T22:51:37.537Z Compiling getrandom v0.4.1
13422026-07-15T22:51:37.561Z Compiling futures-core v0.3.32
13432026-07-15T22:51:37.650Z Compiling once_cell v1.21.3
13442026-07-15T22:51:37.698Z Compiling libm v0.2.16
13452026-07-15T22:51:37.721Z Compiling parking_lot v0.12.5
13462026-07-15T22:51:37.764Z Compiling mio v1.2.0
13472026-07-15T22:51:37.875Z Compiling num-traits v0.2.19
13482026-07-15T22:51:37.934Z Compiling generic-array v0.14.7
13492026-07-15T22:51:38.091Z Compiling const-oid v0.9.6
13502026-07-15T22:51:38.095Z Compiling rand_core v0.10.0
13512026-07-15T22:51:38.270Z Compiling writeable v0.6.2
13522026-07-15T22:51:38.364Z Compiling litemap v0.8.1
13532026-07-15T22:51:38.485Z Compiling bitflags v2.11.0
13542026-07-15T22:51:38.562Z Compiling percent-encoding v2.3.2
13552026-07-15T22:51:38.577Z Compiling semver v1.0.28
13562026-07-15T22:51:38.724Z Compiling socket2 v0.6.3
13572026-07-15T22:51:38.765Z Compiling icu_properties_data v2.1.2
13582026-07-15T22:51:38.874Z Compiling icu_normalizer_data v2.1.1
13592026-07-15T22:51:38.932Z Compiling futures-sink v0.3.32
13602026-07-15T22:51:39.043Z Compiling futures-channel v0.3.32
13612026-07-15T22:51:39.103Z Compiling synstructure v0.13.2
13622026-07-15T22:51:39.149Z Compiling futures-io v0.3.32
13632026-07-15T22:51:39.215Z Compiling futures-task v0.3.32
13642026-07-15T22:51:39.263Z Compiling slab v0.4.12
13652026-07-15T22:51:39.280Z Compiling indexmap v2.14.0
13662026-07-15T22:51:39.315Z Compiling getrandom v0.3.4
13672026-07-15T22:51:39.397Z Compiling utf8_iter v1.0.4
13682026-07-15T22:51:39.453Z Compiling rustversion v1.0.22
13692026-07-15T22:51:39.557Z Compiling form_urlencoded v1.2.2
13702026-07-15T22:51:39.581Z Compiling cmake v0.1.57
13712026-07-15T22:51:39.659Z Compiling rustix v1.1.3
13722026-07-15T22:51:39.733Z Compiling dunce v1.0.5
13732026-07-15T22:51:39.748Z Compiling ident_case v1.0.1
13742026-07-15T22:51:39.842Z Compiling fs_extra v1.3.0
13752026-07-15T22:51:39.890Z Compiling regex-syntax v0.8.10
13762026-07-15T22:51:39.974Z Compiling iana-time-zone v0.1.65
13772026-07-15T22:51:40.005Z Compiling base64ct v1.8.3
13782026-07-15T22:51:40.123Z Compiling aws-lc-sys v0.40.0
13792026-07-15T22:51:40.186Z Compiling vcpkg v0.2.15
13802026-07-15T22:51:40.298Z Compiling rand_core v0.9.5
13812026-07-15T22:51:40.314Z Compiling pem-rfc7468 v0.7.0
13822026-07-15T22:51:40.499Z Compiling rustc_version v0.4.1
13832026-07-15T22:51:40.592Z Compiling uuid v1.23.4
13842026-07-15T22:51:40.627Z Compiling tracing-core v0.1.36
13852026-07-15T22:51:40.853Z Compiling base64 v0.22.1
13862026-07-15T22:51:40.886Z Compiling serde_derive v1.0.228
13872026-07-15T22:51:40.944Z Compiling zeroize_derive v1.4.3
13882026-07-15T22:51:41.185Z Compiling zerofrom-derive v0.1.6
13892026-07-15T22:51:41.209Z Compiling yoke-derive v0.8.1
13902026-07-15T22:51:41.356Z Compiling zerovec-derive v0.11.2
13912026-07-15T22:51:41.451Z Compiling zerocopy-derive v0.8.40
13922026-07-15T22:51:41.633Z Compiling zeroize v1.8.2
13932026-07-15T22:51:41.858Z Compiling displaydoc v0.2.5
13942026-07-15T22:51:42.425Z Compiling tokio-macros v2.7.0
13952026-07-15T22:51:42.570Z Compiling futures-macro v0.3.32
13962026-07-15T22:51:42.691Z Compiling openssl-sys v0.9.115
13972026-07-15T22:51:42.706Z Compiling zerofrom v0.1.6
13982026-07-15T22:51:42.863Z Compiling yoke v0.8.1
13992026-07-15T22:51:43.000Z Compiling zerovec v0.11.5
14002026-07-15T22:51:43.031Z Compiling zerotrie v0.2.3
14012026-07-15T22:51:43.249Z Compiling crypto-common v0.1.7
14022026-07-15T22:51:43.253Z Compiling block-buffer v0.10.4
14032026-07-15T22:51:43.343Z Compiling der_derive v0.7.3
14042026-07-15T22:51:43.357Z Compiling thiserror-impl v2.0.18
14052026-07-15T22:51:43.421Z Compiling futures-util v0.3.32
14062026-07-15T22:51:43.437Z Compiling digest v0.10.7
14072026-07-15T22:51:43.536Z Compiling tinystr v0.8.2
14082026-07-15T22:51:43.698Z Compiling icu_locale_core v2.1.1
14092026-07-15T22:51:43.744Z Compiling potential_utf v0.1.4
14102026-07-15T22:51:43.912Z Compiling icu_collections v2.1.1
14112026-07-15T22:51:44.344Z Compiling icu_provider v2.1.1
14122026-07-15T22:51:44.401Z Compiling tracing-attributes v0.1.31
14132026-07-15T22:51:44.574Z Compiling bytes v1.11.1
14142026-07-15T22:51:44.592Z Compiling icu_properties v2.1.2
14152026-07-15T22:51:44.642Z Compiling icu_normalizer v2.1.1
14162026-07-15T22:51:44.735Z Compiling chrono v0.4.45
14172026-07-15T22:51:45.203Z Compiling tokio v1.52.1
14182026-07-15T22:51:45.203Z Compiling http v1.4.2
14192026-07-15T22:51:45.710Z Compiling idna_adapter v1.2.1
14202026-07-15T22:51:45.745Z Compiling aws-lc-rs v1.16.3
14212026-07-15T22:51:45.771Z Compiling flagset v0.4.7
14222026-07-15T22:51:45.851Z Compiling idna v1.1.0
14232026-07-15T22:51:45.907Z Compiling der v0.7.10
14242026-07-15T22:51:46.060Z Compiling ppv-lite86 v0.2.21
14252026-07-15T22:51:46.144Z Compiling http-body v1.0.1
14262026-07-15T22:51:46.171Z Compiling url v2.5.8
14272026-07-15T22:51:46.174Z Compiling tracing v0.1.44
14282026-07-15T22:51:46.296Z Compiling thiserror v2.0.18
14292026-07-15T22:51:46.388Z Compiling rand_chacha v0.9.0
14302026-07-15T22:51:46.451Z Compiling rustls-pki-types v1.14.0
14312026-07-15T22:51:46.467Z Compiling tinyvec_macros v0.1.1
14322026-07-15T22:51:46.514Z Compiling openssl-probe v0.2.1
14332026-07-15T22:51:46.534Z Compiling httparse v1.10.1
14342026-07-15T22:51:46.689Z Compiling cmov v0.5.4
14352026-07-15T22:51:46.898Z Compiling ctutils v0.4.2
14362026-07-15T22:51:46.901Z Compiling spki v0.7.3
14372026-07-15T22:51:46.930Z Compiling rand v0.9.2
14382026-07-15T22:51:46.966Z Compiling tinyvec v1.10.0
14392026-07-15T22:51:47.064Z Compiling pest_generator v2.8.6
14402026-07-15T22:51:47.113Z Compiling serde_derive_internals v0.29.1
14412026-07-15T22:51:47.117Z Compiling aho-corasick v1.1.4
14422026-07-15T22:51:47.140Z Compiling atomic-waker v1.1.2
14432026-07-15T22:51:47.263Z Compiling schemars v0.8.22
14442026-07-15T22:51:47.315Z Compiling try-lock v0.2.5
14452026-07-15T22:51:47.487Z Compiling dyn-clone v1.0.20
14462026-07-15T22:51:47.502Z Compiling tower-service v0.3.3
14472026-07-15T22:51:47.597Z Compiling untrusted v0.7.1
14482026-07-15T22:51:47.626Z Compiling tower-layer v0.3.3
14492026-07-15T22:51:47.725Z Compiling tempfile v3.25.0
14502026-07-15T22:51:47.780Z Compiling pest_derive v2.8.6
14512026-07-15T22:51:47.795Z Compiling want v0.3.1
14522026-07-15T22:51:47.827Z Compiling hybrid-array v0.4.13
14532026-07-15T22:51:48.064Z Compiling schemars_derive v0.8.22
14542026-07-15T22:51:48.097Z Compiling regex-automata v0.4.14
14552026-07-15T22:51:48.230Z Compiling ipnet v2.11.0
14562026-07-15T22:51:48.257Z Compiling scroll_derive v0.13.1
14572026-07-15T22:51:48.666Z Compiling darling_core v0.20.11
14582026-07-15T22:51:48.737Z Compiling rustls v0.23.41
14592026-07-15T22:51:48.886Z Compiling cpufeatures v0.2.17
14602026-07-15T22:51:48.929Z Compiling untrusted v0.9.0
14612026-07-15T22:51:48.964Z Compiling foreign-types-shared v0.1.1
14622026-07-15T22:51:49.054Z Compiling httpdate v1.0.3
14632026-07-15T22:51:49.054Z Compiling openssl v0.10.79
14642026-07-15T22:51:49.093Z Compiling scroll v0.13.0
14652026-07-15T22:51:49.286Z Compiling tokio-util v0.7.18
14662026-07-15T22:51:49.329Z Compiling foreign-types v0.3.2
14672026-07-15T22:51:49.359Z Compiling unicode-normalization v0.1.25
14682026-07-15T22:51:49.399Z Compiling pkcs8 v0.10.2
14692026-07-15T22:51:49.813Z Compiling openssl-macros v0.1.1
14702026-07-15T22:51:50.074Z Compiling h2 v0.4.15
14712026-07-15T22:51:50.223Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14722026-07-15T22:51:50.317Z Compiling spin v0.9.8
14732026-07-15T22:51:50.532Z Compiling time-core v0.1.8
14742026-07-15T22:51:50.622Z Compiling num-conv v0.2.0
14752026-07-15T22:51:50.637Z Compiling native-tls v0.2.18
14762026-07-15T22:51:50.679Z Compiling powerfmt v0.2.0
14772026-07-15T22:51:50.753Z Compiling crc32fast v1.5.0
14782026-07-15T22:51:50.875Z Compiling deranged v0.5.8
14792026-07-15T22:51:50.889Z Compiling time-macros v0.2.27
14802026-07-15T22:51:50.904Z Compiling darling_macro v0.20.11
14812026-07-15T22:51:51.393Z Compiling darling v0.20.11
14822026-07-15T22:51:51.475Z Compiling goblin v0.10.5
14832026-07-15T22:51:51.863Z Compiling sha2 v0.10.9
14842026-07-15T22:51:51.961Z Compiling hmac v0.12.1
14852026-07-15T22:51:52.121Z Compiling sync_wrapper v1.0.2
14862026-07-15T22:51:52.224Z Compiling wait-timeout v0.2.1
14872026-07-15T22:51:52.242Z Compiling siphasher v1.0.2
14882026-07-15T22:51:52.497Z Compiling simd-adler32 v0.3.8
14892026-07-15T22:51:52.551Z Compiling crossbeam-utils v0.8.21
14902026-07-15T22:51:52.747Z Compiling syn v1.0.109
14912026-07-15T22:51:52.858Z Compiling quick-error v1.2.3
14922026-07-15T22:51:52.970Z Compiling num_threads v0.1.7
14932026-07-15T22:51:53.070Z Compiling usdt-impl v0.6.0
14942026-07-15T22:51:53.074Z Compiling bit-vec v0.8.0
14952026-07-15T22:51:53.263Z Compiling hyper v1.10.1
14962026-07-15T22:51:53.316Z Compiling bit-set v0.8.0
14972026-07-15T22:51:53.377Z Compiling time v0.3.47
14982026-07-15T22:51:53.810Z Compiling rusty-fork v0.3.1
14992026-07-15T22:51:54.152Z Compiling tower v0.5.3
15002026-07-15T22:51:54.170Z Compiling derive_builder_core v0.20.2
15012026-07-15T22:51:54.298Z Compiling dof v0.4.0
15022026-07-15T22:51:54.637Z Compiling hyper-util v0.1.20
15032026-07-15T22:51:54.967Z Compiling dtrace-parser v0.3.0
15042026-07-15T22:51:55.036Z Compiling http-body-util v0.1.3
15052026-07-15T22:51:55.059Z Compiling thiserror-impl v1.0.69
15062026-07-15T22:51:55.283Z Compiling scroll_derive v0.12.1
15072026-07-15T22:51:55.482Z Compiling heapless v0.7.17
15082026-07-15T22:51:55.707Z Compiling slog v2.8.2
15092026-07-15T22:51:55.740Z Compiling rand_xorshift v0.4.0
15102026-07-15T22:51:55.755Z Compiling darling_core v0.21.3
15112026-07-15T22:51:55.906Z Compiling bzip2-sys v0.1.13+1.0.8
15122026-07-15T22:51:55.920Z Compiling thread-id v5.1.0
15132026-07-15T22:51:55.969Z Compiling cookie v0.18.1
15142026-07-15T22:51:56.003Z Compiling unicode-properties v0.1.4
15152026-07-15T22:51:56.167Z Compiling paste v1.0.15
15162026-07-15T22:51:56.202Z Compiling allocator-api2 v0.2.21
15172026-07-15T22:51:56.217Z Compiling adler2 v2.0.1
15182026-07-15T22:51:56.340Z Compiling iri-string v0.7.10
15192026-07-15T22:51:56.356Z Compiling unicode-bidi v0.3.18
15202026-07-15T22:51:56.411Z Compiling signal-hook v0.3.18
15212026-07-15T22:51:56.447Z Compiling zstd-safe v7.2.4
15222026-07-15T22:51:56.535Z Compiling ryu v1.0.23
15232026-07-15T22:51:56.602Z Compiling anyhow v1.0.102
15242026-07-15T22:51:56.658Z Compiling unarray v0.1.4
15252026-07-15T22:51:56.715Z Compiling stringprep v0.1.5
15262026-07-15T22:51:56.768Z Compiling proptest v1.10.0
15272026-07-15T22:51:56.880Z Compiling serde_urlencoded v0.7.1
15282026-07-15T22:51:57.150Z Compiling thiserror v1.0.69
15292026-07-15T22:51:57.163Z Compiling miniz_oxide v0.8.9
15302026-07-15T22:51:57.691Z Compiling tower-http v0.6.8
15312026-07-15T22:51:57.811Z Compiling scroll v0.12.0
15322026-07-15T22:51:57.940Z Compiling derive_builder_macro v0.20.2
15332026-07-15T22:51:57.971Z Compiling camino v1.2.2
15342026-07-15T22:51:58.087Z Compiling tokio-native-tls v0.3.1
15352026-07-15T22:51:58.264Z Compiling bstr v1.12.1
15362026-07-15T22:51:58.300Z Compiling darling_macro v0.21.3
15372026-07-15T22:51:58.357Z Compiling ipnetwork v0.21.1
15382026-07-15T22:51:58.427Z Compiling crypto-common v0.2.2
15392026-07-15T22:51:58.464Z Compiling block-buffer v0.12.1
15402026-07-15T22:51:58.659Z Compiling block-padding v0.4.2
15412026-07-15T22:51:58.756Z Compiling rustls-native-certs v0.8.3
15422026-07-15T22:51:58.807Z Compiling rand_chacha v0.3.1
15432026-07-15T22:51:58.824Z Compiling serde_spanned v0.6.9
15442026-07-15T22:51:58.932Z Compiling serde_tokenstream v0.2.3
15452026-07-15T22:51:58.968Z Compiling toml_datetime v0.6.11
15462026-07-15T22:51:59.083Z Compiling erased-serde v0.3.31
15472026-07-15T22:51:59.224Z Compiling signature v2.2.0
15482026-07-15T22:51:59.242Z Compiling md-5 v0.10.6
15492026-07-15T22:51:59.403Z Compiling zerocopy-derive v0.7.35
15502026-07-15T22:51:59.418Z Compiling pin-project-internal v1.1.11
15512026-07-15T22:51:59.539Z Compiling async-trait v0.1.89
15522026-07-15T22:51:59.592Z Compiling curve25519-dalek v4.1.3
15532026-07-15T22:51:59.940Z Compiling vergen-lib v9.1.0
15542026-07-15T22:52:00.138Z Compiling num-integer v0.1.46
15552026-07-15T22:52:00.138Z Compiling hash32 v0.2.1
15562026-07-15T22:52:00.292Z Compiling memoffset v0.9.1
15572026-07-15T22:52:00.331Z Compiling encoding_rs v0.8.35
15582026-07-15T22:52:00.475Z Compiling num-bigint-dig v0.8.6
15592026-07-15T22:52:00.502Z Compiling cfg_aliases v0.2.1
15602026-07-15T22:52:00.549Z Compiling mime v0.3.17
15612026-07-15T22:52:00.574Z Compiling psl-types v2.0.11
15622026-07-15T22:52:00.589Z Compiling litrs v1.0.0
15632026-07-15T22:52:00.678Z Compiling fallible-iterator v0.2.0
15642026-07-15T22:52:00.701Z Compiling zlib-rs v0.6.2
15652026-07-15T22:52:00.813Z Compiling ref-cast v1.0.25
15662026-07-15T22:52:00.995Z Compiling rustix v0.38.44
15672026-07-15T22:52:01.103Z Compiling smoltcp v0.9.1
15682026-07-15T22:52:01.180Z Compiling document-features v0.2.12
15692026-07-15T22:52:01.441Z Compiling postgres-protocol v0.6.10
15702026-07-15T22:52:01.496Z Compiling publicsuffix v2.3.0
15712026-07-15T22:52:01.669Z Compiling nix v0.31.2
15722026-07-15T22:52:01.796Z Compiling pin-project v1.1.11
15732026-07-15T22:52:01.896Z Compiling num-iter v0.1.45
15742026-07-15T22:52:01.953Z Compiling zerocopy v0.7.35
15752026-07-15T22:52:02.004Z Compiling hubpack_derive v0.1.1
15762026-07-15T22:52:02.107Z Compiling newtype-uuid v1.3.2
15772026-07-15T22:52:02.479Z Compiling rand v0.8.6
15782026-07-15T22:52:02.494Z Compiling darling v0.21.3
15792026-07-15T22:52:02.494Z Compiling inout v0.2.2
15802026-07-15T22:52:02.497Z Compiling oxnet v0.1.6
15812026-07-15T22:52:02.539Z Compiling derive_builder v0.20.2
15822026-07-15T22:52:02.573Z Compiling hyper-tls v0.6.0
15832026-07-15T22:52:02.676Z Compiling goblin v0.8.2
15842026-07-15T22:52:03.348Z Compiling phf_shared v0.13.1
15852026-07-15T22:52:03.362Z Compiling lazy_static v1.5.0
15862026-07-15T22:52:03.455Z Compiling regex v1.12.3
15872026-07-15T22:52:03.481Z Compiling anstyle-parse v0.2.7
15882026-07-15T22:52:03.634Z Compiling futures-executor v0.3.32
15892026-07-15T22:52:03.667Z Compiling flate2 v1.1.9
15902026-07-15T22:52:03.686Z Compiling hex v0.4.3
15912026-07-15T22:52:03.849Z Compiling terminal_size v0.4.3
15922026-07-15T22:52:03.898Z Compiling daft-derive v0.1.7
15932026-07-15T22:52:03.953Z Compiling ref-cast-impl v1.0.25
15942026-07-15T22:52:03.991Z Compiling snafu-derive v0.8.9
15952026-07-15T22:52:04.038Z Compiling curve25519-dalek-derive v0.1.1
15962026-07-15T22:52:04.083Z Compiling strum_macros v0.27.2
15972026-07-15T22:52:04.514Z Compiling vergen v9.1.0
15982026-07-15T22:52:04.642Z Compiling cargo-platform v0.3.2
15992026-07-15T22:52:04.703Z Compiling ff v0.13.1
16002026-07-15T22:52:04.719Z Compiling fs-err v3.3.0
16012026-07-15T22:52:04.852Z Compiling ahash v0.8.12
16022026-07-15T22:52:04.916Z Compiling same-file v1.0.6
16032026-07-15T22:52:04.930Z Compiling object v0.37.3
16042026-07-15T22:52:05.075Z Compiling foldhash v0.1.5
16052026-07-15T22:52:05.090Z Compiling unicode-segmentation v1.12.0
16062026-07-15T22:52:05.217Z Compiling foldhash v0.2.0
16072026-07-15T22:52:05.247Z Compiling base16ct v0.2.0
16082026-07-15T22:52:05.431Z Compiling managed v0.8.0
16092026-07-15T22:52:05.450Z Compiling libbz2-rs-sys v0.2.2
16102026-07-15T22:52:05.479Z Compiling winnow v0.5.40
16112026-07-15T22:52:05.665Z Compiling bumpalo v3.20.2
16122026-07-15T22:52:05.911Z Compiling bitflags v1.3.2
16132026-07-15T22:52:05.941Z Compiling snafu v0.8.9
16142026-07-15T22:52:06.074Z Compiling strum v0.27.2
16152026-07-15T22:52:06.140Z Compiling bzip2 v0.6.1
16162026-07-15T22:52:06.201Z Compiling zopfli v0.8.3
16172026-07-15T22:52:06.219Z Compiling hashbrown v0.16.1
16182026-07-15T22:52:06.300Z Compiling sec1 v0.7.3
16192026-07-15T22:52:06.349Z Compiling clap_builder v4.6.0
16202026-07-15T22:52:06.627Z Compiling hashbrown v0.15.5
16212026-07-15T22:52:06.806Z Compiling toml_edit v0.19.15
16222026-07-15T22:52:06.870Z Compiling walkdir v2.5.0
16232026-07-15T22:52:06.885Z Compiling dof v0.3.0
16242026-07-15T22:52:07.024Z Compiling cargo_metadata v0.23.1
16252026-07-15T22:52:07.185Z Compiling group v0.13.0
16262026-07-15T22:52:07.369Z Compiling daft v0.1.7
16272026-07-15T22:52:07.692Z Compiling futures v0.3.32
16282026-07-15T22:52:07.720Z Compiling anstream v0.6.21
16292026-07-15T22:52:07.821Z Compiling phf v0.13.1
16302026-07-15T22:52:08.025Z Compiling signal-hook-mio v0.2.5
16312026-07-15T22:52:08.132Z Compiling cookie_store v0.22.1
16322026-07-15T22:52:08.197Z Compiling zstd v0.13.3
16332026-07-15T22:52:08.419Z Compiling bzip2 v0.4.4
16342026-07-15T22:52:08.459Z Compiling reqwest v0.12.28
16352026-07-15T22:52:08.634Z Compiling cipher v0.5.2
16362026-07-15T22:52:08.818Z Compiling serde_with_macros v3.17.0
16372026-07-15T22:52:08.940Z Compiling hubpack v0.1.2
16382026-07-15T22:52:09.312Z Compiling postgres-types v0.2.12
16392026-07-15T22:52:09.570Z Compiling ed25519 v2.2.3
16402026-07-15T22:52:09.862Z Compiling usdt-attr-macro v0.6.0
16412026-07-15T22:52:09.942Z Compiling usdt-macro v0.6.0
16422026-07-15T22:52:10.304Z Compiling globset v0.4.18
16432026-07-15T22:52:10.451Z Compiling dtrace-parser v0.2.0
16442026-07-15T22:52:10.528Z Compiling phf_shared v0.11.3
16452026-07-15T22:52:10.667Z Compiling hkdf v0.12.4
16462026-07-15T22:52:10.714Z Compiling olpc-cjson v0.1.4
16472026-07-15T22:52:10.731Z Compiling pkcs1 v0.7.5
16482026-07-15T22:52:10.840Z Compiling serde_plain v1.0.2
16492026-07-15T22:52:10.877Z Compiling serde-big-array v0.5.1
16502026-07-15T22:52:10.976Z Compiling crypto-bigint v0.5.5
16512026-07-15T22:52:11.020Z Compiling pem v3.0.6
16522026-07-15T22:52:11.037Z Compiling strum_macros v0.26.4
16532026-07-15T22:52:11.128Z Compiling enum-as-inner v0.6.1
16542026-07-15T22:52:11.196Z Compiling serde_repr v0.1.20
16552026-07-15T22:52:11.352Z Compiling clap_derive v4.6.1
16562026-07-15T22:52:11.650Z Compiling async-recursion v1.1.1
16572026-07-15T22:52:11.764Z Compiling float-cmp v0.10.0
16582026-07-15T22:52:11.945Z Compiling memmap2 v0.9.10
16592026-07-15T22:52:12.137Z Compiling thread-id v4.2.2
16602026-07-15T22:52:12.227Z Compiling env_filter v1.0.0
16612026-07-15T22:52:12.243Z Compiling static_assertions v1.1.0
16622026-07-15T22:52:12.318Z Compiling whoami v2.1.0
16632026-07-15T22:52:12.326Z Compiling keccak v0.1.6
16642026-07-15T22:52:12.586Z Compiling normalize-line-endings v0.3.0
16652026-07-15T22:52:12.691Z Compiling fixedbitset v0.5.7
16662026-07-15T22:52:12.726Z Compiling precomputed-hash v0.1.1
16672026-07-15T22:52:12.820Z Compiling data-encoding v2.10.0
16682026-07-15T22:52:12.853Z Compiling winnow v1.0.3
16692026-07-15T22:52:13.009Z Compiling new_debug_unreachable v1.0.6
16702026-07-15T22:52:13.094Z Compiling difflib v0.4.0
16712026-07-15T22:52:13.114Z Compiling typed-path v0.9.3
16722026-07-15T22:52:13.166Z Compiling jiff v0.2.21
16732026-07-15T22:52:13.214Z Compiling cpufeatures v0.3.0
16742026-07-15T22:52:13.217Z Compiling predicates-core v1.0.10
16752026-07-15T22:52:13.295Z Compiling either v1.15.0
16762026-07-15T22:52:13.406Z Compiling fixedbitset v0.4.2
16772026-07-15T22:52:13.509Z Compiling const-oid v0.10.2
16782026-07-15T22:52:13.524Z Compiling toml_edit v0.22.27
16792026-07-15T22:52:13.623Z Compiling petgraph v0.6.5
16802026-07-15T22:52:13.652Z Compiling digest v0.11.3
16812026-07-15T22:52:13.700Z Compiling itertools v0.13.0
16822026-07-15T22:52:13.715Z Compiling predicates v3.1.4
16832026-07-15T22:52:13.868Z Compiling chacha20 v0.10.0
16842026-07-15T22:52:14.237Z Compiling clap v4.6.1
16852026-07-15T22:52:14.325Z Compiling toml_parser v1.1.2+spec-1.1.0
16862026-07-15T22:52:14.341Z Compiling hickory-proto v0.25.2
16872026-07-15T22:52:14.370Z Compiling string_cache v0.8.9
16882026-07-15T22:52:14.595Z Compiling petgraph v0.8.3
16892026-07-15T22:52:14.947Z Compiling strum v0.26.3
16902026-07-15T22:52:14.962Z Compiling tokio-postgres v0.7.16
16912026-07-15T22:52:15.128Z Compiling sha3 v0.10.8
16922026-07-15T22:52:15.136Z Compiling env_logger v0.11.9
16932026-07-15T22:52:15.504Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16942026-07-15T22:52:15.541Z Compiling usdt-impl v0.5.0
16952026-07-15T22:52:16.125Z Compiling zip v4.6.1
16962026-07-15T22:52:16.270Z Compiling usdt v0.6.0
16972026-07-15T22:52:16.536Z Compiling elliptic-curve v0.13.8
16982026-07-15T22:52:16.592Z Compiling rsa v0.9.10
16992026-07-15T22:52:16.946Z Compiling crossterm v0.28.1
17002026-07-15T22:52:17.112Z Compiling serde_with v3.17.0
17012026-07-15T22:52:17.207Z Compiling ed25519-dalek v2.2.0
17022026-07-15T22:52:17.917Z Compiling zip v0.6.6
17032026-07-15T22:52:18.310Z Compiling toml v0.7.8
17042026-07-15T22:52:18.556Z Compiling iddqd v0.4.2
17052026-07-15T22:52:19.161Z Compiling heck v0.4.1
17062026-07-15T22:52:19.164Z Compiling similar v2.7.0
17072026-07-15T22:52:19.233Z Compiling crossbeam-epoch v0.9.18
17082026-07-15T22:52:19.237Z Compiling tokio-stream v0.1.18
17092026-07-15T22:52:19.410Z Compiling buf-list v1.1.2
17102026-07-15T22:52:19.523Z Compiling x509-cert v0.2.5
17112026-07-15T22:52:19.675Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17122026-07-15T22:52:19.703Z Compiling openapiv3 v2.2.0
17132026-07-15T22:52:19.854Z Compiling peg-runtime v0.8.5
17142026-07-15T22:52:19.950Z Compiling lalrpop-util v0.19.12
17152026-07-15T22:52:19.980Z Compiling thread_local v1.1.9
17162026-07-15T22:52:20.036Z Compiling slog-async v2.8.0
17172026-07-15T22:52:20.137Z Compiling crossbeam-channel v0.5.15
17182026-07-15T22:52:20.153Z Compiling is-terminal v0.4.17
17192026-07-15T22:52:20.224Z Compiling filetime v0.2.27
17202026-07-15T22:52:20.249Z Compiling term v1.2.1
17212026-07-15T22:52:20.361Z Compiling take_mut v0.2.2
17222026-07-15T22:52:20.397Z Compiling xattr v1.6.1
17232026-07-15T22:52:20.563Z Compiling slog-term v2.9.2
17242026-07-15T22:52:20.582Z Compiling tar v0.4.45
17252026-07-15T22:52:20.834Z Compiling camino-tempfile v1.4.1
17262026-07-15T22:52:31.667Z Compiling rustls-webpki v0.103.13
17272026-07-15T22:52:34.410Z Compiling tokio-rustls v0.26.4
17282026-07-15T22:52:34.411Z Compiling rustls-platform-verifier v0.6.2
17292026-07-15T22:52:34.416Z Compiling tough v0.22.0
17302026-07-15T22:52:34.624Z Compiling hyper-rustls v0.27.7
17312026-07-15T22:52:34.836Z Compiling reqwest v0.13.2
17322026-07-15T22:52:37.091Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17332026-07-15T22:52:37.325Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17342026-07-15T22:52:40.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17352026-07-15T22:52:40.376Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17362026-07-15T22:52:40.431ZJul 15 22:52:39.134 INFO Starting download, target: Clickhouse
17372026-07-15T22:52:40.431ZJul 15 22:52:39.135 INFO Starting download, target: Cockroach
17382026-07-15T22:52:40.434ZJul 15 22:52:39.135 INFO Starting download, target: Console
17392026-07-15T22:52:40.434ZJul 15 22:52:39.135 INFO Starting download, target: DendriteStub
17402026-07-15T22:52:40.434ZJul 15 22:52:39.135 INFO Starting download, target: MaghemiteMgd
17412026-07-15T22:52:40.434ZJul 15 22:52:39.135 INFO Starting download, target: MaghemiteDdmd
17422026-07-15T22:52:40.434ZJul 15 22:52:39.135 INFO Starting download, target: TransceiverControl
17432026-07-15T22:52:40.434ZJul 15 22:52:39.135 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17442026-07-15T22:52:40.434ZJul 15 22:52:39.135 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17452026-07-15T22:52:40.434ZJul 15 22:52:39.135 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17462026-07-15T22:52:40.434ZJul 15 22:52:39.135 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17472026-07-15T22:52:40.434ZJul 15 22:52:39.135 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17482026-07-15T22:52:40.434ZJul 15 22:52:39.135 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17492026-07-15T22:52:40.435ZJul 15 22:52:39.135 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17502026-07-15T22:52:42.293ZJul 15 22:52:40.984 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17512026-07-15T22:52:42.482ZJul 15 22:52:41.137 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17522026-07-15T22:52:42.516ZJul 15 22:52:41.189 INFO Download complete, target: TransceiverControl
17532026-07-15T22:52:42.744ZJul 15 22:52:41.403 INFO Download complete, target: Console
17542026-07-15T22:52:43.349ZJul 15 22:52:42.010 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17552026-07-15T22:52:43.998ZJul 15 22:52:42.697 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17562026-07-15T22:52:44.303ZJul 15 22:52:42.979 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17572026-07-15T22:52:44.311ZJul 15 22:52:43.008 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17582026-07-15T22:52:45.223ZJul 15 22:52:43.927 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17592026-07-15T22:52:45.223ZJul 15 22:52:43.927 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17602026-07-15T22:52:46.330ZJul 15 22:52:45.028 INFO Download complete, target: MaghemiteDdmd
17612026-07-15T22:52:46.558ZJul 15 22:52:45.262 INFO Download complete, target: DendriteStub
17622026-07-15T22:52:46.918ZJul 15 22:52:45.621 INFO Download complete, target: MaghemiteMgd
17632026-07-15T22:52:49.765ZJul 15 22:52:48.469 INFO Checking that binary works, target: Cockroach
17642026-07-15T22:52:49.887ZJul 15 22:52:48.591 INFO Download complete, target: Cockroach
17652026-07-15T22:52:49.993ZJul 15 22:52:48.697 INFO Checking that binary works, target: Clickhouse
17662026-07-15T22:52:50.125ZJul 15 22:52:48.829 INFO Download complete, target: Clickhouse
17672026-07-15T22:52:50.139ZAll builder prerequisites installed successfully, and PATH looks valid
17682026-07-15T22:52:50.143Z
17692026-07-15T22:52:50.143Zreal 2:04.751282961
17702026-07-15T22:52:50.143Zuser 6:44.115183074
17712026-07-15T22:52:50.143Zsys 1:23.318399444
17722026-07-15T22:52:50.143Ztrap 0.231673678
17732026-07-15T22:52:50.143Ztflt 0.575294133
17742026-07-15T22:52:50.143Zdflt 0.815567304
17752026-07-15T22:52:50.143Zkflt 0.027227667
17762026-07-15T22:52:50.143Zlock 22:27.829811043
17772026-07-15T22:52:50.143Zslp 20:38.400319389
17782026-07-15T22:52:50.143Zlat 44.147695744
17792026-07-15T22:52:50.144Zstop 1:59.660386548
17802026-07-15T22:52:50.144Z+ banner hack-check
17812026-07-15T22:52:50.144Z
17822026-07-15T22:52:50.144Z # # ## #### # # #### # # ###### #### # #
17832026-07-15T22:52:50.144Z # # # # # # # # # # # # # # # # #
17842026-07-15T22:52:50.144Z ###### # # # #### ##### # ###### ##### # ####
17852026-07-15T22:52:50.144Z # # ###### # # # # # # # # # #
17862026-07-15T22:52:50.144Z # # # # # # # # # # # # # # # # #
17872026-07-15T22:52:50.144Z # # # # #### # # #### # # ###### #### # #
17882026-07-15T22:52:50.144Z
17892026-07-15T22:52:50.144Z+ export CARGO_INCREMENTAL=0
17902026-07-15T22:52:50.144Z+ CARGO_INCREMENTAL=0
17912026-07-15T22:52:50.144Z+ ptime -m timeout 2h cargo xtask check-features --ci
17922026-07-15T22:52:50.604Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17932026-07-15T22:52:50.896Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17942026-07-15T22:52:52.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
17952026-07-15T22:52:52.790Z Running `target/debug/xtask check-features --ci`
17962026-07-15T22:52:52.815Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17972026-07-15T22:52:52.818Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17982026-07-15T22:52:53.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17992026-07-15T22:52:53.256Z Running `target/debug/xtask download cargo-hack`
18002026-07-15T22:52:54.019Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18012026-07-15T22:52:54.355Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18022026-07-15T22:52:56.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.65s
18032026-07-15T22:52:57.109Z Running `target/debug/xtask-downloader cargo-hack`
18042026-07-15T22:52:57.151ZJul 15 22:52:55.855 INFO Starting download, target: CargoHack
18052026-07-15T22:52:57.155ZJul 15 22:52:55.856 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18062026-07-15T22:52:57.483ZJul 15 22:52:56.187 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18072026-07-15T22:52:57.531ZJul 15 22:52:56.235 INFO Download complete, target: CargoHack
18082026-07-15T22:52:57.534Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18092026-07-15T22:52:57.547Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18102026-07-15T22:52:57.704Zinfo: running `cargo check --bins` on api_identity (1/301)
18112026-07-15T22:52:58.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18122026-07-15T22:52:58.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18132026-07-15T22:52:58.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18142026-07-15T22:52:58.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18152026-07-15T22:52:58.228Z
18162026-07-15T22:52:58.228Zinfo: running `cargo check --bins` on bootstore (2/301)
18172026-07-15T22:52:58.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18182026-07-15T22:52:58.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18192026-07-15T22:52:58.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18202026-07-15T22:52:58.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18212026-07-15T22:52:58.752Z
18222026-07-15T22:52:58.752Zinfo: running `cargo check --bins` on omicron-ledger (3/301)
18232026-07-15T22:52:59.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242026-07-15T22:52:59.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252026-07-15T22:52:59.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262026-07-15T22:52:59.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18272026-07-15T22:52:59.278Z
18282026-07-15T22:52:59.278Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/301)
18292026-07-15T22:52:59.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302026-07-15T22:52:59.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312026-07-15T22:52:59.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322026-07-15T22:52:59.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18332026-07-15T22:52:59.805Z
18342026-07-15T22:52:59.805Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/301)
18352026-07-15T22:53:00.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362026-07-15T22:53:00.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372026-07-15T22:53:00.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382026-07-15T22:53:00.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18392026-07-15T22:53:00.330Z
18402026-07-15T22:53:00.330Zinfo: running `cargo check --bins` on omicron-certificates (6/301)
18412026-07-15T22:53:00.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422026-07-15T22:53:00.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432026-07-15T22:53:00.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442026-07-15T22:53:00.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18452026-07-15T22:53:00.870Z
18462026-07-15T22:53:00.870Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/301)
18472026-07-15T22:53:01.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-07-15T22:53:01.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-07-15T22:53:01.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-07-15T22:53:01.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18512026-07-15T22:53:01.424Z
18522026-07-15T22:53:01.424Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/301)
18532026-07-15T22:53:01.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-07-15T22:53:01.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-07-15T22:53:01.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-07-15T22:53:01.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18572026-07-15T22:53:01.971Z
18582026-07-15T22:53:01.971Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/301)
18592026-07-15T22:53:02.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-07-15T22:53:02.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-07-15T22:53:02.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-07-15T22:53:02.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18632026-07-15T22:53:02.376Z
18642026-07-15T22:53:02.376Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/301)
18652026-07-15T22:53:02.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-07-15T22:53:02.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-07-15T22:53:02.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-07-15T22:53:02.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18692026-07-15T22:53:02.788Z
18702026-07-15T22:53:02.788Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/301)
18712026-07-15T22:53:03.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-07-15T22:53:03.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-07-15T22:53:03.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-07-15T22:53:03.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18752026-07-15T22:53:03.197Z
18762026-07-15T22:53:03.197Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/301)
18772026-07-15T22:53:03.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-07-15T22:53:03.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-07-15T22:53:03.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-07-15T22:53:03.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18812026-07-15T22:53:03.607Z
18822026-07-15T22:53:03.607Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/301)
18832026-07-15T22:53:03.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-07-15T22:53:03.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-07-15T22:53:03.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-07-15T22:53:03.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18872026-07-15T22:53:04.015Z
18882026-07-15T22:53:04.015Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/301)
18892026-07-15T22:53:04.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-07-15T22:53:04.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-07-15T22:53:04.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-07-15T22:53:04.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18932026-07-15T22:53:04.420Z
18942026-07-15T22:53:04.420Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/301)
18952026-07-15T22:53:04.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-07-15T22:53:04.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-07-15T22:53:04.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-07-15T22:53:04.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18992026-07-15T22:53:04.824Z
19002026-07-15T22:53:04.824Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/301)
19012026-07-15T22:53:05.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-07-15T22:53:05.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-07-15T22:53:05.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-07-15T22:53:05.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19052026-07-15T22:53:05.233Z
19062026-07-15T22:53:05.233Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/301)
19072026-07-15T22:53:05.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-07-15T22:53:05.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-07-15T22:53:05.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-07-15T22:53:05.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19112026-07-15T22:53:05.635Z
19122026-07-15T22:53:05.635Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/301)
19132026-07-15T22:53:06.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-07-15T22:53:06.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-07-15T22:53:06.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-07-15T22:53:06.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19172026-07-15T22:53:06.044Z
19182026-07-15T22:53:06.044Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/301)
19192026-07-15T22:53:06.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-07-15T22:53:06.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-07-15T22:53:06.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-07-15T22:53:06.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19232026-07-15T22:53:06.453Z
19242026-07-15T22:53:06.453Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/301)
19252026-07-15T22:53:06.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-07-15T22:53:06.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-07-15T22:53:06.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-07-15T22:53:06.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19292026-07-15T22:53:06.863Z
19302026-07-15T22:53:06.863Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/301)
19312026-07-15T22:53:07.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-07-15T22:53:07.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-07-15T22:53:07.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-07-15T22:53:07.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19352026-07-15T22:53:07.266Z
19362026-07-15T22:53:07.266Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/301)
19372026-07-15T22:53:07.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-07-15T22:53:07.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-07-15T22:53:07.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-07-15T22:53:07.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19412026-07-15T22:53:07.673Z
19422026-07-15T22:53:07.673Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/301)
19432026-07-15T22:53:08.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-07-15T22:53:08.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-07-15T22:53:08.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-07-15T22:53:08.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19472026-07-15T22:53:08.126Z
19482026-07-15T22:53:08.126Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/301)
19492026-07-15T22:53:08.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-07-15T22:53:08.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-07-15T22:53:08.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-07-15T22:53:08.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19532026-07-15T22:53:08.497Z
19542026-07-15T22:53:08.497Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/301)
19552026-07-15T22:53:08.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-07-15T22:53:08.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-07-15T22:53:08.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-07-15T22:53:08.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19592026-07-15T22:53:08.903Z
19602026-07-15T22:53:08.903Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/301)
19612026-07-15T22:53:09.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-07-15T22:53:09.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-07-15T22:53:09.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-07-15T22:53:09.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19652026-07-15T22:53:09.326Z
19662026-07-15T22:53:09.326Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/301)
19672026-07-15T22:53:09.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-07-15T22:53:09.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-07-15T22:53:09.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-07-15T22:53:09.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19712026-07-15T22:53:09.743Z
19722026-07-15T22:53:09.744Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/301)
19732026-07-15T22:53:10.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-07-15T22:53:10.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-07-15T22:53:10.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-07-15T22:53:10.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19772026-07-15T22:53:10.161Z
19782026-07-15T22:53:10.161Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/301)
19792026-07-15T22:53:10.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-07-15T22:53:10.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-07-15T22:53:10.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-07-15T22:53:10.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19832026-07-15T22:53:10.558Z
19842026-07-15T22:53:10.558Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/301)
19852026-07-15T22:53:10.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-07-15T22:53:10.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-07-15T22:53:10.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-07-15T22:53:10.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19892026-07-15T22:53:10.994Z
19902026-07-15T22:53:10.994Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/301)
19912026-07-15T22:53:11.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-07-15T22:53:11.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-07-15T22:53:11.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-07-15T22:53:11.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19952026-07-15T22:53:11.388Z
19962026-07-15T22:53:11.389Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/301)
19972026-07-15T22:53:11.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-07-15T22:53:11.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-07-15T22:53:11.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-07-15T22:53:11.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20012026-07-15T22:53:11.798Z
20022026-07-15T22:53:11.798Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/301)
20032026-07-15T22:53:12.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-07-15T22:53:12.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-07-15T22:53:12.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-07-15T22:53:12.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20072026-07-15T22:53:12.216Z
20082026-07-15T22:53:12.216Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/301)
20092026-07-15T22:53:12.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-07-15T22:53:12.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-07-15T22:53:12.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-07-15T22:53:12.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20132026-07-15T22:53:12.613Z
20142026-07-15T22:53:12.613Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/301)
20152026-07-15T22:53:12.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-07-15T22:53:12.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-07-15T22:53:12.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-07-15T22:53:12.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20192026-07-15T22:53:13.020Z
20202026-07-15T22:53:13.024Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/301)
20212026-07-15T22:53:13.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-07-15T22:53:13.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-07-15T22:53:13.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-07-15T22:53:13.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20252026-07-15T22:53:13.426Z
20262026-07-15T22:53:13.426Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/301)
20272026-07-15T22:53:13.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-07-15T22:53:13.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-07-15T22:53:13.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-07-15T22:53:13.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20312026-07-15T22:53:13.836Z
20322026-07-15T22:53:13.836Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/301)
20332026-07-15T22:53:14.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-07-15T22:53:14.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-07-15T22:53:14.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-07-15T22:53:14.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20372026-07-15T22:53:14.235Z
20382026-07-15T22:53:14.235Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/301)
20392026-07-15T22:53:14.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-07-15T22:53:14.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-07-15T22:53:14.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-07-15T22:53:14.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20432026-07-15T22:53:14.643Z
20442026-07-15T22:53:14.643Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/301)
20452026-07-15T22:53:15.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-07-15T22:53:15.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-07-15T22:53:15.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-07-15T22:53:15.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20492026-07-15T22:53:15.049Z
20502026-07-15T22:53:15.049Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/301)
20512026-07-15T22:53:15.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-07-15T22:53:15.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-07-15T22:53:15.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-07-15T22:53:15.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20552026-07-15T22:53:15.454Z
20562026-07-15T22:53:15.454Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/301)
20572026-07-15T22:53:15.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-07-15T22:53:15.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-07-15T22:53:15.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-07-15T22:53:15.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20612026-07-15T22:53:15.862Z
20622026-07-15T22:53:15.862Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/301)
20632026-07-15T22:53:16.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-07-15T22:53:16.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-07-15T22:53:16.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-07-15T22:53:16.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20672026-07-15T22:53:16.266Z
20682026-07-15T22:53:16.266Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/301)
20692026-07-15T22:53:16.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-07-15T22:53:16.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-07-15T22:53:16.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-07-15T22:53:16.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20732026-07-15T22:53:16.675Z
20742026-07-15T22:53:16.675Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/301)
20752026-07-15T22:53:17.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-07-15T22:53:17.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-07-15T22:53:17.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-07-15T22:53:17.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20792026-07-15T22:53:17.085Z
20802026-07-15T22:53:17.085Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/301)
20812026-07-15T22:53:17.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-07-15T22:53:17.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-07-15T22:53:17.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-07-15T22:53:17.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20852026-07-15T22:53:17.488Z
20862026-07-15T22:53:17.488Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/301)
20872026-07-15T22:53:17.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-07-15T22:53:17.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-07-15T22:53:17.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-07-15T22:53:17.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20912026-07-15T22:53:17.890Z
20922026-07-15T22:53:17.890Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/301)
20932026-07-15T22:53:18.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-07-15T22:53:18.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-07-15T22:53:18.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-07-15T22:53:18.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20972026-07-15T22:53:18.295Z
20982026-07-15T22:53:18.295Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/301)
20992026-07-15T22:53:18.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-07-15T22:53:18.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-07-15T22:53:18.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-07-15T22:53:18.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21032026-07-15T22:53:18.873Z
21042026-07-15T22:53:18.873Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/301)
21052026-07-15T22:53:19.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-07-15T22:53:19.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-07-15T22:53:19.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-07-15T22:53:19.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21092026-07-15T22:53:19.458Z
21102026-07-15T22:53:19.458Zinfo: running `cargo check --bins` on nexus-config (51/301)
21112026-07-15T22:53:19.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-07-15T22:53:19.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-07-15T22:53:19.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-07-15T22:53:19.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21152026-07-15T22:53:20.041Z
21162026-07-15T22:53:20.041Zinfo: running `cargo check --bins` on nexus-types (52/301)
21172026-07-15T22:53:20.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-07-15T22:53:20.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-07-15T22:53:20.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-07-15T22:53:20.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21212026-07-15T22:53:20.610Z
21222026-07-15T22:53:20.610Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/301)
21232026-07-15T22:53:21.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-07-15T22:53:21.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-07-15T22:53:21.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-07-15T22:53:21.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21272026-07-15T22:53:21.152Z
21282026-07-15T22:53:21.152Zinfo: running `cargo check --bins` on omicron-passwords (54/301)
21292026-07-15T22:53:21.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-07-15T22:53:21.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-07-15T22:53:21.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-07-15T22:53:21.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21332026-07-15T22:53:21.674Z
21342026-07-15T22:53:21.674Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/301)
21352026-07-15T22:53:22.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-07-15T22:53:22.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-07-15T22:53:22.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-07-15T22:53:22.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21392026-07-15T22:53:22.216Z
21402026-07-15T22:53:22.216Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/301)
21412026-07-15T22:53:22.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-07-15T22:53:22.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-07-15T22:53:22.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-07-15T22:53:22.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21452026-07-15T22:53:22.764Z
21462026-07-15T22:53:22.764Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/301)
21472026-07-15T22:53:23.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-07-15T22:53:23.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-07-15T22:53:23.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-07-15T22:53:23.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21512026-07-15T22:53:23.312Z
21522026-07-15T22:53:23.312Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/301)
21532026-07-15T22:53:23.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-07-15T22:53:23.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-07-15T22:53:23.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-07-15T22:53:23.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21572026-07-15T22:53:23.859Z
21582026-07-15T22:53:23.859Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/301)
21592026-07-15T22:53:24.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-07-15T22:53:24.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-07-15T22:53:24.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-07-15T22:53:24.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21632026-07-15T22:53:24.383Z
21642026-07-15T22:53:24.383Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/301)
21652026-07-15T22:53:24.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-07-15T22:53:24.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-07-15T22:53:24.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-07-15T22:53:24.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21692026-07-15T22:53:24.909Z
21702026-07-15T22:53:24.909Zinfo: running `cargo check --bins --no-default-features` on gfss (61/301)
21712026-07-15T22:53:25.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-07-15T22:53:25.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-07-15T22:53:25.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-07-15T22:53:25.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21752026-07-15T22:53:25.434Z
21762026-07-15T22:53:25.434Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/301)
21772026-07-15T22:53:25.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-07-15T22:53:25.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-07-15T22:53:25.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-07-15T22:53:25.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21812026-07-15T22:53:25.961Z
21822026-07-15T22:53:25.961Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/301)
21832026-07-15T22:53:26.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-07-15T22:53:26.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-07-15T22:53:26.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-07-15T22:53:26.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21872026-07-15T22:53:26.501Z
21882026-07-15T22:53:26.502Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/301)
21892026-07-15T22:53:26.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-07-15T22:53:26.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-07-15T22:53:26.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-07-15T22:53:26.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21932026-07-15T22:53:27.030Z
21942026-07-15T22:53:27.030Zinfo: running `cargo check --bins` on cockroach-admin-types (65/301)
21952026-07-15T22:53:27.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-07-15T22:53:27.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-07-15T22:53:27.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-07-15T22:53:27.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21992026-07-15T22:53:27.556Z
22002026-07-15T22:53:27.556Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/301)
22012026-07-15T22:53:28.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-07-15T22:53:28.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-07-15T22:53:28.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-07-15T22:53:28.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22052026-07-15T22:53:28.081Z
22062026-07-15T22:53:28.081Zinfo: running `cargo check --bins` on ereport-types (67/301)
22072026-07-15T22:53:28.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-07-15T22:53:28.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-07-15T22:53:28.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-07-15T22:53:28.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22112026-07-15T22:53:28.615Z
22122026-07-15T22:53:28.615Zinfo: running `cargo check --bins` on gateway-client (68/301)
22132026-07-15T22:53:29.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-07-15T22:53:29.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-07-15T22:53:29.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-07-15T22:53:29.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22172026-07-15T22:53:29.147Z
22182026-07-15T22:53:29.147Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/301)
22192026-07-15T22:53:29.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-07-15T22:53:29.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-07-15T22:53:29.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-07-15T22:53:29.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22232026-07-15T22:53:29.672Z
22242026-07-15T22:53:29.672Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/301)
22252026-07-15T22:53:30.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-07-15T22:53:30.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-07-15T22:53:30.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-07-15T22:53:30.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22292026-07-15T22:53:30.197Z
22302026-07-15T22:53:30.197Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/301)
22312026-07-15T22:53:30.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-07-15T22:53:30.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-07-15T22:53:30.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342026-07-15T22:53:30.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22352026-07-15T22:53:30.733Z
22362026-07-15T22:53:30.733Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/301)
22372026-07-15T22:53:31.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382026-07-15T22:53:31.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392026-07-15T22:53:31.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402026-07-15T22:53:31.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22412026-07-15T22:53:31.266Z
22422026-07-15T22:53:31.266Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/301)
22432026-07-15T22:53:31.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442026-07-15T22:53:31.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452026-07-15T22:53:31.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462026-07-15T22:53:31.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22472026-07-15T22:53:31.817Z
22482026-07-15T22:53:31.817Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/301)
22492026-07-15T22:53:32.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502026-07-15T22:53:32.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512026-07-15T22:53:32.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22522026-07-15T22:53:32.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22532026-07-15T22:53:32.372Z
22542026-07-15T22:53:32.372Zinfo: running `cargo check --bins` on key-manager-types (75/301)
22552026-07-15T22:53:32.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22562026-07-15T22:53:32.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22572026-07-15T22:53:32.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22582026-07-15T22:53:32.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22592026-07-15T22:53:32.893Z
22602026-07-15T22:53:32.893Zinfo: running `cargo check --bins` on oxlog (76/301)
22612026-07-15T22:53:33.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22622026-07-15T22:53:33.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22632026-07-15T22:53:33.454Z Checking cfg-if v1.0.4
22642026-07-15T22:53:33.458Z Checking libc v0.2.185
22652026-07-15T22:53:33.458Z Checking serde_core v1.0.228
22662026-07-15T22:53:33.570Z Checking memchr v2.8.0
22672026-07-15T22:53:33.571Z Checking zeroize v1.8.2
22682026-07-15T22:53:33.583Z Checking log v0.4.29
22692026-07-15T22:53:33.592Z Checking smallvec v1.15.1
22702026-07-15T22:53:33.601Z Checking subtle v2.6.1
22712026-07-15T22:53:33.613Z Checking itoa v1.0.17
22722026-07-15T22:53:33.722Z Checking scopeguard v1.2.0
22732026-07-15T22:53:33.743Z Checking stable_deref_trait v1.2.1
22742026-07-15T22:53:33.758Z Checking typenum v1.20.1
22752026-07-15T22:53:33.768Z Checking zerofrom v0.1.6
22762026-07-15T22:53:33.782Z Checking pin-project-lite v0.2.17
22772026-07-15T22:53:33.814Z Checking portable-atomic v1.13.1
22782026-07-15T22:53:33.827Z Checking lock_api v0.4.14
22792026-07-15T22:53:33.871Z Checking critical-section v1.2.0
22802026-07-15T22:53:33.922Z Checking yoke v0.8.1
22812026-07-15T22:53:33.960Z Checking futures-core v0.3.32
22822026-07-15T22:53:33.973Z Checking errno v0.3.14
22832026-07-15T22:53:33.973Z Checking getrandom v0.2.17
22842026-07-15T22:53:34.030Z Checking parking_lot_core v0.9.12
22852026-07-15T22:53:34.052Z Checking zerovec v0.11.5
22862026-07-15T22:53:34.084Z Checking mio v1.2.0
22872026-07-15T22:53:34.098Z Checking signal-hook-registry v1.4.8
22882026-07-15T22:53:34.129Z Checking rand_core v0.6.4
22892026-07-15T22:53:34.220Z Checking parking_lot v0.12.5
22902026-07-15T22:53:34.232Z Checking once_cell v1.21.3
22912026-07-15T22:53:34.257Z Checking zerocopy v0.8.40
22922026-07-15T22:53:34.306Z Checking const-oid v0.9.6
22932026-07-15T22:53:34.373Z Checking zmij v1.0.21
22942026-07-15T22:53:34.401Z Checking rand_core v0.10.0
22952026-07-15T22:53:34.414Z Checking socket2 v0.6.3
22962026-07-15T22:53:34.499Z Checking tinystr v0.8.2
22972026-07-15T22:53:34.535Z Checking generic-array v0.14.7
22982026-07-15T22:53:34.547Z Checking getrandom v0.4.1
22992026-07-15T22:53:34.588Z Checking libm v0.2.16
23002026-07-15T22:53:34.663Z Checking percent-encoding v2.3.2
23012026-07-15T22:53:34.674Z Checking writeable v0.6.2
23022026-07-15T22:53:34.695Z Checking litemap v0.8.1
23032026-07-15T22:53:34.806Z Checking equivalent v1.0.2
23042026-07-15T22:53:34.835Z Checking potential_utf v0.1.4
23052026-07-15T22:53:34.871Z Checking icu_locale_core v2.1.1
23062026-07-15T22:53:34.890Z Checking zerotrie v0.2.3
23072026-07-15T22:53:34.967Z Checking futures-sink v0.3.32
23082026-07-15T22:53:34.996Z Checking icu_collections v2.1.1
23092026-07-15T22:53:35.010Z Checking futures-io v0.3.32
23102026-07-15T22:53:35.069Z Checking futures-channel v0.3.32
23112026-07-15T22:53:35.111Z Checking serde v1.0.228
23122026-07-15T22:53:35.123Z Checking bitflags v2.11.0
23132026-07-15T22:53:35.134Z Checking serde_json v1.0.150
23142026-07-15T22:53:35.264Z Checking slab v0.4.12
23152026-07-15T22:53:35.291Z Checking futures-task v0.3.32
23162026-07-15T22:53:35.306Z Checking num-traits v0.2.19
23172026-07-15T22:53:35.309Z Checking icu_normalizer_data v2.1.1
23182026-07-15T22:53:35.419Z Checking icu_properties_data v2.1.2
23192026-07-15T22:53:35.431Z Checking hashbrown v0.17.0
23202026-07-15T22:53:35.435Z Checking futures-util v0.3.32
23212026-07-15T22:53:35.455Z Checking icu_provider v2.1.1
23222026-07-15T22:53:35.533Z Checking bytes v1.11.1
23232026-07-15T22:53:35.549Z Checking block-buffer v0.10.4
23242026-07-15T22:53:35.687Z Checking crypto-common v0.1.7
23252026-07-15T22:53:35.691Z Checking icu_properties v2.1.2
23262026-07-15T22:53:35.805Z Checking icu_normalizer v2.1.1
23272026-07-15T22:53:35.820Z Checking digest v0.10.7
23282026-07-15T22:53:35.865Z Checking utf8_iter v1.0.4
23292026-07-15T22:53:35.899Z Checking indexmap v2.14.0
23302026-07-15T22:53:35.977Z Checking tokio v1.52.1
23312026-07-15T22:53:35.990Z Checking form_urlencoded v1.2.2
23322026-07-15T22:53:36.013Z Checking getrandom v0.3.4
23332026-07-15T22:53:36.106Z Checking fnv v1.0.7
23342026-07-15T22:53:36.119Z Checking byteorder v1.5.0
23352026-07-15T22:53:36.158Z Checking rand_core v0.9.5
23362026-07-15T22:53:36.198Z Checking http v1.4.2
23372026-07-15T22:53:36.334Z Checking regex-syntax v0.8.10
23382026-07-15T22:53:36.353Z Checking base64ct v1.8.3
23392026-07-15T22:53:36.475Z Checking rustix v1.1.3
23402026-07-15T22:53:36.542Z Checking idna_adapter v1.2.1
23412026-07-15T22:53:36.607Z Checking pem-rfc7468 v0.7.0
23422026-07-15T22:53:36.665Z Checking idna v1.1.0
23432026-07-15T22:53:36.770Z Checking uuid v1.23.4
23442026-07-15T22:53:36.800Z Checking tracing-core v0.1.36
23452026-07-15T22:53:36.915Z Checking url v2.5.8
23462026-07-15T22:53:37.101Z Checking iana-time-zone v0.1.65
23472026-07-15T22:53:37.117Z Checking flagset v0.4.7
23482026-07-15T22:53:37.164Z Checking ppv-lite86 v0.2.21
23492026-07-15T22:53:37.209Z Checking base64 v0.22.1
23502026-07-15T22:53:37.240Z Checking der v0.7.10
23512026-07-15T22:53:37.346Z Checking chrono v0.4.45
23522026-07-15T22:53:37.376Z Checking tracing v0.1.44
23532026-07-15T22:53:37.445Z Checking http-body v1.0.1
23542026-07-15T22:53:37.459Z Checking rustls-pki-types v1.14.0
23552026-07-15T22:53:37.471Z Checking rand_chacha v0.9.0
23562026-07-15T22:53:37.582Z Checking openssl-probe v0.2.1
23572026-07-15T22:53:37.597Z Checking tinyvec_macros v0.1.1
23582026-07-15T22:53:37.664Z Checking cmov v0.5.4
23592026-07-15T22:53:37.678Z Checking rand v0.9.2
23602026-07-15T22:53:37.693Z Checking tinyvec v1.10.0
23612026-07-15T22:53:37.710Z Checking aws-lc-sys v0.40.0
23622026-07-15T22:53:37.749Z Checking atomic-waker v1.1.2
23632026-07-15T22:53:37.851Z Checking untrusted v0.7.1
23642026-07-15T22:53:37.854Z Checking ctutils v0.4.2
23652026-07-15T22:53:37.976Z Checking tower-service v0.3.3
23662026-07-15T22:53:37.999Z Checking try-lock v0.2.5
23672026-07-15T22:53:38.002Z Checking spki v0.7.3
23682026-07-15T22:53:38.063Z Checking tower-layer v0.3.3
23692026-07-15T22:53:38.077Z Checking hybrid-array v0.4.13
23702026-07-15T22:53:38.099Z Checking want v0.3.1
23712026-07-15T22:53:38.153Z Checking ipnet v2.11.0
23722026-07-15T22:53:38.176Z Checking httparse v1.10.1
23732026-07-15T22:53:38.214Z Checking aho-corasick v1.1.4
23742026-07-15T22:53:38.228Z Checking aws-lc-rs v1.16.3
23752026-07-15T22:53:38.240Z Checking utf8parse v0.2.2
23762026-07-15T22:53:38.252Z Checking foreign-types-shared v0.1.1
23772026-07-15T22:53:38.335Z Checking dyn-clone v1.0.20
23782026-07-15T22:53:38.348Z Checking httpdate v1.0.3
23792026-07-15T22:53:38.387Z Checking untrusted v0.9.0
23802026-07-15T22:53:38.412Z Checking plain v0.2.3
23812026-07-15T22:53:38.437Z Checking fastrand v2.3.0
23822026-07-15T22:53:38.492Z Checking cpufeatures v0.2.17
23832026-07-15T22:53:38.506Z Checking foreign-types v0.3.2
23842026-07-15T22:53:38.518Z Checking pkcs8 v0.10.2
23852026-07-15T22:53:38.561Z Checking unicode-normalization v0.1.25
23862026-07-15T22:53:38.575Z Checking semver v1.0.28
23872026-07-15T22:53:38.616Z Checking tempfile v3.25.0
23882026-07-15T22:53:38.670Z Checking openssl-sys v0.9.115
23892026-07-15T22:53:38.783Z Checking spin v0.9.8
23902026-07-15T22:53:38.811Z Checking anstyle v1.0.14
23912026-07-15T22:53:38.842Z Checking unicode-ident v1.0.24
23922026-07-15T22:53:38.901Z Checking regex-automata v0.4.14
23932026-07-15T22:53:38.956Z Checking ucd-trie v0.1.7
23942026-07-15T22:53:38.974Z Checking proc-macro2 v1.0.106
23952026-07-15T22:53:38.979Z Checking schemars v0.8.22
23962026-07-15T22:53:39.003Z Checking sha2 v0.10.9
23972026-07-15T22:53:39.131Z Checking openssl v0.10.79
23982026-07-15T22:53:39.144Z Checking pest v2.8.6
23992026-07-15T22:53:39.144Z Checking rustls-webpki v0.103.13
24002026-07-15T22:53:39.289Z Checking hmac v0.12.1
24012026-07-15T22:53:39.304Z Checking thiserror v2.0.18
24022026-07-15T22:53:39.351Z Checking tokio-util v0.7.18
24032026-07-15T22:53:39.404Z Checking sync_wrapper v1.0.2
24042026-07-15T22:53:39.426Z Checking wait-timeout v0.2.1
24052026-07-15T22:53:39.511Z Checking bit-vec v0.8.0
24062026-07-15T22:53:39.533Z Checking rustls v0.23.41
24072026-07-15T22:53:39.553Z Checking simd-adler32 v0.3.8
24082026-07-15T22:53:39.660Z Checking powerfmt v0.2.0
24092026-07-15T22:53:39.712Z Checking siphasher v1.0.2
24102026-07-15T22:53:39.727Z Checking colorchoice v1.0.4
24112026-07-15T22:53:39.813Z Checking pretty-hex v0.4.1
24122026-07-15T22:53:39.829Z Checking quick-error v1.2.3
24132026-07-15T22:53:39.872Z Checking anstyle-query v1.1.5
24142026-07-15T22:53:39.931Z Checking is_terminal_polyfill v1.70.2
24152026-07-15T22:53:39.934Z Checking rusty-fork v0.3.1
24162026-07-15T22:53:39.965Z Checking deranged v0.5.8
24172026-07-15T22:53:39.989Z Checking h2 v0.4.15
24182026-07-15T22:53:40.020Z Checking bit-set v0.8.0
24192026-07-15T22:53:40.118Z Checking tower v0.5.3
24202026-07-15T22:53:40.169Z Checking quote v1.0.45
24212026-07-15T22:53:40.186Z Compiling newtype-uuid v1.3.2
24222026-07-15T22:53:40.343Z Checking http-body-util v0.1.3
24232026-07-15T22:53:40.371Z Checking crossbeam-utils v0.8.21
24242026-07-15T22:53:40.510Z Checking rand_xorshift v0.4.0
24252026-07-15T22:53:40.570Z Checking crc32fast v1.5.0
24262026-07-15T22:53:40.635Z Checking scroll v0.13.0
24272026-07-15T22:53:40.715Z Checking iri-string v0.7.10
24282026-07-15T22:53:40.729Z Checking num-conv v0.2.0
24292026-07-15T22:53:40.801Z Checking ryu v1.0.23
24302026-07-15T22:53:40.842Z Checking unarray v0.1.4
24312026-07-15T22:53:40.865Z Checking unicode-bidi v0.3.18
24322026-07-15T22:53:40.913Z Checking unicode-properties v0.1.4
24332026-07-15T22:53:40.935Z Checking time-core v0.1.8
24342026-07-15T22:53:40.948Z Checking adler2 v2.0.1
24352026-07-15T22:53:41.057Z Checking num_threads v0.1.7
24362026-07-15T22:53:41.075Z Checking allocator-api2 v0.2.21
24372026-07-15T22:53:41.099Z Checking miniz_oxide v0.8.9
24382026-07-15T22:53:41.142Z Checking time v0.3.47
24392026-07-15T22:53:41.145Z Checking native-tls v0.2.18
24402026-07-15T22:53:41.168Z Checking stringprep v0.1.5
24412026-07-15T22:53:41.331Z Checking tokio-native-tls v0.3.1
24422026-07-15T22:53:41.347Z Checking proptest v1.10.0
24432026-07-15T22:53:41.359Z Checking serde_urlencoded v0.7.1
24442026-07-15T22:53:41.464Z Checking goblin v0.10.5
24452026-07-15T22:53:41.499Z Checking bstr v1.12.1
24462026-07-15T22:53:41.567Z Checking crossbeam-epoch v0.9.18
24472026-07-15T22:53:41.859Z Checking tower-http v0.6.8
24482026-07-15T22:53:41.876Z Checking syn v2.0.117
24492026-07-15T22:53:41.906Z Compiling daft v0.1.7
24502026-07-15T22:53:41.921Z Checking ipnetwork v0.21.1
24512026-07-15T22:53:42.090Z Checking crypto-common v0.2.2
24522026-07-15T22:53:42.142Z Checking block-padding v0.4.2
24532026-07-15T22:53:42.195Z Checking block-buffer v0.12.1
24542026-07-15T22:53:42.283Z Checking anstyle-parse v1.0.0
24552026-07-15T22:53:42.364Z Checking rustls-native-certs v0.8.3
24562026-07-15T22:53:42.379Z Checking rand_chacha v0.3.1
24572026-07-15T22:53:42.439Z Checking scroll v0.12.0
24582026-07-15T22:53:42.498Z Checking thiserror v1.0.69
24592026-07-15T22:53:42.591Z Checking hash32 v0.2.1
24602026-07-15T22:53:42.604Z Checking zstd-sys v2.0.16+zstd.1.5.7
24612026-07-15T22:53:42.674Z Checking md-5 v0.10.6
24622026-07-15T22:53:42.704Z Checking signature v2.2.0
24632026-07-15T22:53:42.717Z Checking num-integer v0.1.46
24642026-07-15T22:53:42.752Z Checking toml_datetime v0.6.11
24652026-07-15T22:53:42.817Z Checking serde_spanned v0.6.9
24662026-07-15T22:53:42.837Z Checking encoding_rs v0.8.35
24672026-07-15T22:53:42.941Z Checking mime v0.3.17
24682026-07-15T22:53:42.955Z Checking fallible-iterator v0.2.0
24692026-07-15T22:53:42.955Z Checking psl-types v2.0.11
24702026-07-15T22:53:42.978Z Checking hyper v1.10.1
24712026-07-15T22:53:43.082Z Checking zlib-rs v0.6.2
24722026-07-15T22:53:43.119Z Checking publicsuffix v2.3.0
24732026-07-15T22:53:43.229Z Checking postgres-protocol v0.6.10
24742026-07-15T22:53:43.281Z Checking num-iter v0.1.45
24752026-07-15T22:53:43.366Z Checking heapless v0.7.17
24762026-07-15T22:53:43.395Z Checking zstd-safe v7.2.4
24772026-07-15T22:53:43.548Z Checking goblin v0.8.2
24782026-07-15T22:53:43.562Z Checking rand v0.8.6
24792026-07-15T22:53:43.789Z Checking anstream v1.0.0
24802026-07-15T22:53:43.792Z Checking cookie v0.18.1
24812026-07-15T22:53:43.850Z Checking dof v0.4.0
24822026-07-15T22:53:43.934Z Checking hyper-util v0.1.20
24832026-07-15T22:53:43.986Z Checking flate2 v1.1.9
24842026-07-15T22:53:44.003Z Compiling iddqd v0.4.2
24852026-07-15T22:53:44.037Z Checking inout v0.2.2
24862026-07-15T22:53:44.087Z Checking oxnet v0.1.6
24872026-07-15T22:53:44.163Z Checking tokio-rustls v0.26.4
24882026-07-15T22:53:44.186Z Checking dtrace-parser v0.3.0
24892026-07-15T22:53:44.293Z Checking phf_shared v0.13.1
24902026-07-15T22:53:44.350Z Checking lazy_static v1.5.0
24912026-07-15T22:53:44.403Z Checking anstyle-parse v0.2.7
24922026-07-15T22:53:44.427Z Checking zerocopy v0.7.35
24932026-07-15T22:53:44.442Z Checking pin-project v1.1.11
24942026-07-15T22:53:44.493Z Checking bzip2-sys v0.1.13+1.0.8
24952026-07-15T22:53:44.496Z Checking signal-hook v0.3.18
24962026-07-15T22:53:44.536Z Checking futures-executor v0.3.32
24972026-07-15T22:53:44.553Z Checking terminal_size v0.4.3
24982026-07-15T22:53:44.612Z Checking hex v0.4.3
24992026-07-15T22:53:44.669Z Checking ff v0.13.1
25002026-07-15T22:53:44.686Z Checking thread-id v5.1.0
25012026-07-15T22:53:44.689Z Checking either v1.15.0
25022026-07-15T22:53:44.768Z Checking foldhash v0.2.0
25032026-07-15T22:53:44.798Z Checking strsim v0.11.1
25042026-07-15T22:53:44.816Z Checking winnow v0.5.40
25052026-07-15T22:53:44.886Z Checking base16ct v0.2.0
25062026-07-15T22:53:44.929Z Checking bumpalo v3.20.2
25072026-07-15T22:53:44.941Z Checking clap_lex v1.0.0
25082026-07-15T22:53:44.963Z Checking bitflags v1.3.2
25092026-07-15T22:53:45.016Z Checking libbz2-rs-sys v0.2.2
25102026-07-15T22:53:45.038Z Checking foldhash v0.1.5
25112026-07-15T22:53:45.095Z Checking managed v0.8.0
25122026-07-15T22:53:45.137Z Compiling rayon-core v1.13.0
25132026-07-15T22:53:45.177Z Checking same-file v1.0.6
25142026-07-15T22:53:45.242Z Checking hyper-tls v0.6.0
25152026-07-15T22:53:45.287Z Checking smoltcp v0.9.1
25162026-07-15T22:53:45.302Z Checking walkdir v2.5.0
25172026-07-15T22:53:45.305Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25182026-07-15T22:53:45.356Z Checking hyper-rustls v0.27.7
25192026-07-15T22:53:45.425Z Checking bzip2 v0.6.1
25202026-07-15T22:53:45.445Z Checking reqwest v0.12.28
25212026-07-15T22:53:45.464Z Checking hashbrown v0.15.5
25222026-07-15T22:53:45.514Z Checking zopfli v0.8.3
25232026-07-15T22:53:45.528Z Checking dof v0.3.0
25242026-07-15T22:53:45.563Z Checking clap_builder v4.6.0
25252026-07-15T22:53:45.597Z Checking sec1 v0.7.3
25262026-07-15T22:53:45.809Z Checking hashbrown v0.16.1
25272026-07-15T22:53:45.812Z Checking group v0.13.0
25282026-07-15T22:53:45.849Z Checking usdt-impl v0.6.0
25292026-07-15T22:53:45.891Z Checking signal-hook-mio v0.2.5
25302026-07-15T22:53:45.953Z Checking futures v0.3.32
25312026-07-15T22:53:45.966Z Checking bzip2 v0.4.4
25322026-07-15T22:53:45.995Z Checking anstream v0.6.21
25332026-07-15T22:53:46.015Z Checking toml_edit v0.19.15
25342026-07-15T22:53:46.029Z Checking snafu v0.8.9
25352026-07-15T22:53:46.124Z Checking phf v0.13.1
25362026-07-15T22:53:46.136Z Checking num-bigint-dig v0.8.6
25372026-07-15T22:53:46.220Z Checking cipher v0.5.2
25382026-07-15T22:53:46.273Z Checking cookie_store v0.22.1
25392026-07-15T22:53:46.285Z Checking zstd v0.13.3
25402026-07-15T22:53:46.334Z Checking postgres-types v0.2.12
25412026-07-15T22:53:46.443Z Checking ed25519 v2.2.3
25422026-07-15T22:53:46.463Z Checking dtrace-parser v0.2.0
25432026-07-15T22:53:46.477Z Checking rustls-platform-verifier v0.6.2
25442026-07-15T22:53:46.619Z Checking globset v0.4.18
25452026-07-15T22:53:46.622Z Checking crossbeam-deque v0.8.6
25462026-07-15T22:53:46.643Z Checking regex v1.12.3
25472026-07-15T22:53:46.660Z Checking phf_shared v0.11.3
25482026-07-15T22:53:46.706Z Checking hkdf v0.12.4
25492026-07-15T22:53:46.810Z Checking olpc-cjson v0.1.4
25502026-07-15T22:53:46.823Z Checking ref-cast v1.0.25
25512026-07-15T22:53:46.846Z Checking curve25519-dalek v4.1.3
25522026-07-15T22:53:46.878Z Checking strum v0.27.2
25532026-07-15T22:53:46.892Z Checking pkcs1 v0.7.5
25542026-07-15T22:53:46.918Z Checking hubpack v0.1.2
25552026-07-15T22:53:46.931Z Checking memoffset v0.9.1
25562026-07-15T22:53:46.946Z Checking rustix v0.38.44
25572026-07-15T22:53:46.989Z Checking pem v3.0.6
25582026-07-15T22:53:46.993Z Checking float-cmp v0.10.0
25592026-07-15T22:53:47.015Z Checking erased-serde v0.3.31
25602026-07-15T22:53:47.088Z Checking serde_plain v1.0.2
25612026-07-15T22:53:47.100Z Checking serde-big-array v0.5.1
25622026-07-15T22:53:47.116Z Checking crypto-bigint v0.5.5
25632026-07-15T22:53:47.129Z Checking memmap2 v0.9.10
25642026-07-15T22:53:47.149Z Checking thread-id v4.2.2
25652026-07-15T22:53:47.227Z Checking env_filter v1.0.0
25662026-07-15T22:53:47.240Z Checking fixedbitset v0.5.7
25672026-07-15T22:53:47.244Z Checking const-oid v0.10.2
25682026-07-15T22:53:47.288Z Checking new_debug_unreachable v1.0.6
25692026-07-15T22:53:47.361Z Checking unicode-segmentation v1.12.0
25702026-07-15T22:53:47.374Z Checking whoami v2.1.0
25712026-07-15T22:53:47.411Z Checking winnow v1.0.3
25722026-07-15T22:53:47.414Z Checking static_assertions v1.1.0
25732026-07-15T22:53:47.434Z Checking cpufeatures v0.3.0
25742026-07-15T22:53:47.481Z Checking normalize-line-endings v0.3.0
25752026-07-15T22:53:47.506Z Checking fixedbitset v0.4.2
25762026-07-15T22:53:47.571Z Checking winnow v0.7.14
25772026-07-15T22:53:47.633Z Checking jiff v0.2.21
25782026-07-15T22:53:47.641Z Checking toml_write v0.1.2
25792026-07-15T22:53:47.661Z Checking typed-path v0.9.3
25802026-07-15T22:53:47.680Z Checking precomputed-hash v0.1.1
25812026-07-15T22:53:47.713Z Checking data-encoding v2.10.0
25822026-07-15T22:53:47.761Z Checking difflib v0.4.0
25832026-07-15T22:53:47.765Z Checking predicates-core v1.0.10
25842026-07-15T22:53:47.807Z Checking keccak v0.1.6
25852026-07-15T22:53:47.890Z Checking crossterm v0.28.1
25862026-07-15T22:53:47.956Z Checking predicates v3.1.4
25872026-07-15T22:53:47.973Z Checking sha3 v0.10.8
25882026-07-15T22:53:47.991Z Checking hickory-proto v0.25.2
25892026-07-15T22:53:48.049Z Checking elliptic-curve v0.13.8
25902026-07-15T22:53:48.187Z Checking string_cache v0.8.9
25912026-07-15T22:53:48.258Z Checking toml_parser v1.1.2+spec-1.1.0
25922026-07-15T22:53:48.361Z Checking similar v2.7.0
25932026-07-15T22:53:48.379Z Checking petgraph v0.6.5
25942026-07-15T22:53:48.453Z Checking tough v0.22.0
25952026-07-15T22:53:48.604Z Checking ed25519-dalek v2.2.0
25962026-07-15T22:53:48.631Z Checking tokio-postgres v0.7.16
25972026-07-15T22:53:48.756Z Checking chacha20 v0.10.0
25982026-07-15T22:53:48.800Z Checking toml_edit v0.22.27
25992026-07-15T22:53:48.845Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26002026-07-15T22:53:49.018Z Checking petgraph v0.8.3
26012026-07-15T22:53:49.662Z Checking slog v2.8.2
26022026-07-15T22:53:49.894Z Checking zip v4.6.1
26032026-07-15T22:53:49.908Z Checking digest v0.11.3
26042026-07-15T22:53:49.936Z Checking env_logger v0.11.9
26052026-07-15T22:53:49.939Z Checking usdt v0.6.0
26062026-07-15T22:53:50.087Z Checking usdt-impl v0.5.0
26072026-07-15T22:53:50.119Z Checking toml v0.7.8
26082026-07-15T22:53:50.132Z Checking rsa v0.9.10
26092026-07-15T22:53:50.378Z Checking nix v0.31.2
26102026-07-15T22:53:50.485Z Checking clap v4.6.1
26112026-07-15T22:53:50.570Z Checking reqwest v0.13.2
26122026-07-15T22:53:50.610Z Checking zip v0.6.6
26132026-07-15T22:53:50.660Z Checking itertools v0.13.0
26142026-07-15T22:53:50.875Z Checking serde_with v3.17.0
26152026-07-15T22:53:50.900Z Checking strum v0.26.3
26162026-07-15T22:53:50.957Z Checking fs-err v3.3.0
26172026-07-15T22:53:51.016Z Checking ahash v0.8.12
26182026-07-15T22:53:51.205Z Checking tokio-stream v0.1.18
26192026-07-15T22:53:51.222Z Checking object v0.37.3
26202026-07-15T22:53:51.278Z Checking buf-list v1.1.2
26212026-07-15T22:53:51.396Z Checking camino v1.2.2
26222026-07-15T22:53:51.446Z Checking anyhow v1.0.102
26232026-07-15T22:53:51.464Z Checking x509-cert v0.2.5
26242026-07-15T22:53:51.616Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26252026-07-15T22:53:51.643Z Checking openapiv3 v2.2.0
26262026-07-15T22:53:51.646Z Checking lalrpop-util v0.19.12
26272026-07-15T22:53:51.667Z Checking peg-runtime v0.8.5
26282026-07-15T22:53:51.718Z Checking rayon v1.11.0
26292026-07-15T22:53:51.804Z Checking sigpipe v0.1.3
26302026-07-15T22:53:51.817Z Checking glob v0.3.3
26312026-07-15T22:53:53.515Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26322026-07-15T22:53:53.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.90s
26332026-07-15T22:53:53.949Z
26342026-07-15T22:53:53.949Zinfo: running `cargo check --bins` on internal-dns-types (77/301)
26352026-07-15T22:53:54.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362026-07-15T22:53:54.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372026-07-15T22:53:54.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382026-07-15T22:53:54.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26392026-07-15T22:53:54.485Z
26402026-07-15T22:53:54.485Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/301)
26412026-07-15T22:53:54.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422026-07-15T22:53:54.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432026-07-15T22:53:54.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442026-07-15T22:53:54.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26452026-07-15T22:53:55.026Z
26462026-07-15T22:53:55.026Zinfo: running `cargo check --bins` on nexus-types-versions (79/301)
26472026-07-15T22:53:55.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482026-07-15T22:53:55.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492026-07-15T22:53:55.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502026-07-15T22:53:55.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
26512026-07-15T22:53:55.585Z
26522026-07-15T22:53:55.585Zinfo: running `cargo check --bins` on oxql-types (80/301)
26532026-07-15T22:53:56.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542026-07-15T22:53:56.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552026-07-15T22:53:56.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562026-07-15T22:53:56.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26572026-07-15T22:53:56.129Z
26582026-07-15T22:53:56.129Zinfo: running `cargo check --bins` on oximeter-types (81/301)
26592026-07-15T22:53:56.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602026-07-15T22:53:56.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612026-07-15T22:53:56.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622026-07-15T22:53:56.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26632026-07-15T22:53:56.679Z
26642026-07-15T22:53:56.679Zinfo: running `cargo check --bins` on oximeter-types-versions (82/301)
26652026-07-15T22:53:57.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662026-07-15T22:53:57.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672026-07-15T22:53:57.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26682026-07-15T22:53:57.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26692026-07-15T22:53:57.216Z
26702026-07-15T22:53:57.216Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/301)
26712026-07-15T22:53:57.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722026-07-15T22:53:57.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732026-07-15T22:53:57.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26742026-07-15T22:53:57.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26752026-07-15T22:53:57.742Z
26762026-07-15T22:53:57.743Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/301)
26772026-07-15T22:53:58.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26782026-07-15T22:53:58.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26792026-07-15T22:53:58.393Z Compiling structmeta-derive v0.3.0
26802026-07-15T22:53:58.510Z Compiling multer v3.1.0
26812026-07-15T22:53:58.520Z Compiling async-stream-impl v0.3.6
26822026-07-15T22:53:58.524Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26832026-07-15T22:53:58.538Z Compiling dropshot v0.17.1
26842026-07-15T22:53:58.554Z Compiling newtype-uuid-macros v0.1.0
26852026-07-15T22:53:58.557Z Compiling dropshot_endpoint v0.17.1
26862026-07-15T22:53:58.579Z Checking newtype-uuid v1.3.2
26872026-07-15T22:53:58.757Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26882026-07-15T22:53:58.779Z Checking daft v0.1.7
26892026-07-15T22:53:58.830Z Checking thread_local v1.1.9
26902026-07-15T22:53:58.926Z Checking compression-core v0.4.31
26912026-07-15T22:53:59.004Z Checking match_cfg v0.1.0
26922026-07-15T22:53:59.045Z Checking iddqd v0.4.2
26932026-07-15T22:53:59.061Z Checking compression-codecs v0.4.37
26942026-07-15T22:53:59.073Z Checking hostname v0.3.1
26952026-07-15T22:53:59.125Z Checking crossbeam-channel v0.5.15
26962026-07-15T22:53:59.171Z Checking atomicwrites v0.4.4
26972026-07-15T22:53:59.210Z Checking slog-json v2.6.1
26982026-07-15T22:53:59.230Z Checking is-terminal v0.4.17
26992026-07-15T22:53:59.301Z Checking serde_spanned v1.1.1
27002026-07-15T22:53:59.326Z Checking toml_datetime v1.1.1+spec-1.1.0
27012026-07-15T22:53:59.340Z Checking toml_writer v1.1.1+spec-1.1.0
27022026-07-15T22:53:59.374Z Checking term v1.2.1
27032026-07-15T22:53:59.433Z Checking debug-ignore v1.0.5
27042026-07-15T22:53:59.472Z Checking take_mut v0.2.2
27052026-07-15T22:53:59.518Z Checking slog-bunyan v2.5.0
27062026-07-15T22:53:59.532Z Checking async-compression v0.4.41
27072026-07-15T22:53:59.535Z Checking toml v1.1.2+spec-1.1.0
27082026-07-15T22:53:59.576Z Checking slog-async v2.8.0
27092026-07-15T22:53:59.597Z Checking slog-term v2.9.2
27102026-07-15T22:53:59.610Z Compiling structmeta v0.3.0
27112026-07-15T22:53:59.629Z Checking async-stream v0.3.6
27122026-07-15T22:53:59.745Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27132026-07-15T22:53:59.760Z Checking progenitor-client v0.14.0
27142026-07-15T22:53:59.776Z Checking sha1 v0.11.0
27152026-07-15T22:53:59.822Z Compiling derive-ex v0.1.8
27162026-07-15T22:53:59.851Z Compiling parse-display-derive v0.10.0
27172026-07-15T22:53:59.864Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27182026-07-15T22:53:59.992Z Checking waitgroup v0.1.2
27192026-07-15T22:53:59.995Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27202026-07-15T22:54:00.018Z Checking rustls-pemfile v2.2.0
27212026-07-15T22:54:00.081Z Checking backon v1.6.0
27222026-07-15T22:54:00.095Z Checking serde_path_to_error v0.1.20
27232026-07-15T22:54:00.120Z Checking hostname v0.4.2
27242026-07-15T22:54:00.160Z Checking instant v0.1.13
27252026-07-15T22:54:00.246Z Checking backoff v0.4.0
27262026-07-15T22:54:00.249Z Checking progenitor-extras v0.2.0
27272026-07-15T22:54:00.363Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27282026-07-15T22:54:00.432Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27292026-07-15T22:54:00.435Z Checking itertools v0.14.0
27302026-07-15T22:54:00.471Z Checking regress v0.10.5
27312026-07-15T22:54:00.591Z Checking macaddr v1.0.1
27322026-07-15T22:54:00.952Z Checking humantime v2.3.0
27332026-07-15T22:54:01.559Z Compiling test-strategy v0.4.5
27342026-07-15T22:54:01.629Z Checking parse-display v0.10.0
27352026-07-15T22:54:02.141Z Compiling prettyplease v0.2.37
27362026-07-15T22:54:02.402Z Checking num-rational v0.4.2
27372026-07-15T22:54:02.673Z Checking num-complex v0.4.6
27382026-07-15T22:54:03.078Z Compiling num v0.4.3
27392026-07-15T22:54:03.105Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27402026-07-15T22:54:03.171Z Compiling usdt-macro v0.5.0
27412026-07-15T22:54:03.244Z Compiling usdt-attr-macro v0.5.0
27422026-07-15T22:54:03.298Z Checking memmap v0.7.0
27432026-07-15T22:54:03.440Z Checking float-ord v0.3.2
27442026-07-15T22:54:03.491Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27452026-07-15T22:54:03.669Z Compiling convert_case v0.4.0
27462026-07-15T22:54:03.695Z Checking unicode-width v0.2.0
27472026-07-15T22:54:03.925Z Checking newline-converter v0.3.0
27482026-07-15T22:54:03.958Z Checking console v0.15.11
27492026-07-15T22:54:04.039Z Compiling toml v0.8.23
27502026-07-15T22:54:04.052Z Compiling derive_more v0.99.20
27512026-07-15T22:54:04.056Z Checking usdt v0.5.0
27522026-07-15T22:54:04.223Z Compiling minimal-lexical v0.2.1
27532026-07-15T22:54:04.237Z Checking linked-hash-map v0.5.6
27542026-07-15T22:54:04.417Z Checking lru-cache v0.1.2
27552026-07-15T22:54:04.481Z Compiling nom v7.1.3
27562026-07-15T22:54:04.534Z Checking expectorate v1.2.0
27572026-07-15T22:54:04.917Z Checking camino-tempfile v1.4.1
27582026-07-15T22:54:05.011Z Checking hickory-proto v0.24.4
27592026-07-15T22:54:05.072Z Checking phf_shared v0.12.1
27602026-07-15T22:54:05.186Z Compiling slog-dtrace v0.3.0
27612026-07-15T22:54:05.220Z Checking resolv-conf v0.7.6
27622026-07-15T22:54:05.416Z Checking heck v0.5.0
27632026-07-15T22:54:05.546Z Compiling unicode-xid v0.2.6
27642026-07-15T22:54:05.675Z Compiling chrono-tz v0.10.4
27652026-07-15T22:54:05.688Z Compiling const_format_proc_macros v0.2.34
27662026-07-15T22:54:05.859Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27672026-07-15T22:54:05.952Z Checking phf v0.12.1
27682026-07-15T22:54:06.099Z Checking tokio-dtrace v0.1.1
27692026-07-15T22:54:06.342Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27702026-07-15T22:54:06.414Z Compiling derive-where v1.6.0
27712026-07-15T22:54:06.549Z Checking highway v1.3.0
27722026-07-15T22:54:06.788Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27732026-07-15T22:54:06.803Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27742026-07-15T22:54:06.903Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27752026-07-15T22:54:06.952Z Checking hickory-resolver v0.24.4
27762026-07-15T22:54:07.432Z Checking const_format v0.2.35
27772026-07-15T22:54:07.690Z Checking oxide-tokio-rt v0.1.4
27782026-07-15T22:54:07.778Z Checking qorb v0.4.1
27792026-07-15T22:54:08.012Z Checking gethostname v0.5.0
27802026-07-15T22:54:08.075Z Checking bcs v0.1.6
27812026-07-15T22:54:08.100Z Checking termtree v0.5.1
27822026-07-15T22:54:08.311Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27832026-07-15T22:54:08.355Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27842026-07-15T22:54:08.596Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27852026-07-15T22:54:08.596Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27862026-07-15T22:54:11.637Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27872026-07-15T22:54:14.125Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27882026-07-15T22:54:16.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.50s
27892026-07-15T22:54:16.416Z
27902026-07-15T22:54:16.416Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/301)
27912026-07-15T22:54:16.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922026-07-15T22:54:16.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932026-07-15T22:54:17.062Z Compiling ar_archive_writer v0.5.1
27942026-07-15T22:54:17.172Z Compiling stacker v0.1.23
27952026-07-15T22:54:17.180Z Compiling cfg_aliases v0.1.1
27962026-07-15T22:54:17.187Z Compiling convert_case v0.10.0
27972026-07-15T22:54:17.190Z Checking unicode-width v0.1.14
27982026-07-15T22:54:17.203Z Compiling proc-macro-error v1.0.4
27992026-07-15T22:54:17.214Z Checking fd-lock v4.0.4
28002026-07-15T22:54:17.217Z Checking nibble_vec v0.1.0
28012026-07-15T22:54:17.237Z Compiling nix v0.28.0
28022026-07-15T22:54:17.329Z Compiling recursive-proc-macro-impl v0.1.1
28032026-07-15T22:54:17.342Z Checking vte v0.14.1
28042026-07-15T22:54:17.444Z Checking bytecount v0.6.9
28052026-07-15T22:54:17.457Z Checking endian-type v0.1.2
28062026-07-15T22:54:17.476Z Compiling derive_more-impl v2.1.1
28072026-07-15T22:54:17.489Z Checking strip-ansi-escapes v0.2.1
28082026-07-15T22:54:17.501Z Compiling tabled_derive v0.7.0
28092026-07-15T22:54:17.545Z Checking papergrid v0.11.0
28102026-07-15T22:54:17.577Z Checking radix_trie v0.2.1
28112026-07-15T22:54:17.603Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28122026-07-15T22:54:17.744Z Compiling peg-macros v0.8.5
28132026-07-15T22:54:17.785Z Checking winnow v0.6.26
28142026-07-15T22:54:18.014Z Compiling psm v0.1.30
28152026-07-15T22:54:18.088Z Compiling sqlparser_derive v0.5.0
28162026-07-15T22:54:18.159Z Checking nu-ansi-term v0.50.3
28172026-07-15T22:54:18.290Z Checking derive_more v2.1.1
28182026-07-15T22:54:18.367Z Checking home v0.5.12
28192026-07-15T22:54:18.380Z Checking unicode_categories v0.1.1
28202026-07-15T22:54:18.473Z Checking reedline v0.40.0
28212026-07-15T22:54:18.511Z Checking tabled v0.15.0
28222026-07-15T22:54:18.534Z Checking crossterm v0.29.0
28232026-07-15T22:54:18.549Z Checking rustyline v14.0.0
28242026-07-15T22:54:18.799Z Checking recursive v0.1.1
28252026-07-15T22:54:18.892Z Checking display-error-chain v0.2.2
28262026-07-15T22:54:18.906Z Checking sqlparser v0.61.0
28272026-07-15T22:54:18.946Z Checking sqlformat v0.3.5
28282026-07-15T22:54:19.133Z Checking peg v0.8.5
28292026-07-15T22:54:30.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.91s
28302026-07-15T22:54:30.491Z
28312026-07-15T22:54:30.491Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/301)
28322026-07-15T22:54:30.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-07-15T22:54:30.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-07-15T22:54:31.123Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-07-15T22:54:34.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
28362026-07-15T22:54:34.800Z
28372026-07-15T22:54:34.800Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/301)
28382026-07-15T22:54:35.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-07-15T22:54:35.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-07-15T22:54:35.435Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-07-15T22:54:37.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
28422026-07-15T22:54:38.092Z
28432026-07-15T22:54:38.092Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/301)
28442026-07-15T22:54:38.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-07-15T22:54:38.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-07-15T22:54:38.712Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-07-15T22:54:42.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28482026-07-15T22:54:42.172Z
28492026-07-15T22:54:42.172Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/301)
28502026-07-15T22:54:42.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-07-15T22:54:42.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-07-15T22:54:42.811Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-07-15T22:54:46.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s
28542026-07-15T22:54:46.321Z
28552026-07-15T22:54:46.321Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/301)
28562026-07-15T22:54:46.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-07-15T22:54:46.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-07-15T22:54:46.958Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-07-15T22:54:49.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28602026-07-15T22:54:49.774Z
28612026-07-15T22:54:49.774Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/301)
28622026-07-15T22:54:50.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-07-15T22:54:50.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-07-15T22:54:50.413Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28652026-07-15T22:54:53.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
28662026-07-15T22:54:53.248Z
28672026-07-15T22:54:53.248Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/301)
28682026-07-15T22:54:53.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-07-15T22:54:53.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-07-15T22:54:53.885Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28712026-07-15T22:54:57.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
28722026-07-15T22:54:57.515Z
28732026-07-15T22:54:57.515Zinfo: running `cargo check --bins` on oximeter (93/301)
28742026-07-15T22:54:57.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-07-15T22:54:57.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-07-15T22:54:57.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772026-07-15T22:54:57.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
28782026-07-15T22:54:58.057Z
28792026-07-15T22:54:58.057Zinfo: running `cargo check --bins` on oximeter-schema (94/301)
28802026-07-15T22:54:58.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-07-15T22:54:58.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-07-15T22:54:58.639Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28832026-07-15T22:54:58.800Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28842026-07-15T22:54:58.800Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28852026-07-15T22:54:59.159Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28862026-07-15T22:55:01.700Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28872026-07-15T22:55:02.937Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28882026-07-15T22:55:03.133Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28892026-07-15T22:55:03.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.73s
28902026-07-15T22:55:03.954Z
28912026-07-15T22:55:03.954Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/301)
28922026-07-15T22:55:04.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-07-15T22:55:04.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-07-15T22:55:04.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-07-15T22:55:04.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28962026-07-15T22:55:04.502Z
28972026-07-15T22:55:04.502Zinfo: running `cargo check --bins` on oximeter-test-utils (96/301)
28982026-07-15T22:55:04.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-07-15T22:55:04.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-07-15T22:55:04.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-07-15T22:55:04.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29022026-07-15T22:55:05.084Z
29032026-07-15T22:55:05.084Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/301)
29042026-07-15T22:55:05.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-07-15T22:55:05.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-07-15T22:55:05.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-07-15T22:55:05.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29082026-07-15T22:55:05.612Z
29092026-07-15T22:55:05.612Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/301)
29102026-07-15T22:55:06.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-07-15T22:55:06.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-07-15T22:55:06.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-07-15T22:55:06.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29142026-07-15T22:55:06.153Z
29152026-07-15T22:55:06.153Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/301)
29162026-07-15T22:55:06.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-07-15T22:55:06.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-07-15T22:55:06.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-07-15T22:55:06.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29202026-07-15T22:55:06.724Z
29212026-07-15T22:55:06.724Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/301)
29222026-07-15T22:55:07.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-07-15T22:55:07.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-07-15T22:55:07.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-07-15T22:55:07.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29262026-07-15T22:55:07.244Z
29272026-07-15T22:55:07.244Zinfo: running `cargo check --bins` on trust-quorum-types (101/301)
29282026-07-15T22:55:07.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-07-15T22:55:07.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-07-15T22:55:07.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-07-15T22:55:07.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29322026-07-15T22:55:07.767Z
29332026-07-15T22:55:07.767Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/301)
29342026-07-15T22:55:08.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-07-15T22:55:08.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-07-15T22:55:08.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-07-15T22:55:08.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29382026-07-15T22:55:08.312Z
29392026-07-15T22:55:08.312Zinfo: running `cargo check --bins` on update-engine (103/301)
29402026-07-15T22:55:08.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-07-15T22:55:08.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-07-15T22:55:08.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29432026-07-15T22:55:08.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29442026-07-15T22:55:08.833Z
29452026-07-15T22:55:08.833Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/301)
29462026-07-15T22:55:09.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472026-07-15T22:55:09.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482026-07-15T22:55:09.500Z Compiling crucible-workspace-hack v0.1.0
29492026-07-15T22:55:09.616Z Checking secrecy v0.10.3
29502026-07-15T22:55:09.621Z Compiling heapless v0.8.0
29512026-07-15T22:55:09.626Z Compiling toml_datetime v0.7.5+spec-1.1.0
29522026-07-15T22:55:09.633Z Compiling ingot-macros v0.1.1
29532026-07-15T22:55:09.640Z Checking hash32 v0.3.1
29542026-07-15T22:55:09.643Z Checking inout v0.1.4
29552026-07-15T22:55:09.663Z Compiling smoltcp v0.11.0
29562026-07-15T22:55:09.714Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29572026-07-15T22:55:09.763Z Compiling toml_edit v0.23.10+spec-1.0.0
29582026-07-15T22:55:09.763Z Checking cipher v0.4.4
29592026-07-15T22:55:09.848Z Checking cobs v0.3.0
29602026-07-15T22:55:09.876Z Checking universal-hash v0.5.1
29612026-07-15T22:55:09.979Z Compiling thiserror-impl-no-std v2.0.2
29622026-07-15T22:55:09.988Z Checking half v2.7.1
29632026-07-15T22:55:09.992Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29642026-07-15T22:55:09.998Z Checking ciborium-io v0.2.2
29652026-07-15T22:55:10.076Z Checking opaque-debug v0.3.1
29662026-07-15T22:55:10.088Z Checking postcard v1.1.3
29672026-07-15T22:55:10.142Z Checking poly1305 v0.8.0
29682026-07-15T22:55:10.194Z Checking chacha20 v0.9.1
29692026-07-15T22:55:10.207Z Checking ciborium-ll v0.2.2
29702026-07-15T22:55:10.376Z Compiling proc-macro-crate v3.4.0
29712026-07-15T22:55:10.381Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29722026-07-15T22:55:10.405Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29732026-07-15T22:55:10.417Z Checking password-hash v0.5.0
29742026-07-15T22:55:10.640Z Checking blake2 v0.10.6
29752026-07-15T22:55:10.664Z Compiling proc-macro-crate v1.3.1
29762026-07-15T22:55:10.792Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29772026-07-15T22:55:10.817Z Checking aead v0.5.2
29782026-07-15T22:55:10.874Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29792026-07-15T22:55:10.934Z Compiling num_enum_derive v0.7.6
29802026-07-15T22:55:10.958Z Compiling foreign-types-macros v0.2.3
29812026-07-15T22:55:11.024Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29822026-07-15T22:55:11.074Z Checking foreign-types-shared v0.3.1
29832026-07-15T22:55:11.087Z Compiling num_enum_derive v0.5.11
29842026-07-15T22:55:11.115Z Checking thiserror-no-std v2.0.2
29852026-07-15T22:55:11.160Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29862026-07-15T22:55:11.202Z Checking vsss-rs v3.3.4
29872026-07-15T22:55:11.294Z Checking chacha20poly1305 v0.10.1
29882026-07-15T22:55:11.427Z Checking argon2 v0.5.3
29892026-07-15T22:55:11.565Z Checking foreign-types v0.5.0
29902026-07-15T22:55:11.644Z Checking ciborium v0.2.2
29912026-07-15T22:55:11.782Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29922026-07-15T22:55:11.876Z Checking tabwriter v1.4.1
29932026-07-15T22:55:12.016Z Checking num_enum v0.7.6
29942026-07-15T22:55:12.030Z Checking byte-wrapper v0.1.0
29952026-07-15T22:55:12.070Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29962026-07-15T22:55:12.070Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29972026-07-15T22:55:12.136Z Checking cstr-argument v0.1.2
29982026-07-15T22:55:12.168Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29992026-07-15T22:55:12.235Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30002026-07-15T22:55:12.253Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30012026-07-15T22:55:12.378Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30022026-07-15T22:55:12.394Z Checking num_enum v0.5.11
30032026-07-15T22:55:12.419Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30042026-07-15T22:55:12.499Z Checking ingot-types v0.1.2
30052026-07-15T22:55:12.513Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30062026-07-15T22:55:12.516Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30072026-07-15T22:55:12.538Z Checking rand v0.10.1
30082026-07-15T22:55:12.577Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30092026-07-15T22:55:12.616Z Checking colored v3.1.1
30102026-07-15T22:55:12.695Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30112026-07-15T22:55:12.722Z Checking indent_write v2.2.0
30122026-07-15T22:55:12.793Z Compiling zone_cfg_derive v0.3.1
30132026-07-15T22:55:12.816Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30142026-07-15T22:55:12.854Z Checking ingot v0.1.1
30152026-07-15T22:55:12.857Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30162026-07-15T22:55:12.857Z Checking itertools v0.12.1
30172026-07-15T22:55:12.910Z Compiling num-derive v0.4.2
30182026-07-15T22:55:12.994Z Checking swrite v0.1.0
30192026-07-15T22:55:13.043Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30202026-07-15T22:55:13.083Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30212026-07-15T22:55:13.255Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30222026-07-15T22:55:13.413Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30232026-07-15T22:55:13.427Z Checking dropshot-api-manager-types v0.7.2
30242026-07-15T22:55:13.451Z Checking smf v0.2.3
30252026-07-15T22:55:13.491Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30262026-07-15T22:55:13.523Z Checking nanorand v0.7.0
30272026-07-15T22:55:13.601Z Checking whoami v1.6.1
30282026-07-15T22:55:13.683Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30292026-07-15T22:55:13.724Z Checking flume v0.11.1
30302026-07-15T22:55:13.854Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30312026-07-15T22:55:13.892Z Checking zone v0.3.1
30322026-07-15T22:55:14.414Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30332026-07-15T22:55:15.375Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30342026-07-15T22:55:16.254Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30352026-07-15T22:55:19.806Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30362026-07-15T22:55:21.894Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30372026-07-15T22:55:23.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.16s
30382026-07-15T22:55:23.177Z
30392026-07-15T22:55:23.177Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/301)
30402026-07-15T22:55:23.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-07-15T22:55:23.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-07-15T22:55:23.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-07-15T22:55:23.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30442026-07-15T22:55:23.711Z
30452026-07-15T22:55:23.711Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/301)
30462026-07-15T22:55:24.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-07-15T22:55:24.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-07-15T22:55:24.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-07-15T22:55:24.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30502026-07-15T22:55:24.246Z
30512026-07-15T22:55:24.247Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/301)
30522026-07-15T22:55:24.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-07-15T22:55:24.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-07-15T22:55:24.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-07-15T22:55:24.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30562026-07-15T22:55:24.792Z
30572026-07-15T22:55:24.792Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/301)
30582026-07-15T22:55:25.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-07-15T22:55:25.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-07-15T22:55:25.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-07-15T22:55:25.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30622026-07-15T22:55:25.337Z
30632026-07-15T22:55:25.337Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/301)
30642026-07-15T22:55:25.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-07-15T22:55:25.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-07-15T22:55:25.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-07-15T22:55:25.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30682026-07-15T22:55:25.877Z
30692026-07-15T22:55:25.877Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/301)
30702026-07-15T22:55:26.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-07-15T22:55:26.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-07-15T22:55:26.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-07-15T22:55:26.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30742026-07-15T22:55:26.414Z
30752026-07-15T22:55:26.414Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/301)
30762026-07-15T22:55:26.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-07-15T22:55:26.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-07-15T22:55:26.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-07-15T22:55:26.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30802026-07-15T22:55:26.947Z
30812026-07-15T22:55:26.947Zinfo: running `cargo check --bins` on cockroach-admin-client (112/301)
30822026-07-15T22:55:27.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-07-15T22:55:27.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-07-15T22:55:27.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-07-15T22:55:27.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30862026-07-15T22:55:27.471Z
30872026-07-15T22:55:27.471Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/301)
30882026-07-15T22:55:27.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-07-15T22:55:27.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-07-15T22:55:27.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-07-15T22:55:27.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30922026-07-15T22:55:28.005Z
30932026-07-15T22:55:28.005Zinfo: running `cargo check --bins` on dns-service-client (114/301)
30942026-07-15T22:55:28.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-07-15T22:55:28.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-07-15T22:55:28.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-07-15T22:55:28.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30982026-07-15T22:55:28.542Z
30992026-07-15T22:55:28.542Zinfo: running `cargo check --bins` on installinator-client (115/301)
31002026-07-15T22:55:29.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-07-15T22:55:29.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-07-15T22:55:29.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-07-15T22:55:29.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31042026-07-15T22:55:29.081Z
31052026-07-15T22:55:29.081Zinfo: running `cargo check --bins` on nexus-client (116/301)
31062026-07-15T22:55:29.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-07-15T22:55:29.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-07-15T22:55:29.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-07-15T22:55:29.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31102026-07-15T22:55:29.654Z
31112026-07-15T22:55:29.654Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/301)
31122026-07-15T22:55:30.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-07-15T22:55:30.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-07-15T22:55:30.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-07-15T22:55:30.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31162026-07-15T22:55:30.230Z
31172026-07-15T22:55:30.230Zinfo: running `cargo check --bins` on ntp-admin-client (118/301)
31182026-07-15T22:55:30.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-07-15T22:55:30.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-07-15T22:55:30.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-07-15T22:55:30.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31222026-07-15T22:55:30.755Z
31232026-07-15T22:55:30.755Zinfo: running `cargo check --bins` on oxide-client (119/301)
31242026-07-15T22:55:31.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-07-15T22:55:31.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-07-15T22:55:31.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-07-15T22:55:31.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31282026-07-15T22:55:31.288Z
31292026-07-15T22:55:31.288Zinfo: running `cargo check --bins` on oximeter-client (120/301)
31302026-07-15T22:55:31.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-07-15T22:55:31.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-07-15T22:55:31.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-07-15T22:55:31.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31342026-07-15T22:55:31.829Z
31352026-07-15T22:55:31.829Zinfo: running `cargo check --bins` on repo-depot-client (121/301)
31362026-07-15T22:55:32.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-07-15T22:55:32.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-07-15T22:55:32.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-07-15T22:55:32.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31402026-07-15T22:55:32.351Z
31412026-07-15T22:55:32.351Zinfo: running `cargo check --bins` on sled-agent-client (122/301)
31422026-07-15T22:55:32.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-07-15T22:55:32.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-07-15T22:55:32.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-07-15T22:55:32.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31462026-07-15T22:55:32.900Z
31472026-07-15T22:55:32.900Zinfo: running `cargo check --bins` on wicketd-client (123/301)
31482026-07-15T22:55:33.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-07-15T22:55:33.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-07-15T22:55:33.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-07-15T22:55:33.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31522026-07-15T22:55:33.467Z
31532026-07-15T22:55:33.467Zinfo: running `cargo check --bins` on installinator-common (124/301)
31542026-07-15T22:55:33.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-07-15T22:55:33.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-07-15T22:55:33.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-07-15T22:55:33.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31582026-07-15T22:55:34.027Z
31592026-07-15T22:55:34.027Zinfo: running `cargo check --bins` on installinator-common-versions (125/301)
31602026-07-15T22:55:34.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-07-15T22:55:34.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-07-15T22:55:34.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-07-15T22:55:34.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31642026-07-15T22:55:34.552Z
31652026-07-15T22:55:34.552Zinfo: running `cargo check --bins` on wicket-common (126/301)
31662026-07-15T22:55:35.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-07-15T22:55:35.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-07-15T22:55:35.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-07-15T22:55:35.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31702026-07-15T22:55:35.104Z
31712026-07-15T22:55:35.104Zinfo: running `cargo check --bins` on wicketd-commission-types (127/301)
31722026-07-15T22:55:35.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-07-15T22:55:35.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-07-15T22:55:35.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752026-07-15T22:55:35.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31762026-07-15T22:55:35.646Z
31772026-07-15T22:55:35.646Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (128/301)
31782026-07-15T22:55:36.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792026-07-15T22:55:36.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802026-07-15T22:55:36.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31812026-07-15T22:55:36.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31822026-07-15T22:55:36.201Z
31832026-07-15T22:55:36.202Zinfo: running `cargo check --bins` on omicron-cockroach-admin (129/301)
31842026-07-15T22:55:36.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852026-07-15T22:55:36.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862026-07-15T22:55:36.859Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31872026-07-15T22:55:36.969Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31882026-07-15T22:55:36.977Z Checking csv-core v0.1.13
31892026-07-15T22:55:36.994Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31902026-07-15T22:55:37.001Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31912026-07-15T22:55:37.006Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31922026-07-15T22:55:37.014Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31932026-07-15T22:55:37.022Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31942026-07-15T22:55:37.133Z Checking csv v1.4.0
31952026-07-15T22:55:37.165Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31962026-07-15T22:55:37.177Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31972026-07-15T22:55:37.211Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31982026-07-15T22:55:37.237Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31992026-07-15T22:55:37.480Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32002026-07-15T22:55:37.858Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32012026-07-15T22:55:37.858Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32022026-07-15T22:55:38.194Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32032026-07-15T22:55:44.340Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32042026-07-15T22:55:44.873Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32052026-07-15T22:55:47.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.05s
32062026-07-15T22:55:47.434Z
32072026-07-15T22:55:47.435Zinfo: running `cargo check --bins` on cockroach-admin-api (130/301)
32082026-07-15T22:55:47.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-07-15T22:55:47.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-07-15T22:55:47.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-07-15T22:55:47.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
32122026-07-15T22:55:47.970Z
32132026-07-15T22:55:47.970Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (131/301)
32142026-07-15T22:55:48.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-07-15T22:55:48.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-07-15T22:55:48.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-07-15T22:55:48.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32182026-07-15T22:55:48.597Z
32192026-07-15T22:55:48.597Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (132/301)
32202026-07-15T22:55:49.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-07-15T22:55:49.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-07-15T22:55:49.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232026-07-15T22:55:49.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32242026-07-15T22:55:49.223Z
32252026-07-15T22:55:49.223Zinfo: running `cargo check --bins` on gateway-test-utils (133/301)
32262026-07-15T22:55:49.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272026-07-15T22:55:49.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282026-07-15T22:55:49.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32292026-07-15T22:55:49.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32302026-07-15T22:55:49.817Z
32312026-07-15T22:55:49.817Zinfo: running `cargo check --bins` on omicron-gateway (134/301)
32322026-07-15T22:55:50.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32332026-07-15T22:55:50.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32342026-07-15T22:55:50.533Z Compiling regress v0.11.1
32352026-07-15T22:55:50.680Z Compiling unsafe-libyaml v0.2.11
32362026-07-15T22:55:50.688Z Compiling semver v0.1.20
32372026-07-15T22:55:50.688Z Compiling radium v0.7.0
32382026-07-15T22:55:50.709Z Checking nom v8.0.0
32392026-07-15T22:55:50.712Z Checking tap v1.0.1
32402026-07-15T22:55:50.712Z Compiling maybe-uninit v2.0.0
32412026-07-15T22:55:50.821Z Checking wyz v0.5.1
32422026-07-15T22:55:50.970Z Compiling rustc_version v0.1.7
32432026-07-15T22:55:51.008Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32442026-07-15T22:55:51.106Z Compiling zerocopy-derive v0.6.6
32452026-07-15T22:55:51.156Z Compiling owo-colors v4.3.0
32462026-07-15T22:55:51.187Z Compiling newtype_derive v0.1.6
32472026-07-15T22:55:51.400Z Compiling serde_yaml v0.9.34+deprecated
32482026-07-15T22:55:51.426Z Compiling cancel-safe-futures v0.1.5
32492026-07-15T22:55:51.500Z Compiling packed_struct v0.10.1
32502026-07-15T22:55:51.657Z Checking crc-catalog v2.4.0
32512026-07-15T22:55:51.752Z Checking funty v2.0.0
32522026-07-15T22:55:51.793Z Checking crc v3.4.0
32532026-07-15T22:55:51.980Z Checking zerocopy v0.6.6
32542026-07-15T22:55:52.066Z Checking bitvec v1.0.1
32552026-07-15T22:55:52.159Z Checking typify-impl v0.6.2
32562026-07-15T22:55:52.175Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32572026-07-15T22:55:52.509Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32582026-07-15T22:55:52.657Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32592026-07-15T22:55:52.705Z Compiling packed_struct_codegen v0.10.1
32602026-07-15T22:55:52.852Z Checking libsw-core v0.3.2
32612026-07-15T22:55:52.866Z Compiling bitfield-macros v0.19.4
32622026-07-15T22:55:52.999Z Compiling indexmap v1.9.3
32632026-07-15T22:55:53.213Z Checking nodrop v0.1.14
32642026-07-15T22:55:53.310Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32652026-07-15T22:55:53.313Z Checking array-init v0.0.4
32662026-07-15T22:55:53.398Z Checking libsw v3.5.0
32672026-07-15T22:55:53.418Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32682026-07-15T22:55:53.554Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32692026-07-15T22:55:53.592Z Checking bitfield v0.19.4
32702026-07-15T22:55:53.634Z Checking smallvec v0.6.14
32712026-07-15T22:55:53.733Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32722026-07-15T22:55:53.890Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32732026-07-15T22:55:53.904Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32742026-07-15T22:55:54.014Z Checking unicode-linebreak v0.1.5
32752026-07-15T22:55:54.111Z Checking smawk v0.3.2
32762026-07-15T22:55:54.157Z Checking hashbrown v0.12.3
32772026-07-15T22:55:54.227Z Checking base64 v0.21.7
32782026-07-15T22:55:54.241Z Checking linear-map v1.2.0
32792026-07-15T22:55:54.376Z Checking tagptr v0.2.0
32802026-07-15T22:55:54.391Z Checking textwrap v0.16.2
32812026-07-15T22:55:54.409Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32822026-07-15T22:55:54.468Z Checking ron v0.8.1
32832026-07-15T22:55:54.518Z Checking moka v0.12.13
32842026-07-15T22:55:54.608Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32852026-07-15T22:55:54.781Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32862026-07-15T22:55:54.859Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32872026-07-15T22:55:54.887Z Checking steno v0.4.1
32882026-07-15T22:55:54.992Z Checking serde-hex v0.1.0
32892026-07-15T22:55:55.162Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32902026-07-15T22:55:55.331Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32912026-07-15T22:55:55.622Z Checking hashbrown v0.13.2
32922026-07-15T22:55:55.691Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32932026-07-15T22:55:55.897Z Checking crc-any v2.5.0
32942026-07-15T22:55:55.925Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32952026-07-15T22:55:55.942Z Checking hickory-resolver v0.25.2
32962026-07-15T22:55:56.051Z Checking object v0.30.4
32972026-07-15T22:55:56.074Z Checking sha1 v0.10.6
32982026-07-15T22:55:56.088Z Checking utf-8 v0.7.6
32992026-07-15T22:55:56.226Z Checking half v1.8.3
33002026-07-15T22:55:56.238Z Checking void v1.0.2
33012026-07-15T22:55:56.392Z Checking path-slash v0.1.5
33022026-07-15T22:55:56.447Z Checking serde_cbor v0.11.2
33032026-07-15T22:55:56.501Z Checking lzss v0.8.2
33042026-07-15T22:55:56.525Z Checking tungstenite v0.23.0
33052026-07-15T22:55:56.691Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33062026-07-15T22:55:56.736Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33072026-07-15T22:55:56.797Z Compiling typify-macro v0.6.2
33082026-07-15T22:55:56.835Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33092026-07-15T22:55:56.838Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33102026-07-15T22:55:56.850Z Checking nix v0.27.1
33112026-07-15T22:55:56.948Z Checking kstat-rs v0.2.4
33122026-07-15T22:55:56.997Z Checking fxhash v0.2.1
33132026-07-15T22:55:57.092Z Checking serde_bytes v0.11.19
33142026-07-15T22:55:57.116Z Checking tokio-tungstenite v0.23.1
33152026-07-15T22:55:57.130Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33162026-07-15T22:55:57.144Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33172026-07-15T22:55:57.270Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33182026-07-15T22:55:57.383Z Checking signal-hook-tokio v0.3.1
33192026-07-15T22:55:57.944Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33202026-07-15T22:55:58.232Z Compiling typify v0.6.2
33212026-07-15T22:55:58.311Z Compiling progenitor-impl v0.14.0
33222026-07-15T22:55:58.859Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33232026-07-15T22:55:59.167Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33242026-07-15T22:55:59.761Z Compiling progenitor-macro v0.14.0
33252026-07-15T22:56:02.093Z Checking progenitor v0.14.0
33262026-07-15T22:56:02.208Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33272026-07-15T22:56:02.225Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33282026-07-15T22:56:04.918Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33292026-07-15T22:56:13.279Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33302026-07-15T22:56:19.991Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33312026-07-15T22:56:21.372Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33322026-07-15T22:56:21.872Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33332026-07-15T22:56:24.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.18s
33342026-07-15T22:56:24.184Z
33352026-07-15T22:56:24.184Zinfo: running `cargo check --bins` on gateway-api (135/301)
33362026-07-15T22:56:24.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372026-07-15T22:56:24.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382026-07-15T22:56:24.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392026-07-15T22:56:24.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33402026-07-15T22:56:24.726Z
33412026-07-15T22:56:24.726Zinfo: running `cargo check --bins` on ipcc (136/301)
33422026-07-15T22:56:25.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-07-15T22:56:25.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-07-15T22:56:25.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-07-15T22:56:25.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33462026-07-15T22:56:25.273Z
33472026-07-15T22:56:25.273Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (137/301)
33482026-07-15T22:56:25.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-07-15T22:56:25.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-07-15T22:56:25.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-07-15T22:56:25.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33522026-07-15T22:56:25.799Z
33532026-07-15T22:56:25.799Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (138/301)
33542026-07-15T22:56:26.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-07-15T22:56:26.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-07-15T22:56:26.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-07-15T22:56:26.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33582026-07-15T22:56:26.361Z
33592026-07-15T22:56:26.361Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (139/301)
33602026-07-15T22:56:26.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-07-15T22:56:26.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-07-15T22:56:26.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-07-15T22:56:26.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33642026-07-15T22:56:26.903Z
33652026-07-15T22:56:26.903Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (140/301)
33662026-07-15T22:56:27.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-07-15T22:56:27.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-07-15T22:56:27.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-07-15T22:56:27.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33702026-07-15T22:56:27.441Z
33712026-07-15T22:56:27.442Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (141/301)
33722026-07-15T22:56:27.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-07-15T22:56:27.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-07-15T22:56:27.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-07-15T22:56:27.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33762026-07-15T22:56:27.984Z
33772026-07-15T22:56:27.984Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (142/301)
33782026-07-15T22:56:28.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-07-15T22:56:28.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-07-15T22:56:28.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-07-15T22:56:28.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33822026-07-15T22:56:28.543Z
33832026-07-15T22:56:28.543Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (143/301)
33842026-07-15T22:56:28.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-07-15T22:56:28.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-07-15T22:56:28.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-07-15T22:56:28.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33882026-07-15T22:56:29.078Z
33892026-07-15T22:56:29.079Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (144/301)
33902026-07-15T22:56:29.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-07-15T22:56:29.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-07-15T22:56:29.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-07-15T22:56:29.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33942026-07-15T22:56:29.620Z
33952026-07-15T22:56:29.620Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (145/301)
33962026-07-15T22:56:30.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-07-15T22:56:30.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-07-15T22:56:30.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-07-15T22:56:30.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34002026-07-15T22:56:30.154Z
34012026-07-15T22:56:30.154Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (146/301)
34022026-07-15T22:56:30.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-07-15T22:56:30.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-07-15T22:56:30.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-07-15T22:56:30.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34062026-07-15T22:56:30.698Z
34072026-07-15T22:56:30.698Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (147/301)
34082026-07-15T22:56:31.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-07-15T22:56:31.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-07-15T22:56:31.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-07-15T22:56:31.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34122026-07-15T22:56:31.237Z
34132026-07-15T22:56:31.237Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (148/301)
34142026-07-15T22:56:31.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-07-15T22:56:31.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-07-15T22:56:31.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-07-15T22:56:31.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34182026-07-15T22:56:31.773Z
34192026-07-15T22:56:31.773Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (149/301)
34202026-07-15T22:56:32.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-07-15T22:56:32.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-07-15T22:56:32.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-07-15T22:56:32.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34242026-07-15T22:56:32.324Z
34252026-07-15T22:56:32.324Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (150/301)
34262026-07-15T22:56:32.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-07-15T22:56:32.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-07-15T22:56:32.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-07-15T22:56:32.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34302026-07-15T22:56:32.881Z
34312026-07-15T22:56:32.881Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (151/301)
34322026-07-15T22:56:33.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-07-15T22:56:33.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-07-15T22:56:33.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-07-15T22:56:33.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34362026-07-15T22:56:33.437Z
34372026-07-15T22:56:33.438Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (152/301)
34382026-07-15T22:56:33.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-07-15T22:56:33.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-07-15T22:56:33.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-07-15T22:56:33.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34422026-07-15T22:56:33.998Z
34432026-07-15T22:56:33.999Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (153/301)
34442026-07-15T22:56:34.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-07-15T22:56:34.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-07-15T22:56:34.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-07-15T22:56:34.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34482026-07-15T22:56:34.554Z
34492026-07-15T22:56:34.554Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (154/301)
34502026-07-15T22:56:35.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-07-15T22:56:35.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-07-15T22:56:35.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-07-15T22:56:35.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34542026-07-15T22:56:35.113Z
34552026-07-15T22:56:35.113Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (155/301)
34562026-07-15T22:56:35.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-07-15T22:56:35.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-07-15T22:56:35.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-07-15T22:56:35.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34602026-07-15T22:56:35.673Z
34612026-07-15T22:56:35.673Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (156/301)
34622026-07-15T22:56:36.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-07-15T22:56:36.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-07-15T22:56:36.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-07-15T22:56:36.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34662026-07-15T22:56:36.235Z
34672026-07-15T22:56:36.235Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (157/301)
34682026-07-15T22:56:36.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-07-15T22:56:36.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-07-15T22:56:36.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-07-15T22:56:36.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34722026-07-15T22:56:36.794Z
34732026-07-15T22:56:36.794Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (158/301)
34742026-07-15T22:56:37.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-07-15T22:56:37.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-07-15T22:56:37.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-07-15T22:56:37.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34782026-07-15T22:56:37.353Z
34792026-07-15T22:56:37.353Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (159/301)
34802026-07-15T22:56:37.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-07-15T22:56:37.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-07-15T22:56:37.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-07-15T22:56:37.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34842026-07-15T22:56:37.894Z
34852026-07-15T22:56:37.894Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (160/301)
34862026-07-15T22:56:38.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-07-15T22:56:38.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-07-15T22:56:38.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-07-15T22:56:38.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34902026-07-15T22:56:38.439Z
34912026-07-15T22:56:38.439Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (161/301)
34922026-07-15T22:56:38.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-07-15T22:56:38.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-07-15T22:56:38.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-07-15T22:56:38.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34962026-07-15T22:56:38.981Z
34972026-07-15T22:56:38.981Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (162/301)
34982026-07-15T22:56:39.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-07-15T22:56:39.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-07-15T22:56:39.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-07-15T22:56:39.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35022026-07-15T22:56:39.526Z
35032026-07-15T22:56:39.526Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (163/301)
35042026-07-15T22:56:39.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-07-15T22:56:39.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-07-15T22:56:39.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-07-15T22:56:39.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35082026-07-15T22:56:40.065Z
35092026-07-15T22:56:40.065Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (164/301)
35102026-07-15T22:56:40.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-07-15T22:56:40.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-07-15T22:56:40.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-07-15T22:56:40.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35142026-07-15T22:56:40.608Z
35152026-07-15T22:56:40.608Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (165/301)
35162026-07-15T22:56:41.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-07-15T22:56:41.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-07-15T22:56:41.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-07-15T22:56:41.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35202026-07-15T22:56:41.153Z
35212026-07-15T22:56:41.153Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (166/301)
35222026-07-15T22:56:41.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-07-15T22:56:41.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-07-15T22:56:41.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-07-15T22:56:41.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35262026-07-15T22:56:41.702Z
35272026-07-15T22:56:41.702Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (167/301)
35282026-07-15T22:56:42.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-07-15T22:56:42.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-07-15T22:56:42.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-07-15T22:56:42.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35322026-07-15T22:56:42.256Z
35332026-07-15T22:56:42.256Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (168/301)
35342026-07-15T22:56:42.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-07-15T22:56:42.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-07-15T22:56:42.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-07-15T22:56:42.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35382026-07-15T22:56:42.815Z
35392026-07-15T22:56:42.815Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (169/301)
35402026-07-15T22:56:43.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-07-15T22:56:43.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-07-15T22:56:43.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-07-15T22:56:43.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35442026-07-15T22:56:43.375Z
35452026-07-15T22:56:43.375Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (170/301)
35462026-07-15T22:56:43.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-07-15T22:56:43.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-07-15T22:56:43.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-07-15T22:56:43.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35502026-07-15T22:56:43.931Z
35512026-07-15T22:56:43.931Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (171/301)
35522026-07-15T22:56:44.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-07-15T22:56:44.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-07-15T22:56:44.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-07-15T22:56:44.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35562026-07-15T22:56:44.487Z
35572026-07-15T22:56:44.487Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (172/301)
35582026-07-15T22:56:44.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-07-15T22:56:44.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-07-15T22:56:44.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-07-15T22:56:44.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35622026-07-15T22:56:45.039Z
35632026-07-15T22:56:45.039Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (173/301)
35642026-07-15T22:56:45.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-07-15T22:56:45.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-07-15T22:56:45.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-07-15T22:56:45.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35682026-07-15T22:56:45.598Z
35692026-07-15T22:56:45.598Zinfo: running `cargo check --bins` on oximeter-producer (174/301)
35702026-07-15T22:56:46.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-07-15T22:56:46.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-07-15T22:56:46.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-07-15T22:56:46.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35742026-07-15T22:56:46.177Z
35752026-07-15T22:56:46.177Zinfo: running `cargo check --bins` on internal-dns-resolver (175/301)
35762026-07-15T22:56:46.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-07-15T22:56:46.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-07-15T22:56:46.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-07-15T22:56:46.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35802026-07-15T22:56:46.718Z
35812026-07-15T22:56:46.718Zinfo: running `cargo check --bins` on dns-server (176/301)
35822026-07-15T22:56:47.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-07-15T22:56:47.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-07-15T22:56:47.320Z Compiling parking_lot_core v0.8.6
35852026-07-15T22:56:47.328Z Compiling git-stub v1.0.0
35862026-07-15T22:56:47.328Z Checking prefix-trie v0.7.0
35872026-07-15T22:56:47.328Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35882026-07-15T22:56:47.550Z Compiling git-stub-vcs v0.1.0
35892026-07-15T22:56:47.723Z Checking hickory-server v0.25.2
35902026-07-15T22:56:47.826Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35912026-07-15T22:56:47.843Z Checking parking_lot v0.11.2
35922026-07-15T22:56:47.890Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35932026-07-15T22:56:47.890Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35942026-07-15T22:56:48.014Z Checking sled v0.34.7
35952026-07-15T22:56:49.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
35962026-07-15T22:56:50.072Z
35972026-07-15T22:56:50.072Zinfo: running `cargo check --bins` on dns-server-api (177/301)
35982026-07-15T22:56:50.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-07-15T22:56:50.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-07-15T22:56:50.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-07-15T22:56:50.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36022026-07-15T22:56:50.610Z
36032026-07-15T22:56:50.610Zinfo: running `cargo check --bins` on oximeter-producer-api (178/301)
36042026-07-15T22:56:51.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-07-15T22:56:51.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-07-15T22:56:51.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-07-15T22:56:51.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36082026-07-15T22:56:51.155Z
36092026-07-15T22:56:51.155Zinfo: running `cargo check --bins` on sp-sim (179/301)
36102026-07-15T22:56:51.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-07-15T22:56:51.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-07-15T22:56:51.839Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36132026-07-15T22:56:53.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s
36142026-07-15T22:56:53.789Z
36152026-07-15T22:56:53.789Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (180/301)
36162026-07-15T22:56:54.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-07-15T22:56:54.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-07-15T22:56:54.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-07-15T22:56:54.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36202026-07-15T22:56:54.389Z
36212026-07-15T22:56:54.389Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (181/301)
36222026-07-15T22:56:54.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-07-15T22:56:54.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-07-15T22:56:54.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-07-15T22:56:54.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36262026-07-15T22:56:54.993Z
36272026-07-15T22:56:54.993Zinfo: running `cargo check --bins` on db-macros (182/301)
36282026-07-15T22:56:55.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-07-15T22:56:55.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-07-15T22:56:55.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-07-15T22:56:55.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36322026-07-15T22:56:55.515Z
36332026-07-15T22:56:55.515Zinfo: running `cargo check --bins` on nexus-macros-common (183/301)
36342026-07-15T22:56:55.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-07-15T22:56:55.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-07-15T22:56:55.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-07-15T22:56:55.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36382026-07-15T22:56:56.048Z
36392026-07-15T22:56:56.049Zinfo: running `cargo check --bins` on nexus-auth (184/301)
36402026-07-15T22:56:56.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-07-15T22:56:56.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-07-15T22:56:56.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-07-15T22:56:56.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36442026-07-15T22:56:56.647Z
36452026-07-15T22:56:56.647Zinfo: running `cargo check --bins` on authz-macros (185/301)
36462026-07-15T22:56:57.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-07-15T22:56:57.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-07-15T22:56:57.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-07-15T22:56:57.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36502026-07-15T22:56:57.171Z
36512026-07-15T22:56:57.171Zinfo: running `cargo check --bins` on nexus-db-fixed-data (186/301)
36522026-07-15T22:56:57.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-07-15T22:56:57.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-07-15T22:56:57.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-07-15T22:56:57.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36562026-07-15T22:56:57.753Z
36572026-07-15T22:56:57.753Zinfo: running `cargo check --bins` on nexus-db-model (187/301)
36582026-07-15T22:56:58.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-07-15T22:56:58.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-07-15T22:56:58.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-07-15T22:56:58.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36622026-07-15T22:56:58.336Z
36632026-07-15T22:56:58.336Zinfo: running `cargo check --bins` on nexus-db-schema (188/301)
36642026-07-15T22:56:58.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-07-15T22:56:58.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-07-15T22:56:58.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-07-15T22:56:58.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36682026-07-15T22:56:58.865Z
36692026-07-15T22:56:58.866Zinfo: running `cargo check --bins` on omicron-rpaths (189/301)
36702026-07-15T22:56:59.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-07-15T22:56:59.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-07-15T22:56:59.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-07-15T22:56:59.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36742026-07-15T22:56:59.396Z
36752026-07-15T22:56:59.396Zinfo: running `cargo check --bins` on nexus-defaults (190/301)
36762026-07-15T22:56:59.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-07-15T22:56:59.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-07-15T22:56:59.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-07-15T22:56:59.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36802026-07-15T22:56:59.941Z
36812026-07-15T22:56:59.942Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (191/301)
36822026-07-15T22:57:00.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-07-15T22:57:00.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-07-15T22:57:00.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-07-15T22:57:00.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36862026-07-15T22:57:00.467Z
36872026-07-15T22:57:00.467Zinfo: running `cargo check --bins` on parallel-task-set (192/301)
36882026-07-15T22:57:00.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-07-15T22:57:00.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-07-15T22:57:00.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-07-15T22:57:00.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36922026-07-15T22:57:00.993Z
36932026-07-15T22:57:00.994Zinfo: running `cargo check --bins` on omicron-git-version (193/301)
36942026-07-15T22:57:01.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-07-15T22:57:01.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-07-15T22:57:01.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-07-15T22:57:01.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36982026-07-15T22:57:01.522Z
36992026-07-15T22:57:01.522Zinfo: running `cargo check --bins` on nexus-db-errors (194/301)
37002026-07-15T22:57:02.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-07-15T22:57:02.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-07-15T22:57:02.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-07-15T22:57:02.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37042026-07-15T22:57:02.112Z
37052026-07-15T22:57:02.112Zinfo: running `cargo check --bins` on nexus-db-lookup (195/301)
37062026-07-15T22:57:02.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-07-15T22:57:02.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-07-15T22:57:02.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-07-15T22:57:02.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37102026-07-15T22:57:02.705Z
37112026-07-15T22:57:02.705Zinfo: running `cargo check --bins` on nexus-inventory (196/301)
37122026-07-15T22:57:03.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-07-15T22:57:03.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-07-15T22:57:03.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-07-15T22:57:03.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37162026-07-15T22:57:03.288Z
37172026-07-15T22:57:03.288Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (197/301)
37182026-07-15T22:57:03.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-07-15T22:57:03.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-07-15T22:57:03.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-07-15T22:57:03.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37222026-07-15T22:57:03.875Z
37232026-07-15T22:57:03.875Zinfo: running `cargo check --bins --no-default-features` on sled-storage (198/301)
37242026-07-15T22:57:04.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-07-15T22:57:04.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-07-15T22:57:04.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-07-15T22:57:04.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37282026-07-15T22:57:04.413Z
37292026-07-15T22:57:04.413Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (199/301)
37302026-07-15T22:57:04.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-07-15T22:57:04.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-07-15T22:57:04.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-07-15T22:57:04.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37342026-07-15T22:57:04.975Z
37352026-07-15T22:57:04.976Zinfo: running `cargo check --bins` on key-manager (200/301)
37362026-07-15T22:57:05.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-07-15T22:57:05.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-07-15T22:57:05.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37392026-07-15T22:57:05.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37402026-07-15T22:57:05.515Z
37412026-07-15T22:57:05.515Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (201/301)
37422026-07-15T22:57:05.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-07-15T22:57:05.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-07-15T22:57:05.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37452026-07-15T22:57:05.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37462026-07-15T22:57:06.072Z
37472026-07-15T22:57:06.072Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (202/301)
37482026-07-15T22:57:06.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-07-15T22:57:06.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-07-15T22:57:06.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37512026-07-15T22:57:06.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37522026-07-15T22:57:06.638Z
37532026-07-15T22:57:06.638Zinfo: running `cargo check --bins` on typed-rng (203/301)
37542026-07-15T22:57:07.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-07-15T22:57:07.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-07-15T22:57:07.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37572026-07-15T22:57:07.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37582026-07-15T22:57:07.168Z
37592026-07-15T22:57:07.168Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (204/301)
37602026-07-15T22:57:07.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-07-15T22:57:07.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-07-15T22:57:07.971Z Compiling libefi-sys v0.1.0
37632026-07-15T22:57:07.974Z Compiling bitfield-struct v0.6.2
37642026-07-15T22:57:08.111Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37652026-07-15T22:57:08.119Z Compiling xshell-macros v0.2.7
37662026-07-15T22:57:08.127Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37672026-07-15T22:57:08.140Z Compiling salty v0.3.0
37682026-07-15T22:57:08.154Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37692026-07-15T22:57:08.168Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37702026-07-15T22:57:08.210Z Checking rfc6979 v0.4.0
37712026-07-15T22:57:08.294Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37722026-07-15T22:57:08.310Z Checking ecdsa v0.16.9
37732026-07-15T22:57:08.445Z Checking primeorder v0.13.6
37742026-07-15T22:57:08.465Z Compiling proc-macro-error-attr2 v2.0.0
37752026-07-15T22:57:08.494Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37762026-07-15T22:57:08.498Z Checking xshell v0.2.7
37772026-07-15T22:57:08.645Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37782026-07-15T22:57:08.661Z Checking tungstenite v0.21.0
37792026-07-15T22:57:08.673Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37802026-07-15T22:57:08.701Z Checking p384 v0.13.1
37812026-07-15T22:57:08.708Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37822026-07-15T22:57:08.729Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37832026-07-15T22:57:08.816Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37842026-07-15T22:57:08.874Z Compiling num-derive v0.3.3
37852026-07-15T22:57:08.883Z Compiling proc-macro-error2 v2.0.1
37862026-07-15T22:57:08.968Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37872026-07-15T22:57:09.077Z Checking tokio-tungstenite v0.21.0
37882026-07-15T22:57:09.103Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37892026-07-15T22:57:09.172Z Checking papergrid v0.17.0
37902026-07-15T22:57:09.185Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37912026-07-15T22:57:09.191Z Compiling tabled_derive v0.11.0
37922026-07-15T22:57:09.212Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37932026-07-15T22:57:09.313Z Compiling progenitor-impl v0.13.0
37942026-07-15T22:57:09.358Z Checking testing_table v0.3.0
37952026-07-15T22:57:09.449Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37962026-07-15T22:57:09.476Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37972026-07-15T22:57:09.489Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37982026-07-15T22:57:09.677Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37992026-07-15T22:57:09.700Z Compiling unicase v2.9.0
38002026-07-15T22:57:09.775Z Checking libscf-sys v1.1.0
38012026-07-15T22:57:09.891Z Compiling illumos-nvpair-sys v0.2.0
38022026-07-15T22:57:09.899Z Checking corncobs v0.1.4
38032026-07-15T22:57:09.913Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38042026-07-15T22:57:09.954Z Compiling mime_guess v2.0.5
38052026-07-15T22:57:10.030Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38062026-07-15T22:57:10.102Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38072026-07-15T22:57:10.158Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38082026-07-15T22:57:10.172Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
38092026-07-15T22:57:10.230Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38102026-07-15T22:57:10.382Z Checking tabled v0.20.0
38112026-07-15T22:57:10.487Z Checking progenitor-client v0.13.0
38122026-07-15T22:57:10.508Z Checking secrecy v0.8.0
38132026-07-15T22:57:10.634Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38142026-07-15T22:57:10.747Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38152026-07-15T22:57:10.788Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38162026-07-15T22:57:11.023Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38172026-07-15T22:57:11.093Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38182026-07-15T22:57:11.125Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38192026-07-15T22:57:11.187Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38202026-07-15T22:57:11.337Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38212026-07-15T22:57:11.351Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38222026-07-15T22:57:11.412Z Checking filetime v0.2.27
38232026-07-15T22:57:11.484Z Checking http-range v0.1.5
38242026-07-15T22:57:11.622Z Checking crc8 v0.1.1
38252026-07-15T22:57:11.638Z Checking xattr v1.6.1
38262026-07-15T22:57:11.737Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38272026-07-15T22:57:11.797Z Checking tar v0.4.45
38282026-07-15T22:57:11.938Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38292026-07-15T22:57:11.948Z Compiling progenitor-macro v0.13.0
38302026-07-15T22:57:12.007Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38312026-07-15T22:57:12.045Z Checking illumos-nvpair v0.3.0
38322026-07-15T22:57:12.180Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38332026-07-15T22:57:12.192Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38342026-07-15T22:57:12.208Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38352026-07-15T22:57:12.512Z Checking atty v0.2.14
38362026-07-15T22:57:12.574Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38372026-07-15T22:57:12.587Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38382026-07-15T22:57:12.610Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38392026-07-15T22:57:12.764Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38402026-07-15T22:57:12.798Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38412026-07-15T22:57:12.877Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38422026-07-15T22:57:12.906Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38432026-07-15T22:57:12.915Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38442026-07-15T22:57:13.100Z Checking hyper-staticfile v0.10.1
38452026-07-15T22:57:13.141Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38462026-07-15T22:57:13.165Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38472026-07-15T22:57:13.384Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38482026-07-15T22:57:13.402Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38492026-07-15T22:57:13.658Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38502026-07-15T22:57:13.705Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38512026-07-15T22:57:13.942Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38522026-07-15T22:57:14.223Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38532026-07-15T22:57:14.922Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38542026-07-15T22:57:15.406Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38552026-07-15T22:57:15.828Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38562026-07-15T22:57:16.050Z Checking progenitor v0.13.0
38572026-07-15T22:57:16.187Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38582026-07-15T22:57:18.253Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38592026-07-15T22:57:21.603Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38602026-07-15T22:57:32.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.48s
38612026-07-15T22:57:32.864Z
38622026-07-15T22:57:32.864Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (205/301)
38632026-07-15T22:57:33.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-07-15T22:57:33.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-07-15T22:57:33.608Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-07-15T22:57:44.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.61s
38672026-07-15T22:57:44.677Z
38682026-07-15T22:57:44.678Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (206/301)
38692026-07-15T22:57:45.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-07-15T22:57:45.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-07-15T22:57:45.420Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38722026-07-15T22:57:56.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
38732026-07-15T22:57:56.409Z
38742026-07-15T22:57:56.410Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (207/301)
38752026-07-15T22:57:56.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-07-15T22:57:56.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-07-15T22:57:57.150Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-07-15T22:58:08.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.60s
38792026-07-15T22:58:08.220Z
38802026-07-15T22:58:08.220Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (208/301)
38812026-07-15T22:58:08.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-07-15T22:58:08.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-07-15T22:58:08.963Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38842026-07-15T22:58:19.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.56s
38852026-07-15T22:58:19.985Z
38862026-07-15T22:58:19.985Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (209/301)
38872026-07-15T22:58:20.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-07-15T22:58:20.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-07-15T22:58:20.731Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38902026-07-15T22:58:33.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.58s
38912026-07-15T22:58:33.278Z
38922026-07-15T22:58:33.278Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (210/301)
38932026-07-15T22:58:33.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-07-15T22:58:33.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-07-15T22:58:33.297Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38962026-07-15T22:58:43.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.58s
38972026-07-15T22:58:43.564Z
38982026-07-15T22:58:43.564Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (211/301)
38992026-07-15T22:58:44.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-07-15T22:58:44.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-07-15T22:58:44.310Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39022026-07-15T22:58:55.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.57s
39032026-07-15T22:58:55.341Z
39042026-07-15T22:58:55.341Zinfo: running `cargo check --bins` on bootstrap-agent-api (212/301)
39052026-07-15T22:58:55.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-07-15T22:58:55.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-07-15T22:58:55.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-07-15T22:58:55.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39092026-07-15T22:58:55.895Z
39102026-07-15T22:58:55.895Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (213/301)
39112026-07-15T22:58:56.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-07-15T22:58:56.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-07-15T22:58:56.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-07-15T22:58:56.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39152026-07-15T22:58:56.465Z
39162026-07-15T22:58:56.465Zinfo: running `cargo check --bins` on range-requests (214/301)
39172026-07-15T22:58:56.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-07-15T22:58:56.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-07-15T22:58:56.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-07-15T22:58:56.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39212026-07-15T22:58:56.996Z
39222026-07-15T22:58:56.997Zinfo: running `cargo check --bins` on repo-depot-api (215/301)
39232026-07-15T22:58:57.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-07-15T22:58:57.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-07-15T22:58:57.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-07-15T22:58:57.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39272026-07-15T22:58:57.542Z
39282026-07-15T22:58:57.542Zinfo: running `cargo check --bins` on sled-agent-api (216/301)
39292026-07-15T22:58:58.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-07-15T22:58:58.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-07-15T22:58:58.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-07-15T22:58:58.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39332026-07-15T22:58:58.106Z
39342026-07-15T22:58:58.106Zinfo: running `cargo check --bins` on sled-diagnostics (217/301)
39352026-07-15T22:58:58.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-07-15T22:58:58.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-07-15T22:58:58.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-07-15T22:58:58.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39392026-07-15T22:58:58.656Z
39402026-07-15T22:58:58.656Zinfo: running `cargo check --bins` on zfs-test-harness (218/301)
39412026-07-15T22:58:59.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-07-15T22:58:59.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-07-15T22:58:59.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-07-15T22:58:59.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39452026-07-15T22:58:59.224Z
39462026-07-15T22:58:59.224Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (219/301)
39472026-07-15T22:58:59.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-07-15T22:58:59.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-07-15T22:58:59.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-07-15T22:58:59.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39512026-07-15T22:58:59.793Z
39522026-07-15T22:58:59.793Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (220/301)
39532026-07-15T22:59:00.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-07-15T22:59:00.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-07-15T22:59:00.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-07-15T22:59:00.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39572026-07-15T22:59:00.360Z
39582026-07-15T22:59:00.360Zinfo: running `cargo check --bins` on sled-agent-early-networking (221/301)
39592026-07-15T22:59:00.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-07-15T22:59:00.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-07-15T22:59:00.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-07-15T22:59:00.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39632026-07-15T22:59:00.920Z
39642026-07-15T22:59:00.920Zinfo: running `cargo check --bins` on sled-agent-health-monitor (222/301)
39652026-07-15T22:59:01.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-07-15T22:59:01.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-07-15T22:59:01.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-07-15T22:59:01.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39692026-07-15T22:59:01.952Z
39702026-07-15T22:59:01.952Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (223/301)
39712026-07-15T22:59:01.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-07-15T22:59:01.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-07-15T22:59:01.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-07-15T22:59:01.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39752026-07-15T22:59:02.053Z
39762026-07-15T22:59:02.053Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (224/301)
39772026-07-15T22:59:02.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-07-15T22:59:02.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-07-15T22:59:02.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-07-15T22:59:02.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39812026-07-15T22:59:02.628Z
39822026-07-15T22:59:02.629Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (225/301)
39832026-07-15T22:59:03.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-07-15T22:59:03.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-07-15T22:59:03.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-07-15T22:59:03.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39872026-07-15T22:59:03.176Z
39882026-07-15T22:59:03.176Zinfo: running `cargo check --bins` on sled-agent-rack-setup (226/301)
39892026-07-15T22:59:03.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-07-15T22:59:03.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-07-15T22:59:03.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-07-15T22:59:03.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39932026-07-15T22:59:03.766Z
39942026-07-15T22:59:03.767Zinfo: running `cargo check --bins` on trust-quorum (227/301)
39952026-07-15T22:59:04.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-07-15T22:59:04.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-07-15T22:59:04.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-07-15T22:59:04.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39992026-07-15T22:59:04.363Z
40002026-07-15T22:59:04.363Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (228/301)
40012026-07-15T22:59:04.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-07-15T22:59:04.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-07-15T22:59:04.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-07-15T22:59:04.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40052026-07-15T22:59:04.918Z
40062026-07-15T22:59:04.919Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (229/301)
40072026-07-15T22:59:05.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-07-15T22:59:05.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-07-15T22:59:05.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-07-15T22:59:05.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40112026-07-15T22:59:05.510Z
40122026-07-15T22:59:05.510Zinfo: running `cargo check --bins` on update-common (230/301)
40132026-07-15T22:59:06.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-07-15T22:59:06.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-07-15T22:59:06.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-07-15T22:59:06.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40172026-07-15T22:59:06.125Z
40182026-07-15T22:59:06.125Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (231/301)
40192026-07-15T22:59:06.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-07-15T22:59:06.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-07-15T22:59:06.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40222026-07-15T22:59:06.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40232026-07-15T22:59:06.653Z
40242026-07-15T22:59:06.653Zinfo: running `cargo check --bins` on omicron-deployment-graph (232/301)
40252026-07-15T22:59:07.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-07-15T22:59:07.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-07-15T22:59:07.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40282026-07-15T22:59:07.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40292026-07-15T22:59:07.185Z
40302026-07-15T22:59:07.185Zinfo: running `cargo check --bins` on reconfigurator-cli (233/301)
40312026-07-15T22:59:07.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322026-07-15T22:59:07.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332026-07-15T22:59:07.918Z Compiling fs-err v2.11.0
40342026-07-15T22:59:08.157Z Checking ignore v0.4.25
40352026-07-15T22:59:08.157Z Checking arc-swap v1.8.2
40362026-07-15T22:59:08.200Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40372026-07-15T22:59:08.200Z Checking predicates-tree v1.0.13
40382026-07-15T22:59:08.200Z Checking parse-size v1.1.0
40392026-07-15T22:59:08.200Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40402026-07-15T22:59:08.200Z Checking rand_seeder v0.4.0
40412026-07-15T22:59:08.200Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40422026-07-15T22:59:08.211Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40432026-07-15T22:59:08.235Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40442026-07-15T22:59:08.248Z Checking slog-scope v4.4.1
40452026-07-15T22:59:08.287Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40462026-07-15T22:59:08.368Z Compiling petname v2.0.2
40472026-07-15T22:59:08.384Z Checking slog-stdlog v4.1.1
40482026-07-15T22:59:08.398Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40492026-07-15T22:59:08.425Z Checking globwalk v0.9.1
40502026-07-15T22:59:08.491Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40512026-07-15T22:59:08.521Z Checking slog-envlogger v2.2.0
40522026-07-15T22:59:08.595Z Checking camino-tempfile-ext v0.3.3
40532026-07-15T22:59:08.658Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40542026-07-15T22:59:08.688Z Checking sapling-renderdag v0.1.0
40552026-07-15T22:59:08.788Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40562026-07-15T22:59:08.855Z Checking subprocess v0.2.15
40572026-07-15T22:59:08.924Z Checking sync-ptr v0.1.4
40582026-07-15T22:59:09.007Z Checking colored v2.2.0
40592026-07-15T22:59:09.037Z Checking assert_matches v1.5.0
40602026-07-15T22:59:09.132Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40612026-07-15T22:59:13.411Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40622026-07-15T22:59:13.411Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40632026-07-15T22:59:13.411Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40642026-07-15T22:59:13.411Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40652026-07-15T22:59:13.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s
40662026-07-15T22:59:13.645Z
40672026-07-15T22:59:13.646Zinfo: running `cargo check --bins` on omicron-repl-utils (234/301)
40682026-07-15T22:59:14.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-07-15T22:59:14.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-07-15T22:59:14.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40712026-07-15T22:59:14.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40722026-07-15T22:59:14.168Z
40732026-07-15T22:59:14.168Zinfo: running `cargo check --bins` on transient-dns-server (235/301)
40742026-07-15T22:59:14.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-07-15T22:59:14.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-07-15T22:59:14.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40772026-07-15T22:59:14.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40782026-07-15T22:59:14.722Z
40792026-07-15T22:59:14.722Zinfo: running `cargo check --bins` on nexus-test-interface (236/301)
40802026-07-15T22:59:15.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-07-15T22:59:15.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-07-15T22:59:15.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40832026-07-15T22:59:15.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40842026-07-15T22:59:15.311Z
40852026-07-15T22:59:15.311Zinfo: running `cargo check --bins` on oximeter-collector (237/301)
40862026-07-15T22:59:15.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-07-15T22:59:15.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-07-15T22:59:15.985Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40892026-07-15T22:59:15.985Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40902026-07-15T22:59:16.622Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40912026-07-15T22:59:18.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.90s
40922026-07-15T22:59:18.409Z
40932026-07-15T22:59:18.409Zinfo: running `cargo check --bins` on oximeter-api (238/301)
40942026-07-15T22:59:18.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-07-15T22:59:18.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-07-15T22:59:18.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40972026-07-15T22:59:18.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40982026-07-15T22:59:18.944Z
40992026-07-15T22:59:18.944Zinfo: running `cargo check --bins` on cert-dev (239/301)
41002026-07-15T22:59:19.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41012026-07-15T22:59:19.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41022026-07-15T22:59:19.501Z Checking yasna v0.5.2
41032026-07-15T22:59:19.921Z Checking rcgen v0.12.1
41042026-07-15T22:59:20.180Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41052026-07-15T22:59:20.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
41062026-07-15T22:59:20.511Z
41072026-07-15T22:59:20.511Zinfo: running `cargo check --bins` on clickana (240/301)
41082026-07-15T22:59:20.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-07-15T22:59:20.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-07-15T22:59:21.118Z Compiling darling_core v0.23.0
41112026-07-15T22:59:21.216Z Compiling instability v0.3.11
41122026-07-15T22:59:21.222Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41132026-07-15T22:59:21.230Z Checking castaway v0.2.4
41142026-07-15T22:59:21.236Z Compiling indoc v2.0.7
41152026-07-15T22:59:21.236Z Checking unicode-truncate v1.1.0
41162026-07-15T22:59:21.256Z Checking lru v0.12.5
41172026-07-15T22:59:21.256Z Checking cassowary v0.3.0
41182026-07-15T22:59:21.327Z Checking compact_str v0.8.1
41192026-07-15T22:59:22.538Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41202026-07-15T22:59:22.675Z Compiling darling_macro v0.23.0
41212026-07-15T22:59:22.708Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41222026-07-15T22:59:23.110Z Compiling darling v0.23.0
41232026-07-15T22:59:23.746Z Checking ratatui v0.29.0
41242026-07-15T22:59:24.814Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41252026-07-15T22:59:25.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.96s
41262026-07-15T22:59:25.639Z
41272026-07-15T22:59:25.639Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (241/301)
41282026-07-15T22:59:26.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-07-15T22:59:26.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-07-15T22:59:26.318Z Checking headers-core v0.3.0
41312026-07-15T22:59:26.323Z Checking port-file v0.1.0
41322026-07-15T22:59:26.323Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41332026-07-15T22:59:26.509Z Checking headers v0.4.1
41342026-07-15T22:59:26.881Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41352026-07-15T22:59:27.808Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41362026-07-15T22:59:28.288Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41372026-07-15T22:59:28.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
41382026-07-15T22:59:28.874Z
41392026-07-15T22:59:28.874Zinfo: running `cargo check --bins` on ch-dev (242/301)
41402026-07-15T22:59:29.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41412026-07-15T22:59:29.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41422026-07-15T22:59:29.552Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41432026-07-15T22:59:30.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
41442026-07-15T22:59:30.488Z
41452026-07-15T22:59:30.488Zinfo: running `cargo check --bins` on dev-tools-common (243/301)
41462026-07-15T22:59:30.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41472026-07-15T22:59:30.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41482026-07-15T22:59:30.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41492026-07-15T22:59:30.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
41502026-07-15T22:59:30.919Z
41512026-07-15T22:59:30.919Zinfo: running `cargo check --bins` on corpus-adjust (244/301)
41522026-07-15T22:59:31.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-07-15T22:59:31.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-07-15T22:59:31.483Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41552026-07-15T22:59:31.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
41562026-07-15T22:59:31.993Z
41572026-07-15T22:59:31.993Zinfo: running `cargo check --bins` on crdb-seed (245/301)
41582026-07-15T22:59:32.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-07-15T22:59:32.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-07-15T22:59:32.667Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41612026-07-15T22:59:33.747Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41622026-07-15T22:59:34.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
41632026-07-15T22:59:34.274Z
41642026-07-15T22:59:34.275Zinfo: running `cargo check --bins` on db-dev (246/301)
41652026-07-15T22:59:34.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41662026-07-15T22:59:34.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41672026-07-15T22:59:34.966Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41682026-07-15T22:59:35.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
41692026-07-15T22:59:35.973Z
41702026-07-15T22:59:35.973Zinfo: running `cargo check --bins` on omicron-dev-lib (247/301)
41712026-07-15T22:59:36.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41722026-07-15T22:59:36.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41732026-07-15T22:59:36.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41742026-07-15T22:59:36.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41752026-07-15T22:59:36.480Z
41762026-07-15T22:59:36.480Zinfo: running `cargo check --bins` on xtask-downloader (248/301)
41772026-07-15T22:59:36.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41782026-07-15T22:59:36.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41792026-07-15T22:59:37.084Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41802026-07-15T22:59:37.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
41812026-07-15T22:59:37.952Z
41822026-07-15T22:59:37.953Zinfo: running `cargo check --bins` on omicron-dropshot-apis (249/301)
41832026-07-15T22:59:38.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41842026-07-15T22:59:38.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41852026-07-15T22:59:38.603Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41862026-07-15T22:59:38.603Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41872026-07-15T22:59:38.625Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
41882026-07-15T22:59:38.625Z Checking git-stub v1.0.0
41892026-07-15T22:59:38.740Z Compiling trait-variant v0.1.2
41902026-07-15T22:59:38.740Z Checking is_ci v1.2.0
41912026-07-15T22:59:38.754Z Checking maplit v1.0.2
41922026-07-15T22:59:38.774Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41932026-07-15T22:59:38.836Z Checking supports-color v3.0.2
41942026-07-15T22:59:38.836Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41952026-07-15T22:59:39.606Z Checking git-stub-vcs v0.1.0
41962026-07-15T22:59:39.606Z Checking drift v0.2.0
41972026-07-15T22:59:39.606Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41982026-07-15T22:59:39.606Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41992026-07-15T22:59:39.606Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42002026-07-15T22:59:39.606Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42012026-07-15T22:59:39.606Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42022026-07-15T22:59:39.606Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
42032026-07-15T22:59:39.606Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
42042026-07-15T22:59:39.606Z Checking dropshot-api-manager v0.7.2
42052026-07-15T22:59:39.607Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42062026-07-15T22:59:39.607Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42072026-07-15T22:59:40.019Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42082026-07-15T22:59:40.969Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42092026-07-15T22:59:42.000Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42102026-07-15T22:59:42.661Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42112026-07-15T22:59:43.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s
42122026-07-15T22:59:43.302Z
42132026-07-15T22:59:43.302Zinfo: running `cargo check --bins` on installinator-api (250/301)
42142026-07-15T22:59:43.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-07-15T22:59:43.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-07-15T22:59:43.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-07-15T22:59:43.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42182026-07-15T22:59:43.829Z
42192026-07-15T22:59:43.829Zinfo: running `cargo check --bins` on nexus-external-api (251/301)
42202026-07-15T22:59:44.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-07-15T22:59:44.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-07-15T22:59:44.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-07-15T22:59:44.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42242026-07-15T22:59:44.547Z
42252026-07-15T22:59:44.547Zinfo: running `cargo check --bins` on nexus-internal-api (252/301)
42262026-07-15T22:59:47.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-07-15T22:59:47.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-07-15T22:59:47.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42292026-07-15T22:59:47.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42302026-07-15T22:59:47.727Z
42312026-07-15T22:59:47.728Zinfo: running `cargo check --bins` on nexus-lockstep-api (253/301)
42322026-07-15T22:59:47.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332026-07-15T22:59:47.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342026-07-15T22:59:47.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42352026-07-15T22:59:47.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42362026-07-15T22:59:47.728Z
42372026-07-15T22:59:47.728Zinfo: running `cargo check --bins` on ntp-admin-api (254/301)
42382026-07-15T22:59:47.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42392026-07-15T22:59:47.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42402026-07-15T22:59:47.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42412026-07-15T22:59:47.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42422026-07-15T22:59:47.728Z
42432026-07-15T22:59:47.728Zinfo: running `cargo check --bins` on ntp-admin-types-versions (255/301)
42442026-07-15T22:59:47.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42452026-07-15T22:59:47.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42462026-07-15T22:59:47.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42472026-07-15T22:59:47.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42482026-07-15T22:59:47.728Z
42492026-07-15T22:59:47.728Zinfo: running `cargo check --bins` on wicketd-api (256/301)
42502026-07-15T22:59:47.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42512026-07-15T22:59:47.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42522026-07-15T22:59:47.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42532026-07-15T22:59:47.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42542026-07-15T22:59:47.737Z
42552026-07-15T22:59:47.737Zinfo: running `cargo check --bins` on omicron-ls-apis (257/301)
42562026-07-15T22:59:47.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42572026-07-15T22:59:47.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42582026-07-15T22:59:47.777Z Compiling blake3 v1.8.5
42592026-07-15T22:59:47.886Z Checking arrayvec v0.7.6
42602026-07-15T22:59:47.890Z Checking arrayref v0.3.9
42612026-07-15T22:59:47.902Z Checking constant_time_eq v0.4.2
42622026-07-15T22:59:47.910Z Checking cargo-platform v0.3.2
42632026-07-15T22:59:47.914Z Checking topological-sort v0.2.2
42642026-07-15T22:59:47.926Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42652026-07-15T22:59:48.062Z Checking cargo_metadata v0.23.1
42662026-07-15T22:59:48.779Z Checking omicron-zone-package v0.12.3
42672026-07-15T22:59:49.510Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42682026-07-15T22:59:50.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
42692026-07-15T22:59:50.513Z
42702026-07-15T22:59:50.513Zinfo: running `cargo check --bins` on mgs-dev (258/301)
42712026-07-15T22:59:51.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-07-15T22:59:51.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-07-15T22:59:51.207Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42742026-07-15T22:59:51.827Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42752026-07-15T22:59:52.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
42762026-07-15T22:59:52.513Z
42772026-07-15T22:59:52.513Zinfo: running `cargo check --bins` on omicron-omdb (259/301)
42782026-07-15T22:59:53.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42792026-07-15T22:59:53.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42802026-07-15T22:59:53.440Z Compiling vergen-lib v0.1.6
42812026-07-15T22:59:53.440Z Compiling diesel_derives v2.3.7
42822026-07-15T22:59:53.440Z Compiling dsl_auto_type v0.2.0
42832026-07-15T22:59:53.440Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42842026-07-15T22:59:53.444Z Checking scheduled-thread-pool v0.2.7
42852026-07-15T22:59:53.444Z Compiling vergen-gitcl v1.0.8
42862026-07-15T22:59:53.444Z Compiling diesel_table_macro_syntax v0.3.0
42872026-07-15T22:59:53.635Z Compiling dirs-sys-next v0.1.2
42882026-07-15T22:59:53.730Z Compiling glob v0.3.3
42892026-07-15T22:59:53.783Z Compiling crunchy v0.2.4
42902026-07-15T22:59:53.803Z Checking r2d2 v0.8.10
42912026-07-15T22:59:53.844Z Checking downcast-rs v2.0.2
42922026-07-15T22:59:53.939Z Compiling dirs-next v2.0.0
42932026-07-15T22:59:53.955Z Compiling tiny-keccak v2.0.2
42942026-07-15T22:59:53.985Z Compiling bit-vec v0.6.3
42952026-07-15T22:59:54.115Z Compiling clang-sys v1.8.1
42962026-07-15T22:59:54.178Z Compiling term v0.7.0
42972026-07-15T22:59:54.214Z Compiling bit-set v0.5.3
42982026-07-15T22:59:54.239Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42992026-07-15T22:59:54.373Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
43002026-07-15T22:59:54.450Z Compiling ascii-canvas v3.0.0
43012026-07-15T22:59:54.509Z Compiling itertools v0.10.5
43022026-07-15T22:59:54.532Z Compiling ena v0.14.4
43032026-07-15T22:59:54.612Z Compiling libloading v0.8.9
43042026-07-15T22:59:54.641Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
43052026-07-15T22:59:54.692Z Compiling regex-syntax v0.6.29
43062026-07-15T22:59:54.741Z Compiling diff v0.1.13
43072026-07-15T22:59:54.758Z Compiling bindgen v0.71.1
43082026-07-15T22:59:55.037Z Compiling cexpr v0.6.0
43092026-07-15T22:59:55.232Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43102026-07-15T22:59:55.267Z Compiling rustc-hash v2.1.1
43112026-07-15T22:59:55.463Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43122026-07-15T22:59:55.574Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43132026-07-15T22:59:55.599Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43142026-07-15T22:59:55.731Z Compiling libxml v0.3.3
43152026-07-15T22:59:55.858Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43162026-07-15T22:59:55.888Z Compiling strum_macros v0.24.3
43172026-07-15T22:59:56.006Z Compiling indoc v1.0.9
43182026-07-15T22:59:56.066Z Compiling lalrpop v0.19.12
43192026-07-15T22:59:56.872Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43202026-07-15T22:59:57.088Z Checking derive_builder v0.20.2
43212026-07-15T22:59:57.211Z Compiling oso-derive v0.27.3
43222026-07-15T22:59:57.309Z Checking quick-xml v0.37.5
43232026-07-15T22:59:57.386Z Compiling impl-trait-for-tuples v0.2.3
43242026-07-15T22:59:57.728Z Checking openssl-probe v0.1.6
43252026-07-15T22:59:57.875Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43262026-07-15T22:59:58.209Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43272026-07-15T22:59:58.441Z Checking bb8 v0.8.6
43282026-07-15T22:59:58.618Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43292026-07-15T22:59:58.642Z Checking nonempty v0.12.0
43302026-07-15T22:59:58.747Z Compiling libz-sys v1.1.24
43312026-07-15T22:59:58.812Z Compiling strsim v0.10.0
43322026-07-15T22:59:58.852Z Compiling libgit2-sys v0.18.3+1.9.2
43332026-07-15T22:59:58.966Z Compiling vergen-git2 v9.1.0
43342026-07-15T22:59:59.149Z Compiling darling_core v0.13.4
43352026-07-15T22:59:59.208Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43362026-07-15T22:59:59.351Z Compiling base64 v0.21.7
43372026-07-15T22:59:59.452Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43382026-07-15T22:59:59.677Z Compiling ron v0.8.1
43392026-07-15T22:59:59.696Z Checking diesel v2.3.7
43402026-07-15T23:00:00.422Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43412026-07-15T23:00:00.660Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43422026-07-15T23:00:00.676Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43432026-07-15T23:00:00.887Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43442026-07-15T23:00:01.075Z Compiling darling_macro v0.13.4
43452026-07-15T23:00:01.099Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43462026-07-15T23:00:01.329Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43472026-07-15T23:00:01.544Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43482026-07-15T23:00:01.617Z Compiling darling v0.13.4
43492026-07-15T23:00:01.717Z Compiling serde_with_macros v1.5.2
43502026-07-15T23:00:01.751Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43512026-07-15T23:00:01.960Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43522026-07-15T23:00:02.039Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43532026-07-15T23:00:02.177Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43542026-07-15T23:00:02.597Z Compiling serde_with v1.14.0
43552026-07-15T23:00:03.739Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43562026-07-15T23:00:03.759Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43572026-07-15T23:00:03.961Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43582026-07-15T23:00:04.626Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43592026-07-15T23:00:04.914Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43602026-07-15T23:00:05.367Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43612026-07-15T23:00:05.393Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43622026-07-15T23:00:05.699Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43632026-07-15T23:00:05.992Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43642026-07-15T23:00:06.366Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43652026-07-15T23:00:06.385Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43662026-07-15T23:00:06.542Z Checking twox-hash v2.1.2
43672026-07-15T23:00:06.601Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43682026-07-15T23:00:06.876Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43692026-07-15T23:00:06.971Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43702026-07-15T23:00:07.426Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43712026-07-15T23:00:07.591Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43722026-07-15T23:00:08.687Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43732026-07-15T23:00:08.900Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43742026-07-15T23:00:08.938Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43752026-07-15T23:00:09.351Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43762026-07-15T23:00:09.591Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43772026-07-15T23:00:09.801Z Checking console v0.16.2
43782026-07-15T23:00:10.121Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43792026-07-15T23:00:10.276Z Checking fatfs v0.3.6
43802026-07-15T23:00:10.349Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43812026-07-15T23:00:10.739Z Checking unit-prefix v0.5.2
43822026-07-15T23:00:10.879Z Compiling seq-macro v0.3.6
43832026-07-15T23:00:11.417Z Checking indicatif v0.18.4
43842026-07-15T23:00:11.713Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43852026-07-15T23:00:11.814Z Checking support-bundle-viewer v0.1.2
43862026-07-15T23:00:12.068Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43872026-07-15T23:00:12.096Z Checking multimap v0.10.1
43882026-07-15T23:00:17.898Z Checking diesel-dtrace v0.5.0
43892026-07-15T23:00:18.148Z Checking async-bb8-diesel v0.2.1
43902026-07-15T23:00:20.606Z Compiling samael v0.0.19
43912026-07-15T23:00:26.534Z Compiling git2 v0.20.4
43922026-07-15T23:00:27.548Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43932026-07-15T23:00:28.562Z Compiling polar-core v0.27.3
43942026-07-15T23:00:28.977Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43952026-07-15T23:00:33.181Z Checking oso v0.27.3
43962026-07-15T23:01:02.727Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43972026-07-15T23:02:16.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
43982026-07-15T23:02:16.393Z
43992026-07-15T23:02:16.394Zinfo: running `cargo check --bins` on nexus-networking (260/301)
44002026-07-15T23:02:16.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-07-15T23:02:16.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-07-15T23:02:16.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44032026-07-15T23:02:16.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44042026-07-15T23:02:17.036Z
44052026-07-15T23:02:17.036Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (261/301)
44062026-07-15T23:02:17.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44072026-07-15T23:02:17.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44082026-07-15T23:02:17.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44092026-07-15T23:02:17.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44102026-07-15T23:02:17.644Z
44112026-07-15T23:02:17.645Zinfo: running `cargo check --bins` on nexus-saga-recovery (262/301)
44122026-07-15T23:02:18.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44132026-07-15T23:02:18.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44142026-07-15T23:02:18.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44152026-07-15T23:02:18.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44162026-07-15T23:02:18.246Z
44172026-07-15T23:02:18.246Zinfo: running `cargo check --bins` on nexus-test-utils-macros (263/301)
44182026-07-15T23:02:18.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44192026-07-15T23:02:18.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44202026-07-15T23:02:18.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44212026-07-15T23:02:18.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44222026-07-15T23:02:18.775Z
44232026-07-15T23:02:18.775Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (264/301)
44242026-07-15T23:02:19.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44252026-07-15T23:02:19.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44262026-07-15T23:02:19.570Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44272026-07-15T23:02:20.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
44282026-07-15T23:02:20.513Z
44292026-07-15T23:02:20.513Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (265/301)
44302026-07-15T23:02:21.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44312026-07-15T23:02:21.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44322026-07-15T23:02:21.293Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44332026-07-15T23:02:59.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.53s
44342026-07-15T23:02:59.694Z
44352026-07-15T23:02:59.694Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (266/301)
44362026-07-15T23:02:59.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44372026-07-15T23:02:59.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44382026-07-15T23:02:59.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44392026-07-15T23:02:59.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44402026-07-15T23:02:59.922Z
44412026-07-15T23:02:59.922Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (267/301)
44422026-07-15T23:03:00.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44432026-07-15T23:03:00.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44442026-07-15T23:03:00.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44452026-07-15T23:03:00.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44462026-07-15T23:03:00.354Z
44472026-07-15T23:03:00.354Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (268/301)
44482026-07-15T23:03:00.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44492026-07-15T23:03:00.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44502026-07-15T23:03:00.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44512026-07-15T23:03:00.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44522026-07-15T23:03:00.951Z
44532026-07-15T23:03:00.951Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (269/301)
44542026-07-15T23:03:01.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44552026-07-15T23:03:01.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44562026-07-15T23:03:01.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44572026-07-15T23:03:01.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44582026-07-15T23:03:01.566Z
44592026-07-15T23:03:01.566Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (270/301)
44602026-07-15T23:03:02.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44612026-07-15T23:03:02.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44622026-07-15T23:03:02.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44632026-07-15T23:03:02.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44642026-07-15T23:03:02.185Z
44652026-07-15T23:03:02.185Zinfo: running `cargo check --bins` on nexus-mgs-updates (271/301)
44662026-07-15T23:03:02.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-07-15T23:03:02.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-07-15T23:03:02.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44692026-07-15T23:03:02.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44702026-07-15T23:03:02.796Z
44712026-07-15T23:03:02.796Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (272/301)
44722026-07-15T23:03:03.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44732026-07-15T23:03:03.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44742026-07-15T23:03:03.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44752026-07-15T23:03:03.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44762026-07-15T23:03:03.372Z
44772026-07-15T23:03:03.372Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (273/301)
44782026-07-15T23:03:03.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44792026-07-15T23:03:03.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44802026-07-15T23:03:03.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44812026-07-15T23:03:03.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44822026-07-15T23:03:03.977Z
44832026-07-15T23:03:03.977Zinfo: running `cargo check --bins` on nexus-switch-config (274/301)
44842026-07-15T23:03:04.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44852026-07-15T23:03:04.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44862026-07-15T23:03:04.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44872026-07-15T23:03:04.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44882026-07-15T23:03:04.570Z
44892026-07-15T23:03:04.570Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (275/301)
44902026-07-15T23:03:05.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-07-15T23:03:05.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-07-15T23:03:05.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44932026-07-15T23:03:05.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44942026-07-15T23:03:05.180Z
44952026-07-15T23:03:05.180Zinfo: running `cargo check --bins` on support-bundle-collection (276/301)
44962026-07-15T23:03:05.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44972026-07-15T23:03:05.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44982026-07-15T23:03:05.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44992026-07-15T23:03:05.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45002026-07-15T23:03:05.788Z
45012026-07-15T23:03:05.788Zinfo: running `cargo check --bins` on omicron-dev (277/301)
45022026-07-15T23:03:06.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45032026-07-15T23:03:06.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45042026-07-15T23:03:06.658Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45052026-07-15T23:03:06.661Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45062026-07-15T23:03:06.846Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
45072026-07-15T23:03:06.874Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
45082026-07-15T23:03:06.891Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45092026-07-15T23:03:06.903Z Checking diff v0.1.13
45102026-07-15T23:03:06.906Z Checking yansi v1.0.1
45112026-07-15T23:03:06.931Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45122026-07-15T23:03:06.988Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45132026-07-15T23:03:07.149Z Checking pretty_assertions v1.4.1
45142026-07-15T23:03:07.894Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45152026-07-15T23:03:07.952Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45162026-07-15T23:03:32.868Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45172026-07-15T23:03:32.871Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45182026-07-15T23:03:32.871Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45192026-07-15T23:03:32.871Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45202026-07-15T23:03:32.871Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45212026-07-15T23:03:32.871Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45222026-07-15T23:03:32.871Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45232026-07-15T23:03:33.656Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45242026-07-15T23:03:33.659Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45252026-07-15T23:03:34.879Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45262026-07-15T23:04:12.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
45272026-07-15T23:04:12.804Z
45282026-07-15T23:04:12.804Zinfo: running `cargo check --bins` on omicron-pins (278/301)
45292026-07-15T23:04:13.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-07-15T23:04:13.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-07-15T23:04:13.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45322026-07-15T23:04:13.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
45332026-07-15T23:04:13.336Z
45342026-07-15T23:04:13.336Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (279/301)
45352026-07-15T23:04:13.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-07-15T23:04:13.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-07-15T23:04:14.074Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45382026-07-15T23:04:14.189Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45392026-07-15T23:04:14.203Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45402026-07-15T23:04:41.333Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45412026-07-15T23:04:41.626Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45422026-07-15T23:04:43.354Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45432026-07-15T23:04:43.801Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45442026-07-15T23:04:46.917Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45452026-07-15T23:05:10.673Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45462026-07-15T23:05:11.362Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45472026-07-15T23:05:12.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.62s
45482026-07-15T23:05:13.162Z
45492026-07-15T23:05:13.162Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (280/301)
45502026-07-15T23:05:13.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45512026-07-15T23:05:13.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45522026-07-15T23:05:13.838Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45532026-07-15T23:05:14.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45542026-07-15T23:05:14.698Z
45552026-07-15T23:05:14.698Zinfo: running `cargo check --bins` on omicron-releng (281/301)
45562026-07-15T23:05:15.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45572026-07-15T23:05:15.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45582026-07-15T23:05:15.301Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45592026-07-15T23:05:15.301Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45602026-07-15T23:05:15.301Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45612026-07-15T23:05:15.371Z Checking shell-words v1.1.1
45622026-07-15T23:05:15.372Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45632026-07-15T23:05:15.972Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45642026-07-15T23:05:16.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s
45652026-07-15T23:05:17.077Z
45662026-07-15T23:05:17.077Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (282/301)
45672026-07-15T23:05:17.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45682026-07-15T23:05:17.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45692026-07-15T23:05:17.662Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45702026-07-15T23:05:17.986Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45712026-07-15T23:05:18.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
45722026-07-15T23:05:18.542Z
45732026-07-15T23:05:18.543Zinfo: running `cargo check --bins` on schema (283/301)
45742026-07-15T23:05:19.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45752026-07-15T23:05:19.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45762026-07-15T23:05:19.214Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45772026-07-15T23:05:19.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45782026-07-15T23:05:20.086Z
45792026-07-15T23:05:20.086Zinfo: running `cargo check --bins` on xtask (284/301)
45802026-07-15T23:05:20.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45812026-07-15T23:05:20.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45822026-07-15T23:05:20.491Z Checking serde_core v1.0.228
45832026-07-15T23:05:20.491Z Checking libc v0.2.185
45842026-07-15T23:05:20.496Z Checking bitflags v2.11.0
45852026-07-15T23:05:20.558Z Checking scroll v0.12.0
45862026-07-15T23:05:20.564Z Checking thiserror v1.0.69
45872026-07-15T23:05:20.564Z Checking log v0.4.29
45882026-07-15T23:05:20.586Z Checking zerocopy v0.7.35
45892026-07-15T23:05:20.591Z Checking indexmap v2.14.0
45902026-07-15T23:05:20.657Z Checking syn v2.0.117
45912026-07-15T23:05:20.695Z Checking dtrace-parser v0.2.0
45922026-07-15T23:05:20.717Z Checking once_cell v1.21.3
45932026-07-15T23:05:20.804Z Checking goblin v0.8.2
45942026-07-15T23:05:20.864Z Checking errno v0.3.14
45952026-07-15T23:05:20.896Z Checking thread-id v4.2.2
45962026-07-15T23:05:20.931Z Checking getrandom v0.4.1
45972026-07-15T23:05:20.957Z Checking rustix v1.1.3
45982026-07-15T23:05:20.975Z Checking memmap v0.7.0
45992026-07-15T23:05:21.050Z Checking thiserror v2.0.18
46002026-07-15T23:05:21.083Z Checking fs-err v3.3.0
46012026-07-15T23:05:21.091Z Checking tabled v0.15.0
46022026-07-15T23:05:21.124Z Checking anyhow v1.0.102
46032026-07-15T23:05:21.732Z Checking terminal_size v0.4.3
46042026-07-15T23:05:21.732Z Checking tempfile v3.25.0
46052026-07-15T23:05:21.848Z Checking clap_builder v4.6.0
46062026-07-15T23:05:21.848Z Checking textwrap v0.16.2
46072026-07-15T23:05:22.015Z Checking serde v1.0.228
46082026-07-15T23:05:22.025Z Checking serde_json v1.0.150
46092026-07-15T23:05:22.025Z Checking camino v1.2.2
46102026-07-15T23:05:22.040Z Checking semver v1.0.28
46112026-07-15T23:05:22.193Z Checking cargo-platform v0.3.2
46122026-07-15T23:05:22.262Z Checking camino-tempfile v1.4.1
46132026-07-15T23:05:22.417Z Checking toml_datetime v0.6.11
46142026-07-15T23:05:22.417Z Checking serde_spanned v0.6.9
46152026-07-15T23:05:22.422Z Checking macaddr v1.0.1
46162026-07-15T23:05:22.422Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46172026-07-15T23:05:22.596Z Checking toml_edit v0.22.27
46182026-07-15T23:05:22.613Z Checking cargo_metadata v0.23.1
46192026-07-15T23:05:22.651Z Checking dof v0.3.0
46202026-07-15T23:05:22.909Z Checking usdt-impl v0.5.0
46212026-07-15T23:05:23.028Z Checking clap v4.6.1
46222026-07-15T23:05:23.171Z Checking usdt v0.5.0
46232026-07-15T23:05:23.572Z Checking toml v0.8.23
46242026-07-15T23:05:23.834Z Checking cargo_toml v0.21.0
46252026-07-15T23:05:24.652Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46262026-07-15T23:05:24.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.77s
46272026-07-15T23:05:24.962Z
46282026-07-15T23:05:24.962Zinfo: running `cargo check --bins` on dnsadm (285/301)
46292026-07-15T23:05:25.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46302026-07-15T23:05:25.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46312026-07-15T23:05:25.550Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46322026-07-15T23:05:26.030Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46332026-07-15T23:05:26.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
46342026-07-15T23:05:26.574Z
46352026-07-15T23:05:26.574Zinfo: running `cargo check --bins` on end-to-end-tests (286/301)
46362026-07-15T23:05:27.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46372026-07-15T23:05:27.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46382026-07-15T23:05:27.364Z Checking cpubits v0.1.1
46392026-07-15T23:05:27.480Z Checking pem-rfc7468 v1.0.0
46402026-07-15T23:05:27.522Z Checking hmac v0.13.0
46412026-07-15T23:05:27.523Z Checking universal-hash v0.6.1
46422026-07-15T23:05:27.558Z Checking ctr v0.10.1
46432026-07-15T23:05:27.558Z Checking aead v0.6.1
46442026-07-15T23:05:27.558Z Checking sha2 v0.11.0
46452026-07-15T23:05:27.586Z Checking cbc v0.2.1
46462026-07-15T23:05:27.637Z Checking aes v0.9.1
46472026-07-15T23:05:27.693Z Checking polyval v0.7.1
46482026-07-15T23:05:27.693Z Checking crypto-bigint v0.7.5
46492026-07-15T23:05:27.709Z Checking der v0.8.0
46502026-07-15T23:05:27.709Z Checking pbkdf2 v0.13.0
46512026-07-15T23:05:27.709Z Checking salsa20 v0.11.0
46522026-07-15T23:05:27.751Z Checking ff v0.14.0
46532026-07-15T23:05:27.879Z Checking ghash v0.6.0
46542026-07-15T23:05:27.904Z Checking signature v3.0.0
46552026-07-15T23:05:27.935Z Checking base16ct v1.0.0
46562026-07-15T23:05:27.985Z Checking group v0.14.0
46572026-07-15T23:05:28.020Z Checking hkdf v0.13.0
46582026-07-15T23:05:28.075Z Checking aes-gcm v0.11.0
46592026-07-15T23:05:28.093Z Checking rfc6979 v0.5.0
46602026-07-15T23:05:28.093Z Compiling curve25519-dalek v5.0.0-rc.0
46612026-07-15T23:05:28.125Z Checking poly1305 v0.9.0
46622026-07-15T23:05:28.157Z Checking blowfish v0.10.0
46632026-07-15T23:05:28.197Z Checking blake2 v0.11.0-rc.6
46642026-07-15T23:05:28.236Z Checking keccak v0.2.0
46652026-07-15T23:05:28.243Z Checking scrypt v0.12.0
46662026-07-15T23:05:28.273Z Checking fiat-crypto v0.3.0
46672026-07-15T23:05:28.468Z Checking bcrypt-pbkdf v0.11.0
46682026-07-15T23:05:28.494Z Checking sha3 v0.11.0
46692026-07-15T23:05:28.494Z Checking kem v0.3.0
46702026-07-15T23:05:28.494Z Checking argon2 v0.6.0-rc.8
46712026-07-15T23:05:28.556Z Checking module-lattice v0.2.3
46722026-07-15T23:05:28.578Z Checking spki v0.8.0
46732026-07-15T23:05:28.578Z Checking sec1 v0.8.1
46742026-07-15T23:05:28.731Z Checking pkcs5 v0.8.1
46752026-07-15T23:05:28.731Z Checking pkcs1 v0.8.0-rc.4
46762026-07-15T23:05:28.767Z Checking ml-kem v0.3.2
46772026-07-15T23:05:28.775Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46782026-07-15T23:05:28.802Z Checking internal-russh-num-bigint v0.5.0
46792026-07-15T23:05:28.957Z Checking num-bigint v0.4.6
46802026-07-15T23:05:28.996Z Checking generic-array v1.4.3
46812026-07-15T23:05:29.035Z Checking pkcs8 v0.11.0
46822026-07-15T23:05:29.267Z Checking ed25519 v3.0.0
46832026-07-15T23:05:29.370Z Compiling enum_dispatch v0.3.13
46842026-07-15T23:05:29.422Z Checking russh-util v0.52.0
46852026-07-15T23:05:29.450Z Checking ed25519-dalek v3.0.0-rc.0
46862026-07-15T23:05:29.526Z Compiling delegate v0.13.5
46872026-07-15T23:05:29.550Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46882026-07-15T23:05:29.678Z Checking md5 v0.8.0
46892026-07-15T23:05:29.721Z Checking hex-literal v1.1.0
46902026-07-15T23:05:29.820Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46912026-07-15T23:05:29.835Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46922026-07-15T23:05:29.884Z Checking socket2 v0.5.10
46932026-07-15T23:05:29.913Z Checking elliptic-curve v0.14.0-rc.33
46942026-07-15T23:05:29.976Z Checking primefield v0.14.0
46952026-07-15T23:05:30.024Z Checking ssh-encoding v0.3.0-rc.9
46962026-07-15T23:05:30.127Z Checking crypto-primes v0.7.2
46972026-07-15T23:05:30.188Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46982026-07-15T23:05:30.268Z Checking ssh-cipher v0.3.0-rc.9
46992026-07-15T23:05:30.361Z Checking russh-cryptovec v0.61.0
47002026-07-15T23:05:30.388Z Checking primeorder v0.14.0-rc.10
47012026-07-15T23:05:30.469Z Checking ecdsa v0.17.0-rc.18
47022026-07-15T23:05:30.481Z Checking internet-checksum v0.2.1
47032026-07-15T23:05:30.849Z Checking p256 v0.14.0-rc.10
47042026-07-15T23:05:30.850Z Checking p521 v0.14.0-rc.10
47052026-07-15T23:05:31.093Z Checking rsa v0.10.0-rc.18
47062026-07-15T23:05:33.176Z Checking p384 v0.14.0-rc.10
47072026-07-15T23:05:35.071Z Checking ssh-key v0.7.0-rc.10
47082026-07-15T23:05:35.851Z Checking russh v0.61.2
47092026-07-15T23:05:48.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.54s
47102026-07-15T23:05:48.659Z
47112026-07-15T23:05:48.660Zinfo: running `cargo check --bins` on gateway-cli (287/301)
47122026-07-15T23:05:48.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47132026-07-15T23:05:48.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47142026-07-15T23:05:49.001Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47152026-07-15T23:05:49.015Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47162026-07-15T23:05:49.022Z Checking termios v0.3.3
47172026-07-15T23:05:50.236Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47182026-07-15T23:05:50.381Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
47192026-07-15T23:05:52.118Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47202026-07-15T23:05:52.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s
47212026-07-15T23:05:52.850Z
47222026-07-15T23:05:52.851Zinfo: running `cargo check --bins --no-default-features` on installinator (288/301)
47232026-07-15T23:05:53.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47242026-07-15T23:05:53.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47252026-07-15T23:05:53.513Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47262026-07-15T23:05:53.517Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47272026-07-15T23:05:53.633Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47282026-07-15T23:05:53.637Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47292026-07-15T23:05:53.644Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47302026-07-15T23:05:53.647Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47312026-07-15T23:05:54.396Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47322026-07-15T23:05:54.725Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47332026-07-15T23:05:54.725Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47342026-07-15T23:05:55.372Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47352026-07-15T23:05:57.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
47362026-07-15T23:05:57.185Z
47372026-07-15T23:05:57.185Zinfo: running `cargo check --bins` on internal-dns-cli (289/301)
47382026-07-15T23:05:57.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47392026-07-15T23:05:57.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47402026-07-15T23:05:57.775Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47412026-07-15T23:05:58.217Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47422026-07-15T23:05:58.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
47432026-07-15T23:05:58.690Z
47442026-07-15T23:05:58.690Zinfo: running `cargo check --bins` on omicron-live-tests (290/301)
47452026-07-15T23:05:59.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47462026-07-15T23:05:59.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47472026-07-15T23:05:59.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47482026-07-15T23:05:59.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47492026-07-15T23:05:59.211Z
47502026-07-15T23:05:59.211Zinfo: running `cargo check --bins` on live-tests-macros (291/301)
47512026-07-15T23:05:59.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47522026-07-15T23:05:59.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47532026-07-15T23:05:59.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47542026-07-15T23:05:59.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47552026-07-15T23:05:59.736Z
47562026-07-15T23:05:59.736Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (292/301)
47572026-07-15T23:06:00.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47582026-07-15T23:06:00.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47592026-07-15T23:06:00.441Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47602026-07-15T23:06:01.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
47612026-07-15T23:06:01.210Z
47622026-07-15T23:06:01.210Zinfo: running `cargo check --bins` on omicron-ntp-admin (293/301)
47632026-07-15T23:06:01.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47642026-07-15T23:06:01.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47652026-07-15T23:06:01.808Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47662026-07-15T23:06:01.813Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47672026-07-15T23:06:02.088Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47682026-07-15T23:06:02.093Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47692026-07-15T23:06:02.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
47702026-07-15T23:06:03.029Z
47712026-07-15T23:06:03.029Zinfo: running `cargo check --bins` on ntp-admin-types (294/301)
47722026-07-15T23:06:03.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47732026-07-15T23:06:03.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47742026-07-15T23:06:03.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47752026-07-15T23:06:03.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47762026-07-15T23:06:03.559Z
47772026-07-15T23:06:03.559Zinfo: running `cargo check --bins` on omicron-package (295/301)
47782026-07-15T23:06:04.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47792026-07-15T23:06:04.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47802026-07-15T23:06:04.193Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47812026-07-15T23:06:05.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
47822026-07-15T23:06:05.417Z
47832026-07-15T23:06:05.417Zinfo: running `cargo check --bins` on tqdb (296/301)
47842026-07-15T23:06:05.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47852026-07-15T23:06:05.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47862026-07-15T23:06:06.150Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47872026-07-15T23:06:06.495Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47882026-07-15T23:06:07.002Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47892026-07-15T23:06:07.002Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47902026-07-15T23:06:13.171Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47912026-07-15T23:06:13.175Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47922026-07-15T23:06:13.740Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47932026-07-15T23:06:13.740Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47942026-07-15T23:06:13.744Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47952026-07-15T23:06:13.744Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47962026-07-15T23:06:14.505Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47972026-07-15T23:06:15.532Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47982026-07-15T23:06:16.403Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47992026-07-15T23:06:16.950Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48002026-07-15T23:06:21.847Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48012026-07-15T23:06:29.029Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48022026-07-15T23:06:29.029Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48032026-07-15T23:06:29.132Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48042026-07-15T23:06:29.132Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48052026-07-15T23:06:30.022Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48062026-07-15T23:06:31.346Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48072026-07-15T23:06:32.008Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48082026-07-15T23:06:33.231Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48092026-07-15T23:06:33.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.34s
48102026-07-15T23:06:33.963Z
48112026-07-15T23:06:33.963Zinfo: running `cargo check --bins` on wicket-dbg (297/301)
48122026-07-15T23:06:34.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48132026-07-15T23:06:34.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48142026-07-15T23:06:34.641Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
48152026-07-15T23:06:34.747Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48162026-07-15T23:06:34.755Z Checking rtoolbox v0.0.3
48172026-07-15T23:06:34.762Z Checking tui-tree-widget v0.23.1
48182026-07-15T23:06:34.856Z Checking rpassword v7.4.0
48192026-07-15T23:06:35.243Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
48202026-07-15T23:06:35.418Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48212026-07-15T23:06:36.370Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48222026-07-15T23:06:39.561Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48232026-07-15T23:06:41.467Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48242026-07-15T23:06:42.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.35s
48252026-07-15T23:06:42.521Z
48262026-07-15T23:06:42.521Zinfo: running `cargo check --bins` on wicket (298/301)
48272026-07-15T23:06:42.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48282026-07-15T23:06:43.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48292026-07-15T23:06:43.168Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48302026-07-15T23:06:43.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
48312026-07-15T23:06:43.685Z
48322026-07-15T23:06:43.685Zinfo: running `cargo check --bins` on wicketd (299/301)
48332026-07-15T23:06:44.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48342026-07-15T23:06:44.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48352026-07-15T23:06:44.374Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48362026-07-15T23:06:44.404Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48372026-07-15T23:06:44.480Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48382026-07-15T23:06:44.486Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
48392026-07-15T23:06:45.258Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48402026-07-15T23:06:45.798Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48412026-07-15T23:06:48.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.13s
48422026-07-15T23:06:49.023Z
48432026-07-15T23:06:49.023Zinfo: running `cargo check --bins` on omicron-workspace-hack (300/301)
48442026-07-15T23:06:49.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48452026-07-15T23:06:49.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48462026-07-15T23:06:49.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48472026-07-15T23:06:49.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
48482026-07-15T23:06:49.567Z
48492026-07-15T23:06:49.567Zinfo: running `cargo check --bins` on zone-setup (301/301)
48502026-07-15T23:06:50.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48512026-07-15T23:06:50.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48522026-07-15T23:06:50.177Z Checking uzers v0.12.2
48532026-07-15T23:06:50.442Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48542026-07-15T23:06:51.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
48552026-07-15T23:06:51.369Z
48562026-07-15T23:06:51.369Zreal 14:01.201009880
48572026-07-15T23:06:51.369Zuser 21:19.039233232
48582026-07-15T23:06:51.369Zsys 4:17.733293935
48592026-07-15T23:06:51.369Ztrap 0.331251813
48602026-07-15T23:06:51.369Ztflt 0.861300025
48612026-07-15T23:06:51.369Zdflt 1.087876988
48622026-07-15T23:06:51.369Zkflt 0.004987313
48632026-07-15T23:06:51.369Zlock 1:19:52.017967489
48642026-07-15T23:06:51.369Zslp 1:41:37.644387224
48652026-07-15T23:06:51.369Zlat 1:02.326819864
48662026-07-15T23:06:51.369Zstop 3:46.782667840
48672026-07-15T23:06:51.378Zprocess exited: duration 966014 ms, exit code 0
 
48682026-07-15T23:06:51.441Zfound 0 output files