01KRP1W1EXFVEZHR66Z6QFHJ30: 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: 01KRP1WG7T2HFJ5H6WFP2MZ5CK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-15T14:51:30.219Zjob assigned to worker 01KRP1WQPS202RH9S3YZV8Z05S [factory aws, i-01054578914293f39] (queued for 49 s)
 
22026-05-15T14:51:37.221Zstarting task 0: "setup"
32026-05-15T14:51:37.224Z++ uname -s
42026-05-15T14:51:37.228Z+ kern=SunOS
52026-05-15T14:51:37.228Z+ build_user=build
62026-05-15T14:51:37.228Z+ build_uid=12345
72026-05-15T14:51:37.228Z+ work_dir=/work
82026-05-15T14:51:37.228Z+ input_dir=/input
92026-05-15T14:51:37.228Z+ [[ 0 == 12345 ]]
102026-05-15T14:51:37.228Z+ case "$kern" in
112026-05-15T14:51:37.228Z+ groupadd -g 12345 build
122026-05-15T14:51:37.239Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-15T14:51:39.245Z+ zfs create -o mountpoint=/work rpool/work
142026-05-15T14:51:39.311Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-15T14:51:39.314Z+ home_fs=zfs
162026-05-15T14:51:39.314Z+ [[ zfs == autofs ]]
172026-05-15T14:51:39.314Z+ mkdir -p /home/build
182026-05-15T14:51:39.314Z+ chown build:build /home/build /work
192026-05-15T14:51:41.315Z+ chmod 0700 /home/build /work
202026-05-15T14:51:41.318Zprocess exited: duration 4099 ms, exit code 0
 
212026-05-15T14:51:41.324Zstarting task 1: "rust-toolchain"
222026-05-15T14:51:41.328Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-15T14:51:41.328Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-15T14:51:41.328Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-15T14:51:41.328Z * rust toolchain channel = "1.94.0"
262026-05-15T14:51:41.328Z * rust toolchain profile = "default"
272026-05-15T14:51:41.328Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-15T14:51:41.331Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-15T14:51:41.331Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-15T14:51:41.438Zinfo: downloading installer
312026-05-15T14:51:42.742Zwarn: It looks like you have an existing rustup settings file at:
322026-05-15T14:51:42.742Zwarn: /home/build/.rustup/settings.toml
332026-05-15T14:51:42.742Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-15T14:51:42.745Zwarn: instead of the one inferred from the default host triple.
352026-05-15T14:51:42.755Zinfo: profile set to default
362026-05-15T14:51:42.755Zinfo: default host triple is x86_64-unknown-illumos
372026-05-15T14:51:42.758Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-15T14:51:42.886Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-15T14:51:42.889Zinfo: downloading 6 components
402026-05-15T14:51:56.992Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-15T14:51:56.992Z
422026-05-15T14:51:57.026Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-15T14:51:57.026Z
442026-05-15T14:51:57.027Z
452026-05-15T14:51:57.027ZRust is installed now. Great!
462026-05-15T14:51:57.027Z
472026-05-15T14:51:57.027ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-15T14:51:57.027Zenvironment variable. This has not been done automatically.
492026-05-15T14:51:57.027Z
502026-05-15T14:51:57.027ZTo configure your current shell, you need to source
512026-05-15T14:51:57.027Zthe corresponding env file under $HOME/.cargo.
522026-05-15T14:51:57.027Z
532026-05-15T14:51:57.027ZThis is usually done by running one of the following (note the leading DOT):
542026-05-15T14:51:57.030Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-15T14:51:57.030Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-15T14:51:57.030Zsource "~/.cargo/env.nu" # For nushell
572026-05-15T14:51:57.030Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-15T14:51:57.030Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-15T14:51:57.030Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-15T14:51:57.030Zwarn: no default linker (`cc`) was found in your PATH
612026-05-15T14:51:57.030Zwarn: many Rust crates require a system C toolchain to build
622026-05-15T14:51:57.115Z+ rustup --version
632026-05-15T14:51:57.123Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-15T14:51:57.126Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-15T14:51:57.147Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-15T14:51:57.150Z+ cargo --version
672026-05-15T14:51:57.162Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-15T14:51:57.165Z+ rustc --version
692026-05-15T14:51:57.184Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-15T14:51:57.187Zprocess exited: duration 15862 ms, exit code 0
 
712026-05-15T14:51:57.195Zstarting task 2: "authentication"
722026-05-15T14:51:57.211Zprocess exited: duration 15 ms, exit code 0
 
732026-05-15T14:51:57.217Zstarting task 3: "clone repository"
742026-05-15T14:51:57.223Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-15T14:51:57.223Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-15T14:51:57.252ZCloning into '/work/oxidecomputer/omicron'...
772026-05-15T14:52:07.360Z+ cd /work/oxidecomputer/omicron
782026-05-15T14:52:07.360Z+ git fetch origin e43ae1ffe3a543a4c852b756e45dca1d1eb3136f
792026-05-15T14:52:07.676ZFrom https://github.com/oxidecomputer/omicron
802026-05-15T14:52:07.676Z * branch e43ae1ffe3a543a4c852b756e45dca1d1eb3136f -> FETCH_HEAD
812026-05-15T14:52:07.686Z+ [[ -n add-fmd-inventory ]]
822026-05-15T14:52:07.688Z++ git branch --show-current
832026-05-15T14:52:07.688Z+ current=main
842026-05-15T14:52:07.688Z+ [[ main != add-fmd-inventory ]]
852026-05-15T14:52:07.689Z+ git branch -f add-fmd-inventory e43ae1ffe3a543a4c852b756e45dca1d1eb3136f
862026-05-15T14:52:07.691Z+ git checkout -f add-fmd-inventory
872026-05-15T14:52:07.927ZSwitched to branch 'add-fmd-inventory'
882026-05-15T14:52:07.930Z+ git reset --hard e43ae1ffe3a543a4c852b756e45dca1d1eb3136f
892026-05-15T14:52:07.951ZHEAD is now at e43ae1ffe Add typed FmdInventoryError and per-sled FMD bounds
902026-05-15T14:52:07.954Zprocess exited: duration 10735 ms, exit code 0
 
