01KS4YE1FHJK1PDTHPCQABGBCA: 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: 01KS4YEDZBCS9XVM7S6YY1RSZM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-21T09:40:06.522Zjob assigned to worker 01KS4YEPZGK8M7N4B6D6XSGE2S [factory aws, i-0a147f9c83da477e8] (queued for 56 s)
 
22026-05-21T09:40:13.498Zstarting task 0: "setup"
32026-05-21T09:40:13.504Z++ uname -s
42026-05-21T09:40:13.509Z+ kern=SunOS
52026-05-21T09:40:13.509Z+ build_user=build
62026-05-21T09:40:13.509Z+ build_uid=12345
72026-05-21T09:40:13.509Z+ work_dir=/work
82026-05-21T09:40:13.509Z+ input_dir=/input
92026-05-21T09:40:13.509Z+ [[ 0 == 12345 ]]
102026-05-21T09:40:13.509Z+ case "$kern" in
112026-05-21T09:40:13.509Z+ groupadd -g 12345 build
122026-05-21T09:40:13.509Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-21T09:40:15.512Z+ zfs create -o mountpoint=/work rpool/work
142026-05-21T09:40:15.627Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-21T09:40:15.630Z+ home_fs=zfs
162026-05-21T09:40:15.630Z+ [[ zfs == autofs ]]
172026-05-21T09:40:15.630Z+ mkdir -p /home/build
182026-05-21T09:40:15.630Z+ chown build:build /home/build /work
192026-05-21T09:40:17.631Z+ chmod 0700 /home/build /work
202026-05-21T09:40:17.634Zprocess exited: duration 4134 ms, exit code 0
 
212026-05-21T09:40:17.642Zstarting task 1: "rust-toolchain"
222026-05-21T09:40:17.645Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-21T09:40:17.645Z * rust toolchain channel = "1.94.0"
242026-05-21T09:40:17.645Z * rust toolchain profile = "default"
252026-05-21T09:40:17.645Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-21T09:40:17.645Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-21T09:40:17.645Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-21T09:40:17.645Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-21T09:40:17.649Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-21T09:40:17.745Zinfo: downloading installer
312026-05-21T09:40:19.110Zwarn: It looks like you have an existing rustup settings file at:
322026-05-21T09:40:19.110Zwarn: /home/build/.rustup/settings.toml
332026-05-21T09:40:19.110Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-21T09:40:19.110Zwarn: instead of the one inferred from the default host triple.
352026-05-21T09:40:19.122Zinfo: profile set to default
362026-05-21T09:40:19.122Zinfo: default host triple is x86_64-unknown-illumos
372026-05-21T09:40:19.126Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-21T09:40:19.257Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-21T09:40:19.260Zinfo: downloading 6 components
402026-05-21T09:40:33.827Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-21T09:40:33.827Z
422026-05-21T09:40:33.852Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-21T09:40:33.852Z
442026-05-21T09:40:33.853Z
452026-05-21T09:40:33.853ZRust is installed now. Great!
462026-05-21T09:40:33.853Z
472026-05-21T09:40:33.857ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-21T09:40:33.857Zenvironment variable. This has not been done automatically.
492026-05-21T09:40:33.857Z
502026-05-21T09:40:33.857ZTo configure your current shell, you need to source
512026-05-21T09:40:33.857Zthe corresponding env file under $HOME/.cargo.
522026-05-21T09:40:33.857Z
532026-05-21T09:40:33.857ZThis is usually done by running one of the following (note the leading DOT):
542026-05-21T09:40:33.857Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-21T09:40:33.857Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-21T09:40:33.857Zsource "~/.cargo/env.nu" # For nushell
572026-05-21T09:40:33.857Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-21T09:40:33.857Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-21T09:40:33.858Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-21T09:40:33.858Zwarn: no default linker (`cc`) was found in your PATH
612026-05-21T09:40:33.858Zwarn: many Rust crates require a system C toolchain to build
622026-05-21T09:40:33.945Z+ rustup --version
632026-05-21T09:40:33.954Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-21T09:40:33.957Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-21T09:40:33.975Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-21T09:40:33.979Z+ cargo --version
672026-05-21T09:40:33.992Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-21T09:40:33.995Z+ rustc --version
692026-05-21T09:40:34.014Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-21T09:40:34.017Zprocess exited: duration 16375 ms, exit code 0
 
712026-05-21T09:40:34.024Zstarting task 2: "authentication"
722026-05-21T09:40:34.041Zprocess exited: duration 16 ms, exit code 0
 
732026-05-21T09:40:34.048Zstarting task 3: "clone repository"
742026-05-21T09:40:34.051Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-21T09:40:34.055Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-21T09:40:34.092ZCloning into '/work/oxidecomputer/omicron'...
772026-05-21T09:40:44.393Z+ cd /work/oxidecomputer/omicron
782026-05-21T09:40:44.393Z+ git fetch origin 426815c4f1445ee5d50bc0ca295596bde86679c6
792026-05-21T09:40:44.901ZFrom https://github.com/oxidecomputer/omicron
802026-05-21T09:40:44.901Z * branch 426815c4f1445ee5d50bc0ca295596bde86679c6 -> FETCH_HEAD
812026-05-21T09:40:44.911Z+ [[ -n '' ]]
822026-05-21T09:40:44.911Z+ git reset --hard 426815c4f1445ee5d50bc0ca295596bde86679c6
832026-05-21T09:40:45.151ZHEAD is now at 426815c4f add some comments
842026-05-21T09:40:45.155Zprocess exited: duration 11106 ms, exit code 0
 