912026-05-15T14:52:07.960Zstarting task 4: "build"
922026-05-15T14:52:07.965Z+ source .github/buildomat/ci-env.sh
932026-05-15T14:52:07.965Z++ export CARGO_TERM_COLOR=always
942026-05-15T14:52:07.965Z++ CARGO_TERM_COLOR=always
952026-05-15T14:52:07.965Z+ cargo --version
962026-05-15T14:52:07.975Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-15T14:52:07.978Z+ rustc --version
982026-05-15T14:52:07.997Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-15T14:52:08.000Z+ source ./env.sh
1002026-05-15T14:52:08.000Z++ OLD_SHELL_OPTS=ehxB
1012026-05-15T14:52:08.000Z++ set -o xtrace
1022026-05-15T14:52:08.003Z++++ dirname ./env.sh
1032026-05-15T14:52:08.003Z+++ readlink -f .
1042026-05-15T14:52:08.006Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-15T14:52:08.006Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-05-15T14:52:08.006Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-15T14:52:08.006Z++ 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
1082026-05-15T14:52:08.006Z++ 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
1092026-05-15T14:52:08.006Z++ 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
1102026-05-15T14:52:08.006Z++ 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
1112026-05-15T14:52:08.007Z++ 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
1122026-05-15T14:52:08.007Z++ 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
1132026-05-15T14:52:08.007Z++ case $OLD_SHELL_OPTS in
1142026-05-15T14:52:08.007Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-15T14:52:08.007Z+ 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
1162026-05-15T14:52:08.007Z+ 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
1172026-05-15T14:52:08.007Z+ banner prerequisites
1182026-05-15T14:52:08.010Z
1192026-05-15T14:52:08.010Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-15T14:52:08.010Z # # # # # # # # # # # # # # #
1212026-05-15T14:52:08.010Z # # # # ##### # # ##### # # # # # #### #
1222026-05-15T14:52:08.010Z ##### ##### # ##### # # # # # # # # #
1232026-05-15T14:52:08.010Z # # # # # # # # # # # # # # #
1242026-05-15T14:52:08.010Z # # # ###### # # ###### ### # #### # #### #
1252026-05-15T14:52:08.010Z
1262026-05-15T14:52:08.010Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-15T14:52:09.362Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-15T14:52:09.418Z Startup: Caching catalogs ... Done
1292026-05-15T14:52:09.623ZPlanning: Solver setup ... Done (0.173s)
1302026-05-15T14:52:09.639ZPlanning: Running solver ... Done (0.016s)
1312026-05-15T14:52:09.644ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-15T14:52:09.655ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-15T14:52:09.671ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-15T14:52:09.684ZPlanning: Package planning ... Done (0.013s)
1352026-05-15T14:52:09.687ZPlanning: Merging actions ... Done (0.002s)
1362026-05-15T14:52:09.873ZPlanning: Checking for conflicting actions ... Done (0.187s)
1372026-05-15T14:52:09.875ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-15T14:52:10.634ZPlanning: Evaluating mediators ... Done (0.761s)
1392026-05-15T14:52:10.637ZPlanning: Planning completed in 1.20 seconds
1402026-05-15T14:52:10.643Z Packages to install: 2
1412026-05-15T14:52:10.647Z Estimated space available: 156.08 GB
1422026-05-15T14:52:10.647ZEstimated space to be consumed: 19.74 MB
1432026-05-15T14:52:10.648Z Create boot environment: No
1442026-05-15T14:52:10.648ZCreate backup boot environment: No
1452026-05-15T14:52:10.648Z Rebuild boot archive: No
1462026-05-15T14:52:10.648Z
1472026-05-15T14:52:10.648ZChanged packages:
1482026-05-15T14:52:10.648Zhelios
1492026-05-15T14:52:10.648Z developer/build-essential
1502026-05-15T14:52:10.648Z None -> 11-3.0
1512026-05-15T14:52:10.648Z library/libxmlsec1
1522026-05-15T14:52:10.648Z None -> 1.2.35-3.0
1532026-05-15T14:52:10.667Z
1542026-05-15T14:52:10.667ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-15T14:52:11.278ZDownload: Completed 1.28 MB in 0.61 seconds (2.1M/s)
1562026-05-15T14:52:11.336Z Actions: 1/268 actions (Installing new actions)
1572026-05-15T14:52:11.374Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-15T14:52:11.379ZFinalize: Updating package state database ... Done (0.005s)
1592026-05-15T14:52:11.379ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-15T14:52:11.395ZFinalize: Updating image state ... Done (0.015s)
1612026-05-15T14:52:13.778ZFinalize: Creating fast lookup database ... Done (2.362s)
1622026-05-15T14:52:13.842ZFinalize: Reading search index ... Done (0.013s)
1632026-05-15T14:52:13.845ZFinalize: Updating search index ... Done (0.000s)
1642026-05-15T14:52:13.935ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-15T14:52:14.227ZPlanning: Evaluating mediator changes ... Done
1662026-05-15T14:52:14.330ZPlanning: Checking for conflicting actions ... Done
1672026-05-15T14:52:14.334ZPlanning: Consolidating action changes ... Done
1682026-05-15T14:52:14.488ZPlanning: Evaluating mediators ... Done
1692026-05-15T14:52:14.491ZPlanning: Planning completed in 0.26 seconds
1702026-05-15T14:52:14.510Z Mediators to change: 2
1712026-05-15T14:52:14.510Z Create boot environment: No
1722026-05-15T14:52:14.511ZCreate backup boot environment: No
1732026-05-15T14:52:14.566ZFinalize: Updating package state database ... Done
1742026-05-15T14:52:14.566ZFinalize: Updating package cache ... Done
1752026-05-15T14:52:14.575ZFinalize: Updating image state ... Done
1762026-05-15T14:52:16.506ZFinalize: Creating fast lookup database ... Done
1772026-05-15T14:52:16.568ZFinalize: Reading search index ... Done
1782026-05-15T14:52:16.572ZFinalize: Updating search index ... Done
1792026-05-15T14:52:16.653ZFinalize: Updating package cache ... Done
1802026-05-15T14:52:16.933ZPlanning: Evaluating mediator changes ... Done
1812026-05-15T14:52:17.039ZPlanning: Checking for conflicting actions ... Done
1822026-05-15T14:52:17.042ZPlanning: Consolidating action changes ... Done
1832026-05-15T14:52:17.194ZPlanning: Evaluating mediators ... Done
1842026-05-15T14:52:17.197ZPlanning: Planning completed in 0.26 seconds
1852026-05-15T14:52:17.217Z Mediators to change: 1
1862026-05-15T14:52:17.217Z Create boot environment: No
1872026-05-15T14:52:17.217ZCreate backup boot environment: No
1882026-05-15T14:52:17.270ZFinalize: Updating package state database ... Done
1892026-05-15T14:52:17.270ZFinalize: Updating package cache ... Done
1902026-05-15T14:52:17.279ZFinalize: Updating image state ... Done
1912026-05-15T14:52:19.222ZFinalize: Creating fast lookup database ... Done
1922026-05-15T14:52:19.284ZFinalize: Reading search index ... Done
1932026-05-15T14:52:19.287ZFinalize: Updating search index ... Done
1942026-05-15T14:52:19.361ZFinalize: Updating package cache ... Done
1952026-05-15T14:52:19.670ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-15T14:52:19.670Zapache system 2.4 system
1972026-05-15T14:52:19.670Zclang system 15 system
1982026-05-15T14:52:19.671Zcsh system system illumos
1992026-05-15T14:52:19.671Zctags system system illumos
2002026-05-15T14:52:19.671Zfile vendor vendor darwinsys
2012026-05-15T14:52:19.671Zfile system system illumos
2022026-05-15T14:52:19.671Zgcc vendor 14 vendor
2032026-05-15T14:52:19.671Zgcc system 13 system
2042026-05-15T14:52:19.671Zgcc system 10 system
2052026-05-15T14:52:19.671Zgo system 1.25 system
2062026-05-15T14:52:19.671Zllvm system 15 system
2072026-05-15T14:52:19.671Zmariadb system 11.4 system
2082026-05-15T14:52:19.671Zmta vendor vendor dma
2092026-05-15T14:52:19.671Zopenjdk system 17 system
2102026-05-15T14:52:19.671Zopenjdk system 11 system
2112026-05-15T14:52:19.671Zopenssl vendor 3 vendor
2122026-05-15T14:52:19.671Zperl system 5.40 system
2132026-05-15T14:52:19.671Zpostgresql system 18 system
2142026-05-15T14:52:19.671Zpostgresql system 17 system
2152026-05-15T14:52:19.671Zpython vendor 3 vendor
2162026-05-15T14:52:19.671Zpython system 2 system
2172026-05-15T14:52:19.671Zpython3 vendor 3.13 vendor
2182026-05-15T14:52:19.671Zruby system 3.4 system
2192026-05-15T14:52:19.671Zruby system 3.0 system
2202026-05-15T14:52:19.671Zwords vendor vendor american-english
2212026-05-15T14:52:19.671Zwords system system australian-english
2222026-05-15T14:52:19.671Zwords system system british-english
2232026-05-15T14:52:19.671Zwords system system canadian-english
2242026-05-15T14:52:19.671Zwords system system french
2252026-05-15T14:52:19.671Zwords system system italian
2262026-05-15T14:52:19.671Zwords system system ngerman
2272026-05-15T14:52:19.671Zwords system system ogerman
2282026-05-15T14:52:19.671Zwords system system spanish
2292026-05-15T14:52:19.919ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-15T14:52:19.919Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-15T14:52:20.186ZFMRI IFO
2322026-05-15T14:52:20.186Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-15T14:52:20.186Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-15T14:52:20.186Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-15T14:52:20.186Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-15T14:52:20.186Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-15T14:52:20.186Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-15T14:52:20.186Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-15T14:52:20.186Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-15T14:52:20.186Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-15T14:52:20.422Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-15T14:52:20.730Z Updating crates.io index
2432026-05-15T14:52:20.733Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-15T14:52:20.977Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-15T14:52:21.917Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-15T14:52:22.448Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-15T14:52:23.244Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-15T14:52:23.768Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-15T14:52:25.477Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-15T14:52:26.211Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-15T14:52:26.613Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-15T14:52:27.369Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-15T14:52:27.807Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-15T14:52:28.083Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-15T14:52:28.424Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-15T14:52:29.563Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-15T14:52:30.068Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-15T14:52:30.385Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-15T14:52:30.709Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-15T14:52:31.242Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-15T14:52:31.673Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-15T14:52:31.968Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-15T14:52:32.238Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-15T14:52:32.570Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-15T14:52:32.989Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-15T14:52:33.500Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-05-15T14:52:33.918Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-05-15T14:52:34.312Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-05-15T14:52:34.620Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-05-15T14:52:35.791Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-05-15T14:52:36.056Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722026-05-15T14:52:37.199Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-15T14:52:37.661Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-05-15T14:52:37.990Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-05-15T14:52:38.290Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-15T14:52:38.621Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-05-15T14:52:38.926Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-05-15T14:52:39.401Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-05-15T14:52:39.697Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-05-15T14:52:39.962Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-05-15T14:52:40.345Z Updating git repository `https://github.com/oxidecomputer/omicron`
2822026-05-15T14:52:52.045Z Downloading crates ...
2832026-05-15T14:52:52.100Z Downloaded form_urlencoded v1.2.2
2842026-05-15T14:52:52.103Z Downloaded digest v0.10.7
2852026-05-15T14:52:52.107Z Downloaded dtrace-parser v0.2.0
2862026-05-15T14:52:52.107Z Downloaded anstream v0.6.21
2872026-05-15T14:52:52.107Z Downloaded serde_spanned v0.6.9
2882026-05-15T14:52:52.110Z Downloaded macaddr v1.0.1
2892026-05-15T14:52:52.110Z Downloaded generic-array v0.14.7
2902026-05-15T14:52:52.110Z Downloaded cargo_toml v0.21.0
2912026-05-15T14:52:52.112Z Downloaded toml_write v0.1.2
2922026-05-15T14:52:52.113Z Downloaded cargo-util-schemas v0.8.2
2932026-05-15T14:52:52.115Z Downloaded block-buffer v0.10.4
2942026-05-15T14:52:52.116Z Downloaded bitflags v2.11.0
2952026-05-15T14:52:52.118Z Downloaded papergrid v0.11.0
2962026-05-15T14:52:52.121Z Downloaded usdt v0.5.0
2972026-05-15T14:52:52.124Z Downloaded crypto-common v0.1.7
2982026-05-15T14:52:52.124Z Downloaded usdt-macro v0.5.0
2992026-05-15T14:52:52.127Z Downloaded utf8_iter v1.0.4
3002026-05-15T14:52:52.127Z Downloaded usdt-attr-macro v0.5.0
3012026-05-15T14:52:52.130Z Downloaded clap_derive v4.5.55
3022026-05-15T14:52:52.134Z Downloaded zerofrom v0.1.6
3032026-05-15T14:52:52.134Z Downloaded yoke-derive v0.8.1
3042026-05-15T14:52:52.134Z Downloaded unicode-linebreak v0.1.5
3052026-05-15T14:52:52.134Z Downloaded scroll v0.12.0
3062026-05-15T14:52:52.137Z Downloaded zerofrom-derive v0.1.6
3072026-05-15T14:52:52.137Z Downloaded camino v1.2.2
3082026-05-15T14:52:52.137Z Downloaded litemap v0.8.1
3092026-05-15T14:52:52.137Z Downloaded icu_properties v2.1.2
3102026-05-15T14:52:52.140Z Downloaded thread-id v4.2.2
3112026-05-15T14:52:52.140Z Downloaded cargo-platform v0.2.0
3122026-05-15T14:52:52.140Z Downloaded autocfg v1.5.0
3132026-05-15T14:52:52.143Z Downloaded utf8parse v0.2.2
3142026-05-15T14:52:52.143Z Downloaded heck v0.5.0
3152026-05-15T14:52:52.143Z Downloaded fastrand v2.3.0
3162026-05-15T14:52:52.146Z Downloaded dof v0.3.0
3172026-05-15T14:52:52.146Z Downloaded version_check v0.9.5
3182026-05-15T14:52:52.149Z Downloaded toml_datetime v0.6.11
3192026-05-15T14:52:52.149Z Downloaded is_terminal_polyfill v1.70.2
3202026-05-15T14:52:52.149Z Downloaded heck v0.4.1
3212026-05-15T14:52:52.152Z Downloaded anstyle-query v1.1.5
3222026-05-15T14:52:52.152Z Downloaded idna_adapter v1.2.1
3232026-05-15T14:52:52.155Z Downloaded typeid v1.0.3
3242026-05-15T14:52:52.155Z Downloaded typenum v1.19.0
3252026-05-15T14:52:52.159Z Downloaded erased-serde v0.4.9
3262026-05-15T14:52:52.159Z Downloaded zmij v1.0.21
3272026-05-15T14:52:52.161Z Downloaded thiserror-impl v1.0.69
3282026-05-15T14:52:52.161Z Downloaded equivalent v1.0.2
3292026-05-15T14:52:52.161Z Downloaded toml v0.8.23
3302026-05-15T14:52:52.164Z Downloaded thiserror v2.0.18
3312026-05-15T14:52:52.167Z Downloaded zerovec-derive v0.11.2
3322026-05-15T14:52:52.167Z Downloaded proc-macro-error-attr v1.0.4
3332026-05-15T14:52:52.170Z Downloaded stable_deref_trait v1.2.1
3342026-05-15T14:52:52.170Z Downloaded unicode-xid v0.2.6
3352026-05-15T14:52:52.170Z Downloaded writeable v0.6.2
3362026-05-15T14:52:52.170Z Downloaded usdt-impl v0.5.0
3372026-05-15T14:52:52.173Z Downloaded bytecount v0.6.9
3382026-05-15T14:52:52.173Z Downloaded thiserror-impl v2.0.18
3392026-05-15T14:52:52.173Z Downloaded plain v0.2.3
3402026-05-15T14:52:52.176Z Downloaded percent-encoding v2.3.2
3412026-05-15T14:52:52.176Z Downloaded tinystr v0.8.2
3422026-05-15T14:52:52.176Z Downloaded yoke v0.8.1
3432026-05-15T14:52:52.179Z Downloaded textwrap v0.16.2
3442026-05-15T14:52:52.182Z Downloaded colorchoice v1.0.4
3452026-05-15T14:52:52.182Z Downloaded thiserror v1.0.69
3462026-05-15T14:52:52.185Z Downloaded fnv v1.0.7
3472026-05-15T14:52:52.185Z Downloaded zerocopy-derive v0.7.35
3482026-05-15T14:52:52.188Z Downloaded smawk v0.3.2
3492026-05-15T14:52:52.191Z Downloaded ucd-trie v0.1.7
3502026-05-15T14:52:52.191Z Downloaded serde-value v0.7.0
3512026-05-15T14:52:52.191Z Downloaded ordered-float v2.10.1
3522026-05-15T14:52:52.191Z Downloaded pretty-hex v0.4.1
3532026-05-15T14:52:52.194Z Downloaded cfg-if v1.0.4
3542026-05-15T14:52:52.194Z Downloaded tabled_derive v0.7.0
3552026-05-15T14:52:52.194Z Downloaded scroll_derive v0.12.1
3562026-05-15T14:52:52.197Z Downloaded itoa v1.0.17
3572026-05-15T14:52:52.197Z Downloaded unicode-ident v1.0.24
3582026-05-15T14:52:52.200Z Downloaded zerotrie v0.2.3
3592026-05-15T14:52:52.200Z Downloaded toml_edit v0.22.27
3602026-05-15T14:52:52.203Z Downloaded potential_utf v0.1.4
3612026-05-15T14:52:52.203Z Downloaded cpufeatures v0.2.17
3622026-05-15T14:52:52.205Z Downloaded terminal_size v0.4.3
3632026-05-15T14:52:52.205Z Downloaded errno v0.3.14
3642026-05-15T14:52:52.205Z Downloaded clap_lex v1.0.0
3652026-05-15T14:52:52.210Z Downloaded swrite v0.1.0
3662026-05-15T14:52:52.212Z Downloaded fs-err v3.3.0
3672026-05-15T14:52:52.215Z Downloaded url v2.5.8
3682026-05-15T14:52:52.218Z Downloaded anstyle-parse v0.2.7
3692026-05-15T14:52:52.221Z Downloaded zerovec v0.11.5
3702026-05-15T14:52:52.224Z Downloaded byteorder v1.5.0
3712026-05-15T14:52:52.229Z Downloaded zerocopy v0.7.35
3722026-05-15T14:52:52.238Z Downloaded strsim v0.11.1
3732026-05-15T14:52:52.241Z Downloaded winnow v0.7.14
3742026-05-15T14:52:52.244Z Downloaded displaydoc v0.2.5
3752026-05-15T14:52:52.247Z Downloaded anstyle v1.0.13
3762026-05-15T14:52:52.247Z Downloaded unicode-width v0.2.0
3772026-05-15T14:52:52.250Z Downloaded unicode-width v0.1.14
3782026-05-15T14:52:52.255Z Downloaded sha2 v0.10.9
3792026-05-15T14:52:52.258Z Downloaded tempfile v3.25.0
3802026-05-15T14:52:52.258Z Downloaded synstructure v0.13.2
3812026-05-15T14:52:52.258Z Downloaded anyhow v1.0.102
3822026-05-15T14:52:52.261Z Downloaded serde-untagged v0.1.9
3832026-05-15T14:52:52.261Z Downloaded memmap v0.7.0
3842026-05-15T14:52:52.264Z Downloaded serde_derive v1.0.228
3852026-05-15T14:52:52.264Z Downloaded quote v1.0.45
3862026-05-15T14:52:52.267Z Downloaded icu_provider v2.1.1
3872026-05-15T14:52:52.267Z Downloaded serde_tokenstream v0.2.3
3882026-05-15T14:52:52.270Z Downloaded proc-macro-error v1.0.4
3892026-05-15T14:52:52.273Z Downloaded camino-tempfile v1.4.1
3902026-05-15T14:52:52.273Z Downloaded once_cell v1.21.3
3912026-05-15T14:52:52.276Z Downloaded pest_derive v2.8.6
3922026-05-15T14:52:52.279Z Downloaded cargo_metadata v0.21.0
3932026-05-15T14:52:52.282Z Downloaded icu_collections v2.1.1
3942026-05-15T14:52:52.288Z Downloaded num-traits v0.2.19
3952026-05-15T14:52:52.291Z Downloaded getrandom v0.4.1
3962026-05-15T14:52:52.294Z Downloaded pest_generator v2.8.6
3972026-05-15T14:52:52.294Z Downloaded smallvec v1.15.1
3982026-05-15T14:52:52.298Z Downloaded semver v1.0.28
3992026-05-15T14:52:52.300Z Downloaded proc-macro2 v1.0.106
4002026-05-15T14:52:52.303Z Downloaded log v0.4.29
4012026-05-15T14:52:52.307Z Downloaded serde_core v1.0.228
4022026-05-15T14:52:52.317Z Downloaded pest_meta v2.8.6
4032026-05-15T14:52:52.320Z Downloaded icu_locale_core v2.1.1
4042026-05-15T14:52:52.323Z Downloaded icu_normalizer_data v2.1.1
4052026-05-15T14:52:52.326Z Downloaded clap v4.5.60
4062026-05-15T14:52:52.329Z Downloaded icu_normalizer v2.1.1
4072026-05-15T14:52:52.335Z Downloaded serde v1.0.228
4082026-05-15T14:52:52.341Z Downloaded hashbrown v0.17.0
4092026-05-15T14:52:52.350Z Downloaded memchr v2.8.0
4102026-05-15T14:52:52.364Z Downloaded pest v2.8.6
4112026-05-15T14:52:52.368Z Downloaded indexmap v2.14.0
4122026-05-15T14:52:52.371Z Downloaded idna v1.1.0
4132026-05-15T14:52:52.386Z Downloaded serde_json v1.0.149
4142026-05-15T14:52:52.390Z Downloaded icu_properties_data v2.1.2
4152026-05-15T14:52:52.395Z Downloaded goblin v0.8.2
4162026-05-15T14:52:52.401Z Downloaded clap_builder v4.5.60
4172026-05-15T14:52:52.405Z Downloaded tabled v0.15.0
4182026-05-15T14:52:52.418Z Downloaded syn v1.0.109
4192026-05-15T14:52:52.424Z Downloaded syn v2.0.117
4202026-05-15T14:52:52.443Z Downloaded rustix v1.1.3
4212026-05-15T14:52:52.469Z Downloaded libc v0.2.185
4222026-05-15T14:52:52.538Z Compiling proc-macro2 v1.0.106
4232026-05-15T14:52:52.538Z Compiling unicode-ident v1.0.24
4242026-05-15T14:52:52.538Z Compiling quote v1.0.45
4252026-05-15T14:52:52.538Z Compiling serde_core v1.0.228
4262026-05-15T14:52:52.538Z Compiling libc v0.2.185
4272026-05-15T14:52:52.541Z Compiling version_check v0.9.5
4282026-05-15T14:52:52.541Z Compiling stable_deref_trait v1.2.1
4292026-05-15T14:52:52.541Z Compiling serde v1.0.228
4302026-05-15T14:52:52.854Z Compiling memchr v2.8.0
4312026-05-15T14:52:52.871Z Compiling zmij v1.0.21
4322026-05-15T14:52:53.107Z Compiling autocfg v1.5.0
4332026-05-15T14:52:53.107Z Compiling thiserror v1.0.69
4342026-05-15T14:52:53.398Z Compiling ucd-trie v0.1.7
4352026-05-15T14:52:53.428Z Compiling itoa v1.0.17
4362026-05-15T14:52:53.513Z Compiling writeable v0.6.2
4372026-05-15T14:52:53.527Z Compiling litemap v0.8.1
4382026-05-15T14:52:53.562Z Compiling pest v2.8.6
4392026-05-15T14:52:53.655Z Compiling rustix v1.1.3
4402026-05-15T14:52:53.699Z Compiling icu_normalizer_data v2.1.1
4412026-05-15T14:52:53.714Z Compiling icu_properties_data v2.1.2
4422026-05-15T14:52:53.895Z Compiling byteorder v1.5.0
4432026-05-15T14:52:54.037Z Compiling errno v0.3.14
4442026-05-15T14:52:54.060Z Compiling syn v2.0.117
4452026-05-15T14:52:54.118Z Compiling bitflags v2.11.0
4462026-05-15T14:52:54.147Z Compiling serde_json v1.0.149
4472026-05-15T14:52:54.353Z Compiling num-traits v0.2.19
4482026-05-15T14:52:54.391Z Compiling typeid v1.0.3
4492026-05-15T14:52:54.541Z Compiling hashbrown v0.17.0
4502026-05-15T14:52:54.598Z Compiling equivalent v1.0.2
4512026-05-15T14:52:54.652Z Compiling pest_meta v2.8.6
4522026-05-15T14:52:54.689Z Compiling smallvec v1.15.1
4532026-05-15T14:52:54.937Z Compiling thread-id v4.2.2
4542026-05-15T14:52:55.019Z Compiling usdt-impl v0.5.0
4552026-05-15T14:52:55.022Z Compiling proc-macro-error-attr v1.0.4
4562026-05-15T14:52:55.084Z Compiling indexmap v2.14.0
4572026-05-15T14:52:55.103Z Compiling syn v1.0.109
4582026-05-15T14:52:55.221Z Compiling erased-serde v0.4.9
4592026-05-15T14:52:55.236Z Compiling winnow v0.7.14
4602026-05-15T14:52:55.467Z Compiling toml_write v0.1.2
4612026-05-15T14:52:55.714Z Compiling proc-macro-error v1.0.4
4622026-05-15T14:52:55.783Z Compiling utf8_iter v1.0.4
4632026-05-15T14:52:55.903Z Compiling percent-encoding v2.3.2
4642026-05-15T14:52:55.938Z Compiling thiserror v2.0.18
4652026-05-15T14:52:56.099Z Compiling getrandom v0.4.1
4662026-05-15T14:52:56.220Z Compiling log v0.4.29
4672026-05-15T14:52:56.274Z Compiling camino v1.2.2
4682026-05-15T14:52:56.295Z Compiling utf8parse v0.2.2
4692026-05-15T14:52:56.404Z Compiling plain v0.2.3
4702026-05-15T14:52:56.420Z Compiling anstyle-parse v0.2.7
4712026-05-15T14:52:56.473Z Compiling ordered-float v2.10.1
4722026-05-15T14:52:56.519Z Compiling form_urlencoded v1.2.2
4732026-05-15T14:52:56.695Z Compiling terminal_size v0.4.3
4742026-05-15T14:52:56.728Z Compiling synstructure v0.13.2
4752026-05-15T14:52:56.742Z Compiling pest_generator v2.8.6
4762026-05-15T14:52:56.832Z Compiling cfg-if v1.0.4
4772026-05-15T14:52:56.909Z Compiling anstyle-query v1.1.5
4782026-05-15T14:52:56.924Z Compiling pretty-hex v0.4.1
4792026-05-15T14:52:57.020Z Compiling colorchoice v1.0.4
4802026-05-15T14:52:57.020Z Compiling anstyle v1.0.13
4812026-05-15T14:52:57.061Z Compiling is_terminal_polyfill v1.70.2
4822026-05-15T14:52:57.096Z Compiling serde-untagged v0.1.9
4832026-05-15T14:52:57.270Z Compiling anstream v0.6.21
4842026-05-15T14:52:57.326Z Compiling semver v1.0.28
4852026-05-15T14:52:57.363Z Compiling fs-err v3.3.0
4862026-05-15T14:52:57.453Z Compiling bytecount v0.6.9
4872026-05-15T14:52:57.550Z Compiling unicode-width v0.1.14
4882026-05-15T14:52:57.571Z Compiling fastrand v2.3.0
4892026-05-15T14:52:57.588Z Compiling strsim v0.11.1
4902026-05-15T14:52:57.646Z Compiling fnv v1.0.7
4912026-05-15T14:52:57.662Z Compiling heck v0.5.0
4922026-05-15T14:52:57.820Z Compiling heck v0.4.1
4932026-05-15T14:52:57.836Z Compiling unicode-xid v0.2.6
4942026-05-15T14:52:57.895Z Compiling anyhow v1.0.102
4952026-05-15T14:52:57.927Z Compiling once_cell v1.21.3
4962026-05-15T14:52:57.957Z Compiling clap_lex v1.0.0
4972026-05-15T14:52:58.044Z Compiling papergrid v0.11.0
4982026-05-15T14:52:58.136Z Compiling clap_builder v4.5.60
4992026-05-15T14:52:58.158Z Compiling tempfile v3.25.0
5002026-05-15T14:52:58.183Z Compiling memmap v0.7.0
5012026-05-15T14:52:58.365Z Compiling smawk v0.3.2
5022026-05-15T14:52:58.413Z Compiling unicode-width v0.2.0
5032026-05-15T14:52:58.450Z Compiling serde_derive v1.0.228
5042026-05-15T14:52:58.501Z Compiling zerofrom-derive v0.1.6
5052026-05-15T14:52:58.521Z Compiling yoke-derive v0.8.1
5062026-05-15T14:52:58.670Z Compiling zerovec-derive v0.11.2
5072026-05-15T14:52:58.688Z Compiling displaydoc v0.2.5
5082026-05-15T14:52:59.449Z Compiling thiserror-impl v1.0.69
5092026-05-15T14:52:59.465Z Compiling zerocopy-derive v0.7.35
5102026-05-15T14:52:59.658Z Compiling pest_derive v2.8.6
5112026-05-15T14:52:59.774Z Compiling scroll_derive v0.12.1
5122026-05-15T14:52:59.924Z Compiling zerofrom v0.1.6
5132026-05-15T14:53:00.058Z Compiling yoke v0.8.1
5142026-05-15T14:53:00.077Z Compiling thiserror-impl v2.0.18
5152026-05-15T14:53:00.273Z Compiling zerovec v0.11.5
5162026-05-15T14:53:00.337Z Compiling zerotrie v0.2.3
5172026-05-15T14:53:00.442Z Compiling zerocopy v0.7.35
5182026-05-15T14:53:00.648Z Compiling scroll v0.12.0
5192026-05-15T14:53:00.791Z Compiling tinystr v0.8.2
5202026-05-15T14:53:00.831Z Compiling potential_utf v0.1.4
5212026-05-15T14:53:00.915Z Compiling dtrace-parser v0.2.0
5222026-05-15T14:53:00.996Z Compiling icu_locale_core v2.1.1
5232026-05-15T14:53:00.999Z Compiling icu_collections v2.1.1
5242026-05-15T14:53:00.999Z Compiling goblin v0.8.2
5252026-05-15T14:53:01.158Z Compiling tabled_derive v0.7.0
5262026-05-15T14:53:01.254Z Compiling clap_derive v4.5.55
5272026-05-15T14:53:01.604Z Compiling icu_provider v2.1.1
5282026-05-15T14:53:01.646Z Compiling unicode-linebreak v0.1.5
5292026-05-15T14:53:01.873Z Compiling icu_properties v2.1.2
5302026-05-15T14:53:01.888Z Compiling icu_normalizer v2.1.1
5312026-05-15T14:53:01.908Z Compiling serde_spanned v0.6.9
5322026-05-15T14:53:01.924Z Compiling toml_datetime v0.6.11
5332026-05-15T14:53:01.943Z Compiling dof v0.3.0
5342026-05-15T14:53:02.052Z Compiling serde_tokenstream v0.2.3
5352026-05-15T14:53:02.055Z Compiling serde-value v0.7.0
5362026-05-15T14:53:02.179Z Compiling toml_edit v0.22.27
5372026-05-15T14:53:02.367Z Compiling cargo-platform v0.2.0
5382026-05-15T14:53:02.407Z Compiling tabled v0.15.0
5392026-05-15T14:53:02.428Z Compiling textwrap v0.16.2
5402026-05-15T14:53:02.641Z Compiling macaddr v1.0.1
5412026-05-15T14:53:02.869Z Compiling idna_adapter v1.2.1
5422026-05-15T14:53:02.940Z Compiling usdt-attr-macro v0.5.0
5432026-05-15T14:53:02.958Z Compiling usdt-macro v0.5.0
5442026-05-15T14:53:02.995Z Compiling idna v1.1.0
5452026-05-15T14:53:03.011Z Compiling clap v4.5.60
5462026-05-15T14:53:03.092Z Compiling camino-tempfile v1.4.1
5472026-05-15T14:53:03.344Z Compiling url v2.5.8
5482026-05-15T14:53:03.574Z Compiling toml v0.8.23
5492026-05-15T14:53:03.936Z Compiling cargo-util-schemas v0.8.2
5502026-05-15T14:53:03.958Z Compiling cargo_toml v0.21.0
5512026-05-15T14:53:04.091Z Compiling usdt v0.5.0
5522026-05-15T14:53:04.183Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5532026-05-15T14:53:04.186Z Compiling swrite v0.1.0
5542026-05-15T14:53:04.909Z Compiling cargo_metadata v0.21.0
5552026-05-15T14:53:05.849Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5562026-05-15T14:53:07.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.63s
5572026-05-15T14:53:08.130Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5582026-05-15T14:53:08.682Z Downloading crates ...
5592026-05-15T14:53:08.768Z Downloaded adler2 v2.0.1
5602026-05-15T14:53:08.784Z Downloaded async-stream v0.3.6
5612026-05-15T14:53:08.787Z Downloaded arrayref v0.3.9
5622026-05-15T14:53:08.793Z Downloaded atomic-waker v1.1.2
5632026-05-15T14:53:08.795Z Downloaded ctr v0.9.2
5642026-05-15T14:53:08.795Z Downloaded csv-core v0.1.13
5652026-05-15T14:53:08.795Z Downloaded backoff v0.4.0
5662026-05-15T14:53:08.798Z Downloaded crc32fast v1.5.0
5672026-05-15T14:53:08.798Z Downloaded bit-set v0.5.3
5682026-05-15T14:53:08.801Z Downloaded array-init v0.0.4
5692026-05-15T14:53:08.801Z Downloaded bit-set v0.8.0
5702026-05-15T14:53:08.801Z Downloaded bitfield-macros v0.19.4
5712026-05-15T14:53:08.801Z Downloaded async-stream-impl v0.3.6
5722026-05-15T14:53:08.804Z Downloaded async-recursion v1.1.1
5732026-05-15T14:53:08.807Z Downloaded ascii-canvas v3.0.0
5742026-05-15T14:53:08.807Z Downloaded async-trait v0.1.89
5752026-05-15T14:53:08.810Z Downloaded aead v0.5.2
5762026-05-15T14:53:08.810Z Downloaded atty v0.2.14
5772026-05-15T14:53:08.813Z Downloaded block-padding v0.3.3
5782026-05-15T14:53:08.813Z Downloaded bitfield-struct v0.6.2
5792026-05-15T14:53:08.818Z Downloaded crc v3.4.0
5802026-05-15T14:53:08.821Z Downloaded atomicwrites v0.4.4
5812026-05-15T14:53:08.824Z Downloaded cfg_aliases v0.2.1
5822026-05-15T14:53:08.824Z Downloaded bcrypt-pbkdf v0.10.0
5832026-05-15T14:53:08.827Z Downloaded ciborium-ll v0.2.2
5842026-05-15T14:53:08.829Z Downloaded base16ct v0.2.0
5852026-05-15T14:53:08.829Z Downloaded cfg_aliases v0.1.1
5862026-05-15T14:53:08.833Z Downloaded bb8 v0.8.6
5872026-05-15T14:53:08.833Z Downloaded arrayvec v0.7.6
5882026-05-15T14:53:08.833Z Downloaded argon2 v0.5.3
5892026-05-15T14:53:08.836Z Downloaded curve25519-dalek v4.1.3
5902026-05-15T14:53:08.839Z Downloaded downcast-rs v2.0.2
5912026-05-15T14:53:08.842Z Downloaded curve25519-dalek-derive v0.1.1
5922026-05-15T14:53:08.845Z Downloaded convert_case v0.4.0
5932026-05-15T14:53:08.848Z Downloaded ciborium-io v0.2.2
5942026-05-15T14:53:08.850Z Downloaded crc8 v0.1.1
5952026-05-15T14:53:08.853Z Downloaded castaway v0.2.4
5962026-05-15T14:53:08.853Z Downloaded fd-lock v4.0.4
5972026-05-15T14:53:08.856Z Downloaded assert_matches v1.5.0
5982026-05-15T14:53:08.856Z Downloaded compression-core v0.4.31
5992026-05-15T14:53:08.859Z Downloaded dirs-sys-next v0.1.2
6002026-05-15T14:53:08.859Z Downloaded embedded-io v0.6.1
6012026-05-15T14:53:08.863Z Downloaded foreign-types v0.3.2
6022026-05-15T14:53:08.866Z Downloaded dtrace-parser v0.3.0
6032026-05-15T14:53:08.866Z Downloaded cstr-argument v0.1.2
6042026-05-15T14:53:08.866Z Downloaded cobs v0.3.0
6052026-05-15T14:53:08.870Z Downloaded base64ct v1.8.3
6062026-05-15T14:53:08.876Z Downloaded crunchy v0.2.4
6072026-05-15T14:53:08.879Z Downloaded blowfish v0.9.1
6082026-05-15T14:53:08.882Z Downloaded env_logger v0.11.9
6092026-05-15T14:53:08.885Z Downloaded crc-catalog v2.4.0
6102026-05-15T14:53:08.885Z Downloaded defmt v1.0.1
6112026-05-15T14:53:08.888Z Downloaded constant_time_eq v0.4.2
6122026-05-15T14:53:08.888Z Downloaded foreign-types-shared v0.1.1
6132026-05-15T14:53:08.888Z Downloaded difflib v0.4.0
6142026-05-15T14:53:08.888Z Downloaded foreign-types v0.5.0
6152026-05-15T14:53:08.891Z Downloaded bitfield v0.19.4
6162026-05-15T14:53:08.891Z Downloaded cpufeatures v0.3.0
6172026-05-15T14:53:08.891Z Downloaded async-bb8-diesel v0.2.1
6182026-05-15T14:53:08.894Z Downloaded dropshot-api-manager-types v0.7.1
6192026-05-15T14:53:08.897Z Downloaded futures-task v0.3.32
6202026-05-15T14:53:08.897Z Downloaded futures-sink v0.3.32
6212026-05-15T14:53:08.897Z Downloaded dunce v1.0.5
6222026-05-15T14:53:08.897Z Downloaded cargo-platform v0.1.9
6232026-05-15T14:53:08.900Z Downloaded futures-io v0.3.32
6242026-05-15T14:53:08.900Z Downloaded fxhash v0.2.1
6252026-05-15T14:53:08.900Z Downloaded debug-ignore v1.0.5
6262026-05-15T14:53:08.900Z Downloaded darling_macro v0.23.0
6272026-05-15T14:53:08.903Z Downloaded ghash v0.5.1
6282026-05-15T14:53:08.903Z Downloaded dirs-next v2.0.0
6292026-05-15T14:53:08.906Z Downloaded gethostname v0.5.0
6302026-05-15T14:53:08.906Z Downloaded foreign-types-macros v0.2.3
6312026-05-15T14:53:08.906Z Downloaded bit-vec v0.6.3
6322026-05-15T14:53:08.909Z Downloaded dsl_auto_type v0.2.0
6332026-05-15T14:53:08.909Z Downloaded darling_macro v0.20.11
6342026-05-15T14:53:08.909Z Downloaded crucible-workspace-hack v0.1.0
6352026-05-15T14:53:08.912Z Downloaded float-cmp v0.10.0
6362026-05-15T14:53:08.912Z Downloaded cmake v0.1.57
6372026-05-15T14:53:08.915Z Downloaded foreign-types-shared v0.3.1
6382026-05-15T14:53:08.915Z Downloaded cassowary v0.3.0
6392026-05-15T14:53:08.915Z Downloaded byte-wrapper v0.1.0
6402026-05-15T14:53:08.917Z Downloaded corncobs v0.1.4
6412026-05-15T14:53:08.918Z Downloaded convert_case v0.10.0
6422026-05-15T14:53:08.920Z Downloaded float-ord v0.3.2
6432026-05-15T14:53:08.920Z Downloaded fixedbitset v0.4.2
6442026-05-15T14:53:08.920Z Downloaded document-features v0.2.12
6452026-05-15T14:53:08.925Z Downloaded defmt v0.3.100
6462026-05-15T14:53:08.925Z Downloaded ena v0.14.4
6472026-05-15T14:53:08.925Z Downloaded bit-vec v0.8.0
6482026-05-15T14:53:08.928Z Downloaded bcs v0.1.6
6492026-05-15T14:53:08.928Z Downloaded either v1.15.0
6502026-05-15T14:53:08.928Z Downloaded fixedbitset v0.5.7
6512026-05-15T14:53:08.928Z Downloaded derive-ex v0.1.8
6522026-05-15T14:53:08.928Z Downloaded cipher v0.4.4
6532026-05-15T14:53:08.931Z Downloaded git-stub v1.0.0
6542026-05-15T14:53:08.931Z Downloaded funty v2.0.0
6552026-05-15T14:53:08.931Z Downloaded crossbeam-deque v0.8.6
6562026-05-15T14:53:08.934Z Downloaded cexpr v0.6.0
6572026-05-15T14:53:08.934Z Downloaded ed25519 v2.2.3
6582026-05-15T14:53:08.934Z Downloaded defmt-parser v1.0.0
6592026-05-15T14:53:08.937Z Downloaded cargo_metadata v0.19.2
6602026-05-15T14:53:08.937Z Downloaded globwalk v0.9.1
6612026-05-15T14:53:08.937Z Downloaded env_filter v1.0.0
6622026-05-15T14:53:08.942Z Downloaded darling_macro v0.21.3
6632026-05-15T14:53:08.942Z Downloaded endian-type v0.1.2
6642026-05-15T14:53:08.945Z Downloaded darling v0.21.3
6652026-05-15T14:53:08.945Z Downloaded erased-serde v0.3.31
6662026-05-15T14:53:08.948Z Downloaded daft-derive v0.1.5
6672026-05-15T14:53:08.951Z Downloaded flagset v0.4.7
6682026-05-15T14:53:08.951Z Downloaded display-error-chain v0.2.2
6692026-05-15T14:53:08.951Z Downloaded blake2 v0.10.6
6702026-05-15T14:53:08.954Z Downloaded hash32 v0.2.1
6712026-05-15T14:53:08.954Z Downloaded hash32 v0.3.1
6722026-05-15T14:53:08.956Z Downloaded dof v0.4.0
6732026-05-15T14:53:08.956Z Downloaded fs-err v2.11.0
6742026-05-15T14:53:08.956Z Downloaded chacha20 v0.9.1
6752026-05-15T14:53:08.959Z Downloaded headers-core v0.3.0
6762026-05-15T14:53:08.959Z Downloaded compression-codecs v0.4.37
6772026-05-15T14:53:08.962Z Downloaded futures-executor v0.3.32
6782026-05-15T14:53:08.962Z Downloaded enum-as-inner v0.6.1
6792026-05-15T14:53:08.962Z Downloaded daft v0.1.5
6802026-05-15T14:53:08.965Z Downloaded foldhash v0.1.5
6812026-05-15T14:53:08.965Z Downloaded cbc v0.1.2
6822026-05-15T14:53:08.968Z Downloaded dyn-clone v1.0.20
6832026-05-15T14:53:08.968Z Downloaded hex v0.4.3
6842026-05-15T14:53:08.968Z Downloaded fs_extra v1.3.0
6852026-05-15T14:53:08.971Z Downloaded deranged v0.5.8
6862026-05-15T14:53:08.971Z Downloaded defmt-macros v1.0.1
6872026-05-15T14:53:08.974Z Downloaded hostname v0.3.1
6882026-05-15T14:53:08.974Z Downloaded hostname v0.4.2
6892026-05-15T14:53:08.977Z Downloaded filetime v0.2.27
6902026-05-15T14:53:08.977Z Downloaded der_derive v0.7.3
6912026-05-15T14:53:08.977Z Downloaded ecdsa v0.16.9
6922026-05-15T14:53:08.980Z Downloaded ciborium v0.2.2
6932026-05-15T14:53:08.980Z Downloaded hex-literal v0.4.1
6942026-05-15T14:53:08.980Z Downloaded home v0.5.12
6952026-05-15T14:53:08.982Z Downloaded chacha20 v0.10.0
6962026-05-15T14:53:08.983Z Downloaded ahash v0.8.12
6972026-05-15T14:53:08.986Z Downloaded httpdate v1.0.3
6982026-05-15T14:53:08.986Z Downloaded http-body v1.0.1
6992026-05-15T14:53:08.986Z Downloaded cookie v0.18.1
7002026-05-15T14:53:08.989Z Downloaded console v0.16.2
7012026-05-15T14:53:08.989Z Downloaded cancel-safe-futures v0.1.5
7022026-05-15T14:53:09.003Z Downloaded clang-sys v1.8.1
7032026-05-15T14:53:09.004Z Downloaded glob v0.3.3
7042026-05-15T14:53:09.004Z Downloaded hubpack_derive v0.1.1
7052026-05-15T14:53:09.004Z Downloaded foldhash v0.2.0
7062026-05-15T14:53:09.004Z Downloaded find-msvc-tools v0.1.9
7072026-05-15T14:53:09.004Z Downloaded embedded-io v0.4.0
7082026-05-15T14:53:09.004Z Downloaded diesel_table_macro_syntax v0.3.0
7092026-05-15T14:53:09.004Z Downloaded diesel-dtrace v0.5.0
7102026-05-15T14:53:09.004Z Downloaded data-encoding v2.10.0
7112026-05-15T14:53:09.004Z Downloaded http-range v0.1.5
7122026-05-15T14:53:09.004Z Downloaded indent_write v2.2.0
7132026-05-15T14:53:09.004Z Downloaded illumos-nvpair-sys v0.2.0
7142026-05-15T14:53:09.007Z Downloaded group v0.13.0
7152026-05-15T14:53:09.007Z Downloaded colored v3.1.1
7162026-05-15T14:53:09.007Z Downloaded bzip2 v0.4.4
7172026-05-15T14:53:09.007Z Downloaded backon v1.6.0
7182026-05-15T14:53:09.007Z Downloaded ff v0.13.1
7192026-05-15T14:53:09.010Z Downloaded critical-section v1.2.0
7202026-05-15T14:53:09.010Z Downloaded globset v0.4.18
7212026-05-15T14:53:09.010Z Downloaded futures-core v0.3.32
7222026-05-15T14:53:09.013Z Downloaded drift v0.1.4
7232026-05-15T14:53:09.016Z Downloaded inout v0.1.4
7242026-05-15T14:53:09.020Z Downloaded indoc v1.0.9
7252026-05-15T14:53:09.020Z Downloaded internet-checksum v0.2.1
7262026-05-15T14:53:09.024Z Downloaded is_ci v1.2.0
7272026-05-15T14:53:09.024Z Downloaded is-terminal v0.4.17
7282026-05-15T14:53:09.024Z Downloaded derive_builder v0.20.2
7292026-05-15T14:53:09.027Z Downloaded futures-channel v0.3.32
7302026-05-15T14:53:09.027Z Downloaded getrandom v0.2.17
7312026-05-15T14:53:09.029Z Downloaded console v0.15.11
7322026-05-15T14:53:09.030Z Downloaded ident_case v1.0.1
7332026-05-15T14:53:09.032Z Downloaded colored v2.2.0
7342026-05-15T14:53:09.032Z Downloaded instant v0.1.13
7352026-05-15T14:53:09.032Z Downloaded instability v0.3.11
7362026-05-15T14:53:09.036Z Downloaded const_format_proc_macros v0.2.34
7372026-05-15T14:53:09.036Z Downloaded buf-list v1.1.2
7382026-05-15T14:53:09.039Z Downloaded crossbeam-utils v0.8.21
7392026-05-15T14:53:09.039Z Downloaded hyper-tls v0.6.0
7402026-05-15T14:53:09.039Z Downloaded highway v1.3.0
7412026-05-15T14:53:09.042Z Downloaded darling v0.23.0
7422026-05-15T14:53:09.045Z Downloaded lalrpop-util v0.19.12
7432026-05-15T14:53:09.045Z Downloaded kstat-rs v0.2.4
7442026-05-15T14:53:09.045Z Downloaded bitflags v1.3.2
7452026-05-15T14:53:09.048Z Downloaded crc-any v2.5.0
7462026-05-15T14:53:09.048Z Downloaded diff v0.1.13
7472026-05-15T14:53:09.054Z Downloaded git-stub-vcs v0.1.0
7482026-05-15T14:53:09.054Z Downloaded fatfs v0.3.6
7492026-05-15T14:53:09.057Z Downloaded des v0.8.1
7502026-05-15T14:53:09.057Z Downloaded lazy_static v1.5.0
7512026-05-15T14:53:09.057Z Downloaded linked-hash-map v0.5.6
7522026-05-15T14:53:09.057Z Downloaded crossbeam-epoch v0.9.18
7532026-05-15T14:53:09.060Z Downloaded elliptic-curve v0.13.8
7542026-05-15T14:53:09.060Z Downloaded libscf-sys v1.1.0
7552026-05-15T14:53:09.064Z Downloaded bzip2 v0.6.1
7562026-05-15T14:53:09.064Z Downloaded maplit v1.0.2
7572026-05-15T14:53:09.064Z Downloaded http-body-util v0.1.3
7582026-05-15T14:53:09.068Z Downloaded lru-slab v0.1.2
7592026-05-15T14:53:09.068Z Downloaded md5 v0.7.0
7602026-05-15T14:53:09.068Z Downloaded humantime v2.3.0
7612026-05-15T14:53:09.068Z Downloaded managed v0.8.0
7622026-05-15T14:53:09.068Z Downloaded hubpack v0.1.2
7632026-05-15T14:53:09.071Z Downloaded mime v0.3.17
7642026-05-15T14:53:09.071Z Downloaded maybe-uninit v2.0.0
7652026-05-15T14:53:09.071Z Downloaded memoffset v0.9.1
7662026-05-15T14:53:09.071Z Downloaded lzss v0.8.2
7672026-05-15T14:53:09.071Z Downloaded half v1.8.3
7682026-05-15T14:53:09.074Z Downloaded lru-cache v0.1.2
7692026-05-15T14:53:09.074Z Downloaded futures-macro v0.3.32
7702026-05-15T14:53:09.074Z Downloaded fallible-iterator v0.2.0
7712026-05-15T14:53:09.077Z Downloaded derive_builder_macro v0.20.2
7722026-05-15T14:53:09.077Z Downloaded darling v0.20.11
7732026-05-15T14:53:09.080Z Downloaded impl-trait-for-tuples v0.2.3
7742026-05-15T14:53:09.080Z Downloaded md-5 v0.10.6
7752026-05-15T14:53:09.083Z Downloaded multimap v0.10.1
7762026-05-15T14:53:09.083Z Downloaded match_cfg v0.1.0
7772026-05-15T14:53:09.083Z Downloaded illumos-nvpair v0.3.0
7782026-05-15T14:53:09.083Z Downloaded cookie_store v0.22.1
7792026-05-15T14:53:09.086Z Downloaded camino-tempfile-ext v0.3.3
7802026-05-15T14:53:09.086Z Downloaded nodrop v0.1.14
7812026-05-15T14:53:09.089Z Downloaded newtype-uuid-macros v0.1.0
7822026-05-15T14:53:09.089Z Downloaded newline-converter v0.3.0
7832026-05-15T14:53:09.089Z Downloaded ingot-types v0.1.2
7842026-05-15T14:53:09.089Z Downloaded ingot v0.1.1
7852026-05-15T14:53:09.092Z Downloaded new_debug_unreachable v1.0.6
7862026-05-15T14:53:09.095Z Downloaded derive-where v1.6.0
7872026-05-15T14:53:09.098Z Downloaded futures v0.3.32
7882026-05-15T14:53:09.101Z Downloaded keccak v0.1.6
7892026-05-15T14:53:09.101Z Downloaded hmac v0.12.1
7902026-05-15T14:53:09.101Z Downloaded ipnet v2.11.0
7912026-05-15T14:53:09.104Z Downloaded ipnetwork v0.21.1
7922026-05-15T14:53:09.104Z Downloaded indoc v2.0.7
7932026-05-15T14:53:09.107Z Downloaded jobserver v0.1.34
7942026-05-15T14:53:09.107Z Downloaded num-conv v0.2.0
7952026-05-15T14:53:09.107Z Downloaded nonempty v0.12.0
7962026-05-15T14:53:09.107Z Downloaded newtype_derive v0.1.6
7972026-05-15T14:53:09.110Z Downloaded num-iter v0.1.45
7982026-05-15T14:53:09.110Z Downloaded nibble_vec v0.1.0
7992026-05-15T14:53:09.110Z Downloaded num_threads v0.1.7
8002026-05-15T14:53:09.113Z Downloaded num v0.4.3
8012026-05-15T14:53:09.114Z Downloaded normalize-line-endings v0.3.0
8022026-05-15T14:53:09.114Z Downloaded num-derive v0.3.3
8032026-05-15T14:53:09.114Z Downloaded num_enum_derive v0.5.11
8042026-05-15T14:53:09.118Z Downloaded const-oid v0.9.6
8052026-05-15T14:53:09.121Z Downloaded libefi-sys v0.1.0
8062026-05-15T14:53:09.121Z Downloaded httparse v1.10.1
8072026-05-15T14:53:09.124Z Downloaded const_format v0.2.35
8082026-05-15T14:53:09.127Z Downloaded hyper-rustls v0.27.7
8092026-05-15T14:53:09.127Z Downloaded openssl-probe v0.1.6
8102026-05-15T14:53:09.129Z Downloaded openssl-probe v0.2.1
8112026-05-15T14:53:09.129Z Downloaded openssl-macros v0.1.1
8122026-05-15T14:53:09.129Z Downloaded olpc-cjson v0.1.4
8132026-05-15T14:53:09.129Z Downloaded oso-derive v0.27.3
8142026-05-15T14:53:09.133Z Downloaded opaque-debug v0.3.1
8152026-05-15T14:53:09.133Z Downloaded arc-swap v1.8.2
8162026-05-15T14:53:09.136Z Downloaded derive_builder_core v0.20.2
8172026-05-15T14:53:09.136Z Downloaded half v2.7.1
8182026-05-15T14:53:09.138Z Downloaded ar_archive_writer v0.5.1
8192026-05-15T14:53:09.138Z Downloaded lru v0.12.5
8202026-05-15T14:53:09.141Z Downloaded lock_api v0.4.14
8212026-05-15T14:53:09.141Z Downloaded linear-map v1.2.0
8222026-05-15T14:53:09.141Z Downloaded libsw-core v0.3.2
8232026-05-15T14:53:09.144Z Downloaded libloading v0.8.9
8242026-05-15T14:53:09.144Z Downloaded mime_guess v2.0.5
8252026-05-15T14:53:09.147Z Downloaded dropshot_endpoint v0.17.0
8262026-05-15T14:53:09.147Z Downloaded multer v3.1.0
8272026-05-15T14:53:09.150Z Downloaded iana-time-zone v0.1.65
8282026-05-15T14:53:09.153Z Downloaded hyper-staticfile v0.10.1
8292026-05-15T14:53:09.153Z Downloaded getrandom v0.3.4
8302026-05-15T14:53:09.156Z Downloaded path-slash v0.1.5
8312026-05-15T14:53:09.156Z Downloaded parse-display v0.10.0
8322026-05-15T14:53:09.156Z Downloaded native-tls v0.2.18
8332026-05-15T14:53:09.159Z Downloaded nanorand v0.7.0
8342026-05-15T14:53:09.159Z Downloaded darling_core v0.20.11
8352026-05-15T14:53:09.162Z Downloaded parse-size v1.1.0
8362026-05-15T14:53:09.162Z Downloaded aes v0.8.4
8372026-05-15T14:53:09.165Z Downloaded ingot-macros v0.1.1
8382026-05-15T14:53:09.165Z Downloaded flume v0.11.1
8392026-05-15T14:53:09.168Z Downloaded chacha20poly1305 v0.10.1
8402026-05-15T14:53:09.168Z Downloaded dropshot_endpoint v0.16.7
8412026-05-15T14:53:09.171Z Downloaded darling_core v0.23.0
8422026-05-15T14:53:09.175Z Downloaded num_enum v0.5.11
8432026-05-15T14:53:09.177Z Downloaded nu-ansi-term v0.50.3
8442026-05-15T14:53:09.177Z Downloaded pbkdf2 v0.12.2
8452026-05-15T14:53:09.180Z Downloaded num-rational v0.4.2
8462026-05-15T14:53:09.180Z Downloaded pbkdf2 v0.11.0
8472026-05-15T14:53:09.183Z Downloaded num-derive v0.4.2
8482026-05-15T14:53:09.183Z Downloaded peg-runtime v0.8.5
8492026-05-15T14:53:09.183Z Downloaded num_enum_derive v0.7.5
8502026-05-15T14:53:09.186Z Downloaded base64 v0.21.7
8512026-05-15T14:53:09.186Z Downloaded phf_shared v0.11.3
8522026-05-15T14:53:09.189Z Downloaded bytes v1.11.1
8532026-05-15T14:53:09.189Z Downloaded phf_shared v0.13.1
8542026-05-15T14:53:09.192Z Downloaded der v0.7.10
8552026-05-15T14:53:09.195Z Downloaded libsw v3.5.0
8562026-05-15T14:53:09.195Z Downloaded cc v1.2.56
8572026-05-15T14:53:09.209Z Downloaded pin-utils v0.1.0
8582026-05-15T14:53:09.212Z Downloaded derive_more v0.99.20
8592026-05-15T14:53:09.215Z Downloaded heapless v0.7.17
8602026-05-15T14:53:09.218Z Downloaded bumpalo v3.20.2
8612026-05-15T14:53:09.218Z Downloaded predicates-core v1.0.10
8622026-05-15T14:53:09.221Z Downloaded precomputed-hash v0.1.1
8632026-05-15T14:53:09.221Z Downloaded password-hash v0.4.2
8642026-05-15T14:53:09.221Z Downloaded packed_struct v0.10.1
8652026-05-15T14:53:09.221Z Downloaded oxnet v0.1.4
8662026-05-15T14:53:09.224Z Downloaded oxide-tokio-rt v0.1.4
8672026-05-15T14:53:09.224Z Downloaded predicates-tree v1.0.13
8682026-05-15T14:53:09.227Z Downloaded powerfmt v0.2.0
8692026-05-15T14:53:09.227Z Downloaded owo-colors v4.3.0
8702026-05-15T14:53:09.227Z Downloaded memmap2 v0.9.10
8712026-05-15T14:53:09.229Z Downloaded phf_shared v0.12.1
8722026-05-15T14:53:09.230Z Downloaded num-integer v0.1.46
8732026-05-15T14:53:09.230Z Downloaded num_enum v0.7.5
8742026-05-15T14:53:09.232Z Downloaded progenitor-client v0.14.0
8752026-05-15T14:53:09.235Z Downloaded progenitor-client v0.10.0
8762026-05-15T14:53:09.235Z Downloaded proc-macro-error-attr2 v2.0.0
8772026-05-15T14:53:09.235Z Downloaded proc-macro-crate v3.4.0
8782026-05-15T14:53:09.235Z Downloaded progenitor-client v0.11.2
8792026-05-15T14:53:09.238Z Downloaded progenitor-macro v0.13.0
8802026-05-15T14:53:09.238Z Downloaded progenitor-macro v0.11.2
8812026-05-15T14:53:09.238Z Downloaded parse-display-derive v0.10.0
8822026-05-15T14:53:09.242Z Downloaded headers v0.4.1
8832026-05-15T14:53:09.246Z Downloaded proc-macro-crate v1.3.1
8842026-05-15T14:53:09.246Z Downloaded peg v0.8.5
8852026-05-15T14:53:09.246Z Downloaded indexmap v1.9.3
8862026-05-15T14:53:09.249Z Downloaded heapless v0.8.0
8872026-05-15T14:53:09.249Z Downloaded packed_struct_codegen v0.10.1
8882026-05-15T14:53:09.252Z Downloaded newtype-uuid v1.3.2
8892026-05-15T14:53:09.252Z Downloaded progenitor-macro v0.14.0
8902026-05-15T14:53:09.252Z Downloaded phf v0.12.1
8912026-05-15T14:53:09.256Z Downloaded pem-rfc7468 v0.7.0
8922026-05-15T14:53:09.256Z Downloaded progenitor-macro v0.10.0
8932026-05-15T14:53:09.256Z Downloaded pem v3.0.6
8942026-05-15T14:53:09.260Z Downloaded flate2 v1.1.9
8952026-05-15T14:53:09.260Z Downloaded psl-types v2.0.11
8962026-05-15T14:53:09.263Z Downloaded expectorate v1.2.0
8972026-05-15T14:53:09.263Z Downloaded base64 v0.22.1
8982026-05-15T14:53:09.264Z Downloaded async-compression v0.4.41
8992026-05-15T14:53:09.266Z Downloaded radium v0.7.0
9002026-05-15T14:53:09.269Z Downloaded quick-error v1.2.3
9012026-05-15T14:53:09.269Z Downloaded pkcs8 v0.10.2
9022026-05-15T14:53:09.272Z Downloaded pin-project-internal v1.1.11
9032026-05-15T14:53:09.272Z Downloaded litrs v1.0.0
9042026-05-15T14:53:09.275Z Downloaded pkg-config v0.3.32
9052026-05-15T14:53:09.275Z Downloaded omicron-zone-package v0.12.2
9062026-05-15T14:53:09.279Z Downloaded indicatif v0.18.4
9072026-05-15T14:53:09.279Z Downloaded postgres-protocol v0.6.10
9082026-05-15T14:53:09.282Z Downloaded poly1305 v0.8.0
9092026-05-15T14:53:09.282Z Downloaded password-hash v0.5.0
9102026-05-15T14:53:09.285Z Downloaded rand_xorshift v0.4.0
9112026-05-15T14:53:09.285Z Downloaded progenitor v0.13.0
9122026-05-15T14:53:09.285Z Downloaded polyval v0.6.2
9132026-05-15T14:53:09.288Z Downloaded proc-macro-error2 v2.0.1
9142026-05-15T14:53:09.288Z Downloaded rand_chacha v0.3.1
9152026-05-15T14:53:09.288Z Downloaded primeorder v0.13.6
9162026-05-15T14:53:09.291Z Downloaded predicates v3.1.4
9172026-05-15T14:53:09.291Z Downloaded ref-cast-impl v1.0.25
9182026-05-15T14:53:09.294Z Downloaded progenitor-client v0.13.0
9192026-05-15T14:53:09.294Z Downloaded progenitor v0.14.0
9202026-05-15T14:53:09.294Z Downloaded recursive-proc-macro-impl v0.1.1
9212026-05-15T14:53:09.294Z Downloaded progenitor-extras v0.2.0
9222026-05-15T14:53:09.297Z Downloaded parking_lot_core v0.8.6
9232026-05-15T14:53:09.297Z Downloaded crypto-bigint v0.5.5
9242026-05-15T14:53:09.300Z Downloaded parking_lot_core v0.9.12
9252026-05-15T14:53:09.303Z Downloaded derive_more-impl v2.1.1
9262026-05-15T14:53:09.311Z Downloaded recursive v0.1.1
9272026-05-15T14:53:09.314Z Downloaded peg-macros v0.8.5
9282026-05-15T14:53:09.314Z Downloaded paste v1.0.15
9292026-05-15T14:53:09.314Z Downloaded ppv-lite86 v0.2.21
9302026-05-15T14:53:09.314Z Downloaded ignore v0.4.25
9312026-05-15T14:53:09.317Z Downloaded rtoolbox v0.0.3
9322026-05-15T14:53:09.317Z Downloaded phf v0.13.1
9332026-05-15T14:53:09.317Z Downloaded rustc_version v0.1.7
9342026-05-15T14:53:09.320Z Downloaded hickory-resolver v0.25.2
9352026-05-15T14:53:09.322Z Downloaded rfc6979 v0.4.0
9362026-05-15T14:53:09.322Z Downloaded libbz2-rs-sys v0.2.2
9372026-05-15T14:53:09.325Z Downloaded pin-project-lite v0.2.17
9382026-05-15T14:53:09.328Z Downloaded ed25519-dalek v2.2.0
9392026-05-15T14:53:09.333Z Downloaded darling_core v0.21.3
9402026-05-15T14:53:09.336Z Downloaded pkcs1 v0.7.5
9412026-05-15T14:53:09.336Z Downloaded russh-cryptovec v0.7.3
9422026-05-15T14:53:09.336Z Downloaded oso v0.27.3
9432026-05-15T14:53:09.336Z Downloaded rustc_version v0.4.1
9442026-05-15T14:53:09.339Z Downloaded num-complex v0.4.6
9452026-05-15T14:53:09.339Z Downloaded compact_str v0.8.1
9462026-05-15T14:53:09.342Z Downloaded rand_core v0.10.0
9472026-05-15T14:53:09.342Z Downloaded diesel_derives v2.3.7
9482026-05-15T14:53:09.345Z Downloaded parking_lot v0.11.2
9492026-05-15T14:53:09.349Z Downloaded postcard v1.1.3
9502026-05-15T14:53:09.352Z Downloaded rand_core v0.6.4
9512026-05-15T14:53:09.352Z Downloaded rand_chacha v0.9.0
9522026-05-15T14:53:09.352Z Downloaded progenitor v0.11.2
9532026-05-15T14:53:09.352Z Downloaded progenitor v0.10.0
9542026-05-15T14:53:09.355Z Downloaded same-file v1.0.6
9552026-05-15T14:53:09.355Z Downloaded rand_core v0.9.5
9562026-05-15T14:53:09.355Z Downloaded ref-cast v1.0.25
9572026-05-15T14:53:09.357Z Downloaded rand_seeder v0.4.0
9582026-05-15T14:53:09.358Z Downloaded hickory-resolver v0.24.4
9592026-05-15T14:53:09.360Z Downloaded derive_more v2.1.1
9602026-05-15T14:53:09.367Z Downloaded jiff-static v0.2.21
9612026-05-15T14:53:09.370Z Downloaded parking_lot v0.12.5
9622026-05-15T14:53:09.373Z Downloaded p256 v0.13.2
9632026-05-15T14:53:09.373Z Downloaded scheduled-thread-pool v0.2.7
9642026-05-15T14:53:09.377Z Downloaded sapling-renderdag v0.1.0
9652026-05-15T14:53:09.377Z Downloaded dropshot-api-manager v0.7.1
9662026-05-15T14:53:09.379Z Downloaded miniz_oxide v0.8.9
9672026-05-15T14:53:09.380Z Downloaded scrypt v0.11.0
9682026-05-15T14:53:09.380Z Downloaded secrecy v0.8.0
9692026-05-15T14:53:09.382Z Downloaded psm v0.1.30
9702026-05-15T14:53:09.383Z Downloaded crossbeam-channel v0.5.15
9712026-05-15T14:53:09.386Z Downloaded r2d2 v0.8.10
9722026-05-15T14:53:09.386Z Downloaded pin-project v1.1.11
9732026-05-15T14:53:09.392Z Downloaded serde-big-array v0.5.1
9742026-05-15T14:53:09.395Z Downloaded rustc-hash v2.1.1
9752026-05-15T14:53:09.395Z Downloaded serde_bytes v0.11.19
9762026-05-15T14:53:09.398Z Downloaded resolv-conf v0.7.6
9772026-05-15T14:53:09.398Z Downloaded shell-words v1.1.1
9782026-05-15T14:53:09.398Z Downloaded rustls-pemfile v2.2.0
9792026-05-15T14:53:09.401Z Downloaded quinn-udp v0.5.14
9802026-05-15T14:53:09.401Z Downloaded postgres-types v0.2.12
9812026-05-15T14:53:09.404Z Downloaded pkcs5 v0.7.1
9822026-05-15T14:53:09.408Z Downloaded http v1.4.0
9832026-05-15T14:53:09.408Z Downloaded serde_spanned v1.0.4
9842026-05-15T14:53:09.411Z Downloaded serde_repr v0.1.20
9852026-05-15T14:53:09.411Z Downloaded sha1 v0.10.6
9862026-05-15T14:53:09.411Z Downloaded serde_urlencoded v0.7.1
9872026-05-15T14:53:09.411Z Downloaded serde_plain v1.0.2
9882026-05-15T14:53:09.414Z Downloaded signal-hook-mio v0.2.5
9892026-05-15T14:53:09.414Z Downloaded seq-macro v0.3.6
9902026-05-15T14:53:09.414Z Downloaded allocator-api2 v0.2.21
9912026-05-15T14:53:09.417Z Downloaded semver v0.1.20
9922026-05-15T14:53:09.420Z Downloaded rusty-fork v0.3.1
9932026-05-15T14:53:09.420Z Downloaded crossterm v0.28.1
9942026-05-15T14:53:09.424Z Downloaded prefix-trie v0.7.0
9952026-05-15T14:53:09.427Z Downloaded papergrid v0.17.0
9962026-05-15T14:53:09.430Z Downloaded sigpipe v0.1.3
9972026-05-15T14:53:09.430Z Downloaded siphasher v1.0.2
9982026-05-15T14:53:09.434Z Downloaded progenitor-impl v0.11.2
9992026-05-15T14:53:09.434Z Downloaded progenitor-impl v0.14.0
10002026-05-15T14:53:09.437Z Downloaded progenitor-impl v0.13.0
10012026-05-15T14:53:09.437Z Downloaded progenitor-impl v0.10.0
10022026-05-15T14:53:09.437Z Downloaded salsa20 v0.10.2
10032026-05-15T14:53:09.437Z Downloaded scroll_derive v0.13.1
10042026-05-15T14:53:09.440Z Downloaded scopeguard v1.2.0
10052026-05-15T14:53:09.440Z Downloaded minimal-lexical v0.2.1
10062026-05-15T14:53:09.443Z Downloaded slog-bunyan v2.5.0
10072026-05-15T14:53:09.446Z Downloaded openssl-sys v0.9.115
10082026-05-15T14:53:09.449Z Downloaded hashbrown v0.13.2
10092026-05-15T14:53:09.452Z Downloaded slog-envlogger v2.2.0
10102026-05-15T14:53:09.455Z Downloaded sec1 v0.7.3
10112026-05-15T14:53:09.458Z Downloaded sct v0.7.1
10122026-05-15T14:53:09.458Z Downloaded signature v2.2.0
10132026-05-15T14:53:09.461Z Downloaded secrecy v0.10.3
10142026-05-15T14:53:09.461Z Downloaded signal-hook-tokio v0.3.1
10152026-05-15T14:53:09.461Z Downloaded scroll v0.13.0
10162026-05-15T14:53:09.464Z Downloaded ssh-encoding v0.2.0
10172026-05-15T14:53:09.466Z Downloaded russh-keys v0.45.0
10182026-05-15T14:53:09.469Z Downloaded hickory-server v0.25.2
10192026-05-15T14:53:09.473Z Downloaded signal-hook-registry v1.4.8
10202026-05-15T14:53:09.476Z Downloaded hashbrown v0.12.3
10212026-05-15T14:53:09.478Z Downloaded serde_derive_internals v0.29.1
10222026-05-15T14:53:09.479Z Downloaded ssh-cipher v0.2.0
10232026-05-15T14:53:09.479Z Downloaded serde-hex v0.1.0
10242026-05-15T14:53:09.481Z Downloaded sqlparser_derive v0.5.0
10252026-05-15T14:53:09.481Z Downloaded aes-gcm v0.10.3
10262026-05-15T14:53:09.485Z Downloaded rustls-pemfile v1.0.4
10272026-05-15T14:53:09.490Z Downloaded shlex v1.3.0
10282026-05-15T14:53:09.493Z Downloaded itertools v0.10.5
10292026-05-15T14:53:09.496Z Downloaded pretty_assertions v1.4.1
10302026-05-15T14:53:09.499Z Downloaded mio v1.2.0
10312026-05-15T14:53:09.502Z Downloaded subtle v2.6.1
10322026-05-15T14:53:09.502Z Downloaded strum v0.26.3
10332026-05-15T14:53:09.505Z Downloaded num-bigint v0.4.6
10342026-05-15T14:53:09.507Z Downloaded strip-ansi-escapes v0.2.1
10352026-05-15T14:53:09.510Z Downloaded structmeta-derive v0.3.0
10362026-05-15T14:53:09.510Z Downloaded supports-color v3.0.2
10372026-05-15T14:53:09.513Z Downloaded tabled_derive v0.11.0
10382026-05-15T14:53:09.513Z Downloaded tap v1.0.1
10392026-05-15T14:53:09.513Z Downloaded take_mut v0.2.2
10402026-05-15T14:53:09.513Z Downloaded tagptr v0.2.0
10412026-05-15T14:53:09.516Z Downloaded sync_wrapper v1.0.2
10422026-05-15T14:53:09.516Z Downloaded sync-ptr v0.1.4
10432026-05-15T14:53:09.516Z Downloaded rustls-native-certs v0.8.3
10442026-05-15T14:53:09.519Z Downloaded strum v0.27.2
10452026-05-15T14:53:09.519Z Downloaded serde_path_to_error v0.1.20
10462026-05-15T14:53:09.519Z Downloaded rustls-pki-types v1.14.0
10472026-05-15T14:53:09.523Z Downloaded schemars_derive v0.8.22
10482026-05-15T14:53:09.526Z Downloaded smf v0.2.3
10492026-05-15T14:53:09.526Z Downloaded slog-term v2.9.2
10502026-05-15T14:53:09.526Z Downloaded sqlformat v0.3.5
10512026-05-15T14:53:09.529Z Downloaded spki v0.7.3
10522026-05-15T14:53:09.529Z Downloaded ron v0.8.1
10532026-05-15T14:53:09.532Z Downloaded testing_table v0.3.0
10542026-05-15T14:53:09.532Z Downloaded termtree v0.5.1
10552026-05-15T14:53:09.535Z Downloaded rustls-platform-verifier v0.6.2
10562026-05-15T14:53:09.535Z Downloaded rcgen v0.12.1
10572026-05-15T14:53:09.538Z Downloaded snafu-derive v0.8.9
10582026-05-15T14:53:09.538Z Downloaded serde_cbor v0.11.2
10592026-05-15T14:53:09.540Z Downloaded slog-json v2.6.1
10602026-05-15T14:53:09.543Z Downloaded prettyplease v0.2.37
10612026-05-15T14:53:09.543Z Downloaded thread-id v5.1.0
10622026-05-15T14:53:09.546Z Downloaded stacker v0.1.23
10632026-05-15T14:53:09.546Z Downloaded tinyvec_macros v0.1.1
10642026-05-15T14:53:09.546Z Downloaded smallvec v0.6.14
10652026-05-15T14:53:09.549Z Downloaded hashbrown v0.16.1
10662026-05-15T14:53:09.552Z Downloaded time-core v0.1.8
10672026-05-15T14:53:09.552Z Downloaded crossterm v0.29.0
10682026-05-15T14:53:09.555Z Downloaded thiserror-impl-no-std v2.0.2
10692026-05-15T14:53:09.558Z Downloaded serde_with_macros v3.17.0
10702026-05-15T14:53:09.558Z Downloaded rayon-core v1.13.0
10712026-05-15T14:53:09.561Z Downloaded slab v0.4.12
10722026-05-15T14:53:09.561Z Downloaded simd-adler32 v0.3.8
10732026-05-15T14:53:09.564Z Downloaded ryu v1.0.23
10742026-05-15T14:53:09.564Z Downloaded slog-stdlog v4.1.1
10752026-05-15T14:53:09.567Z Downloaded strum_macros v0.24.3
10762026-05-15T14:53:09.567Z Downloaded slog-scope v4.4.1
10772026-05-15T14:53:09.570Z Downloaded tokio-macros v2.7.0
10782026-05-15T14:53:09.573Z Downloaded support-bundle-viewer v0.1.2
10792026-05-15T14:53:09.573Z Downloaded tabwriter v1.4.1
10802026-05-15T14:53:09.576Z Downloaded string_cache v0.8.9
10812026-05-15T14:53:09.576Z Downloaded stringprep v0.1.5
10822026-05-15T14:53:09.576Z Downloaded hyper-util v0.1.20
10832026-05-15T14:53:09.579Z Downloaded publicsuffix v2.3.0
10842026-05-15T14:53:09.581Z Downloaded structmeta v0.3.0
10852026-05-15T14:53:09.581Z Downloaded strum_macros v0.26.4
10862026-05-15T14:53:09.584Z Downloaded strum_macros v0.27.2
10872026-05-15T14:53:09.584Z Downloaded rustversion v1.0.22
10882026-05-15T14:53:09.587Z Downloaded spin v0.9.8
10892026-05-15T14:53:09.592Z Downloaded thiserror-no-std v2.0.2
10902026-05-15T14:53:09.595Z Downloaded hashbrown v0.15.5
10912026-05-15T14:53:09.599Z Downloaded slog-dtrace v0.3.0
10922026-05-15T14:53:09.602Z Downloaded try-lock v0.2.5
10932026-05-15T14:53:09.602Z Downloaded topological-sort v0.2.2
10942026-05-15T14:53:09.602Z Downloaded signal-hook v0.3.18
10952026-05-15T14:53:09.605Z Downloaded tiny-keccak v2.0.2
10962026-05-15T14:53:09.605Z Downloaded tls_codec_derive v0.4.2
10972026-05-15T14:53:09.608Z Downloaded iri-string v0.7.10
10982026-05-15T14:53:09.610Z Downloaded num-bigint-dig v0.8.6
10992026-05-15T14:53:09.613Z Downloaded tower-service v0.3.3
11002026-05-15T14:53:09.616Z Downloaded trait-variant v0.1.2
11012026-05-15T14:53:09.616Z Downloaded tls_codec v0.4.2
11022026-05-15T14:53:09.616Z Downloaded slog-async v2.8.0
11032026-05-15T14:53:09.619Z Downloaded thread_local v1.1.9
11042026-05-15T14:53:09.619Z Downloaded qorb v0.4.1
11052026-05-15T14:53:09.622Z Downloaded tokio-native-tls v0.3.1
11062026-05-15T14:53:09.622Z Downloaded static_assertions v1.1.0
11072026-05-15T14:53:09.625Z Downloaded tokio-rustls v0.25.0
11082026-05-15T14:53:09.625Z Downloaded iddqd v0.3.18
11092026-05-15T14:53:09.629Z Downloaded typify-macro v0.6.2
11102026-05-15T14:53:09.631Z Downloaded tokio-tungstenite v0.21.0
11112026-05-15T14:53:09.632Z Downloaded typify-macro v0.4.3
11122026-05-15T14:53:09.634Z Downloaded termios v0.3.3
11132026-05-15T14:53:09.634Z Downloaded libxml v0.3.3
11142026-05-15T14:53:09.637Z Downloaded unicode-truncate v1.1.0
11152026-05-15T14:53:09.640Z Downloaded untrusted v0.7.1
11162026-05-15T14:53:09.640Z Downloaded universal-hash v0.5.1
11172026-05-15T14:53:09.640Z Downloaded time-macros v0.2.27
11182026-05-15T14:53:09.643Z Downloaded untrusted v0.9.0
11192026-05-15T14:53:09.643Z Downloaded term v0.7.0
11202026-05-15T14:53:09.646Z Downloaded tokio-dtrace v0.1.1
11212026-05-15T14:53:09.651Z Downloaded socket2 v0.6.3
11222026-05-15T14:53:09.654Z Downloaded socket2 v0.5.10
11232026-05-15T14:53:09.654Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11242026-05-15T14:53:09.654Z Downloaded slog v2.8.2
11252026-05-15T14:53:09.657Z Downloaded similar v2.7.0
11262026-05-15T14:53:09.660Z Downloaded usdt-attr-macro v0.6.0
11272026-05-15T14:53:09.660Z Downloaded usdt v0.6.0
11282026-05-15T14:53:09.663Z Downloaded schemars v0.9.0
11292026-05-15T14:53:09.667Z Downloaded utf-8 v0.7.6
11302026-05-15T14:53:09.670Z Downloaded usdt-macro v0.6.0
11312026-05-15T14:53:09.670Z Downloaded unit-prefix v0.5.2
11322026-05-15T14:53:09.670Z Downloaded tokio-tungstenite v0.23.1
11332026-05-15T14:53:09.673Z Downloaded unarray v0.1.4
11342026-05-15T14:53:09.673Z Downloaded tower-layer v0.3.3
11352026-05-15T14:53:09.673Z Downloaded serde_yaml v0.9.34+deprecated
11362026-05-15T14:53:09.676Z Downloaded itertools v0.13.0
11372026-05-15T14:53:09.679Z Downloaded nom v7.1.3
11382026-05-15T14:53:09.682Z Downloaded itertools v0.12.1
11392026-05-15T14:53:09.686Z Downloaded wait-timeout v0.2.1
11402026-05-15T14:53:09.688Z Downloaded void v1.0.2
11412026-05-15T14:53:09.688Z Downloaded tui-tree-widget v0.23.1
11422026-05-15T14:53:09.688Z Downloaded schemars v0.8.22
11432026-05-15T14:53:09.694Z Downloaded tokio-rustls v0.24.1
11442026-05-15T14:53:09.697Z Downloaded quinn v0.11.9
11452026-05-15T14:53:09.700Z Downloaded rsa v0.9.10
11462026-05-15T14:53:09.703Z Downloaded toml_writer v1.0.6+spec-1.1.0
11472026-05-15T14:53:09.703Z Downloaded term v1.2.1
11482026-05-15T14:53:09.706Z Downloaded want v0.3.1
11492026-05-15T14:53:09.706Z Downloaded waitgroup v0.1.2
11502026-05-15T14:53:09.706Z Downloaded rand v0.10.0
11512026-05-15T14:53:09.711Z Downloaded xshell-macros v0.2.7
11522026-05-15T14:53:09.714Z Downloaded rand v0.9.2
11532026-05-15T14:53:09.717Z Downloaded tokio-stream v0.1.18
11542026-05-15T14:53:09.719Z Downloaded libm v0.2.16
11552026-05-15T14:53:09.723Z Downloaded futures-util v0.3.32
11562026-05-15T14:53:09.729Z Downloaded zeroize_derive v1.4.3
11572026-05-15T14:53:09.732Z Downloaded usdt-impl v0.6.0
11582026-05-15T14:53:09.732Z Downloaded h2 v0.4.13
11592026-05-15T14:53:09.735Z Downloaded unicase v2.9.0
11602026-05-15T14:53:09.738Z Downloaded p521 v0.13.3
11612026-05-15T14:53:09.738Z Downloaded vergen-git2 v1.0.7
11622026-05-15T14:53:09.740Z Downloaded uzers v0.12.2
11632026-05-15T14:53:09.740Z Downloaded subprocess v0.2.15
11642026-05-15T14:53:09.743Z Downloaded zone_cfg_derive v0.3.1
11652026-05-15T14:53:09.743Z Downloaded samael v0.0.19
11662026-05-15T14:53:09.746Z Downloaded tokio-rustls v0.26.4
11672026-05-15T14:53:09.749Z Downloaded tracing-attributes v0.1.31
11682026-05-15T14:53:09.752Z Downloaded itertools v0.14.0
11692026-05-15T14:53:09.755Z Downloaded vergen-lib v0.1.6
11702026-05-15T14:53:09.758Z Downloaded schemars v1.2.1
11712026-05-15T14:53:09.765Z Downloaded walkdir v2.5.0
11722026-05-15T14:53:09.768Z Downloaded aho-corasick v1.1.4
11732026-05-15T14:53:09.770Z Downloaded unicode-properties v0.1.4
11742026-05-15T14:53:09.770Z Downloaded wyz v0.5.1
11752026-05-15T14:53:09.773Z Downloaded whoami v2.1.0
11762026-05-15T14:53:09.773Z Downloaded whoami v1.6.1
11772026-05-15T14:53:09.773Z Downloaded toml_parser v1.0.9+spec-1.1.0
11782026-05-15T14:53:09.776Z Downloaded rand v0.8.6
11792026-05-15T14:53:09.779Z Downloaded test-strategy v0.4.5
11802026-05-15T14:53:09.782Z Downloaded twox-hash v2.1.2
11812026-05-15T14:53:09.782Z Downloaded vsss-rs v3.3.4
11822026-05-15T14:53:09.785Z Downloaded tinyvec v1.10.0
11832026-05-15T14:53:09.785Z Downloaded snafu v0.8.9
11842026-05-15T14:53:09.788Z Downloaded zeroize v1.8.2
11852026-05-15T14:53:09.791Z Downloaded russh v0.45.0
11862026-05-15T14:53:09.794Z Downloaded xattr v1.6.1
11872026-05-15T14:53:09.794Z Downloaded rustls-webpki v0.103.9
11882026-05-15T14:53:09.797Z Downloaded zone v0.3.1
11892026-05-15T14:53:09.797Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11902026-05-15T14:53:09.800Z Downloaded vergen-gitcl v1.0.8
11912026-05-15T14:53:09.800Z Downloaded blake3 v1.8.3
11922026-05-15T14:53:09.804Z Downloaded zstd-safe v7.2.4
11932026-05-15T14:53:09.806Z Downloaded tungstenite v0.21.0
11942026-05-15T14:53:09.811Z Downloaded tungstenite v0.23.0
11952026-05-15T14:53:09.814Z Downloaded vergen v9.0.6
11962026-05-15T14:53:09.818Z Downloaded toml v0.7.8
11972026-05-15T14:53:09.818Z Downloaded hkdf v0.12.4
11982026-05-15T14:53:09.821Z Downloaded toml v1.0.6+spec-1.1.0
11992026-05-15T14:53:09.821Z Downloaded typify v0.6.2
12002026-05-15T14:53:09.824Z Downloaded typify v0.4.3
12012026-05-15T14:53:09.829Z Downloaded unsafe-libyaml v0.2.11
12022026-05-15T14:53:09.829Z Downloaded hyper v1.8.1
12032026-05-15T14:53:09.834Z Downloaded yasna v0.5.2
12042026-05-15T14:53:09.834Z Downloaded xshell v0.2.7
12052026-05-15T14:53:09.834Z Downloaded aws-lc-rs v1.16.3
12062026-05-15T14:53:09.837Z Downloaded zerocopy v0.6.6
12072026-05-15T14:53:09.840Z Downloaded toml_edit v0.23.10+spec-1.0.0
12082026-05-15T14:53:09.843Z Downloaded unicode-bidi v0.3.18
12092026-05-15T14:53:09.843Z Downloaded tar v0.4.45
12102026-05-15T14:53:09.845Z Downloaded steno v0.4.1
12112026-05-15T14:53:09.850Z Downloaded uuid v1.23.0
12122026-05-15T14:53:09.853Z Downloaded zstd v0.13.3
12132026-05-15T14:53:09.856Z Downloaded rpassword v7.4.0
12142026-05-15T14:53:09.859Z Downloaded reedline v0.40.0
12152026-05-15T14:53:09.863Z Downloaded vte v0.14.1
12162026-05-15T14:53:09.879Z Downloaded tokio-postgres v0.7.16
12172026-05-15T14:53:09.879Z Downloaded bindgen v0.71.1
12182026-05-15T14:53:09.879Z Downloaded regex v1.12.3
12192026-05-15T14:53:09.882Z Downloaded toml v0.9.12+spec-1.1.0
12202026-05-15T14:53:09.882Z Downloaded zopfli v0.8.3
12212026-05-15T14:53:09.885Z Downloaded toml_edit v0.19.15
12222026-05-15T14:53:09.897Z Downloaded bitvec v1.0.1
12232026-05-15T14:53:09.908Z Downloaded ssh-key v0.6.7
12242026-05-15T14:53:09.912Z Downloaded p384 v0.13.1
12252026-05-15T14:53:09.916Z Downloaded git2 v0.20.4
12262026-05-15T14:53:09.919Z Downloaded unicode_categories v0.1.1
12272026-05-15T14:53:09.927Z Downloaded rustyline v14.0.0
12282026-05-15T14:53:09.930Z Downloaded reqwest v0.13.2
12292026-05-15T14:53:09.935Z Downloaded zip v0.6.6
12302026-05-15T14:53:09.948Z Downloaded tracing-core v0.1.36
12312026-05-15T14:53:09.953Z Downloaded lalrpop v0.19.12
12322026-05-15T14:53:09.962Z Downloaded quick-xml v0.37.5
12332026-05-15T14:53:09.965Z Downloaded chrono v0.4.44
12342026-05-15T14:53:09.965Z Downloaded yansi v1.0.1
12352026-05-15T14:53:09.979Z Downloaded tower v0.5.3
12362026-05-15T14:53:09.999Z Downloaded rustls-webpki v0.101.7
12372026-05-15T14:53:09.999Z Downloaded x509-cert v0.2.5
12382026-05-15T14:53:10.016Z Downloaded unicode-segmentation v1.12.0
12392026-05-15T14:53:10.016Z Downloaded reqwest v0.12.28
12402026-05-15T14:53:10.016Z Downloaded goblin v0.10.5
12412026-05-15T14:53:10.016Z Downloaded typed-path v0.9.3
12422026-05-15T14:53:10.016Z Downloaded rayon v1.11.0
12432026-05-15T14:53:10.017Z Downloaded portable-atomic v1.13.1
12442026-05-15T14:53:10.052Z Downloaded moka v0.12.13
12452026-05-15T14:53:10.052Z Downloaded salty v0.3.0
12462026-05-15T14:53:10.052Z Downloaded proptest v1.10.0
12472026-05-15T14:53:10.064Z Downloaded zerocopy-derive v0.8.40
12482026-05-15T14:53:10.064Z Downloaded unicode-normalization v0.1.25
12492026-05-15T14:53:10.064Z Downloaded zip v4.6.1
12502026-05-15T14:53:10.064Z Downloaded tough v0.22.0
12512026-05-15T14:53:10.065Z Downloaded rustls-webpki v0.102.8
12522026-05-15T14:53:10.065Z Downloaded tokio-util v0.7.18
12532026-05-15T14:53:10.086Z Downloaded object v0.30.4
12542026-05-15T14:53:10.086Z Downloaded nix v0.27.1
12552026-05-15T14:53:10.108Z Downloaded tower-http v0.6.8
12562026-05-15T14:53:10.108Z Downloaded quinn-proto v0.11.13
12572026-05-15T14:53:10.108Z Downloaded serde_with v3.17.0
12582026-05-15T14:53:10.108Z Downloaded radix_trie v0.2.1
12592026-05-15T14:53:10.116Z Downloaded winnow v0.5.40
12602026-05-15T14:53:10.116Z Downloaded bstr v1.12.1
12612026-05-15T14:53:10.120Z Downloaded petname v2.0.2
12622026-05-15T14:53:10.126Z Downloaded dropshot v0.16.7
12632026-05-15T14:53:10.140Z Downloaded winnow v0.6.26
12642026-05-15T14:53:10.146Z Downloaded openssl v0.10.79
12652026-05-15T14:53:10.164Z Downloaded nix v0.29.0
12662026-05-15T14:53:10.175Z Downloaded nix v0.28.0
12672026-05-15T14:53:10.175Z Downloaded rustls v0.21.12
12682026-05-15T14:53:10.181Z Downloaded polar-core v0.27.3
12692026-05-15T14:53:10.181Z Downloaded tabled v0.20.0
12702026-05-15T14:53:10.194Z Downloaded nix v0.31.2
12712026-05-15T14:53:10.210Z Downloaded csv v1.4.0
12722026-05-15T14:53:10.244Z Downloaded zlib-rs v0.6.2
12732026-05-15T14:53:10.244Z Downloaded vcpkg v0.2.15
12742026-05-15T14:53:10.284Z Downloaded rustls v0.22.4
12752026-05-15T14:53:10.284Z Downloaded hickory-proto v0.25.2
12762026-05-15T14:53:10.284Z Downloaded webpki-roots v1.0.6
12772026-05-15T14:53:10.284Z Downloaded hickory-proto v0.24.4
12782026-05-15T14:53:10.284Z Downloaded zerocopy v0.8.40
12792026-05-15T14:53:10.284Z Downloaded regress v0.11.1
12802026-05-15T14:53:10.284Z Downloaded rustix v0.38.44
12812026-05-15T14:53:10.295Z Downloaded diesel v2.3.7
12822026-05-15T14:53:10.303Z Downloaded regex-syntax v0.8.10
12832026-05-15T14:53:10.318Z Downloaded openapiv3 v2.2.0
12842026-05-15T14:53:10.318Z Downloaded smoltcp v0.11.0
12852026-05-15T14:53:10.332Z Downloaded rustls v0.23.37
12862026-05-15T14:53:10.332Z Downloaded regress v0.10.5
12872026-05-15T14:53:10.342Z Downloaded time v0.3.47
12882026-05-15T14:53:10.343Z Downloaded sled v0.34.7
12892026-05-15T14:53:10.353Z Downloaded smoltcp v0.9.1
12902026-05-15T14:53:10.353Z Downloaded object v0.37.3
12912026-05-15T14:53:10.359Z Downloaded bzip2-sys v0.1.13+1.0.8
12922026-05-15T14:53:10.363Z Downloaded regex-syntax v0.6.29
12932026-05-15T14:53:10.369Z Downloaded regex-automata v0.4.14
12942026-05-15T14:53:10.384Z Downloaded dropshot v0.17.0
12952026-05-15T14:53:10.397Z Downloaded sqlparser v0.61.0
12962026-05-15T14:53:10.407Z Downloaded chrono-tz v0.10.4
12972026-05-15T14:53:10.431Z Downloaded typify-impl v0.6.2
12982026-05-15T14:53:10.461Z Downloaded ratatui v0.29.0
12992026-05-15T14:53:10.461Z Downloaded tracing v0.1.44
13002026-05-15T14:53:10.510Z Downloaded typify-impl v0.4.3
13012026-05-15T14:53:10.510Z Downloaded jiff v0.2.21
13022026-05-15T14:53:10.510Z Downloaded zerocopy-derive v0.6.6
13032026-05-15T14:53:10.510Z Downloaded petgraph v0.8.3
13042026-05-15T14:53:10.550Z Downloaded petgraph v0.6.5
13052026-05-15T14:53:10.550Z Downloaded tokio v1.52.1
13062026-05-15T14:53:10.558Z Downloaded libz-sys v1.1.24
13072026-05-15T14:53:10.604Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13082026-05-15T14:53:10.604Z Downloaded sha3 v0.10.8
13092026-05-15T14:53:10.660Z Downloaded encoding_rs v0.8.35
13102026-05-15T14:53:10.731Z Downloaded ring v0.17.14
13112026-05-15T14:53:10.806Z Downloaded libgit2-sys v0.18.3+1.9.2
13122026-05-15T14:53:11.103Z Downloaded aws-lc-sys v0.40.0
13132026-05-15T14:53:11.338Z Compiling libc v0.2.185
13142026-05-15T14:53:11.339Z Compiling serde v1.0.228
13152026-05-15T14:53:11.364Z Compiling log v0.4.29
13162026-05-15T14:53:11.364Z Compiling shlex v1.3.0
13172026-05-15T14:53:11.365Z Compiling find-msvc-tools v0.1.9
13182026-05-15T14:53:11.365Z Compiling syn v2.0.117
13192026-05-15T14:53:11.469Z Compiling smallvec v1.15.1
13202026-05-15T14:53:11.493Z Compiling typenum v1.19.0
13212026-05-15T14:53:11.661Z Compiling generic-array v0.14.7
13222026-05-15T14:53:11.708Z Compiling subtle v2.6.1
13232026-05-15T14:53:11.727Z Compiling scopeguard v1.2.0
13242026-05-15T14:53:11.736Z Compiling const-oid v0.9.6
13252026-05-15T14:53:11.799Z Compiling lock_api v0.4.14
13262026-05-15T14:53:11.825Z Compiling serde_json v1.0.149
13272026-05-15T14:53:11.877Z Compiling zerocopy v0.8.40
13282026-05-15T14:53:11.906Z Compiling portable-atomic v1.13.1
13292026-05-15T14:53:12.018Z Compiling pin-project-lite v0.2.17
13302026-05-15T14:53:12.111Z Compiling parking_lot_core v0.9.12
13312026-05-15T14:53:12.304Z Compiling getrandom v0.2.17
13322026-05-15T14:53:12.354Z Compiling jobserver v0.1.34
13332026-05-15T14:53:12.368Z Compiling errno v0.3.14
13342026-05-15T14:53:12.410Z Compiling pkg-config v0.3.32
13352026-05-15T14:53:12.440Z Compiling rand_core v0.6.4
13362026-05-15T14:53:12.509Z Compiling signal-hook-registry v1.4.8
13372026-05-15T14:53:12.706Z Compiling cc v1.2.56
13382026-05-15T14:53:12.720Z Compiling bitflags v2.11.0
13392026-05-15T14:53:12.774Z Compiling futures-core v0.3.32
13402026-05-15T14:53:12.802Z Compiling libm v0.2.16
13412026-05-15T14:53:12.923Z Compiling critical-section v1.2.0
13422026-05-15T14:53:12.940Z Compiling parking_lot v0.12.5
13432026-05-15T14:53:12.954Z Compiling mio v1.2.0
13442026-05-15T14:53:12.966Z Compiling num-traits v0.2.19
13452026-05-15T14:53:13.027Z Compiling once_cell v1.21.3
13462026-05-15T14:53:13.157Z Compiling percent-encoding v2.3.2
13472026-05-15T14:53:13.230Z Compiling socket2 v0.6.3
13482026-05-15T14:53:13.299Z Compiling futures-sink v0.3.32
13492026-05-15T14:53:13.302Z Compiling getrandom v0.4.1
13502026-05-15T14:53:13.347Z Compiling futures-io v0.3.32
13512026-05-15T14:53:13.428Z Compiling futures-channel v0.3.32
13522026-05-15T14:53:13.460Z Compiling cpufeatures v0.2.17
13532026-05-15T14:53:13.493Z Compiling slab v0.4.12
13542026-05-15T14:53:13.503Z Compiling futures-task v0.3.32
13552026-05-15T14:53:13.620Z Compiling rand_core v0.10.0
13562026-05-15T14:53:13.633Z Compiling indexmap v2.14.0
13572026-05-15T14:53:13.660Z Compiling rustversion v1.0.22
13582026-05-15T14:53:13.674Z Compiling getrandom v0.3.4
13592026-05-15T14:53:13.688Z Compiling cmake v0.1.57
13602026-05-15T14:53:14.051Z Compiling form_urlencoded v1.2.2
13612026-05-15T14:53:14.076Z Compiling fs_extra v1.3.0
13622026-05-15T14:53:14.194Z Compiling dunce v1.0.5
13632026-05-15T14:53:14.223Z Compiling synstructure v0.13.2
13642026-05-15T14:53:14.253Z Compiling ident_case v1.0.1
13652026-05-15T14:53:14.285Z Compiling base64ct v1.8.3
13662026-05-15T14:53:14.388Z Compiling aws-lc-sys v0.40.0
13672026-05-15T14:53:14.457Z Compiling iana-time-zone v0.1.65
13682026-05-15T14:53:14.664Z Compiling pem-rfc7468 v0.7.0
13692026-05-15T14:53:14.677Z Compiling regex-syntax v0.8.10
13702026-05-15T14:53:14.680Z Compiling rustix v1.1.3
13712026-05-15T14:53:14.727Z Compiling flagset v0.4.7
13722026-05-15T14:53:14.863Z Compiling rand_core v0.9.5
13732026-05-15T14:53:14.924Z Compiling ring v0.17.14
13742026-05-15T14:53:14.938Z Compiling vcpkg v0.2.15
13752026-05-15T14:53:14.973Z Compiling aws-lc-rs v1.16.3
13762026-05-15T14:53:15.144Z Compiling uuid v1.23.0
13772026-05-15T14:53:15.268Z Compiling rustc_version v0.4.1
13782026-05-15T14:53:15.604Z Compiling tracing-core v0.1.36
13792026-05-15T14:53:15.689Z Compiling openssl-sys v0.9.115
13802026-05-15T14:53:15.870Z Compiling base64 v0.22.1
13812026-05-15T14:53:16.111Z Compiling serde_derive v1.0.228
13822026-05-15T14:53:16.158Z Compiling zeroize_derive v1.4.3
13832026-05-15T14:53:16.204Z Compiling zerofrom-derive v0.1.6
13842026-05-15T14:53:16.218Z Compiling yoke-derive v0.8.1
13852026-05-15T14:53:16.464Z Compiling zerocopy-derive v0.8.40
13862026-05-15T14:53:16.808Z Compiling zeroize v1.8.2
13872026-05-15T14:53:17.074Z Compiling zerovec-derive v0.11.2
13882026-05-15T14:53:17.395Z Compiling displaydoc v0.2.5
13892026-05-15T14:53:17.590Z Compiling crypto-common v0.1.7
13902026-05-15T14:53:17.634Z Compiling zerofrom v0.1.6
13912026-05-15T14:53:17.735Z Compiling yoke v0.8.1
13922026-05-15T14:53:17.761Z Compiling block-buffer v0.10.4
13932026-05-15T14:53:17.922Z Compiling digest v0.10.7
13942026-05-15T14:53:17.935Z Compiling tokio-macros v2.7.0
13952026-05-15T14:53:18.157Z Compiling zerotrie v0.2.3
13962026-05-15T14:53:18.173Z Compiling futures-macro v0.3.32
13972026-05-15T14:53:18.196Z Compiling zerovec v0.11.5
13982026-05-15T14:53:18.451Z Compiling hmac v0.12.1
13992026-05-15T14:53:18.609Z Compiling block-padding v0.3.3
14002026-05-15T14:53:18.640Z Compiling tinystr v0.8.2
14012026-05-15T14:53:18.686Z Compiling potential_utf v0.1.4
14022026-05-15T14:53:18.762Z Compiling inout v0.1.4
14032026-05-15T14:53:18.832Z Compiling icu_locale_core v2.1.1
14042026-05-15T14:53:18.845Z Compiling icu_collections v2.1.1
14052026-05-15T14:53:18.923Z Compiling cipher v0.4.4
14062026-05-15T14:53:18.943Z Compiling futures-util v0.3.32
14072026-05-15T14:53:19.175Z Compiling sha2 v0.10.9
14082026-05-15T14:53:19.313Z Compiling der_derive v0.7.3
14092026-05-15T14:53:19.574Z Compiling bytes v1.11.1
14102026-05-15T14:53:19.639Z Compiling icu_provider v2.1.1
14112026-05-15T14:53:19.754Z Compiling chrono v0.4.44
14122026-05-15T14:53:19.942Z Compiling icu_properties v2.1.2
14132026-05-15T14:53:20.188Z Compiling tokio v1.52.1
14142026-05-15T14:53:20.334Z Compiling icu_normalizer v2.1.1
14152026-05-15T14:53:20.630Z Compiling der v0.7.10
14162026-05-15T14:53:20.881Z Compiling idna_adapter v1.2.1
14172026-05-15T14:53:20.913Z Compiling ppv-lite86 v0.2.21
14182026-05-15T14:53:21.014Z Compiling idna v1.1.0
14192026-05-15T14:53:21.041Z Compiling http v1.4.0
14202026-05-15T14:53:21.146Z Compiling salsa20 v0.10.2
14212026-05-15T14:53:21.228Z Compiling pbkdf2 v0.12.2
14222026-05-15T14:53:21.250Z Compiling rustls-pki-types v1.14.0
14232026-05-15T14:53:21.282Z Compiling tracing-attributes v0.1.31
14242026-05-15T14:53:21.341Z Compiling url v2.5.8
14252026-05-15T14:53:21.651Z Compiling spki v0.7.3
14262026-05-15T14:53:21.695Z Compiling thiserror-impl v2.0.18
14272026-05-15T14:53:21.817Z Compiling http-body v1.0.1
14282026-05-15T14:53:21.866Z Compiling scrypt v0.11.0
14292026-05-15T14:53:21.918Z Compiling rand_chacha v0.9.0
14302026-05-15T14:53:21.968Z Compiling cbc v0.1.2
14312026-05-15T14:53:22.096Z Compiling aes v0.8.4
14322026-05-15T14:53:22.122Z Compiling tinyvec_macros v0.1.1
14332026-05-15T14:53:22.171Z Compiling openssl-probe v0.2.1
14342026-05-15T14:53:22.191Z Compiling untrusted v0.7.1
14352026-05-15T14:53:22.315Z Compiling httparse v1.10.1
14362026-05-15T14:53:22.340Z Compiling untrusted v0.9.0
14372026-05-15T14:53:22.548Z Compiling tracing v0.1.44
14382026-05-15T14:53:22.587Z Compiling pkcs5 v0.7.1
14392026-05-15T14:53:22.687Z Compiling tinyvec v1.10.0
14402026-05-15T14:53:22.808Z Compiling pest_generator v2.8.6
14412026-05-15T14:53:22.990Z Compiling thiserror v2.0.18
14422026-05-15T14:53:23.020Z Compiling rand v0.9.2
14432026-05-15T14:53:23.048Z Compiling serde_derive_internals v0.29.1
14442026-05-15T14:53:23.094Z Compiling aho-corasick v1.1.4
14452026-05-15T14:53:23.120Z Compiling tower-layer v0.3.3
14462026-05-15T14:53:23.277Z Compiling tower-service v0.3.3
14472026-05-15T14:53:23.372Z Compiling try-lock v0.2.5
14482026-05-15T14:53:23.481Z Compiling schemars v0.8.22
14492026-05-15T14:53:23.495Z Compiling atomic-waker v1.1.2
14502026-05-15T14:53:23.618Z Compiling rustls v0.23.37
14512026-05-15T14:53:23.678Z Compiling dyn-clone v1.0.20
14522026-05-15T14:53:23.799Z Compiling pest_derive v2.8.6
14532026-05-15T14:53:23.815Z Compiling tokio-util v0.7.18
14542026-05-15T14:53:23.829Z Compiling want v0.3.1
14552026-05-15T14:53:23.922Z Compiling schemars_derive v0.8.22
14562026-05-15T14:53:23.985Z Compiling regex-automata v0.4.14
14572026-05-15T14:53:24.195Z Compiling pkcs8 v0.10.2
14582026-05-15T14:53:24.534Z Compiling h2 v0.4.13
14592026-05-15T14:53:24.548Z Compiling ipnet v2.11.0
14602026-05-15T14:53:24.783Z Compiling scroll_derive v0.13.1
14612026-05-15T14:53:24.871Z Compiling darling_core v0.20.11
14622026-05-15T14:53:25.033Z Compiling openssl v0.10.79
14632026-05-15T14:53:25.189Z Compiling httpdate v1.0.3
14642026-05-15T14:53:25.262Z Compiling pin-utils v0.1.0
14652026-05-15T14:53:25.337Z Compiling foreign-types-shared v0.1.1
14662026-05-15T14:53:25.409Z Compiling foreign-types v0.3.2
14672026-05-15T14:53:25.445Z Compiling tempfile v3.25.0
14682026-05-15T14:53:25.584Z Compiling scroll v0.13.0
14692026-05-15T14:53:25.793Z Compiling unicode-normalization v0.1.25
14702026-05-15T14:53:25.848Z Compiling openssl-macros v0.1.1
14712026-05-15T14:53:26.216Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14722026-05-15T14:53:26.229Z Compiling spin v0.9.8
14732026-05-15T14:53:26.243Z Compiling native-tls v0.2.18
14742026-05-15T14:53:26.428Z Compiling crc32fast v1.5.0
14752026-05-15T14:53:26.442Z Compiling num-conv v0.2.0
14762026-05-15T14:53:26.571Z Compiling powerfmt v0.2.0
14772026-05-15T14:53:26.592Z Compiling time-core v0.1.8
14782026-05-15T14:53:26.734Z Compiling time-macros v0.2.27
14792026-05-15T14:53:26.745Z Compiling deranged v0.5.8
14802026-05-15T14:53:27.125Z Compiling darling_macro v0.20.11
14812026-05-15T14:53:27.605Z Compiling hyper v1.8.1
14822026-05-15T14:53:27.696Z Compiling darling v0.20.11
14832026-05-15T14:53:27.761Z Compiling goblin v0.10.5
14842026-05-15T14:53:27.779Z Compiling rustls-native-certs v0.8.3
14852026-05-15T14:53:28.022Z Compiling sync_wrapper v1.0.2
14862026-05-15T14:53:28.062Z Compiling wait-timeout v0.2.1
14872026-05-15T14:53:28.126Z Compiling syn v1.0.109
14882026-05-15T14:53:28.320Z Compiling num_threads v0.1.7
14892026-05-15T14:53:28.402Z Compiling bit-vec v0.8.0
14902026-05-15T14:53:28.416Z Compiling unicode-segmentation v1.12.0
14912026-05-15T14:53:28.429Z Compiling quick-error v1.2.3
14922026-05-15T14:53:28.530Z Compiling siphasher v1.0.2
14932026-05-15T14:53:28.622Z Compiling hyper-util v0.1.20
14942026-05-15T14:53:28.712Z Compiling usdt-impl v0.6.0
14952026-05-15T14:53:28.781Z Compiling crossbeam-utils v0.8.21
14962026-05-15T14:53:28.912Z Compiling simd-adler32 v0.3.8
14972026-05-15T14:53:29.152Z Compiling bit-set v0.8.0
14982026-05-15T14:53:29.168Z Compiling rusty-fork v0.3.1
14992026-05-15T14:53:29.379Z Compiling time v0.3.47
15002026-05-15T14:53:29.441Z Compiling tower v0.5.3
15012026-05-15T14:53:29.546Z Compiling derive_builder_core v0.20.2
15022026-05-15T14:53:29.914Z Compiling dtrace-parser v0.3.0
15032026-05-15T14:53:29.954Z Compiling http-body-util v0.1.3
15042026-05-15T14:53:30.199Z Compiling webpki-roots v1.0.6
15052026-05-15T14:53:30.321Z Compiling signature v2.2.0
15062026-05-15T14:53:30.365Z Compiling thiserror-impl v1.0.69
15072026-05-15T14:53:30.429Z Compiling scroll_derive v0.12.1
15082026-05-15T14:53:30.504Z Compiling dof v0.4.0
15092026-05-15T14:53:30.669Z Compiling heapless v0.7.17
15102026-05-15T14:53:30.906Z Compiling rand_xorshift v0.4.0
15112026-05-15T14:53:30.966Z Compiling slog v2.8.2
15122026-05-15T14:53:31.062Z Compiling darling_core v0.21.3
15132026-05-15T14:53:31.079Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-05-15T14:53:31.145Z Compiling thread-id v5.1.0
15152026-05-15T14:53:31.228Z Compiling cookie v0.18.1
15162026-05-15T14:53:31.346Z Compiling iri-string v0.7.10
15172026-05-15T14:53:31.404Z Compiling unarray v0.1.4
15182026-05-15T14:53:31.516Z Compiling ryu v1.0.23
15192026-05-15T14:53:31.605Z Compiling allocator-api2 v0.2.21
15202026-05-15T14:53:31.641Z Compiling unicode-properties v0.1.4
15212026-05-15T14:53:31.700Z Compiling paste v1.0.15
15222026-05-15T14:53:31.845Z Compiling unicode-bidi v0.3.18
15232026-05-15T14:53:31.922Z Compiling anyhow v1.0.102
15242026-05-15T14:53:31.960Z Compiling zstd-safe v7.2.4
15252026-05-15T14:53:32.014Z Compiling adler2 v2.0.1
15262026-05-15T14:53:32.142Z Compiling signal-hook v0.3.18
15272026-05-15T14:53:32.157Z Compiling stringprep v0.1.5
15282026-05-15T14:53:32.329Z Compiling miniz_oxide v0.8.9
15292026-05-15T14:53:32.404Z Compiling serde_urlencoded v0.7.1
15302026-05-15T14:53:32.421Z Compiling thiserror v1.0.69
15312026-05-15T14:53:32.524Z Compiling tower-http v0.6.8
15322026-05-15T14:53:32.595Z Compiling proptest v1.10.0
15332026-05-15T14:53:32.931Z Compiling scroll v0.12.0
15342026-05-15T14:53:32.993Z Compiling derive_builder_macro v0.20.2
15352026-05-15T14:53:33.390Z Compiling tokio-native-tls v0.3.1
15362026-05-15T14:53:33.424Z Compiling heck v0.4.1
15372026-05-15T14:53:33.437Z Compiling ipnetwork v0.21.1
15382026-05-15T14:53:33.505Z Compiling darling_macro v0.21.3
15392026-05-15T14:53:33.552Z Compiling bstr v1.12.1
15402026-05-15T14:53:33.646Z Compiling rand_chacha v0.3.1
15412026-05-15T14:53:33.817Z Compiling serde_spanned v0.6.9
15422026-05-15T14:53:33.875Z Compiling erased-serde v0.3.31
15432026-05-15T14:53:33.961Z Compiling toml_datetime v0.6.11
15442026-05-15T14:53:33.979Z Compiling serde_tokenstream v0.2.3
15452026-05-15T14:53:34.189Z Compiling md-5 v0.10.6
15462026-05-15T14:53:34.215Z Compiling async-trait v0.1.89
15472026-05-15T14:53:34.283Z Compiling pin-project-internal v1.1.11
15482026-05-15T14:53:34.397Z Compiling zerocopy-derive v0.7.35
15492026-05-15T14:53:34.418Z Compiling curve25519-dalek v4.1.3
15502026-05-15T14:53:34.449Z Compiling vergen-lib v0.1.6
15512026-05-15T14:53:34.630Z Compiling num-integer v0.1.46
15522026-05-15T14:53:34.748Z Compiling hash32 v0.2.1
15532026-05-15T14:53:34.949Z Compiling ff v0.13.1
15542026-05-15T14:53:34.965Z Compiling memoffset v0.9.1
15552026-05-15T14:53:35.089Z Compiling litrs v1.0.0
15562026-05-15T14:53:35.154Z Compiling rustix v0.38.44
15572026-05-15T14:53:35.251Z Compiling smoltcp v0.9.1
15582026-05-15T14:53:35.266Z Compiling ref-cast v1.0.25
15592026-05-15T14:53:35.437Z Compiling num-bigint-dig v0.8.6
15602026-05-15T14:53:35.500Z Compiling zlib-rs v0.6.2
15612026-05-15T14:53:35.564Z Compiling cfg_aliases v0.2.1
15622026-05-15T14:53:35.584Z Compiling fallible-iterator v0.2.0
15632026-05-15T14:53:35.613Z Compiling psl-types v2.0.11
15642026-05-15T14:53:35.625Z Compiling base16ct v0.2.0
15652026-05-15T14:53:35.638Z Compiling nix v0.31.2
15662026-05-15T14:53:35.745Z Compiling sec1 v0.7.3
15672026-05-15T14:53:35.806Z Compiling publicsuffix v2.3.0
15682026-05-15T14:53:35.893Z Compiling postgres-protocol v0.6.10
15692026-05-15T14:53:35.983Z Compiling document-features v0.2.12
15702026-05-15T14:53:36.061Z Compiling pin-project v1.1.11
15712026-05-15T14:53:36.116Z Compiling zerocopy v0.7.35
15722026-05-15T14:53:36.257Z Compiling group v0.13.0
15732026-05-15T14:53:36.431Z Compiling newtype-uuid v1.3.2
15742026-05-15T14:53:36.555Z Compiling num-iter v0.1.45
15752026-05-15T14:53:36.725Z Compiling darling v0.21.3
15762026-05-15T14:53:36.749Z Compiling rand v0.8.6
15772026-05-15T14:53:36.809Z Compiling snafu-derive v0.8.9
15782026-05-15T14:53:36.899Z Compiling oxnet v0.1.4
15792026-05-15T14:53:37.006Z Compiling hubpack_derive v0.1.1
15802026-05-15T14:53:37.073Z Compiling hyper-tls v0.6.0
15812026-05-15T14:53:37.294Z Compiling derive_builder v0.20.2
15822026-05-15T14:53:37.421Z Compiling goblin v0.8.2
15832026-05-15T14:53:37.957Z Compiling phf_shared v0.13.1
15842026-05-15T14:53:38.078Z Compiling lazy_static v1.5.0
15852026-05-15T14:53:38.174Z Compiling regex v1.12.3
15862026-05-15T14:53:38.188Z Compiling strum_macros v0.27.2
15872026-05-15T14:53:38.202Z Compiling futures-executor v0.3.32
15882026-05-15T14:53:38.462Z Compiling flate2 v1.1.9
15892026-05-15T14:53:38.609Z Compiling cargo-platform v0.1.9
15902026-05-15T14:53:38.688Z Compiling hex v0.4.3
15912026-05-15T14:53:38.729Z Compiling hkdf v0.12.4
15922026-05-15T14:53:38.859Z Compiling crypto-bigint v0.5.5
15932026-05-15T14:53:38.872Z Compiling terminal_size v0.4.3
15942026-05-15T14:53:38.890Z Compiling curve25519-dalek-derive v0.1.1
15952026-05-15T14:53:38.948Z Compiling daft-derive v0.1.5
15962026-05-15T14:53:39.006Z Compiling ref-cast-impl v1.0.25
15972026-05-15T14:53:39.539Z Compiling vergen v9.0.6
15982026-05-15T14:53:39.553Z Compiling fs-err v3.3.0
15992026-05-15T14:53:39.692Z Compiling ahash v0.8.12
16002026-05-15T14:53:39.720Z Compiling encoding_rs v0.8.35
16012026-05-15T14:53:39.740Z Compiling foldhash v0.2.0
16022026-05-15T14:53:39.889Z Compiling foldhash v0.1.5
16032026-05-15T14:53:39.959Z Compiling mime v0.3.17
16042026-05-15T14:53:40.064Z Compiling winnow v0.5.40
16052026-05-15T14:53:40.145Z Compiling object v0.37.3
16062026-05-15T14:53:40.224Z Compiling bumpalo v3.20.2
16072026-05-15T14:53:40.415Z Compiling libbz2-rs-sys v0.2.2
16082026-05-15T14:53:40.480Z Compiling same-file v1.0.6
16092026-05-15T14:53:40.647Z Compiling bitflags v1.3.2
16102026-05-15T14:53:40.726Z Compiling managed v0.8.0
16112026-05-15T14:53:40.943Z Compiling bzip2 v0.6.1
16122026-05-15T14:53:41.017Z Compiling walkdir v2.5.0
16132026-05-15T14:53:41.096Z Compiling zopfli v0.8.3
16142026-05-15T14:53:41.196Z Compiling strum v0.27.2
16152026-05-15T14:53:41.251Z Compiling hashbrown v0.15.5
16162026-05-15T14:53:41.324Z Compiling toml_edit v0.19.15
16172026-05-15T14:53:41.384Z Compiling hashbrown v0.16.1
16182026-05-15T14:53:41.471Z Compiling elliptic-curve v0.13.8
16192026-05-15T14:53:41.740Z Compiling clap_builder v4.5.60
16202026-05-15T14:53:41.818Z Compiling daft v0.1.5
16212026-05-15T14:53:41.848Z Compiling dof v0.3.0
16222026-05-15T14:53:42.064Z Compiling cargo_metadata v0.19.2
16232026-05-15T14:53:42.090Z Compiling snafu v0.8.9
16242026-05-15T14:53:42.439Z Compiling futures v0.3.32
16252026-05-15T14:53:42.558Z Compiling phf v0.13.1
16262026-05-15T14:53:42.720Z Compiling signal-hook-mio v0.2.5
16272026-05-15T14:53:43.194Z Compiling cookie_store v0.22.1
16282026-05-15T14:53:43.369Z Compiling zstd v0.13.3
16292026-05-15T14:53:43.551Z Compiling hubpack v0.1.2
16302026-05-15T14:53:43.633Z Compiling bzip2 v0.4.4
16312026-05-15T14:53:43.770Z Compiling serde_with_macros v3.17.0
16322026-05-15T14:53:43.840Z Compiling postgres-types v0.2.12
16332026-05-15T14:53:43.949Z Compiling usdt-attr-macro v0.6.0
16342026-05-15T14:53:44.428Z Compiling usdt-macro v0.6.0
16352026-05-15T14:53:44.742Z Compiling globset v0.4.18
16362026-05-15T14:53:44.757Z Compiling dtrace-parser v0.2.0
16372026-05-15T14:53:44.821Z Compiling ed25519 v2.2.3
16382026-05-15T14:53:44.913Z Compiling phf_shared v0.11.3
16392026-05-15T14:53:45.062Z Compiling olpc-cjson v0.1.4
16402026-05-15T14:53:45.100Z Compiling pkcs1 v0.7.5
16412026-05-15T14:53:45.159Z Compiling clap_derive v4.5.55
16422026-05-15T14:53:45.234Z Compiling enum-as-inner v0.6.1
16432026-05-15T14:53:45.428Z Compiling strum_macros v0.26.4
16442026-05-15T14:53:45.502Z Compiling serde-big-array v0.5.1
16452026-05-15T14:53:45.506Z Compiling serde_plain v1.0.2
16462026-05-15T14:53:45.644Z Compiling rfc6979 v0.4.0
16472026-05-15T14:53:45.705Z Compiling pem v3.0.6
16482026-05-15T14:53:45.725Z Compiling serde_repr v0.1.20
16492026-05-15T14:53:45.739Z Compiling async-recursion v1.1.1
16502026-05-15T14:53:45.765Z Compiling float-cmp v0.10.0
16512026-05-15T14:53:45.912Z Compiling thread-id v4.2.2
16522026-05-15T14:53:45.999Z Compiling memmap2 v0.9.10
16532026-05-15T14:53:46.026Z Compiling env_filter v1.0.0
16542026-05-15T14:53:46.209Z Compiling rustc-hash v2.1.1
16552026-05-15T14:53:46.237Z Compiling jiff v0.2.21
16562026-05-15T14:53:46.320Z Compiling precomputed-hash v0.1.1
16572026-05-15T14:53:46.334Z Compiling fixedbitset v0.4.2
16582026-05-15T14:53:46.373Z Compiling typed-path v0.9.3
16592026-05-15T14:53:46.408Z Compiling whoami v2.1.0
16602026-05-15T14:53:46.551Z Compiling predicates-core v1.0.10
16612026-05-15T14:53:46.725Z Compiling either v1.15.0
16622026-05-15T14:53:46.781Z Compiling normalize-line-endings v0.3.0
16632026-05-15T14:53:46.878Z Compiling new_debug_unreachable v1.0.6
16642026-05-15T14:53:46.919Z Compiling static_assertions v1.1.0
16652026-05-15T14:53:46.937Z Compiling difflib v0.4.0
16662026-05-15T14:53:46.950Z Compiling keccak v0.1.6
16672026-05-15T14:53:46.993Z Compiling data-encoding v2.10.0
16682026-05-15T14:53:47.143Z Compiling fixedbitset v0.5.7
16692026-05-15T14:53:47.447Z Compiling petgraph v0.8.3
16702026-05-15T14:53:47.480Z Compiling hickory-proto v0.25.2
16712026-05-15T14:53:47.567Z Compiling strum v0.26.3
16722026-05-15T14:53:47.679Z Compiling predicates v3.1.4
16732026-05-15T14:53:47.697Z Compiling sha3 v0.10.8
16742026-05-15T14:53:47.757Z Compiling toml_edit v0.22.27
16752026-05-15T14:53:48.132Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16762026-05-15T14:53:48.153Z Compiling string_cache v0.8.9
16772026-05-15T14:53:48.327Z Compiling clap v4.5.60
16782026-05-15T14:53:48.379Z Compiling itertools v0.13.0
16792026-05-15T14:53:48.411Z Compiling tokio-postgres v0.7.16
16802026-05-15T14:53:49.341Z Compiling zip v4.6.1
16812026-05-15T14:53:49.660Z Compiling petgraph v0.6.5
16822026-05-15T14:53:50.319Z Compiling iddqd v0.3.18
16832026-05-15T14:53:50.416Z Compiling env_logger v0.11.9
16842026-05-15T14:53:50.492Z Compiling usdt v0.6.0
16852026-05-15T14:53:50.620Z Compiling usdt-impl v0.5.0
16862026-05-15T14:53:50.754Z Compiling ecdsa v0.16.9
16872026-05-15T14:53:50.770Z Compiling rsa v0.9.10
16882026-05-15T14:53:50.952Z Compiling ed25519-dalek v2.2.0
16892026-05-15T14:53:51.140Z Compiling serde_with v3.17.0
16902026-05-15T14:53:51.170Z Compiling crossterm v0.28.1
16912026-05-15T14:53:51.461Z Compiling zip v0.6.6
16922026-05-15T14:53:52.007Z Compiling toml v0.7.8
16932026-05-15T14:53:52.440Z Compiling toml_parser v1.0.9+spec-1.1.0
16942026-05-15T14:53:52.477Z Compiling similar v2.7.0
16952026-05-15T14:53:52.606Z Compiling crossbeam-epoch v0.9.18
16962026-05-15T14:53:52.609Z Compiling tokio-stream v0.1.18
16972026-05-15T14:53:52.857Z Compiling buf-list v1.1.2
16982026-05-15T14:53:52.929Z Compiling x509-cert v0.2.5
16992026-05-15T14:53:53.068Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17002026-05-15T14:53:53.085Z Compiling openapiv3 v2.2.0
17012026-05-15T14:53:53.130Z Compiling sha1 v0.10.6
17022026-05-15T14:53:53.340Z Compiling toml_datetime v0.7.5+spec-1.1.0
17032026-05-15T14:53:53.360Z Compiling peg-runtime v0.8.5
17042026-05-15T14:53:53.372Z Compiling lalrpop-util v0.19.12
17052026-05-15T14:53:53.554Z Compiling thread_local v1.1.9
17062026-05-15T14:53:53.622Z Compiling slog-async v2.8.0
17072026-05-15T14:53:53.632Z Compiling crossbeam-channel v0.5.15
17082026-05-15T14:53:53.810Z Compiling filetime v0.2.27
17092026-05-15T14:53:53.942Z Compiling is-terminal v0.4.17
17102026-05-15T14:53:53.988Z Compiling xattr v1.6.1
17112026-05-15T14:53:54.030Z Compiling term v1.2.1
17122026-05-15T14:53:54.055Z Compiling take_mut v0.2.2
17132026-05-15T14:53:54.173Z Compiling tar v0.4.45
17142026-05-15T14:53:54.558Z Compiling slog-term v2.9.2
17152026-05-15T14:54:04.250Z Compiling rustls-webpki v0.103.9
17162026-05-15T14:54:07.204Z Compiling tokio-rustls v0.26.4
17172026-05-15T14:54:07.204Z Compiling rustls-platform-verifier v0.6.2
17182026-05-15T14:54:07.666Z Compiling hyper-rustls v0.27.7
17192026-05-15T14:54:07.666Z Compiling reqwest v0.12.28
17202026-05-15T14:54:07.666Z Compiling reqwest v0.13.2
17212026-05-15T14:54:08.779Z Compiling tough v0.22.0
17222026-05-15T14:54:11.323Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17232026-05-15T14:54:11.508Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17242026-05-15T14:54:14.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17252026-05-15T14:54:14.471Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17262026-05-15T14:54:14.522ZMay 15 14:54:12.976 INFO Starting download, target: Clickhouse
17272026-05-15T14:54:14.522ZMay 15 14:54:12.977 INFO Starting download, target: Console
17282026-05-15T14:54:14.522ZMay 15 14:54:12.977 INFO Starting download, target: Cockroach
17292026-05-15T14:54:14.522ZMay 15 14:54:12.977 INFO Starting download, target: DendriteStub
17302026-05-15T14:54:14.522ZMay 15 14:54:12.977 INFO Starting download, target: MaghemiteMgd
17312026-05-15T14:54:14.522ZMay 15 14:54:12.977 INFO Starting download, target: TransceiverControl
17322026-05-15T14:54:14.523ZMay 15 14:54:12.977 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17332026-05-15T14:54:14.523ZMay 15 14:54:12.977 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17342026-05-15T14:54:14.523ZMay 15 14:54:12.977 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17352026-05-15T14:54:14.523ZMay 15 14:54:12.977 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17362026-05-15T14:54:14.523ZMay 15 14:54:12.977 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17372026-05-15T14:54:14.523ZMay 15 14:54:12.977 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17382026-05-15T14:54:15.526ZMay 15 14:54:14.020 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17392026-05-15T14:54:15.680ZMay 15 14:54:14.164 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17402026-05-15T14:54:15.790ZMay 15 14:54:14.245 INFO Download complete, target: Console
17412026-05-15T14:54:15.934ZMay 15 14:54:14.410 INFO Download complete, target: TransceiverControl
17422026-05-15T14:54:16.420ZMay 15 14:54:14.930 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17432026-05-15T14:54:18.946ZMay 15 14:54:17.387 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17442026-05-15T14:54:20.808ZMay 15 14:54:19.256 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17452026-05-15T14:54:21.110ZMay 15 14:54:19.585 INFO Download complete, target: DendriteStub
17462026-05-15T14:54:21.881ZMay 15 14:54:20.320 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17472026-05-15T14:54:21.881ZMay 15 14:54:20.320 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17482026-05-15T14:54:23.089ZMay 15 14:54:21.550 INFO Checking that binary works, target: Clickhouse
17492026-05-15T14:54:23.195ZMay 15 14:54:21.565 INFO Download complete, target: MaghemiteMgd
17502026-05-15T14:54:23.195ZMay 15 14:54:21.638 INFO Download complete, target: Clickhouse
17512026-05-15T14:54:26.284ZMay 15 14:54:24.801 INFO Checking that binary works, target: Cockroach
17522026-05-15T14:54:26.411ZMay 15 14:54:24.910 INFO Download complete, target: Cockroach
17532026-05-15T14:54:26.454ZAll builder prerequisites installed successfully, and PATH looks valid
17542026-05-15T14:54:26.454Z
17552026-05-15T14:54:26.454Zreal 2:18.389062477
17562026-05-15T14:54:26.454Zuser 6:53.340584845
17572026-05-15T14:54:26.454Zsys 1:22.109413719
17582026-05-15T14:54:26.454Ztrap 0.223611499
17592026-05-15T14:54:26.454Ztflt 0.658138779
17602026-05-15T14:54:26.454Zdflt 0.582526148
17612026-05-15T14:54:26.454Zkflt 0.022172233
17622026-05-15T14:54:26.454Zlock 22:11.084145733
17632026-05-15T14:54:26.454Zslp 21:21.010101385
17642026-05-15T14:54:26.454Zlat 43.580894096
17652026-05-15T14:54:26.454Zstop 1:51.900496135
17662026-05-15T14:54:26.454Z+ banner hack-check
17672026-05-15T14:54:26.454Z
17682026-05-15T14:54:26.454Z # # ## #### # # #### # # ###### #### # #
17692026-05-15T14:54:26.454Z # # # # # # # # # # # # # # # # #
17702026-05-15T14:54:26.454Z ###### # # # #### ##### # ###### ##### # ####
17712026-05-15T14:54:26.454Z # # ###### # # # # # # # # # #
17722026-05-15T14:54:26.454Z # # # # # # # # # # # # # # # # #
17732026-05-15T14:54:26.454Z # # # # #### # # #### # # ###### #### # #
17742026-05-15T14:54:26.454Z
17752026-05-15T14:54:26.454Z+ export CARGO_INCREMENTAL=0
17762026-05-15T14:54:26.454Z+ CARGO_INCREMENTAL=0
17772026-05-15T14:54:26.454Z+ ptime -m timeout 2h cargo xtask check-features --ci
17782026-05-15T14:54:26.962Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17792026-05-15T14:54:27.161Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17802026-05-15T14:54:28.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
17812026-05-15T14:54:29.084Z Running `target/debug/xtask check-features --ci`
17822026-05-15T14:54:29.111Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17832026-05-15T14:54:29.114Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17842026-05-15T14:54:29.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17852026-05-15T14:54:29.627Z Running `target/debug/xtask download cargo-hack`
17862026-05-15T14:54:30.408Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17872026-05-15T14:54:30.722Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17882026-05-15T14:54:33.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s
17892026-05-15T14:54:33.343Z Running `target/debug/xtask-downloader cargo-hack`
17902026-05-15T14:54:33.385ZMay 15 14:54:31.910 INFO Starting download, target: CargoHack
17912026-05-15T14:54:33.387ZMay 15 14:54:31.910 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17922026-05-15T14:54:34.036ZMay 15 14:54:32.560 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17932026-05-15T14:54:34.086ZMay 15 14:54:32.610 INFO Download complete, target: CargoHack
17942026-05-15T14:54:34.089Zrunning: "/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"
17952026-05-15T14:54:34.102Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17962026-05-15T14:54:34.255Zinfo: running `cargo check --bins` on api_identity (1/274)
17972026-05-15T14:54:34.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17982026-05-15T14:54:34.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17992026-05-15T14:54:34.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18002026-05-15T14:54:34.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18012026-05-15T14:54:34.842Z
18022026-05-15T14:54:34.842Zinfo: running `cargo check --bins` on bootstore (2/274)
18032026-05-15T14:54:35.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18042026-05-15T14:54:35.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18052026-05-15T14:54:35.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18062026-05-15T14:54:35.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18072026-05-15T14:54:35.407Z
18082026-05-15T14:54:35.407Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
18092026-05-15T14:54:35.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18102026-05-15T14:54:35.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18112026-05-15T14:54:35.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18122026-05-15T14:54:35.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18132026-05-15T14:54:35.979Z
18142026-05-15T14:54:35.979Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
18152026-05-15T14:54:36.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18162026-05-15T14:54:36.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18172026-05-15T14:54:36.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18182026-05-15T14:54:36.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18192026-05-15T14:54:36.554Z
18202026-05-15T14:54:36.554Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18212026-05-15T14:54:37.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18222026-05-15T14:54:37.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18232026-05-15T14:54:37.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18242026-05-15T14:54:37.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18252026-05-15T14:54:37.128Z
18262026-05-15T14:54:37.128Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18272026-05-15T14:54:37.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282026-05-15T14:54:37.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292026-05-15T14:54:37.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302026-05-15T14:54:37.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18312026-05-15T14:54:37.721Z
18322026-05-15T14:54:37.721Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18332026-05-15T14:54:38.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342026-05-15T14:54:38.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352026-05-15T14:54:38.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362026-05-15T14:54:38.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18372026-05-15T14:54:38.307Z
18382026-05-15T14:54:38.307Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18392026-05-15T14:54:38.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402026-05-15T14:54:38.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412026-05-15T14:54:38.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422026-05-15T14:54:38.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18432026-05-15T14:54:38.894Z
18442026-05-15T14:54:38.894Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18452026-05-15T14:54:39.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462026-05-15T14:54:39.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472026-05-15T14:54:39.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482026-05-15T14:54:39.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18492026-05-15T14:54:39.348Z
18502026-05-15T14:54:39.348Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18512026-05-15T14:54:39.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522026-05-15T14:54:39.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532026-05-15T14:54:39.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542026-05-15T14:54:39.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18552026-05-15T14:54:39.810Z
18562026-05-15T14:54:39.811Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18572026-05-15T14:54:40.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582026-05-15T14:54:40.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592026-05-15T14:54:40.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602026-05-15T14:54:40.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18612026-05-15T14:54:40.269Z
18622026-05-15T14:54:40.269Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18632026-05-15T14:54:40.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-05-15T14:54:40.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-05-15T14:54:40.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-05-15T14:54:40.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18672026-05-15T14:54:40.730Z
18682026-05-15T14:54:40.730Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18692026-05-15T14:54:41.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-05-15T14:54:41.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-05-15T14:54:41.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-05-15T14:54:41.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18732026-05-15T14:54:41.187Z
18742026-05-15T14:54:41.187Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
18752026-05-15T14:54:41.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-05-15T14:54:41.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-05-15T14:54:41.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-05-15T14:54:41.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18792026-05-15T14:54:41.654Z
18802026-05-15T14:54:41.655Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
18812026-05-15T14:54:42.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-05-15T14:54:42.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-05-15T14:54:42.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-05-15T14:54:42.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18852026-05-15T14:54:42.106Z
18862026-05-15T14:54:42.106Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
18872026-05-15T14:54:42.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-05-15T14:54:42.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-05-15T14:54:42.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-05-15T14:54:42.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18912026-05-15T14:54:42.571Z
18922026-05-15T14:54:42.571Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
18932026-05-15T14:54:42.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-05-15T14:54:42.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-05-15T14:54:42.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-05-15T14:54:42.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18972026-05-15T14:54:43.027Z
18982026-05-15T14:54:43.027Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
18992026-05-15T14:54:43.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-05-15T14:54:43.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-05-15T14:54:43.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-05-15T14:54:43.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19032026-05-15T14:54:43.486Z
19042026-05-15T14:54:43.486Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
19052026-05-15T14:54:43.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-05-15T14:54:43.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-05-15T14:54:43.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-05-15T14:54:43.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19092026-05-15T14:54:43.942Z
19102026-05-15T14:54:43.942Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
19112026-05-15T14:54:44.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-05-15T14:54:44.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-05-15T14:54:44.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-05-15T14:54:44.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19152026-05-15T14:54:44.401Z
19162026-05-15T14:54:44.401Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19172026-05-15T14:54:44.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-05-15T14:54:44.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-05-15T14:54:44.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-05-15T14:54:44.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19212026-05-15T14:54:44.866Z
19222026-05-15T14:54:44.866Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19232026-05-15T14:54:45.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-05-15T14:54:45.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-05-15T14:54:45.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-05-15T14:54:45.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19272026-05-15T14:54:45.324Z
19282026-05-15T14:54:45.324Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19292026-05-15T14:54:45.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-05-15T14:54:45.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-05-15T14:54:45.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-05-15T14:54:45.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19332026-05-15T14:54:45.788Z
19342026-05-15T14:54:45.788Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19352026-05-15T14:54:46.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-05-15T14:54:46.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-05-15T14:54:46.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-05-15T14:54:46.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19392026-05-15T14:54:46.254Z
19402026-05-15T14:54:46.254Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19412026-05-15T14:54:46.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-05-15T14:54:46.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-05-15T14:54:46.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-05-15T14:54:46.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19452026-05-15T14:54:46.713Z
19462026-05-15T14:54:46.713Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19472026-05-15T14:54:47.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-05-15T14:54:47.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-05-15T14:54:47.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-05-15T14:54:47.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19512026-05-15T14:54:47.175Z
19522026-05-15T14:54:47.175Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19532026-05-15T14:54:47.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-05-15T14:54:47.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-05-15T14:54:47.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-05-15T14:54:47.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19572026-05-15T14:54:47.638Z
19582026-05-15T14:54:47.638Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19592026-05-15T14:54:48.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-05-15T14:54:48.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-05-15T14:54:48.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-05-15T14:54:48.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19632026-05-15T14:54:48.099Z
19642026-05-15T14:54:48.099Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19652026-05-15T14:54:48.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-05-15T14:54:48.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-05-15T14:54:48.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-05-15T14:54:48.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19692026-05-15T14:54:48.559Z
19702026-05-15T14:54:48.559Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19712026-05-15T14:54:48.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-05-15T14:54:48.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-05-15T14:54:48.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-05-15T14:54:48.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19752026-05-15T14:54:49.021Z
19762026-05-15T14:54:49.021Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
19772026-05-15T14:54:49.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-05-15T14:54:49.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-05-15T14:54:49.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-05-15T14:54:49.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19812026-05-15T14:54:49.486Z
19822026-05-15T14:54:49.486Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
19832026-05-15T14:54:49.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-05-15T14:54:49.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-05-15T14:54:49.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-05-15T14:54:49.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19872026-05-15T14:54:49.946Z
19882026-05-15T14:54:49.946Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
19892026-05-15T14:54:50.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-05-15T14:54:50.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-05-15T14:54:50.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-05-15T14:54:50.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19932026-05-15T14:54:50.404Z
19942026-05-15T14:54:50.404Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
19952026-05-15T14:54:50.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-05-15T14:54:50.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-05-15T14:54:50.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-05-15T14:54:50.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19992026-05-15T14:54:50.866Z
20002026-05-15T14:54:50.866Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
20012026-05-15T14:54:51.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-05-15T14:54:51.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-05-15T14:54:51.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-05-15T14:54:51.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20052026-05-15T14:54:51.330Z
20062026-05-15T14:54:51.330Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
20072026-05-15T14:54:51.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-05-15T14:54:51.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-05-15T14:54:51.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-05-15T14:54:51.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20112026-05-15T14:54:51.794Z
20122026-05-15T14:54:51.794Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
20132026-05-15T14:54:52.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-05-15T14:54:52.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-05-15T14:54:52.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-05-15T14:54:52.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20172026-05-15T14:54:52.254Z
20182026-05-15T14:54:52.254Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20192026-05-15T14:54:52.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-05-15T14:54:52.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-05-15T14:54:52.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-05-15T14:54:52.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20232026-05-15T14:54:52.715Z
20242026-05-15T14:54:52.715Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20252026-05-15T14:54:53.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-05-15T14:54:53.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-05-15T14:54:53.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-05-15T14:54:53.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20292026-05-15T14:54:53.172Z
20302026-05-15T14:54:53.172Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20312026-05-15T14:54:53.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-05-15T14:54:53.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-05-15T14:54:53.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-05-15T14:54:53.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20352026-05-15T14:54:53.632Z
20362026-05-15T14:54:53.632Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20372026-05-15T14:54:54.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-05-15T14:54:54.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-05-15T14:54:54.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-05-15T14:54:54.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20412026-05-15T14:54:54.092Z
20422026-05-15T14:54:54.092Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20432026-05-15T14:54:54.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-05-15T14:54:54.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-05-15T14:54:54.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-05-15T14:54:54.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20472026-05-15T14:54:54.552Z
20482026-05-15T14:54:54.552Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20492026-05-15T14:54:54.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-05-15T14:54:54.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-05-15T14:54:54.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-05-15T14:54:54.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20532026-05-15T14:54:55.013Z
20542026-05-15T14:54:55.013Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20552026-05-15T14:54:55.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-05-15T14:54:55.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-05-15T14:54:55.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-05-15T14:54:55.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20592026-05-15T14:54:55.478Z
20602026-05-15T14:54:55.479Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20612026-05-15T14:54:55.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-05-15T14:54:55.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-05-15T14:54:55.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-05-15T14:54:55.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20652026-05-15T14:54:55.940Z
20662026-05-15T14:54:55.940Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20672026-05-15T14:54:56.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-05-15T14:54:56.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-05-15T14:54:56.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-05-15T14:54:56.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20712026-05-15T14:54:56.408Z
20722026-05-15T14:54:56.408Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
20732026-05-15T14:54:56.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-05-15T14:54:56.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-05-15T14:54:56.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-05-15T14:54:56.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20772026-05-15T14:54:56.883Z
20782026-05-15T14:54:56.883Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
20792026-05-15T14:54:57.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-05-15T14:54:57.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-05-15T14:54:57.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-05-15T14:54:57.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20832026-05-15T14:54:57.346Z
20842026-05-15T14:54:57.346Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
20852026-05-15T14:54:57.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-05-15T14:54:57.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-05-15T14:54:57.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-05-15T14:54:57.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20892026-05-15T14:54:57.970Z
20902026-05-15T14:54:57.970Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
20912026-05-15T14:54:58.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-05-15T14:54:58.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-05-15T14:54:58.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-05-15T14:54:58.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20952026-05-15T14:54:58.601Z
20962026-05-15T14:54:58.601Zinfo: running `cargo check --bins` on nexus-config (51/274)
20972026-05-15T14:54:59.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-05-15T14:54:59.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-05-15T14:54:59.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-05-15T14:54:59.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21012026-05-15T14:54:59.226Z
21022026-05-15T14:54:59.226Zinfo: running `cargo check --bins` on nexus-types (52/274)
21032026-05-15T14:54:59.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-05-15T14:54:59.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-05-15T14:54:59.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-05-15T14:54:59.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21072026-05-15T14:54:59.851Z
21082026-05-15T14:54:59.851Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
21092026-05-15T14:55:00.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-05-15T14:55:00.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-05-15T14:55:00.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-05-15T14:55:00.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21132026-05-15T14:55:00.447Z
21142026-05-15T14:55:00.447Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
21152026-05-15T14:55:00.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-05-15T14:55:00.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-05-15T14:55:00.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-05-15T14:55:00.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21192026-05-15T14:55:01.025Z
21202026-05-15T14:55:01.025Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21212026-05-15T14:55:01.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-05-15T14:55:01.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-05-15T14:55:01.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-05-15T14:55:01.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21252026-05-15T14:55:01.625Z
21262026-05-15T14:55:01.625Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21272026-05-15T14:55:02.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-05-15T14:55:02.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-05-15T14:55:02.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-05-15T14:55:02.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21312026-05-15T14:55:02.219Z
21322026-05-15T14:55:02.219Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21332026-05-15T14:55:02.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-05-15T14:55:02.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-05-15T14:55:02.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-05-15T14:55:02.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21372026-05-15T14:55:02.814Z
21382026-05-15T14:55:02.814Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21392026-05-15T14:55:03.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-05-15T14:55:03.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-05-15T14:55:03.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-05-15T14:55:03.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21432026-05-15T14:55:03.413Z
21442026-05-15T14:55:03.413Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21452026-05-15T14:55:03.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-05-15T14:55:03.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-05-15T14:55:03.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-05-15T14:55:03.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21492026-05-15T14:55:03.993Z
21502026-05-15T14:55:03.993Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21512026-05-15T14:55:04.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-05-15T14:55:04.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-05-15T14:55:04.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-05-15T14:55:04.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21552026-05-15T14:55:04.570Z
21562026-05-15T14:55:04.570Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21572026-05-15T14:55:05.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-05-15T14:55:05.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-05-15T14:55:05.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-05-15T14:55:05.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21612026-05-15T14:55:05.144Z
21622026-05-15T14:55:05.144Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21632026-05-15T14:55:05.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-05-15T14:55:05.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-05-15T14:55:05.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-05-15T14:55:05.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21672026-05-15T14:55:05.725Z
21682026-05-15T14:55:05.725Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21692026-05-15T14:55:06.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-05-15T14:55:06.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-05-15T14:55:06.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-05-15T14:55:06.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21732026-05-15T14:55:06.318Z
21742026-05-15T14:55:06.318Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
21752026-05-15T14:55:06.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-05-15T14:55:06.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-05-15T14:55:06.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-05-15T14:55:06.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21792026-05-15T14:55:06.911Z
21802026-05-15T14:55:06.911Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
21812026-05-15T14:55:07.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-05-15T14:55:07.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-05-15T14:55:07.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-05-15T14:55:07.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21852026-05-15T14:55:07.484Z
21862026-05-15T14:55:07.484Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
21872026-05-15T14:55:07.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-05-15T14:55:07.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-05-15T14:55:07.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-05-15T14:55:07.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21912026-05-15T14:55:08.061Z
21922026-05-15T14:55:08.061Zinfo: running `cargo check --bins` on ereport-types (67/274)
21932026-05-15T14:55:08.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-05-15T14:55:08.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-05-15T14:55:08.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-05-15T14:55:08.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21972026-05-15T14:55:08.650Z
21982026-05-15T14:55:08.650Zinfo: running `cargo check --bins` on gateway-client (68/274)
21992026-05-15T14:55:09.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-05-15T14:55:09.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-05-15T14:55:09.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-05-15T14:55:09.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22032026-05-15T14:55:09.242Z
22042026-05-15T14:55:09.242Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
22052026-05-15T14:55:09.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-05-15T14:55:09.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-05-15T14:55:09.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-05-15T14:55:09.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22092026-05-15T14:55:09.832Z
22102026-05-15T14:55:09.832Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
22112026-05-15T14:55:10.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-05-15T14:55:10.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-05-15T14:55:10.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-05-15T14:55:10.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22152026-05-15T14:55:10.422Z
22162026-05-15T14:55:10.422Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22172026-05-15T14:55:10.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-05-15T14:55:10.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-05-15T14:55:10.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-05-15T14:55:10.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22212026-05-15T14:55:11.012Z
22222026-05-15T14:55:11.012Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22232026-05-15T14:55:11.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-05-15T14:55:11.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-05-15T14:55:11.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-05-15T14:55:11.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22272026-05-15T14:55:11.603Z
22282026-05-15T14:55:11.603Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22292026-05-15T14:55:12.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-05-15T14:55:12.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-05-15T14:55:12.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-05-15T14:55:12.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22332026-05-15T14:55:12.209Z
22342026-05-15T14:55:12.209Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22352026-05-15T14:55:12.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-05-15T14:55:12.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-05-15T14:55:12.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382026-05-15T14:55:12.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22392026-05-15T14:55:12.811Z
22402026-05-15T14:55:12.811Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22412026-05-15T14:55:13.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422026-05-15T14:55:13.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432026-05-15T14:55:13.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442026-05-15T14:55:13.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22452026-05-15T14:55:13.389Z
22462026-05-15T14:55:13.389Zinfo: running `cargo check --bins` on oxlog (76/274)
22472026-05-15T14:55:13.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482026-05-15T14:55:13.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492026-05-15T14:55:13.993Z Checking cfg-if v1.0.4
22502026-05-15T14:55:13.996Z Checking libc v0.2.185
22512026-05-15T14:55:13.996Z Checking serde_core v1.0.228
22522026-05-15T14:55:14.111Z Checking zeroize v1.8.2
22532026-05-15T14:55:14.119Z Checking memchr v2.8.0
22542026-05-15T14:55:14.127Z Checking log v0.4.29
22552026-05-15T14:55:14.136Z Checking smallvec v1.15.1
22562026-05-15T14:55:14.147Z Checking typenum v1.19.0
22572026-05-15T14:55:14.147Z Checking subtle v2.6.1
22582026-05-15T14:55:14.248Z Checking itoa v1.0.17
22592026-05-15T14:55:14.282Z Checking scopeguard v1.2.0
22602026-05-15T14:55:14.298Z Checking stable_deref_trait v1.2.1
22612026-05-15T14:55:14.310Z Checking const-oid v0.9.6
22622026-05-15T14:55:14.369Z Checking zerofrom v0.1.6
22632026-05-15T14:55:14.382Z Checking lock_api v0.4.14
22642026-05-15T14:55:14.394Z Checking pin-project-lite v0.2.17
22652026-05-15T14:55:14.479Z Checking yoke v0.8.1
22662026-05-15T14:55:14.496Z Checking portable-atomic v1.13.1
22672026-05-15T14:55:14.503Z Checking getrandom v0.2.17
22682026-05-15T14:55:14.503Z Checking errno v0.3.14
22692026-05-15T14:55:14.573Z Checking parking_lot_core v0.9.12
22702026-05-15T14:55:14.614Z Checking signal-hook-registry v1.4.8
22712026-05-15T14:55:14.641Z Checking zerovec v0.11.5
22722026-05-15T14:55:14.651Z Checking rand_core v0.6.4
22732026-05-15T14:55:14.661Z Checking generic-array v0.14.7
22742026-05-15T14:55:14.753Z Checking critical-section v1.2.0
22752026-05-15T14:55:14.768Z Checking futures-core v0.3.32
22762026-05-15T14:55:14.820Z Checking parking_lot v0.12.5
22772026-05-15T14:55:14.851Z Checking mio v1.2.0
22782026-05-15T14:55:14.882Z Checking once_cell v1.21.3
22792026-05-15T14:55:14.893Z Checking zerocopy v0.8.40
22802026-05-15T14:55:14.979Z Checking zmij v1.0.21
22812026-05-15T14:55:14.998Z Checking socket2 v0.6.3
22822026-05-15T14:55:15.046Z Checking libm v0.2.16
22832026-05-15T14:55:15.061Z Checking tinystr v0.8.2
22842026-05-15T14:55:15.092Z Checking crypto-common v0.1.7
22852026-05-15T14:55:15.122Z Checking block-buffer v0.10.4
22862026-05-15T14:55:15.184Z Checking litemap v0.8.1
22872026-05-15T14:55:15.211Z Checking writeable v0.6.2
22882026-05-15T14:55:15.231Z Checking equivalent v1.0.2
22892026-05-15T14:55:15.234Z Checking percent-encoding v2.3.2
22902026-05-15T14:55:15.256Z Checking digest v0.10.7
22912026-05-15T14:55:15.313Z Checking potential_utf v0.1.4
22922026-05-15T14:55:15.351Z Checking zerotrie v0.2.3
22932026-05-15T14:55:15.364Z Checking icu_locale_core v2.1.1
22942026-05-15T14:55:15.378Z Checking futures-sink v0.3.32
22952026-05-15T14:55:15.437Z Checking icu_collections v2.1.1
22962026-05-15T14:55:15.456Z Checking futures-task v0.3.32
22972026-05-15T14:55:15.474Z Checking futures-channel v0.3.32
22982026-05-15T14:55:15.575Z Checking serde v1.0.228
22992026-05-15T14:55:15.589Z Checking bitflags v2.11.0
23002026-05-15T14:55:15.596Z Checking serde_json v1.0.149
23012026-05-15T14:55:15.660Z Checking futures-io v0.3.32
23022026-05-15T14:55:15.729Z Checking cpufeatures v0.2.17
23032026-05-15T14:55:15.741Z Checking num-traits v0.2.19
23042026-05-15T14:55:15.749Z Checking slab v0.4.12
23052026-05-15T14:55:15.796Z Checking hmac v0.12.1
23062026-05-15T14:55:15.799Z Checking icu_normalizer_data v2.1.1
23072026-05-15T14:55:15.876Z Checking icu_properties_data v2.1.2
23082026-05-15T14:55:15.910Z Checking icu_provider v2.1.1
23092026-05-15T14:55:15.922Z Checking hashbrown v0.17.0
23102026-05-15T14:55:15.935Z Checking futures-util v0.3.32
23112026-05-15T14:55:15.972Z Checking bytes v1.11.1
23122026-05-15T14:55:16.005Z Checking rand_core v0.10.0
23132026-05-15T14:55:16.138Z Checking getrandom v0.4.1
23142026-05-15T14:55:16.142Z Checking icu_properties v2.1.2
23152026-05-15T14:55:16.261Z Checking icu_normalizer v2.1.1
23162026-05-15T14:55:16.282Z Checking block-padding v0.3.3
23172026-05-15T14:55:16.296Z Checking utf8_iter v1.0.4
23182026-05-15T14:55:16.373Z Checking indexmap v2.14.0
23192026-05-15T14:55:16.402Z Checking tokio v1.52.1
23202026-05-15T14:55:16.414Z Checking inout v0.1.4
23212026-05-15T14:55:16.423Z Checking sha2 v0.10.9
23222026-05-15T14:55:16.548Z Checking cipher v0.4.4
23232026-05-15T14:55:16.560Z Checking form_urlencoded v1.2.2
23242026-05-15T14:55:16.683Z Checking getrandom v0.3.4
23252026-05-15T14:55:16.695Z Checking byteorder v1.5.0
23262026-05-15T14:55:16.750Z Checking fnv v1.0.7
23272026-05-15T14:55:16.826Z Checking base64ct v1.8.3
23282026-05-15T14:55:16.845Z Checking flagset v0.4.7
23292026-05-15T14:55:16.887Z Checking rand_core v0.9.5
23302026-05-15T14:55:16.920Z Checking http v1.4.0
23312026-05-15T14:55:16.954Z Checking idna_adapter v1.2.1
23322026-05-15T14:55:16.966Z Checking regex-syntax v0.8.10
23332026-05-15T14:55:17.051Z Checking pem-rfc7468 v0.7.0
23342026-05-15T14:55:17.064Z Checking salsa20 v0.10.2
23352026-05-15T14:55:17.075Z Checking idna v1.1.0
23362026-05-15T14:55:17.191Z Checking uuid v1.23.0
23372026-05-15T14:55:17.206Z Checking der v0.7.10
23382026-05-15T14:55:17.312Z Checking url v2.5.8
23392026-05-15T14:55:17.471Z Checking pbkdf2 v0.12.2
23402026-05-15T14:55:17.501Z Checking rustix v1.1.3
23412026-05-15T14:55:17.584Z Checking tracing-core v0.1.36
23422026-05-15T14:55:17.626Z Checking ppv-lite86 v0.2.21
23432026-05-15T14:55:17.750Z Checking rustls-pki-types v1.14.0
23442026-05-15T14:55:17.818Z Checking base64 v0.22.1
23452026-05-15T14:55:17.884Z Checking iana-time-zone v0.1.65
23462026-05-15T14:55:17.915Z Checking rand_chacha v0.9.0
23472026-05-15T14:55:17.931Z Checking spki v0.7.3
23482026-05-15T14:55:17.990Z Checking chrono v0.4.44
23492026-05-15T14:55:18.035Z Checking tracing v0.1.44
23502026-05-15T14:55:18.052Z Checking scrypt v0.11.0
23512026-05-15T14:55:18.091Z Checking http-body v1.0.1
23522026-05-15T14:55:18.110Z Checking cbc v0.1.2
23532026-05-15T14:55:18.191Z Checking aes v0.8.4
23542026-05-15T14:55:18.221Z Checking aws-lc-sys v0.40.0
23552026-05-15T14:55:18.236Z Checking untrusted v0.7.1
23562026-05-15T14:55:18.247Z Checking tinyvec_macros v0.1.1
23572026-05-15T14:55:18.260Z Checking openssl-probe v0.2.1
23582026-05-15T14:55:18.310Z Checking untrusted v0.9.0
23592026-05-15T14:55:18.330Z Checking tinyvec v1.10.0
23602026-05-15T14:55:18.348Z Checking rand v0.9.2
23612026-05-15T14:55:18.361Z Checking tower-service v0.3.3
23622026-05-15T14:55:18.414Z Checking ring v0.17.14
23632026-05-15T14:55:18.449Z Checking tower-layer v0.3.3
23642026-05-15T14:55:18.567Z Checking pkcs5 v0.7.1
23652026-05-15T14:55:18.600Z Checking atomic-waker v1.1.2
23662026-05-15T14:55:18.647Z Checking try-lock v0.2.5
23672026-05-15T14:55:18.702Z Checking ipnet v2.11.0
23682026-05-15T14:55:18.740Z Checking aws-lc-rs v1.16.3
23692026-05-15T14:55:18.752Z Checking want v0.3.1
23702026-05-15T14:55:18.827Z Checking pkcs8 v0.10.2
23712026-05-15T14:55:18.827Z Checking httparse v1.10.1
23722026-05-15T14:55:18.855Z Checking aho-corasick v1.1.4
23732026-05-15T14:55:18.871Z Checking fastrand v2.3.0
23742026-05-15T14:55:18.964Z Checking httpdate v1.0.3
23752026-05-15T14:55:19.004Z Checking foreign-types-shared v0.1.1
23762026-05-15T14:55:19.048Z Checking pin-utils v0.1.0
23772026-05-15T14:55:19.051Z Checking dyn-clone v1.0.20
23782026-05-15T14:55:19.087Z Checking plain v0.2.3
23792026-05-15T14:55:19.109Z Checking foreign-types v0.3.2
23802026-05-15T14:55:19.121Z Checking tempfile v3.25.0
23812026-05-15T14:55:19.154Z Checking unicode-normalization v0.1.25
23822026-05-15T14:55:19.196Z Checking semver v1.0.28
23832026-05-15T14:55:19.199Z Checking openssl-sys v0.9.115
23842026-05-15T14:55:19.307Z Checking spin v0.9.8
23852026-05-15T14:55:19.384Z Checking ucd-trie v0.1.7
23862026-05-15T14:55:19.428Z Checking unicode-ident v1.0.24
23872026-05-15T14:55:19.492Z Checking schemars v0.8.22
23882026-05-15T14:55:19.517Z Checking pest v2.8.6
23892026-05-15T14:55:19.531Z Checking regex-automata v0.4.14
23902026-05-15T14:55:19.542Z Checking proc-macro2 v1.0.106
23912026-05-15T14:55:19.554Z Checking rustls-native-certs v0.8.3
23922026-05-15T14:55:19.566Z Checking openssl v0.10.79
23932026-05-15T14:55:19.590Z Checking rustls-webpki v0.103.9
23942026-05-15T14:55:19.647Z Checking tokio-util v0.7.18
23952026-05-15T14:55:19.675Z Checking thiserror v2.0.18
23962026-05-15T14:55:19.775Z Checking sync_wrapper v1.0.2
23972026-05-15T14:55:19.844Z Checking wait-timeout v0.2.1
23982026-05-15T14:55:19.875Z Checking anstyle v1.0.13
23992026-05-15T14:55:19.957Z Checking utf8parse v0.2.2
24002026-05-15T14:55:20.003Z Checking rustls v0.23.37
24012026-05-15T14:55:20.051Z Checking siphasher v1.0.2
24022026-05-15T14:55:20.063Z Checking powerfmt v0.2.0
24032026-05-15T14:55:20.136Z Checking simd-adler32 v0.3.8
24042026-05-15T14:55:20.201Z Checking quick-error v1.2.3
24052026-05-15T14:55:20.212Z Checking bit-vec v0.8.0
24062026-05-15T14:55:20.253Z Checking h2 v0.4.13
24072026-05-15T14:55:20.299Z Checking pretty-hex v0.4.1
24082026-05-15T14:55:20.314Z Checking rusty-fork v0.3.1
24092026-05-15T14:55:20.402Z Checking bit-set v0.8.0
24102026-05-15T14:55:20.417Z Checking deranged v0.5.8
24112026-05-15T14:55:20.473Z Checking anstyle-parse v0.2.7
24122026-05-15T14:55:20.547Z Checking tower v0.5.3
24132026-05-15T14:55:20.569Z Checking quote v1.0.45
24142026-05-15T14:55:20.619Z Compiling newtype-uuid v1.3.2
24152026-05-15T14:55:20.738Z Checking http-body-util v0.1.3
24162026-05-15T14:55:20.797Z Checking crossbeam-utils v0.8.21
24172026-05-15T14:55:20.917Z Checking webpki-roots v1.0.6
24182026-05-15T14:55:20.950Z Checking rand_xorshift v0.4.0
24192026-05-15T14:55:21.032Z Checking crc32fast v1.5.0
24202026-05-15T14:55:21.066Z Checking scroll v0.13.0
24212026-05-15T14:55:21.126Z Checking signature v2.2.0
24222026-05-15T14:55:21.172Z Checking num_threads v0.1.7
24232026-05-15T14:55:21.253Z Checking ryu v1.0.23
24242026-05-15T14:55:21.257Z Checking unicode-properties v0.1.4
24252026-05-15T14:55:21.287Z Checking adler2 v2.0.1
24262026-05-15T14:55:21.316Z Checking anstyle-query v1.1.5
24272026-05-15T14:55:21.337Z Checking num-conv v0.2.0
24282026-05-15T14:55:21.387Z Checking is_terminal_polyfill v1.70.2
24292026-05-15T14:55:21.399Z Checking iri-string v0.7.10
24302026-05-15T14:55:21.410Z Checking time-core v0.1.8
24312026-05-15T14:55:21.443Z Checking unarray v0.1.4
24322026-05-15T14:55:21.454Z Checking allocator-api2 v0.2.21
24332026-05-15T14:55:21.472Z Checking colorchoice v1.0.4
24342026-05-15T14:55:21.545Z Checking unicode-bidi v0.3.18
24352026-05-15T14:55:21.558Z Checking time v0.3.47
24362026-05-15T14:55:21.567Z Checking anstream v0.6.21
24372026-05-15T14:55:21.570Z Checking native-tls v0.2.18
24382026-05-15T14:55:21.729Z Checking proptest v1.10.0
24392026-05-15T14:55:21.753Z Checking tokio-native-tls v0.3.1
24402026-05-15T14:55:21.766Z Checking serde_urlencoded v0.7.1
24412026-05-15T14:55:21.829Z Checking stringprep v0.1.5
24422026-05-15T14:55:21.907Z Checking miniz_oxide v0.8.9
24432026-05-15T14:55:21.961Z Checking bstr v1.12.1
24442026-05-15T14:55:21.976Z Checking goblin v0.10.5
24452026-05-15T14:55:22.251Z Checking crossbeam-epoch v0.9.18
24462026-05-15T14:55:22.350Z Compiling daft v0.1.5
24472026-05-15T14:55:22.362Z Checking tokio-rustls v0.26.4
24482026-05-15T14:55:22.407Z Checking tower-http v0.6.8
24492026-05-15T14:55:22.470Z Checking syn v2.0.117
24502026-05-15T14:55:22.590Z Checking ipnetwork v0.21.1
24512026-05-15T14:55:22.625Z Checking rand_chacha v0.3.1
24522026-05-15T14:55:22.659Z Checking scroll v0.12.0
24532026-05-15T14:55:22.685Z Checking thiserror v1.0.69
24542026-05-15T14:55:22.775Z Checking zstd-sys v2.0.16+zstd.1.5.7
24552026-05-15T14:55:22.807Z Checking hash32 v0.2.1
24562026-05-15T14:55:22.829Z Checking num-integer v0.1.46
24572026-05-15T14:55:22.883Z Checking toml_datetime v0.6.11
24582026-05-15T14:55:22.883Z Checking serde_spanned v0.6.9
24592026-05-15T14:55:22.911Z Checking hyper v1.8.1
24602026-05-15T14:55:22.959Z Checking md-5 v0.10.6
24612026-05-15T14:55:23.013Z Checking ff v0.13.1
24622026-05-15T14:55:23.047Z Checking zlib-rs v0.6.2
24632026-05-15T14:55:23.063Z Checking fallible-iterator v0.2.0
24642026-05-15T14:55:23.089Z Checking base16ct v0.2.0
24652026-05-15T14:55:23.137Z Checking psl-types v2.0.11
24662026-05-15T14:55:23.210Z Compiling iddqd v0.3.18
24672026-05-15T14:55:23.250Z Checking publicsuffix v2.3.0
24682026-05-15T14:55:23.327Z Checking postgres-protocol v0.6.10
24692026-05-15T14:55:23.408Z Checking sec1 v0.7.3
24702026-05-15T14:55:23.632Z Checking group v0.13.0
24712026-05-15T14:55:23.641Z Checking num-iter v0.1.45
24722026-05-15T14:55:23.686Z Checking heapless v0.7.17
24732026-05-15T14:55:23.750Z Checking zstd-safe v7.2.4
24742026-05-15T14:55:23.772Z Checking goblin v0.8.2
24752026-05-15T14:55:23.842Z Checking hyper-util v0.1.20
24762026-05-15T14:55:23.913Z Checking rand v0.8.6
24772026-05-15T14:55:23.941Z Checking flate2 v1.1.9
24782026-05-15T14:55:24.097Z Checking oxnet v0.1.4
24792026-05-15T14:55:24.241Z Checking cookie v0.18.1
24802026-05-15T14:55:24.311Z Checking dof v0.4.0
24812026-05-15T14:55:24.332Z Checking dtrace-parser v0.3.0
24822026-05-15T14:55:24.346Z Checking phf_shared v0.13.1
24832026-05-15T14:55:24.422Z Checking lazy_static v1.5.0
24842026-05-15T14:55:24.466Z Checking zerocopy v0.7.35
24852026-05-15T14:55:24.506Z Checking pin-project v1.1.11
24862026-05-15T14:55:24.536Z Checking bzip2-sys v0.1.13+1.0.8
24872026-05-15T14:55:24.565Z Checking signal-hook v0.3.18
24882026-05-15T14:55:24.597Z Checking terminal_size v0.4.3
24892026-05-15T14:55:24.618Z Checking futures-executor v0.3.32
24902026-05-15T14:55:24.708Z Checking hex v0.4.3
24912026-05-15T14:55:24.745Z Checking hkdf v0.12.4
24922026-05-15T14:55:24.757Z Checking crypto-bigint v0.5.5
24932026-05-15T14:55:24.769Z Checking thread-id v5.1.0
24942026-05-15T14:55:24.846Z Checking encoding_rs v0.8.35
24952026-05-15T14:55:24.877Z Checking bumpalo v3.20.2
24962026-05-15T14:55:24.927Z Checking foldhash v0.1.5
24972026-05-15T14:55:24.940Z Checking strsim v0.11.1
24982026-05-15T14:55:24.969Z Checking either v1.15.0
24992026-05-15T14:55:25.056Z Checking winnow v0.7.14
25002026-05-15T14:55:25.075Z Checking foldhash v0.2.0
25012026-05-15T14:55:25.095Z Checking libbz2-rs-sys v0.2.2
25022026-05-15T14:55:25.105Z Checking hyper-rustls v0.27.7
25032026-05-15T14:55:25.134Z Checking hyper-tls v0.6.0
25042026-05-15T14:55:25.222Z Checking same-file v1.0.6
25052026-05-15T14:55:25.304Z Checking clap_lex v1.0.0
25062026-05-15T14:55:25.321Z Checking bitflags v1.3.2
25072026-05-15T14:55:25.337Z Checking managed v0.8.0
25082026-05-15T14:55:25.385Z Compiling rayon-core v1.13.0
25092026-05-15T14:55:25.460Z Checking winnow v0.5.40
25102026-05-15T14:55:25.486Z Checking mime v0.3.17
25112026-05-15T14:55:25.521Z Checking smoltcp v0.9.1
25122026-05-15T14:55:25.575Z Checking bzip2 v0.6.1
25132026-05-15T14:55:25.663Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25142026-05-15T14:55:25.679Z Checking elliptic-curve v0.13.8
25152026-05-15T14:55:25.683Z Checking dof v0.3.0
25162026-05-15T14:55:25.734Z Checking clap_builder v4.5.60
25172026-05-15T14:55:25.789Z Checking reqwest v0.12.28
25182026-05-15T14:55:25.852Z Checking walkdir v2.5.0
25192026-05-15T14:55:25.955Z Checking hashbrown v0.16.1
25202026-05-15T14:55:25.968Z Checking zopfli v0.8.3
25212026-05-15T14:55:26.013Z Checking hashbrown v0.15.5
25222026-05-15T14:55:26.107Z Checking usdt-impl v0.6.0
25232026-05-15T14:55:26.235Z Checking futures v0.3.32
25242026-05-15T14:55:26.294Z Checking signal-hook-mio v0.2.5
25252026-05-15T14:55:26.311Z Checking bzip2 v0.4.4
25262026-05-15T14:55:26.379Z Checking snafu v0.8.9
25272026-05-15T14:55:26.391Z Checking phf v0.13.1
25282026-05-15T14:55:26.444Z Checking num-bigint-dig v0.8.6
25292026-05-15T14:55:26.463Z Checking cookie_store v0.22.1
25302026-05-15T14:55:26.533Z Checking zstd v0.13.3
25312026-05-15T14:55:26.594Z Checking toml_edit v0.19.15
25322026-05-15T14:55:26.616Z Checking postgres-types v0.2.12
25332026-05-15T14:55:26.638Z Checking dtrace-parser v0.2.0
25342026-05-15T14:55:26.703Z Checking crossbeam-deque v0.8.6
25352026-05-15T14:55:26.718Z Checking rustls-platform-verifier v0.6.2
25362026-05-15T14:55:26.794Z Checking globset v0.4.18
25372026-05-15T14:55:26.858Z Checking regex v1.12.3
25382026-05-15T14:55:26.869Z Checking ed25519 v2.2.3
25392026-05-15T14:55:26.874Z Checking phf_shared v0.11.3
25402026-05-15T14:55:26.924Z Checking olpc-cjson v0.1.4
25412026-05-15T14:55:26.936Z Checking curve25519-dalek v4.1.3
25422026-05-15T14:55:27.011Z Checking ref-cast v1.0.25
25432026-05-15T14:55:27.038Z Checking strum v0.27.2
25442026-05-15T14:55:27.051Z Checking hubpack v0.1.2
25452026-05-15T14:55:27.063Z Checking memoffset v0.9.1
25462026-05-15T14:55:27.105Z Checking rustix v0.38.44
25472026-05-15T14:55:27.127Z Checking pkcs1 v0.7.5
25482026-05-15T14:55:27.140Z Checking pem v3.0.6
25492026-05-15T14:55:27.152Z Checking float-cmp v0.10.0
25502026-05-15T14:55:27.213Z Checking serde_plain v1.0.2
25512026-05-15T14:55:27.246Z Checking erased-serde v0.3.31
25522026-05-15T14:55:27.271Z Checking serde-big-array v0.5.1
25532026-05-15T14:55:27.289Z Checking rfc6979 v0.4.0
25542026-05-15T14:55:27.333Z Checking memmap2 v0.9.10
25552026-05-15T14:55:27.354Z Checking thread-id v4.2.2
25562026-05-15T14:55:27.399Z Checking env_filter v1.0.0
25572026-05-15T14:55:27.402Z Checking predicates-core v1.0.10
25582026-05-15T14:55:27.428Z Checking fixedbitset v0.4.2
25592026-05-15T14:55:27.494Z Checking rustc-hash v2.1.1
25602026-05-15T14:55:27.532Z Checking jiff v0.2.21
25612026-05-15T14:55:27.545Z Checking new_debug_unreachable v1.0.6
25622026-05-15T14:55:27.571Z Checking difflib v0.4.0
25632026-05-15T14:55:27.604Z Checking typed-path v0.9.3
25642026-05-15T14:55:27.608Z Checking fixedbitset v0.5.7
25652026-05-15T14:55:27.628Z Checking keccak v0.1.6
25662026-05-15T14:55:27.635Z Checking data-encoding v2.10.0
25672026-05-15T14:55:27.700Z Checking toml_write v0.1.2
25682026-05-15T14:55:27.746Z Checking whoami v2.1.0
25692026-05-15T14:55:27.786Z Checking static_assertions v1.1.0
25702026-05-15T14:55:27.804Z Checking precomputed-hash v0.1.1
25712026-05-15T14:55:27.854Z Checking unicode-segmentation v1.12.0
25722026-05-15T14:55:27.866Z Checking normalize-line-endings v0.3.0
25732026-05-15T14:55:27.885Z Checking string_cache v0.8.9
25742026-05-15T14:55:27.909Z Checking crossterm v0.28.1
25752026-05-15T14:55:27.918Z Checking hickory-proto v0.25.2
25762026-05-15T14:55:27.938Z Checking tokio-postgres v0.7.16
25772026-05-15T14:55:27.950Z Checking predicates v3.1.4
25782026-05-15T14:55:28.043Z Checking toml_edit v0.22.27
25792026-05-15T14:55:28.161Z Checking similar v2.7.0
25802026-05-15T14:55:28.247Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25812026-05-15T14:55:28.380Z Checking tough v0.22.0
25822026-05-15T14:55:28.540Z Checking petgraph v0.8.3
25832026-05-15T14:55:28.607Z Checking sha3 v0.10.8
25842026-05-15T14:55:28.816Z Checking ed25519-dalek v2.2.0
25852026-05-15T14:55:29.056Z Checking toml v0.7.8
25862026-05-15T14:55:29.133Z Checking slog v2.8.2
25872026-05-15T14:55:29.367Z Checking petgraph v0.6.5
25882026-05-15T14:55:29.394Z Checking env_logger v0.11.9
25892026-05-15T14:55:29.586Z Checking usdt v0.6.0
25902026-05-15T14:55:29.749Z Checking usdt-impl v0.5.0
25912026-05-15T14:55:29.776Z Checking zip v4.6.1
25922026-05-15T14:55:30.024Z Checking ecdsa v0.16.9
25932026-05-15T14:55:30.054Z Checking rsa v0.9.10
25942026-05-15T14:55:30.083Z Checking nix v0.31.2
25952026-05-15T14:55:30.355Z Checking clap v4.5.60
25962026-05-15T14:55:30.390Z Checking reqwest v0.13.2
25972026-05-15T14:55:30.434Z Checking zip v0.6.6
25982026-05-15T14:55:30.514Z Checking toml_parser v1.0.9+spec-1.1.0
25992026-05-15T14:55:30.543Z Checking itertools v0.13.0
26002026-05-15T14:55:30.591Z Checking serde_with v3.17.0
26012026-05-15T14:55:30.684Z Checking strum v0.26.3
26022026-05-15T14:55:30.700Z Checking fs-err v3.3.0
26032026-05-15T14:55:30.751Z Checking ahash v0.8.12
26042026-05-15T14:55:30.795Z Checking object v0.37.3
26052026-05-15T14:55:30.835Z Checking tokio-stream v0.1.18
26062026-05-15T14:55:30.944Z Checking buf-list v1.1.2
26072026-05-15T14:55:30.993Z Checking anyhow v1.0.102
26082026-05-15T14:55:31.073Z Checking camino v1.2.2
26092026-05-15T14:55:31.123Z Checking x509-cert v0.2.5
26102026-05-15T14:55:31.189Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26112026-05-15T14:55:31.217Z Checking openapiv3 v2.2.0
26122026-05-15T14:55:31.230Z Checking sha1 v0.10.6
26132026-05-15T14:55:31.318Z Checking toml_datetime v0.7.5+spec-1.1.0
26142026-05-15T14:55:31.386Z Checking lalrpop-util v0.19.12
26152026-05-15T14:55:31.447Z Checking peg-runtime v0.8.5
26162026-05-15T14:55:31.511Z Checking rayon v1.11.0
26172026-05-15T14:55:31.544Z Checking sigpipe v0.1.3
26182026-05-15T14:55:31.566Z Checking glob v0.3.3
26192026-05-15T14:55:33.006Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26202026-05-15T14:55:33.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.89s
26212026-05-15T14:55:33.444Z
26222026-05-15T14:55:33.444Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
26232026-05-15T14:55:33.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26242026-05-15T14:55:33.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26252026-05-15T14:55:33.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26262026-05-15T14:55:33.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26272026-05-15T14:55:34.048Z
26282026-05-15T14:55:34.048Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26292026-05-15T14:55:34.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302026-05-15T14:55:34.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312026-05-15T14:55:34.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322026-05-15T14:55:34.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26332026-05-15T14:55:34.637Z
26342026-05-15T14:55:34.637Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26352026-05-15T14:55:35.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362026-05-15T14:55:35.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372026-05-15T14:55:35.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382026-05-15T14:55:35.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26392026-05-15T14:55:35.241Z
26402026-05-15T14:55:35.241Zinfo: running `cargo check --bins` on oxql-types (80/274)
26412026-05-15T14:55:35.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422026-05-15T14:55:35.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432026-05-15T14:55:35.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442026-05-15T14:55:35.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26452026-05-15T14:55:35.838Z
26462026-05-15T14:55:35.838Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26472026-05-15T14:55:36.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482026-05-15T14:55:36.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492026-05-15T14:55:36.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502026-05-15T14:55:36.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26512026-05-15T14:55:36.438Z
26522026-05-15T14:55:36.438Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26532026-05-15T14:55:36.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542026-05-15T14:55:36.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552026-05-15T14:55:36.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562026-05-15T14:55:36.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26572026-05-15T14:55:37.030Z
26582026-05-15T14:55:37.030Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26592026-05-15T14:55:37.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602026-05-15T14:55:37.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612026-05-15T14:55:37.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622026-05-15T14:55:37.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26632026-05-15T14:55:37.612Z
26642026-05-15T14:55:37.612Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26652026-05-15T14:55:38.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662026-05-15T14:55:38.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672026-05-15T14:55:38.293Z Compiling structmeta-derive v0.3.0
26682026-05-15T14:55:38.409Z Compiling rustls v0.22.4
26692026-05-15T14:55:38.419Z Compiling multer v3.1.0
26702026-05-15T14:55:38.429Z Compiling async-stream-impl v0.3.6
26712026-05-15T14:55:38.432Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26722026-05-15T14:55:38.451Z Compiling dropshot v0.17.0
26732026-05-15T14:55:38.466Z Compiling dropshot_endpoint v0.17.0
26742026-05-15T14:55:38.466Z Compiling newtype-uuid-macros v0.1.0
26752026-05-15T14:55:38.585Z Checking newtype-uuid v1.3.2
26762026-05-15T14:55:38.647Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26772026-05-15T14:55:38.716Z Checking rustls-webpki v0.102.8
26782026-05-15T14:55:38.799Z Checking daft v0.1.5
26792026-05-15T14:55:38.815Z Checking thread_local v1.1.9
26802026-05-15T14:55:38.979Z Checking compression-core v0.4.31
26812026-05-15T14:55:39.013Z Checking match_cfg v0.1.0
26822026-05-15T14:55:39.038Z Checking iddqd v0.3.18
26832026-05-15T14:55:39.054Z Checking crossbeam-channel v0.5.15
26842026-05-15T14:55:39.079Z Checking hostname v0.3.1
26852026-05-15T14:55:39.103Z Checking compression-codecs v0.4.37
26862026-05-15T14:55:39.172Z Checking slog-json v2.6.1
26872026-05-15T14:55:39.217Z Checking is-terminal v0.4.17
26882026-05-15T14:55:39.266Z Checking toml_datetime v1.0.0+spec-1.1.0
26892026-05-15T14:55:39.306Z Checking serde_spanned v1.0.4
26902026-05-15T14:55:39.325Z Checking debug-ignore v1.0.5
26912026-05-15T14:55:39.380Z Checking toml_writer v1.0.6+spec-1.1.0
26922026-05-15T14:55:39.425Z Checking take_mut v0.2.2
26932026-05-15T14:55:39.436Z Checking term v1.2.1
26942026-05-15T14:55:39.466Z Compiling structmeta v0.3.0
26952026-05-15T14:55:39.469Z Checking slog-bunyan v2.5.0
26962026-05-15T14:55:39.527Z Checking slog-async v2.8.0
26972026-05-15T14:55:39.555Z Checking toml v1.0.6+spec-1.1.0
26982026-05-15T14:55:39.586Z Checking async-compression v0.4.41
26992026-05-15T14:55:39.650Z Checking slog-term v2.9.2
27002026-05-15T14:55:39.681Z Compiling derive-ex v0.1.8
27012026-05-15T14:55:39.698Z Compiling parse-display-derive v0.10.0
27022026-05-15T14:55:39.825Z Checking async-stream v0.3.6
27032026-05-15T14:55:39.885Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27042026-05-15T14:55:39.904Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27052026-05-15T14:55:39.952Z Checking progenitor-client v0.14.0
27062026-05-15T14:55:39.968Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27072026-05-15T14:55:40.108Z Checking waitgroup v0.1.2
27082026-05-15T14:55:40.125Z Checking backon v1.6.0
27092026-05-15T14:55:40.181Z Checking rustls-pemfile v2.2.0
27102026-05-15T14:55:40.220Z Checking serde_path_to_error v0.1.20
27112026-05-15T14:55:40.232Z Checking hostname v0.4.2
27122026-05-15T14:55:40.284Z Checking instant v0.1.13
27132026-05-15T14:55:40.369Z Checking backoff v0.4.0
27142026-05-15T14:55:40.495Z Checking progenitor-extras v0.2.0
27152026-05-15T14:55:40.507Z Checking tokio-rustls v0.25.0
27162026-05-15T14:55:40.521Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27172026-05-15T14:55:40.540Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27182026-05-15T14:55:40.722Z Checking itertools v0.14.0
27192026-05-15T14:55:40.735Z Checking progenitor-client v0.10.0
27202026-05-15T14:55:40.903Z Checking regress v0.10.5
27212026-05-15T14:55:40.952Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27222026-05-15T14:55:41.170Z Checking macaddr v1.0.1
27232026-05-15T14:55:41.347Z Compiling test-strategy v0.4.5
27242026-05-15T14:55:41.350Z Checking parse-display v0.10.0
27252026-05-15T14:55:42.470Z Compiling prettyplease v0.2.37
27262026-05-15T14:55:42.801Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27272026-05-15T14:55:42.917Z Checking num-rational v0.4.2
27282026-05-15T14:55:43.167Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27292026-05-15T14:55:43.372Z Checking num-complex v0.4.6
27302026-05-15T14:55:43.996Z Checking num v0.4.3
27312026-05-15T14:55:44.072Z Compiling usdt-macro v0.5.0
27322026-05-15T14:55:44.145Z Compiling usdt-attr-macro v0.5.0
27332026-05-15T14:55:44.229Z Checking memmap v0.7.0
27342026-05-15T14:55:44.264Z Compiling float-ord v0.3.2
27352026-05-15T14:55:44.367Z Compiling convert_case v0.4.0
27362026-05-15T14:55:44.380Z Checking unicode-width v0.2.0
27372026-05-15T14:55:44.636Z Checking console v0.15.11
27382026-05-15T14:55:44.757Z Compiling derive_more v0.99.20
27392026-05-15T14:55:44.814Z Checking newline-converter v0.3.0
27402026-05-15T14:55:44.916Z Checking atomicwrites v0.4.4
27412026-05-15T14:55:44.929Z Compiling toml v0.8.23
27422026-05-15T14:55:44.941Z Checking usdt v0.5.0
27432026-05-15T14:55:45.047Z Compiling minimal-lexical v0.2.1
27442026-05-15T14:55:45.107Z Checking linked-hash-map v0.5.6
27452026-05-15T14:55:45.275Z Checking lru-cache v0.1.2
27462026-05-15T14:55:45.299Z Compiling nom v7.1.3
27472026-05-15T14:55:45.397Z Checking expectorate v1.2.0
27482026-05-15T14:55:45.873Z Checking camino-tempfile v1.4.1
27492026-05-15T14:55:46.037Z Checking hickory-proto v0.24.4
27502026-05-15T14:55:46.052Z Checking phf_shared v0.12.1
27512026-05-15T14:55:46.195Z Compiling slog-dtrace v0.3.0
27522026-05-15T14:55:46.345Z Compiling chrono-tz v0.10.4
27532026-05-15T14:55:46.387Z Checking resolv-conf v0.7.6
27542026-05-15T14:55:46.527Z Checking heck v0.5.0
27552026-05-15T14:55:46.592Z Compiling const_format_proc_macros v0.2.34
27562026-05-15T14:55:46.621Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27572026-05-15T14:55:46.704Z Checking phf v0.12.1
27582026-05-15T14:55:46.762Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27592026-05-15T14:55:46.846Z Checking tokio-dtrace v0.1.1
27602026-05-15T14:55:47.033Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27612026-05-15T14:55:47.087Z Compiling derive-where v1.6.0
27622026-05-15T14:55:47.270Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27632026-05-15T14:55:47.396Z Checking highway v1.3.0
27642026-05-15T14:55:47.625Z Checking const_format v0.2.35
27652026-05-15T14:55:47.810Z Checking hickory-resolver v0.24.4
27662026-05-15T14:55:47.855Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27672026-05-15T14:55:48.126Z Checking oxide-tokio-rt v0.1.4
27682026-05-15T14:55:48.265Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27692026-05-15T14:55:48.402Z Checking gethostname v0.5.0
27702026-05-15T14:55:48.463Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27712026-05-15T14:55:48.483Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27722026-05-15T14:55:48.497Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27732026-05-15T14:55:48.528Z Checking qorb v0.4.1
27742026-05-15T14:55:48.553Z Checking bcs v0.1.6
27752026-05-15T14:55:48.716Z Checking termtree v0.5.1
27762026-05-15T14:55:51.966Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27772026-05-15T14:55:54.670Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27782026-05-15T14:55:56.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.17s
27792026-05-15T14:55:56.971Z
27802026-05-15T14:55:56.971Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27812026-05-15T14:55:57.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822026-05-15T14:55:57.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832026-05-15T14:55:57.642Z Compiling ar_archive_writer v0.5.1
27842026-05-15T14:55:57.753Z Compiling stacker v0.1.23
27852026-05-15T14:55:57.761Z Compiling cfg_aliases v0.1.1
27862026-05-15T14:55:57.768Z Compiling convert_case v0.10.0
27872026-05-15T14:55:57.774Z Checking unicode-width v0.1.14
27882026-05-15T14:55:57.783Z Compiling proc-macro-error v1.0.4
27892026-05-15T14:55:57.794Z Checking fd-lock v4.0.4
27902026-05-15T14:55:57.797Z Checking nibble_vec v0.1.0
27912026-05-15T14:55:57.818Z Compiling nix v0.28.0
27922026-05-15T14:55:57.909Z Checking vte v0.14.1
27932026-05-15T14:55:57.924Z Compiling recursive-proc-macro-impl v0.1.1
27942026-05-15T14:55:58.007Z Checking endian-type v0.1.2
27952026-05-15T14:55:58.020Z Checking bytecount v0.6.9
27962026-05-15T14:55:58.072Z Compiling derive_more-impl v2.1.1
27972026-05-15T14:55:58.072Z Compiling tabled_derive v0.7.0
27982026-05-15T14:55:58.075Z Checking strip-ansi-escapes v0.2.1
27992026-05-15T14:55:58.126Z Checking radix_trie v0.2.1
28002026-05-15T14:55:58.166Z Checking papergrid v0.11.0
28012026-05-15T14:55:58.194Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28022026-05-15T14:55:58.308Z Compiling peg-macros v0.8.5
28032026-05-15T14:55:58.328Z Checking winnow v0.6.26
28042026-05-15T14:55:58.580Z Compiling psm v0.1.30
28052026-05-15T14:55:58.686Z Compiling sqlparser_derive v0.5.0
28062026-05-15T14:55:58.811Z Checking nu-ansi-term v0.50.3
28072026-05-15T14:55:58.892Z Checking derive_more v2.1.1
28082026-05-15T14:55:58.971Z Checking home v0.5.12
28092026-05-15T14:55:59.022Z Checking unicode_categories v0.1.1
28102026-05-15T14:55:59.077Z Checking tabled v0.15.0
28112026-05-15T14:55:59.088Z Checking reedline v0.40.0
28122026-05-15T14:55:59.135Z Checking rustyline v14.0.0
28132026-05-15T14:55:59.175Z Checking crossterm v0.29.0
28142026-05-15T14:55:59.374Z Checking recursive v0.1.1
28152026-05-15T14:55:59.468Z Checking sqlparser v0.61.0
28162026-05-15T14:55:59.481Z Checking display-error-chain v0.2.2
28172026-05-15T14:55:59.492Z Checking sqlformat v0.3.5
28182026-05-15T14:55:59.717Z Checking peg v0.8.5
28192026-05-15T14:56:10.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.64s
28202026-05-15T14:56:10.796Z
28212026-05-15T14:56:10.796Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
28222026-05-15T14:56:11.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232026-05-15T14:56:11.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242026-05-15T14:56:11.472Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28252026-05-15T14:56:14.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28262026-05-15T14:56:15.084Z
28272026-05-15T14:56:15.084Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28282026-05-15T14:56:15.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-05-15T14:56:15.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-05-15T14:56:15.767Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312026-05-15T14:56:18.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
28322026-05-15T14:56:18.378Z
28332026-05-15T14:56:18.378Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28342026-05-15T14:56:18.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-05-15T14:56:18.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-05-15T14:56:19.050Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-05-15T14:56:22.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
28382026-05-15T14:56:22.449Z
28392026-05-15T14:56:22.449Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28402026-05-15T14:56:22.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-05-15T14:56:22.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-05-15T14:56:23.125Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-05-15T14:56:26.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28442026-05-15T14:56:26.563Z
28452026-05-15T14:56:26.563Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28462026-05-15T14:56:27.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-05-15T14:56:27.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-05-15T14:56:27.243Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-05-15T14:56:29.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28502026-05-15T14:56:30.034Z
28512026-05-15T14:56:30.034Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28522026-05-15T14:56:30.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-05-15T14:56:30.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-05-15T14:56:30.711Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-05-15T14:56:33.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28562026-05-15T14:56:33.498Z
28572026-05-15T14:56:33.498Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28582026-05-15T14:56:34.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-05-15T14:56:34.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-05-15T14:56:34.177Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-05-15T14:56:37.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28622026-05-15T14:56:37.759Z
28632026-05-15T14:56:37.759Zinfo: running `cargo check --bins` on oximeter (93/274)
28642026-05-15T14:56:38.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-05-15T14:56:38.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-05-15T14:56:38.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672026-05-15T14:56:38.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28682026-05-15T14:56:38.361Z
28692026-05-15T14:56:38.361Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28702026-05-15T14:56:38.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-05-15T14:56:38.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-05-15T14:56:39.000Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28732026-05-15T14:56:39.161Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28742026-05-15T14:56:39.177Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28752026-05-15T14:56:39.501Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28762026-05-15T14:56:42.391Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28772026-05-15T14:56:43.598Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28782026-05-15T14:56:43.761Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28792026-05-15T14:56:44.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.07s
28802026-05-15T14:56:44.622Z
28812026-05-15T14:56:44.622Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28822026-05-15T14:56:45.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-05-15T14:56:45.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-05-15T14:56:45.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852026-05-15T14:56:45.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28862026-05-15T14:56:45.215Z
28872026-05-15T14:56:45.215Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
28882026-05-15T14:56:45.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-05-15T14:56:45.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-05-15T14:56:45.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-05-15T14:56:45.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28922026-05-15T14:56:45.849Z
28932026-05-15T14:56:45.850Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
28942026-05-15T14:56:46.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-05-15T14:56:46.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-05-15T14:56:46.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-05-15T14:56:46.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28982026-05-15T14:56:46.461Z
28992026-05-15T14:56:46.461Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
29002026-05-15T14:56:46.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-05-15T14:56:46.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-05-15T14:56:46.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-05-15T14:56:46.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29042026-05-15T14:56:47.065Z
29052026-05-15T14:56:47.065Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
29062026-05-15T14:56:47.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-05-15T14:56:47.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-05-15T14:56:47.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-05-15T14:56:47.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29102026-05-15T14:56:47.675Z
29112026-05-15T14:56:47.675Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
29122026-05-15T14:56:48.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-05-15T14:56:48.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-05-15T14:56:48.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-05-15T14:56:48.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29162026-05-15T14:56:48.276Z
29172026-05-15T14:56:48.276Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
29182026-05-15T14:56:48.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-05-15T14:56:48.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-05-15T14:56:48.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-05-15T14:56:48.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29222026-05-15T14:56:48.866Z
29232026-05-15T14:56:48.866Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
29242026-05-15T14:56:49.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-05-15T14:56:49.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-05-15T14:56:49.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-05-15T14:56:49.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29282026-05-15T14:56:49.467Z
29292026-05-15T14:56:49.467Zinfo: running `cargo check --bins` on update-engine (103/274)
29302026-05-15T14:56:49.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-05-15T14:56:49.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-05-15T14:56:49.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-05-15T14:56:49.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29342026-05-15T14:56:50.058Z
29352026-05-15T14:56:50.058Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29362026-05-15T14:56:50.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-05-15T14:56:50.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-05-15T14:56:50.778Z Compiling crucible-workspace-hack v0.1.0
29392026-05-15T14:56:50.895Z Checking secrecy v0.10.3
29402026-05-15T14:56:50.905Z Compiling heapless v0.8.0
29412026-05-15T14:56:50.924Z Compiling ingot-macros v0.1.1
29422026-05-15T14:56:50.924Z Compiling toml_edit v0.23.10+spec-1.0.0
29432026-05-15T14:56:50.924Z Checking hash32 v0.3.1
29442026-05-15T14:56:50.942Z Compiling smoltcp v0.11.0
29452026-05-15T14:56:50.945Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29462026-05-15T14:56:51.000Z Checking cobs v0.3.0
29472026-05-15T14:56:51.059Z Compiling thiserror-impl-no-std v2.0.2
29482026-05-15T14:56:51.137Z Checking universal-hash v0.5.1
29492026-05-15T14:56:51.154Z Checking half v2.7.1
29502026-05-15T14:56:51.185Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29512026-05-15T14:56:51.257Z Checking opaque-debug v0.3.1
29522026-05-15T14:56:51.287Z Checking ciborium-io v0.2.2
29532026-05-15T14:56:51.326Z Checking poly1305 v0.8.0
29542026-05-15T14:56:51.376Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29552026-05-15T14:56:51.391Z Checking postcard v1.1.3
29562026-05-15T14:56:51.419Z Checking ciborium-ll v0.2.2
29572026-05-15T14:56:51.586Z Compiling proc-macro-crate v3.4.0
29582026-05-15T14:56:51.589Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29592026-05-15T14:56:51.653Z Checking password-hash v0.5.0
29602026-05-15T14:56:51.680Z Checking chacha20 v0.9.1
29612026-05-15T14:56:51.871Z Compiling proc-macro-crate v1.3.1
29622026-05-15T14:56:51.884Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29632026-05-15T14:56:51.900Z Checking blake2 v0.10.6
29642026-05-15T14:56:51.953Z Checking aead v0.5.2
29652026-05-15T14:56:52.095Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29662026-05-15T14:56:52.110Z Compiling foreign-types-macros v0.2.3
29672026-05-15T14:56:52.129Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29682026-05-15T14:56:52.141Z Compiling num_enum_derive v0.7.5
29692026-05-15T14:56:52.219Z Checking thiserror-no-std v2.0.2
29702026-05-15T14:56:52.279Z Checking cpufeatures v0.3.0
29712026-05-15T14:56:52.294Z Checking foreign-types-shared v0.3.1
29722026-05-15T14:56:52.309Z Checking vsss-rs v3.3.4
29732026-05-15T14:56:52.352Z Checking chacha20 v0.10.0
29742026-05-15T14:56:52.371Z Compiling num_enum_derive v0.5.11
29752026-05-15T14:56:52.381Z Checking argon2 v0.5.3
29762026-05-15T14:56:52.565Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29772026-05-15T14:56:52.689Z Checking foreign-types v0.5.0
29782026-05-15T14:56:52.713Z Checking chacha20poly1305 v0.10.1
29792026-05-15T14:56:52.766Z Checking ciborium v0.2.2
29802026-05-15T14:56:52.943Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29812026-05-15T14:56:52.998Z Checking tabwriter v1.4.1
29822026-05-15T14:56:53.141Z Checking byte-wrapper v0.1.0
29832026-05-15T14:56:53.174Z Checking num_enum v0.7.5
29842026-05-15T14:56:53.188Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29852026-05-15T14:56:53.222Z Checking cstr-argument v0.1.2
29862026-05-15T14:56:53.288Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29872026-05-15T14:56:53.342Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29882026-05-15T14:56:53.345Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29892026-05-15T14:56:53.379Z Checking num_enum v0.5.11
29902026-05-15T14:56:53.405Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29912026-05-15T14:56:53.489Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29922026-05-15T14:56:53.544Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29932026-05-15T14:56:53.658Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29942026-05-15T14:56:53.681Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29952026-05-15T14:56:53.694Z Checking ingot-types v0.1.2
29962026-05-15T14:56:53.709Z Checking rand v0.10.0
29972026-05-15T14:56:53.764Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29982026-05-15T14:56:53.777Z Checking colored v3.1.1
29992026-05-15T14:56:53.884Z Checking indent_write v2.2.0
30002026-05-15T14:56:53.978Z Compiling zone_cfg_derive v0.3.1
30012026-05-15T14:56:54.020Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30022026-05-15T14:56:54.033Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30032026-05-15T14:56:54.045Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30042026-05-15T14:56:54.056Z Checking ingot v0.1.1
30052026-05-15T14:56:54.073Z Checking itertools v0.12.1
30062026-05-15T14:56:54.138Z Compiling num-derive v0.4.2
30072026-05-15T14:56:54.190Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30082026-05-15T14:56:54.203Z Checking swrite v0.1.0
30092026-05-15T14:56:54.294Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30102026-05-15T14:56:54.389Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30112026-05-15T14:56:54.555Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30122026-05-15T14:56:54.574Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30132026-05-15T14:56:54.600Z Checking dropshot-api-manager-types v0.7.1
30142026-05-15T14:56:54.621Z Checking smf v0.2.3
30152026-05-15T14:56:54.664Z Checking nanorand v0.7.0
30162026-05-15T14:56:54.763Z Checking whoami v1.6.1
30172026-05-15T14:56:54.853Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30182026-05-15T14:56:54.866Z Checking flume v0.11.1
30192026-05-15T14:56:55.050Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30202026-05-15T14:56:55.089Z Checking zone v0.3.1
30212026-05-15T14:56:55.621Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30222026-05-15T14:56:56.589Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30232026-05-15T14:56:57.458Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30242026-05-15T14:57:00.629Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30252026-05-15T14:57:02.655Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30262026-05-15T14:57:03.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.69s
30272026-05-15T14:57:03.948Z
30282026-05-15T14:57:03.948Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30292026-05-15T14:57:04.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302026-05-15T14:57:04.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312026-05-15T14:57:04.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322026-05-15T14:57:04.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30332026-05-15T14:57:04.556Z
30342026-05-15T14:57:04.556Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30352026-05-15T14:57:05.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-05-15T14:57:05.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-05-15T14:57:05.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382026-05-15T14:57:05.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30392026-05-15T14:57:05.162Z
30402026-05-15T14:57:05.162Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30412026-05-15T14:57:05.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-05-15T14:57:05.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-05-15T14:57:05.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442026-05-15T14:57:05.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30452026-05-15T14:57:05.779Z
30462026-05-15T14:57:05.779Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30472026-05-15T14:57:06.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-05-15T14:57:06.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-05-15T14:57:06.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-05-15T14:57:06.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30512026-05-15T14:57:06.392Z
30522026-05-15T14:57:06.392Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30532026-05-15T14:57:06.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-05-15T14:57:06.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-05-15T14:57:06.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-05-15T14:57:06.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30572026-05-15T14:57:06.997Z
30582026-05-15T14:57:06.997Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30592026-05-15T14:57:07.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-05-15T14:57:07.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-05-15T14:57:07.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-05-15T14:57:07.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30632026-05-15T14:57:07.604Z
30642026-05-15T14:57:07.605Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30652026-05-15T14:57:08.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-05-15T14:57:08.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-05-15T14:57:08.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-05-15T14:57:08.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30692026-05-15T14:57:08.206Z
30702026-05-15T14:57:08.206Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30712026-05-15T14:57:08.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-05-15T14:57:08.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-05-15T14:57:08.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-05-15T14:57:08.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30752026-05-15T14:57:08.790Z
30762026-05-15T14:57:08.790Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30772026-05-15T14:57:09.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-05-15T14:57:09.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-05-15T14:57:09.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-05-15T14:57:09.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30812026-05-15T14:57:09.395Z
30822026-05-15T14:57:09.395Zinfo: running `cargo check --bins` on dns-service-client (114/274)
30832026-05-15T14:57:09.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-05-15T14:57:09.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-05-15T14:57:09.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-05-15T14:57:09.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30872026-05-15T14:57:10.002Z
30882026-05-15T14:57:10.002Zinfo: running `cargo check --bins` on installinator-client (115/274)
30892026-05-15T14:57:10.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-05-15T14:57:10.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-05-15T14:57:10.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-05-15T14:57:10.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30932026-05-15T14:57:10.612Z
30942026-05-15T14:57:10.612Zinfo: running `cargo check --bins` on nexus-client (116/274)
30952026-05-15T14:57:11.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-05-15T14:57:11.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-05-15T14:57:11.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-05-15T14:57:11.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30992026-05-15T14:57:11.255Z
31002026-05-15T14:57:11.255Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
31012026-05-15T14:57:11.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-05-15T14:57:11.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-05-15T14:57:11.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-05-15T14:57:11.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31052026-05-15T14:57:11.900Z
31062026-05-15T14:57:11.901Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
31072026-05-15T14:57:12.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-05-15T14:57:12.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-05-15T14:57:12.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-05-15T14:57:12.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31112026-05-15T14:57:12.494Z
31122026-05-15T14:57:12.494Zinfo: running `cargo check --bins` on oxide-client (119/274)
31132026-05-15T14:57:12.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-05-15T14:57:12.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-05-15T14:57:12.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-05-15T14:57:12.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31172026-05-15T14:57:13.082Z
31182026-05-15T14:57:13.082Zinfo: running `cargo check --bins` on oximeter-client (120/274)
31192026-05-15T14:57:13.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-05-15T14:57:13.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-05-15T14:57:13.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-05-15T14:57:13.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31232026-05-15T14:57:13.688Z
31242026-05-15T14:57:13.688Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
31252026-05-15T14:57:14.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-05-15T14:57:14.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-05-15T14:57:14.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-05-15T14:57:14.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31292026-05-15T14:57:14.270Z
31302026-05-15T14:57:14.270Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31312026-05-15T14:57:14.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-05-15T14:57:14.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-05-15T14:57:14.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-05-15T14:57:14.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31352026-05-15T14:57:14.878Z
31362026-05-15T14:57:14.878Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31372026-05-15T14:57:15.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-05-15T14:57:15.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-05-15T14:57:15.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-05-15T14:57:15.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31412026-05-15T14:57:15.505Z
31422026-05-15T14:57:15.505Zinfo: running `cargo check --bins` on installinator-common (124/274)
31432026-05-15T14:57:16.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-05-15T14:57:16.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-05-15T14:57:16.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-05-15T14:57:16.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31472026-05-15T14:57:16.116Z
31482026-05-15T14:57:16.116Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31492026-05-15T14:57:16.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-05-15T14:57:16.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-05-15T14:57:16.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-05-15T14:57:16.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31532026-05-15T14:57:16.703Z
31542026-05-15T14:57:16.703Zinfo: running `cargo check --bins` on wicket-common (126/274)
31552026-05-15T14:57:17.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-05-15T14:57:17.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-05-15T14:57:17.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-05-15T14:57:17.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31592026-05-15T14:57:17.317Z
31602026-05-15T14:57:17.317Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31612026-05-15T14:57:17.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-05-15T14:57:17.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-05-15T14:57:18.014Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31642026-05-15T14:57:18.131Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31652026-05-15T14:57:18.139Z Checking csv-core v0.1.13
31662026-05-15T14:57:18.146Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31672026-05-15T14:57:18.154Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31682026-05-15T14:57:18.156Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31692026-05-15T14:57:18.175Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31702026-05-15T14:57:18.186Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31712026-05-15T14:57:18.296Z Checking csv v1.4.0
31722026-05-15T14:57:18.327Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31732026-05-15T14:57:18.342Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31742026-05-15T14:57:18.368Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31752026-05-15T14:57:18.400Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31762026-05-15T14:57:18.634Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31772026-05-15T14:57:18.995Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31782026-05-15T14:57:18.998Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31792026-05-15T14:57:19.339Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31802026-05-15T14:57:25.210Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31812026-05-15T14:57:25.747Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31822026-05-15T14:57:28.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.76s
31832026-05-15T14:57:28.274Z
31842026-05-15T14:57:28.274Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
31852026-05-15T14:57:28.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31862026-05-15T14:57:28.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31872026-05-15T14:57:28.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31882026-05-15T14:57:28.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31892026-05-15T14:57:28.874Z
31902026-05-15T14:57:28.874Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
31912026-05-15T14:57:29.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922026-05-15T14:57:29.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932026-05-15T14:57:29.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31942026-05-15T14:57:29.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31952026-05-15T14:57:29.551Z
31962026-05-15T14:57:29.551Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
31972026-05-15T14:57:30.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-05-15T14:57:30.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-05-15T14:57:30.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002026-05-15T14:57:30.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32012026-05-15T14:57:30.226Z
32022026-05-15T14:57:30.226Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
32032026-05-15T14:57:30.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-05-15T14:57:30.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-05-15T14:57:30.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-05-15T14:57:30.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32072026-05-15T14:57:30.870Z
32082026-05-15T14:57:30.870Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
32092026-05-15T14:57:31.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-05-15T14:57:31.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-05-15T14:57:31.630Z Compiling regress v0.11.1
32122026-05-15T14:57:31.770Z Compiling unsafe-libyaml v0.2.11
32132026-05-15T14:57:31.784Z Compiling semver v0.1.20
32142026-05-15T14:57:31.784Z Compiling radium v0.7.0
32152026-05-15T14:57:31.811Z Compiling maybe-uninit v2.0.0
32162026-05-15T14:57:31.811Z Checking tap v1.0.1
32172026-05-15T14:57:31.837Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32182026-05-15T14:57:31.922Z Checking wyz v0.5.1
32192026-05-15T14:57:32.059Z Compiling rustc_version v0.1.7
32202026-05-15T14:57:32.097Z Checking progenitor-client v0.13.0
32212026-05-15T14:57:32.129Z Compiling zerocopy-derive v0.6.6
32222026-05-15T14:57:32.241Z Compiling packed_struct v0.10.1
32232026-05-15T14:57:32.281Z Compiling serde_yaml v0.9.34+deprecated
32242026-05-15T14:57:32.332Z Compiling newtype_derive v0.1.6
32252026-05-15T14:57:32.486Z Checking funty v2.0.0
32262026-05-15T14:57:32.504Z Checking crc-catalog v2.4.0
32272026-05-15T14:57:32.555Z Compiling owo-colors v4.3.0
32282026-05-15T14:57:32.597Z Compiling cancel-safe-futures v0.1.5
32292026-05-15T14:57:32.817Z Checking bitvec v1.0.1
32302026-05-15T14:57:32.833Z Checking crc v3.4.0
32312026-05-15T14:57:32.967Z Checking zerocopy v0.6.6
32322026-05-15T14:57:33.021Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32332026-05-15T14:57:33.072Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32342026-05-15T14:57:33.193Z Checking typify-impl v0.6.2
32352026-05-15T14:57:33.320Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32362026-05-15T14:57:33.403Z Compiling packed_struct_codegen v0.10.1
32372026-05-15T14:57:33.557Z Checking libsw-core v0.3.2
32382026-05-15T14:57:33.576Z Compiling bitfield-macros v0.19.4
32392026-05-15T14:57:33.704Z Compiling indexmap v1.9.3
32402026-05-15T14:57:33.731Z Checking nodrop v0.1.14
32412026-05-15T14:57:33.827Z Checking array-init v0.0.4
32422026-05-15T14:57:33.921Z Checking libsw v3.5.0
32432026-05-15T14:57:34.077Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32442026-05-15T14:57:34.128Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32452026-05-15T14:57:34.141Z Checking smallvec v0.6.14
32462026-05-15T14:57:34.303Z Checking bitfield v0.19.4
32472026-05-15T14:57:34.318Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32482026-05-15T14:57:34.486Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32492026-05-15T14:57:34.570Z Checking smawk v0.3.2
32502026-05-15T14:57:34.614Z Checking linear-map v1.2.0
32512026-05-15T14:57:34.649Z Checking hashbrown v0.12.3
32522026-05-15T14:57:34.700Z Checking base64 v0.21.7
32532026-05-15T14:57:34.730Z Checking tagptr v0.2.0
32542026-05-15T14:57:34.784Z Checking unicode-linebreak v0.1.5
32552026-05-15T14:57:34.871Z Checking moka v0.12.13
32562026-05-15T14:57:34.922Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32572026-05-15T14:57:34.938Z Checking ron v0.8.1
32582026-05-15T14:57:34.995Z Checking textwrap v0.16.2
32592026-05-15T14:57:34.998Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32602026-05-15T14:57:35.175Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32612026-05-15T14:57:35.211Z Checking steno v0.4.1
32622026-05-15T14:57:35.369Z Checking serde-hex v0.1.0
32632026-05-15T14:57:35.454Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32642026-05-15T14:57:35.504Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32652026-05-15T14:57:35.557Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32662026-05-15T14:57:35.613Z Checking hashbrown v0.13.2
32672026-05-15T14:57:35.966Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32682026-05-15T14:57:36.032Z Checking humantime v2.3.0
32692026-05-15T14:57:36.050Z Checking crc-any v2.5.0
32702026-05-15T14:57:36.172Z Checking object v0.30.4
32712026-05-15T14:57:36.190Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32722026-05-15T14:57:36.204Z Checking hickory-resolver v0.25.2
32732026-05-15T14:57:36.216Z Checking void v1.0.2
32742026-05-15T14:57:36.229Z Checking half v1.8.3
32752026-05-15T14:57:36.319Z Checking utf-8 v0.7.6
32762026-05-15T14:57:36.348Z Checking path-slash v0.1.5
32772026-05-15T14:57:36.420Z Checking serde_cbor v0.11.2
32782026-05-15T14:57:36.451Z Checking tungstenite v0.23.0
32792026-05-15T14:57:36.454Z Checking lzss v0.8.2
32802026-05-15T14:57:36.783Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32812026-05-15T14:57:36.797Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32822026-05-15T14:57:36.848Z Checking nix v0.27.1
32832026-05-15T14:57:36.863Z Checking kstat-rs v0.2.4
32842026-05-15T14:57:36.913Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32852026-05-15T14:57:36.940Z Checking fxhash v0.2.1
32862026-05-15T14:57:37.025Z Checking serde_bytes v0.11.19
32872026-05-15T14:57:37.048Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32882026-05-15T14:57:37.062Z Checking tokio-tungstenite v0.23.1
32892026-05-15T14:57:37.198Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32902026-05-15T14:57:37.321Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32912026-05-15T14:57:37.337Z Checking signal-hook-tokio v0.3.1
32922026-05-15T14:57:37.638Z Compiling typify-macro v0.6.2
32932026-05-15T14:57:38.452Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32942026-05-15T14:57:38.762Z Compiling typify v0.6.2
32952026-05-15T14:57:38.847Z Compiling progenitor-impl v0.13.0
32962026-05-15T14:57:38.848Z Compiling progenitor-impl v0.14.0
32972026-05-15T14:57:39.353Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32982026-05-15T14:57:39.674Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
32992026-05-15T14:57:40.428Z Compiling progenitor-macro v0.13.0
33002026-05-15T14:57:40.471Z Compiling progenitor-macro v0.14.0
33012026-05-15T14:57:42.824Z Checking progenitor v0.13.0
33022026-05-15T14:57:42.948Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33032026-05-15T14:57:43.106Z Checking progenitor v0.14.0
33042026-05-15T14:57:43.220Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33052026-05-15T14:57:45.974Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33062026-05-15T14:57:53.533Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33072026-05-15T14:57:59.764Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33082026-05-15T14:58:01.130Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33092026-05-15T14:58:01.636Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33102026-05-15T14:58:03.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.83s
33112026-05-15T14:58:03.912Z
33122026-05-15T14:58:03.912Zinfo: running `cargo check --bins` on gateway-api (133/274)
33132026-05-15T14:58:04.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33142026-05-15T14:58:04.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33152026-05-15T14:58:04.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33162026-05-15T14:58:04.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33172026-05-15T14:58:04.514Z
33182026-05-15T14:58:04.514Zinfo: running `cargo check --bins` on ipcc (134/274)
33192026-05-15T14:58:05.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202026-05-15T14:58:05.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212026-05-15T14:58:05.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33222026-05-15T14:58:05.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33232026-05-15T14:58:05.118Z
33242026-05-15T14:58:05.118Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33252026-05-15T14:58:05.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262026-05-15T14:58:05.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272026-05-15T14:58:05.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33282026-05-15T14:58:05.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33292026-05-15T14:58:05.703Z
33302026-05-15T14:58:05.703Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33312026-05-15T14:58:06.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322026-05-15T14:58:06.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332026-05-15T14:58:06.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342026-05-15T14:58:06.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33352026-05-15T14:58:06.306Z
33362026-05-15T14:58:06.306Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33372026-05-15T14:58:06.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382026-05-15T14:58:06.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392026-05-15T14:58:06.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402026-05-15T14:58:06.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33412026-05-15T14:58:06.907Z
33422026-05-15T14:58:06.907Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33432026-05-15T14:58:07.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442026-05-15T14:58:07.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452026-05-15T14:58:07.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462026-05-15T14:58:07.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33472026-05-15T14:58:07.510Z
33482026-05-15T14:58:07.510Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33492026-05-15T14:58:08.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502026-05-15T14:58:08.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512026-05-15T14:58:08.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522026-05-15T14:58:08.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33532026-05-15T14:58:08.112Z
33542026-05-15T14:58:08.112Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33552026-05-15T14:58:08.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562026-05-15T14:58:08.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572026-05-15T14:58:08.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582026-05-15T14:58:08.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33592026-05-15T14:58:08.722Z
33602026-05-15T14:58:08.722Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33612026-05-15T14:58:09.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622026-05-15T14:58:09.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632026-05-15T14:58:09.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642026-05-15T14:58:09.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33652026-05-15T14:58:09.324Z
33662026-05-15T14:58:09.324Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33672026-05-15T14:58:09.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-05-15T14:58:09.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-05-15T14:58:09.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-05-15T14:58:09.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33712026-05-15T14:58:09.931Z
33722026-05-15T14:58:09.931Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
33732026-05-15T14:58:10.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-05-15T14:58:10.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-05-15T14:58:10.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-05-15T14:58:10.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33772026-05-15T14:58:10.537Z
33782026-05-15T14:58:10.537Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
33792026-05-15T14:58:11.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-05-15T14:58:11.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-05-15T14:58:11.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-05-15T14:58:11.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33832026-05-15T14:58:11.138Z
33842026-05-15T14:58:11.138Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
33852026-05-15T14:58:11.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-05-15T14:58:11.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-05-15T14:58:11.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-05-15T14:58:11.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33892026-05-15T14:58:11.742Z
33902026-05-15T14:58:11.742Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
33912026-05-15T14:58:12.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-05-15T14:58:12.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-05-15T14:58:12.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-05-15T14:58:12.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33952026-05-15T14:58:12.348Z
33962026-05-15T14:58:12.348Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
33972026-05-15T14:58:12.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-05-15T14:58:12.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-05-15T14:58:12.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-05-15T14:58:12.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34012026-05-15T14:58:12.954Z
34022026-05-15T14:58:12.954Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
34032026-05-15T14:58:13.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-05-15T14:58:13.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-05-15T14:58:13.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-05-15T14:58:13.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34072026-05-15T14:58:13.566Z
34082026-05-15T14:58:13.566Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
34092026-05-15T14:58:14.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-05-15T14:58:14.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-05-15T14:58:14.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-05-15T14:58:14.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34132026-05-15T14:58:14.166Z
34142026-05-15T14:58:14.166Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34152026-05-15T14:58:14.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-05-15T14:58:14.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-05-15T14:58:14.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-05-15T14:58:14.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34192026-05-15T14:58:14.772Z
34202026-05-15T14:58:14.772Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34212026-05-15T14:58:15.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-05-15T14:58:15.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-05-15T14:58:15.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-05-15T14:58:15.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34252026-05-15T14:58:15.376Z
34262026-05-15T14:58:15.376Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34272026-05-15T14:58:15.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-05-15T14:58:15.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-05-15T14:58:15.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-05-15T14:58:15.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34312026-05-15T14:58:15.976Z
34322026-05-15T14:58:15.976Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34332026-05-15T14:58:16.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-05-15T14:58:16.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-05-15T14:58:16.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-05-15T14:58:16.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34372026-05-15T14:58:16.581Z
34382026-05-15T14:58:16.581Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34392026-05-15T14:58:17.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-05-15T14:58:17.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-05-15T14:58:17.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-05-15T14:58:17.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34432026-05-15T14:58:17.225Z
34442026-05-15T14:58:17.225Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34452026-05-15T14:58:17.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-05-15T14:58:17.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-05-15T14:58:17.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-05-15T14:58:17.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34492026-05-15T14:58:17.826Z
34502026-05-15T14:58:17.826Zinfo: running `cargo check --bins` on dns-server (156/274)
34512026-05-15T14:58:18.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-05-15T14:58:18.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-05-15T14:58:18.476Z Compiling parking_lot_core v0.8.6
34542026-05-15T14:58:18.476Z Compiling atomicwrites v0.4.4
34552026-05-15T14:58:18.476Z Compiling git-stub v1.0.0
34562026-05-15T14:58:18.476Z Checking prefix-trie v0.7.0
34572026-05-15T14:58:18.476Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34582026-05-15T14:58:18.710Z Compiling git-stub-vcs v0.1.0
34592026-05-15T14:58:18.877Z Checking hickory-server v0.25.2
34602026-05-15T14:58:18.981Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34612026-05-15T14:58:18.996Z Checking parking_lot v0.11.2
34622026-05-15T14:58:19.056Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34632026-05-15T14:58:19.056Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34642026-05-15T14:58:19.166Z Checking sled v0.34.7
34652026-05-15T14:58:21.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
34662026-05-15T14:58:21.224Z
34672026-05-15T14:58:21.224Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34682026-05-15T14:58:21.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-05-15T14:58:21.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-05-15T14:58:21.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-05-15T14:58:21.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34722026-05-15T14:58:21.825Z
34732026-05-15T14:58:21.825Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
34742026-05-15T14:58:22.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-05-15T14:58:22.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-05-15T14:58:22.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-05-15T14:58:22.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34782026-05-15T14:58:22.417Z
34792026-05-15T14:58:22.417Zinfo: running `cargo check --bins` on sp-sim (159/274)
34802026-05-15T14:58:22.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-05-15T14:58:22.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-05-15T14:58:23.138Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34832026-05-15T14:58:24.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
34842026-05-15T14:58:25.098Z
34852026-05-15T14:58:25.098Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
34862026-05-15T14:58:25.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-05-15T14:58:25.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-05-15T14:58:25.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-05-15T14:58:25.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34902026-05-15T14:58:25.758Z
34912026-05-15T14:58:25.758Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
34922026-05-15T14:58:26.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-05-15T14:58:26.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-05-15T14:58:26.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-05-15T14:58:26.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34962026-05-15T14:58:26.418Z
34972026-05-15T14:58:26.418Zinfo: running `cargo check --bins` on db-macros (162/274)
34982026-05-15T14:58:26.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-05-15T14:58:26.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-05-15T14:58:26.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-05-15T14:58:26.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35022026-05-15T14:58:27.006Z
35032026-05-15T14:58:27.006Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
35042026-05-15T14:58:27.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-05-15T14:58:27.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-05-15T14:58:27.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-05-15T14:58:27.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35082026-05-15T14:58:27.593Z
35092026-05-15T14:58:27.593Zinfo: running `cargo check --bins` on nexus-auth (164/274)
35102026-05-15T14:58:28.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-05-15T14:58:28.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-05-15T14:58:28.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-05-15T14:58:28.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35142026-05-15T14:58:28.241Z
35152026-05-15T14:58:28.241Zinfo: running `cargo check --bins` on authz-macros (165/274)
35162026-05-15T14:58:28.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-05-15T14:58:28.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-05-15T14:58:28.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-05-15T14:58:28.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35202026-05-15T14:58:28.826Z
35212026-05-15T14:58:28.826Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35222026-05-15T14:58:29.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-05-15T14:58:29.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-05-15T14:58:29.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-05-15T14:58:29.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35262026-05-15T14:58:29.464Z
35272026-05-15T14:58:29.464Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35282026-05-15T14:58:30.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-05-15T14:58:30.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-05-15T14:58:30.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-05-15T14:58:30.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35322026-05-15T14:58:30.109Z
35332026-05-15T14:58:30.109Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35342026-05-15T14:58:30.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-05-15T14:58:30.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-05-15T14:58:30.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-05-15T14:58:30.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35382026-05-15T14:58:30.701Z
35392026-05-15T14:58:30.701Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35402026-05-15T14:58:31.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-05-15T14:58:31.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-05-15T14:58:31.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-05-15T14:58:31.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35442026-05-15T14:58:31.287Z
35452026-05-15T14:58:31.287Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35462026-05-15T14:58:31.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-05-15T14:58:31.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-05-15T14:58:31.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-05-15T14:58:31.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35502026-05-15T14:58:31.886Z
35512026-05-15T14:58:31.886Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35522026-05-15T14:58:32.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-05-15T14:58:32.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-05-15T14:58:32.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-05-15T14:58:32.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35562026-05-15T14:58:32.475Z
35572026-05-15T14:58:32.475Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35582026-05-15T14:58:32.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-05-15T14:58:32.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-05-15T14:58:32.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-05-15T14:58:32.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35622026-05-15T14:58:33.057Z
35632026-05-15T14:58:33.057Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35642026-05-15T14:58:33.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-05-15T14:58:33.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-05-15T14:58:33.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-05-15T14:58:33.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35682026-05-15T14:58:33.706Z
35692026-05-15T14:58:33.707Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
35702026-05-15T14:58:34.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-05-15T14:58:34.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-05-15T14:58:34.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-05-15T14:58:34.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35742026-05-15T14:58:34.360Z
35752026-05-15T14:58:34.360Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
35762026-05-15T14:58:34.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-05-15T14:58:34.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-05-15T14:58:34.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-05-15T14:58:34.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35802026-05-15T14:58:35.002Z
35812026-05-15T14:58:35.002Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
35822026-05-15T14:58:35.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-05-15T14:58:35.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-05-15T14:58:35.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-05-15T14:58:35.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35862026-05-15T14:58:35.630Z
35872026-05-15T14:58:35.630Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
35882026-05-15T14:58:36.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-05-15T14:58:36.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-05-15T14:58:36.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-05-15T14:58:36.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35922026-05-15T14:58:36.243Z
35932026-05-15T14:58:36.243Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
35942026-05-15T14:58:36.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-05-15T14:58:36.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-05-15T14:58:36.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-05-15T14:58:36.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35982026-05-15T14:58:36.862Z
35992026-05-15T14:58:36.862Zinfo: running `cargo check --bins` on key-manager (179/274)
36002026-05-15T14:58:37.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-05-15T14:58:37.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-05-15T14:58:37.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-05-15T14:58:37.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36042026-05-15T14:58:37.464Z
36052026-05-15T14:58:37.464Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
36062026-05-15T14:58:37.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-05-15T14:58:37.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-05-15T14:58:37.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-05-15T14:58:37.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36102026-05-15T14:58:38.077Z
36112026-05-15T14:58:38.077Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
36122026-05-15T14:58:38.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-05-15T14:58:38.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-05-15T14:58:38.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-05-15T14:58:38.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36162026-05-15T14:58:38.695Z
36172026-05-15T14:58:38.695Zinfo: running `cargo check --bins` on typed-rng (182/274)
36182026-05-15T14:58:39.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-05-15T14:58:39.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-05-15T14:58:39.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-05-15T14:58:39.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36222026-05-15T14:58:39.273Z
36232026-05-15T14:58:39.273Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36242026-05-15T14:58:39.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-05-15T14:58:39.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-05-15T14:58:40.130Z Compiling typify-impl v0.4.3
36272026-05-15T14:58:40.130Z Compiling libefi-sys v0.1.0
36282026-05-15T14:58:40.133Z Compiling bitfield-struct v0.6.2
36292026-05-15T14:58:40.284Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36302026-05-15T14:58:40.294Z Compiling xshell-macros v0.2.7
36312026-05-15T14:58:40.306Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36322026-05-15T14:58:40.346Z Compiling salty v0.3.0
36332026-05-15T14:58:40.349Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36342026-05-15T14:58:40.520Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36352026-05-15T14:58:40.633Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36362026-05-15T14:58:40.647Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36372026-05-15T14:58:40.659Z Checking xshell v0.2.7
36382026-05-15T14:58:40.845Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36392026-05-15T14:58:40.869Z Checking primeorder v0.13.6
36402026-05-15T14:58:40.883Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36412026-05-15T14:58:41.010Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36422026-05-15T14:58:41.059Z Compiling proc-macro-error-attr2 v2.0.0
36432026-05-15T14:58:41.102Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36442026-05-15T14:58:41.116Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36452026-05-15T14:58:41.260Z Checking tungstenite v0.21.0
36462026-05-15T14:58:41.309Z Checking p384 v0.13.1
36472026-05-15T14:58:41.347Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36482026-05-15T14:58:41.447Z Compiling proc-macro-error2 v2.0.1
36492026-05-15T14:58:41.512Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36502026-05-15T14:58:41.682Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36512026-05-15T14:58:41.723Z Compiling num-derive v0.3.3
36522026-05-15T14:58:41.758Z Compiling tabled_derive v0.11.0
36532026-05-15T14:58:42.008Z Checking tokio-tungstenite v0.21.0
36542026-05-15T14:58:42.198Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36552026-05-15T14:58:42.288Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36562026-05-15T14:58:42.305Z Checking papergrid v0.17.0
36572026-05-15T14:58:42.520Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36582026-05-15T14:58:42.671Z Checking libscf-sys v1.1.0
36592026-05-15T14:58:42.807Z Checking testing_table v0.3.0
36602026-05-15T14:58:42.878Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36612026-05-15T14:58:42.894Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36622026-05-15T14:58:42.908Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36632026-05-15T14:58:43.026Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36642026-05-15T14:58:43.080Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36652026-05-15T14:58:43.236Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36662026-05-15T14:58:43.274Z Checking corncobs v0.1.4
36672026-05-15T14:58:43.334Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36682026-05-15T14:58:43.406Z Compiling illumos-nvpair-sys v0.2.0
36692026-05-15T14:58:43.424Z Compiling unicase v2.9.0
36702026-05-15T14:58:43.488Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36712026-05-15T14:58:43.608Z Checking tabled v0.20.0
36722026-05-15T14:58:43.645Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36732026-05-15T14:58:43.662Z Compiling mime_guess v2.0.5
36742026-05-15T14:58:43.704Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36752026-05-15T14:58:43.793Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36762026-05-15T14:58:43.863Z Checking progenitor-client v0.11.2
36772026-05-15T14:58:44.019Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36782026-05-15T14:58:44.041Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36792026-05-15T14:58:44.105Z Checking secrecy v0.8.0
36802026-05-15T14:58:44.131Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36812026-05-15T14:58:44.343Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36822026-05-15T14:58:44.359Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36832026-05-15T14:58:44.580Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36842026-05-15T14:58:44.697Z Compiling typify-macro v0.4.3
36852026-05-15T14:58:44.768Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36862026-05-15T14:58:44.798Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36872026-05-15T14:58:44.822Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
36882026-05-15T14:58:44.857Z Checking filetime v0.2.27
36892026-05-15T14:58:45.001Z Checking crc8 v0.1.1
36902026-05-15T14:58:45.099Z Checking http-range v0.1.5
36912026-05-15T14:58:45.146Z Checking xattr v1.6.1
36922026-05-15T14:58:45.282Z Checking tar v0.4.45
36932026-05-15T14:58:45.428Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36942026-05-15T14:58:45.571Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36952026-05-15T14:58:45.660Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36962026-05-15T14:58:45.675Z Checking illumos-nvpair v0.3.0
36972026-05-15T14:58:45.755Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36982026-05-15T14:58:45.831Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36992026-05-15T14:58:45.850Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37002026-05-15T14:58:45.926Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37012026-05-15T14:58:46.140Z Checking atty v0.2.14
37022026-05-15T14:58:46.246Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37032026-05-15T14:58:46.338Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37042026-05-15T14:58:46.385Z Compiling typify v0.4.3
37052026-05-15T14:58:46.501Z Compiling progenitor-impl v0.11.2
37062026-05-15T14:58:46.670Z Compiling progenitor-impl v0.10.0
37072026-05-15T14:58:46.923Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37082026-05-15T14:58:47.047Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37092026-05-15T14:58:47.300Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37102026-05-15T14:58:47.450Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37112026-05-15T14:58:47.894Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37122026-05-15T14:58:48.082Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37132026-05-15T14:58:48.181Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37142026-05-15T14:58:48.291Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37152026-05-15T14:58:48.357Z Checking hyper-staticfile v0.10.1
37162026-05-15T14:58:48.418Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37172026-05-15T14:58:48.519Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37182026-05-15T14:58:48.718Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37192026-05-15T14:58:48.735Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37202026-05-15T14:58:48.946Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37212026-05-15T14:58:49.006Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37222026-05-15T14:58:49.103Z Compiling progenitor-macro v0.11.2
37232026-05-15T14:58:49.120Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37242026-05-15T14:58:49.223Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37252026-05-15T14:58:49.270Z Compiling progenitor-macro v0.10.0
37262026-05-15T14:58:51.888Z Checking progenitor v0.11.2
37272026-05-15T14:58:52.025Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37282026-05-15T14:58:52.111Z Checking progenitor v0.10.0
37292026-05-15T14:58:52.231Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37302026-05-15T14:58:56.619Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37312026-05-15T14:59:08.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.87s
37322026-05-15T14:59:08.369Z
37332026-05-15T14:59:08.369Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37342026-05-15T14:59:08.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-05-15T14:59:08.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-05-15T14:59:09.152Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37372026-05-15T14:59:19.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
37382026-05-15T14:59:19.983Z
37392026-05-15T14:59:19.983Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37402026-05-15T14:59:20.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-05-15T14:59:20.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-05-15T14:59:20.766Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37432026-05-15T14:59:31.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
37442026-05-15T14:59:31.612Z
37452026-05-15T14:59:31.612Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37462026-05-15T14:59:32.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-05-15T14:59:32.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-05-15T14:59:32.395Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37492026-05-15T14:59:43.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
37502026-05-15T14:59:43.268Z
37512026-05-15T14:59:43.268Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37522026-05-15T14:59:43.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-05-15T14:59:43.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-05-15T14:59:44.053Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37552026-05-15T14:59:54.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
37562026-05-15T14:59:54.876Z
37572026-05-15T14:59:54.876Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37582026-05-15T14:59:55.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-05-15T14:59:55.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-05-15T14:59:55.660Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37612026-05-15T15:00:06.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
37622026-05-15T15:00:06.492Z
37632026-05-15T15:00:06.492Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37642026-05-15T15:00:07.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-05-15T15:00:07.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-05-15T15:00:07.279Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37672026-05-15T15:00:17.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
37682026-05-15T15:00:18.167Z
37692026-05-15T15:00:18.167Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37702026-05-15T15:00:18.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-05-15T15:00:18.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-05-15T15:00:18.955Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37732026-05-15T15:00:29.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
37742026-05-15T15:00:29.828Z
37752026-05-15T15:00:29.828Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
37762026-05-15T15:00:30.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-05-15T15:00:30.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-05-15T15:00:30.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37792026-05-15T15:00:30.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37802026-05-15T15:00:30.436Z
37812026-05-15T15:00:30.436Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
37822026-05-15T15:00:30.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-05-15T15:00:30.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-05-15T15:00:30.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37852026-05-15T15:00:30.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37862026-05-15T15:00:31.048Z
37872026-05-15T15:00:31.048Zinfo: running `cargo check --bins` on range-requests (193/274)
37882026-05-15T15:00:31.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-05-15T15:00:31.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-05-15T15:00:31.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37912026-05-15T15:00:31.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37922026-05-15T15:00:31.648Z
37932026-05-15T15:00:31.648Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
37942026-05-15T15:00:32.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-05-15T15:00:32.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-05-15T15:00:32.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-05-15T15:00:32.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37982026-05-15T15:00:32.248Z
37992026-05-15T15:00:32.248Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
38002026-05-15T15:00:32.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-05-15T15:00:32.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-05-15T15:00:32.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-05-15T15:00:32.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38042026-05-15T15:00:32.872Z
38052026-05-15T15:00:32.872Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
38062026-05-15T15:00:33.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-05-15T15:00:33.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-05-15T15:00:33.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-05-15T15:00:33.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38102026-05-15T15:00:33.490Z
38112026-05-15T15:00:33.490Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
38122026-05-15T15:00:34.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-05-15T15:00:34.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-05-15T15:00:34.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-05-15T15:00:34.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38162026-05-15T15:00:34.112Z
38172026-05-15T15:00:34.112Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
38182026-05-15T15:00:34.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-05-15T15:00:34.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-05-15T15:00:34.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-05-15T15:00:34.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38222026-05-15T15:00:34.735Z
38232026-05-15T15:00:34.735Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38242026-05-15T15:00:35.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-05-15T15:00:35.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-05-15T15:00:35.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-05-15T15:00:35.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38282026-05-15T15:00:35.360Z
38292026-05-15T15:00:35.360Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38302026-05-15T15:00:35.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-05-15T15:00:35.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-05-15T15:00:35.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-05-15T15:00:35.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38342026-05-15T15:00:35.987Z
38352026-05-15T15:00:35.987Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38362026-05-15T15:00:36.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-05-15T15:00:36.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-05-15T15:00:36.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-05-15T15:00:36.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38402026-05-15T15:00:36.618Z
38412026-05-15T15:00:36.618Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38422026-05-15T15:00:37.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-05-15T15:00:37.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-05-15T15:00:37.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-05-15T15:00:37.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38462026-05-15T15:00:37.245Z
38472026-05-15T15:00:37.245Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38482026-05-15T15:00:37.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-05-15T15:00:37.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-05-15T15:00:37.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-05-15T15:00:37.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38522026-05-15T15:00:37.874Z
38532026-05-15T15:00:37.874Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38542026-05-15T15:00:38.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-05-15T15:00:38.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-05-15T15:00:38.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-05-15T15:00:38.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38582026-05-15T15:00:38.534Z
38592026-05-15T15:00:38.534Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38602026-05-15T15:00:39.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-05-15T15:00:39.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-05-15T15:00:39.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-05-15T15:00:39.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38642026-05-15T15:00:39.170Z
38652026-05-15T15:00:39.171Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38662026-05-15T15:00:39.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-05-15T15:00:39.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-05-15T15:00:39.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-05-15T15:00:39.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38702026-05-15T15:00:39.817Z
38712026-05-15T15:00:39.817Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38722026-05-15T15:00:40.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-05-15T15:00:40.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-05-15T15:00:40.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38752026-05-15T15:00:40.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38762026-05-15T15:00:40.481Z
38772026-05-15T15:00:40.481Zinfo: running `cargo check --bins` on update-common (208/274)
38782026-05-15T15:00:40.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-05-15T15:00:40.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-05-15T15:00:40.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38812026-05-15T15:00:41.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38822026-05-15T15:00:41.091Z
38832026-05-15T15:00:41.091Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
38842026-05-15T15:00:41.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-05-15T15:00:41.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-05-15T15:00:41.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-05-15T15:00:41.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38882026-05-15T15:00:41.748Z
38892026-05-15T15:00:41.748Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
38902026-05-15T15:00:42.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-05-15T15:00:42.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-05-15T15:00:42.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-05-15T15:00:42.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38942026-05-15T15:00:42.332Z
38952026-05-15T15:00:42.332Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
38962026-05-15T15:00:42.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-05-15T15:00:42.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-05-15T15:00:43.108Z Compiling fs-err v2.11.0
38992026-05-15T15:00:43.111Z Checking ignore v0.4.25
39002026-05-15T15:00:43.111Z Checking arc-swap v1.8.2
39012026-05-15T15:00:43.243Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39022026-05-15T15:00:43.246Z Checking predicates-tree v1.0.13
39032026-05-15T15:00:43.249Z Checking parse-size v1.1.0
39042026-05-15T15:00:43.272Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39052026-05-15T15:00:43.284Z Checking rand_seeder v0.4.0
39062026-05-15T15:00:43.349Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39072026-05-15T15:00:43.370Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39082026-05-15T15:00:43.422Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39092026-05-15T15:00:43.435Z Checking slog-scope v4.4.1
39102026-05-15T15:00:43.469Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39112026-05-15T15:00:43.561Z Checking slog-stdlog v4.1.1
39122026-05-15T15:00:43.576Z Compiling petname v2.0.2
39132026-05-15T15:00:43.591Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39142026-05-15T15:00:43.618Z Checking globwalk v0.9.1
39152026-05-15T15:00:43.663Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39162026-05-15T15:00:43.681Z Checking slog-envlogger v2.2.0
39172026-05-15T15:00:43.796Z Checking camino-tempfile-ext v0.3.3
39182026-05-15T15:00:43.830Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39192026-05-15T15:00:43.875Z Checking sapling-renderdag v0.1.0
39202026-05-15T15:00:43.988Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39212026-05-15T15:00:44.016Z Checking subprocess v0.2.15
39222026-05-15T15:00:44.111Z Checking sync-ptr v0.1.4
39232026-05-15T15:00:44.219Z Checking colored v2.2.0
39242026-05-15T15:00:44.232Z Checking assert_matches v1.5.0
39252026-05-15T15:00:44.295Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39262026-05-15T15:00:44.455Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39272026-05-15T15:00:44.455Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39282026-05-15T15:00:45.204Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39292026-05-15T15:00:46.529Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39302026-05-15T15:00:48.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.39s
39312026-05-15T15:00:48.941Z
39322026-05-15T15:00:48.941Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39332026-05-15T15:00:49.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-05-15T15:00:49.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-05-15T15:00:49.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39362026-05-15T15:00:49.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39372026-05-15T15:00:49.532Z
39382026-05-15T15:00:49.532Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39392026-05-15T15:00:50.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-05-15T15:00:50.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-05-15T15:00:50.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39422026-05-15T15:00:50.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39432026-05-15T15:00:50.143Z
39442026-05-15T15:00:50.143Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39452026-05-15T15:00:50.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-05-15T15:00:50.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-05-15T15:00:50.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-05-15T15:00:50.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39492026-05-15T15:00:50.803Z
39502026-05-15T15:00:50.803Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39512026-05-15T15:00:51.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-05-15T15:00:51.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-05-15T15:00:51.535Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39542026-05-15T15:00:51.535Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39552026-05-15T15:00:52.176Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39562026-05-15T15:00:53.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s
39572026-05-15T15:00:53.968Z
39582026-05-15T15:00:53.968Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39592026-05-15T15:00:54.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-05-15T15:00:54.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-05-15T15:00:54.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-05-15T15:00:54.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39632026-05-15T15:00:54.567Z
39642026-05-15T15:00:54.567Zinfo: running `cargo check --bins` on cert-dev (217/274)
39652026-05-15T15:00:55.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-05-15T15:00:55.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-05-15T15:00:55.173Z Checking yasna v0.5.2
39682026-05-15T15:00:55.584Z Checking rcgen v0.12.1
39692026-05-15T15:00:55.836Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39702026-05-15T15:00:56.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
39712026-05-15T15:00:56.202Z
39722026-05-15T15:00:56.202Zinfo: running `cargo check --bins` on clickana (218/274)
39732026-05-15T15:00:56.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-05-15T15:00:56.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-05-15T15:00:56.847Z Compiling darling_core v0.23.0
39762026-05-15T15:00:56.850Z Compiling instability v0.3.11
39772026-05-15T15:00:56.957Z Checking castaway v0.2.4
39782026-05-15T15:00:56.971Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39792026-05-15T15:00:56.976Z Compiling indoc v2.0.7
39802026-05-15T15:00:56.979Z Checking unicode-truncate v1.1.0
39812026-05-15T15:00:56.989Z Checking lru v0.12.5
39822026-05-15T15:00:56.998Z Checking cassowary v0.3.0
39832026-05-15T15:00:57.052Z Checking compact_str v0.8.1
39842026-05-15T15:00:58.010Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39852026-05-15T15:00:58.193Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39862026-05-15T15:00:58.364Z Compiling darling_macro v0.23.0
39872026-05-15T15:00:58.772Z Compiling darling v0.23.0
39882026-05-15T15:00:59.371Z Checking ratatui v0.29.0
39892026-05-15T15:01:00.414Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39902026-05-15T15:01:01.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s
39912026-05-15T15:01:01.272Z
39922026-05-15T15:01:01.272Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
39932026-05-15T15:01:01.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-05-15T15:01:01.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-05-15T15:01:01.997Z Checking headers-core v0.3.0
39962026-05-15T15:01:02.000Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39972026-05-15T15:01:02.196Z Checking headers v0.4.1
39982026-05-15T15:01:02.565Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39992026-05-15T15:01:03.425Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40002026-05-15T15:01:03.928Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40012026-05-15T15:01:04.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
40022026-05-15T15:01:04.553Z
40032026-05-15T15:01:04.553Zinfo: running `cargo check --bins` on ch-dev (220/274)
40042026-05-15T15:01:05.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-05-15T15:01:05.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-05-15T15:01:05.278Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40072026-05-15T15:01:06.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40082026-05-15T15:01:06.243Z
40092026-05-15T15:01:06.243Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
40102026-05-15T15:01:06.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-05-15T15:01:06.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-05-15T15:01:06.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-05-15T15:01:06.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40142026-05-15T15:01:06.714Z
40152026-05-15T15:01:06.714Zinfo: running `cargo check --bins` on crdb-seed (222/274)
40162026-05-15T15:01:07.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-05-15T15:01:07.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-05-15T15:01:07.431Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40192026-05-15T15:01:08.425Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40202026-05-15T15:01:08.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
40212026-05-15T15:01:08.971Z
40222026-05-15T15:01:08.971Zinfo: running `cargo check --bins` on db-dev (223/274)
40232026-05-15T15:01:09.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-05-15T15:01:09.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-05-15T15:01:09.690Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40262026-05-15T15:01:10.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40272026-05-15T15:01:10.652Z
40282026-05-15T15:01:10.652Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40292026-05-15T15:01:11.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-05-15T15:01:11.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-05-15T15:01:11.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40322026-05-15T15:01:11.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40332026-05-15T15:01:11.294Z
40342026-05-15T15:01:11.295Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40352026-05-15T15:01:11.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-05-15T15:01:11.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-05-15T15:01:11.911Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40382026-05-15T15:01:12.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
40392026-05-15T15:01:12.772Z
40402026-05-15T15:01:12.772Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40412026-05-15T15:01:13.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-05-15T15:01:13.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-05-15T15:01:13.529Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40442026-05-15T15:01:13.529Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40452026-05-15T15:01:13.533Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40462026-05-15T15:01:13.533Z Checking git-stub v1.0.0
40472026-05-15T15:01:13.533Z Compiling trait-variant v0.1.2
40482026-05-15T15:01:13.533Z Checking is_ci v1.2.0
40492026-05-15T15:01:13.533Z Checking maplit v1.0.2
40502026-05-15T15:01:13.687Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40512026-05-15T15:01:13.739Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40522026-05-15T15:01:13.765Z Checking supports-color v3.0.2
40532026-05-15T15:01:13.788Z Checking git-stub-vcs v0.1.0
40542026-05-15T15:01:13.862Z Checking drift v0.1.4
40552026-05-15T15:01:13.882Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40562026-05-15T15:01:13.902Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40572026-05-15T15:01:13.985Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40582026-05-15T15:01:14.096Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40592026-05-15T15:01:14.158Z Checking dropshot-api-manager v0.7.1
40602026-05-15T15:01:14.173Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40612026-05-15T15:01:14.176Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40622026-05-15T15:01:14.399Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40632026-05-15T15:01:14.445Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40642026-05-15T15:01:14.632Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40652026-05-15T15:01:14.904Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40662026-05-15T15:01:19.841Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40672026-05-15T15:01:20.926Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40682026-05-15T15:01:21.491Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40692026-05-15T15:01:21.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.14s
40702026-05-15T15:01:22.127Z
40712026-05-15T15:01:22.127Zinfo: running `cargo check --bins` on installinator-api (227/274)
40722026-05-15T15:01:22.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-05-15T15:01:22.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-05-15T15:01:22.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40752026-05-15T15:01:22.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40762026-05-15T15:01:22.731Z
40772026-05-15T15:01:22.731Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
40782026-05-15T15:01:23.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-05-15T15:01:23.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-05-15T15:01:23.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40812026-05-15T15:01:23.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40822026-05-15T15:01:23.381Z
40832026-05-15T15:01:23.381Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
40842026-05-15T15:01:23.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-05-15T15:01:23.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-05-15T15:01:23.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-05-15T15:01:23.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40882026-05-15T15:01:24.016Z
40892026-05-15T15:01:24.016Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
40902026-05-15T15:01:24.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-05-15T15:01:24.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-05-15T15:01:24.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-05-15T15:01:24.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40942026-05-15T15:01:24.653Z
40952026-05-15T15:01:24.653Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
40962026-05-15T15:01:25.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-05-15T15:01:25.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-05-15T15:01:25.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-05-15T15:01:25.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41002026-05-15T15:01:25.260Z
41012026-05-15T15:01:25.260Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
41022026-05-15T15:01:25.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-05-15T15:01:25.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-05-15T15:01:25.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-05-15T15:01:25.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41062026-05-15T15:01:25.854Z
41072026-05-15T15:01:25.854Zinfo: running `cargo check --bins` on wicketd-api (233/274)
41082026-05-15T15:01:26.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-05-15T15:01:26.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-05-15T15:01:26.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41112026-05-15T15:01:26.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41122026-05-15T15:01:26.473Z
41132026-05-15T15:01:26.474Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
41142026-05-15T15:01:26.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-05-15T15:01:26.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-05-15T15:01:27.090Z Checking typeid v1.0.3
41172026-05-15T15:01:27.204Z Checking ordered-float v2.10.1
41182026-05-15T15:01:27.223Z Checking unicode-xid v0.2.6
41192026-05-15T15:01:27.235Z Checking cargo-platform v0.2.0
41202026-05-15T15:01:27.247Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41212026-05-15T15:01:27.270Z Checking erased-serde v0.4.9
41222026-05-15T15:01:27.405Z Checking serde-value v0.7.0
41232026-05-15T15:01:27.581Z Checking serde-untagged v0.1.9
41242026-05-15T15:01:27.733Z Checking cargo-util-schemas v0.8.2
41252026-05-15T15:01:28.410Z Checking cargo_metadata v0.21.0
41262026-05-15T15:01:29.008Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41272026-05-15T15:01:29.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
41282026-05-15T15:01:29.870Z
41292026-05-15T15:01:29.870Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41302026-05-15T15:01:30.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-05-15T15:01:30.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-05-15T15:01:30.604Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41332026-05-15T15:01:31.239Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41342026-05-15T15:01:31.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
41352026-05-15T15:01:31.956Z
41362026-05-15T15:01:31.956Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41372026-05-15T15:01:32.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-05-15T15:01:32.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-05-15T15:01:32.814Z Compiling vergen-gitcl v1.0.8
41402026-05-15T15:01:32.814Z Compiling dirs-sys-next v0.1.2
41412026-05-15T15:01:32.814Z Compiling glob v0.3.3
41422026-05-15T15:01:32.814Z Compiling crunchy v0.2.4
41432026-05-15T15:01:32.817Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41442026-05-15T15:01:32.817Z Compiling diesel_derives v2.3.7
41452026-05-15T15:01:32.817Z Compiling dsl_auto_type v0.2.0
41462026-05-15T15:01:32.817Z Checking scheduled-thread-pool v0.2.7
41472026-05-15T15:01:33.083Z Compiling dirs-next v2.0.0
41482026-05-15T15:01:33.183Z Compiling diesel_table_macro_syntax v0.3.0
41492026-05-15T15:01:33.209Z Compiling tiny-keccak v2.0.2
41502026-05-15T15:01:33.212Z Compiling term v0.7.0
41512026-05-15T15:01:33.352Z Checking r2d2 v0.8.10
41522026-05-15T15:01:33.376Z Compiling clang-sys v1.8.1
41532026-05-15T15:01:33.391Z Checking downcast-rs v2.0.2
41542026-05-15T15:01:33.431Z Compiling bit-vec v0.6.3
41552026-05-15T15:01:33.485Z Compiling ascii-canvas v3.0.0
41562026-05-15T15:01:33.660Z Compiling bit-set v0.5.3
41572026-05-15T15:01:33.731Z Compiling itertools v0.10.5
41582026-05-15T15:01:33.763Z Compiling ena v0.14.4
41592026-05-15T15:01:33.782Z Compiling libloading v0.8.9
41602026-05-15T15:01:33.818Z Compiling diff v0.1.13
41612026-05-15T15:01:33.832Z Compiling bindgen v0.71.1
41622026-05-15T15:01:33.952Z Compiling regex-syntax v0.6.29
41632026-05-15T15:01:34.005Z Compiling cexpr v0.6.0
41642026-05-15T15:01:34.086Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41652026-05-15T15:01:34.264Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41662026-05-15T15:01:34.302Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41672026-05-15T15:01:34.417Z Compiling libxml v0.3.3
41682026-05-15T15:01:34.644Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41692026-05-15T15:01:34.734Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41702026-05-15T15:01:34.792Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41712026-05-15T15:01:34.874Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41722026-05-15T15:01:34.954Z Compiling strum_macros v0.24.3
41732026-05-15T15:01:34.979Z Compiling indoc v1.0.9
41742026-05-15T15:01:35.410Z Compiling lalrpop v0.19.12
41752026-05-15T15:01:36.002Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41762026-05-15T15:01:36.019Z Checking derive_builder v0.20.2
41772026-05-15T15:01:36.134Z Compiling oso-derive v0.27.3
41782026-05-15T15:01:36.193Z Checking quick-xml v0.37.5
41792026-05-15T15:01:36.286Z Compiling impl-trait-for-tuples v0.2.3
41802026-05-15T15:01:36.626Z Checking openssl-probe v0.1.6
41812026-05-15T15:01:36.766Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41822026-05-15T15:01:37.059Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41832026-05-15T15:01:37.255Z Checking bb8 v0.8.6
41842026-05-15T15:01:37.513Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41852026-05-15T15:01:37.542Z Checking nonempty v0.12.0
41862026-05-15T15:01:37.596Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41872026-05-15T15:01:37.702Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41882026-05-15T15:01:37.739Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41892026-05-15T15:01:37.811Z Checking console v0.16.2
41902026-05-15T15:01:37.833Z Checking unit-prefix v0.5.2
41912026-05-15T15:01:37.914Z Checking support-bundle-viewer v0.1.2
41922026-05-15T15:01:37.965Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41932026-05-15T15:01:38.112Z Checking indicatif v0.18.4
41942026-05-15T15:01:38.159Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41952026-05-15T15:01:38.309Z Checking multimap v0.10.1
41962026-05-15T15:01:38.869Z Checking diesel v2.3.7
41972026-05-15T15:01:40.601Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41982026-05-15T15:01:41.160Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41992026-05-15T15:01:41.454Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42002026-05-15T15:01:42.302Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42012026-05-15T15:01:42.905Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42022026-05-15T15:01:43.026Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42032026-05-15T15:01:43.365Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42042026-05-15T15:01:43.555Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42052026-05-15T15:01:45.616Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42062026-05-15T15:01:50.603Z Compiling samael v0.0.19
42072026-05-15T15:01:54.295Z Checking async-bb8-diesel v0.2.1
42082026-05-15T15:01:54.648Z Checking diesel-dtrace v0.5.0
42092026-05-15T15:01:55.600Z Compiling polar-core v0.27.3
42102026-05-15T15:02:00.046Z Checking oso v0.27.3
42112026-05-15T15:02:36.606Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42122026-05-15T15:03:09.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42132026-05-15T15:03:10.075Z
42142026-05-15T15:03:10.075Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
42152026-05-15T15:03:10.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-05-15T15:03:10.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-05-15T15:03:10.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42182026-05-15T15:03:10.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42192026-05-15T15:03:10.737Z
42202026-05-15T15:03:10.737Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
42212026-05-15T15:03:11.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42222026-05-15T15:03:11.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42232026-05-15T15:03:11.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42242026-05-15T15:03:11.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42252026-05-15T15:03:11.391Z
42262026-05-15T15:03:11.391Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42272026-05-15T15:03:11.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42282026-05-15T15:03:11.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42292026-05-15T15:03:11.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42302026-05-15T15:03:11.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42312026-05-15T15:03:11.986Z
42322026-05-15T15:03:11.986Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42332026-05-15T15:03:12.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42342026-05-15T15:03:12.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42352026-05-15T15:03:12.862Z Compiling libz-sys v1.1.24
42362026-05-15T15:03:12.994Z Compiling libgit2-sys v0.18.3+1.9.2
42372026-05-15T15:03:13.005Z Compiling vergen-git2 v1.0.7
42382026-05-15T15:03:13.014Z Compiling rustls v0.21.12
42392026-05-15T15:03:13.033Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42402026-05-15T15:03:13.040Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42412026-05-15T15:03:13.040Z Checking rustls-webpki v0.101.7
42422026-05-15T15:03:13.043Z Checking sct v0.7.1
42432026-05-15T15:03:13.194Z Compiling nix v0.29.0
42442026-05-15T15:03:13.211Z Compiling dropshot v0.16.7
42452026-05-15T15:03:13.254Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42462026-05-15T15:03:13.297Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42472026-05-15T15:03:13.372Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42482026-05-15T15:03:13.477Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42492026-05-15T15:03:13.492Z Checking toml v0.9.12+spec-1.1.0
42502026-05-15T15:03:13.518Z Compiling dropshot_endpoint v0.16.7
42512026-05-15T15:03:13.694Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42522026-05-15T15:03:13.835Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42532026-05-15T15:03:14.039Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42542026-05-15T15:03:14.094Z Checking rustls-pemfile v1.0.4
42552026-05-15T15:03:14.232Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42562026-05-15T15:03:14.423Z Checking twox-hash v2.1.2
42572026-05-15T15:03:14.441Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42582026-05-15T15:03:14.698Z Checking tokio-rustls v0.24.1
42592026-05-15T15:03:15.178Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42602026-05-15T15:03:15.319Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42612026-05-15T15:03:15.354Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42622026-05-15T15:03:15.902Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42632026-05-15T15:03:16.000Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42642026-05-15T15:03:16.025Z Checking fatfs v0.3.6
42652026-05-15T15:03:16.070Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42662026-05-15T15:03:16.140Z Compiling seq-macro v0.3.6
42672026-05-15T15:03:19.893Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42682026-05-15T15:03:20.022Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42692026-05-15T15:03:20.469Z Compiling git2 v0.20.4
42702026-05-15T15:03:22.666Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42712026-05-15T15:04:09.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.49s
42722026-05-15T15:04:09.708Z
42732026-05-15T15:04:09.708Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274)
42742026-05-15T15:04:10.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42752026-05-15T15:04:10.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42762026-05-15T15:04:10.598Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42772026-05-15T15:04:49.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.50s
42782026-05-15T15:04:49.435Z
42792026-05-15T15:04:49.435Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/274)
42802026-05-15T15:04:49.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42812026-05-15T15:04:49.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42822026-05-15T15:04:49.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42832026-05-15T15:04:49.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42842026-05-15T15:04:50.026Z
42852026-05-15T15:04:50.026Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/274)
42862026-05-15T15:04:50.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42872026-05-15T15:04:50.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42882026-05-15T15:04:50.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42892026-05-15T15:04:50.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42902026-05-15T15:04:50.671Z
42912026-05-15T15:04:50.671Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274)
42922026-05-15T15:04:51.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-05-15T15:04:51.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-05-15T15:04:51.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42952026-05-15T15:04:51.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42962026-05-15T15:04:51.335Z
42972026-05-15T15:04:51.335Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/274)
42982026-05-15T15:04:51.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-05-15T15:04:51.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-05-15T15:04:51.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43012026-05-15T15:04:51.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43022026-05-15T15:04:51.988Z
43032026-05-15T15:04:51.988Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/274)
43042026-05-15T15:04:52.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43052026-05-15T15:04:52.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43062026-05-15T15:04:52.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43072026-05-15T15:04:52.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43082026-05-15T15:04:52.634Z
43092026-05-15T15:04:52.634Zinfo: running `cargo check --bins` on nexus-networking (247/274)
43102026-05-15T15:04:53.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43112026-05-15T15:04:53.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43122026-05-15T15:04:53.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43132026-05-15T15:04:53.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43142026-05-15T15:04:53.293Z
43152026-05-15T15:04:53.294Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/274)
43162026-05-15T15:04:53.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43172026-05-15T15:04:53.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43182026-05-15T15:04:53.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43192026-05-15T15:04:53.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43202026-05-15T15:04:53.970Z
43212026-05-15T15:04:53.970Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274)
43222026-05-15T15:04:54.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43232026-05-15T15:04:54.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43242026-05-15T15:04:54.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43252026-05-15T15:04:54.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43262026-05-15T15:04:54.645Z
43272026-05-15T15:04:54.645Zinfo: running `cargo check --bins` on omicron-dev (250/274)
43282026-05-15T15:04:55.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43292026-05-15T15:04:55.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43302026-05-15T15:04:55.555Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43312026-05-15T15:04:55.561Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43322026-05-15T15:04:55.750Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43332026-05-15T15:04:55.774Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43342026-05-15T15:04:55.797Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43352026-05-15T15:04:55.814Z Checking yansi v1.0.1
43362026-05-15T15:04:55.818Z Checking diff v0.1.13
43372026-05-15T15:04:55.818Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43382026-05-15T15:04:55.889Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43392026-05-15T15:04:56.085Z Checking pretty_assertions v1.4.1
43402026-05-15T15:04:56.719Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43412026-05-15T15:04:57.037Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43422026-05-15T15:05:20.490Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43432026-05-15T15:05:20.490Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43442026-05-15T15:05:20.493Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43452026-05-15T15:05:20.493Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43462026-05-15T15:05:20.493Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43472026-05-15T15:05:20.493Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43482026-05-15T15:05:21.297Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43492026-05-15T15:05:22.396Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43502026-05-15T15:06:01.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
43512026-05-15T15:06:01.352Z
43522026-05-15T15:06:01.352Zinfo: running `cargo check --bins` on omicron-pins (251/274)
43532026-05-15T15:06:01.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43542026-05-15T15:06:01.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43552026-05-15T15:06:01.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43562026-05-15T15:06:01.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43572026-05-15T15:06:01.949Z
43582026-05-15T15:06:01.949Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274)
43592026-05-15T15:06:02.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43602026-05-15T15:06:02.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43612026-05-15T15:06:02.729Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43622026-05-15T15:06:02.853Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43632026-05-15T15:06:02.858Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43642026-05-15T15:06:28.621Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43652026-05-15T15:06:29.014Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43662026-05-15T15:06:30.736Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43672026-05-15T15:06:31.196Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43682026-05-15T15:06:34.119Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43692026-05-15T15:06:56.948Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43702026-05-15T15:06:57.653Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43712026-05-15T15:06:59.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.33s
43722026-05-15T15:06:59.499Z
43732026-05-15T15:06:59.499Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/274)
43742026-05-15T15:07:00.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43752026-05-15T15:07:00.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43762026-05-15T15:07:00.225Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43772026-05-15T15:07:00.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
43782026-05-15T15:07:01.129Z
43792026-05-15T15:07:01.129Zinfo: running `cargo check --bins` on omicron-releng (254/274)
43802026-05-15T15:07:01.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43812026-05-15T15:07:01.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43822026-05-15T15:07:01.799Z Compiling blake3 v1.8.3
43832026-05-15T15:07:01.908Z Checking arrayvec v0.7.6
43842026-05-15T15:07:01.911Z Checking constant_time_eq v0.4.2
43852026-05-15T15:07:01.911Z Checking arrayref v0.3.9
43862026-05-15T15:07:01.928Z Checking topological-sort v0.2.2
43872026-05-15T15:07:01.931Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43882026-05-15T15:07:01.931Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43892026-05-15T15:07:01.937Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43902026-05-15T15:07:01.981Z Checking shell-words v1.1.1
43912026-05-15T15:07:02.694Z Checking omicron-zone-package v0.12.2
43922026-05-15T15:07:03.397Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43932026-05-15T15:07:04.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
43942026-05-15T15:07:04.423Z
43952026-05-15T15:07:04.423Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/274)
43962026-05-15T15:07:04.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43972026-05-15T15:07:04.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43982026-05-15T15:07:05.078Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43992026-05-15T15:07:05.396Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44002026-05-15T15:07:05.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
44012026-05-15T15:07:05.991Z
44022026-05-15T15:07:05.991Zinfo: running `cargo check --bins` on schema (256/274)
44032026-05-15T15:07:06.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-05-15T15:07:06.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-05-15T15:07:06.725Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44062026-05-15T15:07:07.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
44072026-05-15T15:07:07.643Z
44082026-05-15T15:07:07.643Zinfo: running `cargo check --bins` on xtask (257/274)
44092026-05-15T15:07:08.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-05-15T15:07:08.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-05-15T15:07:08.097Z Checking libc v0.2.185
44122026-05-15T15:07:08.100Z Checking serde v1.0.228
44132026-05-15T15:07:08.100Z Checking zerofrom v0.1.6
44142026-05-15T15:07:08.187Z Checking bitflags v2.11.0
44152026-05-15T15:07:08.192Z Checking smallvec v1.15.1
44162026-05-15T15:07:08.199Z Checking indexmap v2.14.0
44172026-05-15T15:07:08.208Z Checking serde_json v1.0.149
44182026-05-15T15:07:08.211Z Checking scroll v0.12.0
44192026-05-15T15:07:08.280Z Checking yoke v0.8.1
44202026-05-15T15:07:08.333Z Checking num-traits v0.2.19
44212026-05-15T15:07:08.362Z Checking thiserror v1.0.69
44222026-05-15T15:07:08.440Z Checking log v0.4.29
44232026-05-15T15:07:08.450Z Checking zerovec v0.11.5
44242026-05-15T15:07:08.459Z Checking zerotrie v0.2.3
44252026-05-15T15:07:08.462Z Checking errno v0.3.14
44262026-05-15T15:07:08.560Z Checking toml_datetime v0.6.11
44272026-05-15T15:07:08.584Z Checking rustix v1.1.3
44282026-05-15T15:07:08.594Z Checking serde_spanned v0.6.9
44292026-05-15T15:07:08.697Z Checking percent-encoding v2.3.2
44302026-05-15T15:07:08.715Z Checking goblin v0.8.2
44312026-05-15T15:07:08.726Z Checking zerocopy v0.7.35
44322026-05-15T15:07:08.740Z Checking toml_edit v0.22.27
44332026-05-15T15:07:08.809Z Checking getrandom v0.4.1
44342026-05-15T15:07:08.834Z Checking form_urlencoded v1.2.2
44352026-05-15T15:07:08.844Z Checking ordered-float v2.10.1
44362026-05-15T15:07:08.875Z Checking tinystr v0.8.2
44372026-05-15T15:07:08.936Z Checking potential_utf v0.1.4
44382026-05-15T15:07:08.960Z Checking thiserror v2.0.18
44392026-05-15T15:07:09.050Z Checking icu_locale_core v2.1.1
44402026-05-15T15:07:09.063Z Checking icu_collections v2.1.1
44412026-05-15T15:07:09.067Z Checking serde-value v0.7.0
44422026-05-15T15:07:09.067Z Checking syn v2.0.117
44432026-05-15T15:07:09.212Z Checking dtrace-parser v0.2.0
44442026-05-15T15:07:09.266Z Checking thread-id v4.2.2
44452026-05-15T15:07:09.347Z Checking once_cell v1.21.3
44462026-05-15T15:07:09.369Z Checking cargo-platform v0.2.0
44472026-05-15T15:07:09.397Z Checking terminal_size v0.4.3
44482026-05-15T15:07:09.441Z Checking memmap v0.7.0
44492026-05-15T15:07:09.525Z Checking tempfile v3.25.0
44502026-05-15T15:07:09.534Z Checking clap_builder v4.5.60
44512026-05-15T15:07:09.544Z Checking textwrap v0.16.2
44522026-05-15T15:07:09.566Z Checking fs-err v3.3.0
44532026-05-15T15:07:09.602Z Checking icu_provider v2.1.1
44542026-05-15T15:07:09.704Z Checking camino-tempfile v1.4.1
44552026-05-15T15:07:09.740Z Checking tabled v0.15.0
44562026-05-15T15:07:09.740Z Checking anyhow v1.0.102
44572026-05-15T15:07:09.836Z Checking toml v0.8.23
44582026-05-15T15:07:09.847Z Checking icu_normalizer v2.1.1
44592026-05-15T15:07:09.863Z Checking icu_properties v2.1.2
44602026-05-15T15:07:09.945Z Checking macaddr v1.0.1
44612026-05-15T15:07:10.118Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44622026-05-15T15:07:10.144Z Checking cargo_toml v0.21.0
44632026-05-15T15:07:10.577Z Checking dof v0.3.0
44642026-05-15T15:07:10.654Z Checking idna_adapter v1.2.1
44652026-05-15T15:07:10.729Z Checking clap v4.5.60
44662026-05-15T15:07:10.772Z Checking idna v1.1.0
44672026-05-15T15:07:10.862Z Checking usdt-impl v0.5.0
44682026-05-15T15:07:10.992Z Checking url v2.5.8
44692026-05-15T15:07:11.107Z Checking usdt v0.5.0
44702026-05-15T15:07:11.328Z Checking cargo-util-schemas v0.8.2
44712026-05-15T15:07:12.014Z Checking cargo_metadata v0.21.0
44722026-05-15T15:07:12.613Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44732026-05-15T15:07:13.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s
44742026-05-15T15:07:13.149Z
44752026-05-15T15:07:13.149Zinfo: running `cargo check --bins` on dnsadm (258/274)
44762026-05-15T15:07:13.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44772026-05-15T15:07:13.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44782026-05-15T15:07:13.792Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44792026-05-15T15:07:14.270Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44802026-05-15T15:07:14.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
44812026-05-15T15:07:14.868Z
44822026-05-15T15:07:14.868Zinfo: running `cargo check --bins` on end-to-end-tests (259/274)
44832026-05-15T15:07:15.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44842026-05-15T15:07:15.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44852026-05-15T15:07:15.679Z Checking polyval v0.6.2
44862026-05-15T15:07:15.804Z Checking ctr v0.9.2
44872026-05-15T15:07:15.816Z Checking ssh-encoding v0.2.0
44882026-05-15T15:07:15.819Z Checking blowfish v0.9.1
44892026-05-15T15:07:15.837Z Checking password-hash v0.4.2
44902026-05-15T15:07:15.852Z Checking p521 v0.13.3
44912026-05-15T15:07:15.855Z Checking p256 v0.13.2
44922026-05-15T15:07:15.879Z Checking russh-cryptovec v0.7.3
44932026-05-15T15:07:15.945Z Checking ghash v0.5.1
44942026-05-15T15:07:15.958Z Checking bcrypt-pbkdf v0.10.0
44952026-05-15T15:07:15.961Z Checking md5 v0.7.0
44962026-05-15T15:07:15.988Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44972026-05-15T15:07:16.010Z Checking num-bigint v0.4.6
44982026-05-15T15:07:16.056Z Checking pbkdf2 v0.11.0
44992026-05-15T15:07:16.072Z Checking aes-gcm v0.10.3
45002026-05-15T15:07:16.100Z Checking des v0.8.1
45012026-05-15T15:07:16.115Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45022026-05-15T15:07:16.133Z Checking hex-literal v0.4.1
45032026-05-15T15:07:16.220Z Checking ssh-cipher v0.2.0
45042026-05-15T15:07:16.223Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45052026-05-15T15:07:16.248Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45062026-05-15T15:07:16.262Z Checking socket2 v0.5.10
45072026-05-15T15:07:16.265Z Checking internet-checksum v0.2.1
45082026-05-15T15:07:16.391Z Checking ssh-key v0.6.7
45092026-05-15T15:07:16.509Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45102026-05-15T15:07:17.016Z Checking russh-keys v0.45.0
45112026-05-15T15:07:17.559Z Checking russh v0.45.0
45122026-05-15T15:07:33.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.91s
45132026-05-15T15:07:33.994Z
45142026-05-15T15:07:33.994Zinfo: running `cargo check --bins` on gateway-cli (260/274)
45152026-05-15T15:07:34.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45162026-05-15T15:07:34.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45172026-05-15T15:07:34.643Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45182026-05-15T15:07:34.753Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45192026-05-15T15:07:34.761Z Checking termios v0.3.3
45202026-05-15T15:07:35.949Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45212026-05-15T15:07:36.096Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45222026-05-15T15:07:37.876Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45232026-05-15T15:07:38.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s
45242026-05-15T15:07:38.628Z
45252026-05-15T15:07:38.628Zinfo: running `cargo check --bins --no-default-features` on installinator (261/274)
45262026-05-15T15:07:39.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45272026-05-15T15:07:39.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45282026-05-15T15:07:39.350Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45292026-05-15T15:07:39.353Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45302026-05-15T15:07:39.353Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45312026-05-15T15:07:39.353Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45322026-05-15T15:07:39.492Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45332026-05-15T15:07:39.492Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45342026-05-15T15:07:40.208Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45352026-05-15T15:07:40.553Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45362026-05-15T15:07:40.556Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45372026-05-15T15:07:41.177Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45382026-05-15T15:07:42.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
45392026-05-15T15:07:43.013Z
45402026-05-15T15:07:43.013Zinfo: running `cargo check --bins` on internal-dns-cli (262/274)
45412026-05-15T15:07:43.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-05-15T15:07:43.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-05-15T15:07:43.663Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45442026-05-15T15:07:44.118Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45452026-05-15T15:07:44.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45462026-05-15T15:07:44.639Z
45472026-05-15T15:07:44.640Zinfo: running `cargo check --bins` on omicron-live-tests (263/274)
45482026-05-15T15:07:45.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45492026-05-15T15:07:45.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45502026-05-15T15:07:45.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45512026-05-15T15:07:45.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45522026-05-15T15:07:45.248Z
45532026-05-15T15:07:45.248Zinfo: running `cargo check --bins` on live-tests-macros (264/274)
45542026-05-15T15:07:45.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-05-15T15:07:45.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-05-15T15:07:45.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45572026-05-15T15:07:45.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45582026-05-15T15:07:45.862Z
45592026-05-15T15:07:45.862Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274)
45602026-05-15T15:07:46.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45612026-05-15T15:07:46.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45622026-05-15T15:07:46.620Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45632026-05-15T15:07:47.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45642026-05-15T15:07:47.426Z
45652026-05-15T15:07:47.426Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/274)
45662026-05-15T15:07:47.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45672026-05-15T15:07:47.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45682026-05-15T15:07:48.081Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45692026-05-15T15:07:48.087Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45702026-05-15T15:07:48.330Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45712026-05-15T15:07:48.330Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45722026-05-15T15:07:49.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
45732026-05-15T15:07:49.304Z
45742026-05-15T15:07:49.304Zinfo: running `cargo check --bins` on ntp-admin-types (267/274)
45752026-05-15T15:07:49.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45762026-05-15T15:07:49.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45772026-05-15T15:07:49.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45782026-05-15T15:07:49.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45792026-05-15T15:07:49.908Z
45802026-05-15T15:07:49.908Zinfo: running `cargo check --bins` on omicron-package (268/274)
45812026-05-15T15:07:50.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45822026-05-15T15:07:50.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45832026-05-15T15:07:50.588Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45842026-05-15T15:07:51.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
45852026-05-15T15:07:51.876Z
45862026-05-15T15:07:51.876Zinfo: running `cargo check --bins` on tqdb (269/274)
45872026-05-15T15:07:52.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45882026-05-15T15:07:52.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45892026-05-15T15:07:52.662Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45902026-05-15T15:07:53.016Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45912026-05-15T15:07:53.520Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45922026-05-15T15:07:53.520Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45932026-05-15T15:07:59.397Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45942026-05-15T15:07:59.400Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45952026-05-15T15:07:59.972Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45962026-05-15T15:07:59.972Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45972026-05-15T15:07:59.975Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45982026-05-15T15:07:59.976Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45992026-05-15T15:08:00.714Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46002026-05-15T15:08:01.734Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46012026-05-15T15:08:02.498Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46022026-05-15T15:08:03.110Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46032026-05-15T15:08:07.445Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46042026-05-15T15:08:13.738Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46052026-05-15T15:08:13.738Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46062026-05-15T15:08:13.741Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46072026-05-15T15:08:13.741Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46082026-05-15T15:08:15.250Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46092026-05-15T15:08:16.591Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46102026-05-15T15:08:17.271Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46112026-05-15T15:08:18.521Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46122026-05-15T15:08:19.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.19s
46132026-05-15T15:08:19.285Z
46142026-05-15T15:08:19.285Zinfo: running `cargo check --bins` on wicket-dbg (270/274)
46152026-05-15T15:08:19.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46162026-05-15T15:08:19.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46172026-05-15T15:08:20.003Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46182026-05-15T15:08:20.007Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46192026-05-15T15:08:20.007Z Checking rtoolbox v0.0.3
46202026-05-15T15:08:20.136Z Checking tui-tree-widget v0.23.1
46212026-05-15T15:08:20.231Z Checking rpassword v7.4.0
46222026-05-15T15:08:21.242Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46232026-05-15T15:08:24.214Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46242026-05-15T15:08:26.082Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46252026-05-15T15:08:26.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.69s
46262026-05-15T15:08:27.190Z
46272026-05-15T15:08:27.190Zinfo: running `cargo check --bins` on wicket (271/274)
46282026-05-15T15:08:27.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46292026-05-15T15:08:27.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46302026-05-15T15:08:27.894Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46312026-05-15T15:08:28.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
46322026-05-15T15:08:28.456Z
46332026-05-15T15:08:28.456Zinfo: running `cargo check --bins` on wicketd (272/274)
46342026-05-15T15:08:28.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46352026-05-15T15:08:29.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46362026-05-15T15:08:29.180Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46372026-05-15T15:08:29.184Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46382026-05-15T15:08:29.184Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46392026-05-15T15:08:29.184Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46402026-05-15T15:08:30.168Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46412026-05-15T15:08:30.746Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46422026-05-15T15:08:33.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s
46432026-05-15T15:08:33.889Z
46442026-05-15T15:08:33.889Zinfo: running `cargo check --bins` on omicron-workspace-hack (273/274)
46452026-05-15T15:08:34.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46462026-05-15T15:08:34.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46472026-05-15T15:08:34.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46482026-05-15T15:08:34.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46492026-05-15T15:08:34.485Z
46502026-05-15T15:08:34.485Zinfo: running `cargo check --bins` on zone-setup (274/274)
46512026-05-15T15:08:35.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46522026-05-15T15:08:35.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46532026-05-15T15:08:35.171Z Checking uzers v0.12.2
46542026-05-15T15:08:35.442Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46552026-05-15T15:08:36.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
46562026-05-15T15:08:36.391Z
46572026-05-15T15:08:36.391Zreal 14:09.982090927
46582026-05-15T15:08:36.391Zuser 20:32.701837251
46592026-05-15T15:08:36.391Zsys 4:14.676877131
46602026-05-15T15:08:36.391Ztrap 0.330143466
46612026-05-15T15:08:36.391Ztflt 0.669793331
46622026-05-15T15:08:36.392Zdflt 1.100354682
46632026-05-15T15:08:36.392Zkflt 0.004743389
46642026-05-15T15:08:36.398Zlock 1:17:19.952935101
46652026-05-15T15:08:36.398Zslp 1:38:26.267772249
46662026-05-15T15:08:36.398Zlat 57.473178088
46672026-05-15T15:08:36.398Zstop 3:29.863607223
46682026-05-15T15:08:36.398Zprocess exited: duration 988425 ms, exit code 0
 
46692026-05-15T15:08:36.408Zfound 0 output files