852026-05-21T09:40:45.161Zstarting task 4: "build"
862026-05-21T09:40:45.165Z+ source .github/buildomat/ci-env.sh
872026-05-21T09:40:45.165Z++ export CARGO_TERM_COLOR=always
882026-05-21T09:40:45.165Z++ CARGO_TERM_COLOR=always
892026-05-21T09:40:45.169Z+ cargo --version
902026-05-21T09:40:45.176Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-05-21T09:40:45.180Z+ rustc --version
922026-05-21T09:40:45.198Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-05-21T09:40:45.201Z+ source ./env.sh
942026-05-21T09:40:45.201Z++ OLD_SHELL_OPTS=ehxB
952026-05-21T09:40:45.201Z++ set -o xtrace
962026-05-21T09:40:45.204Z++++ dirname ./env.sh
972026-05-21T09:40:45.204Z+++ readlink -f .
982026-05-21T09:40:45.207Z++ OMICRON_WS=/work/oxidecomputer/omicron
992026-05-21T09:40:45.207Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-05-21T09:40:45.207Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-05-21T09:40:45.207Z++ 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
1022026-05-21T09:40:45.207Z++ 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
1032026-05-21T09:40:45.207Z++ 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
1042026-05-21T09:40:45.207Z++ 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
1052026-05-21T09:40:45.208Z++ 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
1062026-05-21T09:40:45.208Z++ 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
1072026-05-21T09:40:45.208Z++ case $OLD_SHELL_OPTS in
1082026-05-21T09:40:45.208Z++ unset OLD_SHELL_OPTS OMICRON_WS
1092026-05-21T09:40:45.208Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1102026-05-21T09:40:45.208Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1112026-05-21T09:40:45.208Z+ banner prerequisites
1122026-05-21T09:40:45.211Z
1132026-05-21T09:40:45.211Z ##### ##### ###### ##### ###### #### # # # #### #
1142026-05-21T09:40:45.211Z # # # # # # # # # # # # # # #
1152026-05-21T09:40:45.211Z # # # # ##### # # ##### # # # # # #### #
1162026-05-21T09:40:45.211Z ##### ##### # ##### # # # # # # # # #
1172026-05-21T09:40:45.211Z # # # # # # # # # # # # # # #
1182026-05-21T09:40:45.211Z # # # ###### # # ###### ### # #### # #### #
1192026-05-21T09:40:45.211Z
1202026-05-21T09:40:45.211Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1212026-05-21T09:40:46.602Z Startup: Refreshing catalog 'helios' ... Done
1222026-05-21T09:40:46.659Z Startup: Caching catalogs ... Done
1232026-05-21T09:40:46.863ZPlanning: Solver setup ... Done (0.172s)
1242026-05-21T09:40:46.880ZPlanning: Running solver ... Done (0.017s)
1252026-05-21T09:40:46.885ZPlanning: Finding local manifests ... Done (0.003s)
1262026-05-21T09:40:46.896ZPlanning: Fetching manifests: 0/2 0% complete
1272026-05-21T09:40:46.912ZPlanning: Fetching manifests: 2/2 100% complete
1282026-05-21T09:40:46.925ZPlanning: Package planning ... Done (0.013s)
1292026-05-21T09:40:46.928ZPlanning: Merging actions ... Done (0.001s)
1302026-05-21T09:40:47.120ZPlanning: Checking for conflicting actions ... Done (0.194s)
1312026-05-21T09:40:47.124ZPlanning: Consolidating action changes ... Done (0.001s)
1322026-05-21T09:40:47.923ZPlanning: Evaluating mediators ... Done (0.802s)
1332026-05-21T09:40:47.927ZPlanning: Planning completed in 1.25 seconds
1342026-05-21T09:40:47.932Z Packages to install: 2
1352026-05-21T09:40:47.936Z Estimated space available: 156.07 GB
1362026-05-21T09:40:47.936ZEstimated space to be consumed: 19.75 MB
1372026-05-21T09:40:47.936Z Create boot environment: No
1382026-05-21T09:40:47.936ZCreate backup boot environment: No
1392026-05-21T09:40:47.936Z Rebuild boot archive: No
1402026-05-21T09:40:47.936Z
1412026-05-21T09:40:47.936ZChanged packages:
1422026-05-21T09:40:47.936Zhelios
1432026-05-21T09:40:47.936Z developer/build-essential
1442026-05-21T09:40:47.936Z None -> 11-3.0
1452026-05-21T09:40:47.936Z library/libxmlsec1
1462026-05-21T09:40:47.936Z None -> 1.2.35-3.0
1472026-05-21T09:40:47.957Z
1482026-05-21T09:40:47.958ZDownload: 0/214 items 0.0/1.3MB 0% complete
1492026-05-21T09:40:48.561ZDownload: Completed 1.28 MB in 0.60 seconds (2.1M/s)
1502026-05-21T09:40:48.619Z Actions: 1/268 actions (Installing new actions)
1512026-05-21T09:40:48.658Z Actions: Completed 268 actions in 0.04 seconds.
1522026-05-21T09:40:48.663ZFinalize: Updating package state database ... Done (0.006s)
1532026-05-21T09:40:48.666ZFinalize: Updating package cache ... Done (0.000s)
1542026-05-21T09:40:48.681ZFinalize: Updating image state ... Done (0.016s)
1552026-05-21T09:40:51.057ZFinalize: Creating fast lookup database ... Done (2.356s)
1562026-05-21T09:40:51.124ZFinalize: Reading search index ... Done (0.012s)
1572026-05-21T09:40:51.127ZFinalize: Updating search index ... Done (0.000s)
1582026-05-21T09:40:51.225ZFinalize: Updating package cache ... Done (0.000s)
1592026-05-21T09:40:51.517ZPlanning: Evaluating mediator changes ... Done
1602026-05-21T09:40:51.624ZPlanning: Checking for conflicting actions ... Done
1612026-05-21T09:40:51.627ZPlanning: Consolidating action changes ... Done
1622026-05-21T09:40:51.782ZPlanning: Evaluating mediators ... Done
1632026-05-21T09:40:51.786ZPlanning: Planning completed in 0.26 seconds
1642026-05-21T09:40:51.805Z Mediators to change: 2
1652026-05-21T09:40:51.805Z Create boot environment: No
1662026-05-21T09:40:51.805ZCreate backup boot environment: No
1672026-05-21T09:40:51.896ZFinalize: Updating package state database ... Done
1682026-05-21T09:40:51.896ZFinalize: Updating package cache ... Done
1692026-05-21T09:40:51.905ZFinalize: Updating image state ... Done
1702026-05-21T09:40:53.870ZFinalize: Creating fast lookup database ... Done
1712026-05-21T09:40:53.933ZFinalize: Reading search index ... Done
1722026-05-21T09:40:53.936ZFinalize: Updating search index ... Done
1732026-05-21T09:40:54.025ZFinalize: Updating package cache ... Done
1742026-05-21T09:40:54.308ZPlanning: Evaluating mediator changes ... Done
1752026-05-21T09:40:54.412ZPlanning: Checking for conflicting actions ... Done
1762026-05-21T09:40:54.415ZPlanning: Consolidating action changes ... Done
1772026-05-21T09:40:54.568ZPlanning: Evaluating mediators ... Done
1782026-05-21T09:40:54.572ZPlanning: Planning completed in 0.26 seconds
1792026-05-21T09:40:54.593Z Mediators to change: 1
1802026-05-21T09:40:54.593Z Create boot environment: No
1812026-05-21T09:40:54.596ZCreate backup boot environment: No
1822026-05-21T09:40:54.645ZFinalize: Updating package state database ... Done
1832026-05-21T09:40:54.645ZFinalize: Updating package cache ... Done
1842026-05-21T09:40:54.653ZFinalize: Updating image state ... Done
1852026-05-21T09:40:56.623ZFinalize: Creating fast lookup database ... Done
1862026-05-21T09:40:56.691ZFinalize: Reading search index ... Done
1872026-05-21T09:40:56.695ZFinalize: Updating search index ... Done
1882026-05-21T09:40:56.759ZFinalize: Updating package cache ... Done
1892026-05-21T09:40:57.070ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1902026-05-21T09:40:57.070Zapache system 2.4 system
1912026-05-21T09:40:57.070Zclang system 15 system
1922026-05-21T09:40:57.070Zcsh system system illumos
1932026-05-21T09:40:57.070Zctags system system illumos
1942026-05-21T09:40:57.070Zfile vendor vendor darwinsys
1952026-05-21T09:40:57.070Zfile system system illumos
1962026-05-21T09:40:57.070Zgcc vendor 14 vendor
1972026-05-21T09:40:57.070Zgcc system 13 system
1982026-05-21T09:40:57.070Zgcc system 10 system
1992026-05-21T09:40:57.070Zgo system 1.25 system
2002026-05-21T09:40:57.070Zllvm system 15 system
2012026-05-21T09:40:57.070Zmariadb system 11.4 system
2022026-05-21T09:40:57.070Zmta vendor vendor dma
2032026-05-21T09:40:57.070Zopenjdk system 17 system
2042026-05-21T09:40:57.070Zopenjdk system 11 system
2052026-05-21T09:40:57.070Zopenssl vendor 3 vendor
2062026-05-21T09:40:57.070Zperl system 5.40 system
2072026-05-21T09:40:57.070Zpostgresql system 18 system
2082026-05-21T09:40:57.070Zpostgresql system 17 system
2092026-05-21T09:40:57.070Zpython vendor 3 vendor
2102026-05-21T09:40:57.070Zpython system 2 system
2112026-05-21T09:40:57.071Zpython3 vendor 3.13 vendor
2122026-05-21T09:40:57.071Zruby system 3.4 system
2132026-05-21T09:40:57.071Zruby system 3.0 system
2142026-05-21T09:40:57.071Zwords vendor vendor american-english
2152026-05-21T09:40:57.071Zwords system system australian-english
2162026-05-21T09:40:57.071Zwords system system british-english
2172026-05-21T09:40:57.071Zwords system system canadian-english
2182026-05-21T09:40:57.071Zwords system system french
2192026-05-21T09:40:57.071Zwords system system italian
2202026-05-21T09:40:57.071Zwords system system ngerman
2212026-05-21T09:40:57.071Zwords system system ogerman
2222026-05-21T09:40:57.071Zwords system system spanish
2232026-05-21T09:40:57.328ZPUBLISHER TYPE STATUS P LOCATION
2242026-05-21T09:40:57.328Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2252026-05-21T09:40:57.597ZFMRI IFO
2262026-05-21T09:40:57.597Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2272026-05-21T09:40:57.597Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2282026-05-21T09:40:57.597Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2292026-05-21T09:40:57.597Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2302026-05-21T09:40:57.597Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2312026-05-21T09:40:57.597Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2322026-05-21T09:40:57.597Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2332026-05-21T09:40:57.597Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2342026-05-21T09:40:57.597Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2352026-05-21T09:40:57.830Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2362026-05-21T09:40:58.109Z Updating crates.io index
2372026-05-21T09:40:58.113Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2382026-05-21T09:40:58.627Z Updating git repository `https://github.com/oxidecomputer/lldp`
2392026-05-21T09:40:58.934Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2402026-05-21T09:40:59.510Z Updating git repository `https://github.com/oxidecomputer/propolis`
2412026-05-21T09:41:00.279Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2422026-05-21T09:41:00.766Z Updating git repository `https://github.com/oxidecomputer/crucible`
2432026-05-21T09:41:02.095Z Updating git repository `https://github.com/oxidecomputer/opte`
2442026-05-21T09:41:02.935Z Updating git repository `https://github.com/oxidecomputer/tofino`
2452026-05-21T09:41:03.238Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2462026-05-21T09:41:04.127Z Updating git repository `https://github.com/oxidecomputer/clickward`
2472026-05-21T09:41:04.501Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2482026-05-21T09:41:04.861Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2492026-05-21T09:41:05.246Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2502026-05-21T09:41:06.174Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2512026-05-21T09:41:06.656Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2522026-05-21T09:41:06.993Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-05-21T09:41:07.273Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2542026-05-21T09:41:07.683Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2552026-05-21T09:41:07.993Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2562026-05-21T09:41:08.329Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2572026-05-21T09:41:08.564Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2582026-05-21T09:41:08.798Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-05-21T09:41:09.171Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2602026-05-21T09:41:09.526Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2612026-05-21T09:41:10.252Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2622026-05-21T09:41:10.503Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2632026-05-21T09:41:10.803Z Updating git repository `https://github.com/oxidecomputer/ispf`
2642026-05-21T09:41:11.609Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2652026-05-21T09:41:12.254Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-05-21T09:41:12.824Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2672026-05-21T09:41:13.261Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2682026-05-21T09:41:13.707Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2692026-05-21T09:41:14.012Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2702026-05-21T09:41:14.336Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2712026-05-21T09:41:14.828Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2722026-05-21T09:41:15.090Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2732026-05-21T09:41:15.378Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2742026-05-21T09:41:15.688Z Updating git repository `https://github.com/illumos/smf-rs`
2752026-05-21T09:41:16.067Z Updating git repository `https://github.com/oxidecomputer/omicron`
2762026-05-21T09:41:27.810Z Downloading crates ...
2772026-05-21T09:41:27.862Z Downloaded anstream v0.6.21
2782026-05-21T09:41:27.870Z Downloaded cargo-platform v0.2.0
2792026-05-21T09:41:27.877Z Downloaded textwrap v0.16.2
2802026-05-21T09:41:27.880Z Downloaded heck v0.4.1
2812026-05-21T09:41:27.883Z Downloaded fnv v1.0.7
2822026-05-21T09:41:27.883Z Downloaded utf8parse v0.2.2
2832026-05-21T09:41:27.886Z Downloaded yoke-derive v0.8.1
2842026-05-21T09:41:27.886Z Downloaded proc-macro-error-attr v1.0.4
2852026-05-21T09:41:27.886Z Downloaded potential_utf v0.1.4
2862026-05-21T09:41:27.886Z Downloaded usdt-macro v0.5.0
2872026-05-21T09:41:27.890Z Downloaded anstyle-query v1.1.5
2882026-05-21T09:41:27.893Z Downloaded version_check v0.9.5
2892026-05-21T09:41:27.893Z Downloaded serde_spanned v0.6.9
2902026-05-21T09:41:27.893Z Downloaded toml_write v0.1.2
2912026-05-21T09:41:27.896Z Downloaded stable_deref_trait v1.2.1
2922026-05-21T09:41:27.899Z Downloaded typeid v1.0.3
2932026-05-21T09:41:27.899Z Downloaded utf8_iter v1.0.4
2942026-05-21T09:41:27.899Z Downloaded thread-id v4.2.2
2952026-05-21T09:41:27.899Z Downloaded zerofrom-derive v0.1.6
2962026-05-21T09:41:27.906Z Downloaded fs-err v3.3.0
2972026-05-21T09:41:27.906Z Downloaded cargo_metadata v0.21.0
2982026-05-21T09:41:27.906Z Downloaded autocfg v1.5.0
2992026-05-21T09:41:27.906Z Downloaded errno v0.3.14
3002026-05-21T09:41:27.906Z Downloaded bytecount v0.6.9
3012026-05-21T09:41:27.906Z Downloaded unicode-linebreak v0.1.5
3022026-05-21T09:41:27.906Z Downloaded idna_adapter v1.2.1
3032026-05-21T09:41:27.906Z Downloaded zerovec-derive v0.11.2
3042026-05-21T09:41:27.910Z Downloaded cpufeatures v0.2.17
3052026-05-21T09:41:27.910Z Downloaded unicode-xid v0.2.6
3062026-05-21T09:41:27.910Z Downloaded toml_edit v0.22.27
3072026-05-21T09:41:27.910Z Downloaded clap_lex v1.0.0
3082026-05-21T09:41:27.914Z Downloaded tinystr v0.8.2
3092026-05-21T09:41:27.914Z Downloaded smawk v0.3.2
3102026-05-21T09:41:27.914Z Downloaded zerofrom v0.1.6
3112026-05-21T09:41:27.914Z Downloaded block-buffer v0.10.4
3122026-05-21T09:41:27.917Z Downloaded usdt v0.5.0
3132026-05-21T09:41:27.917Z Downloaded thiserror-impl v1.0.69
3142026-05-21T09:41:27.917Z Downloaded serde-value v0.7.0
3152026-05-21T09:41:27.917Z Downloaded usdt-attr-macro v0.5.0
3162026-05-21T09:41:27.920Z Downloaded ordered-float v2.10.1
3172026-05-21T09:41:27.923Z Downloaded writeable v0.6.2
3182026-05-21T09:41:27.923Z Downloaded thiserror v1.0.69
3192026-05-21T09:41:27.926Z Downloaded yoke v0.8.1
3202026-05-21T09:41:27.927Z Downloaded usdt-impl v0.5.0
3212026-05-21T09:41:27.927Z Downloaded pretty-hex v0.4.1
3222026-05-21T09:41:27.927Z Downloaded memmap v0.7.0
3232026-05-21T09:41:27.930Z Downloaded tabled_derive v0.7.0
3242026-05-21T09:41:27.930Z Downloaded thiserror-impl v2.0.18
3252026-05-21T09:41:27.930Z Downloaded thiserror v2.0.18
3262026-05-21T09:41:27.933Z Downloaded serde_tokenstream v0.2.3
3272026-05-21T09:41:27.933Z Downloaded is_terminal_polyfill v1.70.2
3282026-05-21T09:41:27.933Z Downloaded toml v0.8.23
3292026-05-21T09:41:27.936Z Downloaded generic-array v0.14.7
3302026-05-21T09:41:27.936Z Downloaded toml_datetime v0.6.11
3312026-05-21T09:41:27.940Z Downloaded unicode-ident v1.0.24
3322026-05-21T09:41:27.940Z Downloaded zerocopy-derive v0.7.35
3332026-05-21T09:41:27.943Z Downloaded colorchoice v1.0.4
3342026-05-21T09:41:27.943Z Downloaded strsim v0.11.1
3352026-05-21T09:41:27.946Z Downloaded ucd-trie v0.1.7
3362026-05-21T09:41:27.949Z Downloaded terminal_size v0.4.3
3372026-05-21T09:41:27.949Z Downloaded scroll_derive v0.12.1
3382026-05-21T09:41:27.949Z Downloaded zmij v1.0.21
3392026-05-21T09:41:27.952Z Downloaded form_urlencoded v1.2.2
3402026-05-21T09:41:27.952Z Downloaded heck v0.5.0
3412026-05-21T09:41:27.956Z Downloaded equivalent v1.0.2
3422026-05-21T09:41:27.959Z Downloaded swrite v0.1.0
3432026-05-21T09:41:27.962Z Downloaded dtrace-parser v0.2.0
3442026-05-21T09:41:27.962Z Downloaded percent-encoding v2.3.2
3452026-05-21T09:41:27.962Z Downloaded zerotrie v0.2.3
3462026-05-21T09:41:27.965Z Downloaded typenum v1.19.0
3472026-05-21T09:41:27.968Z Downloaded url v2.5.8
3482026-05-21T09:41:27.971Z Downloaded plain v0.2.3
3492026-05-21T09:41:27.971Z Downloaded fastrand v2.3.0
3502026-05-21T09:41:27.971Z Downloaded dof v0.3.0
3512026-05-21T09:41:27.971Z Downloaded itoa v1.0.17
3522026-05-21T09:41:27.971Z Downloaded crypto-common v0.1.7
3532026-05-21T09:41:27.975Z Downloaded macaddr v1.0.1
3542026-05-21T09:41:27.978Z Downloaded zerovec v0.11.5
3552026-05-21T09:41:27.981Z Downloaded cfg-if v1.0.4
3562026-05-21T09:41:27.986Z Downloaded anstyle v1.0.13
3572026-05-21T09:41:27.986Z Downloaded anstyle-parse v0.2.7
3582026-05-21T09:41:27.989Z Downloaded zerocopy v0.7.35
3592026-05-21T09:41:27.993Z Downloaded winnow v0.7.14
3602026-05-21T09:41:27.998Z Downloaded quote v1.0.45
3612026-05-21T09:41:28.001Z Downloaded displaydoc v0.2.5
3622026-05-21T09:41:28.004Z Downloaded unicode-width v0.2.0
3632026-05-21T09:41:28.008Z Downloaded unicode-width v0.1.14
3642026-05-21T09:41:28.011Z Downloaded byteorder v1.5.0
3652026-05-21T09:41:28.011Z Downloaded sha2 v0.10.9
3662026-05-21T09:41:28.017Z Downloaded cargo_toml v0.21.0
3672026-05-21T09:41:28.021Z Downloaded scroll v0.12.0
3682026-05-21T09:41:28.021Z Downloaded camino-tempfile v1.4.1
3692026-05-21T09:41:28.021Z Downloaded erased-serde v0.4.9
3702026-05-21T09:41:28.025Z Downloaded synstructure v0.13.2
3712026-05-21T09:41:28.028Z Downloaded serde-untagged v0.1.9
3722026-05-21T09:41:28.028Z Downloaded anyhow v1.0.102
3732026-05-21T09:41:28.031Z Downloaded proc-macro-error v1.0.4
3742026-05-21T09:41:28.035Z Downloaded semver v1.0.28
3752026-05-21T09:41:28.035Z Downloaded icu_locale_core v2.1.1
3762026-05-21T09:41:28.038Z Downloaded camino v1.2.2
3772026-05-21T09:41:28.041Z Downloaded digest v0.10.7
3782026-05-21T09:41:28.052Z Downloaded clap_derive v4.5.55
3792026-05-21T09:41:28.057Z Downloaded litemap v0.8.1
3802026-05-21T09:41:28.057Z Downloaded smallvec v1.15.1
3812026-05-21T09:41:28.057Z Downloaded cargo-util-schemas v0.8.2
3822026-05-21T09:41:28.060Z Downloaded once_cell v1.21.3
3832026-05-21T09:41:28.060Z Downloaded log v0.4.29
3842026-05-21T09:41:28.063Z Downloaded pest_generator v2.8.6
3852026-05-21T09:41:28.063Z Downloaded icu_properties v2.1.2
3862026-05-21T09:41:28.063Z Downloaded bitflags v2.11.0
3872026-05-21T09:41:28.066Z Downloaded pest_meta v2.8.6
3882026-05-21T09:41:28.073Z Downloaded num-traits v0.2.19
3892026-05-21T09:41:28.076Z Downloaded papergrid v0.11.0
3902026-05-21T09:41:28.079Z Downloaded pest_derive v2.8.6
3912026-05-21T09:41:28.082Z Downloaded serde_core v1.0.228
3922026-05-21T09:41:28.083Z Downloaded icu_provider v2.1.1
3932026-05-21T09:41:28.085Z Downloaded proc-macro2 v1.0.106
3942026-05-21T09:41:28.086Z Downloaded getrandom v0.4.1
3952026-05-21T09:41:28.089Z Downloaded icu_normalizer v2.1.1
3962026-05-21T09:41:28.093Z Downloaded serde_derive v1.0.228
3972026-05-21T09:41:28.097Z Downloaded clap v4.5.60
3982026-05-21T09:41:28.109Z Downloaded tempfile v3.25.0
3992026-05-21T09:41:28.112Z Downloaded serde v1.0.228
4002026-05-21T09:41:28.116Z Downloaded icu_collections v2.1.1
4012026-05-21T09:41:28.119Z Downloaded icu_normalizer_data v2.1.1
4022026-05-21T09:41:28.119Z Downloaded indexmap v2.14.0
4032026-05-21T09:41:28.125Z Downloaded memchr v2.8.0
4042026-05-21T09:41:28.159Z Downloaded pest v2.8.6
4052026-05-21T09:41:28.167Z Downloaded serde_json v1.0.149
4062026-05-21T09:41:28.173Z Downloaded hashbrown v0.17.0
4072026-05-21T09:41:28.176Z Downloaded idna v1.1.0
4082026-05-21T09:41:28.183Z Downloaded icu_properties_data v2.1.2
4092026-05-21T09:41:28.187Z Downloaded goblin v0.8.2
4102026-05-21T09:41:28.191Z Downloaded clap_builder v4.5.60
4112026-05-21T09:41:28.203Z Downloaded tabled v0.15.0
4122026-05-21T09:41:28.211Z Downloaded syn v1.0.109
4132026-05-21T09:41:28.218Z Downloaded syn v2.0.117
4142026-05-21T09:41:28.231Z Downloaded rustix v1.1.3
4152026-05-21T09:41:28.249Z Downloaded libc v0.2.185
4162026-05-21T09:41:28.315Z Compiling proc-macro2 v1.0.106
4172026-05-21T09:41:28.316Z Compiling quote v1.0.45
4182026-05-21T09:41:28.319Z Compiling unicode-ident v1.0.24
4192026-05-21T09:41:28.319Z Compiling serde_core v1.0.228
4202026-05-21T09:41:28.319Z Compiling libc v0.2.185
4212026-05-21T09:41:28.319Z Compiling version_check v0.9.5
4222026-05-21T09:41:28.319Z Compiling serde v1.0.228
4232026-05-21T09:41:28.319Z Compiling stable_deref_trait v1.2.1
4242026-05-21T09:41:28.608Z Compiling memchr v2.8.0
4252026-05-21T09:41:28.630Z Compiling zmij v1.0.21
4262026-05-21T09:41:28.901Z Compiling ucd-trie v0.1.7
4272026-05-21T09:41:28.904Z Compiling autocfg v1.5.0
4282026-05-21T09:41:29.165Z Compiling thiserror v1.0.69
4292026-05-21T09:41:29.237Z Compiling itoa v1.0.17
4302026-05-21T09:41:29.252Z Compiling pest v2.8.6
4312026-05-21T09:41:29.299Z Compiling writeable v0.6.2
4322026-05-21T09:41:29.348Z Compiling litemap v0.8.1
4332026-05-21T09:41:29.417Z Compiling byteorder v1.5.0
4342026-05-21T09:41:29.492Z Compiling rustix v1.1.3
4352026-05-21T09:41:29.638Z Compiling icu_normalizer_data v2.1.1
4362026-05-21T09:41:29.814Z Compiling syn v2.0.117
4372026-05-21T09:41:29.830Z Compiling icu_properties_data v2.1.2
4382026-05-21T09:41:29.880Z Compiling errno v0.3.14
4392026-05-21T09:41:29.995Z Compiling serde_json v1.0.149
4402026-05-21T09:41:30.029Z Compiling bitflags v2.11.0
4412026-05-21T09:41:30.178Z Compiling num-traits v0.2.19
4422026-05-21T09:41:30.264Z Compiling hashbrown v0.17.0
4432026-05-21T09:41:30.361Z Compiling pest_meta v2.8.6
4442026-05-21T09:41:30.423Z Compiling typeid v1.0.3
4452026-05-21T09:41:30.514Z Compiling equivalent v1.0.2
4462026-05-21T09:41:30.607Z Compiling smallvec v1.15.1
4472026-05-21T09:41:30.763Z Compiling indexmap v2.14.0
4482026-05-21T09:41:30.816Z Compiling thread-id v4.2.2
4492026-05-21T09:41:30.819Z Compiling proc-macro-error-attr v1.0.4
4502026-05-21T09:41:30.901Z Compiling usdt-impl v0.5.0
4512026-05-21T09:41:30.904Z Compiling syn v1.0.109
4522026-05-21T09:41:31.016Z Compiling toml_write v0.1.2
4532026-05-21T09:41:31.184Z Compiling erased-serde v0.4.9
4542026-05-21T09:41:31.213Z Compiling winnow v0.7.14
4552026-05-21T09:41:31.499Z Compiling proc-macro-error v1.0.4
4562026-05-21T09:41:31.502Z Compiling log v0.4.29
4572026-05-21T09:41:31.688Z Compiling getrandom v0.4.1
4582026-05-21T09:41:31.704Z Compiling utf8parse v0.2.2
4592026-05-21T09:41:31.882Z Compiling plain v0.2.3
4602026-05-21T09:41:32.004Z Compiling thiserror v2.0.18
4612026-05-21T09:41:32.010Z Compiling utf8_iter v1.0.4
4622026-05-21T09:41:32.035Z Compiling camino v1.2.2
4632026-05-21T09:41:32.111Z Compiling percent-encoding v2.3.2
4642026-05-21T09:41:32.196Z Compiling ordered-float v2.10.1
4652026-05-21T09:41:32.227Z Compiling anstyle-parse v0.2.7
4662026-05-21T09:41:32.316Z Compiling form_urlencoded v1.2.2
4672026-05-21T09:41:32.462Z Compiling synstructure v0.13.2
4682026-05-21T09:41:32.498Z Compiling pest_generator v2.8.6
4692026-05-21T09:41:32.555Z Compiling terminal_size v0.4.3
4702026-05-21T09:41:32.757Z Compiling cfg-if v1.0.4
4712026-05-21T09:41:32.831Z Compiling is_terminal_polyfill v1.70.2
4722026-05-21T09:41:32.847Z Compiling anstyle v1.0.13
4732026-05-21T09:41:32.902Z Compiling pretty-hex v0.4.1
4742026-05-21T09:41:32.923Z Compiling colorchoice v1.0.4
4752026-05-21T09:41:32.938Z Compiling anstyle-query v1.1.5
4762026-05-21T09:41:33.045Z Compiling anstream v0.6.21
4772026-05-21T09:41:33.077Z Compiling serde-untagged v0.1.9
4782026-05-21T09:41:33.163Z Compiling semver v1.0.28
4792026-05-21T09:41:33.277Z Compiling fs-err v3.3.0
4802026-05-21T09:41:33.331Z Compiling once_cell v1.21.3
4812026-05-21T09:41:33.372Z Compiling clap_lex v1.0.0
4822026-05-21T09:41:33.470Z Compiling heck v0.4.1
4832026-05-21T09:41:33.503Z Compiling fastrand v2.3.0
4842026-05-21T09:41:33.519Z Compiling bytecount v0.6.9
4852026-05-21T09:41:33.554Z Compiling unicode-width v0.1.14
4862026-05-21T09:41:33.612Z Compiling strsim v0.11.1
4872026-05-21T09:41:33.702Z Compiling anyhow v1.0.102
4882026-05-21T09:41:33.767Z Compiling unicode-xid v0.2.6
4892026-05-21T09:41:33.830Z Compiling heck v0.5.0
4902026-05-21T09:41:33.895Z Compiling fnv v1.0.7
4912026-05-21T09:41:33.967Z Compiling clap_builder v4.5.60
4922026-05-21T09:41:33.970Z Compiling tempfile v3.25.0
4932026-05-21T09:41:34.002Z Compiling papergrid v0.11.0
4942026-05-21T09:41:34.176Z Compiling memmap v0.7.0
4952026-05-21T09:41:34.193Z Compiling serde_derive v1.0.228
4962026-05-21T09:41:34.234Z Compiling zerofrom-derive v0.1.6
4972026-05-21T09:41:34.344Z Compiling yoke-derive v0.8.1
4982026-05-21T09:41:34.360Z Compiling zerovec-derive v0.11.2
4992026-05-21T09:41:34.589Z Compiling displaydoc v0.2.5
5002026-05-21T09:41:35.323Z Compiling thiserror-impl v1.0.69
5012026-05-21T09:41:35.421Z Compiling zerocopy-derive v0.7.35
5022026-05-21T09:41:35.478Z Compiling pest_derive v2.8.6
5032026-05-21T09:41:35.494Z Compiling scroll_derive v0.12.1
5042026-05-21T09:41:35.610Z Compiling zerofrom v0.1.6
5052026-05-21T09:41:35.746Z Compiling yoke v0.8.1
5062026-05-21T09:41:35.927Z Compiling thiserror-impl v2.0.18
5072026-05-21T09:41:36.039Z Compiling zerovec v0.11.5
5082026-05-21T09:41:36.190Z Compiling zerotrie v0.2.3
5092026-05-21T09:41:36.326Z Compiling zerocopy v0.7.35
5102026-05-21T09:41:36.499Z Compiling tinystr v0.8.2
5112026-05-21T09:41:36.585Z Compiling potential_utf v0.1.4
5122026-05-21T09:41:36.686Z Compiling icu_locale_core v2.1.1
5132026-05-21T09:41:36.769Z Compiling icu_collections v2.1.1
5142026-05-21T09:41:36.769Z Compiling dtrace-parser v0.2.0
5152026-05-21T09:41:36.920Z Compiling scroll v0.12.0
5162026-05-21T09:41:37.025Z Compiling tabled_derive v0.7.0
5172026-05-21T09:41:37.206Z Compiling goblin v0.8.2
5182026-05-21T09:41:37.225Z Compiling clap_derive v4.5.55
5192026-05-21T09:41:37.307Z Compiling icu_provider v2.1.1
5202026-05-21T09:41:37.547Z Compiling icu_properties v2.1.2
5212026-05-21T09:41:37.614Z Compiling toml_datetime v0.6.11
5222026-05-21T09:41:37.648Z Compiling serde_spanned v0.6.9
5232026-05-21T09:41:37.693Z Compiling icu_normalizer v2.1.1
5242026-05-21T09:41:37.709Z Compiling dof v0.3.0
5252026-05-21T09:41:37.800Z Compiling serde_tokenstream v0.2.3
5262026-05-21T09:41:37.902Z Compiling toml_edit v0.22.27
5272026-05-21T09:41:37.967Z Compiling serde-value v0.7.0
5282026-05-21T09:41:38.145Z Compiling cargo-platform v0.2.0
5292026-05-21T09:41:38.266Z Compiling smawk v0.3.2
5302026-05-21T09:41:38.347Z Compiling unicode-linebreak v0.1.5
5312026-05-21T09:41:38.412Z Compiling unicode-width v0.2.0
5322026-05-21T09:41:38.428Z Compiling idna_adapter v1.2.1
5332026-05-21T09:41:38.577Z Compiling idna v1.1.0
5342026-05-21T09:41:38.596Z Compiling tabled v0.15.0
5352026-05-21T09:41:38.661Z Compiling textwrap v0.16.2
5362026-05-21T09:41:38.693Z Compiling macaddr v1.0.1
5372026-05-21T09:41:38.745Z Compiling usdt-macro v0.5.0
5382026-05-21T09:41:38.920Z Compiling url v2.5.8
5392026-05-21T09:41:39.042Z Compiling usdt-attr-macro v0.5.0
5402026-05-21T09:41:39.136Z Compiling clap v4.5.60
5412026-05-21T09:41:39.373Z Compiling toml v0.8.23
5422026-05-21T09:41:39.575Z Compiling camino-tempfile v1.4.1
5432026-05-21T09:41:39.678Z Compiling swrite v0.1.0
5442026-05-21T09:41:39.709Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5452026-05-21T09:41:39.782Z Compiling cargo-util-schemas v0.8.2
5462026-05-21T09:41:39.812Z Compiling cargo_toml v0.21.0
5472026-05-21T09:41:40.313Z Compiling usdt v0.5.0
5482026-05-21T09:41:40.690Z Compiling cargo_metadata v0.21.0
5492026-05-21T09:41:41.636Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5502026-05-21T09:41:43.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.06s
5512026-05-21T09:41:43.980Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5522026-05-21T09:41:44.544Z Downloading crates ...
5532026-05-21T09:41:44.639Z Downloaded bitfield-struct v0.6.2
5542026-05-21T09:41:44.647Z Downloaded adler2 v2.0.1
5552026-05-21T09:41:44.650Z Downloaded crc8 v0.1.1
5562026-05-21T09:41:44.650Z Downloaded critical-section v1.2.0
5572026-05-21T09:41:44.650Z Downloaded cfg_aliases v0.1.1
5582026-05-21T09:41:44.650Z Downloaded bitfield-macros v0.19.4
5592026-05-21T09:41:44.650Z Downloaded arrayref v0.3.9
5602026-05-21T09:41:44.654Z Downloaded array-init v0.0.4
5612026-05-21T09:41:44.654Z Downloaded aead v0.5.2
5622026-05-21T09:41:44.658Z Downloaded crc32fast v1.5.0
5632026-05-21T09:41:44.658Z Downloaded argon2 v0.5.3
5642026-05-21T09:41:44.661Z Downloaded block-padding v0.3.3
5652026-05-21T09:41:44.661Z Downloaded darling_macro v0.20.11
5662026-05-21T09:41:44.661Z Downloaded crucible-workspace-hack v0.1.0
5672026-05-21T09:41:44.664Z Downloaded defmt v0.3.100
5682026-05-21T09:41:44.664Z Downloaded cfg_aliases v0.2.1
5692026-05-21T09:41:44.664Z Downloaded atomicwrites v0.4.4
5702026-05-21T09:41:44.664Z Downloaded ciborium-ll v0.2.2
5712026-05-21T09:41:44.668Z Downloaded defmt v1.0.1
5722026-05-21T09:41:44.668Z Downloaded crossbeam-utils v0.8.21
5732026-05-21T09:41:44.671Z Downloaded display-error-chain v0.2.2
5742026-05-21T09:41:44.671Z Downloaded castaway v0.2.4
5752026-05-21T09:41:44.671Z Downloaded defmt-macros v1.0.1
5762026-05-21T09:41:44.674Z Downloaded bit-set v0.8.0
5772026-05-21T09:41:44.674Z Downloaded ciborium-io v0.2.2
5782026-05-21T09:41:44.677Z Downloaded ena v0.14.4
5792026-05-21T09:41:44.677Z Downloaded atty v0.2.14
5802026-05-21T09:41:44.677Z Downloaded fallible-iterator v0.2.0
5812026-05-21T09:41:44.677Z Downloaded darling v0.21.3
5822026-05-21T09:41:44.681Z Downloaded daft v0.1.7
5832026-05-21T09:41:44.684Z Downloaded csv-core v0.1.13
5842026-05-21T09:41:44.684Z Downloaded elliptic-curve v0.13.8
5852026-05-21T09:41:44.686Z Downloaded darling_macro v0.23.0
5862026-05-21T09:41:44.687Z Downloaded cstr-argument v0.1.2
5872026-05-21T09:41:44.687Z Downloaded crunchy v0.2.4
5882026-05-21T09:41:44.691Z Downloaded debug-ignore v1.0.5
5892026-05-21T09:41:44.691Z Downloaded curve25519-dalek-derive v0.1.1
5902026-05-21T09:41:44.691Z Downloaded bcrypt-pbkdf v0.10.0
5912026-05-21T09:41:44.691Z Downloaded bb8 v0.8.6
5922026-05-21T09:41:44.694Z Downloaded flagset v0.4.7
5932026-05-21T09:41:44.694Z Downloaded fixedbitset v0.4.2
5942026-05-21T09:41:44.694Z Downloaded dirs-next v2.0.0
5952026-05-21T09:41:44.694Z Downloaded base64ct v1.8.3
5962026-05-21T09:41:44.697Z Downloaded dirs-sys-next v0.1.2
5972026-05-21T09:41:44.702Z Downloaded backoff v0.4.0
5982026-05-21T09:41:44.702Z Downloaded derive_builder_macro v0.20.2
5992026-05-21T09:41:44.702Z Downloaded cargo-platform v0.1.9
6002026-05-21T09:41:44.706Z Downloaded darling_macro v0.21.3
6012026-05-21T09:41:44.709Z Downloaded base16ct v0.2.0
6022026-05-21T09:41:44.709Z Downloaded assert_matches v1.5.0
6032026-05-21T09:41:44.713Z Downloaded float-cmp v0.10.0
6042026-05-21T09:41:44.713Z Downloaded downcast-rs v2.0.2
6052026-05-21T09:41:44.713Z Downloaded async-stream v0.3.6
6062026-05-21T09:41:44.716Z Downloaded document-features v0.2.12
6072026-05-21T09:41:44.716Z Downloaded convert_case v0.4.0
6082026-05-21T09:41:44.716Z Downloaded darling v0.20.11
6092026-05-21T09:41:44.720Z Downloaded cobs v0.3.0
6102026-05-21T09:41:44.720Z Downloaded ascii-canvas v3.0.0
6112026-05-21T09:41:44.723Z Downloaded either v1.15.0
6122026-05-21T09:41:44.723Z Downloaded crc-catalog v2.4.0
6132026-05-21T09:41:44.723Z Downloaded ecdsa v0.16.9
6142026-05-21T09:41:44.727Z Downloaded float-ord v0.3.2
6152026-05-21T09:41:44.727Z Downloaded embedded-io v0.4.0
6162026-05-21T09:41:44.727Z Downloaded difflib v0.4.0
6172026-05-21T09:41:44.727Z Downloaded defmt-parser v1.0.0
6182026-05-21T09:41:44.730Z Downloaded compression-core v0.4.31
6192026-05-21T09:41:44.730Z Downloaded async-stream-impl v0.3.6
6202026-05-21T09:41:44.734Z Downloaded bit-vec v0.6.3
6212026-05-21T09:41:44.738Z Downloaded endian-type v0.1.2
6222026-05-21T09:41:44.738Z Downloaded diesel_table_macro_syntax v0.3.0
6232026-05-21T09:41:44.738Z Downloaded bitflags v1.3.2
6242026-05-21T09:41:44.743Z Downloaded cipher v0.4.4
6252026-05-21T09:41:44.746Z Downloaded dropshot-api-manager-types v0.7.1
6262026-05-21T09:41:44.746Z Downloaded cargo_metadata v0.19.2
6272026-05-21T09:41:44.746Z Downloaded bcs v0.1.6
6282026-05-21T09:41:44.749Z Downloaded enum-as-inner v0.6.1
6292026-05-21T09:41:44.749Z Downloaded byte-wrapper v0.1.0
6302026-05-21T09:41:44.752Z Downloaded async-recursion v1.1.1
6312026-05-21T09:41:44.755Z Downloaded bit-set v0.5.3
6322026-05-21T09:41:44.758Z Downloaded dunce v1.0.5
6332026-05-21T09:41:44.758Z Downloaded foreign-types-macros v0.2.3
6342026-05-21T09:41:44.759Z Downloaded fd-lock v4.0.4
6352026-05-21T09:41:44.762Z Downloaded crc v3.4.0
6362026-05-21T09:41:44.762Z Downloaded atomic-waker v1.1.2
6372026-05-21T09:41:44.762Z Downloaded embedded-io v0.6.1
6382026-05-21T09:41:44.762Z Downloaded dyn-clone v1.0.20
6392026-05-21T09:41:44.765Z Downloaded funty v2.0.0
6402026-05-21T09:41:44.765Z Downloaded foreign-types-shared v0.1.1
6412026-05-21T09:41:44.765Z Downloaded dof v0.4.0
6422026-05-21T09:41:44.765Z Downloaded foreign-types-shared v0.3.1
6432026-05-21T09:41:44.769Z Downloaded fxhash v0.2.1
6442026-05-21T09:41:44.769Z Downloaded futures-macro v0.3.32
6452026-05-21T09:41:44.769Z Downloaded ghash v0.5.1
6462026-05-21T09:41:44.769Z Downloaded futures-sink v0.3.32
6472026-05-21T09:41:44.772Z Downloaded futures-io v0.3.32
6482026-05-21T09:41:44.772Z Downloaded git-stub v1.0.0
6492026-05-21T09:41:44.772Z Downloaded futures-core v0.3.32
6502026-05-21T09:41:44.772Z Downloaded diff v0.1.13
6512026-05-21T09:41:44.777Z Downloaded globwalk v0.9.1
6522026-05-21T09:41:44.777Z Downloaded der_derive v0.7.3
6532026-05-21T09:41:44.777Z Downloaded data-encoding v2.10.0
6542026-05-21T09:41:44.780Z Downloaded daft-derive v0.1.7
6552026-05-21T09:41:44.780Z Downloaded derive_builder_core v0.20.2
6562026-05-21T09:41:44.780Z Downloaded cexpr v0.6.0
6572026-05-21T09:41:44.783Z Downloaded cbc v0.1.2
6582026-05-21T09:41:44.783Z Downloaded blowfish v0.9.1
6592026-05-21T09:41:44.783Z Downloaded bitfield v0.19.4
6602026-05-21T09:41:44.788Z Downloaded gethostname v0.5.0
6612026-05-21T09:41:44.788Z Downloaded futures-task v0.3.32
6622026-05-21T09:41:44.788Z Downloaded cpufeatures v0.3.0
6632026-05-21T09:41:44.791Z Downloaded constant_time_eq v0.4.2
6642026-05-21T09:41:44.791Z Downloaded chacha20 v0.9.1
6652026-05-21T09:41:44.791Z Downloaded arc-swap v1.8.2
6662026-05-21T09:41:44.797Z Downloaded hash32 v0.3.1
6672026-05-21T09:41:44.797Z Downloaded hash32 v0.2.1
6682026-05-21T09:41:44.797Z Downloaded corncobs v0.1.4
6692026-05-21T09:41:44.797Z Downloaded bit-vec v0.8.0
6702026-05-21T09:41:44.797Z Downloaded cmake v0.1.57
6712026-05-21T09:41:44.797Z Downloaded foreign-types v0.5.0
6722026-05-21T09:41:44.800Z Downloaded hex v0.4.3
6732026-05-21T09:41:44.800Z Downloaded hex-literal v0.4.1
6742026-05-21T09:41:44.800Z Downloaded cassowary v0.3.0
6752026-05-21T09:41:44.800Z Downloaded arrayvec v0.7.6
6762026-05-21T09:41:44.803Z Downloaded blake2 v0.10.6
6772026-05-21T09:41:44.803Z Downloaded env_logger v0.11.9
6782026-05-21T09:41:44.807Z Downloaded ahash v0.8.12
6792026-05-21T09:41:44.807Z Downloaded ed25519-dalek v2.2.0
6802026-05-21T09:41:44.810Z Downloaded ed25519 v2.2.3
6812026-05-21T09:41:44.810Z Downloaded foldhash v0.2.0
6822026-05-21T09:41:44.813Z Downloaded foldhash v0.1.5
6832026-05-21T09:41:44.813Z Downloaded buf-list v1.1.2
6842026-05-21T09:41:44.820Z Downloaded filetime v0.2.27
6852026-05-21T09:41:44.820Z Downloaded crossbeam-deque v0.8.6
6862026-05-21T09:41:44.820Z Downloaded fixedbitset v0.5.7
6872026-05-21T09:41:44.825Z Downloaded http-body v1.0.1
6882026-05-21T09:41:44.825Z Downloaded hostname v0.3.1
6892026-05-21T09:41:44.825Z Downloaded http-range v0.1.5
6902026-05-21T09:41:44.825Z Downloaded deranged v0.5.8
6912026-05-21T09:41:44.825Z Downloaded bzip2 v0.6.1
6922026-05-21T09:41:44.825Z Downloaded erased-serde v0.3.31
6932026-05-21T09:41:44.825Z Downloaded home v0.5.12
6942026-05-21T09:41:44.828Z Downloaded fs_extra v1.3.0
6952026-05-21T09:41:44.828Z Downloaded const_format_proc_macros v0.2.34
6962026-05-21T09:41:44.828Z Downloaded hostname v0.4.2
6972026-05-21T09:41:44.828Z Downloaded convert_case v0.10.0
6982026-05-21T09:41:44.832Z Downloaded futures-executor v0.3.32
6992026-05-21T09:41:44.832Z Downloaded git-stub-vcs v0.1.0
7002026-05-21T09:41:44.833Z Downloaded fs-err v2.11.0
7012026-05-21T09:41:44.840Z Downloaded ident_case v1.0.1
7022026-05-21T09:41:44.840Z Downloaded ff v0.13.1
7032026-05-21T09:41:44.840Z Downloaded backon v1.6.0
7042026-05-21T09:41:44.840Z Downloaded bzip2 v0.4.4
7052026-05-21T09:41:44.855Z Downloaded ciborium v0.2.2
7062026-05-21T09:41:44.855Z Downloaded derive-where v1.6.0
7072026-05-21T09:41:44.855Z Downloaded dsl_auto_type v0.2.0
7082026-05-21T09:41:44.856Z Downloaded hubpack v0.1.2
7092026-05-21T09:41:44.856Z Downloaded console v0.16.2
7102026-05-21T09:41:44.856Z Downloaded hubpack_derive v0.1.1
7112026-05-21T09:41:44.856Z Downloaded const-oid v0.9.6
7122026-05-21T09:41:44.860Z Downloaded hyper-tls v0.6.0
7132026-05-21T09:41:44.860Z Downloaded colored v3.1.1
7142026-05-21T09:41:44.860Z Downloaded illumos-nvpair-sys v0.2.0
7152026-05-21T09:41:44.860Z Downloaded console v0.15.11
7162026-05-21T09:41:44.860Z Downloaded indent_write v2.2.0
7172026-05-21T09:41:44.860Z Downloaded illumos-nvpair v0.3.0
7182026-05-21T09:41:44.860Z Downloaded instant v0.1.13
7192026-05-21T09:41:44.860Z Downloaded group v0.13.0
7202026-05-21T09:41:44.860Z Downloaded instability v0.3.11
7212026-05-21T09:41:44.860Z Downloaded glob v0.3.3
7222026-05-21T09:41:44.860Z Downloaded derive-ex v0.1.8
7232026-05-21T09:41:44.861Z Downloaded internet-checksum v0.2.1
7242026-05-21T09:41:44.861Z Downloaded cookie_store v0.22.1
7252026-05-21T09:41:44.861Z Downloaded chacha20 v0.10.0
7262026-05-21T09:41:44.865Z Downloaded dtrace-parser v0.3.0
7272026-05-21T09:41:44.865Z Downloaded diesel-dtrace v0.5.0
7282026-05-21T09:41:44.865Z Downloaded camino-tempfile-ext v0.3.3
7292026-05-21T09:41:44.865Z Downloaded indoc v1.0.9
7302026-05-21T09:41:44.869Z Downloaded ctr v0.9.2
7312026-05-21T09:41:44.869Z Downloaded keccak v0.1.6
7322026-05-21T09:41:44.869Z Downloaded inout v0.1.4
7332026-05-21T09:41:44.869Z Downloaded headers-core v0.3.0
7342026-05-21T09:41:44.872Z Downloaded foreign-types v0.3.2
7352026-05-21T09:41:44.872Z Downloaded env_filter v1.0.0
7362026-05-21T09:41:44.872Z Downloaded is-terminal v0.4.17
7372026-05-21T09:41:44.872Z Downloaded is_ci v1.2.0
7382026-05-21T09:41:44.876Z Downloaded darling v0.23.0
7392026-05-21T09:41:44.879Z Downloaded highway v1.3.0
7402026-05-21T09:41:44.882Z Downloaded lalrpop-util v0.19.12
7412026-05-21T09:41:44.882Z Downloaded httpdate v1.0.3
7422026-05-21T09:41:44.882Z Downloaded drift v0.1.4
7432026-05-21T09:41:44.887Z Downloaded hyper-staticfile v0.10.1
7442026-05-21T09:41:44.890Z Downloaded derive_builder v0.20.2
7452026-05-21T09:41:44.893Z Downloaded kstat-rs v0.2.4
7462026-05-21T09:41:44.893Z Downloaded crossbeam-epoch v0.9.18
7472026-05-21T09:41:44.893Z Downloaded libscf-sys v1.1.0
7482026-05-21T09:41:44.896Z Downloaded globset v0.4.18
7492026-05-21T09:41:44.896Z Downloaded humantime v2.3.0
7502026-05-21T09:41:44.896Z Downloaded lru v0.12.5
7512026-05-21T09:41:44.900Z Downloaded futures-channel v0.3.32
7522026-05-21T09:41:44.900Z Downloaded linked-hash-map v0.5.6
7532026-05-21T09:41:44.900Z Downloaded maybe-uninit v2.0.0
7542026-05-21T09:41:44.903Z Downloaded match_cfg v0.1.0
7552026-05-21T09:41:44.903Z Downloaded derive_more v0.99.20
7562026-05-21T09:41:44.907Z Downloaded http-body-util v0.1.3
7572026-05-21T09:41:44.907Z Downloaded find-msvc-tools v0.1.9
7582026-05-21T09:41:44.907Z Downloaded maplit v1.0.2
7592026-05-21T09:41:44.910Z Downloaded clang-sys v1.8.1
7602026-05-21T09:41:44.910Z Downloaded cancel-safe-futures v0.1.5
7612026-05-21T09:41:44.910Z Downloaded md5 v0.7.0
7622026-05-21T09:41:44.913Z Downloaded memoffset v0.9.1
7632026-05-21T09:41:44.913Z Downloaded managed v0.8.0
7642026-05-21T09:41:44.913Z Downloaded lru-slab v0.1.2
7652026-05-21T09:41:44.913Z Downloaded lru-cache v0.1.2
7662026-05-21T09:41:44.917Z Downloaded async-trait v0.1.89
7672026-05-21T09:41:44.917Z Downloaded multimap v0.10.1
7682026-05-21T09:41:44.917Z Downloaded impl-trait-for-tuples v0.2.3
7692026-05-21T09:41:44.924Z Downloaded nibble_vec v0.1.0
7702026-05-21T09:41:44.924Z Downloaded newtype_derive v0.1.6
7712026-05-21T09:41:44.924Z Downloaded newtype-uuid-macros v0.1.0
7722026-05-21T09:41:44.924Z Downloaded ingot-types v0.1.2
7732026-05-21T09:41:44.924Z Downloaded nodrop v0.1.14
7742026-05-21T09:41:44.924Z Downloaded newline-converter v0.3.0
7752026-05-21T09:41:44.924Z Downloaded new_debug_unreachable v1.0.6
7762026-05-21T09:41:44.928Z Downloaded mime v0.3.17
7772026-05-21T09:41:44.928Z Downloaded getrandom v0.2.17
7782026-05-21T09:41:44.928Z Downloaded cookie v0.18.1
7792026-05-21T09:41:44.931Z Downloaded half v1.8.3
7802026-05-21T09:41:44.931Z Downloaded compression-codecs v0.4.37
7812026-05-21T09:41:44.934Z Downloaded nonempty v0.12.0
7822026-05-21T09:41:44.934Z Downloaded crc-any v2.5.0
7832026-05-21T09:41:44.934Z Downloaded colored v2.2.0
7842026-05-21T09:41:44.937Z Downloaded ipnet v2.11.0
7852026-05-21T09:41:44.937Z Downloaded ingot v0.1.1
7862026-05-21T09:41:44.943Z Downloaded indoc v2.0.7
7872026-05-21T09:41:44.943Z Downloaded async-bb8-diesel v0.2.1
7882026-05-21T09:41:44.943Z Downloaded normalize-line-endings v0.3.0
7892026-05-21T09:41:44.955Z Downloaded ipnetwork v0.21.1
7902026-05-21T09:41:44.955Z Downloaded des v0.8.1
7912026-05-21T09:41:44.955Z Downloaded lazy_static v1.5.0
7922026-05-21T09:41:44.965Z Downloaded libefi-sys v0.1.0
7932026-05-21T09:41:44.965Z Downloaded dropshot_endpoint v0.16.7
7942026-05-21T09:41:44.965Z Downloaded num v0.4.3
7952026-05-21T09:41:44.965Z Downloaded hmac v0.12.1
7962026-05-21T09:41:44.965Z Downloaded num_enum_derive v0.5.11
7972026-05-21T09:41:44.965Z Downloaded jobserver v0.1.34
7982026-05-21T09:41:44.970Z Downloaded num-derive v0.3.3
7992026-05-21T09:41:44.970Z Downloaded num-conv v0.2.0
8002026-05-21T09:41:44.970Z Downloaded num-iter v0.1.45
8012026-05-21T09:41:44.970Z Downloaded fatfs v0.3.6
8022026-05-21T09:41:44.970Z Downloaded crossbeam-channel v0.5.15
8032026-05-21T09:41:44.970Z Downloaded olpc-cjson v0.1.4
8042026-05-21T09:41:44.970Z Downloaded libsw-core v0.3.2
8052026-05-21T09:41:44.970Z Downloaded getrandom v0.3.4
8062026-05-21T09:41:44.974Z Downloaded opaque-debug v0.3.1
8072026-05-21T09:41:44.974Z Downloaded openssl-probe v0.2.1
8082026-05-21T09:41:44.974Z Downloaded openssl-probe v0.1.6
8092026-05-21T09:41:44.974Z Downloaded iana-time-zone v0.1.65
8102026-05-21T09:41:44.980Z Downloaded linear-map v1.2.0
8112026-05-21T09:41:44.980Z Downloaded md-5 v0.10.6
8122026-05-21T09:41:44.980Z Downloaded libsw v3.5.0
8132026-05-21T09:41:44.980Z Downloaded hyper-rustls v0.27.7
8142026-05-21T09:41:44.983Z Downloaded oso-derive v0.27.3
8152026-05-21T09:41:44.983Z Downloaded mime_guess v2.0.5
8162026-05-21T09:41:44.983Z Downloaded lzss v0.8.2
8172026-05-21T09:41:44.983Z Downloaded allocator-api2 v0.2.21
8182026-05-21T09:41:44.988Z Downloaded lock_api v0.4.14
8192026-05-21T09:41:44.988Z Downloaded nanorand v0.7.0
8202026-05-21T09:41:44.988Z Downloaded parse-size v1.1.0
8212026-05-21T09:41:44.991Z Downloaded const_format v0.2.35
8222026-05-21T09:41:44.991Z Downloaded parse-display v0.10.0
8232026-05-21T09:41:44.991Z Downloaded chacha20poly1305 v0.10.1
8242026-05-21T09:41:44.996Z Downloaded openssl-macros v0.1.1
8252026-05-21T09:41:44.996Z Downloaded base64 v0.22.1
8262026-05-21T09:41:44.996Z Downloaded peg-runtime v0.8.5
8272026-05-21T09:41:44.996Z Downloaded ingot-macros v0.1.1
8282026-05-21T09:41:45.000Z Downloaded newtype-uuid v1.3.2
8292026-05-21T09:41:45.000Z Downloaded native-tls v0.2.18
8302026-05-21T09:41:45.000Z Downloaded half v2.7.1
8312026-05-21T09:41:45.003Z Downloaded multer v3.1.0
8322026-05-21T09:41:45.003Z Downloaded dropshot_endpoint v0.17.0
8332026-05-21T09:41:45.003Z Downloaded httparse v1.10.1
8342026-05-21T09:41:45.006Z Downloaded num_threads v0.1.7
8352026-05-21T09:41:45.007Z Downloaded packed_struct_codegen v0.10.1
8362026-05-21T09:41:45.007Z Downloaded darling_core v0.20.11
8372026-05-21T09:41:45.010Z Downloaded num-derive v0.4.2
8382026-05-21T09:41:45.013Z Downloaded nu-ansi-term v0.50.3
8392026-05-21T09:41:45.013Z Downloaded darling_core v0.21.3
8402026-05-21T09:41:45.016Z Downloaded phf_shared v0.13.1
8412026-05-21T09:41:45.016Z Downloaded phf_shared v0.12.1
8422026-05-21T09:41:45.016Z Downloaded darling_core v0.23.0
8432026-05-21T09:41:45.019Z Downloaded phf_shared v0.11.3
8442026-05-21T09:41:45.023Z Downloaded pbkdf2 v0.12.2
8452026-05-21T09:41:45.023Z Downloaded flume v0.11.1
8462026-05-21T09:41:45.030Z Downloaded path-slash v0.1.5
8472026-05-21T09:41:45.034Z Downloaded derive_more-impl v2.1.1
8482026-05-21T09:41:45.037Z Downloaded pbkdf2 v0.11.0
8492026-05-21T09:41:45.037Z Downloaded num_enum_derive v0.7.5
8502026-05-21T09:41:45.044Z Downloaded num-complex v0.4.6
8512026-05-21T09:41:45.061Z Downloaded predicates-tree v1.0.13
8522026-05-21T09:41:45.071Z Downloaded predicates-core v1.0.10
8532026-05-21T09:41:45.071Z Downloaded precomputed-hash v0.1.1
8542026-05-21T09:41:45.071Z Downloaded powerfmt v0.2.0
8552026-05-21T09:41:45.071Z Downloaded ar_archive_writer v0.5.1
8562026-05-21T09:41:45.071Z Downloaded pin-utils v0.1.0
8572026-05-21T09:41:45.071Z Downloaded password-hash v0.5.0
8582026-05-21T09:41:45.072Z Downloaded proc-macro-error-attr2 v2.0.0
8592026-05-21T09:41:45.078Z Downloaded heapless v0.8.0
8602026-05-21T09:41:45.078Z Downloaded bytes v1.11.1
8612026-05-21T09:41:45.078Z Downloaded base64 v0.21.7
8622026-05-21T09:41:45.078Z Downloaded heapless v0.7.17
8632026-05-21T09:41:45.078Z Downloaded oxnet v0.1.4
8642026-05-21T09:41:45.081Z Downloaded oxide-tokio-rt v0.1.4
8652026-05-21T09:41:45.082Z Downloaded headers v0.4.1
8662026-05-21T09:41:45.082Z Downloaded pem-rfc7468 v0.7.0
8672026-05-21T09:41:45.086Z Downloaded progenitor-client v0.10.0
8682026-05-21T09:41:45.087Z Downloaded proc-macro-crate v1.3.1
8692026-05-21T09:41:45.087Z Downloaded proc-macro-crate v3.4.0
8702026-05-21T09:41:45.087Z Downloaded packed_struct v0.10.1
8712026-05-21T09:41:45.090Z Downloaded pem v3.0.6
8722026-05-21T09:41:45.090Z Downloaded progenitor-macro v0.10.0
8732026-05-21T09:41:45.090Z Downloaded progenitor-client v0.11.2
8742026-05-21T09:41:45.090Z Downloaded paste v1.0.15
8752026-05-21T09:41:45.091Z Downloaded progenitor-macro v0.11.2
8762026-05-21T09:41:45.091Z Downloaded phf v0.13.1
8772026-05-21T09:41:45.094Z Downloaded phf v0.12.1
8782026-05-21T09:41:45.094Z Downloaded progenitor-macro v0.14.0
8792026-05-21T09:41:45.094Z Downloaded crypto-bigint v0.5.5
8802026-05-21T09:41:45.097Z Downloaded psl-types v2.0.11
8812026-05-21T09:41:45.097Z Downloaded progenitor-macro v0.13.0
8822026-05-21T09:41:45.102Z Downloaded num-rational v0.4.2
8832026-05-21T09:41:45.102Z Downloaded derive_more v2.1.1
8842026-05-21T09:41:45.105Z Downloaded rand_chacha v0.3.1
8852026-05-21T09:41:45.109Z Downloaded quick-error v1.2.3
8862026-05-21T09:41:45.109Z Downloaded peg v0.8.5
8872026-05-21T09:41:45.112Z Downloaded password-hash v0.4.2
8882026-05-21T09:41:45.112Z Downloaded pkg-config v0.3.32
8892026-05-21T09:41:45.116Z Downloaded polyval v0.6.2
8902026-05-21T09:41:45.116Z Downloaded poly1305 v0.8.0
8912026-05-21T09:41:45.116Z Downloaded pkcs8 v0.10.2
8922026-05-21T09:41:45.119Z Downloaded dropshot-api-manager v0.7.1
8932026-05-21T09:41:45.119Z Downloaded libbz2-rs-sys v0.2.2
8942026-05-21T09:41:45.125Z Downloaded der v0.7.10
8952026-05-21T09:41:45.125Z Downloaded cc v1.2.56
8962026-05-21T09:41:45.128Z Downloaded radium v0.7.0
8972026-05-21T09:41:45.128Z Downloaded primeorder v0.13.6
8982026-05-21T09:41:45.128Z Downloaded postgres-protocol v0.6.10
8992026-05-21T09:41:45.128Z Downloaded compact_str v0.8.1
9002026-05-21T09:41:45.131Z Downloaded pin-project-lite v0.2.17
9012026-05-21T09:41:45.135Z Downloaded recursive-proc-macro-impl v0.1.1
9022026-05-21T09:41:45.135Z Downloaded rand_xorshift v0.4.0
9032026-05-21T09:41:45.135Z Downloaded bumpalo v3.20.2
9042026-05-21T09:41:45.138Z Downloaded omicron-zone-package v0.12.2
9052026-05-21T09:41:45.138Z Downloaded memmap2 v0.9.10
9062026-05-21T09:41:45.138Z Downloaded parse-display-derive v0.10.0
9072026-05-21T09:41:45.142Z Downloaded owo-colors v4.3.0
9082026-05-21T09:41:45.142Z Downloaded recursive v0.1.1
9092026-05-21T09:41:45.142Z Downloaded num_enum v0.7.5
9102026-05-21T09:41:45.146Z Downloaded indexmap v1.9.3
9112026-05-21T09:41:45.150Z Downloaded num_enum v0.5.11
9122026-05-21T09:41:45.153Z Downloaded progenitor-client v0.14.0
9132026-05-21T09:41:45.153Z Downloaded progenitor-client v0.13.0
9142026-05-21T09:41:45.153Z Downloaded progenitor v0.11.2
9152026-05-21T09:41:45.153Z Downloaded ref-cast v1.0.25
9162026-05-21T09:41:45.157Z Downloaded parking_lot_core v0.9.12
9172026-05-21T09:41:45.157Z Downloaded parking_lot v0.12.5
9182026-05-21T09:41:45.160Z Downloaded hickory-resolver v0.24.4
9192026-05-21T09:41:45.160Z Downloaded progenitor v0.13.0
9202026-05-21T09:41:45.165Z Downloaded progenitor-extras v0.2.0
9212026-05-21T09:41:45.165Z Downloaded progenitor v0.10.0
9222026-05-21T09:41:45.165Z Downloaded ref-cast-impl v1.0.25
9232026-05-21T09:41:45.168Z Downloaded expectorate v1.2.0
9242026-05-21T09:41:45.168Z Downloaded rfc6979 v0.4.0
9252026-05-21T09:41:45.168Z Downloaded diesel_derives v2.3.7
9262026-05-21T09:41:45.171Z Downloaded russh-cryptovec v0.7.3
9272026-05-21T09:41:45.172Z Downloaded pin-project-internal v1.1.11
9282026-05-21T09:41:45.172Z Downloaded pkcs5 v0.7.1
9292026-05-21T09:41:45.175Z Downloaded pkcs1 v0.7.5
9302026-05-21T09:41:45.178Z Downloaded async-compression v0.4.41
9312026-05-21T09:41:45.181Z Downloaded rtoolbox v0.0.3
9322026-05-21T09:41:45.181Z Downloaded peg-macros v0.8.5
9332026-05-21T09:41:45.181Z Downloaded rustc_version v0.1.7
9342026-05-21T09:41:45.181Z Downloaded rustc-hash v2.1.1
9352026-05-21T09:41:45.185Z Downloaded parking_lot v0.11.2
9362026-05-21T09:41:45.185Z Downloaded proc-macro-error2 v2.0.1
9372026-05-21T09:41:45.188Z Downloaded rustc_version v0.4.1
9382026-05-21T09:41:45.188Z Downloaded rand_core v0.10.0
9392026-05-21T09:41:45.188Z Downloaded postgres-types v0.2.12
9402026-05-21T09:41:45.191Z Downloaded num-integer v0.1.46
9412026-05-21T09:41:45.192Z Downloaded litrs v1.0.0
9422026-05-21T09:41:45.192Z Downloaded ppv-lite86 v0.2.21
9432026-05-21T09:41:45.195Z Downloaded hickory-resolver v0.25.2
9442026-05-21T09:41:45.199Z Downloaded rand_core v0.9.5
9452026-05-21T09:41:45.199Z Downloaded libloading v0.8.9
9462026-05-21T09:41:45.199Z Downloaded ignore v0.4.25
9472026-05-21T09:41:45.202Z Downloaded r2d2 v0.8.10
9482026-05-21T09:41:45.202Z Downloaded salsa20 v0.10.2
9492026-05-21T09:41:45.202Z Downloaded rand_chacha v0.9.0
9502026-05-21T09:41:45.202Z Downloaded futures v0.3.32
9512026-05-21T09:41:45.206Z Downloaded flate2 v1.1.9
9522026-05-21T09:41:45.209Z Downloaded rand_core v0.6.4
9532026-05-21T09:41:45.209Z Downloaded oso v0.27.3
9542026-05-21T09:41:45.212Z Downloaded rand_seeder v0.4.0
9552026-05-21T09:41:45.212Z Downloaded predicates v3.1.4
9562026-05-21T09:41:45.215Z Downloaded progenitor v0.14.0
9572026-05-21T09:41:45.215Z Downloaded same-file v1.0.6
9582026-05-21T09:41:45.218Z Downloaded postcard v1.1.3
9592026-05-21T09:41:45.218Z Downloaded scrypt v0.11.0
9602026-05-21T09:41:45.218Z Downloaded scheduled-thread-pool v0.2.7
9612026-05-21T09:41:45.222Z Downloaded scroll_derive v0.13.1
9622026-05-21T09:41:45.222Z Downloaded sapling-renderdag v0.1.0
9632026-05-21T09:41:45.222Z Downloaded scopeguard v1.2.0
9642026-05-21T09:41:45.222Z Downloaded indicatif v0.18.4
9652026-05-21T09:41:45.225Z Downloaded semver v0.1.20
9662026-05-21T09:41:45.225Z Downloaded secrecy v0.10.3
9672026-05-21T09:41:45.228Z Downloaded secrecy v0.8.0
9682026-05-21T09:41:45.228Z Downloaded psm v0.1.30
9692026-05-21T09:41:45.233Z Downloaded resolv-conf v0.7.6
9702026-05-21T09:41:45.236Z Downloaded parking_lot_core v0.8.6
9712026-05-21T09:41:45.236Z Downloaded serde_bytes v0.11.19
9722026-05-21T09:41:45.238Z Downloaded openssl-sys v0.9.115
9732026-05-21T09:41:45.242Z Downloaded pin-project v1.1.11
9742026-05-21T09:41:45.245Z Downloaded serde_repr v0.1.20
9752026-05-21T09:41:45.248Z Downloaded serde-big-array v0.5.1
9762026-05-21T09:41:45.248Z Downloaded seq-macro v0.3.6
9772026-05-21T09:41:45.251Z Downloaded papergrid v0.17.0
9782026-05-21T09:41:45.254Z Downloaded sha1 v0.10.6
9792026-05-21T09:41:45.254Z Downloaded serde_plain v1.0.2
9802026-05-21T09:41:45.254Z Downloaded quinn-udp v0.5.14
9812026-05-21T09:41:45.257Z Downloaded miniz_oxide v0.8.9
9822026-05-21T09:41:45.261Z Downloaded jiff-static v0.2.21
9832026-05-21T09:41:45.264Z Downloaded rustls-pemfile v2.2.0
9842026-05-21T09:41:45.272Z Downloaded signal-hook-tokio v0.3.1
9852026-05-21T09:41:45.276Z Downloaded siphasher v1.0.2
9862026-05-21T09:41:45.276Z Downloaded serde_spanned v1.0.4
9872026-05-21T09:41:45.280Z Downloaded http v1.4.0
9882026-05-21T09:41:45.280Z Downloaded rustls-pemfile v1.0.4
9892026-05-21T09:41:45.283Z Downloaded rustls-native-certs v0.8.3
9902026-05-21T09:41:45.286Z Downloaded hashbrown v0.13.2
9912026-05-21T09:41:45.289Z Downloaded progenitor-impl v0.13.0
9922026-05-21T09:41:45.289Z Downloaded signature v2.2.0
9932026-05-21T09:41:45.290Z Downloaded shell-words v1.1.1
9942026-05-21T09:41:45.294Z Downloaded sec1 v0.7.3
9952026-05-21T09:41:45.294Z Downloaded slog-envlogger v2.2.0
9962026-05-21T09:41:45.294Z Downloaded slog-bunyan v2.5.0
9972026-05-21T09:41:45.294Z Downloaded scroll v0.13.0
9982026-05-21T09:41:45.297Z Downloaded schemars_derive v0.8.22
9992026-05-21T09:41:45.297Z Downloaded serde_urlencoded v0.7.1
10002026-05-21T09:41:45.297Z Downloaded progenitor-impl v0.11.2
10012026-05-21T09:41:45.297Z Downloaded rusty-fork v0.3.1
10022026-05-21T09:41:45.300Z Downloaded rustversion v1.0.22
10032026-05-21T09:41:45.300Z Downloaded hashbrown v0.12.3
10042026-05-21T09:41:45.304Z Downloaded sigpipe v0.1.3
10052026-05-21T09:41:45.304Z Downloaded sct v0.7.1
10062026-05-21T09:41:45.310Z Downloaded minimal-lexical v0.2.1
10072026-05-21T09:41:45.313Z Downloaded serde_path_to_error v0.1.20
10082026-05-21T09:41:45.317Z Downloaded prefix-trie v0.7.0
10092026-05-21T09:41:45.320Z Downloaded sqlparser_derive v0.5.0
10102026-05-21T09:41:45.320Z Downloaded ssh-cipher v0.2.0
10112026-05-21T09:41:45.323Z Downloaded p256 v0.13.2
10122026-05-21T09:41:45.323Z Downloaded structmeta v0.3.0
10132026-05-21T09:41:45.326Z Downloaded serde_derive_internals v0.29.1
10142026-05-21T09:41:45.329Z Downloaded hyper-util v0.1.20
10152026-05-21T09:41:45.333Z Downloaded prettyplease v0.2.37
10162026-05-21T09:41:45.337Z Downloaded rustls-pki-types v1.14.0
10172026-05-21T09:41:45.342Z Downloaded signal-hook-registry v1.4.8
10182026-05-21T09:41:45.345Z Downloaded signal-hook-mio v0.2.5
10192026-05-21T09:41:45.346Z Downloaded strip-ansi-escapes v0.2.1
10202026-05-21T09:41:45.346Z Downloaded aes-gcm v0.10.3
10212026-05-21T09:41:45.349Z Downloaded structmeta-derive v0.3.0
10222026-05-21T09:41:45.352Z Downloaded crossterm v0.28.1
10232026-05-21T09:41:45.355Z Downloaded slog-async v2.8.0
10242026-05-21T09:41:45.358Z Downloaded ssh-encoding v0.2.0
10252026-05-21T09:41:45.362Z Downloaded strum v0.26.3
10262026-05-21T09:41:45.362Z Downloaded strum v0.27.2
10272026-05-21T09:41:45.368Z Downloaded crossterm v0.29.0
10282026-05-21T09:41:45.372Z Downloaded slog-scope v4.4.1
10292026-05-21T09:41:45.372Z Downloaded slog-json v2.6.1
10302026-05-21T09:41:45.372Z Downloaded slog-term v2.9.2
10312026-05-21T09:41:45.372Z Downloaded serde_cbor v0.11.2
10322026-05-21T09:41:45.377Z Downloaded sync_wrapper v1.0.2
10332026-05-21T09:41:45.377Z Downloaded subtle v2.6.1
10342026-05-21T09:41:45.377Z Downloaded sync-ptr v0.1.4
10352026-05-21T09:41:45.377Z Downloaded supports-color v3.0.2
10362026-05-21T09:41:45.377Z Downloaded smallvec v0.6.14
10372026-05-21T09:41:45.380Z Downloaded smf v0.2.3
10382026-05-21T09:41:45.380Z Downloaded hickory-server v0.25.2
10392026-05-21T09:41:45.380Z Downloaded simd-adler32 v0.3.8
10402026-05-21T09:41:45.385Z Downloaded tabwriter v1.4.1
10412026-05-21T09:41:45.389Z Downloaded slog-stdlog v4.1.1
10422026-05-21T09:41:45.389Z Downloaded snafu-derive v0.8.9
10432026-05-21T09:41:45.389Z Downloaded tap v1.0.1
10442026-05-21T09:41:45.392Z Downloaded tagptr v0.2.0
10452026-05-21T09:41:45.392Z Downloaded static_assertions v1.1.0
10462026-05-21T09:41:45.392Z Downloaded stacker v0.1.23
10472026-05-21T09:41:45.393Z Downloaded serde_with_macros v3.17.0
10482026-05-21T09:41:45.397Z Downloaded aes v0.8.4
10492026-05-21T09:41:45.397Z Downloaded progenitor-impl v0.14.0
10502026-05-21T09:41:45.400Z Downloaded progenitor-impl v0.10.0
10512026-05-21T09:41:45.400Z Downloaded serde-hex v0.1.0
10522026-05-21T09:41:45.403Z Downloaded ryu v1.0.23
10532026-05-21T09:41:45.403Z Downloaded spki v0.7.3
10542026-05-21T09:41:45.406Z Downloaded rayon-core v1.13.0
10552026-05-21T09:41:45.406Z Downloaded thiserror-impl-no-std v2.0.2
10562026-05-21T09:41:45.409Z Downloaded termtree v0.5.1
10572026-05-21T09:41:45.409Z Downloaded take_mut v0.2.2
10582026-05-21T09:41:45.409Z Downloaded thread-id v5.1.0
10592026-05-21T09:41:45.409Z Downloaded tinyvec_macros v0.1.1
10602026-05-21T09:41:45.412Z Downloaded time-core v0.1.8
10612026-05-21T09:41:45.412Z Downloaded string_cache v0.8.9
10622026-05-21T09:41:45.413Z Downloaded mio v1.2.0
10632026-05-21T09:41:45.416Z Downloaded slab v0.4.12
10642026-05-21T09:41:45.420Z Downloaded hashbrown v0.15.5
10652026-05-21T09:41:45.423Z Downloaded testing_table v0.3.0
10662026-05-21T09:41:45.428Z Downloaded itertools v0.10.5
10672026-05-21T09:41:45.432Z Downloaded russh-keys v0.45.0
10682026-05-21T09:41:45.436Z Downloaded strum_macros v0.26.4
10692026-05-21T09:41:45.439Z Downloaded tabled_derive v0.11.0
10702026-05-21T09:41:45.439Z Downloaded tokio-macros v2.7.0
10712026-05-21T09:41:45.444Z Downloaded libxml v0.3.3
10722026-05-21T09:41:45.444Z Downloaded rand v0.8.6
10732026-05-21T09:41:45.449Z Downloaded rustls-platform-verifier v0.6.2
10742026-05-21T09:41:45.449Z Downloaded strum_macros v0.27.2
10752026-05-21T09:41:45.459Z Downloaded support-bundle-viewer v0.1.2
10762026-05-21T09:41:45.459Z Downloaded strum_macros v0.24.3
10772026-05-21T09:41:45.459Z Downloaded shlex v1.3.0
10782026-05-21T09:41:45.465Z Downloaded slog-dtrace v0.3.0
10792026-05-21T09:41:45.465Z Downloaded termios v0.3.3
10802026-05-21T09:41:45.465Z Downloaded pretty_assertions v1.4.1
10812026-05-21T09:41:45.475Z Downloaded rcgen v0.12.1
10822026-05-21T09:41:45.475Z Downloaded serde_yaml v0.9.34+deprecated
10832026-05-21T09:41:45.479Z Downloaded stringprep v0.1.5
10842026-05-21T09:41:45.483Z Downloaded nom v7.1.3
10852026-05-21T09:41:45.483Z Downloaded thiserror-no-std v2.0.2
10862026-05-21T09:41:45.486Z Downloaded tls_codec_derive v0.4.2
10872026-05-21T09:41:45.486Z Downloaded sqlformat v0.3.5
10882026-05-21T09:41:45.489Z Downloaded try-lock v0.2.5
10892026-05-21T09:41:45.489Z Downloaded time-macros v0.2.27
10902026-05-21T09:41:45.489Z Downloaded hashbrown v0.16.1
10912026-05-21T09:41:45.494Z Downloaded thread_local v1.1.9
10922026-05-21T09:41:45.494Z Downloaded slog v2.8.2
10932026-05-21T09:41:45.498Z Downloaded iri-string v0.7.10
10942026-05-21T09:41:45.501Z Downloaded tower-service v0.3.3
10952026-05-21T09:41:45.501Z Downloaded publicsuffix v2.3.0
10962026-05-21T09:41:45.504Z Downloaded tower-layer v0.3.3
10972026-05-21T09:41:45.504Z Downloaded tiny-keccak v2.0.2
10982026-05-21T09:41:45.507Z Downloaded qorb v0.4.1
10992026-05-21T09:41:45.507Z Downloaded topological-sort v0.2.2
11002026-05-21T09:41:45.510Z Downloaded quinn v0.11.9
11012026-05-21T09:41:45.510Z Downloaded tokio-dtrace v0.1.1
11022026-05-21T09:41:45.513Z Downloaded spin v0.9.8
11032026-05-21T09:41:45.513Z Downloaded trait-variant v0.1.2
11042026-05-21T09:41:45.513Z Downloaded typify-macro v0.4.3
11052026-05-21T09:41:45.517Z Downloaded rsa v0.9.10
11062026-05-21T09:41:45.520Z Downloaded tokio-native-tls v0.3.1
11072026-05-21T09:41:45.520Z Downloaded num-bigint v0.4.6
11082026-05-21T09:41:45.523Z Downloaded ron v0.8.1
11092026-05-21T09:41:45.526Z Downloaded signal-hook v0.3.18
11102026-05-21T09:41:45.530Z Downloaded schemars v0.8.22
11112026-05-21T09:41:45.533Z Downloaded universal-hash v0.5.1
11122026-05-21T09:41:45.539Z Downloaded similar v2.7.0
11132026-05-21T09:41:45.542Z Downloaded untrusted v0.7.1
11142026-05-21T09:41:45.542Z Downloaded term v0.7.0
11152026-05-21T09:41:45.542Z Downloaded hyper v1.8.1
11162026-05-21T09:41:45.546Z Downloaded usdt-attr-macro v0.6.0
11172026-05-21T09:41:45.546Z Downloaded usdt v0.6.0
11182026-05-21T09:41:45.546Z Downloaded samael v0.0.19
11192026-05-21T09:41:45.549Z Downloaded unit-prefix v0.5.2
11202026-05-21T09:41:45.549Z Downloaded untrusted v0.9.0
11212026-05-21T09:41:45.552Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11222026-05-21T09:41:45.552Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11232026-05-21T09:41:45.552Z Downloaded unarray v0.1.4
11242026-05-21T09:41:45.557Z Downloaded typify-macro v0.6.2
11252026-05-21T09:41:45.557Z Downloaded tokio-tungstenite v0.23.1
11262026-05-21T09:41:45.557Z Downloaded tokio-tungstenite v0.21.0
11272026-05-21T09:41:45.560Z Downloaded utf-8 v0.7.6
11282026-05-21T09:41:45.560Z Downloaded socket2 v0.5.10
11292026-05-21T09:41:45.560Z Downloaded schemars v0.9.0
11302026-05-21T09:41:45.565Z Downloaded waitgroup v0.1.2
11312026-05-21T09:41:45.568Z Downloaded tui-tree-widget v0.23.1
11322026-05-21T09:41:45.568Z Downloaded toml_writer v1.0.6+spec-1.1.0
11332026-05-21T09:41:45.568Z Downloaded wait-timeout v0.2.1
11342026-05-21T09:41:45.571Z Downloaded tls_codec v0.4.2
11352026-05-21T09:41:45.571Z Downloaded socket2 v0.6.3
11362026-05-21T09:41:45.571Z Downloaded subprocess v0.2.15
11372026-05-21T09:41:45.575Z Downloaded futures-util v0.3.32
11382026-05-21T09:41:45.580Z Downloaded void v1.0.2
11392026-05-21T09:41:45.583Z Downloaded aho-corasick v1.1.4
11402026-05-21T09:41:45.586Z Downloaded itertools v0.13.0
11412026-05-21T09:41:45.589Z Downloaded tokio-rustls v0.26.4
11422026-05-21T09:41:45.592Z Downloaded tokio-rustls v0.24.1
11432026-05-21T09:41:45.592Z Downloaded unicode-truncate v1.1.0
11442026-05-21T09:41:45.592Z Downloaded itertools v0.12.1
11452026-05-21T09:41:45.595Z Downloaded want v0.3.1
11462026-05-21T09:41:45.598Z Downloaded usdt-macro v0.6.0
11472026-05-21T09:41:45.598Z Downloaded tokio-rustls v0.25.0
11482026-05-21T09:41:45.598Z Downloaded num-bigint-dig v0.8.6
11492026-05-21T09:41:45.601Z Downloaded rand v0.9.2
11502026-05-21T09:41:45.604Z Downloaded p521 v0.13.3
11512026-05-21T09:41:45.607Z Downloaded unicase v2.9.0
11522026-05-21T09:41:45.607Z Downloaded tokio-stream v0.1.18
11532026-05-21T09:41:45.611Z Downloaded xattr v1.6.1
11542026-05-21T09:41:45.611Z Downloaded usdt-impl v0.6.0
11552026-05-21T09:41:45.614Z Downloaded term v1.2.1
11562026-05-21T09:41:45.617Z Downloaded schemars v1.2.1
11572026-05-21T09:41:45.623Z Downloaded test-strategy v0.4.5
11582026-05-21T09:41:45.626Z Downloaded uzers v0.12.2
11592026-05-21T09:41:45.629Z Downloaded zone_cfg_derive v0.3.1
11602026-05-21T09:41:45.629Z Downloaded toml_parser v1.0.9+spec-1.1.0
11612026-05-21T09:41:45.629Z Downloaded tinyvec v1.10.0
11622026-05-21T09:41:45.634Z Downloaded hkdf v0.12.4
11632026-05-21T09:41:45.634Z Downloaded vergen-gitcl v1.0.8
11642026-05-21T09:41:45.638Z Downloaded vergen-lib v0.1.6
11652026-05-21T09:41:45.638Z Downloaded iddqd v0.4.1
11662026-05-21T09:41:45.641Z Downloaded zone v0.3.1
11672026-05-21T09:41:45.641Z Downloaded vsss-rs v3.3.4
11682026-05-21T09:41:45.641Z Downloaded itertools v0.14.0
11692026-05-21T09:41:45.645Z Downloaded snafu v0.8.9
11702026-05-21T09:41:45.648Z Downloaded h2 v0.4.13
11712026-05-21T09:41:45.651Z Downloaded walkdir v2.5.0
11722026-05-21T09:41:45.655Z Downloaded russh v0.45.0
11732026-05-21T09:41:45.658Z Downloaded unicode-properties v0.1.4
11742026-05-21T09:41:45.658Z Downloaded blake3 v1.8.3
11752026-05-21T09:41:45.662Z Downloaded xshell v0.2.7
11762026-05-21T09:41:45.665Z Downloaded whoami v2.1.0
11772026-05-21T09:41:45.669Z Downloaded twox-hash v2.1.2
11782026-05-21T09:41:45.669Z Downloaded zeroize_derive v1.4.3
11792026-05-21T09:41:45.669Z Downloaded toml v0.9.12+spec-1.1.0
11802026-05-21T09:41:45.672Z Downloaded toml v0.7.8
11812026-05-21T09:41:45.677Z Downloaded rustls-webpki v0.103.9
11822026-05-21T09:41:45.681Z Downloaded wyz v0.5.1
11832026-05-21T09:41:45.684Z Downloaded vergen-git2 v1.0.7
11842026-05-21T09:41:45.687Z Downloaded xshell-macros v0.2.7
11852026-05-21T09:41:45.687Z Downloaded toml v1.0.6+spec-1.1.0
11862026-05-21T09:41:45.691Z Downloaded zstd-safe v7.2.4
11872026-05-21T09:41:45.691Z Downloaded zstd v0.13.3
11882026-05-21T09:41:45.696Z Downloaded tungstenite v0.21.0
11892026-05-21T09:41:45.696Z Downloaded tar v0.4.45
11902026-05-21T09:41:45.700Z Downloaded zeroize v1.8.2
11912026-05-21T09:41:45.700Z Downloaded whoami v1.6.1
11922026-05-21T09:41:45.700Z Downloaded tracing-attributes v0.1.31
11932026-05-21T09:41:45.700Z Downloaded rpassword v7.4.0
11942026-05-21T09:41:45.703Z Downloaded typify v0.6.2
11952026-05-21T09:41:45.706Z Downloaded vergen v9.0.6
11962026-05-21T09:41:45.706Z Downloaded tungstenite v0.23.0
11972026-05-21T09:41:45.715Z Downloaded typify v0.4.3
11982026-05-21T09:41:45.719Z Downloaded zerocopy v0.6.6
11992026-05-21T09:41:45.719Z Downloaded unsafe-libyaml v0.2.11
12002026-05-21T09:41:45.722Z Downloaded toml_edit v0.23.10+spec-1.0.0
12012026-05-21T09:41:45.725Z Downloaded unicode-bidi v0.3.18
12022026-05-21T09:41:45.731Z Downloaded tracing-core v0.1.36
12032026-05-21T09:41:45.738Z Downloaded uuid v1.23.0
12042026-05-21T09:41:45.742Z Downloaded steno v0.4.1
12052026-05-21T09:41:45.756Z Downloaded vte v0.14.1
12062026-05-21T09:41:45.759Z Downloaded aws-lc-rs v1.16.3
12072026-05-21T09:41:45.765Z Downloaded git2 v0.20.4
12082026-05-21T09:41:45.781Z Downloaded tokio-postgres v0.7.16
12092026-05-21T09:41:45.785Z Downloaded yasna v0.5.2
12102026-05-21T09:41:45.785Z Downloaded unicode_categories v0.1.1
12112026-05-21T09:41:45.785Z Downloaded rand v0.10.0
12122026-05-21T09:41:45.788Z Downloaded reqwest v0.12.28
12132026-05-21T09:41:45.795Z Downloaded toml_edit v0.19.15
12142026-05-21T09:41:45.798Z Downloaded zopfli v0.8.3
12152026-05-21T09:41:45.802Z Downloaded rustyline v14.0.0
12162026-05-21T09:41:45.805Z Downloaded libm v0.2.16
12172026-05-21T09:41:45.808Z Downloaded zip v0.6.6
12182026-05-21T09:41:45.814Z Downloaded reedline v0.40.0
12192026-05-21T09:41:45.817Z Downloaded bitvec v1.0.1
12202026-05-21T09:41:45.823Z Downloaded reqwest v0.13.2
12212026-05-21T09:41:45.826Z Downloaded rayon v1.11.0
12222026-05-21T09:41:45.831Z Downloaded zerocopy-derive v0.8.40
12232026-05-21T09:41:45.836Z Downloaded p384 v0.13.1
12242026-05-21T09:41:45.839Z Downloaded yansi v1.0.1
12252026-05-21T09:41:45.844Z Downloaded moka v0.12.13
12262026-05-21T09:41:45.848Z Downloaded chrono v0.4.44
12272026-05-21T09:41:45.852Z Downloaded lalrpop v0.19.12
12282026-05-21T09:41:45.857Z Downloaded bindgen v0.71.1
12292026-05-21T09:41:45.865Z Downloaded regex v1.12.3
12302026-05-21T09:41:45.868Z Downloaded ssh-key v0.6.7
12312026-05-21T09:41:45.883Z Downloaded rustls-webpki v0.102.8
12322026-05-21T09:41:45.893Z Downloaded zip v4.6.1
12332026-05-21T09:41:45.897Z Downloaded tower v0.5.3
12342026-05-21T09:41:45.901Z Downloaded tokio-util v0.7.18
12352026-05-21T09:41:45.905Z Downloaded tower-http v0.6.8
12362026-05-21T09:41:45.910Z Downloaded serde_with v3.17.0
12372026-05-21T09:41:45.916Z Downloaded typed-path v0.9.3
12382026-05-21T09:41:45.919Z Downloaded salty v0.3.0
12392026-05-21T09:41:45.923Z Downloaded tough v0.22.0
12402026-05-21T09:41:45.929Z Downloaded radix_trie v0.2.1
12412026-05-21T09:41:45.933Z Downloaded curve25519-dalek v4.1.3
12422026-05-21T09:41:45.937Z Downloaded rustls-webpki v0.101.7
12432026-05-21T09:41:45.944Z Downloaded goblin v0.10.5
12442026-05-21T09:41:45.951Z Downloaded portable-atomic v1.13.1
12452026-05-21T09:41:45.956Z Downloaded unicode-segmentation v1.12.0
12462026-05-21T09:41:45.959Z Downloaded unicode-normalization v0.1.25
12472026-05-21T09:41:45.967Z Downloaded proptest v1.10.0
12482026-05-21T09:41:45.972Z Downloaded polar-core v0.27.3
12492026-05-21T09:41:45.990Z Downloaded dropshot v0.17.0
12502026-05-21T09:41:46.003Z Downloaded x509-cert v0.2.5
12512026-05-21T09:41:46.006Z Downloaded winnow v0.5.40
12522026-05-21T09:41:46.011Z Downloaded tabled v0.20.0
12532026-05-21T09:41:46.021Z Downloaded object v0.30.4
12542026-05-21T09:41:46.026Z Downloaded quick-xml v0.37.5
12552026-05-21T09:41:46.031Z Downloaded dropshot v0.16.7
12562026-05-21T09:41:46.043Z Downloaded zlib-rs v0.6.2
12572026-05-21T09:41:46.046Z Downloaded time v0.3.47
12582026-05-21T09:41:46.053Z Downloaded winnow v0.6.26
12592026-05-21T09:41:46.058Z Downloaded nix v0.27.1
12602026-05-21T09:41:46.064Z Downloaded rustls v0.22.4
12612026-05-21T09:41:46.071Z Downloaded smoltcp v0.11.0
12622026-05-21T09:41:46.078Z Downloaded openapiv3 v2.2.0
12632026-05-21T09:41:46.085Z Downloaded rustls v0.23.37
12642026-05-21T09:41:46.092Z Downloaded zerocopy v0.8.40
12652026-05-21T09:41:46.097Z Downloaded bstr v1.12.1
12662026-05-21T09:41:46.102Z Downloaded webpki-roots v1.0.6
12672026-05-21T09:41:46.105Z Downloaded quinn-proto v0.11.13
12682026-05-21T09:41:46.109Z Downloaded nix v0.28.0
12692026-05-21T09:41:46.114Z Downloaded petname v2.0.2
12702026-05-21T09:41:46.117Z Downloaded diesel v2.3.7
12712026-05-21T09:41:46.129Z Downloaded rustls v0.21.12
12722026-05-21T09:41:46.135Z Downloaded nix v0.29.0
12732026-05-21T09:41:46.141Z Downloaded openssl v0.10.79
12742026-05-21T09:41:46.157Z Downloaded vcpkg v0.2.15
12752026-05-21T09:41:46.179Z Downloaded smoltcp v0.9.1
12762026-05-21T09:41:46.186Z Downloaded nix v0.31.2
12772026-05-21T09:41:46.193Z Downloaded regex-syntax v0.6.29
12782026-05-21T09:41:46.199Z Downloaded object v0.37.3
12792026-05-21T09:41:46.207Z Downloaded hickory-proto v0.24.4
12802026-05-21T09:41:46.216Z Downloaded tracing v0.1.44
12812026-05-21T09:41:46.228Z Downloaded typify-impl v0.6.2
12822026-05-21T09:41:46.237Z Downloaded regress v0.11.1
12832026-05-21T09:41:46.242Z Downloaded regex-syntax v0.8.10
12842026-05-21T09:41:46.246Z Downloaded regress v0.10.5
12852026-05-21T09:41:46.252Z Downloaded hickory-proto v0.25.2
12862026-05-21T09:41:46.260Z Downloaded zerocopy-derive v0.6.6
12872026-05-21T09:41:46.266Z Downloaded ratatui v0.29.0
12882026-05-21T09:41:46.279Z Downloaded rustix v0.38.44
12892026-05-21T09:41:46.291Z Downloaded jiff v0.2.21
12902026-05-21T09:41:46.326Z Downloaded csv v1.4.0
12912026-05-21T09:41:46.339Z Downloaded sqlparser v0.61.0
12922026-05-21T09:41:46.344Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12932026-05-21T09:41:46.355Z Downloaded sha3 v0.10.8
12942026-05-21T09:41:46.370Z Downloaded bzip2-sys v0.1.13+1.0.8
12952026-05-21T09:41:46.383Z Downloaded typify-impl v0.4.3
12962026-05-21T09:41:46.393Z Downloaded sled v0.34.7
12972026-05-21T09:41:46.401Z Downloaded encoding_rs v0.8.35
12982026-05-21T09:41:46.412Z Downloaded regex-automata v0.4.14
12992026-05-21T09:41:46.422Z Downloaded ring v0.17.14
13002026-05-21T09:41:46.452Z Downloaded chrono-tz v0.10.4
13012026-05-21T09:41:46.464Z Downloaded petgraph v0.6.5
13022026-05-21T09:41:46.488Z Downloaded petgraph v0.8.3
13032026-05-21T09:41:46.501Z Downloaded libz-sys v1.1.24
13042026-05-21T09:41:46.515Z Downloaded tokio v1.52.1
13052026-05-21T09:41:46.633Z Downloaded libgit2-sys v0.18.3+1.9.2
13062026-05-21T09:41:47.154Z Downloaded aws-lc-sys v0.40.0
13072026-05-21T09:41:47.394Z Compiling libc v0.2.185
13082026-05-21T09:41:47.394Z Compiling serde v1.0.228
13092026-05-21T09:41:47.397Z Compiling log v0.4.29
13102026-05-21T09:41:47.397Z Compiling find-msvc-tools v0.1.9
13112026-05-21T09:41:47.543Z Compiling shlex v1.3.0
13122026-05-21T09:41:47.551Z Compiling smallvec v1.15.1
13132026-05-21T09:41:47.564Z Compiling syn v2.0.117
13142026-05-21T09:41:47.584Z Compiling typenum v1.19.0
13152026-05-21T09:41:47.733Z Compiling generic-array v0.14.7
13162026-05-21T09:41:47.754Z Compiling subtle v2.6.1
13172026-05-21T09:41:47.776Z Compiling scopeguard v1.2.0
13182026-05-21T09:41:47.809Z Compiling const-oid v0.9.6
13192026-05-21T09:41:47.866Z Compiling lock_api v0.4.14
13202026-05-21T09:41:47.881Z Compiling serde_json v1.0.149
13212026-05-21T09:41:47.930Z Compiling zerocopy v0.8.40
13222026-05-21T09:41:47.980Z Compiling pin-project-lite v0.2.17
13232026-05-21T09:41:48.080Z Compiling parking_lot_core v0.9.12
13242026-05-21T09:41:48.108Z Compiling portable-atomic v1.13.1
13252026-05-21T09:41:48.357Z Compiling pkg-config v0.3.32
13262026-05-21T09:41:48.393Z Compiling bitflags v2.11.0
13272026-05-21T09:41:48.478Z Compiling getrandom v0.2.17
13282026-05-21T09:41:48.549Z Compiling jobserver v0.1.34
13292026-05-21T09:41:48.575Z Compiling errno v0.3.14
13302026-05-21T09:41:48.632Z Compiling rand_core v0.6.4
13312026-05-21T09:41:48.715Z Compiling signal-hook-registry v1.4.8
13322026-05-21T09:41:48.918Z Compiling cc v1.2.56
13332026-05-21T09:41:48.931Z Compiling critical-section v1.2.0
13342026-05-21T09:41:48.934Z Compiling futures-core v0.3.32
13352026-05-21T09:41:49.002Z Compiling libm v0.2.16
13362026-05-21T09:41:49.025Z Compiling parking_lot v0.12.5
13372026-05-21T09:41:49.038Z Compiling mio v1.2.0
13382026-05-21T09:41:49.097Z Compiling once_cell v1.21.3
13392026-05-21T09:41:49.169Z Compiling num-traits v0.2.19
13402026-05-21T09:41:49.286Z Compiling percent-encoding v2.3.2
13412026-05-21T09:41:49.318Z Compiling socket2 v0.6.3
13422026-05-21T09:41:49.408Z Compiling futures-sink v0.3.32
13432026-05-21T09:41:49.485Z Compiling futures-io v0.3.32
13442026-05-21T09:41:49.526Z Compiling futures-channel v0.3.32
13452026-05-21T09:41:49.536Z Compiling getrandom v0.4.1
13462026-05-21T09:41:49.540Z Compiling cpufeatures v0.2.17
13472026-05-21T09:41:49.620Z Compiling futures-task v0.3.32
13482026-05-21T09:41:49.634Z Compiling slab v0.4.12
13492026-05-21T09:41:49.736Z Compiling rand_core v0.10.0
13502026-05-21T09:41:49.753Z Compiling indexmap v2.14.0
13512026-05-21T09:41:49.795Z Compiling getrandom v0.3.4
13522026-05-21T09:41:49.813Z Compiling rustversion v1.0.22
13532026-05-21T09:41:49.907Z Compiling cmake v0.1.57
13542026-05-21T09:41:50.215Z Compiling form_urlencoded v1.2.2
13552026-05-21T09:41:50.323Z Compiling fs_extra v1.3.0
13562026-05-21T09:41:50.403Z Compiling dunce v1.0.5
13572026-05-21T09:41:50.497Z Compiling synstructure v0.13.2
13582026-05-21T09:41:50.503Z Compiling base64ct v1.8.3
13592026-05-21T09:41:50.523Z Compiling ident_case v1.0.1
13602026-05-21T09:41:50.598Z Compiling aws-lc-sys v0.40.0
13612026-05-21T09:41:50.650Z Compiling regex-syntax v0.8.10
13622026-05-21T09:41:50.758Z Compiling pem-rfc7468 v0.7.0
13632026-05-21T09:41:50.774Z Compiling iana-time-zone v0.1.65
13642026-05-21T09:41:50.784Z Compiling flagset v0.4.7
13652026-05-21T09:41:50.914Z Compiling rustix v1.1.3
13662026-05-21T09:41:50.973Z Compiling rand_core v0.9.5
13672026-05-21T09:41:50.992Z Compiling ring v0.17.14
13682026-05-21T09:41:51.080Z Compiling vcpkg v0.2.15
13692026-05-21T09:41:51.089Z Compiling aws-lc-rs v1.16.3
13702026-05-21T09:41:51.244Z Compiling uuid v1.23.0
13712026-05-21T09:41:51.374Z Compiling rustc_version v0.4.1
13722026-05-21T09:41:51.706Z Compiling tracing-core v0.1.36
13732026-05-21T09:41:51.829Z Compiling openssl-sys v0.9.115
13742026-05-21T09:41:52.003Z Compiling base64 v0.22.1
13752026-05-21T09:41:52.229Z Compiling serde_derive v1.0.228
13762026-05-21T09:41:52.272Z Compiling zeroize_derive v1.4.3
13772026-05-21T09:41:52.323Z Compiling zerofrom-derive v0.1.6
13782026-05-21T09:41:52.352Z Compiling yoke-derive v0.8.1
13792026-05-21T09:41:52.715Z Compiling zerovec-derive v0.11.2
13802026-05-21T09:41:52.917Z Compiling zeroize v1.8.2
13812026-05-21T09:41:53.121Z Compiling zerocopy-derive v0.8.40
13822026-05-21T09:41:53.538Z Compiling displaydoc v0.2.5
13832026-05-21T09:41:53.619Z Compiling crypto-common v0.1.7
13842026-05-21T09:41:53.733Z Compiling zerofrom v0.1.6
13852026-05-21T09:41:53.769Z Compiling block-buffer v0.10.4
13862026-05-21T09:41:53.837Z Compiling yoke v0.8.1
13872026-05-21T09:41:53.867Z Compiling tokio-macros v2.7.0
13882026-05-21T09:41:53.935Z Compiling digest v0.10.7
13892026-05-21T09:41:54.019Z Compiling zerovec v0.11.5
13902026-05-21T09:41:54.185Z Compiling futures-macro v0.3.32
13912026-05-21T09:41:54.276Z Compiling zerotrie v0.2.3
13922026-05-21T09:41:54.516Z Compiling tinystr v0.8.2
13932026-05-21T09:41:54.566Z Compiling potential_utf v0.1.4
13942026-05-21T09:41:54.578Z Compiling hmac v0.12.1
13952026-05-21T09:41:54.718Z Compiling icu_locale_core v2.1.1
13962026-05-21T09:41:54.741Z Compiling icu_collections v2.1.1
13972026-05-21T09:41:54.741Z Compiling block-padding v0.3.3
13982026-05-21T09:41:54.900Z Compiling inout v0.1.4
13992026-05-21T09:41:54.981Z Compiling futures-util v0.3.32
14002026-05-21T09:41:55.051Z Compiling cipher v0.4.4
14012026-05-21T09:41:55.227Z Compiling sha2 v0.10.9
14022026-05-21T09:41:55.309Z Compiling der_derive v0.7.3
14032026-05-21T09:41:55.598Z Compiling bytes v1.11.1
14042026-05-21T09:41:55.642Z Compiling icu_provider v2.1.1
14052026-05-21T09:41:55.667Z Compiling chrono v0.4.44
14062026-05-21T09:41:55.945Z Compiling icu_properties v2.1.2
14072026-05-21T09:41:56.217Z Compiling tokio v1.52.1
14082026-05-21T09:41:56.274Z Compiling icu_normalizer v2.1.1
14092026-05-21T09:41:56.627Z Compiling der v0.7.10
14102026-05-21T09:41:56.861Z Compiling idna_adapter v1.2.1
14112026-05-21T09:41:57.006Z Compiling idna v1.1.0
14122026-05-21T09:41:57.095Z Compiling http v1.4.0
14132026-05-21T09:41:57.109Z Compiling salsa20 v0.10.2
14142026-05-21T09:41:57.251Z Compiling pbkdf2 v0.12.2
14152026-05-21T09:41:57.292Z Compiling url v2.5.8
14162026-05-21T09:41:57.368Z Compiling rustls-pki-types v1.14.0
14172026-05-21T09:41:57.638Z Compiling ppv-lite86 v0.2.21
14182026-05-21T09:41:57.660Z Compiling spki v0.7.3
14192026-05-21T09:41:57.826Z Compiling tracing-attributes v0.1.31
14202026-05-21T09:41:57.855Z Compiling thiserror-impl v2.0.18
14212026-05-21T09:41:57.867Z Compiling http-body v1.0.1
14222026-05-21T09:41:57.948Z Compiling rand_chacha v0.9.0
14232026-05-21T09:41:58.018Z Compiling scrypt v0.11.0
14242026-05-21T09:41:58.018Z Compiling aes v0.8.4
14252026-05-21T09:41:58.157Z Compiling cbc v0.1.2
14262026-05-21T09:41:58.278Z Compiling untrusted v0.9.0
14272026-05-21T09:41:58.323Z Compiling untrusted v0.7.1
14282026-05-21T09:41:58.403Z Compiling openssl-probe v0.2.1
14292026-05-21T09:41:58.448Z Compiling tinyvec_macros v0.1.1
14302026-05-21T09:41:58.522Z Compiling httparse v1.10.1
14312026-05-21T09:41:58.575Z Compiling tinyvec v1.10.0
14322026-05-21T09:41:58.639Z Compiling pkcs5 v0.7.1
14332026-05-21T09:41:58.918Z Compiling pest_generator v2.8.6
14342026-05-21T09:41:59.064Z Compiling rand v0.9.2
14352026-05-21T09:41:59.113Z Compiling serde_derive_internals v0.29.1
14362026-05-21T09:41:59.130Z Compiling tracing v0.1.44
14372026-05-21T09:41:59.176Z Compiling thiserror v2.0.18
14382026-05-21T09:41:59.281Z Compiling aho-corasick v1.1.4
14392026-05-21T09:41:59.396Z Compiling tower-layer v0.3.3
14402026-05-21T09:41:59.558Z Compiling tower-service v0.3.3
14412026-05-21T09:41:59.611Z Compiling schemars v0.8.22
14422026-05-21T09:41:59.655Z Compiling try-lock v0.2.5
14432026-05-21T09:41:59.765Z Compiling atomic-waker v1.1.2
14442026-05-21T09:41:59.816Z Compiling dyn-clone v1.0.20
14452026-05-21T09:41:59.854Z Compiling rustls v0.23.37
14462026-05-21T09:41:59.907Z Compiling want v0.3.1
14472026-05-21T09:41:59.943Z Compiling tokio-util v0.7.18
14482026-05-21T09:42:00.004Z Compiling schemars_derive v0.8.22
14492026-05-21T09:42:00.014Z Compiling pest_derive v2.8.6
14502026-05-21T09:42:00.066Z Compiling pkcs8 v0.10.2
14512026-05-21T09:42:00.376Z Compiling regex-automata v0.4.14
14522026-05-21T09:42:00.672Z Compiling h2 v0.4.13
14532026-05-21T09:42:00.734Z Compiling ipnet v2.11.0
14542026-05-21T09:42:00.959Z Compiling scroll_derive v0.13.1
14552026-05-21T09:42:00.970Z Compiling darling_core v0.20.11
14562026-05-21T09:42:01.224Z Compiling foreign-types-shared v0.1.1
14572026-05-21T09:42:01.229Z Compiling openssl v0.10.79
14582026-05-21T09:42:01.313Z Compiling httpdate v1.0.3
14592026-05-21T09:42:01.464Z Compiling pin-utils v0.1.0
14602026-05-21T09:42:01.534Z Compiling tempfile v3.25.0
14612026-05-21T09:42:01.576Z Compiling foreign-types v0.3.2
14622026-05-21T09:42:01.758Z Compiling scroll v0.13.0
14632026-05-21T09:42:01.908Z Compiling unicode-normalization v0.1.25
14642026-05-21T09:42:02.045Z Compiling openssl-macros v0.1.1
14652026-05-21T09:42:02.369Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14662026-05-21T09:42:02.383Z Compiling spin v0.9.8
14672026-05-21T09:42:02.436Z Compiling native-tls v0.2.18
14682026-05-21T09:42:02.593Z Compiling crc32fast v1.5.0
14692026-05-21T09:42:02.647Z Compiling num-conv v0.2.0
14702026-05-21T09:42:02.756Z Compiling time-core v0.1.8
14712026-05-21T09:42:02.776Z Compiling powerfmt v0.2.0
14722026-05-21T09:42:02.905Z Compiling time-macros v0.2.27
14732026-05-21T09:42:02.983Z Compiling deranged v0.5.8
14742026-05-21T09:42:03.297Z Compiling darling_macro v0.20.11
14752026-05-21T09:42:03.763Z Compiling hyper v1.8.1
14762026-05-21T09:42:03.934Z Compiling darling v0.20.11
14772026-05-21T09:42:03.956Z Compiling goblin v0.10.5
14782026-05-21T09:42:04.015Z Compiling rustls-native-certs v0.8.3
14792026-05-21T09:42:04.307Z Compiling sync_wrapper v1.0.2
14802026-05-21T09:42:04.420Z Compiling wait-timeout v0.2.1
14812026-05-21T09:42:04.502Z Compiling simd-adler32 v0.3.8
14822026-05-21T09:42:04.614Z Compiling quick-error v1.2.3
14832026-05-21T09:42:04.687Z Compiling syn v1.0.109
14842026-05-21T09:42:04.721Z Compiling siphasher v1.0.2
14852026-05-21T09:42:04.755Z Compiling num_threads v0.1.7
14862026-05-21T09:42:04.852Z Compiling hyper-util v0.1.20
14872026-05-21T09:42:04.922Z Compiling usdt-impl v0.6.0
14882026-05-21T09:42:04.988Z Compiling bit-vec v0.8.0
14892026-05-21T09:42:05.111Z Compiling crossbeam-utils v0.8.21
14902026-05-21T09:42:05.338Z Compiling bit-set v0.8.0
14912026-05-21T09:42:05.484Z Compiling time v0.3.47
14922026-05-21T09:42:05.495Z Compiling rusty-fork v0.3.1
14932026-05-21T09:42:05.530Z Compiling tower v0.5.3
14942026-05-21T09:42:05.805Z Compiling derive_builder_core v0.20.2
14952026-05-21T09:42:06.007Z Compiling dtrace-parser v0.3.0
14962026-05-21T09:42:06.168Z Compiling http-body-util v0.1.3
14972026-05-21T09:42:06.425Z Compiling webpki-roots v1.0.6
14982026-05-21T09:42:06.543Z Compiling signature v2.2.0
14992026-05-21T09:42:06.558Z Compiling thiserror-impl v1.0.69
15002026-05-21T09:42:06.678Z Compiling dof v0.4.0
15012026-05-21T09:42:06.736Z Compiling scroll_derive v0.12.1
15022026-05-21T09:42:06.779Z Compiling heapless v0.7.17
15032026-05-21T09:42:07.016Z Compiling rand_xorshift v0.4.0
15042026-05-21T09:42:07.104Z Compiling slog v2.8.2
15052026-05-21T09:42:07.177Z Compiling darling_core v0.21.3
15062026-05-21T09:42:07.286Z Compiling bzip2-sys v0.1.13+1.0.8
15072026-05-21T09:42:07.391Z Compiling thread-id v5.1.0
15082026-05-21T09:42:07.476Z Compiling cookie v0.18.1
15092026-05-21T09:42:07.615Z Compiling signal-hook v0.3.18
15102026-05-21T09:42:07.674Z Compiling iri-string v0.7.10
15112026-05-21T09:42:07.736Z Compiling paste v1.0.15
15122026-05-21T09:42:07.865Z Compiling ryu v1.0.23
15132026-05-21T09:42:07.871Z Compiling adler2 v2.0.1
15142026-05-21T09:42:08.006Z Compiling unarray v0.1.4
15152026-05-21T09:42:08.020Z Compiling unicode-properties v0.1.4
15162026-05-21T09:42:08.047Z Compiling anyhow v1.0.102
15172026-05-21T09:42:08.115Z Compiling zstd-safe v7.2.4
15182026-05-21T09:42:08.209Z Compiling allocator-api2 v0.2.21
15192026-05-21T09:42:08.226Z Compiling unicode-bidi v0.3.18
15202026-05-21T09:42:08.306Z Compiling proptest v1.10.0
15212026-05-21T09:42:08.559Z Compiling stringprep v0.1.5
15222026-05-21T09:42:08.578Z Compiling serde_urlencoded v0.7.1
15232026-05-21T09:42:08.751Z Compiling miniz_oxide v0.8.9
15242026-05-21T09:42:08.820Z Compiling tower-http v0.6.8
15252026-05-21T09:42:08.994Z Compiling thiserror v1.0.69
15262026-05-21T09:42:09.214Z Compiling scroll v0.12.0
15272026-05-21T09:42:09.420Z Compiling derive_builder_macro v0.20.2
15282026-05-21T09:42:09.681Z Compiling darling_macro v0.21.3
15292026-05-21T09:42:09.739Z Compiling tokio-native-tls v0.3.1
15302026-05-21T09:42:09.860Z Compiling bstr v1.12.1
15312026-05-21T09:42:09.900Z Compiling ipnetwork v0.21.1
15322026-05-21T09:42:09.918Z Compiling rand_chacha v0.3.1
15332026-05-21T09:42:10.051Z Compiling serde_spanned v0.6.9
15342026-05-21T09:42:10.150Z Compiling toml_datetime v0.6.11
15352026-05-21T09:42:10.196Z Compiling erased-serde v0.3.31
15362026-05-21T09:42:10.291Z Compiling serde_tokenstream v0.2.3
15372026-05-21T09:42:10.419Z Compiling md-5 v0.10.6
15382026-05-21T09:42:10.508Z Compiling zerocopy-derive v0.7.35
15392026-05-21T09:42:10.622Z Compiling pin-project-internal v1.1.11
15402026-05-21T09:42:10.629Z Compiling async-trait v0.1.89
15412026-05-21T09:42:10.677Z Compiling curve25519-dalek v4.1.3
15422026-05-21T09:42:10.720Z Compiling vergen-lib v0.1.6
15432026-05-21T09:42:10.903Z Compiling num-integer v0.1.46
15442026-05-21T09:42:11.013Z Compiling hash32 v0.2.1
15452026-05-21T09:42:11.209Z Compiling ff v0.13.1
15462026-05-21T09:42:11.227Z Compiling memoffset v0.9.1
15472026-05-21T09:42:11.350Z Compiling psl-types v2.0.11
15482026-05-21T09:42:11.373Z Compiling fallible-iterator v0.2.0
15492026-05-21T09:42:11.420Z Compiling litrs v1.0.0
15502026-05-21T09:42:11.474Z Compiling zlib-rs v0.6.2
15512026-05-21T09:42:11.633Z Compiling base16ct v0.2.0
15522026-05-21T09:42:11.674Z Compiling cfg_aliases v0.2.1
15532026-05-21T09:42:11.689Z Compiling smoltcp v0.9.1
15542026-05-21T09:42:11.810Z Compiling rustix v0.38.44
15552026-05-21T09:42:11.874Z Compiling num-bigint-dig v0.8.6
15562026-05-21T09:42:12.001Z Compiling ref-cast v1.0.25
15572026-05-21T09:42:12.074Z Compiling document-features v0.2.12
15582026-05-21T09:42:12.087Z Compiling sec1 v0.7.3
15592026-05-21T09:42:12.246Z Compiling nix v0.31.2
15602026-05-21T09:42:12.305Z Compiling pin-project v1.1.11
15612026-05-21T09:42:12.374Z Compiling postgres-protocol v0.6.10
15622026-05-21T09:42:12.407Z Compiling publicsuffix v2.3.0
15632026-05-21T09:42:12.619Z Compiling zerocopy v0.7.35
15642026-05-21T09:42:12.664Z Compiling group v0.13.0
15652026-05-21T09:42:12.855Z Compiling num-iter v0.1.45
15662026-05-21T09:42:13.002Z Compiling newtype-uuid v1.3.2
15672026-05-21T09:42:13.152Z Compiling darling v0.21.3
15682026-05-21T09:42:13.171Z Compiling oxnet v0.1.4
15692026-05-21T09:42:13.238Z Compiling rand v0.8.6
15702026-05-21T09:42:13.379Z Compiling derive_builder v0.20.2
15712026-05-21T09:42:13.392Z Compiling hubpack_derive v0.1.1
15722026-05-21T09:42:13.424Z Compiling hyper-tls v0.6.0
15732026-05-21T09:42:13.569Z Compiling goblin v0.8.2
15742026-05-21T09:42:14.088Z Compiling phf_shared v0.13.1
15752026-05-21T09:42:14.178Z Compiling regex v1.12.3
15762026-05-21T09:42:14.334Z Compiling lazy_static v1.5.0
15772026-05-21T09:42:14.346Z Compiling flate2 v1.1.9
15782026-05-21T09:42:14.370Z Compiling futures-executor v0.3.32
15792026-05-21T09:42:14.422Z Compiling hex v0.4.3
15802026-05-21T09:42:14.605Z Compiling cargo-platform v0.1.9
15812026-05-21T09:42:14.632Z Compiling hkdf v0.12.4
15822026-05-21T09:42:14.699Z Compiling crypto-bigint v0.5.5
15832026-05-21T09:42:14.729Z Compiling terminal_size v0.4.3
15842026-05-21T09:42:14.755Z Compiling curve25519-dalek-derive v0.1.1
15852026-05-21T09:42:14.793Z Compiling strum_macros v0.27.2
15862026-05-21T09:42:14.877Z Compiling snafu-derive v0.8.9
15872026-05-21T09:42:14.892Z Compiling daft-derive v0.1.7
15882026-05-21T09:42:15.410Z Compiling ref-cast-impl v1.0.25
15892026-05-21T09:42:15.639Z Compiling vergen v9.0.6
15902026-05-21T09:42:15.788Z Compiling fs-err v3.3.0
15912026-05-21T09:42:15.954Z Compiling ahash v0.8.12
15922026-05-21T09:42:15.988Z Compiling encoding_rs v0.8.35
15932026-05-21T09:42:16.156Z Compiling bitflags v1.3.2
15942026-05-21T09:42:16.235Z Compiling managed v0.8.0
15952026-05-21T09:42:16.454Z Compiling foldhash v0.1.5
15962026-05-21T09:42:16.630Z Compiling same-file v1.0.6
15972026-05-21T09:42:16.764Z Compiling unicode-segmentation v1.12.0
15982026-05-21T09:42:16.813Z Compiling mime v0.3.17
15992026-05-21T09:42:16.826Z Compiling libbz2-rs-sys v0.2.2
16002026-05-21T09:42:16.873Z Compiling winnow v0.5.40
16012026-05-21T09:42:17.053Z Compiling foldhash v0.2.0
16022026-05-21T09:42:17.081Z Compiling object v0.37.3
16032026-05-21T09:42:17.173Z Compiling bumpalo v3.20.2
16042026-05-21T09:42:21.373Z Compiling bzip2 v0.6.1
16052026-05-21T09:42:21.373Z Compiling zopfli v0.8.3
16062026-05-21T09:42:21.373Z Compiling hashbrown v0.16.1
16072026-05-21T09:42:21.373Z Compiling clap_builder v4.5.60
16082026-05-21T09:42:21.373Z Compiling snafu v0.8.9
16092026-05-21T09:42:21.373Z Compiling strum v0.27.2
16102026-05-21T09:42:21.373Z Compiling walkdir v2.5.0
16112026-05-21T09:42:21.373Z Compiling hashbrown v0.15.5
16122026-05-21T09:42:21.373Z Compiling toml_edit v0.19.15
16132026-05-21T09:42:21.373Z Compiling dof v0.3.0
16142026-05-21T09:42:21.374Z Compiling elliptic-curve v0.13.8
16152026-05-21T09:42:21.374Z Compiling daft v0.1.7
16162026-05-21T09:42:21.432Z Compiling cargo_metadata v0.19.2
16172026-05-21T09:42:21.432Z Compiling futures v0.3.32
16182026-05-21T09:42:21.432Z Compiling phf v0.13.1
16192026-05-21T09:42:21.432Z Compiling cookie_store v0.22.1
16202026-05-21T09:42:21.432Z Compiling signal-hook-mio v0.2.5
16212026-05-21T09:42:21.432Z Compiling hubpack v0.1.2
16222026-05-21T09:42:21.432Z Compiling zstd v0.13.3
16232026-05-21T09:42:21.432Z Compiling bzip2 v0.4.4
16242026-05-21T09:42:21.432Z Compiling serde_with_macros v3.17.0
16252026-05-21T09:42:21.432Z Compiling postgres-types v0.2.12
16262026-05-21T09:42:21.432Z Compiling usdt-macro v0.6.0
16272026-05-21T09:42:21.432Z Compiling usdt-attr-macro v0.6.0
16282026-05-21T09:42:21.432Z Compiling globset v0.4.18
16292026-05-21T09:42:21.432Z Compiling dtrace-parser v0.2.0
16302026-05-21T09:42:21.432Z Compiling ed25519 v2.2.3
16312026-05-21T09:42:21.432Z Compiling phf_shared v0.11.3
16322026-05-21T09:42:21.463Z Compiling olpc-cjson v0.1.4
16332026-05-21T09:42:21.500Z Compiling pkcs1 v0.7.5
16342026-05-21T09:42:21.570Z Compiling serde-big-array v0.5.1
16352026-05-21T09:42:21.582Z Compiling serde_plain v1.0.2
16362026-05-21T09:42:21.664Z Compiling rfc6979 v0.4.0
16372026-05-21T09:42:21.700Z Compiling pem v3.0.6
16382026-05-21T09:42:21.788Z Compiling clap_derive v4.5.55
16392026-05-21T09:42:21.829Z Compiling serde_repr v0.1.20
16402026-05-21T09:42:21.924Z Compiling strum_macros v0.26.4
16412026-05-21T09:42:21.938Z Compiling enum-as-inner v0.6.1
16422026-05-21T09:42:22.068Z Compiling async-recursion v1.1.1
16432026-05-21T09:42:22.179Z Compiling float-cmp v0.10.0
16442026-05-21T09:42:22.332Z Compiling thread-id v4.2.2
16452026-05-21T09:42:22.357Z Compiling memmap2 v0.9.10
16462026-05-21T09:42:22.420Z Compiling env_filter v1.0.0
16472026-05-21T09:42:22.452Z Compiling predicates-core v1.0.10
16482026-05-21T09:42:22.576Z Compiling whoami v2.1.0
16492026-05-21T09:42:22.632Z Compiling jiff v0.2.21
16502026-05-21T09:42:22.731Z Compiling either v1.15.0
16512026-05-21T09:42:22.731Z Compiling keccak v0.1.6
16522026-05-21T09:42:22.943Z Compiling precomputed-hash v0.1.1
16532026-05-21T09:42:22.959Z Compiling static_assertions v1.1.0
16542026-05-21T09:42:23.035Z Compiling new_debug_unreachable v1.0.6
16552026-05-21T09:42:23.048Z Compiling normalize-line-endings v0.3.0
16562026-05-21T09:42:23.111Z Compiling fixedbitset v0.5.7
16572026-05-21T09:42:23.143Z Compiling data-encoding v2.10.0
16582026-05-21T09:42:23.410Z Compiling difflib v0.4.0
16592026-05-21T09:42:23.553Z Compiling typed-path v0.9.3
16602026-05-21T09:42:23.578Z Compiling fixedbitset v0.4.2
16612026-05-21T09:42:23.683Z Compiling strum v0.26.3
16622026-05-21T09:42:23.798Z Compiling petgraph v0.6.5
16632026-05-21T09:42:23.820Z Compiling predicates v3.1.4
16642026-05-21T09:42:23.832Z Compiling clap v4.5.60
16652026-05-21T09:42:23.921Z Compiling hickory-proto v0.25.2
16662026-05-21T09:42:23.970Z Compiling toml_edit v0.22.27
16672026-05-21T09:42:24.465Z Compiling petgraph v0.8.3
16682026-05-21T09:42:24.465Z Compiling string_cache v0.8.9
16692026-05-21T09:42:24.712Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16702026-05-21T09:42:24.757Z Compiling itertools v0.13.0
16712026-05-21T09:42:25.292Z Compiling zip v4.6.1
16722026-05-21T09:42:25.981Z Compiling sha3 v0.10.8
16732026-05-21T09:42:26.251Z Compiling tokio-postgres v0.7.16
16742026-05-21T09:42:26.410Z Compiling env_logger v0.11.9
16752026-05-21T09:42:26.448Z Compiling usdt v0.6.0
16762026-05-21T09:42:26.675Z Compiling usdt-impl v0.5.0
16772026-05-21T09:42:26.716Z Compiling ecdsa v0.16.9
16782026-05-21T09:42:26.779Z Compiling rsa v0.9.10
16792026-05-21T09:42:26.850Z Compiling ed25519-dalek v2.2.0
16802026-05-21T09:42:27.155Z Compiling serde_with v3.17.0
16812026-05-21T09:42:27.315Z Compiling crossterm v0.28.1
16822026-05-21T09:42:27.550Z Compiling zip v0.6.6
16832026-05-21T09:42:28.526Z Compiling toml v0.7.8
16842026-05-21T09:42:28.548Z Compiling iddqd v0.4.1
16852026-05-21T09:42:28.873Z Compiling similar v2.7.0
16862026-05-21T09:42:28.916Z Compiling heck v0.4.1
16872026-05-21T09:42:29.011Z Compiling toml_parser v1.0.9+spec-1.1.0
16882026-05-21T09:42:29.141Z Compiling crossbeam-epoch v0.9.18
16892026-05-21T09:42:29.155Z Compiling tokio-stream v0.1.18
16902026-05-21T09:42:29.467Z Compiling buf-list v1.1.2
16912026-05-21T09:42:29.623Z Compiling x509-cert v0.2.5
16922026-05-21T09:42:29.637Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16932026-05-21T09:42:29.744Z Compiling openapiv3 v2.2.0
16942026-05-21T09:42:29.756Z Compiling sha1 v0.10.6
16952026-05-21T09:42:29.770Z Compiling toml_datetime v0.7.5+spec-1.1.0
16962026-05-21T09:42:29.939Z Compiling peg-runtime v0.8.5
16972026-05-21T09:42:29.982Z Compiling lalrpop-util v0.19.12
16982026-05-21T09:42:30.057Z Compiling thread_local v1.1.9
16992026-05-21T09:42:30.113Z Compiling slog-async v2.8.0
17002026-05-21T09:42:30.178Z Compiling crossbeam-channel v0.5.15
17012026-05-21T09:42:30.228Z Compiling is-terminal v0.4.17
17022026-05-21T09:42:30.309Z Compiling filetime v0.2.27
17032026-05-21T09:42:30.327Z Compiling xattr v1.6.1
17042026-05-21T09:42:30.426Z Compiling term v1.2.1
17052026-05-21T09:42:30.485Z Compiling take_mut v0.2.2
17062026-05-21T09:42:30.499Z Compiling tar v0.4.45
17072026-05-21T09:42:31.006Z Compiling slog-term v2.9.2
17082026-05-21T09:42:40.725Z Compiling rustls-webpki v0.103.9
17092026-05-21T09:42:43.560Z Compiling tokio-rustls v0.26.4
17102026-05-21T09:42:43.560Z Compiling rustls-platform-verifier v0.6.2
17112026-05-21T09:42:43.761Z Compiling hyper-rustls v0.27.7
17122026-05-21T09:42:43.967Z Compiling reqwest v0.12.28
17132026-05-21T09:42:43.980Z Compiling reqwest v0.13.2
17142026-05-21T09:42:45.233Z Compiling tough v0.22.0
17152026-05-21T09:42:47.790Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17162026-05-21T09:42:48.006Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17172026-05-21T09:42:50.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17182026-05-21T09:42:50.984Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17192026-05-21T09:42:51.039ZMay 21 09:42:49.373 INFO Starting download, target: Cockroach
17202026-05-21T09:42:51.039ZMay 21 09:42:49.374 INFO Starting download, target: Console
17212026-05-21T09:42:51.039ZMay 21 09:42:49.374 INFO Starting download, target: Clickhouse
17222026-05-21T09:42:51.039ZMay 21 09:42:49.374 INFO Starting download, target: DendriteStub
17232026-05-21T09:42:51.039ZMay 21 09:42:49.374 INFO Starting download, target: MaghemiteMgd
17242026-05-21T09:42:51.042ZMay 21 09:42:49.374 INFO Starting download, target: TransceiverControl
17252026-05-21T09:42:51.043ZMay 21 09:42:49.374 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17262026-05-21T09:42:51.043ZMay 21 09:42:49.374 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17272026-05-21T09:42:51.043ZMay 21 09:42:49.374 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17282026-05-21T09:42:51.043ZMay 21 09:42:49.374 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17292026-05-21T09:42:51.043ZMay 21 09:42:49.374 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17302026-05-21T09:42:51.043ZMay 21 09:42:49.374 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17312026-05-21T09:42:51.358ZMay 21 09:42:49.692 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17322026-05-21T09:42:51.567ZMay 21 09:42:49.896 INFO Download complete, target: TransceiverControl
17332026-05-21T09:42:52.080ZMay 21 09:42:50.413 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17342026-05-21T09:42:52.330ZMay 21 09:42:50.655 INFO Download complete, target: Console
17352026-05-21T09:42:52.697ZMay 21 09:42:51.025 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17362026-05-21T09:42:53.027ZMay 21 09:42:51.362 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17372026-05-21T09:42:53.258ZMay 21 09:42:51.593 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17382026-05-21T09:42:53.308ZMay 21 09:42:51.643 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17392026-05-21T09:42:53.308ZMay 21 09:42:51.643 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17402026-05-21T09:42:55.062ZMay 21 09:42:53.386 INFO Download complete, target: DendriteStub
17412026-05-21T09:42:55.412ZMay 21 09:42:53.744 INFO Download complete, target: MaghemiteMgd
17422026-05-21T09:42:57.929ZMay 21 09:42:56.264 INFO Checking that binary works, target: Cockroach
17432026-05-21T09:42:58.048ZMay 21 09:42:56.382 INFO Download complete, target: Cockroach
17442026-05-21T09:42:59.833ZMay 21 09:42:58.167 INFO Checking that binary works, target: Clickhouse
17452026-05-21T09:42:59.945ZMay 21 09:42:58.280 INFO Download complete, target: Clickhouse
17462026-05-21T09:42:59.961ZAll builder prerequisites installed successfully, and PATH looks valid
17472026-05-21T09:42:59.964Z
17482026-05-21T09:42:59.965Zreal 2:14.749305509
17492026-05-21T09:42:59.965Zuser 6:57.633067215
17502026-05-21T09:42:59.965Zsys 1:23.376194821
17512026-05-21T09:42:59.965Ztrap 0.216449233
17522026-05-21T09:42:59.965Ztflt 0.628015744
17532026-05-21T09:42:59.965Zdflt 0.616774884
17542026-05-21T09:42:59.965Zkflt 0.029167398
17552026-05-21T09:42:59.965Zlock 21:34.598545871
17562026-05-21T09:42:59.965Zslp 21:25.644042633
17572026-05-21T09:42:59.965Zlat 42.729116748
17582026-05-21T09:42:59.965Zstop 1:50.753498199
17592026-05-21T09:42:59.965Z+ banner hack-check
17602026-05-21T09:42:59.965Z
17612026-05-21T09:42:59.965Z # # ## #### # # #### # # ###### #### # #
17622026-05-21T09:42:59.965Z # # # # # # # # # # # # # # # # #
17632026-05-21T09:42:59.965Z ###### # # # #### ##### # ###### ##### # ####
17642026-05-21T09:42:59.965Z # # ###### # # # # # # # # # #
17652026-05-21T09:42:59.965Z # # # # # # # # # # # # # # # # #
17662026-05-21T09:42:59.965Z # # # # #### # # #### # # ###### #### # #
17672026-05-21T09:42:59.965Z
17682026-05-21T09:42:59.965Z+ export CARGO_INCREMENTAL=0
17692026-05-21T09:42:59.965Z+ CARGO_INCREMENTAL=0
17702026-05-21T09:42:59.965Z+ ptime -m timeout 2h cargo xtask check-features --ci
17712026-05-21T09:43:00.494Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17722026-05-21T09:43:00.714Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17732026-05-21T09:43:02.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
17742026-05-21T09:43:02.671Z Running `target/debug/xtask check-features --ci`
17752026-05-21T09:43:02.698Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17762026-05-21T09:43:02.701Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17772026-05-21T09:43:03.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17782026-05-21T09:43:03.219Z Running `target/debug/xtask download cargo-hack`
17792026-05-21T09:43:04.011Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17802026-05-21T09:43:04.328Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17812026-05-21T09:43:06.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
17822026-05-21T09:43:06.969Z Running `target/debug/xtask-downloader cargo-hack`
17832026-05-21T09:43:07.015ZMay 21 09:43:05.348 INFO Starting download, target: CargoHack
17842026-05-21T09:43:07.019ZMay 21 09:43:05.349 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17852026-05-21T09:43:07.436ZMay 21 09:43:05.771 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17862026-05-21T09:43:07.485ZMay 21 09:43:05.820 INFO Download complete, target: CargoHack
17872026-05-21T09:43:07.489Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17882026-05-21T09:43:07.501Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17892026-05-21T09:43:07.654Zinfo: running `cargo check --bins` on api_identity (1/276)
17902026-05-21T09:43:08.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17912026-05-21T09:43:08.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17922026-05-21T09:43:08.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17932026-05-21T09:43:08.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17942026-05-21T09:43:08.248Z
17952026-05-21T09:43:08.248Zinfo: running `cargo check --bins` on bootstore (2/276)
17962026-05-21T09:43:08.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972026-05-21T09:43:08.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982026-05-21T09:43:08.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992026-05-21T09:43:08.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18002026-05-21T09:43:08.841Z
18012026-05-21T09:43:08.841Zinfo: running `cargo check --bins` on omicron-ledger (3/276)
18022026-05-21T09:43:09.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-05-21T09:43:09.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-05-21T09:43:09.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-05-21T09:43:09.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18062026-05-21T09:43:09.428Z
18072026-05-21T09:43:09.429Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276)
18082026-05-21T09:43:09.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-05-21T09:43:09.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-05-21T09:43:09.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-05-21T09:43:09.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18122026-05-21T09:43:10.023Z
18132026-05-21T09:43:10.023Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276)
18142026-05-21T09:43:10.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-05-21T09:43:10.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-05-21T09:43:10.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-05-21T09:43:10.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18182026-05-21T09:43:10.616Z
18192026-05-21T09:43:10.616Zinfo: running `cargo check --bins` on omicron-certificates (6/276)
18202026-05-21T09:43:11.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-05-21T09:43:11.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-05-21T09:43:11.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-05-21T09:43:11.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18242026-05-21T09:43:11.228Z
18252026-05-21T09:43:11.229Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/276)
18262026-05-21T09:43:11.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-05-21T09:43:11.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-05-21T09:43:11.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-05-21T09:43:11.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18302026-05-21T09:43:11.831Z
18312026-05-21T09:43:11.831Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276)
18322026-05-21T09:43:12.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-05-21T09:43:12.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-05-21T09:43:12.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-05-21T09:43:12.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18362026-05-21T09:43:12.430Z
18372026-05-21T09:43:12.430Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276)
18382026-05-21T09:43:12.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-05-21T09:43:12.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-05-21T09:43:12.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-05-21T09:43:12.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18422026-05-21T09:43:12.908Z
18432026-05-21T09:43:12.908Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276)
18442026-05-21T09:43:13.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-05-21T09:43:13.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-05-21T09:43:13.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-05-21T09:43:13.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18482026-05-21T09:43:13.388Z
18492026-05-21T09:43:13.388Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276)
18502026-05-21T09:43:13.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-05-21T09:43:13.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-05-21T09:43:13.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-05-21T09:43:13.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18542026-05-21T09:43:13.857Z
18552026-05-21T09:43:13.857Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276)
18562026-05-21T09:43:14.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-05-21T09:43:14.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-05-21T09:43:14.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-05-21T09:43:14.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18602026-05-21T09:43:14.329Z
18612026-05-21T09:43:14.329Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276)
18622026-05-21T09:43:14.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-05-21T09:43:14.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-05-21T09:43:14.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-05-21T09:43:14.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18662026-05-21T09:43:14.804Z
18672026-05-21T09:43:14.804Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276)
18682026-05-21T09:43:15.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-05-21T09:43:15.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-05-21T09:43:15.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-05-21T09:43:15.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18722026-05-21T09:43:15.277Z
18732026-05-21T09:43:15.277Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276)
18742026-05-21T09:43:15.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-05-21T09:43:15.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-05-21T09:43:15.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-05-21T09:43:15.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18782026-05-21T09:43:15.749Z
18792026-05-21T09:43:15.750Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276)
18802026-05-21T09:43:16.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-05-21T09:43:16.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-05-21T09:43:16.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-05-21T09:43:16.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18842026-05-21T09:43:16.229Z
18852026-05-21T09:43:16.230Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276)
18862026-05-21T09:43:16.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-05-21T09:43:16.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-05-21T09:43:16.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-05-21T09:43:16.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18902026-05-21T09:43:16.699Z
18912026-05-21T09:43:16.700Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276)
18922026-05-21T09:43:17.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-05-21T09:43:17.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-05-21T09:43:17.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-05-21T09:43:17.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18962026-05-21T09:43:17.175Z
18972026-05-21T09:43:17.175Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276)
18982026-05-21T09:43:17.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-05-21T09:43:17.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-05-21T09:43:17.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-05-21T09:43:17.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19022026-05-21T09:43:17.650Z
19032026-05-21T09:43:17.650Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276)
19042026-05-21T09:43:18.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-05-21T09:43:18.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-05-21T09:43:18.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-05-21T09:43:18.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19082026-05-21T09:43:18.126Z
19092026-05-21T09:43:18.126Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276)
19102026-05-21T09:43:18.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-05-21T09:43:18.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-05-21T09:43:18.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-05-21T09:43:18.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19142026-05-21T09:43:18.603Z
19152026-05-21T09:43:18.603Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276)
19162026-05-21T09:43:19.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-05-21T09:43:19.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-05-21T09:43:19.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-05-21T09:43:19.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19202026-05-21T09:43:19.082Z
19212026-05-21T09:43:19.082Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276)
19222026-05-21T09:43:19.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-05-21T09:43:19.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-05-21T09:43:19.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-05-21T09:43:19.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19262026-05-21T09:43:19.560Z
19272026-05-21T09:43:19.560Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276)
19282026-05-21T09:43:19.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-05-21T09:43:19.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-05-21T09:43:19.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-05-21T09:43:19.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19322026-05-21T09:43:20.041Z
19332026-05-21T09:43:20.041Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276)
19342026-05-21T09:43:20.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-05-21T09:43:20.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-05-21T09:43:20.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-05-21T09:43:20.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19382026-05-21T09:43:20.522Z
19392026-05-21T09:43:20.522Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276)
19402026-05-21T09:43:20.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-05-21T09:43:20.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-05-21T09:43:20.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-05-21T09:43:20.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19442026-05-21T09:43:21.000Z
19452026-05-21T09:43:21.000Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276)
19462026-05-21T09:43:21.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-05-21T09:43:21.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-05-21T09:43:21.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-05-21T09:43:21.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19502026-05-21T09:43:21.474Z
19512026-05-21T09:43:21.474Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276)
19522026-05-21T09:43:21.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-05-21T09:43:21.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-05-21T09:43:21.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-05-21T09:43:21.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19562026-05-21T09:43:21.950Z
19572026-05-21T09:43:21.950Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276)
19582026-05-21T09:43:22.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-05-21T09:43:22.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-05-21T09:43:22.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-05-21T09:43:22.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19622026-05-21T09:43:22.431Z
19632026-05-21T09:43:22.431Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276)
19642026-05-21T09:43:22.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-05-21T09:43:22.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-05-21T09:43:22.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-05-21T09:43:22.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19682026-05-21T09:43:22.911Z
19692026-05-21T09:43:22.911Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276)
19702026-05-21T09:43:23.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-05-21T09:43:23.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-05-21T09:43:23.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-05-21T09:43:23.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19742026-05-21T09:43:23.449Z
19752026-05-21T09:43:23.449Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276)
19762026-05-21T09:43:23.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-05-21T09:43:23.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-05-21T09:43:23.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-05-21T09:43:23.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19802026-05-21T09:43:23.856Z
19812026-05-21T09:43:23.856Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276)
19822026-05-21T09:43:24.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-05-21T09:43:24.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-05-21T09:43:24.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-05-21T09:43:24.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19862026-05-21T09:43:24.327Z
19872026-05-21T09:43:24.327Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276)
19882026-05-21T09:43:24.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-05-21T09:43:24.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-05-21T09:43:24.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-05-21T09:43:24.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19922026-05-21T09:43:24.803Z
19932026-05-21T09:43:24.803Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276)
19942026-05-21T09:43:25.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-05-21T09:43:25.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-05-21T09:43:25.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-05-21T09:43:25.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19982026-05-21T09:43:25.277Z
19992026-05-21T09:43:25.277Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276)
20002026-05-21T09:43:25.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-05-21T09:43:25.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-05-21T09:43:25.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-05-21T09:43:25.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20042026-05-21T09:43:25.753Z
20052026-05-21T09:43:25.753Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276)
20062026-05-21T09:43:26.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-05-21T09:43:26.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-05-21T09:43:26.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-05-21T09:43:26.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20102026-05-21T09:43:26.231Z
20112026-05-21T09:43:26.231Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276)
20122026-05-21T09:43:26.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-05-21T09:43:26.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-05-21T09:43:26.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-05-21T09:43:26.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20162026-05-21T09:43:26.702Z
20172026-05-21T09:43:26.703Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276)
20182026-05-21T09:43:27.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-05-21T09:43:27.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-05-21T09:43:27.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-05-21T09:43:27.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20222026-05-21T09:43:27.178Z
20232026-05-21T09:43:27.178Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276)
20242026-05-21T09:43:27.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-05-21T09:43:27.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-05-21T09:43:27.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-05-21T09:43:27.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20282026-05-21T09:43:27.657Z
20292026-05-21T09:43:27.657Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276)
20302026-05-21T09:43:28.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-05-21T09:43:28.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-05-21T09:43:28.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-05-21T09:43:28.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20342026-05-21T09:43:28.133Z
20352026-05-21T09:43:28.133Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276)
20362026-05-21T09:43:28.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-05-21T09:43:28.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-05-21T09:43:28.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-05-21T09:43:28.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20402026-05-21T09:43:28.611Z
20412026-05-21T09:43:28.612Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276)
20422026-05-21T09:43:29.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-05-21T09:43:29.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-05-21T09:43:29.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-05-21T09:43:29.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20462026-05-21T09:43:29.084Z
20472026-05-21T09:43:29.084Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276)
20482026-05-21T09:43:29.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-05-21T09:43:29.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-05-21T09:43:29.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-05-21T09:43:29.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20522026-05-21T09:43:29.559Z
20532026-05-21T09:43:29.559Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276)
20542026-05-21T09:43:29.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-05-21T09:43:29.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-05-21T09:43:29.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-05-21T09:43:29.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20582026-05-21T09:43:30.039Z
20592026-05-21T09:43:30.039Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276)
20602026-05-21T09:43:30.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-05-21T09:43:30.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-05-21T09:43:30.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-05-21T09:43:30.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20642026-05-21T09:43:30.521Z
20652026-05-21T09:43:30.522Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276)
20662026-05-21T09:43:30.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-05-21T09:43:30.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-05-21T09:43:30.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-05-21T09:43:30.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20702026-05-21T09:43:31.001Z
20712026-05-21T09:43:31.001Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276)
20722026-05-21T09:43:31.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-05-21T09:43:31.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-05-21T09:43:31.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-05-21T09:43:31.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20762026-05-21T09:43:31.482Z
20772026-05-21T09:43:31.482Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276)
20782026-05-21T09:43:32.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-05-21T09:43:32.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-05-21T09:43:32.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-05-21T09:43:32.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20822026-05-21T09:43:32.132Z
20832026-05-21T09:43:32.132Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276)
20842026-05-21T09:43:32.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-05-21T09:43:32.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-05-21T09:43:32.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-05-21T09:43:32.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20882026-05-21T09:43:32.782Z
20892026-05-21T09:43:32.782Zinfo: running `cargo check --bins` on nexus-config (51/276)
20902026-05-21T09:43:33.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-05-21T09:43:33.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-05-21T09:43:33.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-05-21T09:43:33.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20942026-05-21T09:43:33.429Z
20952026-05-21T09:43:33.429Zinfo: running `cargo check --bins` on nexus-types (52/276)
20962026-05-21T09:43:33.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-05-21T09:43:33.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-05-21T09:43:33.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-05-21T09:43:33.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21002026-05-21T09:43:34.068Z
21012026-05-21T09:43:34.068Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276)
21022026-05-21T09:43:34.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-05-21T09:43:34.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-05-21T09:43:34.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-05-21T09:43:34.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21062026-05-21T09:43:34.683Z
21072026-05-21T09:43:34.683Zinfo: running `cargo check --bins` on omicron-passwords (54/276)
21082026-05-21T09:43:35.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-05-21T09:43:35.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-05-21T09:43:35.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-05-21T09:43:35.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21122026-05-21T09:43:35.284Z
21132026-05-21T09:43:35.285Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/276)
21142026-05-21T09:43:35.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-05-21T09:43:35.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-05-21T09:43:35.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-05-21T09:43:35.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21182026-05-21T09:43:35.899Z
21192026-05-21T09:43:35.899Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276)
21202026-05-21T09:43:36.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-05-21T09:43:36.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-05-21T09:43:36.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-05-21T09:43:36.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21242026-05-21T09:43:36.516Z
21252026-05-21T09:43:36.516Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276)
21262026-05-21T09:43:37.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-05-21T09:43:37.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-05-21T09:43:37.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-05-21T09:43:37.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21302026-05-21T09:43:37.131Z
21312026-05-21T09:43:37.131Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276)
21322026-05-21T09:43:37.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-05-21T09:43:37.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-05-21T09:43:37.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-05-21T09:43:37.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21362026-05-21T09:43:37.748Z
21372026-05-21T09:43:37.748Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276)
21382026-05-21T09:43:38.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-05-21T09:43:38.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-05-21T09:43:38.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-05-21T09:43:38.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21422026-05-21T09:43:38.350Z
21432026-05-21T09:43:38.350Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276)
21442026-05-21T09:43:38.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-05-21T09:43:38.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-05-21T09:43:38.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-05-21T09:43:38.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21482026-05-21T09:43:38.938Z
21492026-05-21T09:43:38.938Zinfo: running `cargo check --bins --no-default-features` on gfss (61/276)
21502026-05-21T09:43:39.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-05-21T09:43:39.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-05-21T09:43:39.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-05-21T09:43:39.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21542026-05-21T09:43:39.533Z
21552026-05-21T09:43:39.534Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276)
21562026-05-21T09:43:40.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-05-21T09:43:40.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-05-21T09:43:40.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-05-21T09:43:40.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21602026-05-21T09:43:40.130Z
21612026-05-21T09:43:40.130Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/276)
21622026-05-21T09:43:40.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-05-21T09:43:40.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-05-21T09:43:40.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-05-21T09:43:40.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21662026-05-21T09:43:40.743Z
21672026-05-21T09:43:40.743Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/276)
21682026-05-21T09:43:41.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-05-21T09:43:41.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-05-21T09:43:41.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-05-21T09:43:41.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21722026-05-21T09:43:41.358Z
21732026-05-21T09:43:41.358Zinfo: running `cargo check --bins` on cockroach-admin-types (65/276)
21742026-05-21T09:43:41.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-05-21T09:43:41.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-05-21T09:43:41.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-05-21T09:43:41.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21782026-05-21T09:43:41.957Z
21792026-05-21T09:43:41.957Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/276)
21802026-05-21T09:43:42.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-05-21T09:43:42.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-05-21T09:43:42.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-05-21T09:43:42.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21842026-05-21T09:43:42.555Z
21852026-05-21T09:43:42.555Zinfo: running `cargo check --bins` on ereport-types (67/276)
21862026-05-21T09:43:43.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-05-21T09:43:43.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-05-21T09:43:43.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-05-21T09:43:43.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21902026-05-21T09:43:43.160Z
21912026-05-21T09:43:43.160Zinfo: running `cargo check --bins` on gateway-client (68/276)
21922026-05-21T09:43:43.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-05-21T09:43:43.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-05-21T09:43:43.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-05-21T09:43:43.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21962026-05-21T09:43:43.767Z
21972026-05-21T09:43:43.767Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/276)
21982026-05-21T09:43:44.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-05-21T09:43:44.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-05-21T09:43:44.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-05-21T09:43:44.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22022026-05-21T09:43:44.369Z
22032026-05-21T09:43:44.369Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276)
22042026-05-21T09:43:44.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-05-21T09:43:45.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-05-21T09:43:45.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-05-21T09:43:45.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22082026-05-21T09:43:45.007Z
22092026-05-21T09:43:45.007Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276)
22102026-05-21T09:43:45.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-05-21T09:43:45.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-05-21T09:43:45.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-05-21T09:43:45.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22142026-05-21T09:43:45.584Z
22152026-05-21T09:43:45.584Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276)
22162026-05-21T09:43:46.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-05-21T09:43:46.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-05-21T09:43:46.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-05-21T09:43:46.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22202026-05-21T09:43:46.195Z
22212026-05-21T09:43:46.195Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/276)
22222026-05-21T09:43:46.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-05-21T09:43:46.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-05-21T09:43:46.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-05-21T09:43:46.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22262026-05-21T09:43:46.821Z
22272026-05-21T09:43:46.821Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276)
22282026-05-21T09:43:47.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-05-21T09:43:47.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-05-21T09:43:47.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-05-21T09:43:47.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22322026-05-21T09:43:47.446Z
22332026-05-21T09:43:47.446Zinfo: running `cargo check --bins` on key-manager-types (75/276)
22342026-05-21T09:43:47.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-05-21T09:43:47.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-05-21T09:43:47.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-05-21T09:43:47.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22382026-05-21T09:43:48.037Z
22392026-05-21T09:43:48.037Zinfo: running `cargo check --bins` on oxlog (76/276)
22402026-05-21T09:43:48.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-05-21T09:43:48.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-05-21T09:43:48.656Z Checking cfg-if v1.0.4
22432026-05-21T09:43:48.660Z Checking libc v0.2.185
22442026-05-21T09:43:48.660Z Checking serde_core v1.0.228
22452026-05-21T09:43:48.782Z Checking zeroize v1.8.2
22462026-05-21T09:43:48.787Z Checking memchr v2.8.0
22472026-05-21T09:43:48.793Z Checking log v0.4.29
22482026-05-21T09:43:48.802Z Checking smallvec v1.15.1
22492026-05-21T09:43:48.813Z Checking typenum v1.19.0
22502026-05-21T09:43:48.813Z Checking subtle v2.6.1
22512026-05-21T09:43:48.920Z Checking itoa v1.0.17
22522026-05-21T09:43:48.952Z Checking scopeguard v1.2.0
22532026-05-21T09:43:48.967Z Checking stable_deref_trait v1.2.1
22542026-05-21T09:43:48.979Z Checking const-oid v0.9.6
22552026-05-21T09:43:49.040Z Checking zerofrom v0.1.6
22562026-05-21T09:43:49.051Z Checking lock_api v0.4.14
22572026-05-21T09:43:49.064Z Checking pin-project-lite v0.2.17
22582026-05-21T09:43:49.153Z Checking yoke v0.8.1
22592026-05-21T09:43:49.166Z Checking getrandom v0.2.17
22602026-05-21T09:43:49.167Z Checking errno v0.3.14
22612026-05-21T09:43:49.192Z Checking parking_lot_core v0.9.12
22622026-05-21T09:43:49.244Z Checking portable-atomic v1.13.1
22632026-05-21T09:43:49.291Z Checking signal-hook-registry v1.4.8
22642026-05-21T09:43:49.313Z Checking rand_core v0.6.4
22652026-05-21T09:43:49.322Z Checking zerovec v0.11.5
22662026-05-21T09:43:49.334Z Checking generic-array v0.14.7
22672026-05-21T09:43:49.371Z Checking futures-core v0.3.32
22682026-05-21T09:43:49.444Z Checking critical-section v1.2.0
22692026-05-21T09:43:49.486Z Checking parking_lot v0.12.5
22702026-05-21T09:43:49.498Z Checking mio v1.2.0
22712026-05-21T09:43:49.540Z Checking zerocopy v0.8.40
22722026-05-21T09:43:49.645Z Checking once_cell v1.21.3
22732026-05-21T09:43:49.660Z Checking zmij v1.0.21
22742026-05-21T09:43:49.678Z Checking socket2 v0.6.3
22752026-05-21T09:43:49.742Z Checking tinystr v0.8.2
22762026-05-21T09:43:49.762Z Checking crypto-common v0.1.7
22772026-05-21T09:43:49.775Z Checking block-buffer v0.10.4
22782026-05-21T09:43:49.814Z Checking libm v0.2.16
22792026-05-21T09:43:49.866Z Checking equivalent v1.0.2
22802026-05-21T09:43:49.882Z Checking writeable v0.6.2
22812026-05-21T09:43:49.904Z Checking digest v0.10.7
22822026-05-21T09:43:49.916Z Checking litemap v0.8.1
22832026-05-21T09:43:49.928Z Checking percent-encoding v2.3.2
22842026-05-21T09:43:49.946Z Checking potential_utf v0.1.4
22852026-05-21T09:43:50.048Z Checking zerotrie v0.2.3
22862026-05-21T09:43:50.070Z Checking futures-sink v0.3.32
22872026-05-21T09:43:50.083Z Checking icu_collections v2.1.1
22882026-05-21T09:43:50.095Z Checking icu_locale_core v2.1.1
22892026-05-21T09:43:50.107Z Checking futures-io v0.3.32
22902026-05-21T09:43:50.166Z Checking futures-channel v0.3.32
22912026-05-21T09:43:50.219Z Checking futures-task v0.3.32
22922026-05-21T09:43:50.258Z Checking serde v1.0.228
22932026-05-21T09:43:50.293Z Checking bitflags v2.11.0
22942026-05-21T09:43:50.354Z Checking serde_json v1.0.149
22952026-05-21T09:43:50.358Z Checking cpufeatures v0.2.17
22962026-05-21T09:43:50.387Z Checking slab v0.4.12
22972026-05-21T09:43:50.433Z Checking hmac v0.12.1
22982026-05-21T09:43:50.457Z Checking icu_properties_data v2.1.2
22992026-05-21T09:43:50.532Z Checking num-traits v0.2.19
23002026-05-21T09:43:50.544Z Checking futures-util v0.3.32
23012026-05-21T09:43:50.561Z Checking icu_normalizer_data v2.1.1
23022026-05-21T09:43:50.581Z Checking hashbrown v0.17.0
23032026-05-21T09:43:50.633Z Checking rand_core v0.10.0
23042026-05-21T09:43:50.646Z Checking icu_provider v2.1.1
23052026-05-21T09:43:50.659Z Checking bytes v1.11.1
23062026-05-21T09:43:50.774Z Checking getrandom v0.4.1
23072026-05-21T09:43:50.880Z Checking icu_properties v2.1.2
23082026-05-21T09:43:50.929Z Checking icu_normalizer v2.1.1
23092026-05-21T09:43:51.021Z Checking block-padding v0.3.3
23102026-05-21T09:43:51.052Z Checking indexmap v2.14.0
23112026-05-21T09:43:51.066Z Checking utf8_iter v1.0.4
23122026-05-21T09:43:51.115Z Checking tokio v1.52.1
23132026-05-21T09:43:51.154Z Checking inout v0.1.4
23142026-05-21T09:43:51.188Z Checking sha2 v0.10.9
23152026-05-21T09:43:51.235Z Checking form_urlencoded v1.2.2
23162026-05-21T09:43:51.291Z Checking cipher v0.4.4
23172026-05-21T09:43:51.361Z Checking getrandom v0.3.4
23182026-05-21T09:43:51.454Z Checking byteorder v1.5.0
23192026-05-21T09:43:51.498Z Checking base64ct v1.8.3
23202026-05-21T09:43:51.503Z Checking fnv v1.0.7
23212026-05-21T09:43:51.606Z Checking flagset v0.4.7
23222026-05-21T09:43:51.620Z Checking rand_core v0.9.5
23232026-05-21T09:43:51.658Z Checking http v1.4.0
23242026-05-21T09:43:51.701Z Checking idna_adapter v1.2.1
23252026-05-21T09:43:51.726Z Checking pem-rfc7468 v0.7.0
23262026-05-21T09:43:51.739Z Checking regex-syntax v0.8.10
23272026-05-21T09:43:51.796Z Checking salsa20 v0.10.2
23282026-05-21T09:43:51.816Z Checking idna v1.1.0
23292026-05-21T09:43:51.880Z Checking der v0.7.10
23302026-05-21T09:43:51.926Z Checking uuid v1.23.0
23312026-05-21T09:43:52.060Z Checking url v2.5.8
23322026-05-21T09:43:52.224Z Checking pbkdf2 v0.12.2
23332026-05-21T09:43:52.239Z Checking rustix v1.1.3
23342026-05-21T09:43:52.320Z Checking ppv-lite86 v0.2.21
23352026-05-21T09:43:52.334Z Checking tracing-core v0.1.36
23362026-05-21T09:43:52.464Z Checking rustls-pki-types v1.14.0
23372026-05-21T09:43:52.500Z Checking base64 v0.22.1
23382026-05-21T09:43:52.611Z Checking iana-time-zone v0.1.65
23392026-05-21T09:43:52.614Z Checking spki v0.7.3
23402026-05-21T09:43:52.634Z Checking tracing v0.1.44
23412026-05-21T09:43:52.718Z Checking chrono v0.4.44
23422026-05-21T09:43:52.735Z Checking rand_chacha v0.9.0
23432026-05-21T09:43:52.749Z Checking scrypt v0.11.0
23442026-05-21T09:43:52.784Z Checking http-body v1.0.1
23452026-05-21T09:43:52.837Z Checking cbc v0.1.2
23462026-05-21T09:43:52.883Z Checking aes v0.8.4
23472026-05-21T09:43:52.912Z Checking aws-lc-sys v0.40.0
23482026-05-21T09:43:52.931Z Checking tinyvec_macros v0.1.1
23492026-05-21T09:43:52.961Z Checking untrusted v0.9.0
23502026-05-21T09:43:52.998Z Checking openssl-probe v0.2.1
23512026-05-21T09:43:53.045Z Checking untrusted v0.7.1
23522026-05-21T09:43:53.068Z Checking ring v0.17.14
23532026-05-21T09:43:53.082Z Checking tinyvec v1.10.0
23542026-05-21T09:43:53.101Z Checking rand v0.9.2
23552026-05-21T09:43:53.154Z Checking try-lock v0.2.5
23562026-05-21T09:43:53.255Z Checking atomic-waker v1.1.2
23572026-05-21T09:43:53.271Z Checking pkcs5 v0.7.1
23582026-05-21T09:43:53.352Z Checking tower-layer v0.3.3
23592026-05-21T09:43:53.384Z Checking tower-service v0.3.3
23602026-05-21T09:43:53.414Z Checking aws-lc-rs v1.16.3
23612026-05-21T09:43:53.471Z Checking want v0.3.1
23622026-05-21T09:43:53.502Z Checking ipnet v2.11.0
23632026-05-21T09:43:53.522Z Checking pkcs8 v0.10.2
23642026-05-21T09:43:53.568Z Checking httparse v1.10.1
23652026-05-21T09:43:53.568Z Checking aho-corasick v1.1.4
23662026-05-21T09:43:53.594Z Checking foreign-types-shared v0.1.1
23672026-05-21T09:43:53.673Z Checking fastrand v2.3.0
23682026-05-21T09:43:53.698Z Checking pin-utils v0.1.0
23692026-05-21T09:43:53.753Z Checking dyn-clone v1.0.20
23702026-05-21T09:43:53.768Z Checking httpdate v1.0.3
23712026-05-21T09:43:53.782Z Checking plain v0.2.3
23722026-05-21T09:43:53.853Z Checking tempfile v3.25.0
23732026-05-21T09:43:53.867Z Checking foreign-types v0.3.2
23742026-05-21T09:43:53.882Z Checking unicode-normalization v0.1.25
23752026-05-21T09:43:53.912Z Checking semver v1.0.28
23762026-05-21T09:43:53.928Z Checking openssl-sys v0.9.115
23772026-05-21T09:43:54.049Z Checking spin v0.9.8
23782026-05-21T09:43:54.062Z Checking unicode-ident v1.0.24
23792026-05-21T09:43:54.120Z Checking ucd-trie v0.1.7
23802026-05-21T09:43:54.173Z Checking proc-macro2 v1.0.106
23812026-05-21T09:43:54.234Z Checking schemars v0.8.22
23822026-05-21T09:43:54.251Z Checking rustls-webpki v0.103.9
23832026-05-21T09:43:54.264Z Checking pest v2.8.6
23842026-05-21T09:43:54.268Z Checking regex-automata v0.4.14
23852026-05-21T09:43:54.287Z Checking rustls-native-certs v0.8.3
23862026-05-21T09:43:54.307Z Checking openssl v0.10.79
23872026-05-21T09:43:54.346Z Checking tokio-util v0.7.18
23882026-05-21T09:43:54.411Z Checking thiserror v2.0.18
23892026-05-21T09:43:54.490Z Checking sync_wrapper v1.0.2
23902026-05-21T09:43:54.513Z Checking wait-timeout v0.2.1
23912026-05-21T09:43:54.594Z Checking simd-adler32 v0.3.8
23922026-05-21T09:43:54.636Z Checking anstyle v1.0.13
23932026-05-21T09:43:54.681Z Checking rustls v0.23.37
23942026-05-21T09:43:54.763Z Checking siphasher v1.0.2
23952026-05-21T09:43:54.818Z Checking utf8parse v0.2.2
23962026-05-21T09:43:54.877Z Checking pretty-hex v0.4.1
23972026-05-21T09:43:54.923Z Checking quick-error v1.2.3
23982026-05-21T09:43:54.931Z Checking powerfmt v0.2.0
23992026-05-21T09:43:54.952Z Checking h2 v0.4.13
24002026-05-21T09:43:54.994Z Checking bit-vec v0.8.0
24012026-05-21T09:43:55.019Z Checking rusty-fork v0.3.1
24022026-05-21T09:43:55.079Z Checking deranged v0.5.8
24032026-05-21T09:43:55.184Z Checking bit-set v0.8.0
24042026-05-21T09:43:55.197Z Checking anstyle-parse v0.2.7
24052026-05-21T09:43:55.329Z Checking tower v0.5.3
24062026-05-21T09:43:55.334Z Checking quote v1.0.45
24072026-05-21T09:43:55.355Z Compiling newtype-uuid v1.3.2
24082026-05-21T09:43:55.511Z Checking http-body-util v0.1.3
24092026-05-21T09:43:55.536Z Checking crossbeam-utils v0.8.21
24102026-05-21T09:43:55.718Z Checking webpki-roots v1.0.6
24112026-05-21T09:43:55.731Z Checking rand_xorshift v0.4.0
24122026-05-21T09:43:55.836Z Checking crc32fast v1.5.0
24132026-05-21T09:43:55.851Z Checking scroll v0.13.0
24142026-05-21T09:43:55.885Z Checking signature v2.2.0
24152026-05-21T09:43:55.980Z Checking unicode-properties v0.1.4
24162026-05-21T09:43:56.018Z Checking anstyle-query v1.1.5
24172026-05-21T09:43:56.031Z Checking ryu v1.0.23
24182026-05-21T09:43:56.081Z Checking iri-string v0.7.10
24192026-05-21T09:43:56.112Z Checking colorchoice v1.0.4
24202026-05-21T09:43:56.127Z Checking num-conv v0.2.0
24212026-05-21T09:43:56.169Z Checking unicode-bidi v0.3.18
24222026-05-21T09:43:56.169Z Checking time-core v0.1.8
24232026-05-21T09:43:56.210Z Checking adler2 v2.0.1
24242026-05-21T09:43:56.240Z Checking is_terminal_polyfill v1.70.2
24252026-05-21T09:43:56.314Z Checking unarray v0.1.4
24262026-05-21T09:43:56.327Z Checking allocator-api2 v0.2.21
24272026-05-21T09:43:56.338Z Checking num_threads v0.1.7
24282026-05-21T09:43:56.370Z Checking native-tls v0.2.18
24292026-05-21T09:43:56.416Z Checking proptest v1.10.0
24302026-05-21T09:43:56.428Z Checking time v0.3.47
24312026-05-21T09:43:56.480Z Checking stringprep v0.1.5
24322026-05-21T09:43:56.544Z Checking tokio-native-tls v0.3.1
24332026-05-21T09:43:56.604Z Checking anstream v0.6.21
24342026-05-21T09:43:56.630Z Checking miniz_oxide v0.8.9
24352026-05-21T09:43:56.706Z Checking serde_urlencoded v0.7.1
24362026-05-21T09:43:56.802Z Checking bstr v1.12.1
24372026-05-21T09:43:56.908Z Checking goblin v0.10.5
24382026-05-21T09:43:56.983Z Checking crossbeam-epoch v0.9.18
24392026-05-21T09:43:57.098Z Checking tokio-rustls v0.26.4
24402026-05-21T09:43:57.111Z Checking tower-http v0.6.8
24412026-05-21T09:43:57.201Z Checking syn v2.0.117
24422026-05-21T09:43:57.214Z Compiling daft v0.1.7
24432026-05-21T09:43:57.329Z Checking ipnetwork v0.21.1
24442026-05-21T09:43:57.384Z Checking rand_chacha v0.3.1
24452026-05-21T09:43:57.493Z Checking scroll v0.12.0
24462026-05-21T09:43:57.548Z Checking thiserror v1.0.69
24472026-05-21T09:43:57.562Z Checking hash32 v0.2.1
24482026-05-21T09:43:57.596Z Checking zstd-sys v2.0.16+zstd.1.5.7
24492026-05-21T09:43:57.646Z Checking num-integer v0.1.46
24502026-05-21T09:43:57.676Z Checking hyper v1.8.1
24512026-05-21T09:43:57.707Z Checking toml_datetime v0.6.11
24522026-05-21T09:43:57.718Z Checking serde_spanned v0.6.9
24532026-05-21T09:43:57.730Z Checking md-5 v0.10.6
24542026-05-21T09:43:57.843Z Checking ff v0.13.1
24552026-05-21T09:43:57.865Z Checking fallible-iterator v0.2.0
24562026-05-21T09:43:57.868Z Checking zlib-rs v0.6.2
24572026-05-21T09:43:57.890Z Checking psl-types v2.0.11
24582026-05-21T09:43:57.973Z Checking base16ct v0.2.0
24592026-05-21T09:43:58.008Z Checking publicsuffix v2.3.0
24602026-05-21T09:43:58.097Z Checking sec1 v0.7.3
24612026-05-21T09:43:58.135Z Checking postgres-protocol v0.6.10
24622026-05-21T09:43:58.159Z Checking group v0.13.0
24632026-05-21T09:43:58.301Z Checking num-iter v0.1.45
24642026-05-21T09:43:58.305Z Checking goblin v0.8.2
24652026-05-21T09:43:58.378Z Checking heapless v0.7.17
24662026-05-21T09:43:58.414Z Checking zstd-safe v7.2.4
24672026-05-21T09:43:58.444Z Checking rand v0.8.6
24682026-05-21T09:43:58.574Z Checking hyper-util v0.1.20
24692026-05-21T09:43:58.586Z Checking cookie v0.18.1
24702026-05-21T09:43:58.751Z Checking flate2 v1.1.9
24712026-05-21T09:43:58.781Z Checking oxnet v0.1.4
24722026-05-21T09:43:58.816Z Compiling iddqd v0.4.1
24732026-05-21T09:43:58.960Z Checking dtrace-parser v0.3.0
24742026-05-21T09:43:59.015Z Checking phf_shared v0.13.1
24752026-05-21T09:43:59.044Z Checking lazy_static v1.5.0
24762026-05-21T09:43:59.133Z Checking pin-project v1.1.11
24772026-05-21T09:43:59.200Z Checking zerocopy v0.7.35
24782026-05-21T09:43:59.211Z Checking bzip2-sys v0.1.13+1.0.8
24792026-05-21T09:43:59.232Z Checking signal-hook v0.3.18
24802026-05-21T09:43:59.235Z Checking dof v0.4.0
24812026-05-21T09:43:59.295Z Checking terminal_size v0.4.3
24822026-05-21T09:43:59.409Z Checking futures-executor v0.3.32
24832026-05-21T09:43:59.435Z Checking hex v0.4.3
24842026-05-21T09:43:59.487Z Checking hkdf v0.12.4
24852026-05-21T09:43:59.554Z Checking crypto-bigint v0.5.5
24862026-05-21T09:43:59.619Z Checking thread-id v5.1.0
24872026-05-21T09:43:59.655Z Checking encoding_rs v0.8.35
24882026-05-21T09:43:59.681Z Checking winnow v0.5.40
24892026-05-21T09:43:59.697Z Compiling rayon-core v1.13.0
24902026-05-21T09:43:59.825Z Checking hyper-rustls v0.27.7
24912026-05-21T09:43:59.862Z Checking hyper-tls v0.6.0
24922026-05-21T09:43:59.874Z Checking either v1.15.0
24932026-05-21T09:44:00.038Z Checking strsim v0.11.1
24942026-05-21T09:44:00.042Z Checking bitflags v1.3.2
24952026-05-21T09:44:00.061Z Checking bumpalo v3.20.2
24962026-05-21T09:44:00.064Z Checking managed v0.8.0
24972026-05-21T09:44:00.118Z Checking foldhash v0.2.0
24982026-05-21T09:44:00.198Z Checking mime v0.3.17
24992026-05-21T09:44:00.211Z Checking libbz2-rs-sys v0.2.2
25002026-05-21T09:44:00.250Z Checking winnow v0.7.14
25012026-05-21T09:44:00.261Z Checking foldhash v0.1.5
25022026-05-21T09:44:00.272Z Checking same-file v1.0.6
25032026-05-21T09:44:00.375Z Checking clap_lex v1.0.0
25042026-05-21T09:44:00.388Z Checking walkdir v2.5.0
25052026-05-21T09:44:00.400Z Checking hashbrown v0.15.5
25062026-05-21T09:44:00.460Z Checking elliptic-curve v0.13.8
25072026-05-21T09:44:00.526Z Checking clap_builder v4.5.60
25082026-05-21T09:44:00.549Z Checking hashbrown v0.16.1
25092026-05-21T09:44:00.598Z Checking bzip2 v0.6.1
25102026-05-21T09:44:00.604Z Checking reqwest v0.12.28
25112026-05-21T09:44:00.762Z Checking zopfli v0.8.3
25122026-05-21T09:44:00.776Z Checking smoltcp v0.9.1
25132026-05-21T09:44:00.841Z Checking toml_edit v0.19.15
25142026-05-21T09:44:00.875Z Checking dof v0.3.0
25152026-05-21T09:44:01.081Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25162026-05-21T09:44:01.137Z Checking usdt-impl v0.6.0
25172026-05-21T09:44:01.166Z Checking futures v0.3.32
25182026-05-21T09:44:01.246Z Checking signal-hook-mio v0.2.5
25192026-05-21T09:44:01.289Z Checking bzip2 v0.4.4
25202026-05-21T09:44:01.358Z Checking snafu v0.8.9
25212026-05-21T09:44:01.381Z Checking phf v0.13.1
25222026-05-21T09:44:01.445Z Checking num-bigint-dig v0.8.6
25232026-05-21T09:44:01.459Z Checking cookie_store v0.22.1
25242026-05-21T09:44:01.483Z Checking zstd v0.13.3
25252026-05-21T09:44:01.531Z Checking postgres-types v0.2.12
25262026-05-21T09:44:01.598Z Checking dtrace-parser v0.2.0
25272026-05-21T09:44:01.666Z Checking crossbeam-deque v0.8.6
25282026-05-21T09:44:01.692Z Checking globset v0.4.18
25292026-05-21T09:44:01.796Z Checking rustls-platform-verifier v0.6.2
25302026-05-21T09:44:01.809Z Checking regex v1.12.3
25312026-05-21T09:44:01.831Z Checking ed25519 v2.2.3
25322026-05-21T09:44:01.843Z Checking phf_shared v0.11.3
25332026-05-21T09:44:01.847Z Checking olpc-cjson v0.1.4
25342026-05-21T09:44:01.914Z Checking ref-cast v1.0.25
25352026-05-21T09:44:01.932Z Checking curve25519-dalek v4.1.3
25362026-05-21T09:44:01.947Z Checking strum v0.27.2
25372026-05-21T09:44:01.982Z Checking hubpack v0.1.2
25382026-05-21T09:44:01.982Z Checking memoffset v0.9.1
25392026-05-21T09:44:02.009Z Checking rustix v0.38.44
25402026-05-21T09:44:02.009Z Checking pkcs1 v0.7.5
25412026-05-21T09:44:02.054Z Checking pem v3.0.6
25422026-05-21T09:44:02.068Z Checking float-cmp v0.10.0
25432026-05-21T09:44:02.084Z Checking serde-big-array v0.5.1
25442026-05-21T09:44:02.146Z Checking serde_plain v1.0.2
25452026-05-21T09:44:02.195Z Checking erased-serde v0.3.31
25462026-05-21T09:44:02.207Z Checking rfc6979 v0.4.0
25472026-05-21T09:44:02.219Z Checking thread-id v4.2.2
25482026-05-21T09:44:02.230Z Checking memmap2 v0.9.10
25492026-05-21T09:44:02.267Z Checking env_filter v1.0.0
25502026-05-21T09:44:02.291Z Checking new_debug_unreachable v1.0.6
25512026-05-21T09:44:02.295Z Checking predicates-core v1.0.10
25522026-05-21T09:44:02.316Z Checking static_assertions v1.1.0
25532026-05-21T09:44:02.361Z Checking toml_write v0.1.2
25542026-05-21T09:44:02.383Z Checking keccak v0.1.6
25552026-05-21T09:44:02.395Z Checking typed-path v0.9.3
25562026-05-21T09:44:02.408Z Checking normalize-line-endings v0.3.0
25572026-05-21T09:44:02.422Z Checking precomputed-hash v0.1.1
25582026-05-21T09:44:02.497Z Checking unicode-segmentation v1.12.0
25592026-05-21T09:44:02.509Z Checking data-encoding v2.10.0
25602026-05-21T09:44:02.526Z Checking fixedbitset v0.5.7
25612026-05-21T09:44:02.543Z Checking fixedbitset v0.4.2
25622026-05-21T09:44:02.576Z Checking difflib v0.4.0
25632026-05-21T09:44:02.695Z Checking whoami v2.1.0
25642026-05-21T09:44:02.711Z Checking jiff v0.2.21
25652026-05-21T09:44:02.723Z Checking petgraph v0.8.3
25662026-05-21T09:44:02.756Z Checking predicates v3.1.4
25672026-05-21T09:44:02.775Z Checking hickory-proto v0.25.2
25682026-05-21T09:44:02.802Z Checking similar v2.7.0
25692026-05-21T09:44:02.816Z Checking crossterm v0.28.1
25702026-05-21T09:44:02.889Z Checking tokio-postgres v0.7.16
25712026-05-21T09:44:03.051Z Checking ed25519-dalek v2.2.0
25722026-05-21T09:44:03.173Z Checking tough v0.22.0
25732026-05-21T09:44:03.192Z Checking petgraph v0.6.5
25742026-05-21T09:44:03.281Z Checking slog v2.8.2
25752026-05-21T09:44:03.535Z Checking sha3 v0.10.8
25762026-05-21T09:44:03.549Z Checking toml_edit v0.22.27
25772026-05-21T09:44:03.743Z Checking string_cache v0.8.9
25782026-05-21T09:44:03.915Z Checking env_logger v0.11.9
25792026-05-21T09:44:04.108Z Checking usdt v0.6.0
25802026-05-21T09:44:04.156Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
25812026-05-21T09:44:04.280Z Checking ecdsa v0.16.9
25822026-05-21T09:44:04.292Z Checking usdt-impl v0.5.0
25832026-05-21T09:44:04.446Z Checking rsa v0.9.10
25842026-05-21T09:44:04.567Z Checking nix v0.31.2
25852026-05-21T09:44:04.630Z Checking reqwest v0.13.2
25862026-05-21T09:44:04.921Z Checking toml v0.7.8
25872026-05-21T09:44:04.936Z Checking zip v4.6.1
25882026-05-21T09:44:05.227Z Checking clap v4.5.60
25892026-05-21T09:44:05.308Z Checking zip v0.6.6
25902026-05-21T09:44:05.478Z Checking toml_parser v1.0.9+spec-1.1.0
25912026-05-21T09:44:05.515Z Checking itertools v0.13.0
25922026-05-21T09:44:05.530Z Checking serde_with v3.17.0
25932026-05-21T09:44:05.548Z Checking strum v0.26.3
25942026-05-21T09:44:05.548Z Checking ahash v0.8.12
25952026-05-21T09:44:05.568Z Checking fs-err v3.3.0
25962026-05-21T09:44:05.631Z Checking object v0.37.3
25972026-05-21T09:44:05.654Z Checking tokio-stream v0.1.18
25982026-05-21T09:44:05.745Z Checking buf-list v1.1.2
25992026-05-21T09:44:05.808Z Checking anyhow v1.0.102
26002026-05-21T09:44:05.877Z Checking camino v1.2.2
26012026-05-21T09:44:05.934Z Checking x509-cert v0.2.5
26022026-05-21T09:44:06.011Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
26032026-05-21T09:44:06.056Z Checking openapiv3 v2.2.0
26042026-05-21T09:44:06.131Z Checking sha1 v0.10.6
26052026-05-21T09:44:06.281Z Checking toml_datetime v0.7.5+spec-1.1.0
26062026-05-21T09:44:06.302Z Checking lalrpop-util v0.19.12
26072026-05-21T09:44:06.449Z Checking peg-runtime v0.8.5
26082026-05-21T09:44:06.460Z Checking rayon v1.11.0
26092026-05-21T09:44:06.477Z Checking sigpipe v0.1.3
26102026-05-21T09:44:06.557Z Checking glob v0.3.3
26112026-05-21T09:44:07.874Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26122026-05-21T09:44:08.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.11s
26132026-05-21T09:44:08.322Z
26142026-05-21T09:44:08.322Zinfo: running `cargo check --bins` on internal-dns-types (77/276)
26152026-05-21T09:44:08.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26162026-05-21T09:44:08.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26172026-05-21T09:44:08.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26182026-05-21T09:44:08.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26192026-05-21T09:44:08.927Z
26202026-05-21T09:44:08.927Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/276)
26212026-05-21T09:44:09.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26222026-05-21T09:44:09.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26232026-05-21T09:44:09.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26242026-05-21T09:44:09.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26252026-05-21T09:44:09.534Z
26262026-05-21T09:44:09.534Zinfo: running `cargo check --bins` on nexus-types-versions (79/276)
26272026-05-21T09:44:10.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282026-05-21T09:44:10.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292026-05-21T09:44:10.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302026-05-21T09:44:10.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26312026-05-21T09:44:10.158Z
26322026-05-21T09:44:10.158Zinfo: running `cargo check --bins` on oxql-types (80/276)
26332026-05-21T09:44:10.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342026-05-21T09:44:10.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352026-05-21T09:44:10.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362026-05-21T09:44:10.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26372026-05-21T09:44:10.768Z
26382026-05-21T09:44:10.768Zinfo: running `cargo check --bins` on oximeter-types (81/276)
26392026-05-21T09:44:11.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402026-05-21T09:44:11.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412026-05-21T09:44:11.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422026-05-21T09:44:11.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26432026-05-21T09:44:11.376Z
26442026-05-21T09:44:11.377Zinfo: running `cargo check --bins` on oximeter-types-versions (82/276)
26452026-05-21T09:44:11.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-05-21T09:44:11.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-05-21T09:44:11.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-05-21T09:44:11.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26492026-05-21T09:44:11.985Z
26502026-05-21T09:44:11.985Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/276)
26512026-05-21T09:44:12.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-05-21T09:44:12.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-05-21T09:44:12.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-05-21T09:44:12.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26552026-05-21T09:44:12.584Z
26562026-05-21T09:44:12.584Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/276)
26572026-05-21T09:44:13.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-05-21T09:44:13.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-05-21T09:44:13.283Z Compiling structmeta-derive v0.3.0
26602026-05-21T09:44:13.399Z Compiling rustls v0.22.4
26612026-05-21T09:44:13.408Z Compiling multer v3.1.0
26622026-05-21T09:44:13.417Z Compiling async-stream-impl v0.3.6
26632026-05-21T09:44:13.421Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26642026-05-21T09:44:13.440Z Compiling dropshot v0.17.0
26652026-05-21T09:44:13.455Z Compiling newtype-uuid-macros v0.1.0
26662026-05-21T09:44:13.455Z Compiling dropshot_endpoint v0.17.0
26672026-05-21T09:44:13.576Z Checking newtype-uuid v1.3.2
26682026-05-21T09:44:13.660Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26692026-05-21T09:44:13.699Z Checking rustls-webpki v0.102.8
26702026-05-21T09:44:13.774Z Checking daft v0.1.7
26712026-05-21T09:44:13.807Z Checking thread_local v1.1.9
26722026-05-21T09:44:13.972Z Checking compression-core v0.4.31
26732026-05-21T09:44:13.991Z Checking match_cfg v0.1.0
26742026-05-21T09:44:14.011Z Checking iddqd v0.4.1
26752026-05-21T09:44:14.057Z Checking hostname v0.3.1
26762026-05-21T09:44:14.087Z Checking crossbeam-channel v0.5.15
26772026-05-21T09:44:14.101Z Checking compression-codecs v0.4.37
26782026-05-21T09:44:14.154Z Checking slog-json v2.6.1
26792026-05-21T09:44:14.211Z Checking toml_datetime v1.0.0+spec-1.1.0
26802026-05-21T09:44:14.263Z Checking serde_spanned v1.0.4
26812026-05-21T09:44:14.308Z Checking is-terminal v0.4.17
26822026-05-21T09:44:14.395Z Checking term v1.2.1
26832026-05-21T09:44:14.408Z Checking toml_writer v1.0.6+spec-1.1.0
26842026-05-21T09:44:14.420Z Checking debug-ignore v1.0.5
26852026-05-21T09:44:14.423Z Checking take_mut v0.2.2
26862026-05-21T09:44:14.451Z Compiling structmeta v0.3.0
26872026-05-21T09:44:14.517Z Checking slog-bunyan v2.5.0
26882026-05-21T09:44:14.532Z Checking slog-async v2.8.0
26892026-05-21T09:44:14.582Z Checking toml v1.0.6+spec-1.1.0
26902026-05-21T09:44:14.614Z Checking slog-term v2.9.2
26912026-05-21T09:44:14.630Z Checking async-compression v0.4.41
26922026-05-21T09:44:14.664Z Compiling derive-ex v0.1.8
26932026-05-21T09:44:14.702Z Compiling parse-display-derive v0.10.0
26942026-05-21T09:44:14.865Z Checking async-stream v0.3.6
26952026-05-21T09:44:14.881Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26962026-05-21T09:44:14.938Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26972026-05-21T09:44:14.981Z Checking progenitor-client v0.14.0
26982026-05-21T09:44:14.996Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
26992026-05-21T09:44:15.139Z Checking waitgroup v0.1.2
27002026-05-21T09:44:15.156Z Checking backon v1.6.0
27012026-05-21T09:44:15.210Z Checking rustls-pemfile v2.2.0
27022026-05-21T09:44:15.238Z Checking serde_path_to_error v0.1.20
27032026-05-21T09:44:15.242Z Checking hostname v0.4.2
27042026-05-21T09:44:15.318Z Checking instant v0.1.13
27052026-05-21T09:44:15.403Z Checking backoff v0.4.0
27062026-05-21T09:44:15.521Z Checking progenitor-extras v0.2.0
27072026-05-21T09:44:15.533Z Checking tokio-rustls v0.25.0
27082026-05-21T09:44:15.557Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27092026-05-21T09:44:15.574Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27102026-05-21T09:44:15.756Z Checking itertools v0.14.0
27112026-05-21T09:44:15.770Z Checking progenitor-client v0.10.0
27122026-05-21T09:44:15.986Z Checking regress v0.10.5
27132026-05-21T09:44:16.006Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27142026-05-21T09:44:16.229Z Checking macaddr v1.0.1
27152026-05-21T09:44:16.388Z Checking parse-display v0.10.0
27162026-05-21T09:44:16.402Z Compiling test-strategy v0.4.5
27172026-05-21T09:44:16.535Z Checking humantime v2.3.0
27182026-05-21T09:44:17.576Z Compiling prettyplease v0.2.37
27192026-05-21T09:44:17.889Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27202026-05-21T09:44:18.055Z Checking num-rational v0.4.2
27212026-05-21T09:44:18.271Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27222026-05-21T09:44:18.580Z Checking num-complex v0.4.6
27232026-05-21T09:44:19.252Z Compiling num v0.4.3
27242026-05-21T09:44:19.323Z Compiling usdt-macro v0.5.0
27252026-05-21T09:44:19.334Z Compiling usdt-attr-macro v0.5.0
27262026-05-21T09:44:19.361Z Checking memmap v0.7.0
27272026-05-21T09:44:19.384Z Checking float-ord v0.3.2
27282026-05-21T09:44:19.486Z Compiling convert_case v0.4.0
27292026-05-21T09:44:19.499Z Checking unicode-width v0.2.0
27302026-05-21T09:44:19.751Z Checking console v0.15.11
27312026-05-21T09:44:19.864Z Compiling derive_more v0.99.20
27322026-05-21T09:44:20.038Z Checking newline-converter v0.3.0
27332026-05-21T09:44:20.054Z Checking atomicwrites v0.4.4
27342026-05-21T09:44:20.104Z Checking usdt v0.5.0
27352026-05-21T09:44:20.148Z Compiling toml v0.8.23
27362026-05-21T09:44:20.183Z Checking linked-hash-map v0.5.6
27372026-05-21T09:44:20.275Z Compiling minimal-lexical v0.2.1
27382026-05-21T09:44:20.358Z Checking lru-cache v0.1.2
27392026-05-21T09:44:20.483Z Compiling nom v7.1.3
27402026-05-21T09:44:20.539Z Checking expectorate v1.2.0
27412026-05-21T09:44:21.114Z Checking camino-tempfile v1.4.1
27422026-05-21T09:44:21.278Z Checking hickory-proto v0.24.4
27432026-05-21T09:44:21.283Z Checking phf_shared v0.12.1
27442026-05-21T09:44:21.439Z Compiling slog-dtrace v0.3.0
27452026-05-21T09:44:21.491Z Checking resolv-conf v0.7.6
27462026-05-21T09:44:21.637Z Compiling chrono-tz v0.10.4
27472026-05-21T09:44:21.687Z Checking heck v0.5.0
27482026-05-21T09:44:21.817Z Compiling const_format_proc_macros v0.2.34
27492026-05-21T09:44:21.895Z Checking phf v0.12.1
27502026-05-21T09:44:21.910Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27512026-05-21T09:44:21.926Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27522026-05-21T09:44:22.039Z Checking tokio-dtrace v0.1.1
27532026-05-21T09:44:22.234Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27542026-05-21T09:44:22.392Z Compiling derive-where v1.6.0
27552026-05-21T09:44:22.505Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27562026-05-21T09:44:22.766Z Checking highway v1.3.0
27572026-05-21T09:44:23.001Z Checking const_format v0.2.35
27582026-05-21T09:44:23.112Z Checking hickory-resolver v0.24.4
27592026-05-21T09:44:23.234Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27602026-05-21T09:44:23.291Z Checking oxide-tokio-rt v0.1.4
27612026-05-21T09:44:23.478Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27622026-05-21T09:44:23.688Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27632026-05-21T09:44:23.717Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27642026-05-21T09:44:23.744Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27652026-05-21T09:44:23.845Z Checking qorb v0.4.1
27662026-05-21T09:44:23.917Z Checking gethostname v0.5.0
27672026-05-21T09:44:23.950Z Checking bcs v0.1.6
27682026-05-21T09:44:23.965Z Checking termtree v0.5.1
27692026-05-21T09:44:27.299Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27702026-05-21T09:44:30.036Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27712026-05-21T09:44:32.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.62s
27722026-05-21T09:44:32.396Z
27732026-05-21T09:44:32.396Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276)
27742026-05-21T09:44:32.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752026-05-21T09:44:32.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762026-05-21T09:44:33.087Z Compiling ar_archive_writer v0.5.1
27772026-05-21T09:44:33.198Z Compiling stacker v0.1.23
27782026-05-21T09:44:33.202Z Compiling cfg_aliases v0.1.1
27792026-05-21T09:44:33.211Z Compiling convert_case v0.10.0
27802026-05-21T09:44:33.214Z Checking unicode-width v0.1.14
27812026-05-21T09:44:33.226Z Compiling proc-macro-error v1.0.4
27822026-05-21T09:44:33.237Z Checking fd-lock v4.0.4
27832026-05-21T09:44:33.241Z Checking nibble_vec v0.1.0
27842026-05-21T09:44:33.261Z Compiling nix v0.28.0
27852026-05-21T09:44:33.353Z Checking vte v0.14.1
27862026-05-21T09:44:33.366Z Compiling recursive-proc-macro-impl v0.1.1
27872026-05-21T09:44:33.453Z Checking bytecount v0.6.9
27882026-05-21T09:44:33.467Z Checking endian-type v0.1.2
27892026-05-21T09:44:33.500Z Checking strip-ansi-escapes v0.2.1
27902026-05-21T09:44:33.513Z Compiling derive_more-impl v2.1.1
27912026-05-21T09:44:33.523Z Compiling tabled_derive v0.7.0
27922026-05-21T09:44:33.554Z Checking papergrid v0.11.0
27932026-05-21T09:44:33.590Z Checking radix_trie v0.2.1
27942026-05-21T09:44:33.615Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27952026-05-21T09:44:33.765Z Compiling peg-macros v0.8.5
27962026-05-21T09:44:33.798Z Checking winnow v0.6.26
27972026-05-21T09:44:34.034Z Compiling psm v0.1.30
27982026-05-21T09:44:34.083Z Compiling sqlparser_derive v0.5.0
27992026-05-21T09:44:34.161Z Checking nu-ansi-term v0.50.3
28002026-05-21T09:44:34.321Z Checking derive_more v2.1.1
28012026-05-21T09:44:34.374Z Checking home v0.5.12
28022026-05-21T09:44:34.437Z Checking unicode_categories v0.1.1
28032026-05-21T09:44:34.480Z Checking tabled v0.15.0
28042026-05-21T09:44:34.480Z Checking crossterm v0.29.0
28052026-05-21T09:44:34.559Z Checking rustyline v14.0.0
28062026-05-21T09:44:34.592Z Checking reedline v0.40.0
28072026-05-21T09:44:34.797Z Checking recursive v0.1.1
28082026-05-21T09:44:34.865Z Checking display-error-chain v0.2.2
28092026-05-21T09:44:34.893Z Checking sqlparser v0.61.0
28102026-05-21T09:44:34.956Z Checking sqlformat v0.3.5
28112026-05-21T09:44:35.122Z Checking peg v0.8.5
28122026-05-21T09:44:46.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.79s
28132026-05-21T09:44:46.404Z
28142026-05-21T09:44:46.404Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276)
28152026-05-21T09:44:46.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162026-05-21T09:44:46.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172026-05-21T09:44:47.090Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28182026-05-21T09:44:50.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
28192026-05-21T09:44:50.733Z
28202026-05-21T09:44:50.733Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276)
28212026-05-21T09:44:51.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-05-21T09:44:51.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-05-21T09:44:51.417Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28242026-05-21T09:44:53.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
28252026-05-21T09:44:54.065Z
28262026-05-21T09:44:54.065Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276)
28272026-05-21T09:44:54.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-05-21T09:44:54.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-05-21T09:44:54.745Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28302026-05-21T09:44:57.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
28312026-05-21T09:44:58.179Z
28322026-05-21T09:44:58.179Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276)
28332026-05-21T09:44:58.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-05-21T09:44:58.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-05-21T09:44:58.864Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-05-21T09:45:02.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s
28372026-05-21T09:45:02.340Z
28382026-05-21T09:45:02.340Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276)
28392026-05-21T09:45:02.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-05-21T09:45:02.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-05-21T09:45:03.025Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-05-21T09:45:05.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28432026-05-21T09:45:05.806Z
28442026-05-21T09:45:05.806Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276)
28452026-05-21T09:45:06.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-05-21T09:45:06.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-05-21T09:45:06.494Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-05-21T09:45:09.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
28492026-05-21T09:45:09.314Z
28502026-05-21T09:45:09.314Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276)
28512026-05-21T09:45:09.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-05-21T09:45:09.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-05-21T09:45:10.008Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-05-21T09:45:13.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
28552026-05-21T09:45:13.626Z
28562026-05-21T09:45:13.627Zinfo: running `cargo check --bins` on oximeter (93/276)
28572026-05-21T09:45:14.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-05-21T09:45:14.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-05-21T09:45:14.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602026-05-21T09:45:14.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28612026-05-21T09:45:14.235Z
28622026-05-21T09:45:14.235Zinfo: running `cargo check --bins` on oximeter-schema (94/276)
28632026-05-21T09:45:14.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-05-21T09:45:14.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-05-21T09:45:14.878Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28662026-05-21T09:45:15.042Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28672026-05-21T09:45:15.046Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28682026-05-21T09:45:15.381Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28692026-05-21T09:45:18.311Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28702026-05-21T09:45:19.524Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28712026-05-21T09:45:19.693Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28722026-05-21T09:45:20.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.12s
28732026-05-21T09:45:20.550Z
28742026-05-21T09:45:20.550Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/276)
28752026-05-21T09:45:21.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-05-21T09:45:21.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-05-21T09:45:21.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782026-05-21T09:45:21.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28792026-05-21T09:45:21.157Z
28802026-05-21T09:45:21.157Zinfo: running `cargo check --bins` on oximeter-test-utils (96/276)
28812026-05-21T09:45:21.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-05-21T09:45:21.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-05-21T09:45:21.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-05-21T09:45:21.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28852026-05-21T09:45:21.805Z
28862026-05-21T09:45:21.805Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276)
28872026-05-21T09:45:22.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-05-21T09:45:22.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-05-21T09:45:22.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-05-21T09:45:22.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28912026-05-21T09:45:22.420Z
28922026-05-21T09:45:22.420Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276)
28932026-05-21T09:45:22.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-05-21T09:45:22.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-05-21T09:45:22.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-05-21T09:45:22.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28972026-05-21T09:45:23.036Z
28982026-05-21T09:45:23.036Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276)
28992026-05-21T09:45:23.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-05-21T09:45:23.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-05-21T09:45:23.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-05-21T09:45:23.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29032026-05-21T09:45:23.650Z
29042026-05-21T09:45:23.650Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276)
29052026-05-21T09:45:24.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-05-21T09:45:24.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-05-21T09:45:24.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-05-21T09:45:24.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29092026-05-21T09:45:24.264Z
29102026-05-21T09:45:24.264Zinfo: running `cargo check --bins` on trust-quorum-types (101/276)
29112026-05-21T09:45:24.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-05-21T09:45:24.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-05-21T09:45:24.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-05-21T09:45:24.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29152026-05-21T09:45:24.860Z
29162026-05-21T09:45:24.860Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/276)
29172026-05-21T09:45:25.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-05-21T09:45:25.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-05-21T09:45:25.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-05-21T09:45:25.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29212026-05-21T09:45:25.477Z
29222026-05-21T09:45:25.477Zinfo: running `cargo check --bins` on update-engine (103/276)
29232026-05-21T09:45:25.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-05-21T09:45:25.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-05-21T09:45:25.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-05-21T09:45:25.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29272026-05-21T09:45:26.074Z
29282026-05-21T09:45:26.074Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/276)
29292026-05-21T09:45:26.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-05-21T09:45:26.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-05-21T09:45:26.810Z Compiling crucible-workspace-hack v0.1.0
29322026-05-21T09:45:26.928Z Checking secrecy v0.10.3
29332026-05-21T09:45:26.937Z Compiling heapless v0.8.0
29342026-05-21T09:45:26.946Z Compiling ingot-macros v0.1.1
29352026-05-21T09:45:26.954Z Compiling toml_edit v0.23.10+spec-1.0.0
29362026-05-21T09:45:26.958Z Checking hash32 v0.3.1
29372026-05-21T09:45:26.976Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29382026-05-21T09:45:26.979Z Compiling smoltcp v0.11.0
29392026-05-21T09:45:27.033Z Checking cobs v0.3.0
29402026-05-21T09:45:27.072Z Compiling thiserror-impl-no-std v2.0.2
29412026-05-21T09:45:27.174Z Checking universal-hash v0.5.1
29422026-05-21T09:45:27.174Z Checking half v2.7.1
29432026-05-21T09:45:27.264Z Checking opaque-debug v0.3.1
29442026-05-21T09:45:27.325Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29452026-05-21T09:45:27.339Z Checking ciborium-io v0.2.2
29462026-05-21T09:45:27.339Z Checking poly1305 v0.8.0
29472026-05-21T09:45:27.431Z Checking postcard v1.1.3
29482026-05-21T09:45:27.481Z Checking ciborium-ll v0.2.2
29492026-05-21T09:45:27.507Z Compiling proc-macro-crate v3.4.0
29502026-05-21T09:45:27.637Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29512026-05-21T09:45:27.656Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29522026-05-21T09:45:27.723Z Checking password-hash v0.5.0
29532026-05-21T09:45:27.931Z Checking chacha20 v0.9.1
29542026-05-21T09:45:27.949Z Compiling proc-macro-crate v1.3.1
29552026-05-21T09:45:27.958Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29562026-05-21T09:45:28.030Z Checking blake2 v0.10.6
29572026-05-21T09:45:28.072Z Compiling num_enum_derive v0.7.5
29582026-05-21T09:45:28.125Z Checking aead v0.5.2
29592026-05-21T09:45:28.193Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29602026-05-21T09:45:28.236Z Checking thiserror-no-std v2.0.2
29612026-05-21T09:45:28.268Z Compiling foreign-types-macros v0.2.3
29622026-05-21T09:45:28.281Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29632026-05-21T09:45:28.322Z Checking foreign-types-shared v0.3.1
29642026-05-21T09:45:28.359Z Checking cpufeatures v0.3.0
29652026-05-21T09:45:28.400Z Compiling num_enum_derive v0.5.11
29662026-05-21T09:45:28.412Z Checking vsss-rs v3.3.4
29672026-05-21T09:45:28.434Z Checking chacha20 v0.10.0
29682026-05-21T09:45:28.521Z Checking argon2 v0.5.3
29692026-05-21T09:45:28.651Z Checking chacha20poly1305 v0.10.1
29702026-05-21T09:45:28.783Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29712026-05-21T09:45:28.860Z Checking foreign-types v0.5.0
29722026-05-21T09:45:28.873Z Checking ciborium v0.2.2
29732026-05-21T09:45:29.048Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29742026-05-21T09:45:29.110Z Checking tabwriter v1.4.1
29752026-05-21T09:45:29.123Z Checking num_enum v0.7.5
29762026-05-21T09:45:29.237Z Checking byte-wrapper v0.1.0
29772026-05-21T09:45:29.256Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29782026-05-21T09:45:29.297Z Checking cstr-argument v0.1.2
29792026-05-21T09:45:29.332Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29802026-05-21T09:45:29.421Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29812026-05-21T09:45:29.439Z Checking num_enum v0.5.11
29822026-05-21T09:45:29.453Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29832026-05-21T09:45:29.519Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29842026-05-21T09:45:29.552Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29852026-05-21T09:45:29.625Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29862026-05-21T09:45:29.677Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29872026-05-21T09:45:29.722Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29882026-05-21T09:45:29.744Z Checking ingot-types v0.1.2
29892026-05-21T09:45:29.779Z Checking rand v0.10.0
29902026-05-21T09:45:29.793Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29912026-05-21T09:45:29.796Z Checking colored v3.1.1
29922026-05-21T09:45:29.921Z Checking indent_write v2.2.0
29932026-05-21T09:45:30.004Z Compiling zone_cfg_derive v0.3.1
29942026-05-21T09:45:30.058Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29952026-05-21T09:45:30.074Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29962026-05-21T09:45:30.095Z Checking ingot v0.1.1
29972026-05-21T09:45:30.109Z Checking itertools v0.12.1
29982026-05-21T09:45:30.232Z Compiling num-derive v0.4.2
29992026-05-21T09:45:30.250Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30002026-05-21T09:45:30.264Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30012026-05-21T09:45:30.375Z Checking swrite v0.1.0
30022026-05-21T09:45:30.434Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30032026-05-21T09:45:30.487Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30042026-05-21T09:45:30.639Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30052026-05-21T09:45:30.656Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30062026-05-21T09:45:30.659Z Checking dropshot-api-manager-types v0.7.1
30072026-05-21T09:45:30.754Z Checking smf v0.2.3
30082026-05-21T09:45:30.769Z Checking nanorand v0.7.0
30092026-05-21T09:45:30.835Z Checking whoami v1.6.1
30102026-05-21T09:45:31.021Z Checking flume v0.11.1
30112026-05-21T09:45:31.025Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30122026-05-21T09:45:31.161Z Checking zone v0.3.1
30132026-05-21T09:45:31.219Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30142026-05-21T09:45:31.717Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30152026-05-21T09:45:32.692Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30162026-05-21T09:45:33.590Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30172026-05-21T09:45:36.795Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30182026-05-21T09:45:38.875Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30192026-05-21T09:45:39.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.92s
30202026-05-21T09:45:40.189Z
30212026-05-21T09:45:40.190Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/276)
30222026-05-21T09:45:40.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232026-05-21T09:45:40.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242026-05-21T09:45:40.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30252026-05-21T09:45:40.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30262026-05-21T09:45:40.802Z
30272026-05-21T09:45:40.802Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/276)
30282026-05-21T09:45:41.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-05-21T09:45:41.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-05-21T09:45:41.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-05-21T09:45:41.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30322026-05-21T09:45:41.413Z
30332026-05-21T09:45:41.413Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/276)
30342026-05-21T09:45:41.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-05-21T09:45:41.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-05-21T09:45:41.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-05-21T09:45:41.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30382026-05-21T09:45:42.032Z
30392026-05-21T09:45:42.032Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276)
30402026-05-21T09:45:42.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-05-21T09:45:42.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-05-21T09:45:42.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-05-21T09:45:42.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30442026-05-21T09:45:42.650Z
30452026-05-21T09:45:42.650Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276)
30462026-05-21T09:45:43.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-05-21T09:45:43.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-05-21T09:45:43.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-05-21T09:45:43.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30502026-05-21T09:45:43.268Z
30512026-05-21T09:45:43.268Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/276)
30522026-05-21T09:45:43.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-05-21T09:45:43.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-05-21T09:45:43.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-05-21T09:45:43.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30562026-05-21T09:45:43.882Z
30572026-05-21T09:45:43.882Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/276)
30582026-05-21T09:45:44.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-05-21T09:45:44.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-05-21T09:45:44.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-05-21T09:45:44.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30622026-05-21T09:45:44.495Z
30632026-05-21T09:45:44.495Zinfo: running `cargo check --bins` on cockroach-admin-client (112/276)
30642026-05-21T09:45:45.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-05-21T09:45:45.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-05-21T09:45:45.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-05-21T09:45:45.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30682026-05-21T09:45:45.091Z
30692026-05-21T09:45:45.091Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/276)
30702026-05-21T09:45:45.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-05-21T09:45:45.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-05-21T09:45:45.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-05-21T09:45:45.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30742026-05-21T09:45:45.707Z
30752026-05-21T09:45:45.707Zinfo: running `cargo check --bins` on dns-service-client (114/276)
30762026-05-21T09:45:46.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-05-21T09:45:46.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-05-21T09:45:46.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-05-21T09:45:46.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30802026-05-21T09:45:46.329Z
30812026-05-21T09:45:46.329Zinfo: running `cargo check --bins` on installinator-client (115/276)
30822026-05-21T09:45:46.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-05-21T09:45:46.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-05-21T09:45:46.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-05-21T09:45:46.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30862026-05-21T09:45:46.949Z
30872026-05-21T09:45:46.949Zinfo: running `cargo check --bins` on nexus-client (116/276)
30882026-05-21T09:45:47.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-05-21T09:45:47.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-05-21T09:45:47.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-05-21T09:45:47.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30922026-05-21T09:45:47.599Z
30932026-05-21T09:45:47.599Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/276)
30942026-05-21T09:45:48.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-05-21T09:45:48.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-05-21T09:45:48.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-05-21T09:45:48.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30982026-05-21T09:45:48.249Z
30992026-05-21T09:45:48.250Zinfo: running `cargo check --bins` on ntp-admin-client (118/276)
31002026-05-21T09:45:48.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-05-21T09:45:48.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-05-21T09:45:48.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-05-21T09:45:48.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31042026-05-21T09:45:48.853Z
31052026-05-21T09:45:48.853Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/276)
31062026-05-21T09:45:49.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-05-21T09:45:49.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-05-21T09:45:49.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-05-21T09:45:49.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31102026-05-21T09:45:49.447Z
31112026-05-21T09:45:49.447Zinfo: running `cargo check --bins` on oxide-client (120/276)
31122026-05-21T09:45:49.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-05-21T09:45:49.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-05-21T09:45:49.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-05-21T09:45:49.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31162026-05-21T09:45:50.043Z
31172026-05-21T09:45:50.043Zinfo: running `cargo check --bins` on oximeter-client (121/276)
31182026-05-21T09:45:50.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-05-21T09:45:50.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-05-21T09:45:50.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-05-21T09:45:50.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31222026-05-21T09:45:50.658Z
31232026-05-21T09:45:50.658Zinfo: running `cargo check --bins` on repo-depot-client (122/276)
31242026-05-21T09:45:51.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-05-21T09:45:51.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-05-21T09:45:51.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-05-21T09:45:51.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31282026-05-21T09:45:51.259Z
31292026-05-21T09:45:51.259Zinfo: running `cargo check --bins` on sled-agent-client (123/276)
31302026-05-21T09:45:51.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-05-21T09:45:51.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-05-21T09:45:51.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-05-21T09:45:51.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31342026-05-21T09:45:51.880Z
31352026-05-21T09:45:51.880Zinfo: running `cargo check --bins` on wicketd-client (124/276)
31362026-05-21T09:45:52.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-05-21T09:45:52.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-05-21T09:45:52.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-05-21T09:45:52.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31402026-05-21T09:45:52.521Z
31412026-05-21T09:45:52.521Zinfo: running `cargo check --bins` on installinator-common (125/276)
31422026-05-21T09:45:53.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-05-21T09:45:53.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-05-21T09:45:53.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-05-21T09:45:53.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31462026-05-21T09:45:53.152Z
31472026-05-21T09:45:53.152Zinfo: running `cargo check --bins` on installinator-common-versions (126/276)
31482026-05-21T09:45:53.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-05-21T09:45:53.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-05-21T09:45:53.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-05-21T09:45:53.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31522026-05-21T09:45:53.751Z
31532026-05-21T09:45:53.751Zinfo: running `cargo check --bins` on wicket-common (127/276)
31542026-05-21T09:45:54.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-05-21T09:45:54.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-05-21T09:45:54.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-05-21T09:45:54.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31582026-05-21T09:45:54.376Z
31592026-05-21T09:45:54.377Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/276)
31602026-05-21T09:45:54.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-05-21T09:45:54.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-05-21T09:45:55.083Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31632026-05-21T09:45:55.199Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31642026-05-21T09:45:55.206Z Checking csv-core v0.1.13
31652026-05-21T09:45:55.214Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31662026-05-21T09:45:55.221Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31672026-05-21T09:45:55.224Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31682026-05-21T09:45:55.241Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31692026-05-21T09:45:55.253Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31702026-05-21T09:45:55.362Z Checking csv v1.4.0
31712026-05-21T09:45:55.405Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31722026-05-21T09:45:55.421Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31732026-05-21T09:45:55.450Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31742026-05-21T09:45:55.464Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31752026-05-21T09:45:55.703Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31762026-05-21T09:45:56.073Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31772026-05-21T09:45:56.076Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31782026-05-21T09:45:56.420Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31792026-05-21T09:46:02.310Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31802026-05-21T09:46:02.847Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31812026-05-21T09:46:05.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.80s
31822026-05-21T09:46:05.379Z
31832026-05-21T09:46:05.379Zinfo: running `cargo check --bins` on cockroach-admin-api (129/276)
31842026-05-21T09:46:05.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852026-05-21T09:46:05.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862026-05-21T09:46:05.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31872026-05-21T09:46:05.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31882026-05-21T09:46:05.988Z
31892026-05-21T09:46:05.988Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276)
31902026-05-21T09:46:06.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-05-21T09:46:06.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-05-21T09:46:06.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-05-21T09:46:06.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31942026-05-21T09:46:06.683Z
31952026-05-21T09:46:06.683Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276)
31962026-05-21T09:46:07.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-05-21T09:46:07.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-05-21T09:46:07.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-05-21T09:46:07.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32002026-05-21T09:46:07.381Z
32012026-05-21T09:46:07.381Zinfo: running `cargo check --bins` on gateway-test-utils (132/276)
32022026-05-21T09:46:07.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-05-21T09:46:07.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-05-21T09:46:07.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-05-21T09:46:07.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32062026-05-21T09:46:08.047Z
32072026-05-21T09:46:08.047Zinfo: running `cargo check --bins` on omicron-gateway (133/276)
32082026-05-21T09:46:08.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-05-21T09:46:08.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-05-21T09:46:08.820Z Compiling regress v0.11.1
32112026-05-21T09:46:08.958Z Compiling unsafe-libyaml v0.2.11
32122026-05-21T09:46:08.971Z Compiling radium v0.7.0
32132026-05-21T09:46:08.984Z Compiling semver v0.1.20
32142026-05-21T09:46:08.998Z Compiling maybe-uninit v2.0.0
32152026-05-21T09:46:09.002Z Checking tap v1.0.1
32162026-05-21T09:46:09.025Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32172026-05-21T09:46:09.112Z Checking wyz v0.5.1
32182026-05-21T09:46:09.242Z Compiling rustc_version v0.1.7
32192026-05-21T09:46:09.291Z Checking progenitor-client v0.13.0
32202026-05-21T09:46:09.325Z Compiling zerocopy-derive v0.6.6
32212026-05-21T09:46:09.439Z Checking crc-catalog v2.4.0
32222026-05-21T09:46:09.462Z Compiling newtype_derive v0.1.6
32232026-05-21T09:46:09.525Z Compiling serde_yaml v0.9.34+deprecated
32242026-05-21T09:46:09.538Z Checking funty v2.0.0
32252026-05-21T09:46:09.650Z Compiling packed_struct v0.10.1
32262026-05-21T09:46:09.710Z Compiling cancel-safe-futures v0.1.5
32272026-05-21T09:46:09.863Z Compiling owo-colors v4.3.0
32282026-05-21T09:46:09.935Z Checking bitvec v1.0.1
32292026-05-21T09:46:10.002Z Checking crc v3.4.0
32302026-05-21T09:46:10.180Z Checking zerocopy v0.6.6
32312026-05-21T09:46:10.243Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32322026-05-21T09:46:10.279Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32332026-05-21T09:46:10.407Z Checking typify-impl v0.6.2
32342026-05-21T09:46:10.542Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32352026-05-21T09:46:10.616Z Compiling packed_struct_codegen v0.10.1
32362026-05-21T09:46:10.779Z Checking libsw-core v0.3.2
32372026-05-21T09:46:10.808Z Compiling bitfield-macros v0.19.4
32382026-05-21T09:46:10.929Z Compiling indexmap v1.9.3
32392026-05-21T09:46:11.003Z Checking nodrop v0.1.14
32402026-05-21T09:46:11.099Z Checking array-init v0.0.4
32412026-05-21T09:46:11.147Z Checking libsw v3.5.0
32422026-05-21T09:46:11.248Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32432026-05-21T09:46:11.304Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32442026-05-21T09:46:11.407Z Checking smallvec v0.6.14
32452026-05-21T09:46:11.547Z Checking bitfield v0.19.4
32462026-05-21T09:46:11.601Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32472026-05-21T09:46:11.693Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32482026-05-21T09:46:11.819Z Checking smawk v0.3.2
32492026-05-21T09:46:11.819Z Checking base64 v0.21.7
32502026-05-21T09:46:11.900Z Checking tagptr v0.2.0
32512026-05-21T09:46:11.952Z Checking linear-map v1.2.0
32522026-05-21T09:46:12.020Z Checking unicode-linebreak v0.1.5
32532026-05-21T09:46:12.042Z Checking hashbrown v0.12.3
32542026-05-21T09:46:12.057Z Checking moka v0.12.13
32552026-05-21T09:46:12.075Z Checking ron v0.8.1
32562026-05-21T09:46:12.126Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32572026-05-21T09:46:12.190Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32582026-05-21T09:46:12.230Z Checking textwrap v0.16.2
32592026-05-21T09:46:12.359Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32602026-05-21T09:46:12.443Z Checking steno v0.4.1
32612026-05-21T09:46:12.609Z Checking serde-hex v0.1.0
32622026-05-21T09:46:12.678Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32632026-05-21T09:46:12.773Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32642026-05-21T09:46:12.788Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32652026-05-21T09:46:12.839Z Checking hashbrown v0.13.2
32662026-05-21T09:46:13.170Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32672026-05-21T09:46:13.263Z Checking crc-any v2.5.0
32682026-05-21T09:46:13.380Z Checking object v0.30.4
32692026-05-21T09:46:13.396Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32702026-05-21T09:46:13.412Z Checking hickory-resolver v0.25.2
32712026-05-21T09:46:13.436Z Checking utf-8 v0.7.6
32722026-05-21T09:46:13.449Z Checking path-slash v0.1.5
32732026-05-21T09:46:13.553Z Checking void v1.0.2
32742026-05-21T09:46:13.569Z Checking half v1.8.3
32752026-05-21T09:46:13.581Z Checking tungstenite v0.23.0
32762026-05-21T09:46:13.662Z Checking lzss v0.8.2
32772026-05-21T09:46:13.766Z Checking serde_cbor v0.11.2
32782026-05-21T09:46:13.991Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32792026-05-21T09:46:14.005Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32802026-05-21T09:46:14.096Z Checking nix v0.27.1
32812026-05-21T09:46:14.121Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32822026-05-21T09:46:14.147Z Checking kstat-rs v0.2.4
32832026-05-21T09:46:14.150Z Checking fxhash v0.2.1
32842026-05-21T09:46:14.240Z Checking serde_bytes v0.11.19
32852026-05-21T09:46:14.281Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32862026-05-21T09:46:14.334Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32872026-05-21T09:46:14.417Z Checking tokio-tungstenite v0.23.1
32882026-05-21T09:46:14.542Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32892026-05-21T09:46:14.592Z Checking signal-hook-tokio v0.3.1
32902026-05-21T09:46:14.875Z Compiling typify-macro v0.6.2
32912026-05-21T09:46:15.705Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32922026-05-21T09:46:16.028Z Compiling typify v0.6.2
32932026-05-21T09:46:16.113Z Compiling progenitor-impl v0.13.0
32942026-05-21T09:46:16.114Z Compiling progenitor-impl v0.14.0
32952026-05-21T09:46:16.614Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32962026-05-21T09:46:16.940Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
32972026-05-21T09:46:17.713Z Compiling progenitor-macro v0.13.0
32982026-05-21T09:46:17.754Z Compiling progenitor-macro v0.14.0
32992026-05-21T09:46:20.179Z Checking progenitor v0.13.0
33002026-05-21T09:46:20.301Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33012026-05-21T09:46:20.430Z Checking progenitor v0.14.0
33022026-05-21T09:46:20.547Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33032026-05-21T09:46:23.344Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33042026-05-21T09:46:31.065Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33052026-05-21T09:46:37.438Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33062026-05-21T09:46:38.817Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33072026-05-21T09:46:39.335Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33082026-05-21T09:46:41.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.39s
33092026-05-21T09:46:41.658Z
33102026-05-21T09:46:41.658Zinfo: running `cargo check --bins` on gateway-api (134/276)
33112026-05-21T09:46:42.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122026-05-21T09:46:42.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132026-05-21T09:46:42.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33142026-05-21T09:46:42.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33152026-05-21T09:46:42.265Z
33162026-05-21T09:46:42.265Zinfo: running `cargo check --bins` on ipcc (135/276)
33172026-05-21T09:46:42.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-05-21T09:46:42.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-05-21T09:46:42.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-05-21T09:46:42.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33212026-05-21T09:46:42.877Z
33222026-05-21T09:46:42.877Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276)
33232026-05-21T09:46:43.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-05-21T09:46:43.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-05-21T09:46:43.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-05-21T09:46:43.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33272026-05-21T09:46:43.476Z
33282026-05-21T09:46:43.476Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276)
33292026-05-21T09:46:43.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-05-21T09:46:43.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-05-21T09:46:43.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-05-21T09:46:43.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33332026-05-21T09:46:44.089Z
33342026-05-21T09:46:44.089Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276)
33352026-05-21T09:46:44.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-05-21T09:46:44.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-05-21T09:46:44.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-05-21T09:46:44.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33392026-05-21T09:46:44.702Z
33402026-05-21T09:46:44.702Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276)
33412026-05-21T09:46:45.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-05-21T09:46:45.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-05-21T09:46:45.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-05-21T09:46:45.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33452026-05-21T09:46:45.317Z
33462026-05-21T09:46:45.317Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276)
33472026-05-21T09:46:45.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-05-21T09:46:45.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-05-21T09:46:45.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-05-21T09:46:45.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33512026-05-21T09:46:45.939Z
33522026-05-21T09:46:45.939Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276)
33532026-05-21T09:46:46.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-05-21T09:46:46.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-05-21T09:46:46.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-05-21T09:46:46.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33572026-05-21T09:46:46.557Z
33582026-05-21T09:46:46.557Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276)
33592026-05-21T09:46:47.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-05-21T09:46:47.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-05-21T09:46:47.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-05-21T09:46:47.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33632026-05-21T09:46:47.174Z
33642026-05-21T09:46:47.174Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276)
33652026-05-21T09:46:47.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-05-21T09:46:47.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-05-21T09:46:47.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-05-21T09:46:47.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33692026-05-21T09:46:47.795Z
33702026-05-21T09:46:47.795Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276)
33712026-05-21T09:46:48.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-05-21T09:46:48.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-05-21T09:46:48.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-05-21T09:46:48.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33752026-05-21T09:46:48.413Z
33762026-05-21T09:46:48.413Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276)
33772026-05-21T09:46:48.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-05-21T09:46:48.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-05-21T09:46:48.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-05-21T09:46:48.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33812026-05-21T09:46:49.025Z
33822026-05-21T09:46:49.025Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276)
33832026-05-21T09:46:49.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-05-21T09:46:49.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-05-21T09:46:49.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-05-21T09:46:49.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33872026-05-21T09:46:49.644Z
33882026-05-21T09:46:49.644Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276)
33892026-05-21T09:46:50.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-05-21T09:46:50.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-05-21T09:46:50.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-05-21T09:46:50.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33932026-05-21T09:46:50.263Z
33942026-05-21T09:46:50.263Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276)
33952026-05-21T09:46:50.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-05-21T09:46:50.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-05-21T09:46:50.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-05-21T09:46:50.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33992026-05-21T09:46:50.875Z
34002026-05-21T09:46:50.875Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276)
34012026-05-21T09:46:51.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-05-21T09:46:51.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-05-21T09:46:51.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-05-21T09:46:51.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34052026-05-21T09:46:51.491Z
34062026-05-21T09:46:51.491Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276)
34072026-05-21T09:46:52.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-05-21T09:46:52.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-05-21T09:46:52.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-05-21T09:46:52.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34112026-05-21T09:46:52.110Z
34122026-05-21T09:46:52.110Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276)
34132026-05-21T09:46:52.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-05-21T09:46:52.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-05-21T09:46:52.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-05-21T09:46:52.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34172026-05-21T09:46:52.726Z
34182026-05-21T09:46:52.726Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276)
34192026-05-21T09:46:53.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-05-21T09:46:53.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-05-21T09:46:53.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-05-21T09:46:53.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34232026-05-21T09:46:53.344Z
34242026-05-21T09:46:53.344Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276)
34252026-05-21T09:46:53.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-05-21T09:46:53.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-05-21T09:46:53.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-05-21T09:46:53.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34292026-05-21T09:46:53.955Z
34302026-05-21T09:46:53.955Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276)
34312026-05-21T09:46:54.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-05-21T09:46:54.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-05-21T09:46:54.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-05-21T09:46:54.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34352026-05-21T09:46:54.572Z
34362026-05-21T09:46:54.572Zinfo: running `cargo check --bins` on oximeter-producer (155/276)
34372026-05-21T09:46:55.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-05-21T09:46:55.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-05-21T09:46:55.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-05-21T09:46:55.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34412026-05-21T09:46:55.228Z
34422026-05-21T09:46:55.228Zinfo: running `cargo check --bins` on internal-dns-resolver (156/276)
34432026-05-21T09:46:55.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-05-21T09:46:55.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-05-21T09:46:55.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-05-21T09:46:55.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34472026-05-21T09:46:55.843Z
34482026-05-21T09:46:55.843Zinfo: running `cargo check --bins` on dns-server (157/276)
34492026-05-21T09:46:56.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-05-21T09:46:56.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-05-21T09:46:56.510Z Compiling parking_lot_core v0.8.6
34522026-05-21T09:46:56.510Z Compiling atomicwrites v0.4.4
34532026-05-21T09:46:56.513Z Compiling git-stub v1.0.0
34542026-05-21T09:46:56.513Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34552026-05-21T09:46:56.634Z Checking prefix-trie v0.7.0
34562026-05-21T09:46:56.746Z Compiling git-stub-vcs v0.1.0
34572026-05-21T09:46:56.926Z Checking hickory-server v0.25.2
34582026-05-21T09:46:57.022Z Checking parking_lot v0.11.2
34592026-05-21T09:46:57.025Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34602026-05-21T09:46:57.103Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34612026-05-21T09:46:57.103Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34622026-05-21T09:46:57.196Z Checking sled v0.34.7
34632026-05-21T09:46:59.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
34642026-05-21T09:46:59.296Z
34652026-05-21T09:46:59.296Zinfo: running `cargo check --bins` on dns-server-api (158/276)
34662026-05-21T09:46:59.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-05-21T09:46:59.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-05-21T09:46:59.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-05-21T09:46:59.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34702026-05-21T09:46:59.900Z
34712026-05-21T09:46:59.900Zinfo: running `cargo check --bins` on oximeter-producer-api (159/276)
34722026-05-21T09:47:00.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-05-21T09:47:00.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-05-21T09:47:00.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-05-21T09:47:00.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34762026-05-21T09:47:00.507Z
34772026-05-21T09:47:00.507Zinfo: running `cargo check --bins` on sp-sim (160/276)
34782026-05-21T09:47:01.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-05-21T09:47:01.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-05-21T09:47:01.243Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34812026-05-21T09:47:03.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
34822026-05-21T09:47:03.225Z
34832026-05-21T09:47:03.225Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (161/276)
34842026-05-21T09:47:03.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-05-21T09:47:03.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-05-21T09:47:03.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-05-21T09:47:03.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34882026-05-21T09:47:03.886Z
34892026-05-21T09:47:03.886Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/276)
34902026-05-21T09:47:04.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-05-21T09:47:04.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-05-21T09:47:04.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-05-21T09:47:04.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34942026-05-21T09:47:04.547Z
34952026-05-21T09:47:04.547Zinfo: running `cargo check --bins` on db-macros (163/276)
34962026-05-21T09:47:05.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-05-21T09:47:05.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-05-21T09:47:05.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-05-21T09:47:05.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35002026-05-21T09:47:05.139Z
35012026-05-21T09:47:05.139Zinfo: running `cargo check --bins` on nexus-macros-common (164/276)
35022026-05-21T09:47:05.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-05-21T09:47:05.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-05-21T09:47:05.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-05-21T09:47:05.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35062026-05-21T09:47:05.734Z
35072026-05-21T09:47:05.734Zinfo: running `cargo check --bins` on nexus-auth (165/276)
35082026-05-21T09:47:06.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-05-21T09:47:06.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-05-21T09:47:06.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-05-21T09:47:06.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35122026-05-21T09:47:06.390Z
35132026-05-21T09:47:06.390Zinfo: running `cargo check --bins` on authz-macros (166/276)
35142026-05-21T09:47:06.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-05-21T09:47:06.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-05-21T09:47:06.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-05-21T09:47:06.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35182026-05-21T09:47:06.982Z
35192026-05-21T09:47:06.982Zinfo: running `cargo check --bins` on nexus-db-fixed-data (167/276)
35202026-05-21T09:47:07.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-05-21T09:47:07.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-05-21T09:47:07.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-05-21T09:47:07.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35242026-05-21T09:47:07.630Z
35252026-05-21T09:47:07.630Zinfo: running `cargo check --bins` on nexus-db-model (168/276)
35262026-05-21T09:47:08.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-05-21T09:47:08.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-05-21T09:47:08.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-05-21T09:47:08.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35302026-05-21T09:47:08.280Z
35312026-05-21T09:47:08.280Zinfo: running `cargo check --bins` on nexus-db-schema (169/276)
35322026-05-21T09:47:08.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-05-21T09:47:08.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-05-21T09:47:08.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-05-21T09:47:08.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35362026-05-21T09:47:08.876Z
35372026-05-21T09:47:08.876Zinfo: running `cargo check --bins` on omicron-rpaths (170/276)
35382026-05-21T09:47:09.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-05-21T09:47:09.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-05-21T09:47:09.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-05-21T09:47:09.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35422026-05-21T09:47:09.474Z
35432026-05-21T09:47:09.474Zinfo: running `cargo check --bins` on nexus-defaults (171/276)
35442026-05-21T09:47:09.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-05-21T09:47:09.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-05-21T09:47:09.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-05-21T09:47:09.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35482026-05-21T09:47:10.084Z
35492026-05-21T09:47:10.084Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (172/276)
35502026-05-21T09:47:10.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-05-21T09:47:10.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-05-21T09:47:10.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-05-21T09:47:10.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35542026-05-21T09:47:10.684Z
35552026-05-21T09:47:10.684Zinfo: running `cargo check --bins` on parallel-task-set (173/276)
35562026-05-21T09:47:11.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-05-21T09:47:11.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-05-21T09:47:11.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-05-21T09:47:11.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35602026-05-21T09:47:11.282Z
35612026-05-21T09:47:11.282Zinfo: running `cargo check --bins` on nexus-db-errors (174/276)
35622026-05-21T09:47:11.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-05-21T09:47:11.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-05-21T09:47:11.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-05-21T09:47:11.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35662026-05-21T09:47:11.945Z
35672026-05-21T09:47:11.945Zinfo: running `cargo check --bins` on nexus-db-lookup (175/276)
35682026-05-21T09:47:12.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-05-21T09:47:12.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-05-21T09:47:12.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-05-21T09:47:12.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35722026-05-21T09:47:12.609Z
35732026-05-21T09:47:12.609Zinfo: running `cargo check --bins` on nexus-inventory (176/276)
35742026-05-21T09:47:13.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-05-21T09:47:13.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-05-21T09:47:13.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-05-21T09:47:13.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35782026-05-21T09:47:13.267Z
35792026-05-21T09:47:13.268Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/276)
35802026-05-21T09:47:13.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-05-21T09:47:13.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-05-21T09:47:13.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-05-21T09:47:13.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35842026-05-21T09:47:13.901Z
35852026-05-21T09:47:13.901Zinfo: running `cargo check --bins --no-default-features` on sled-storage (178/276)
35862026-05-21T09:47:14.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-05-21T09:47:14.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-05-21T09:47:14.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-05-21T09:47:14.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35902026-05-21T09:47:14.535Z
35912026-05-21T09:47:14.535Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/276)
35922026-05-21T09:47:15.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-05-21T09:47:15.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-05-21T09:47:15.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-05-21T09:47:15.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35962026-05-21T09:47:15.160Z
35972026-05-21T09:47:15.160Zinfo: running `cargo check --bins` on key-manager (180/276)
35982026-05-21T09:47:15.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-05-21T09:47:15.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-05-21T09:47:15.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-05-21T09:47:15.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36022026-05-21T09:47:15.774Z
36032026-05-21T09:47:15.774Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (181/276)
36042026-05-21T09:47:16.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-05-21T09:47:16.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-05-21T09:47:16.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-05-21T09:47:16.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36082026-05-21T09:47:16.402Z
36092026-05-21T09:47:16.402Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/276)
36102026-05-21T09:47:16.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-05-21T09:47:16.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-05-21T09:47:16.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-05-21T09:47:16.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36142026-05-21T09:47:17.033Z
36152026-05-21T09:47:17.033Zinfo: running `cargo check --bins` on typed-rng (183/276)
36162026-05-21T09:47:17.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-05-21T09:47:17.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-05-21T09:47:17.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-05-21T09:47:17.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36202026-05-21T09:47:17.631Z
36212026-05-21T09:47:17.631Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/276)
36222026-05-21T09:47:18.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-05-21T09:47:18.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-05-21T09:47:18.499Z Compiling typify-impl v0.4.3
36252026-05-21T09:47:18.502Z Compiling libefi-sys v0.1.0
36262026-05-21T09:47:18.645Z Compiling bitfield-struct v0.6.2
36272026-05-21T09:47:18.653Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36282026-05-21T09:47:18.663Z Compiling xshell-macros v0.2.7
36292026-05-21T09:47:18.676Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36302026-05-21T09:47:18.710Z Compiling salty v0.3.0
36312026-05-21T09:47:18.719Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36322026-05-21T09:47:18.881Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
36332026-05-21T09:47:19.003Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36342026-05-21T09:47:19.020Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36352026-05-21T09:47:19.034Z Checking xshell v0.2.7
36362026-05-21T09:47:19.151Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36372026-05-21T09:47:19.245Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36382026-05-21T09:47:19.260Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36392026-05-21T09:47:19.347Z Checking primeorder v0.13.6
36402026-05-21T09:47:19.416Z Compiling proc-macro-error-attr2 v2.0.0
36412026-05-21T09:47:19.502Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36422026-05-21T09:47:19.549Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36432026-05-21T09:47:19.590Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36442026-05-21T09:47:19.620Z Checking tungstenite v0.21.0
36452026-05-21T09:47:19.738Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36462026-05-21T09:47:19.809Z Compiling proc-macro-error2 v2.0.1
36472026-05-21T09:47:19.829Z Checking p384 v0.13.1
36482026-05-21T09:47:19.910Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36492026-05-21T09:47:20.131Z Compiling num-derive v0.3.3
36502026-05-21T09:47:20.246Z Compiling tabled_derive v0.11.0
36512026-05-21T09:47:20.390Z Checking tokio-tungstenite v0.21.0
36522026-05-21T09:47:20.599Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36532026-05-21T09:47:20.671Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36542026-05-21T09:47:20.717Z Checking papergrid v0.17.0
36552026-05-21T09:47:21.044Z Checking libscf-sys v1.1.0
36562026-05-21T09:47:21.080Z Checking testing_table v0.3.0
36572026-05-21T09:47:21.172Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36582026-05-21T09:47:21.188Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36592026-05-21T09:47:21.325Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36602026-05-21T09:47:21.425Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36612026-05-21T09:47:21.520Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36622026-05-21T09:47:21.694Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36632026-05-21T09:47:21.730Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36642026-05-21T09:47:21.747Z Compiling unicase v2.9.0
36652026-05-21T09:47:21.788Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36662026-05-21T09:47:21.896Z Compiling illumos-nvpair-sys v0.2.0
36672026-05-21T09:47:21.927Z Checking corncobs v0.1.4
36682026-05-21T09:47:21.955Z Compiling mime_guess v2.0.5
36692026-05-21T09:47:22.060Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36702026-05-21T09:47:22.175Z Checking tabled v0.20.0
36712026-05-21T09:47:22.195Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36722026-05-21T09:47:22.211Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36732026-05-21T09:47:22.321Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36742026-05-21T09:47:22.409Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36752026-05-21T09:47:22.493Z Checking progenitor-client v0.11.2
36762026-05-21T09:47:22.508Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36772026-05-21T09:47:22.602Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36782026-05-21T09:47:22.661Z Checking secrecy v0.8.0
36792026-05-21T09:47:22.729Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36802026-05-21T09:47:23.040Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36812026-05-21T09:47:23.086Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36822026-05-21T09:47:23.092Z Compiling typify-macro v0.4.3
36832026-05-21T09:47:23.116Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36842026-05-21T09:47:23.233Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36852026-05-21T09:47:23.315Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36862026-05-21T09:47:23.363Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
36872026-05-21T09:47:23.390Z Checking filetime v0.2.27
36882026-05-21T09:47:23.529Z Checking crc8 v0.1.1
36892026-05-21T09:47:23.647Z Checking xattr v1.6.1
36902026-05-21T09:47:23.696Z Checking http-range v0.1.5
36912026-05-21T09:47:23.790Z Checking tar v0.4.45
36922026-05-21T09:47:23.829Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36932026-05-21T09:47:24.022Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36942026-05-21T09:47:24.106Z Checking illumos-nvpair v0.3.0
36952026-05-21T09:47:24.221Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36962026-05-21T09:47:24.271Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36972026-05-21T09:47:24.325Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36982026-05-21T09:47:24.613Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36992026-05-21T09:47:24.691Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37002026-05-21T09:47:24.708Z Checking atty v0.2.14
37012026-05-21T09:47:24.791Z Compiling typify v0.4.3
37022026-05-21T09:47:24.911Z Compiling progenitor-impl v0.11.2
37032026-05-21T09:47:24.943Z Compiling progenitor-impl v0.10.0
37042026-05-21T09:47:25.403Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37052026-05-21T09:47:25.623Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37062026-05-21T09:47:25.817Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37072026-05-21T09:47:25.920Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37082026-05-21T09:47:25.937Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37092026-05-21T09:47:26.021Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37102026-05-21T09:47:26.263Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37112026-05-21T09:47:26.485Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37122026-05-21T09:47:26.619Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37132026-05-21T09:47:26.798Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37142026-05-21T09:47:26.855Z Checking hyper-staticfile v0.10.1
37152026-05-21T09:47:27.057Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37162026-05-21T09:47:27.161Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37172026-05-21T09:47:27.330Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37182026-05-21T09:47:27.544Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37192026-05-21T09:47:27.584Z Compiling progenitor-macro v0.11.2
37202026-05-21T09:47:27.613Z Compiling progenitor-macro v0.10.0
37212026-05-21T09:47:27.632Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37222026-05-21T09:47:27.719Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37232026-05-21T09:47:27.820Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37242026-05-21T09:47:27.920Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37252026-05-21T09:47:30.385Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37262026-05-21T09:47:30.535Z Checking progenitor v0.11.2
37272026-05-21T09:47:30.597Z Checking progenitor v0.10.0
37282026-05-21T09:47:30.660Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37292026-05-21T09:47:30.721Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37302026-05-21T09:47:35.299Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37312026-05-21T09:47:46.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.73s
37322026-05-21T09:47:46.590Z
37332026-05-21T09:47:46.591Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/276)
37342026-05-21T09:47:47.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-05-21T09:47:47.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-05-21T09:47:47.389Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37372026-05-21T09:47:58.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.62s
37382026-05-21T09:47:58.431Z
37392026-05-21T09:47:58.431Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/276)
37402026-05-21T09:47:58.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-05-21T09:47:58.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-05-21T09:47:59.222Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37432026-05-21T09:48:10.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.62s
37442026-05-21T09:48:10.275Z
37452026-05-21T09:48:10.275Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/276)
37462026-05-21T09:48:10.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-05-21T09:48:10.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-05-21T09:48:11.071Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37492026-05-21T09:48:21.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
37502026-05-21T09:48:22.024Z
37512026-05-21T09:48:22.025Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/276)
37522026-05-21T09:48:22.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-05-21T09:48:22.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-05-21T09:48:22.817Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37552026-05-21T09:48:33.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
37562026-05-21T09:48:33.777Z
37572026-05-21T09:48:33.777Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/276)
37582026-05-21T09:48:34.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-05-21T09:48:34.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-05-21T09:48:34.566Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37612026-05-21T09:48:45.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.61s
37622026-05-21T09:48:45.609Z
37632026-05-21T09:48:45.609Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/276)
37642026-05-21T09:48:46.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-05-21T09:48:46.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-05-21T09:48:46.406Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37672026-05-21T09:48:57.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
37682026-05-21T09:48:57.337Z
37692026-05-21T09:48:57.337Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/276)
37702026-05-21T09:48:57.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-05-21T09:48:57.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-05-21T09:48:58.127Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37732026-05-21T09:49:08.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.56s
37742026-05-21T09:49:09.120Z
37752026-05-21T09:49:09.120Zinfo: running `cargo check --bins` on bootstrap-agent-api (192/276)
37762026-05-21T09:49:09.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-05-21T09:49:09.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-05-21T09:49:09.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37792026-05-21T09:49:09.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37802026-05-21T09:49:09.740Z
37812026-05-21T09:49:09.740Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/276)
37822026-05-21T09:49:10.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-05-21T09:49:10.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-05-21T09:49:10.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37852026-05-21T09:49:10.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37862026-05-21T09:49:10.351Z
37872026-05-21T09:49:10.351Zinfo: running `cargo check --bins` on range-requests (194/276)
37882026-05-21T09:49:10.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-05-21T09:49:10.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-05-21T09:49:10.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37912026-05-21T09:49:10.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37922026-05-21T09:49:10.956Z
37932026-05-21T09:49:10.956Zinfo: running `cargo check --bins` on repo-depot-api (195/276)
37942026-05-21T09:49:11.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-05-21T09:49:11.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-05-21T09:49:11.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-05-21T09:49:11.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37982026-05-21T09:49:11.561Z
37992026-05-21T09:49:11.561Zinfo: running `cargo check --bins` on sled-agent-api (196/276)
38002026-05-21T09:49:12.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-05-21T09:49:12.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-05-21T09:49:12.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-05-21T09:49:12.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38042026-05-21T09:49:12.187Z
38052026-05-21T09:49:12.188Zinfo: running `cargo check --bins` on sled-diagnostics (197/276)
38062026-05-21T09:49:12.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-05-21T09:49:12.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-05-21T09:49:12.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-05-21T09:49:12.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38102026-05-21T09:49:12.820Z
38112026-05-21T09:49:12.820Zinfo: running `cargo check --bins` on zfs-test-harness (198/276)
38122026-05-21T09:49:13.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-05-21T09:49:13.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-05-21T09:49:13.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-05-21T09:49:13.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38162026-05-21T09:49:13.448Z
38172026-05-21T09:49:13.448Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/276)
38182026-05-21T09:49:13.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-05-21T09:49:13.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-05-21T09:49:13.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-05-21T09:49:13.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38222026-05-21T09:49:14.086Z
38232026-05-21T09:49:14.086Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/276)
38242026-05-21T09:49:14.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-05-21T09:49:14.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-05-21T09:49:14.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-05-21T09:49:14.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38282026-05-21T09:49:14.721Z
38292026-05-21T09:49:14.721Zinfo: running `cargo check --bins` on sled-agent-early-networking (201/276)
38302026-05-21T09:49:15.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-05-21T09:49:15.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-05-21T09:49:15.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-05-21T09:49:15.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38342026-05-21T09:49:15.352Z
38352026-05-21T09:49:15.352Zinfo: running `cargo check --bins` on sled-agent-health-monitor (202/276)
38362026-05-21T09:49:15.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-05-21T09:49:15.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-05-21T09:49:15.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-05-21T09:49:15.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38402026-05-21T09:49:15.984Z
38412026-05-21T09:49:15.984Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/276)
38422026-05-21T09:49:16.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-05-21T09:49:16.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-05-21T09:49:16.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-05-21T09:49:16.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38462026-05-21T09:49:16.617Z
38472026-05-21T09:49:16.617Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/276)
38482026-05-21T09:49:17.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-05-21T09:49:17.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-05-21T09:49:17.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-05-21T09:49:17.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38522026-05-21T09:49:17.252Z
38532026-05-21T09:49:17.252Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (205/276)
38542026-05-21T09:49:17.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-05-21T09:49:17.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-05-21T09:49:17.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-05-21T09:49:17.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38582026-05-21T09:49:17.887Z
38592026-05-21T09:49:17.887Zinfo: running `cargo check --bins` on sled-agent-rack-setup (206/276)
38602026-05-21T09:49:18.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-05-21T09:49:18.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-05-21T09:49:18.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-05-21T09:49:18.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38642026-05-21T09:49:18.539Z
38652026-05-21T09:49:18.539Zinfo: running `cargo check --bins` on trust-quorum (207/276)
38662026-05-21T09:49:19.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-05-21T09:49:19.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-05-21T09:49:19.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-05-21T09:49:19.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38702026-05-21T09:49:19.164Z
38712026-05-21T09:49:19.164Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (208/276)
38722026-05-21T09:49:19.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-05-21T09:49:19.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-05-21T09:49:19.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38752026-05-21T09:49:19.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38762026-05-21T09:49:19.810Z
38772026-05-21T09:49:19.810Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (209/276)
38782026-05-21T09:49:20.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-05-21T09:49:20.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-05-21T09:49:20.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38812026-05-21T09:49:20.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38822026-05-21T09:49:20.474Z
38832026-05-21T09:49:20.474Zinfo: running `cargo check --bins` on update-common (210/276)
38842026-05-21T09:49:20.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-05-21T09:49:20.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-05-21T09:49:20.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-05-21T09:49:21.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38882026-05-21T09:49:21.092Z
38892026-05-21T09:49:21.093Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (211/276)
38902026-05-21T09:49:21.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-05-21T09:49:21.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-05-21T09:49:21.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-05-21T09:49:21.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38942026-05-21T09:49:21.760Z
38952026-05-21T09:49:21.760Zinfo: running `cargo check --bins` on omicron-deployment-graph (212/276)
38962026-05-21T09:49:22.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-05-21T09:49:22.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-05-21T09:49:22.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-05-21T09:49:22.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39002026-05-21T09:49:22.358Z
39012026-05-21T09:49:22.359Zinfo: running `cargo check --bins` on reconfigurator-cli (213/276)
39022026-05-21T09:49:22.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-05-21T09:49:22.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-05-21T09:49:23.141Z Compiling fs-err v2.11.0
39052026-05-21T09:49:23.145Z Checking ignore v0.4.25
39062026-05-21T09:49:23.146Z Checking arc-swap v1.8.2
39072026-05-21T09:49:23.278Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39082026-05-21T09:49:23.278Z Checking predicates-tree v1.0.13
39092026-05-21T09:49:23.285Z Checking parse-size v1.1.0
39102026-05-21T09:49:23.309Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39112026-05-21T09:49:23.312Z Checking rand_seeder v0.4.0
39122026-05-21T09:49:23.378Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39132026-05-21T09:49:23.409Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39142026-05-21T09:49:23.450Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39152026-05-21T09:49:23.468Z Checking slog-scope v4.4.1
39162026-05-21T09:49:23.521Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39172026-05-21T09:49:23.595Z Compiling petname v2.0.2
39182026-05-21T09:49:23.609Z Checking slog-stdlog v4.1.1
39192026-05-21T09:49:23.623Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39202026-05-21T09:49:23.650Z Checking globwalk v0.9.1
39212026-05-21T09:49:23.708Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39222026-05-21T09:49:23.729Z Checking slog-envlogger v2.2.0
39232026-05-21T09:49:23.836Z Checking camino-tempfile-ext v0.3.3
39242026-05-21T09:49:23.879Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39252026-05-21T09:49:23.912Z Checking sapling-renderdag v0.1.0
39262026-05-21T09:49:24.033Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39272026-05-21T09:49:24.086Z Checking subprocess v0.2.15
39282026-05-21T09:49:24.153Z Checking sync-ptr v0.1.4
39292026-05-21T09:49:24.244Z Checking colored v2.2.0
39302026-05-21T09:49:24.272Z Checking assert_matches v1.5.0
39312026-05-21T09:49:24.372Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39322026-05-21T09:49:24.534Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39332026-05-21T09:49:24.538Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39342026-05-21T09:49:25.208Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39352026-05-21T09:49:26.569Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39362026-05-21T09:49:28.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.43s
39372026-05-21T09:49:29.010Z
39382026-05-21T09:49:29.010Zinfo: running `cargo check --bins` on omicron-repl-utils (214/276)
39392026-05-21T09:49:29.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-05-21T09:49:29.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-05-21T09:49:29.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39422026-05-21T09:49:29.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39432026-05-21T09:49:29.602Z
39442026-05-21T09:49:29.602Zinfo: running `cargo check --bins` on transient-dns-server (215/276)
39452026-05-21T09:49:30.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-05-21T09:49:30.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-05-21T09:49:30.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-05-21T09:49:30.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39492026-05-21T09:49:30.228Z
39502026-05-21T09:49:30.228Zinfo: running `cargo check --bins` on nexus-test-interface (216/276)
39512026-05-21T09:49:30.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-05-21T09:49:30.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-05-21T09:49:30.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-05-21T09:49:30.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39552026-05-21T09:49:30.894Z
39562026-05-21T09:49:30.894Zinfo: running `cargo check --bins` on oximeter-collector (217/276)
39572026-05-21T09:49:31.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-05-21T09:49:31.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-05-21T09:49:31.626Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39602026-05-21T09:49:31.630Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39612026-05-21T09:49:32.278Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39622026-05-21T09:49:33.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
39632026-05-21T09:49:34.088Z
39642026-05-21T09:49:34.088Zinfo: running `cargo check --bins` on oximeter-api (218/276)
39652026-05-21T09:49:34.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-05-21T09:49:34.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-05-21T09:49:34.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-05-21T09:49:34.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39692026-05-21T09:49:34.699Z
39702026-05-21T09:49:34.699Zinfo: running `cargo check --bins` on cert-dev (219/276)
39712026-05-21T09:49:35.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-05-21T09:49:35.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-05-21T09:49:35.312Z Checking yasna v0.5.2
39742026-05-21T09:49:35.721Z Checking rcgen v0.12.1
39752026-05-21T09:49:35.975Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39762026-05-21T09:49:36.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
39772026-05-21T09:49:36.333Z
39782026-05-21T09:49:36.333Zinfo: running `cargo check --bins` on clickana (220/276)
39792026-05-21T09:49:36.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-05-21T09:49:36.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-05-21T09:49:36.983Z Compiling darling_core v0.23.0
39822026-05-21T09:49:37.093Z Compiling instability v0.3.11
39832026-05-21T09:49:37.100Z Checking castaway v0.2.4
39842026-05-21T09:49:37.103Z Compiling indoc v2.0.7
39852026-05-21T09:49:37.111Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39862026-05-21T09:49:37.115Z Checking unicode-truncate v1.1.0
39872026-05-21T09:49:37.175Z Checking lru v0.12.5
39882026-05-21T09:49:37.175Z Checking cassowary v0.3.0
39892026-05-21T09:49:37.190Z Checking compact_str v0.8.1
39902026-05-21T09:49:38.177Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39912026-05-21T09:49:38.366Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39922026-05-21T09:49:38.522Z Compiling darling_macro v0.23.0
39932026-05-21T09:49:38.936Z Compiling darling v0.23.0
39942026-05-21T09:49:39.547Z Checking ratatui v0.29.0
39952026-05-21T09:49:40.596Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39962026-05-21T09:49:41.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.95s
39972026-05-21T09:49:41.481Z
39982026-05-21T09:49:41.482Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (221/276)
39992026-05-21T09:49:42.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-05-21T09:49:42.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-05-21T09:49:42.213Z Checking headers-core v0.3.0
40022026-05-21T09:49:42.218Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40032026-05-21T09:49:42.411Z Checking headers v0.4.1
40042026-05-21T09:49:42.779Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40052026-05-21T09:49:43.645Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40062026-05-21T09:49:44.150Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40072026-05-21T09:49:44.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
40082026-05-21T09:49:44.785Z
40092026-05-21T09:49:44.785Zinfo: running `cargo check --bins` on ch-dev (222/276)
40102026-05-21T09:49:45.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-05-21T09:49:45.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-05-21T09:49:45.511Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40132026-05-21T09:49:46.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
40142026-05-21T09:49:46.470Z
40152026-05-21T09:49:46.470Zinfo: running `cargo check --bins` on dev-tools-common (223/276)
40162026-05-21T09:49:46.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-05-21T09:49:46.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-05-21T09:49:46.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40192026-05-21T09:49:46.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40202026-05-21T09:49:46.941Z
40212026-05-21T09:49:46.941Zinfo: running `cargo check --bins` on crdb-seed (224/276)
40222026-05-21T09:49:47.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-05-21T09:49:47.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-05-21T09:49:47.664Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40252026-05-21T09:49:48.670Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40262026-05-21T09:49:49.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
40272026-05-21T09:49:49.216Z
40282026-05-21T09:49:49.216Zinfo: running `cargo check --bins` on db-dev (225/276)
40292026-05-21T09:49:49.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-05-21T09:49:49.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-05-21T09:49:49.951Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40322026-05-21T09:49:50.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
40332026-05-21T09:49:50.921Z
40342026-05-21T09:49:50.921Zinfo: running `cargo check --bins` on omicron-dev-lib (226/276)
40352026-05-21T09:49:51.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-05-21T09:49:51.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-05-21T09:49:51.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40382026-05-21T09:49:51.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40392026-05-21T09:49:51.575Z
40402026-05-21T09:49:51.575Zinfo: running `cargo check --bins` on xtask-downloader (227/276)
40412026-05-21T09:49:52.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-05-21T09:49:52.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-05-21T09:49:52.200Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40442026-05-21T09:49:52.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
40452026-05-21T09:49:53.054Z
40462026-05-21T09:49:53.054Zinfo: running `cargo check --bins` on omicron-dropshot-apis (228/276)
40472026-05-21T09:49:53.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-05-21T09:49:53.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-05-21T09:49:53.825Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40502026-05-21T09:49:53.825Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40512026-05-21T09:49:53.828Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40522026-05-21T09:49:53.829Z Checking git-stub v1.0.0
40532026-05-21T09:49:53.829Z Compiling trait-variant v0.1.2
40542026-05-21T09:49:53.829Z Checking is_ci v1.2.0
40552026-05-21T09:49:53.946Z Checking maplit v1.0.2
40562026-05-21T09:49:53.967Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40572026-05-21T09:49:54.035Z Checking supports-color v3.0.2
40582026-05-21T09:49:54.057Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40592026-05-21T09:49:54.100Z Checking git-stub-vcs v0.1.0
40602026-05-21T09:49:54.157Z Checking drift v0.1.4
40612026-05-21T09:49:54.170Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40622026-05-21T09:49:54.261Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40632026-05-21T09:49:54.295Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40642026-05-21T09:49:54.447Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40652026-05-21T09:49:54.461Z Checking dropshot-api-manager v0.7.1
40662026-05-21T09:49:54.474Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
40672026-05-21T09:49:54.488Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40682026-05-21T09:49:54.706Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40692026-05-21T09:49:54.750Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40702026-05-21T09:49:54.918Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40712026-05-21T09:49:55.214Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40722026-05-21T09:50:00.187Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40732026-05-21T09:50:01.299Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40742026-05-21T09:50:01.879Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40752026-05-21T09:50:02.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.26s
40762026-05-21T09:50:02.527Z
40772026-05-21T09:50:02.527Zinfo: running `cargo check --bins` on installinator-api (229/276)
40782026-05-21T09:50:03.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-05-21T09:50:03.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-05-21T09:50:03.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40812026-05-21T09:50:03.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40822026-05-21T09:50:03.146Z
40832026-05-21T09:50:03.146Zinfo: running `cargo check --bins` on nexus-external-api (230/276)
40842026-05-21T09:50:03.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-05-21T09:50:03.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-05-21T09:50:03.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-05-21T09:50:03.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40882026-05-21T09:50:03.804Z
40892026-05-21T09:50:03.804Zinfo: running `cargo check --bins` on nexus-internal-api (231/276)
40902026-05-21T09:50:04.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-05-21T09:50:04.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-05-21T09:50:04.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-05-21T09:50:04.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40942026-05-21T09:50:04.446Z
40952026-05-21T09:50:04.446Zinfo: running `cargo check --bins` on nexus-lockstep-api (232/276)
40962026-05-21T09:50:04.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-05-21T09:50:04.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-05-21T09:50:04.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-05-21T09:50:04.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41002026-05-21T09:50:05.097Z
41012026-05-21T09:50:05.097Zinfo: running `cargo check --bins` on ntp-admin-api (233/276)
41022026-05-21T09:50:05.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-05-21T09:50:05.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-05-21T09:50:05.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-05-21T09:50:05.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41062026-05-21T09:50:05.718Z
41072026-05-21T09:50:05.718Zinfo: running `cargo check --bins` on ntp-admin-types-versions (234/276)
41082026-05-21T09:50:06.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-05-21T09:50:06.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-05-21T09:50:06.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41112026-05-21T09:50:06.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41122026-05-21T09:50:06.327Z
41132026-05-21T09:50:06.327Zinfo: running `cargo check --bins` on wicketd-api (235/276)
41142026-05-21T09:50:06.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-05-21T09:50:06.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-05-21T09:50:06.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41172026-05-21T09:50:06.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41182026-05-21T09:50:06.965Z
41192026-05-21T09:50:06.965Zinfo: running `cargo check --bins` on omicron-ls-apis (236/276)
41202026-05-21T09:50:07.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41212026-05-21T09:50:07.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41222026-05-21T09:50:07.598Z Checking typeid v1.0.3
41232026-05-21T09:50:07.713Z Checking ordered-float v2.10.1
41242026-05-21T09:50:07.733Z Checking unicode-xid v0.2.6
41252026-05-21T09:50:07.749Z Checking cargo-platform v0.2.0
41262026-05-21T09:50:07.758Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41272026-05-21T09:50:07.781Z Checking erased-serde v0.4.9
41282026-05-21T09:50:07.917Z Checking serde-value v0.7.0
41292026-05-21T09:50:08.093Z Checking serde-untagged v0.1.9
41302026-05-21T09:50:08.252Z Checking cargo-util-schemas v0.8.2
41312026-05-21T09:50:08.944Z Checking cargo_metadata v0.21.0
41322026-05-21T09:50:09.559Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41332026-05-21T09:50:10.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
41342026-05-21T09:50:10.428Z
41352026-05-21T09:50:10.429Zinfo: running `cargo check --bins` on mgs-dev (237/276)
41362026-05-21T09:50:10.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41372026-05-21T09:50:10.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41382026-05-21T09:50:11.183Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41392026-05-21T09:50:11.815Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41402026-05-21T09:50:12.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s
41412026-05-21T09:50:12.543Z
41422026-05-21T09:50:12.544Zinfo: running `cargo check --bins` on omicron-omdb (238/276)
41432026-05-21T09:50:13.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-05-21T09:50:13.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-05-21T09:50:13.414Z Compiling vergen-gitcl v1.0.8
41462026-05-21T09:50:13.414Z Compiling dirs-sys-next v0.1.2
41472026-05-21T09:50:13.414Z Compiling glob v0.3.3
41482026-05-21T09:50:13.418Z Compiling diesel_derives v2.3.7
41492026-05-21T09:50:13.418Z Compiling crunchy v0.2.4
41502026-05-21T09:50:13.418Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41512026-05-21T09:50:13.418Z Compiling dsl_auto_type v0.2.0
41522026-05-21T09:50:13.546Z Checking scheduled-thread-pool v0.2.7
41532026-05-21T09:50:13.740Z Compiling dirs-next v2.0.0
41542026-05-21T09:50:13.753Z Compiling diesel_table_macro_syntax v0.3.0
41552026-05-21T09:50:13.768Z Compiling tiny-keccak v2.0.2
41562026-05-21T09:50:13.850Z Compiling term v0.7.0
41572026-05-21T09:50:13.923Z Checking r2d2 v0.8.10
41582026-05-21T09:50:13.976Z Compiling bit-vec v0.6.3
41592026-05-21T09:50:13.988Z Compiling clang-sys v1.8.1
41602026-05-21T09:50:14.002Z Checking downcast-rs v2.0.2
41612026-05-21T09:50:14.116Z Compiling itertools v0.10.5
41622026-05-21T09:50:14.193Z Compiling ascii-canvas v3.0.0
41632026-05-21T09:50:14.359Z Compiling bit-set v0.5.3
41642026-05-21T09:50:14.440Z Compiling ena v0.14.4
41652026-05-21T09:50:14.440Z Compiling libloading v0.8.9
41662026-05-21T09:50:14.480Z Compiling regex-syntax v0.6.29
41672026-05-21T09:50:14.512Z Compiling diff v0.1.13
41682026-05-21T09:50:14.527Z Compiling bindgen v0.71.1
41692026-05-21T09:50:14.666Z Compiling cexpr v0.6.0
41702026-05-21T09:50:14.780Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41712026-05-21T09:50:14.975Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41722026-05-21T09:50:14.992Z Compiling rustc-hash v2.1.1
41732026-05-21T09:50:15.143Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41742026-05-21T09:50:15.162Z Compiling libxml v0.3.3
41752026-05-21T09:50:15.180Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41762026-05-21T09:50:15.346Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41772026-05-21T09:50:15.410Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41782026-05-21T09:50:15.500Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41792026-05-21T09:50:15.605Z Compiling strum_macros v0.24.3
41802026-05-21T09:50:15.723Z Compiling indoc v1.0.9
41812026-05-21T09:50:15.793Z Compiling lalrpop v0.19.12
41822026-05-21T09:50:16.657Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41832026-05-21T09:50:16.852Z Checking derive_builder v0.20.2
41842026-05-21T09:50:16.976Z Compiling oso-derive v0.27.3
41852026-05-21T09:50:16.993Z Checking quick-xml v0.37.5
41862026-05-21T09:50:17.188Z Compiling impl-trait-for-tuples v0.2.3
41872026-05-21T09:50:17.479Z Checking openssl-probe v0.1.6
41882026-05-21T09:50:17.622Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41892026-05-21T09:50:17.872Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41902026-05-21T09:50:18.068Z Checking bb8 v0.8.6
41912026-05-21T09:50:18.368Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41922026-05-21T09:50:18.389Z Checking nonempty v0.12.0
41932026-05-21T09:50:18.407Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41942026-05-21T09:50:18.572Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41952026-05-21T09:50:18.592Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41962026-05-21T09:50:18.633Z Checking console v0.16.2
41972026-05-21T09:50:18.740Z Checking unit-prefix v0.5.2
41982026-05-21T09:50:18.788Z Checking support-bundle-viewer v0.1.2
41992026-05-21T09:50:18.880Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42002026-05-21T09:50:18.942Z Checking indicatif v0.18.4
42012026-05-21T09:50:19.036Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42022026-05-21T09:50:19.176Z Checking multimap v0.10.1
42032026-05-21T09:50:19.504Z Checking diesel v2.3.7
42042026-05-21T09:50:21.484Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42052026-05-21T09:50:21.753Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42062026-05-21T09:50:22.282Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42072026-05-21T09:50:23.185Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42082026-05-21T09:50:23.517Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42092026-05-21T09:50:23.890Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42102026-05-21T09:50:24.193Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42112026-05-21T09:50:24.279Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42122026-05-21T09:50:26.270Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42132026-05-21T09:50:31.501Z Compiling samael v0.0.19
42142026-05-21T09:50:35.281Z Checking async-bb8-diesel v0.2.1
42152026-05-21T09:50:35.447Z Checking diesel-dtrace v0.5.0
42162026-05-21T09:50:36.188Z Compiling polar-core v0.27.3
42172026-05-21T09:50:40.670Z Checking oso v0.27.3
42182026-05-21T09:51:18.162Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42192026-05-21T09:51:52.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 39s
42202026-05-21T09:51:52.244Z
42212026-05-21T09:51:52.244Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (239/276)
42222026-05-21T09:51:52.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-05-21T09:51:52.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-05-21T09:51:52.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42252026-05-21T09:51:52.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
42262026-05-21T09:51:52.924Z
42272026-05-21T09:51:52.924Zinfo: running `cargo check --bins` on nexus-saga-recovery (240/276)
42282026-05-21T09:51:53.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-05-21T09:51:53.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-05-21T09:51:53.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-05-21T09:51:53.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42322026-05-21T09:51:53.601Z
42332026-05-21T09:51:53.601Zinfo: running `cargo check --bins` on nexus-test-utils-macros (241/276)
42342026-05-21T09:51:54.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-05-21T09:51:54.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-05-21T09:51:54.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372026-05-21T09:51:54.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42382026-05-21T09:51:54.200Z
42392026-05-21T09:51:54.200Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (242/276)
42402026-05-21T09:51:54.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-05-21T09:51:54.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-05-21T09:51:55.089Z Compiling libz-sys v1.1.24
42432026-05-21T09:51:55.222Z Compiling libgit2-sys v0.18.3+1.9.2
42442026-05-21T09:51:55.232Z Compiling vergen-git2 v1.0.7
42452026-05-21T09:51:55.258Z Compiling rustls v0.21.12
42462026-05-21T09:51:55.261Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42472026-05-21T09:51:55.261Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42482026-05-21T09:51:55.261Z Checking rustls-webpki v0.101.7
42492026-05-21T09:51:55.261Z Checking sct v0.7.1
42502026-05-21T09:51:55.448Z Compiling nix v0.29.0
42512026-05-21T09:51:55.481Z Compiling dropshot v0.16.7
42522026-05-21T09:51:55.524Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42532026-05-21T09:51:55.573Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42542026-05-21T09:51:55.596Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42552026-05-21T09:51:55.748Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42562026-05-21T09:51:55.765Z Checking toml v0.9.12+spec-1.1.0
42572026-05-21T09:51:55.779Z Compiling dropshot_endpoint v0.16.7
42582026-05-21T09:51:55.901Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42592026-05-21T09:51:56.091Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42602026-05-21T09:51:56.270Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42612026-05-21T09:51:56.356Z Checking rustls-pemfile v1.0.4
42622026-05-21T09:51:56.500Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42632026-05-21T09:51:56.690Z Checking twox-hash v2.1.2
42642026-05-21T09:51:56.710Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42652026-05-21T09:51:56.942Z Checking tokio-rustls v0.24.1
42662026-05-21T09:51:57.538Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42672026-05-21T09:51:57.603Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42682026-05-21T09:51:57.619Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42692026-05-21T09:51:58.180Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42702026-05-21T09:51:58.219Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42712026-05-21T09:51:58.236Z Checking fatfs v0.3.6
42722026-05-21T09:51:58.353Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42732026-05-21T09:51:58.371Z Compiling seq-macro v0.3.6
42742026-05-21T09:52:02.225Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42752026-05-21T09:52:02.351Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42762026-05-21T09:52:02.634Z Compiling git2 v0.20.4
42772026-05-21T09:52:04.846Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42782026-05-21T09:52:51.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.44s
42792026-05-21T09:52:51.864Z
42802026-05-21T09:52:51.864Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/276)
42812026-05-21T09:52:52.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-05-21T09:52:52.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-05-21T09:52:52.770Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42842026-05-21T09:53:31.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.91s
42852026-05-21T09:53:32.007Z
42862026-05-21T09:53:32.007Zinfo: running `cargo check --bins` on nexus-background-task-interface (244/276)
42872026-05-21T09:53:32.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-05-21T09:53:32.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-05-21T09:53:32.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42902026-05-21T09:53:32.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42912026-05-21T09:53:32.647Z
42922026-05-21T09:53:32.647Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (245/276)
42932026-05-21T09:53:33.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-05-21T09:53:33.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-05-21T09:53:33.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-05-21T09:53:33.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42972026-05-21T09:53:33.273Z
42982026-05-21T09:53:33.273Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/276)
42992026-05-21T09:53:33.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-05-21T09:53:33.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-05-21T09:53:33.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-05-21T09:53:33.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
43032026-05-21T09:53:33.951Z
43042026-05-21T09:53:33.952Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (247/276)
43052026-05-21T09:53:34.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-05-21T09:53:34.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-05-21T09:53:34.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43082026-05-21T09:53:34.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43092026-05-21T09:53:34.625Z
43102026-05-21T09:53:34.625Zinfo: running `cargo check --bins` on nexus-mgs-updates (248/276)
43112026-05-21T09:53:35.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-05-21T09:53:35.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-05-21T09:53:35.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43142026-05-21T09:53:35.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43152026-05-21T09:53:35.287Z
43162026-05-21T09:53:35.287Zinfo: running `cargo check --bins` on nexus-networking (249/276)
43172026-05-21T09:53:35.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43182026-05-21T09:53:35.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43192026-05-21T09:53:35.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43202026-05-21T09:53:35.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43212026-05-21T09:53:35.962Z
43222026-05-21T09:53:35.963Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (250/276)
43232026-05-21T09:53:36.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43242026-05-21T09:53:36.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43252026-05-21T09:53:36.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43262026-05-21T09:53:36.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43272026-05-21T09:53:36.642Z
43282026-05-21T09:53:36.643Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/276)
43292026-05-21T09:53:37.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43302026-05-21T09:53:37.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43312026-05-21T09:53:37.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43322026-05-21T09:53:37.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43332026-05-21T09:53:37.310Z
43342026-05-21T09:53:37.310Zinfo: running `cargo check --bins` on omicron-dev (252/276)
43352026-05-21T09:53:37.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43362026-05-21T09:53:37.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43372026-05-21T09:53:38.227Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43382026-05-21T09:53:38.227Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43392026-05-21T09:53:38.420Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43402026-05-21T09:53:38.451Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43412026-05-21T09:53:38.470Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43422026-05-21T09:53:38.473Z Checking yansi v1.0.1
43432026-05-21T09:53:38.474Z Checking diff v0.1.13
43442026-05-21T09:53:38.486Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43452026-05-21T09:53:38.555Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43462026-05-21T09:53:38.766Z Checking pretty_assertions v1.4.1
43472026-05-21T09:53:39.391Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43482026-05-21T09:53:39.559Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43492026-05-21T09:54:03.394Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43502026-05-21T09:54:03.398Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43512026-05-21T09:54:03.398Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43522026-05-21T09:54:03.398Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43532026-05-21T09:54:03.398Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43542026-05-21T09:54:03.398Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43552026-05-21T09:54:04.281Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43562026-05-21T09:54:05.401Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43572026-05-21T09:54:44.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
43582026-05-21T09:54:44.425Z
43592026-05-21T09:54:44.425Zinfo: running `cargo check --bins` on omicron-pins (253/276)
43602026-05-21T09:54:44.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43612026-05-21T09:54:44.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43622026-05-21T09:54:44.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43632026-05-21T09:54:44.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43642026-05-21T09:54:45.021Z
43652026-05-21T09:54:45.021Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (254/276)
43662026-05-21T09:54:45.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43672026-05-21T09:54:45.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43682026-05-21T09:54:45.803Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43692026-05-21T09:54:45.928Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43702026-05-21T09:54:45.932Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43712026-05-21T09:55:11.773Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43722026-05-21T09:55:12.166Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43732026-05-21T09:55:13.884Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43742026-05-21T09:55:14.347Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43752026-05-21T09:55:17.296Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43762026-05-21T09:55:40.256Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43772026-05-21T09:55:40.973Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43782026-05-21T09:55:42.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.61s
43792026-05-21T09:55:42.859Z
43802026-05-21T09:55:42.859Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (255/276)
43812026-05-21T09:55:43.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43822026-05-21T09:55:43.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43832026-05-21T09:55:43.599Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43842026-05-21T09:55:44.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
43852026-05-21T09:55:44.488Z
43862026-05-21T09:55:44.488Zinfo: running `cargo check --bins` on omicron-releng (256/276)
43872026-05-21T09:55:45.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43882026-05-21T09:55:45.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43892026-05-21T09:55:45.157Z Compiling blake3 v1.8.3
43902026-05-21T09:55:45.267Z Checking arrayref v0.3.9
43912026-05-21T09:55:45.270Z Checking constant_time_eq v0.4.2
43922026-05-21T09:55:45.271Z Checking arrayvec v0.7.6
43932026-05-21T09:55:45.287Z Checking topological-sort v0.2.2
43942026-05-21T09:55:45.287Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43952026-05-21T09:55:45.290Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43962026-05-21T09:55:45.290Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43972026-05-21T09:55:45.329Z Checking shell-words v1.1.1
43982026-05-21T09:55:46.164Z Checking omicron-zone-package v0.12.2
43992026-05-21T09:55:46.882Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44002026-05-21T09:55:47.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
44012026-05-21T09:55:47.947Z
44022026-05-21T09:55:47.947Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (257/276)
44032026-05-21T09:55:48.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-05-21T09:55:48.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-05-21T09:55:48.612Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44062026-05-21T09:55:48.937Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44072026-05-21T09:55:49.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
44082026-05-21T09:55:49.520Z
44092026-05-21T09:55:49.520Zinfo: running `cargo check --bins` on schema (258/276)
44102026-05-21T09:55:50.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44112026-05-21T09:55:50.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44122026-05-21T09:55:50.263Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44132026-05-21T09:55:50.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
44142026-05-21T09:55:51.171Z
44152026-05-21T09:55:51.171Zinfo: running `cargo check --bins` on xtask (259/276)
44162026-05-21T09:55:51.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-05-21T09:55:51.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-05-21T09:55:51.636Z Checking libc v0.2.185
44192026-05-21T09:55:51.716Z Checking serde v1.0.228
44202026-05-21T09:55:51.723Z Checking zerofrom v0.1.6
44212026-05-21T09:55:51.727Z Checking bitflags v2.11.0
44222026-05-21T09:55:51.734Z Checking smallvec v1.15.1
44232026-05-21T09:55:51.737Z Checking indexmap v2.14.0
44242026-05-21T09:55:51.751Z Checking serde_json v1.0.149
44252026-05-21T09:55:51.754Z Checking num-traits v0.2.19
44262026-05-21T09:55:51.823Z Checking yoke v0.8.1
44272026-05-21T09:55:51.873Z Checking scroll v0.12.0
44282026-05-21T09:55:51.914Z Checking thiserror v1.0.69
44292026-05-21T09:55:51.993Z Checking zerovec v0.11.5
44302026-05-21T09:55:52.010Z Checking zerotrie v0.2.3
44312026-05-21T09:55:52.022Z Checking errno v0.3.14
44322026-05-21T09:55:52.101Z Checking log v0.4.29
44332026-05-21T09:55:52.112Z Checking toml_datetime v0.6.11
44342026-05-21T09:55:52.137Z Checking rustix v1.1.3
44352026-05-21T09:55:52.252Z Checking serde_spanned v0.6.9
44362026-05-21T09:55:52.263Z Checking percent-encoding v2.3.2
44372026-05-21T09:55:52.273Z Checking ordered-float v2.10.1
44382026-05-21T09:55:52.276Z Checking goblin v0.8.2
44392026-05-21T09:55:52.294Z Checking zerocopy v0.7.35
44402026-05-21T09:55:52.362Z Checking getrandom v0.4.1
44412026-05-21T09:55:52.377Z Checking toml_edit v0.22.27
44422026-05-21T09:55:52.399Z Checking form_urlencoded v1.2.2
44432026-05-21T09:55:52.423Z Checking tinystr v0.8.2
44442026-05-21T09:55:52.496Z Checking potential_utf v0.1.4
44452026-05-21T09:55:52.507Z Checking serde-value v0.7.0
44462026-05-21T09:55:52.529Z Checking thiserror v2.0.18
44472026-05-21T09:55:52.609Z Checking icu_locale_core v2.1.1
44482026-05-21T09:55:52.629Z Checking icu_collections v2.1.1
44492026-05-21T09:55:52.640Z Checking syn v2.0.117
44502026-05-21T09:55:52.712Z Checking dtrace-parser v0.2.0
44512026-05-21T09:55:52.780Z Checking thread-id v4.2.2
44522026-05-21T09:55:52.865Z Checking once_cell v1.21.3
44532026-05-21T09:55:52.947Z Checking cargo-platform v0.2.0
44542026-05-21T09:55:52.962Z Checking memmap v0.7.0
44552026-05-21T09:55:52.965Z Checking terminal_size v0.4.3
44562026-05-21T09:55:53.043Z Checking tempfile v3.25.0
44572026-05-21T09:55:53.105Z Checking clap_builder v4.5.60
44582026-05-21T09:55:53.117Z Checking textwrap v0.16.2
44592026-05-21T09:55:53.128Z Checking fs-err v3.3.0
44602026-05-21T09:55:53.157Z Checking icu_provider v2.1.1
44612026-05-21T09:55:53.240Z Checking camino-tempfile v1.4.1
44622026-05-21T09:55:53.309Z Checking tabled v0.15.0
44632026-05-21T09:55:53.329Z Checking anyhow v1.0.102
44642026-05-21T09:55:53.396Z Checking icu_properties v2.1.2
44652026-05-21T09:55:53.400Z Checking icu_normalizer v2.1.1
44662026-05-21T09:55:53.479Z Checking toml v0.8.23
44672026-05-21T09:55:53.543Z Checking macaddr v1.0.1
44682026-05-21T09:55:53.720Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44692026-05-21T09:55:53.805Z Checking cargo_toml v0.21.0
44702026-05-21T09:55:54.199Z Checking dof v0.3.0
44712026-05-21T09:55:54.230Z Checking idna_adapter v1.2.1
44722026-05-21T09:55:54.335Z Checking clap v4.5.60
44732026-05-21T09:55:54.352Z Checking idna v1.1.0
44742026-05-21T09:55:54.478Z Checking usdt-impl v0.5.0
44752026-05-21T09:55:54.583Z Checking url v2.5.8
44762026-05-21T09:55:54.735Z Checking usdt v0.5.0
44772026-05-21T09:55:54.937Z Checking cargo-util-schemas v0.8.2
44782026-05-21T09:55:55.634Z Checking cargo_metadata v0.21.0
44792026-05-21T09:55:56.256Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44802026-05-21T09:55:56.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.50s
44812026-05-21T09:55:56.807Z
44822026-05-21T09:55:56.807Zinfo: running `cargo check --bins` on dnsadm (260/276)
44832026-05-21T09:55:57.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44842026-05-21T09:55:57.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44852026-05-21T09:55:57.454Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44862026-05-21T09:55:57.937Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44872026-05-21T09:55:58.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
44882026-05-21T09:55:58.537Z
44892026-05-21T09:55:58.538Zinfo: running `cargo check --bins` on end-to-end-tests (261/276)
44902026-05-21T09:55:59.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-05-21T09:55:59.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-05-21T09:55:59.349Z Checking polyval v0.6.2
44932026-05-21T09:55:59.474Z Checking ctr v0.9.2
44942026-05-21T09:55:59.488Z Checking ssh-encoding v0.2.0
44952026-05-21T09:55:59.488Z Checking blowfish v0.9.1
44962026-05-21T09:55:59.510Z Checking password-hash v0.4.2
44972026-05-21T09:55:59.524Z Checking p256 v0.13.2
44982026-05-21T09:55:59.527Z Checking p521 v0.13.3
44992026-05-21T09:55:59.552Z Checking russh-cryptovec v0.7.3
45002026-05-21T09:55:59.617Z Checking ghash v0.5.1
45012026-05-21T09:55:59.631Z Checking bcrypt-pbkdf v0.10.0
45022026-05-21T09:55:59.644Z Checking md5 v0.7.0
45032026-05-21T09:55:59.701Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45042026-05-21T09:55:59.704Z Checking num-bigint v0.4.6
45052026-05-21T09:55:59.730Z Checking pbkdf2 v0.11.0
45062026-05-21T09:55:59.756Z Checking aes-gcm v0.10.3
45072026-05-21T09:55:59.789Z Checking des v0.8.1
45082026-05-21T09:55:59.804Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45092026-05-21T09:55:59.816Z Checking hex-literal v0.4.1
45102026-05-21T09:55:59.917Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45112026-05-21T09:55:59.931Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45122026-05-21T09:55:59.944Z Checking ssh-cipher v0.2.0
45132026-05-21T09:55:59.948Z Checking socket2 v0.5.10
45142026-05-21T09:55:59.971Z Checking internet-checksum v0.2.1
45152026-05-21T09:56:00.112Z Checking ssh-key v0.6.7
45162026-05-21T09:56:00.196Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45172026-05-21T09:56:00.754Z Checking russh-keys v0.45.0
45182026-05-21T09:56:01.318Z Checking russh v0.45.0
45192026-05-21T09:56:17.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.20s
45202026-05-21T09:56:17.958Z
45212026-05-21T09:56:17.958Zinfo: running `cargo check --bins` on gateway-cli (262/276)
45222026-05-21T09:56:18.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45232026-05-21T09:56:18.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45242026-05-21T09:56:18.621Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45252026-05-21T09:56:18.731Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45262026-05-21T09:56:18.739Z Checking termios v0.3.3
45272026-05-21T09:56:19.959Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45282026-05-21T09:56:20.112Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45292026-05-21T09:56:21.906Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45302026-05-21T09:56:22.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s
45312026-05-21T09:56:22.671Z
45322026-05-21T09:56:22.671Zinfo: running `cargo check --bins --no-default-features` on installinator (263/276)
45332026-05-21T09:56:23.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45342026-05-21T09:56:23.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45352026-05-21T09:56:23.399Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45362026-05-21T09:56:23.514Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45372026-05-21T09:56:23.524Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45382026-05-21T09:56:23.528Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45392026-05-21T09:56:23.543Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45402026-05-21T09:56:23.543Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45412026-05-21T09:56:24.270Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45422026-05-21T09:56:24.611Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45432026-05-21T09:56:24.614Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45442026-05-21T09:56:25.268Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45452026-05-21T09:56:26.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s
45462026-05-21T09:56:27.127Z
45472026-05-21T09:56:27.127Zinfo: running `cargo check --bins` on internal-dns-cli (264/276)
45482026-05-21T09:56:27.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45492026-05-21T09:56:27.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45502026-05-21T09:56:27.777Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45512026-05-21T09:56:28.236Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45522026-05-21T09:56:28.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
45532026-05-21T09:56:28.765Z
45542026-05-21T09:56:28.765Zinfo: running `cargo check --bins` on omicron-live-tests (265/276)
45552026-05-21T09:56:29.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45562026-05-21T09:56:29.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45572026-05-21T09:56:29.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45582026-05-21T09:56:29.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45592026-05-21T09:56:29.372Z
45602026-05-21T09:56:29.372Zinfo: running `cargo check --bins` on live-tests-macros (266/276)
45612026-05-21T09:56:29.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45622026-05-21T09:56:29.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45632026-05-21T09:56:29.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45642026-05-21T09:56:29.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45652026-05-21T09:56:29.983Z
45662026-05-21T09:56:29.983Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (267/276)
45672026-05-21T09:56:30.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45682026-05-21T09:56:30.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45692026-05-21T09:56:30.757Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45702026-05-21T09:56:31.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45712026-05-21T09:56:31.588Z
45722026-05-21T09:56:31.588Zinfo: running `cargo check --bins` on omicron-ntp-admin (268/276)
45732026-05-21T09:56:32.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45742026-05-21T09:56:32.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45752026-05-21T09:56:32.267Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45762026-05-21T09:56:32.270Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45772026-05-21T09:56:32.548Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45782026-05-21T09:56:32.548Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45792026-05-21T09:56:33.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
45802026-05-21T09:56:33.553Z
45812026-05-21T09:56:33.554Zinfo: running `cargo check --bins` on ntp-admin-types (269/276)
45822026-05-21T09:56:34.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45832026-05-21T09:56:34.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45842026-05-21T09:56:34.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45852026-05-21T09:56:34.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45862026-05-21T09:56:34.165Z
45872026-05-21T09:56:34.165Zinfo: running `cargo check --bins` on omicron-package (270/276)
45882026-05-21T09:56:34.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45892026-05-21T09:56:34.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45902026-05-21T09:56:34.868Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45912026-05-21T09:56:35.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s
45922026-05-21T09:56:36.153Z
45932026-05-21T09:56:36.153Zinfo: running `cargo check --bins` on tqdb (271/276)
45942026-05-21T09:56:36.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45952026-05-21T09:56:36.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45962026-05-21T09:56:36.963Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45972026-05-21T09:56:37.317Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45982026-05-21T09:56:37.837Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45992026-05-21T09:56:37.837Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46002026-05-21T09:56:43.847Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46012026-05-21T09:56:43.852Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46022026-05-21T09:56:44.430Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46032026-05-21T09:56:44.430Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46042026-05-21T09:56:44.436Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46052026-05-21T09:56:44.436Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46062026-05-21T09:56:45.210Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46072026-05-21T09:56:46.189Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46082026-05-21T09:56:46.959Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46092026-05-21T09:56:47.577Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46102026-05-21T09:56:52.937Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46112026-05-21T09:56:58.332Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46122026-05-21T09:56:58.352Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46132026-05-21T09:56:58.385Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46142026-05-21T09:56:58.385Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46152026-05-21T09:57:02.663Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46162026-05-21T09:57:02.729Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46172026-05-21T09:57:02.729Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46182026-05-21T09:57:03.111Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46192026-05-21T09:57:03.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.51s
46202026-05-21T09:57:03.886Z
46212026-05-21T09:57:03.886Zinfo: running `cargo check --bins` on wicket-dbg (272/276)
46222026-05-21T09:57:04.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46232026-05-21T09:57:04.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46242026-05-21T09:57:04.621Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46252026-05-21T09:57:04.625Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46262026-05-21T09:57:04.625Z Checking rtoolbox v0.0.3
46272026-05-21T09:57:04.754Z Checking tui-tree-widget v0.23.1
46282026-05-21T09:57:04.852Z Checking rpassword v7.4.0
46292026-05-21T09:57:05.886Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46302026-05-21T09:57:08.928Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46312026-05-21T09:57:10.785Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46322026-05-21T09:57:11.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.82s
46332026-05-21T09:57:11.911Z
46342026-05-21T09:57:11.911Zinfo: running `cargo check --bins` on wicket (273/276)
46352026-05-21T09:57:12.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46362026-05-21T09:57:12.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46372026-05-21T09:57:12.626Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46382026-05-21T09:57:12.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
46392026-05-21T09:57:13.193Z
46402026-05-21T09:57:13.193Zinfo: running `cargo check --bins` on wicketd (274/276)
46412026-05-21T09:57:13.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46422026-05-21T09:57:13.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46432026-05-21T09:57:13.928Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46442026-05-21T09:57:13.932Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46452026-05-21T09:57:13.932Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46462026-05-21T09:57:13.932Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46472026-05-21T09:57:14.942Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46482026-05-21T09:57:15.512Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46492026-05-21T09:57:18.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s
46502026-05-21T09:57:18.674Z
46512026-05-21T09:57:18.674Zinfo: running `cargo check --bins` on omicron-workspace-hack (275/276)
46522026-05-21T09:57:19.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46532026-05-21T09:57:19.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46542026-05-21T09:57:19.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46552026-05-21T09:57:19.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46562026-05-21T09:57:19.283Z
46572026-05-21T09:57:19.283Zinfo: running `cargo check --bins` on zone-setup (276/276)
46582026-05-21T09:57:19.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46592026-05-21T09:57:19.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46602026-05-21T09:57:19.979Z Checking uzers v0.12.2
46612026-05-21T09:57:20.254Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46622026-05-21T09:57:21.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
46632026-05-21T09:57:21.225Z
46642026-05-21T09:57:21.226Zreal 14:21.250277048
46652026-05-21T09:57:21.226Zuser 20:48.530106724
46662026-05-21T09:57:21.226Zsys 4:21.026809325
46672026-05-21T09:57:21.226Ztrap 0.329284196
46682026-05-21T09:57:21.226Ztflt 0.696039154
46692026-05-21T09:57:21.226Zdflt 1.317832472
46702026-05-21T09:57:21.226Zkflt 0.010802712
46712026-05-21T09:57:21.226Zlock 1:17:11.645103835
46722026-05-21T09:57:21.226Zslp 1:39:47.816098829
46732026-05-21T09:57:21.226Zlat 56.425825987
46742026-05-21T09:57:21.231Zstop 3:34.728743205
46752026-05-21T09:57:21.231Zprocess exited: duration 996054 ms, exit code 0
 
46762026-05-21T09:57:21.239Zfound 0 output files