01KR46DGAWRKKCXZT5NS5ZD8ZP: 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: 01KR46DVSFBV3DEDEBDSB0WF0J

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-08T16:24:28.927Zjob assigned to worker 01KR46DZ502Z8VV6RRS0EF6K87 [factory aws, i-09c60d12bd11ac197] (queued for 44 s)
 
22026-05-08T16:24:35.103Zstarting task 0: "setup"
32026-05-08T16:24:35.109Z++ uname -s
42026-05-08T16:24:35.111Z+ kern=SunOS
52026-05-08T16:24:35.111Z+ build_user=build
62026-05-08T16:24:35.111Z+ build_uid=12345
72026-05-08T16:24:35.111Z+ work_dir=/work
82026-05-08T16:24:35.111Z+ input_dir=/input
92026-05-08T16:24:35.111Z+ [[ 0 == 12345 ]]
102026-05-08T16:24:35.111Z+ case "$kern" in
112026-05-08T16:24:35.111Z+ groupadd -g 12345 build
122026-05-08T16:24:35.114Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-08T16:24:37.117Z+ zfs create -o mountpoint=/work rpool/work
142026-05-08T16:24:37.159Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-08T16:24:37.161Z+ home_fs=zfs
162026-05-08T16:24:37.161Z+ [[ zfs == autofs ]]
172026-05-08T16:24:37.161Z+ mkdir -p /home/build
182026-05-08T16:24:37.162Z+ chown build:build /home/build /work
192026-05-08T16:24:39.163Z+ chmod 0700 /home/build /work
202026-05-08T16:24:39.165Zprocess exited: duration 4061 ms, exit code 0
 
212026-05-08T16:24:39.171Zstarting task 1: "rust-toolchain"
222026-05-08T16:24:39.174Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-08T16:24:39.174Z * rust toolchain channel = "1.94.0"
242026-05-08T16:24:39.174Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-08T16:24:39.174Z * rust toolchain profile = "default"
262026-05-08T16:24:39.177Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-08T16:24:39.177Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-08T16:24:39.177Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-08T16:24:39.177Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-08T16:24:39.253Zinfo: downloading installer
312026-05-08T16:24:40.519Zwarn: It looks like you have an existing rustup settings file at:
322026-05-08T16:24:40.519Zwarn: /home/build/.rustup/settings.toml
332026-05-08T16:24:40.519Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-08T16:24:40.519Zwarn: instead of the one inferred from the default host triple.
352026-05-08T16:24:40.533Zinfo: profile set to default
362026-05-08T16:24:40.533Zinfo: default host triple is x86_64-unknown-illumos
372026-05-08T16:24:40.535Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-08T16:24:40.662Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-08T16:24:40.665Zinfo: downloading 6 components
402026-05-08T16:24:54.637Z
412026-05-08T16:24:54.637Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-05-08T16:24:54.676Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-08T16:24:54.676Z
442026-05-08T16:24:54.676Z
452026-05-08T16:24:54.676ZRust is installed now. Great!
462026-05-08T16:24:54.676Z
472026-05-08T16:24:54.676ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-08T16:24:54.677Zenvironment variable. This has not been done automatically.
492026-05-08T16:24:54.677Z
502026-05-08T16:24:54.677ZTo configure your current shell, you need to source
512026-05-08T16:24:54.679Zthe corresponding env file under $HOME/.cargo.
522026-05-08T16:24:54.679Z
532026-05-08T16:24:54.679ZThis is usually done by running one of the following (note the leading DOT):
542026-05-08T16:24:54.679Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-08T16:24:54.679Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-08T16:24:54.679Zsource "~/.cargo/env.nu" # For nushell
572026-05-08T16:24:54.680Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-08T16:24:54.680Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-08T16:24:54.680Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-08T16:24:54.680Zwarn: no default linker (`cc`) was found in your PATH
612026-05-08T16:24:54.680Zwarn: many Rust crates require a system C toolchain to build
622026-05-08T16:24:54.765Z+ rustup --version
632026-05-08T16:24:54.774Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-08T16:24:54.776Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-08T16:24:54.795Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-08T16:24:54.798Z+ cargo --version
672026-05-08T16:24:54.811Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-08T16:24:54.813Z+ rustc --version
692026-05-08T16:24:54.833Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-08T16:24:54.836Zprocess exited: duration 15664 ms, exit code 0
 
712026-05-08T16:24:54.841Zstarting task 2: "authentication"
722026-05-08T16:24:54.856Zprocess exited: duration 15 ms, exit code 0
 
732026-05-08T16:24:54.861Zstarting task 3: "clone repository"
742026-05-08T16:24:54.864Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-08T16:24:54.867Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-08T16:24:54.892ZCloning into '/work/oxidecomputer/omicron'...
772026-05-08T16:25:04.295Z+ cd /work/oxidecomputer/omicron
782026-05-08T16:25:04.295Z+ git fetch origin a6d973754c61c599e6e9318552aed5ca73a48de7
792026-05-08T16:25:04.979ZFrom https://github.com/oxidecomputer/omicron
802026-05-08T16:25:04.980Z * branch a6d973754c61c599e6e9318552aed5ca73a48de7 -> FETCH_HEAD
812026-05-08T16:25:04.989Z+ [[ -n mahrens/discard ]]
822026-05-08T16:25:04.992Z++ git branch --show-current
832026-05-08T16:25:04.992Z+ current=main
842026-05-08T16:25:04.992Z+ [[ main != mahrens/discard ]]
852026-05-08T16:25:04.992Z+ git branch -f mahrens/discard a6d973754c61c599e6e9318552aed5ca73a48de7
862026-05-08T16:25:04.995Z+ git checkout -f mahrens/discard
872026-05-08T16:25:05.226ZSwitched to branch 'mahrens/discard'
882026-05-08T16:25:05.228Z+ git reset --hard a6d973754c61c599e6e9318552aed5ca73a48de7
892026-05-08T16:25:05.242ZHEAD is now at a6d973754 add Oximeter metrics for NVMe Discard
902026-05-08T16:25:05.245Zprocess exited: duration 10380 ms, exit code 0
 
912026-05-08T16:25:05.250Zstarting task 4: "build"
922026-05-08T16:25:05.254Z+ source .github/buildomat/ci-env.sh
932026-05-08T16:25:05.254Z++ export CARGO_TERM_COLOR=always
942026-05-08T16:25:05.254Z++ CARGO_TERM_COLOR=always
952026-05-08T16:25:05.256Z+ cargo --version
962026-05-08T16:25:05.264Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-08T16:25:05.266Z+ rustc --version
982026-05-08T16:25:05.286Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-08T16:25:05.289Z+ source ./env.sh
1002026-05-08T16:25:05.289Z++ OLD_SHELL_OPTS=ehxB
1012026-05-08T16:25:05.289Z++ set -o xtrace
1022026-05-08T16:25:05.291Z++++ dirname ./env.sh
1032026-05-08T16:25:05.294Z+++ readlink -f .
1042026-05-08T16:25:05.297Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-08T16:25:05.297Z++ 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-08T16:25:05.297Z++ 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-08T16:25:05.297Z++ 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-08T16:25:05.297Z++ 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-08T16:25:05.297Z++ 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-08T16:25:05.297Z++ 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-08T16:25:05.297Z++ 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-08T16:25:05.297Z++ 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-08T16:25:05.297Z++ case $OLD_SHELL_OPTS in
1142026-05-08T16:25:05.297Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-08T16:25:05.297Z+ 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-08T16:25:05.297Z+ 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-08T16:25:05.297Z+ banner prerequisites
1182026-05-08T16:25:05.297Z
1192026-05-08T16:25:05.297Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-08T16:25:05.297Z # # # # # # # # # # # # # # #
1212026-05-08T16:25:05.297Z # # # # ##### # # ##### # # # # # #### #
1222026-05-08T16:25:05.297Z ##### ##### # ##### # # # # # # # # #
1232026-05-08T16:25:05.297Z # # # # # # # # # # # # # # #
1242026-05-08T16:25:05.297Z # # # ###### # # ###### ### # #### # #### #
1252026-05-08T16:25:05.297Z
1262026-05-08T16:25:05.297Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-08T16:25:06.667Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-08T16:25:06.712Z Startup: Caching catalogs ... Done
1292026-05-08T16:25:06.862ZPlanning: Solver setup ... Done (0.122s)
1302026-05-08T16:25:06.871ZPlanning: Running solver ... Done (0.009s)
1312026-05-08T16:25:06.876ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-08T16:25:06.885ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-08T16:25:06.907ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-08T16:25:06.920ZPlanning: Package planning ... Done (0.013s)
1352026-05-08T16:25:06.922ZPlanning: Merging actions ... Done (0.001s)
1362026-05-08T16:25:07.114ZPlanning: Checking for conflicting actions ... Done (0.192s)
1372026-05-08T16:25:07.116ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-08T16:25:07.924ZPlanning: Evaluating mediators ... Done (0.809s)
1392026-05-08T16:25:07.926ZPlanning: Planning completed in 1.20 seconds
1402026-05-08T16:25:07.933Z Packages to install: 2
1412026-05-08T16:25:07.933Z Estimated space available: 156.10 GB
1422026-05-08T16:25:07.936ZEstimated space to be consumed: 16.95 MB
1432026-05-08T16:25:07.936Z Create boot environment: No
1442026-05-08T16:25:07.936ZCreate backup boot environment: No
1452026-05-08T16:25:07.936Z Rebuild boot archive: No
1462026-05-08T16:25:07.936Z
1472026-05-08T16:25:07.936ZChanged packages:
1482026-05-08T16:25:07.936Zhelios
1492026-05-08T16:25:07.936Z developer/build-essential
1502026-05-08T16:25:07.936Z None -> 11-3.0
1512026-05-08T16:25:07.936Z library/libxmlsec1
1522026-05-08T16:25:07.936Z None -> 1.2.35-3.0
1532026-05-08T16:25:07.958Z
1542026-05-08T16:25:07.958ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-08T16:25:08.447ZDownload: Completed 1.28 MB in 0.49 seconds (2.6M/s)
1562026-05-08T16:25:08.504Z Actions: 1/268 actions (Installing new actions)
1572026-05-08T16:25:08.541Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-08T16:25:08.546ZFinalize: Updating package state database ... Done (0.005s)
1592026-05-08T16:25:08.546ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-08T16:25:08.558ZFinalize: Updating image state ... Done (0.012s)
1612026-05-08T16:25:10.941ZFinalize: Creating fast lookup database ... Done (2.363s)
1622026-05-08T16:25:11.010ZFinalize: Reading search index ... Done (0.012s)
1632026-05-08T16:25:11.012ZFinalize: Updating search index ... Done (0.000s)
1642026-05-08T16:25:11.096ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-08T16:25:11.388ZPlanning: Evaluating mediator changes ... Done
1662026-05-08T16:25:11.494ZPlanning: Checking for conflicting actions ... Done
1672026-05-08T16:25:11.496ZPlanning: Consolidating action changes ... Done
1682026-05-08T16:25:11.656ZPlanning: Evaluating mediators ... Done
1692026-05-08T16:25:11.658ZPlanning: Planning completed in 0.27 seconds
1702026-05-08T16:25:11.679Z Mediators to change: 2
1712026-05-08T16:25:11.679Z Create boot environment: No
1722026-05-08T16:25:11.679ZCreate backup boot environment: No
1732026-05-08T16:25:11.748ZFinalize: Updating package state database ... Done
1742026-05-08T16:25:11.748ZFinalize: Updating package cache ... Done
1752026-05-08T16:25:11.755ZFinalize: Updating image state ... Done
1762026-05-08T16:25:13.727ZFinalize: Creating fast lookup database ... Done
1772026-05-08T16:25:13.789ZFinalize: Reading search index ... Done
1782026-05-08T16:25:13.792ZFinalize: Updating search index ... Done
1792026-05-08T16:25:13.880ZFinalize: Updating package cache ... Done
1802026-05-08T16:25:14.161ZPlanning: Evaluating mediator changes ... Done
1812026-05-08T16:25:14.267ZPlanning: Checking for conflicting actions ... Done
1822026-05-08T16:25:14.269ZPlanning: Consolidating action changes ... Done
1832026-05-08T16:25:14.428ZPlanning: Evaluating mediators ... Done
1842026-05-08T16:25:14.430ZPlanning: Planning completed in 0.27 seconds
1852026-05-08T16:25:14.451Z Mediators to change: 1
1862026-05-08T16:25:14.451Z Create boot environment: No
1872026-05-08T16:25:14.454ZCreate backup boot environment: No
1882026-05-08T16:25:14.505ZFinalize: Updating package state database ... Done
1892026-05-08T16:25:14.505ZFinalize: Updating package cache ... Done
1902026-05-08T16:25:14.512ZFinalize: Updating image state ... Done
1912026-05-08T16:25:16.475ZFinalize: Creating fast lookup database ... Done
1922026-05-08T16:25:16.540ZFinalize: Reading search index ... Done
1932026-05-08T16:25:16.544ZFinalize: Updating search index ... Done
1942026-05-08T16:25:16.616ZFinalize: Updating package cache ... Done
1952026-05-08T16:25:16.923ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-08T16:25:16.923Zapache system 2.4 system
1972026-05-08T16:25:16.923Zclang system 15 system
1982026-05-08T16:25:16.923Zcsh system system illumos
1992026-05-08T16:25:16.923Zctags system system illumos
2002026-05-08T16:25:16.923Zfile vendor vendor darwinsys
2012026-05-08T16:25:16.923Zfile system system illumos
2022026-05-08T16:25:16.923Zgcc vendor 14 vendor
2032026-05-08T16:25:16.923Zgcc system 13 system
2042026-05-08T16:25:16.924Zgcc system 10 system
2052026-05-08T16:25:16.924Zgo system 1.25 system
2062026-05-08T16:25:16.924Zllvm system 15 system
2072026-05-08T16:25:16.924Zmariadb system 11.4 system
2082026-05-08T16:25:16.924Zmta vendor vendor dma
2092026-05-08T16:25:16.924Zopenjdk system 17 system
2102026-05-08T16:25:16.924Zopenjdk system 11 system
2112026-05-08T16:25:16.924Zopenssl vendor 3 vendor
2122026-05-08T16:25:16.924Zperl system 5.40 system
2132026-05-08T16:25:16.924Zpostgresql system 18 system
2142026-05-08T16:25:16.924Zpostgresql system 17 system
2152026-05-08T16:25:16.924Zpython vendor 3 vendor
2162026-05-08T16:25:16.924Zpython system 2 system
2172026-05-08T16:25:16.924Zpython3 vendor 3.13 vendor
2182026-05-08T16:25:16.924Zruby system 3.4 system
2192026-05-08T16:25:16.924Zruby system 3.0 system
2202026-05-08T16:25:16.924Zwords vendor vendor american-english
2212026-05-08T16:25:16.924Zwords system system australian-english
2222026-05-08T16:25:16.924Zwords system system british-english
2232026-05-08T16:25:16.924Zwords system system canadian-english
2242026-05-08T16:25:16.924Zwords system system french
2252026-05-08T16:25:16.924Zwords system system italian
2262026-05-08T16:25:16.924Zwords system system ngerman
2272026-05-08T16:25:16.924Zwords system system ogerman
2282026-05-08T16:25:16.924Zwords system system spanish
2292026-05-08T16:25:17.175ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-08T16:25:17.176Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-08T16:25:17.434ZFMRI IFO
2322026-05-08T16:25:17.434Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-08T16:25:17.434Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-08T16:25:17.434Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-08T16:25:17.434Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-08T16:25:17.434Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-08T16:25:17.434Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-08T16:25:17.434Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-08T16:25:17.434Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-08T16:25:17.434Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-08T16:25:17.666Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-08T16:25:18.329Z Updating crates.io index
2432026-05-08T16:25:18.332Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-08T16:25:18.930Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-08T16:25:20.250Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-08T16:25:21.435Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-08T16:25:25.986Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-08T16:25:27.363Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-08T16:25:33.920Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-08T16:25:36.239Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-08T16:25:37.247Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-08T16:25:39.294Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-08T16:25:40.344Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-08T16:25:41.996Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-08T16:25:42.587Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-08T16:25:44.443Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-08T16:25:45.083Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-05-08T16:25:45.394Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-05-08T16:25:46.035Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2602026-05-08T16:25:46.614Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-05-08T16:25:47.383Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-05-08T16:25:48.221Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-05-08T16:25:48.787Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-05-08T16:25:49.577Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-05-08T16:25:50.398Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2662026-05-08T16:25:50.819Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2672026-05-08T16:25:51.486Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2682026-05-08T16:25:52.506Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692026-05-08T16:25:53.826Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702026-05-08T16:25:54.499Z Updating git repository `https://github.com/oxidecomputer/crucible`
2712026-05-08T16:25:55.464Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2722026-05-08T16:25:56.057Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732026-05-08T16:25:56.338Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742026-05-08T16:25:56.801Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-05-08T16:25:57.162Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2762026-05-08T16:25:57.588Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2772026-05-08T16:25:58.086Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2782026-05-08T16:25:58.451Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2792026-05-08T16:25:59.083Z Updating git repository `https://github.com/illumos/smf-rs`
2802026-05-08T16:25:59.566Z Updating git repository `https://github.com/oxidecomputer/omicron`
2812026-05-08T16:26:10.815Z Downloading crates ...
2822026-05-08T16:26:10.860Z Downloaded block-buffer v0.10.4
2832026-05-08T16:26:10.871Z Downloaded camino-tempfile v1.4.1
2842026-05-08T16:26:10.874Z Downloaded cargo-util-schemas v0.8.2
2852026-05-08T16:26:10.874Z Downloaded anstream v0.6.21
2862026-05-08T16:26:10.876Z Downloaded colorchoice v1.0.4
2872026-05-08T16:26:10.876Z Downloaded thiserror v2.0.18
2882026-05-08T16:26:10.880Z Downloaded pest_derive v2.8.6
2892026-05-08T16:26:10.883Z Downloaded macaddr v1.0.1
2902026-05-08T16:26:10.883Z Downloaded sha2 v0.10.9
2912026-05-08T16:26:10.886Z Downloaded zerofrom-derive v0.1.6
2922026-05-08T16:26:10.886Z Downloaded usdt-attr-macro v0.5.0
2932026-05-08T16:26:10.886Z Downloaded thiserror-impl v1.0.69
2942026-05-08T16:26:10.886Z Downloaded anstyle v1.0.13
2952026-05-08T16:26:10.890Z Downloaded cargo_toml v0.21.0
2962026-05-08T16:26:10.890Z Downloaded camino v1.2.2
2972026-05-08T16:26:10.892Z Downloaded anyhow v1.0.102
2982026-05-08T16:26:10.892Z Downloaded version_check v0.9.5
2992026-05-08T16:26:10.892Z Downloaded ucd-trie v0.1.7
3002026-05-08T16:26:10.895Z Downloaded yoke-derive v0.8.1
3012026-05-08T16:26:10.898Z Downloaded zerofrom v0.1.6
3022026-05-08T16:26:10.898Z Downloaded utf8parse v0.2.2
3032026-05-08T16:26:10.901Z Downloaded unicode-xid v0.2.6
3042026-05-08T16:26:10.901Z Downloaded pest_generator v2.8.6
3052026-05-08T16:26:10.901Z Downloaded toml_write v0.1.2
3062026-05-08T16:26:10.903Z Downloaded toml_datetime v0.6.11
3072026-05-08T16:26:10.903Z Downloaded usdt-macro v0.5.0
3082026-05-08T16:26:10.906Z Downloaded unicode-linebreak v0.1.5
3092026-05-08T16:26:10.906Z Downloaded thiserror-impl v2.0.18
3102026-05-08T16:26:10.912Z Downloaded pretty-hex v0.4.1
3112026-05-08T16:26:10.916Z Downloaded zerovec-derive v0.11.2
3122026-05-08T16:26:10.919Z Downloaded tinystr v0.8.2
3132026-05-08T16:26:10.921Z Downloaded utf8_iter v1.0.4
3142026-05-08T16:26:10.921Z Downloaded thread-id v4.2.2
3152026-05-08T16:26:10.924Z Downloaded usdt v0.5.0
3162026-05-08T16:26:10.924Z Downloaded writeable v0.6.2
3172026-05-08T16:26:10.924Z Downloaded bytecount v0.6.9
3182026-05-08T16:26:10.927Z Downloaded thiserror v1.0.69
3192026-05-08T16:26:10.930Z Downloaded usdt-impl v0.5.0
3202026-05-08T16:26:10.933Z Downloaded potential_utf v0.1.4
3212026-05-08T16:26:10.933Z Downloaded cpufeatures v0.2.17
3222026-05-08T16:26:10.936Z Downloaded typeid v1.0.3
3232026-05-08T16:26:10.936Z Downloaded itoa v1.0.17
3242026-05-08T16:26:10.936Z Downloaded zmij v1.0.21
3252026-05-08T16:26:10.939Z Downloaded toml v0.8.23
3262026-05-08T16:26:10.939Z Downloaded clap_lex v1.0.0
3272026-05-08T16:26:10.941Z Downloaded serde_tokenstream v0.2.3
3282026-05-08T16:26:10.941Z Downloaded serde_spanned v0.6.9
3292026-05-08T16:26:10.944Z Downloaded zerocopy-derive v0.7.35
3302026-05-08T16:26:10.944Z Downloaded scroll v0.12.0
3312026-05-08T16:26:10.946Z Downloaded ordered-float v2.10.1
3322026-05-08T16:26:10.946Z Downloaded textwrap v0.16.2
3332026-05-08T16:26:10.949Z Downloaded yoke v0.8.1
3342026-05-08T16:26:10.952Z Downloaded smawk v0.3.2
3352026-05-08T16:26:10.952Z Downloaded plain v0.2.3
3362026-05-08T16:26:10.952Z Downloaded tabled_derive v0.7.0
3372026-05-08T16:26:10.954Z Downloaded unicode-ident v1.0.24
3382026-05-08T16:26:10.954Z Downloaded proc-macro-error-attr v1.0.4
3392026-05-08T16:26:10.954Z Downloaded stable_deref_trait v1.2.1
3402026-05-08T16:26:10.957Z Downloaded form_urlencoded v1.2.2
3412026-05-08T16:26:10.957Z Downloaded crypto-common v0.1.7
3422026-05-08T16:26:10.960Z Downloaded typenum v1.19.0
3432026-05-08T16:26:10.960Z Downloaded toml_edit v0.22.27
3442026-05-08T16:26:10.963Z Downloaded zerotrie v0.2.3
3452026-05-08T16:26:10.965Z Downloaded url v2.5.8
3462026-05-08T16:26:10.968Z Downloaded terminal_size v0.4.3
3472026-05-08T16:26:10.968Z Downloaded percent-encoding v2.3.2
3482026-05-08T16:26:10.968Z Downloaded scroll_derive v0.12.1
3492026-05-08T16:26:10.971Z Downloaded generic-array v0.14.7
3502026-05-08T16:26:10.971Z Downloaded equivalent v1.0.2
3512026-05-08T16:26:10.971Z Downloaded dtrace-parser v0.2.0
3522026-05-08T16:26:10.973Z Downloaded fs-err v3.3.0
3532026-05-08T16:26:10.976Z Downloaded zerovec v0.11.5
3542026-05-08T16:26:10.978Z Downloaded memmap v0.7.0
3552026-05-08T16:26:10.981Z Downloaded zerocopy v0.7.35
3562026-05-08T16:26:10.989Z Downloaded is_terminal_polyfill v1.70.2
3572026-05-08T16:26:10.991Z Downloaded heck v0.5.0
3582026-05-08T16:26:10.991Z Downloaded heck v0.4.1
3592026-05-08T16:26:10.991Z Downloaded cfg-if v1.0.4
3602026-05-08T16:26:10.994Z Downloaded cargo-platform v0.2.0
3612026-05-08T16:26:10.994Z Downloaded fastrand v2.3.0
3622026-05-08T16:26:10.994Z Downloaded anstyle-query v1.1.5
3632026-05-08T16:26:10.997Z Downloaded winnow v0.7.14
3642026-05-08T16:26:11.001Z Downloaded swrite v0.1.0
3652026-05-08T16:26:11.003Z Downloaded byteorder v1.5.0
3662026-05-08T16:26:11.004Z Downloaded dof v0.3.0
3672026-05-08T16:26:11.004Z Downloaded unicode-width v0.2.0
3682026-05-08T16:26:11.007Z Downloaded idna_adapter v1.2.1
3692026-05-08T16:26:11.009Z Downloaded errno v0.3.14
3702026-05-08T16:26:11.009Z Downloaded unicode-width v0.1.14
3712026-05-08T16:26:11.012Z Downloaded strsim v0.11.1
3722026-05-08T16:26:11.015Z Downloaded anstyle-parse v0.2.7
3732026-05-08T16:26:11.017Z Downloaded digest v0.10.7
3742026-05-08T16:26:11.017Z Downloaded erased-serde v0.4.9
3752026-05-08T16:26:11.020Z Downloaded fnv v1.0.7
3762026-05-08T16:26:11.029Z Downloaded once_cell v1.21.3
3772026-05-08T16:26:11.032Z Downloaded proc-macro-error v1.0.4
3782026-05-08T16:26:11.038Z Downloaded synstructure v0.13.2
3792026-05-08T16:26:11.040Z Downloaded serde-value v0.7.0
3802026-05-08T16:26:11.041Z Downloaded displaydoc v0.2.5
3812026-05-08T16:26:11.043Z Downloaded clap_derive v4.5.55
3822026-05-08T16:26:11.046Z Downloaded cargo_metadata v0.21.0
3832026-05-08T16:26:11.046Z Downloaded serde-untagged v0.1.9
3842026-05-08T16:26:11.049Z Downloaded smallvec v1.15.1
3852026-05-08T16:26:11.052Z Downloaded quote v1.0.45
3862026-05-08T16:26:11.061Z Downloaded autocfg v1.5.0
3872026-05-08T16:26:11.063Z Downloaded semver v1.0.28
3882026-05-08T16:26:11.063Z Downloaded litemap v0.8.1
3892026-05-08T16:26:11.071Z Downloaded icu_provider v2.1.1
3902026-05-08T16:26:11.074Z Downloaded bitflags v2.11.0
3912026-05-08T16:26:11.078Z Downloaded serde_core v1.0.228
3922026-05-08T16:26:11.080Z Downloaded num-traits v0.2.19
3932026-05-08T16:26:11.083Z Downloaded serde_derive v1.0.228
3942026-05-08T16:26:11.087Z Downloaded clap v4.5.60
3952026-05-08T16:26:11.092Z Downloaded log v0.4.29
3962026-05-08T16:26:11.096Z Downloaded getrandom v0.4.1
3972026-05-08T16:26:11.099Z Downloaded proc-macro2 v1.0.106
3982026-05-08T16:26:11.106Z Downloaded icu_properties v2.1.2
3992026-05-08T16:26:11.109Z Downloaded tempfile v3.25.0
4002026-05-08T16:26:11.112Z Downloaded icu_locale_core v2.1.1
4012026-05-08T16:26:11.115Z Downloaded papergrid v0.11.0
4022026-05-08T16:26:11.117Z Downloaded icu_normalizer v2.1.1
4032026-05-08T16:26:11.120Z Downloaded icu_normalizer_data v2.1.1
4042026-05-08T16:26:11.125Z Downloaded pest_meta v2.8.6
4052026-05-08T16:26:11.131Z Downloaded icu_collections v2.1.1
4062026-05-08T16:26:11.136Z Downloaded hashbrown v0.17.0
4072026-05-08T16:26:11.139Z Downloaded memchr v2.8.0
4082026-05-08T16:26:11.146Z Downloaded indexmap v2.14.0
4092026-05-08T16:26:11.153Z Downloaded serde v1.0.228
4102026-05-08T16:26:11.172Z Downloaded pest v2.8.6
4112026-05-08T16:26:11.179Z Downloaded idna v1.1.0
4122026-05-08T16:26:11.187Z Downloaded icu_properties_data v2.1.2
4132026-05-08T16:26:11.196Z Downloaded serde_json v1.0.149
4142026-05-08T16:26:11.202Z Downloaded goblin v0.8.2
4152026-05-08T16:26:11.205Z Downloaded clap_builder v4.5.60
4162026-05-08T16:26:11.209Z Downloaded tabled v0.15.0
4172026-05-08T16:26:11.218Z Downloaded syn v1.0.109
4182026-05-08T16:26:11.229Z Downloaded syn v2.0.117
4192026-05-08T16:26:11.241Z Downloaded libc v0.2.185
4202026-05-08T16:26:11.260Z Downloaded rustix v1.1.3
4212026-05-08T16:26:11.321Z Compiling proc-macro2 v1.0.106
4222026-05-08T16:26:11.321Z Compiling unicode-ident v1.0.24
4232026-05-08T16:26:11.321Z Compiling quote v1.0.45
4242026-05-08T16:26:11.321Z Compiling serde_core v1.0.228
4252026-05-08T16:26:11.324Z Compiling libc v0.2.185
4262026-05-08T16:26:11.324Z Compiling version_check v0.9.5
4272026-05-08T16:26:11.324Z Compiling serde v1.0.228
4282026-05-08T16:26:11.324Z Compiling stable_deref_trait v1.2.1
4292026-05-08T16:26:11.639Z Compiling memchr v2.8.0
4302026-05-08T16:26:11.677Z Compiling zmij v1.0.21
4312026-05-08T16:26:11.874Z Compiling autocfg v1.5.0
4322026-05-08T16:26:11.953Z Compiling thiserror v1.0.69
4332026-05-08T16:26:12.259Z Compiling itoa v1.0.17
4342026-05-08T16:26:12.280Z Compiling ucd-trie v0.1.7
4352026-05-08T16:26:12.327Z Compiling writeable v0.6.2
4362026-05-08T16:26:12.345Z Compiling litemap v0.8.1
4372026-05-08T16:26:12.439Z Compiling pest v2.8.6
4382026-05-08T16:26:12.499Z Compiling byteorder v1.5.0
4392026-05-08T16:26:12.522Z Compiling rustix v1.1.3
4402026-05-08T16:26:12.593Z Compiling icu_properties_data v2.1.2
4412026-05-08T16:26:12.827Z Compiling icu_normalizer_data v2.1.1
4422026-05-08T16:26:12.947Z Compiling errno v0.3.14
4432026-05-08T16:26:12.964Z Compiling serde_json v1.0.149
4442026-05-08T16:26:13.004Z Compiling syn v2.0.117
4452026-05-08T16:26:13.095Z Compiling bitflags v2.11.0
4462026-05-08T16:26:13.168Z Compiling num-traits v0.2.19
4472026-05-08T16:26:13.322Z Compiling equivalent v1.0.2
4482026-05-08T16:26:13.354Z Compiling smallvec v1.15.1
4492026-05-08T16:26:13.380Z Compiling hashbrown v0.17.0
4502026-05-08T16:26:13.409Z Compiling typeid v1.0.3
4512026-05-08T16:26:13.567Z Compiling pest_meta v2.8.6
4522026-05-08T16:26:13.720Z Compiling thread-id v4.2.2
4532026-05-08T16:26:13.818Z Compiling proc-macro-error-attr v1.0.4
4542026-05-08T16:26:13.869Z Compiling indexmap v2.14.0
4552026-05-08T16:26:13.884Z Compiling usdt-impl v0.5.0
4562026-05-08T16:26:13.915Z Compiling erased-serde v0.4.9
4572026-05-08T16:26:13.998Z Compiling toml_write v0.1.2
4582026-05-08T16:26:14.175Z Compiling syn v1.0.109
4592026-05-08T16:26:14.198Z Compiling winnow v0.7.14
4602026-05-08T16:26:14.510Z Compiling proc-macro-error v1.0.4
4612026-05-08T16:26:14.525Z Compiling percent-encoding v2.3.2
4622026-05-08T16:26:14.700Z Compiling thiserror v2.0.18
4632026-05-08T16:26:14.716Z Compiling camino v1.2.2
4642026-05-08T16:26:14.997Z Compiling getrandom v0.4.1
4652026-05-08T16:26:15.026Z Compiling log v0.4.29
4662026-05-08T16:26:15.029Z Compiling utf8_iter v1.0.4
4672026-05-08T16:26:15.104Z Compiling plain v0.2.3
4682026-05-08T16:26:15.167Z Compiling utf8parse v0.2.2
4692026-05-08T16:26:15.223Z Compiling ordered-float v2.10.1
4702026-05-08T16:26:15.287Z Compiling anstyle-parse v0.2.7
4712026-05-08T16:26:15.362Z Compiling form_urlencoded v1.2.2
4722026-05-08T16:26:15.487Z Compiling terminal_size v0.4.3
4732026-05-08T16:26:15.532Z Compiling pretty-hex v0.4.1
4742026-05-08T16:26:15.625Z Compiling synstructure v0.13.2
4752026-05-08T16:26:15.643Z Compiling pest_generator v2.8.6
4762026-05-08T16:26:15.671Z Compiling anstyle-query v1.1.5
4772026-05-08T16:26:15.707Z Compiling anstyle v1.0.13
4782026-05-08T16:26:15.805Z Compiling cfg-if v1.0.4
4792026-05-08T16:26:15.875Z Compiling is_terminal_polyfill v1.70.2
4802026-05-08T16:26:15.888Z Compiling colorchoice v1.0.4
4812026-05-08T16:26:15.949Z Compiling serde-untagged v0.1.9
4822026-05-08T16:26:15.975Z Compiling anstream v0.6.21
4832026-05-08T16:26:16.110Z Compiling semver v1.0.28
4842026-05-08T16:26:16.236Z Compiling fs-err v3.3.0
4852026-05-08T16:26:16.270Z Compiling unicode-width v0.1.14
4862026-05-08T16:26:16.382Z Compiling unicode-xid v0.2.6
4872026-05-08T16:26:16.420Z Compiling strsim v0.11.1
4882026-05-08T16:26:16.436Z Compiling once_cell v1.21.3
4892026-05-08T16:26:16.505Z Compiling clap_lex v1.0.0
4902026-05-08T16:26:16.549Z Compiling heck v0.5.0
4912026-05-08T16:26:16.708Z Compiling fastrand v2.3.0
4922026-05-08T16:26:16.772Z Compiling anyhow v1.0.102
4932026-05-08T16:26:16.772Z Compiling heck v0.4.1
4942026-05-08T16:26:16.809Z Compiling fnv v1.0.7
4952026-05-08T16:26:16.842Z Compiling bytecount v0.6.9
4962026-05-08T16:26:16.912Z Compiling tempfile v3.25.0
4972026-05-08T16:26:16.971Z Compiling papergrid v0.11.0
4982026-05-08T16:26:16.986Z Compiling clap_builder v4.5.60
4992026-05-08T16:26:17.117Z Compiling memmap v0.7.0
5002026-05-08T16:26:17.291Z Compiling unicode-width v0.2.0
5012026-05-08T16:26:17.308Z Compiling unicode-linebreak v0.1.5
5022026-05-08T16:26:17.311Z Compiling serde_derive v1.0.228
5032026-05-08T16:26:17.311Z Compiling zerofrom-derive v0.1.6
5042026-05-08T16:26:17.400Z Compiling yoke-derive v0.8.1
5052026-05-08T16:26:17.549Z Compiling zerovec-derive v0.11.2
5062026-05-08T16:26:17.575Z Compiling displaydoc v0.2.5
5072026-05-08T16:26:18.306Z Compiling thiserror-impl v1.0.69
5082026-05-08T16:26:18.380Z Compiling zerocopy-derive v0.7.35
5092026-05-08T16:26:18.565Z Compiling pest_derive v2.8.6
5102026-05-08T16:26:18.666Z Compiling scroll_derive v0.12.1
5112026-05-08T16:26:18.722Z Compiling zerofrom v0.1.6
5122026-05-08T16:26:18.862Z Compiling yoke v0.8.1
5132026-05-08T16:26:18.974Z Compiling thiserror-impl v2.0.18
5142026-05-08T16:26:19.053Z Compiling zerovec v0.11.5
5152026-05-08T16:26:19.237Z Compiling zerotrie v0.2.3
5162026-05-08T16:26:19.318Z Compiling zerocopy v0.7.35
5172026-05-08T16:26:19.538Z Compiling tinystr v0.8.2
5182026-05-08T16:26:19.555Z Compiling potential_utf v0.1.4
5192026-05-08T16:26:19.677Z Compiling icu_collections v2.1.1
5202026-05-08T16:26:19.719Z Compiling icu_locale_core v2.1.1
5212026-05-08T16:26:19.742Z Compiling dtrace-parser v0.2.0
5222026-05-08T16:26:19.870Z Compiling scroll v0.12.0
5232026-05-08T16:26:19.995Z Compiling tabled_derive v0.7.0
5242026-05-08T16:26:20.086Z Compiling clap_derive v4.5.55
5252026-05-08T16:26:20.142Z Compiling goblin v0.8.2
5262026-05-08T16:26:20.158Z Compiling smawk v0.3.2
5272026-05-08T16:26:20.426Z Compiling icu_provider v2.1.1
5282026-05-08T16:26:20.491Z Compiling textwrap v0.16.2
5292026-05-08T16:26:20.724Z Compiling serde_spanned v0.6.9
5302026-05-08T16:26:20.742Z Compiling toml_datetime v0.6.11
5312026-05-08T16:26:20.813Z Compiling icu_normalizer v2.1.1
5322026-05-08T16:26:20.871Z Compiling icu_properties v2.1.2
5332026-05-08T16:26:20.897Z Compiling dof v0.3.0
5342026-05-08T16:26:20.937Z Compiling toml_edit v0.22.27
5352026-05-08T16:26:20.953Z Compiling serde_tokenstream v0.2.3
5362026-05-08T16:26:21.002Z Compiling serde-value v0.7.0
5372026-05-08T16:26:21.284Z Compiling cargo-platform v0.2.0
5382026-05-08T16:26:21.337Z Compiling tabled v0.15.0
5392026-05-08T16:26:21.366Z Compiling macaddr v1.0.1
5402026-05-08T16:26:21.559Z Compiling camino-tempfile v1.4.1
5412026-05-08T16:26:21.841Z Compiling idna_adapter v1.2.1
5422026-05-08T16:26:21.885Z Compiling clap v4.5.60
5432026-05-08T16:26:21.924Z Compiling usdt-attr-macro v0.5.0
5442026-05-08T16:26:21.963Z Compiling idna v1.1.0
5452026-05-08T16:26:21.979Z Compiling usdt-macro v0.5.0
5462026-05-08T16:26:21.994Z Compiling swrite v0.1.0
5472026-05-08T16:26:22.020Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5482026-05-08T16:26:22.246Z Compiling url v2.5.8
5492026-05-08T16:26:22.367Z Compiling toml v0.8.23
5502026-05-08T16:26:22.742Z Compiling cargo-util-schemas v0.8.2
5512026-05-08T16:26:22.769Z Compiling cargo_toml v0.21.0
5522026-05-08T16:26:23.306Z Compiling usdt v0.5.0
5532026-05-08T16:26:23.645Z Compiling cargo_metadata v0.21.0
5542026-05-08T16:26:24.563Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5552026-05-08T16:26:26.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
5562026-05-08T16:26:26.880Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5572026-05-08T16:26:27.451Z Downloading crates ...
5582026-05-08T16:26:27.560Z Downloaded array-init v0.0.4
5592026-05-08T16:26:27.563Z Downloaded crc32fast v1.5.0
5602026-05-08T16:26:27.566Z Downloaded aead v0.5.2
5612026-05-08T16:26:27.568Z Downloaded dropshot_endpoint v0.17.0
5622026-05-08T16:26:27.570Z Downloaded async-stream-impl v0.3.6
5632026-05-08T16:26:27.570Z Downloaded assert_matches v1.5.0
5642026-05-08T16:26:27.573Z Downloaded atty v0.2.14
5652026-05-08T16:26:27.573Z Downloaded atomicwrites v0.4.4
5662026-05-08T16:26:27.576Z Downloaded base16ct v0.2.0
5672026-05-08T16:26:27.579Z Downloaded bcrypt-pbkdf v0.10.0
5682026-05-08T16:26:27.581Z Downloaded bit-set v0.5.3
5692026-05-08T16:26:27.581Z Downloaded bb8 v0.8.6
5702026-05-08T16:26:27.585Z Downloaded adler2 v2.0.1
5712026-05-08T16:26:27.587Z Downloaded bit-set v0.8.0
5722026-05-08T16:26:27.587Z Downloaded curve25519-dalek-derive v0.1.1
5732026-05-08T16:26:27.590Z Downloaded derive-where v1.6.0
5742026-05-08T16:26:27.593Z Downloaded foldhash v0.1.5
5752026-05-08T16:26:27.595Z Downloaded downcast-rs v2.0.2
5762026-05-08T16:26:27.595Z Downloaded darling v0.23.0
5772026-05-08T16:26:27.598Z Downloaded crossbeam-deque v0.8.6
5782026-05-08T16:26:27.600Z Downloaded document-features v0.2.12
5792026-05-08T16:26:27.600Z Downloaded ff v0.13.1
5802026-05-08T16:26:27.603Z Downloaded cfg_aliases v0.2.1
5812026-05-08T16:26:27.603Z Downloaded castaway v0.2.4
5822026-05-08T16:26:27.605Z Downloaded cfg_aliases v0.1.1
5832026-05-08T16:26:27.605Z Downloaded ctr v0.9.2
5842026-05-08T16:26:27.608Z Downloaded deranged v0.5.8
5852026-05-08T16:26:27.608Z Downloaded embedded-io v0.4.0
5862026-05-08T16:26:27.610Z Downloaded cobs v0.3.0
5872026-05-08T16:26:27.610Z Downloaded ciborium-io v0.2.2
5882026-05-08T16:26:27.610Z Downloaded ascii-canvas v3.0.0
5892026-05-08T16:26:27.613Z Downloaded env_logger v0.11.9
5902026-05-08T16:26:27.615Z Downloaded defmt v0.3.100
5912026-05-08T16:26:27.615Z Downloaded compression-core v0.4.31
5922026-05-08T16:26:27.618Z Downloaded arrayref v0.3.9
5932026-05-08T16:26:27.618Z Downloaded diesel_derives v2.3.7
5942026-05-08T16:26:27.621Z Downloaded async-stream v0.3.6
5952026-05-08T16:26:27.624Z Downloaded async-recursion v1.1.1
5962026-05-08T16:26:27.626Z Downloaded diff v0.1.13
5972026-05-08T16:26:27.629Z Downloaded derive_builder v0.20.2
5982026-05-08T16:26:27.631Z Downloaded cpufeatures v0.3.0
5992026-05-08T16:26:27.631Z Downloaded ciborium-ll v0.2.2
6002026-05-08T16:26:27.634Z Downloaded bitfield-macros v0.19.4
6012026-05-08T16:26:27.634Z Downloaded darling_macro v0.20.11
6022026-05-08T16:26:27.634Z Downloaded cstr-argument v0.1.2
6032026-05-08T16:26:27.636Z Downloaded crc v3.4.0
6042026-05-08T16:26:27.636Z Downloaded atomic-waker v1.1.2
6052026-05-08T16:26:27.639Z Downloaded argon2 v0.5.3
6062026-05-08T16:26:27.639Z Downloaded defmt-parser v1.0.0
6072026-05-08T16:26:27.642Z Downloaded dropshot-api-manager-types v0.7.1
6082026-05-08T16:26:27.642Z Downloaded enum-as-inner v0.6.1
6092026-05-08T16:26:27.644Z Downloaded backoff v0.4.0
6102026-05-08T16:26:27.645Z Downloaded display-error-chain v0.2.2
6112026-05-08T16:26:27.647Z Downloaded csv-core v0.1.13
6122026-05-08T16:26:27.647Z Downloaded async-trait v0.1.89
6132026-05-08T16:26:27.650Z Downloaded dirs-next v2.0.0
6142026-05-08T16:26:27.650Z Downloaded crc-catalog v2.4.0
6152026-05-08T16:26:27.652Z Downloaded foreign-types-shared v0.3.1
6162026-05-08T16:26:27.652Z Downloaded dtrace-parser v0.3.0
6172026-05-08T16:26:27.653Z Downloaded foreign-types-macros v0.2.3
6182026-05-08T16:26:27.653Z Downloaded foreign-types v0.3.2
6192026-05-08T16:26:27.655Z Downloaded float-ord v0.3.2
6202026-05-08T16:26:27.655Z Downloaded block-padding v0.3.3
6212026-05-08T16:26:27.655Z Downloaded bitfield-struct v0.6.2
6222026-05-08T16:26:27.658Z Downloaded darling_macro v0.21.3
6232026-05-08T16:26:27.658Z Downloaded futures-core v0.3.32
6242026-05-08T16:26:27.658Z Downloaded dirs-sys-next v0.1.2
6252026-05-08T16:26:27.661Z Downloaded crunchy v0.2.4
6262026-05-08T16:26:27.661Z Downloaded convert_case v0.4.0
6272026-05-08T16:26:27.661Z Downloaded foldhash v0.2.0
6282026-05-08T16:26:27.661Z Downloaded futures-io v0.3.32
6292026-05-08T16:26:27.663Z Downloaded filetime v0.2.27
6302026-05-08T16:26:27.663Z Downloaded diesel_table_macro_syntax v0.3.0
6312026-05-08T16:26:27.666Z Downloaded ena v0.14.4
6322026-05-08T16:26:27.666Z Downloaded darling_core v0.23.0
6332026-05-08T16:26:27.668Z Downloaded flagset v0.4.7
6342026-05-08T16:26:27.671Z Downloaded bitflags v1.3.2
6352026-05-08T16:26:27.671Z Downloaded cargo_metadata v0.19.2
6362026-05-08T16:26:27.673Z Downloaded derive_builder_macro v0.20.2
6372026-05-08T16:26:27.673Z Downloaded foreign-types-shared v0.1.1
6382026-05-08T16:26:27.674Z Downloaded cassowary v0.3.0
6392026-05-08T16:26:27.676Z Downloaded blowfish v0.9.1
6402026-05-08T16:26:27.676Z Downloaded base64ct v1.8.3
6412026-05-08T16:26:27.679Z Downloaded cmake v0.1.57
6422026-05-08T16:26:27.679Z Downloaded cbc v0.1.2
6432026-05-08T16:26:27.679Z Downloaded endian-type v0.1.2
6442026-05-08T16:26:27.681Z Downloaded futures-sink v0.3.32
6452026-05-08T16:26:27.681Z Downloaded dyn-clone v1.0.20
6462026-05-08T16:26:27.681Z Downloaded compression-codecs v0.4.37
6472026-05-08T16:26:27.684Z Downloaded const_format_proc_macros v0.2.34
6482026-05-08T16:26:27.686Z Downloaded globwalk v0.9.1
6492026-05-08T16:26:27.686Z Downloaded env_filter v1.0.0
6502026-05-08T16:26:27.689Z Downloaded convert_case v0.10.0
6512026-05-08T16:26:27.689Z Downloaded arrayvec v0.7.6
6522026-05-08T16:26:27.689Z Downloaded ecdsa v0.16.9
6532026-05-08T16:26:27.692Z Downloaded cexpr v0.6.0
6542026-05-08T16:26:27.694Z Downloaded ed25519 v2.2.3
6552026-05-08T16:26:27.694Z Downloaded diesel-dtrace v0.5.0
6562026-05-08T16:26:27.694Z Downloaded corncobs v0.1.4
6572026-05-08T16:26:27.697Z Downloaded derive_builder_core v0.20.2
6582026-05-08T16:26:27.699Z Downloaded backon v1.6.0
6592026-05-08T16:26:27.699Z Downloaded darling_macro v0.23.0
6602026-05-08T16:26:27.699Z Downloaded fxhash v0.2.1
6612026-05-08T16:26:27.702Z Downloaded crc8 v0.1.1
6622026-05-08T16:26:27.702Z Downloaded async-bb8-diesel v0.2.1
6632026-05-08T16:26:27.702Z Downloaded der_derive v0.7.3
6642026-05-08T16:26:27.704Z Downloaded git-stub v1.0.0
6652026-05-08T16:26:27.704Z Downloaded hash32 v0.2.1
6662026-05-08T16:26:27.707Z Downloaded byte-wrapper v0.1.0
6672026-05-08T16:26:27.707Z Downloaded bcs v0.1.6
6682026-05-08T16:26:27.709Z Downloaded either v1.15.0
6692026-05-08T16:26:27.710Z Downloaded daft v0.1.5
6702026-05-08T16:26:27.712Z Downloaded funty v2.0.0
6712026-05-08T16:26:27.712Z Downloaded futures-macro v0.3.32
6722026-05-08T16:26:27.712Z Downloaded data-encoding v2.10.0
6732026-05-08T16:26:27.715Z Downloaded futures-executor v0.3.32
6742026-05-08T16:26:27.715Z Downloaded fs_extra v1.3.0
6752026-05-08T16:26:27.717Z Downloaded constant_time_eq v0.4.2
6762026-05-08T16:26:27.717Z Downloaded hex-literal v0.4.1
6772026-05-08T16:26:27.720Z Downloaded home v0.5.12
6782026-05-08T16:26:27.720Z Downloaded hex v0.4.3
6792026-05-08T16:26:27.720Z Downloaded headers-core v0.3.0
6802026-05-08T16:26:27.724Z Downloaded float-cmp v0.10.0
6812026-05-08T16:26:27.724Z Downloaded crucible-workspace-hack v0.1.0
6822026-05-08T16:26:27.724Z Downloaded defmt-macros v1.0.1
6832026-05-08T16:26:27.727Z Downloaded daft-derive v0.1.5
6842026-05-08T16:26:27.727Z Downloaded fixedbitset v0.5.7
6852026-05-08T16:26:27.729Z Downloaded crossbeam-epoch v0.9.18
6862026-05-08T16:26:27.729Z Downloaded debug-ignore v1.0.5
6872026-05-08T16:26:27.732Z Downloaded bzip2 v0.6.1
6882026-05-08T16:26:27.732Z Downloaded chacha20 v0.10.0
6892026-05-08T16:26:27.734Z Downloaded fixedbitset v0.4.2
6902026-05-08T16:26:27.734Z Downloaded fallible-iterator v0.2.0
6912026-05-08T16:26:27.737Z Downloaded dsl_auto_type v0.2.0
6922026-05-08T16:26:27.737Z Downloaded console v0.16.2
6932026-05-08T16:26:27.737Z Downloaded colored v3.1.1
6942026-05-08T16:26:27.739Z Downloaded git-stub-vcs v0.1.0
6952026-05-08T16:26:27.742Z Downloaded erased-serde v0.3.31
6962026-05-08T16:26:27.742Z Downloaded fd-lock v4.0.4
6972026-05-08T16:26:27.745Z Downloaded dunce v1.0.5
6982026-05-08T16:26:27.745Z Downloaded hostname v0.4.2
6992026-05-08T16:26:27.745Z Downloaded http-body v1.0.1
7002026-05-08T16:26:27.748Z Downloaded hostname v0.3.1
7012026-05-08T16:26:27.748Z Downloaded gethostname v0.5.0
7022026-05-08T16:26:27.748Z Downloaded ed25519-dalek v2.2.0
7032026-05-08T16:26:27.750Z Downloaded dof v0.4.0
7042026-05-08T16:26:27.752Z Downloaded cookie v0.18.1
7052026-05-08T16:26:27.753Z Downloaded globset v0.4.18
7062026-05-08T16:26:27.755Z Downloaded glob v0.3.3
7072026-05-08T16:26:27.755Z Downloaded drift v0.1.4
7082026-05-08T16:26:27.759Z Downloaded httpdate v1.0.3
7092026-05-08T16:26:27.762Z Downloaded ghash v0.5.1
7102026-05-08T16:26:27.762Z Downloaded http-range v0.1.5
7112026-05-08T16:26:27.764Z Downloaded hubpack_derive v0.1.1
7122026-05-08T16:26:27.764Z Downloaded group v0.13.0
7132026-05-08T16:26:27.764Z Downloaded dropshot_endpoint v0.16.7
7142026-05-08T16:26:27.767Z Downloaded instant v0.1.13
7152026-05-08T16:26:27.770Z Downloaded fatfs v0.3.6
7162026-05-08T16:26:27.770Z Downloaded critical-section v1.2.0
7172026-05-08T16:26:27.770Z Downloaded inout v0.1.4
7182026-05-08T16:26:27.773Z Downloaded hash32 v0.3.1
7192026-05-08T16:26:27.773Z Downloaded indoc v1.0.9
7202026-05-08T16:26:27.775Z Downloaded internet-checksum v0.2.1
7212026-05-08T16:26:27.775Z Downloaded derive-ex v0.1.8
7222026-05-08T16:26:27.775Z Downloaded getrandom v0.2.17
7232026-05-08T16:26:27.778Z Downloaded is_ci v1.2.0
7242026-05-08T16:26:27.778Z Downloaded indent_write v2.2.0
7252026-05-08T16:26:27.781Z Downloaded futures-channel v0.3.32
7262026-05-08T16:26:27.781Z Downloaded lazy_static v1.5.0
7272026-05-08T16:26:27.783Z Downloaded blake2 v0.10.6
7282026-05-08T16:26:27.783Z Downloaded lru-slab v0.1.2
7292026-05-08T16:26:27.786Z Downloaded lalrpop-util v0.19.12
7302026-05-08T16:26:27.786Z Downloaded bzip2 v0.4.4
7312026-05-08T16:26:27.786Z Downloaded crossbeam-utils v0.8.21
7322026-05-08T16:26:27.788Z Downloaded cancel-safe-futures v0.1.5
7332026-05-08T16:26:27.791Z Downloaded defmt v1.0.1
7342026-05-08T16:26:27.793Z Downloaded hyper-tls v0.6.0
7352026-05-08T16:26:27.793Z Downloaded is-terminal v0.4.17
7362026-05-08T16:26:27.793Z Downloaded const-oid v0.9.6
7372026-05-08T16:26:27.796Z Downloaded clang-sys v1.8.1
7382026-05-08T16:26:27.798Z Downloaded lru v0.12.5
7392026-05-08T16:26:27.798Z Downloaded colored v2.2.0
7402026-05-08T16:26:27.802Z Downloaded kstat-rs v0.2.4
7412026-05-08T16:26:27.802Z Downloaded instability v0.3.11
7422026-05-08T16:26:27.802Z Downloaded linked-hash-map v0.5.6
7432026-05-08T16:26:27.805Z Downloaded ident_case v1.0.1
7442026-05-08T16:26:27.805Z Downloaded derive_more v0.99.20
7452026-05-08T16:26:27.805Z Downloaded lru-cache v0.1.2
7462026-05-08T16:26:27.808Z Downloaded cookie_store v0.22.1
7472026-05-08T16:26:27.808Z Downloaded libscf-sys v1.1.0
7482026-05-08T16:26:27.810Z Downloaded keccak v0.1.6
7492026-05-08T16:26:27.810Z Downloaded dropshot-api-manager v0.7.1
7502026-05-08T16:26:27.813Z Downloaded allocator-api2 v0.2.21
7512026-05-08T16:26:27.813Z Downloaded md-5 v0.10.6
7522026-05-08T16:26:27.815Z Downloaded hubpack v0.1.2
7532026-05-08T16:26:27.815Z Downloaded humantime v2.3.0
7542026-05-08T16:26:27.818Z Downloaded futures-task v0.3.32
7552026-05-08T16:26:27.818Z Downloaded highway v1.3.0
7562026-05-08T16:26:27.820Z Downloaded maybe-uninit v2.0.0
7572026-05-08T16:26:27.820Z Downloaded memoffset v0.9.1
7582026-05-08T16:26:27.820Z Downloaded http-body-util v0.1.3
7592026-05-08T16:26:27.823Z Downloaded multimap v0.10.1
7602026-05-08T16:26:27.823Z Downloaded match_cfg v0.1.0
7612026-05-08T16:26:27.823Z Downloaded hyper-staticfile v0.10.1
7622026-05-08T16:26:27.825Z Downloaded maplit v1.0.2
7632026-05-08T16:26:27.826Z Downloaded managed v0.8.0
7642026-05-08T16:26:27.826Z Downloaded impl-trait-for-tuples v0.2.3
7652026-05-08T16:26:27.828Z Downloaded futures v0.3.32
7662026-05-08T16:26:27.830Z Downloaded newtype_derive v0.1.6
7672026-05-08T16:26:27.833Z Downloaded mime v0.3.17
7682026-05-08T16:26:27.833Z Downloaded newtype-uuid-macros v0.1.0
7692026-05-08T16:26:27.833Z Downloaded ipnetwork v0.21.1
7702026-05-08T16:26:27.835Z Downloaded normalize-line-endings v0.3.0
7712026-05-08T16:26:27.835Z Downloaded nonempty v0.12.0
7722026-05-08T16:26:27.836Z Downloaded newline-converter v0.3.0
7732026-05-08T16:26:27.838Z Downloaded num-conv v0.2.0
7742026-05-08T16:26:27.838Z Downloaded num v0.4.3
7752026-05-08T16:26:27.838Z Downloaded nibble_vec v0.1.0
7762026-05-08T16:26:27.841Z Downloaded num-iter v0.1.45
7772026-05-08T16:26:27.841Z Downloaded nodrop v0.1.14
7782026-05-08T16:26:27.841Z Downloaded num_enum_derive v0.5.11
7792026-05-08T16:26:27.841Z Downloaded lzss v0.8.2
7802026-05-08T16:26:27.843Z Downloaded getrandom v0.3.4
7812026-05-08T16:26:27.847Z Downloaded ipnet v2.11.0
7822026-05-08T16:26:27.847Z Downloaded ciborium v0.2.2
7832026-05-08T16:26:27.850Z Downloaded linear-map v1.2.0
7842026-05-08T16:26:27.850Z Downloaded ahash v0.8.12
7852026-05-08T16:26:27.850Z Downloaded find-msvc-tools v0.1.9
7862026-05-08T16:26:27.852Z Downloaded chacha20poly1305 v0.10.1
7872026-05-08T16:26:27.852Z Downloaded console v0.15.11
7882026-05-08T16:26:27.855Z Downloaded bytes v1.11.1
7892026-05-08T16:26:27.857Z Downloaded libsw-core v0.3.2
7902026-05-08T16:26:27.857Z Downloaded compact_str v0.8.1
7912026-05-08T16:26:27.860Z Downloaded base64 v0.22.1
7922026-05-08T16:26:27.863Z Downloaded cipher v0.4.4
7932026-05-08T16:26:27.863Z Downloaded camino-tempfile-ext v0.3.3
7942026-05-08T16:26:27.865Z Downloaded fs-err v2.11.0
7952026-05-08T16:26:27.865Z Downloaded foreign-types v0.5.0
7962026-05-08T16:26:27.868Z Downloaded num_threads v0.1.7
7972026-05-08T16:26:27.868Z Downloaded difflib v0.4.0
7982026-05-08T16:26:27.868Z Downloaded lock_api v0.4.14
7992026-05-08T16:26:27.868Z Downloaded embedded-io v0.6.1
8002026-05-08T16:26:27.871Z Downloaded darling_core v0.21.3
8012026-05-08T16:26:27.873Z Downloaded libsw v3.5.0
8022026-05-08T16:26:27.873Z Downloaded des v0.8.1
8032026-05-08T16:26:27.876Z Downloaded olpc-cjson v0.1.4
8042026-05-08T16:26:27.876Z Downloaded oso-derive v0.27.3
8052026-05-08T16:26:27.876Z Downloaded darling v0.21.3
8062026-05-08T16:26:27.879Z Downloaded openssl-macros v0.1.1
8072026-05-08T16:26:27.882Z Downloaded md5 v0.7.0
8082026-05-08T16:26:27.882Z Downloaded crypto-bigint v0.5.5
8092026-05-08T16:26:27.884Z Downloaded openssl-probe v0.2.1
8102026-05-08T16:26:27.884Z Downloaded libefi-sys v0.1.0
8112026-05-08T16:26:27.887Z Downloaded parse-display v0.10.0
8122026-05-08T16:26:27.887Z Downloaded crc-any v2.5.0
8132026-05-08T16:26:27.889Z Downloaded elliptic-curve v0.13.8
8142026-05-08T16:26:27.892Z Downloaded iana-time-zone v0.1.65
8152026-05-08T16:26:27.892Z Downloaded hyper-rustls v0.27.7
8162026-05-08T16:26:27.895Z Downloaded newtype-uuid v1.3.2
8172026-05-08T16:26:27.895Z Downloaded nanorand v0.7.0
8182026-05-08T16:26:27.897Z Downloaded multer v3.1.0
8192026-05-08T16:26:27.897Z Downloaded num-derive v0.4.2
8202026-05-08T16:26:27.900Z Downloaded num-complex v0.4.6
8212026-05-08T16:26:27.900Z Downloaded new_debug_unreachable v1.0.6
8222026-05-08T16:26:27.900Z Downloaded mime_guess v2.0.5
8232026-05-08T16:26:27.902Z Downloaded native-tls v0.2.18
8242026-05-08T16:26:27.902Z Downloaded packed_struct_codegen v0.10.1
8252026-05-08T16:26:27.905Z Downloaded nu-ansi-term v0.50.3
8262026-05-08T16:26:27.905Z Downloaded indoc v2.0.7
8272026-05-08T16:26:27.908Z Downloaded num-derive v0.3.3
8282026-05-08T16:26:27.908Z Downloaded ingot v0.1.1
8292026-05-08T16:26:27.910Z Downloaded httparse v1.10.1
8302026-05-08T16:26:27.910Z Downloaded peg-runtime v0.8.5
8312026-05-08T16:26:27.913Z Downloaded ingot-macros v0.1.1
8322026-05-08T16:26:27.913Z Downloaded hmac v0.12.1
8332026-05-08T16:26:27.913Z Downloaded base64 v0.21.7
8342026-05-08T16:26:27.916Z Downloaded const_format v0.2.35
8352026-05-08T16:26:27.919Z Downloaded half v1.8.3
8362026-05-08T16:26:27.921Z Downloaded bumpalo v3.20.2
8372026-05-08T16:26:27.921Z Downloaded ar_archive_writer v0.5.1
8382026-05-08T16:26:27.924Z Downloaded jobserver v0.1.34
8392026-05-08T16:26:27.927Z Downloaded num-rational v0.4.2
8402026-05-08T16:26:27.927Z Downloaded cc v1.2.56
8412026-05-08T16:26:27.929Z Downloaded pbkdf2 v0.12.2
8422026-05-08T16:26:27.930Z Downloaded path-slash v0.1.5
8432026-05-08T16:26:27.930Z Downloaded parse-size v1.1.0
8442026-05-08T16:26:27.930Z Downloaded arc-swap v1.8.2
8452026-05-08T16:26:27.932Z Downloaded pin-utils v0.1.0
8462026-05-08T16:26:27.936Z Downloaded num-integer v0.1.46
8472026-05-08T16:26:27.936Z Downloaded darling_core v0.20.11
8482026-05-08T16:26:27.939Z Downloaded num_enum v0.7.5
8492026-05-08T16:26:27.942Z Downloaded ignore v0.4.25
8502026-05-08T16:26:27.942Z Downloaded num_enum v0.5.11
8512026-05-08T16:26:27.945Z Downloaded phf_shared v0.11.3
8522026-05-08T16:26:27.945Z Downloaded openssl-probe v0.1.6
8532026-05-08T16:26:27.948Z Downloaded opaque-debug v0.3.1
8542026-05-08T16:26:27.948Z Downloaded num_enum_derive v0.7.5
8552026-05-08T16:26:27.948Z Downloaded oxide-tokio-rt v0.1.4
8562026-05-08T16:26:27.963Z Downloaded proc-macro-error-attr2 v2.0.0
8572026-05-08T16:26:27.965Z Downloaded proc-macro-crate v3.4.0
8582026-05-08T16:26:27.965Z Downloaded proc-macro-crate v1.3.1
8592026-05-08T16:26:27.966Z Downloaded predicates-tree v1.0.13
8602026-05-08T16:26:27.968Z Downloaded precomputed-hash v0.1.1
8612026-05-08T16:26:27.968Z Downloaded powerfmt v0.2.0
8622026-05-08T16:26:27.968Z Downloaded phf_shared v0.13.1
8632026-05-08T16:26:27.968Z Downloaded phf_shared v0.12.1
8642026-05-08T16:26:27.971Z Downloaded pbkdf2 v0.11.0
8652026-05-08T16:26:27.971Z Downloaded predicates-core v1.0.10
8662026-05-08T16:26:27.973Z Downloaded memmap2 v0.9.10
8672026-05-08T16:26:27.973Z Downloaded parking_lot_core v0.8.6
8682026-05-08T16:26:27.973Z Downloaded indexmap v1.9.3
8692026-05-08T16:26:27.976Z Downloaded packed_struct v0.10.1
8702026-05-08T16:26:27.979Z Downloaded paste v1.0.15
8712026-05-08T16:26:27.979Z Downloaded password-hash v0.5.0
8722026-05-08T16:26:27.981Z Downloaded parse-display-derive v0.10.0
8732026-05-08T16:26:27.981Z Downloaded crossbeam-channel v0.5.15
8742026-05-08T16:26:27.984Z Downloaded progenitor-client v0.11.2
8752026-05-08T16:26:27.984Z Downloaded progenitor-client v0.10.0
8762026-05-08T16:26:27.987Z Downloaded libbz2-rs-sys v0.2.2
8772026-05-08T16:26:27.987Z Downloaded pem v3.0.6
8782026-05-08T16:26:27.989Z Downloaded async-compression v0.4.41
8792026-05-08T16:26:27.992Z Downloaded progenitor-client v0.14.0
8802026-05-08T16:26:27.992Z Downloaded peg-macros v0.8.5
8812026-05-08T16:26:27.994Z Downloaded pin-project-internal v1.1.11
8822026-05-08T16:26:27.994Z Downloaded phf v0.13.1
8832026-05-08T16:26:27.997Z Downloaded ingot-types v0.1.2
8842026-05-08T16:26:27.997Z Downloaded peg v0.8.5
8852026-05-08T16:26:28.000Z Downloaded pkcs8 v0.10.2
8862026-05-08T16:26:28.000Z Downloaded omicron-zone-package v0.12.2
8872026-05-08T16:26:28.002Z Downloaded phf v0.12.1
8882026-05-08T16:26:28.005Z Downloaded progenitor-macro v0.10.0
8892026-05-08T16:26:28.005Z Downloaded progenitor-macro v0.13.0
8902026-05-08T16:26:28.005Z Downloaded pem-rfc7468 v0.7.0
8912026-05-08T16:26:28.008Z Downloaded pin-project-lite v0.2.17
8922026-05-08T16:26:28.010Z Downloaded litrs v1.0.0
8932026-05-08T16:26:28.010Z Downloaded progenitor-macro v0.14.0
8942026-05-08T16:26:28.013Z Downloaded pkg-config v0.3.32
8952026-05-08T16:26:28.013Z Downloaded rand_chacha v0.3.1
8962026-05-08T16:26:28.013Z Downloaded radium v0.7.0
8972026-05-08T16:26:28.016Z Downloaded psl-types v2.0.11
8982026-05-08T16:26:28.016Z Downloaded aes v0.8.4
8992026-05-08T16:26:28.019Z Downloaded quick-error v1.2.3
9002026-05-08T16:26:28.019Z Downloaded ppv-lite86 v0.2.21
9012026-05-08T16:26:28.019Z Downloaded postgres-protocol v0.6.10
9022026-05-08T16:26:28.021Z Downloaded polyval v0.6.2
9032026-05-08T16:26:28.021Z Downloaded poly1305 v0.8.0
9042026-05-08T16:26:28.024Z Downloaded derive_more-impl v2.1.1
9052026-05-08T16:26:28.026Z Downloaded rand_xorshift v0.4.0
9062026-05-08T16:26:28.026Z Downloaded indicatif v0.18.4
9072026-05-08T16:26:28.029Z Downloaded progenitor v0.10.0
9082026-05-08T16:26:28.031Z Downloaded primeorder v0.13.6
9092026-05-08T16:26:28.031Z Downloaded predicates v3.1.4
9102026-05-08T16:26:28.034Z Downloaded derive_more v2.1.1
9112026-05-08T16:26:28.039Z Downloaded parking_lot v0.11.2
9122026-05-08T16:26:28.041Z Downloaded proc-macro-error2 v2.0.1
9132026-05-08T16:26:28.044Z Downloaded half v2.7.1
9142026-05-08T16:26:28.046Z Downloaded password-hash v0.4.2
9152026-05-08T16:26:28.046Z Downloaded ref-cast v1.0.25
9162026-05-08T16:26:28.049Z Downloaded heapless v0.7.17
9172026-05-08T16:26:28.051Z Downloaded recursive v0.1.1
9182026-05-08T16:26:28.051Z Downloaded recursive-proc-macro-impl v0.1.1
9192026-05-08T16:26:28.051Z Downloaded progenitor-extras v0.2.0
9202026-05-08T16:26:28.054Z Downloaded hickory-resolver v0.24.4
9212026-05-08T16:26:28.056Z Downloaded flume v0.11.1
9222026-05-08T16:26:28.056Z Downloaded progenitor-macro v0.11.2
9232026-05-08T16:26:28.059Z Downloaded progenitor-client v0.13.0
9242026-05-08T16:26:28.059Z Downloaded pkcs1 v0.7.5
9252026-05-08T16:26:28.061Z Downloaded rfc6979 v0.4.0
9262026-05-08T16:26:28.061Z Downloaded progenitor v0.14.0
9272026-05-08T16:26:28.061Z Downloaded rtoolbox v0.0.3
9282026-05-08T16:26:28.064Z Downloaded progenitor v0.13.0
9292026-05-08T16:26:28.064Z Downloaded der v0.7.10
9302026-05-08T16:26:28.067Z Downloaded expectorate v1.2.0
9312026-05-08T16:26:28.069Z Downloaded pkcs5 v0.7.1
9322026-05-08T16:26:28.072Z Downloaded r2d2 v0.8.10
9332026-05-08T16:26:28.072Z Downloaded parking_lot_core v0.9.12
9342026-05-08T16:26:28.074Z Downloaded russh-cryptovec v0.7.3
9352026-05-08T16:26:28.074Z Downloaded oxnet v0.1.4
9362026-05-08T16:26:28.074Z Downloaded owo-colors v4.3.0
9372026-05-08T16:26:28.077Z Downloaded headers v0.4.1
9382026-05-08T16:26:28.079Z Downloaded rand_chacha v0.9.0
9392026-05-08T16:26:28.080Z Downloaded oso v0.27.3
9402026-05-08T16:26:28.082Z Downloaded libloading v0.8.9
9412026-05-08T16:26:28.082Z Downloaded postgres-types v0.2.12
9422026-05-08T16:26:28.090Z Downloaded flate2 v1.1.9
9432026-05-08T16:26:28.090Z Downloaded same-file v1.0.6
9442026-05-08T16:26:28.090Z Downloaded salsa20 v0.10.2
9452026-05-08T16:26:28.090Z Downloaded chacha20 v0.9.1
9462026-05-08T16:26:28.090Z Downloaded rustc-hash v2.1.1
9472026-05-08T16:26:28.094Z Downloaded sapling-renderdag v0.1.0
9482026-05-08T16:26:28.094Z Downloaded rand_seeder v0.4.0
9492026-05-08T16:26:28.094Z Downloaded rand_core v0.10.0
9502026-05-08T16:26:28.096Z Downloaded progenitor v0.11.2
9512026-05-08T16:26:28.096Z Downloaded heapless v0.8.0
9522026-05-08T16:26:28.099Z Downloaded parking_lot v0.12.5
9532026-05-08T16:26:28.099Z Downloaded buf-list v1.1.2
9542026-05-08T16:26:28.102Z Downloaded rand_core v0.9.5
9552026-05-08T16:26:28.102Z Downloaded jiff-static v0.2.21
9562026-05-08T16:26:28.104Z Downloaded rand_core v0.6.4
9572026-05-08T16:26:28.104Z Downloaded bitfield v0.19.4
9582026-05-08T16:26:28.107Z Downloaded bit-vec v0.8.0
9592026-05-08T16:26:28.107Z Downloaded bit-vec v0.6.3
9602026-05-08T16:26:28.107Z Downloaded darling v0.20.11
9612026-05-08T16:26:28.109Z Downloaded ref-cast-impl v1.0.25
9622026-05-08T16:26:28.114Z Downloaded hickory-resolver v0.25.2
9632026-05-08T16:26:28.116Z Downloaded cargo-platform v0.1.9
9642026-05-08T16:26:28.116Z Downloaded rustc_version v0.1.7
9652026-05-08T16:26:28.116Z Downloaded scrypt v0.11.0
9662026-05-08T16:26:28.122Z Downloaded pin-project v1.1.11
9672026-05-08T16:26:28.128Z Downloaded scopeguard v1.2.0
9682026-05-08T16:26:28.131Z Downloaded seq-macro v0.3.6
9692026-05-08T16:26:28.134Z Downloaded psm v0.1.30
9702026-05-08T16:26:28.137Z Downloaded resolv-conf v0.7.6
9712026-05-08T16:26:28.140Z Downloaded scheduled-thread-pool v0.2.7
9722026-05-08T16:26:28.142Z Downloaded serde_bytes v0.11.19
9732026-05-08T16:26:28.142Z Downloaded semver v0.1.20
9742026-05-08T16:26:28.145Z Downloaded postcard v1.1.3
9752026-05-08T16:26:28.145Z Downloaded serde_urlencoded v0.7.1
9762026-05-08T16:26:28.148Z Downloaded serde_plain v1.0.2
9772026-05-08T16:26:28.148Z Downloaded serde_repr v0.1.20
9782026-05-08T16:26:28.148Z Downloaded miniz_oxide v0.8.9
9792026-05-08T16:26:28.150Z Downloaded serde_spanned v1.0.4
9802026-05-08T16:26:28.150Z Downloaded prefix-trie v0.7.0
9812026-05-08T16:26:28.153Z Downloaded serde-big-array v0.5.1
9822026-05-08T16:26:28.156Z Downloaded rustls-native-certs v0.8.3
9832026-05-08T16:26:28.156Z Downloaded secrecy v0.10.3
9842026-05-08T16:26:28.158Z Downloaded rustc_version v0.4.1
9852026-05-08T16:26:28.158Z Downloaded scroll_derive v0.13.1
9862026-05-08T16:26:28.161Z Downloaded shell-words v1.1.1
9872026-05-08T16:26:28.163Z Downloaded rustversion v1.0.22
9882026-05-08T16:26:28.164Z Downloaded siphasher v1.0.2
9892026-05-08T16:26:28.166Z Downloaded http v1.4.0
9902026-05-08T16:26:28.169Z Downloaded sigpipe v0.1.3
9912026-05-08T16:26:28.169Z Downloaded rustls-pemfile v1.0.4
9922026-05-08T16:26:28.169Z Downloaded signal-hook-tokio v0.3.1
9932026-05-08T16:26:28.171Z Downloaded hashbrown v0.12.3
9942026-05-08T16:26:28.172Z Downloaded minimal-lexical v0.2.1
9952026-05-08T16:26:28.174Z Downloaded hashbrown v0.13.2
9962026-05-08T16:26:28.176Z Downloaded rusty-fork v0.3.1
9972026-05-08T16:26:28.179Z Downloaded signal-hook-mio v0.2.5
9982026-05-08T16:26:28.179Z Downloaded sha1 v0.10.6
9992026-05-08T16:26:28.181Z Downloaded secrecy v0.8.0
10002026-05-08T16:26:28.181Z Downloaded scroll v0.13.0
10012026-05-08T16:26:28.181Z Downloaded slog-envlogger v2.2.0
10022026-05-08T16:26:28.184Z Downloaded crossterm v0.29.0
10032026-05-08T16:26:28.188Z Downloaded progenitor-impl v0.14.0
10042026-05-08T16:26:28.191Z Downloaded crossterm v0.28.1
10052026-05-08T16:26:28.195Z Downloaded openssl-sys v0.9.114
10062026-05-08T16:26:28.198Z Downloaded aes-gcm v0.10.3
10072026-05-08T16:26:28.201Z Downloaded slog-bunyan v2.5.0
10082026-05-08T16:26:28.203Z Downloaded sct v0.7.1
10092026-05-08T16:26:28.206Z Downloaded ssh-cipher v0.2.0
10102026-05-08T16:26:28.206Z Downloaded schemars_derive v0.8.22
10112026-05-08T16:26:28.210Z Downloaded sec1 v0.7.3
10122026-05-08T16:26:28.213Z Downloaded prettyplease v0.2.37
10132026-05-08T16:26:28.216Z Downloaded progenitor-impl v0.11.2
10142026-05-08T16:26:28.216Z Downloaded hyper-util v0.1.20
10152026-05-08T16:26:28.219Z Downloaded quinn-udp v0.5.14
10162026-05-08T16:26:28.222Z Downloaded ssh-encoding v0.2.0
10172026-05-08T16:26:28.222Z Downloaded shlex v1.3.0
10182026-05-08T16:26:28.224Z Downloaded serde_path_to_error v0.1.20
10192026-05-08T16:26:28.224Z Downloaded p256 v0.13.2
10202026-05-08T16:26:28.227Z Downloaded sqlparser_derive v0.5.0
10212026-05-08T16:26:28.227Z Downloaded serde-hex v0.1.0
10222026-05-08T16:26:28.230Z Downloaded rustls-pemfile v2.2.0
10232026-05-08T16:26:28.230Z Downloaded simd-adler32 v0.3.8
10242026-05-08T16:26:28.232Z Downloaded signal-hook-registry v1.4.8
10252026-05-08T16:26:28.232Z Downloaded rustls-pki-types v1.14.0
10262026-05-08T16:26:28.235Z Downloaded pretty_assertions v1.4.1
10272026-05-08T16:26:28.237Z Downloaded slog-dtrace v0.3.0
10282026-05-08T16:26:28.237Z Downloaded papergrid v0.17.0
10292026-05-08T16:26:28.240Z Downloaded rcgen v0.12.1
10302026-05-08T16:26:28.242Z Downloaded hickory-server v0.25.2
10312026-05-08T16:26:28.245Z Downloaded slog-async v2.8.0
10322026-05-08T16:26:28.247Z Downloaded slab v0.4.12
10332026-05-08T16:26:28.247Z Downloaded signature v2.2.0
10342026-05-08T16:26:28.251Z Downloaded subtle v2.6.1
10352026-05-08T16:26:28.254Z Downloaded slog-stdlog v4.1.1
10362026-05-08T16:26:28.254Z Downloaded slog-json v2.6.1
10372026-05-08T16:26:28.257Z Downloaded sync-ptr v0.1.4
10382026-05-08T16:26:28.257Z Downloaded itertools v0.10.5
10392026-05-08T16:26:28.260Z Downloaded structmeta v0.3.0
10402026-05-08T16:26:28.260Z Downloaded hashbrown v0.16.1
10412026-05-08T16:26:28.262Z Downloaded ron v0.8.1
10422026-05-08T16:26:28.265Z Downloaded progenitor-impl v0.13.0
10432026-05-08T16:26:28.268Z Downloaded progenitor-impl v0.10.0
10442026-05-08T16:26:28.270Z Downloaded strum v0.27.2
10452026-05-08T16:26:28.270Z Downloaded tabled_derive v0.11.0
10462026-05-08T16:26:28.270Z Downloaded supports-color v3.0.2
10472026-05-08T16:26:28.273Z Downloaded strum v0.26.3
10482026-05-08T16:26:28.273Z Downloaded testing_table v0.3.0
10492026-05-08T16:26:28.273Z Downloaded smallvec v0.6.14
10502026-05-08T16:26:28.275Z Downloaded slog-term v2.9.2
10512026-05-08T16:26:28.275Z Downloaded sync_wrapper v1.0.2
10522026-05-08T16:26:28.278Z Downloaded serde_cbor v0.11.2
10532026-05-08T16:26:28.278Z Downloaded tagptr v0.2.0
10542026-05-08T16:26:28.280Z Downloaded termtree v0.5.1
10552026-05-08T16:26:28.280Z Downloaded take_mut v0.2.2
10562026-05-08T16:26:28.280Z Downloaded tap v1.0.1
10572026-05-08T16:26:28.280Z Downloaded nom v7.1.3
10582026-05-08T16:26:28.283Z Downloaded mio v1.2.0
10592026-05-08T16:26:28.286Z Downloaded sqlformat v0.3.5
10602026-05-08T16:26:28.289Z Downloaded serde_derive_internals v0.29.1
10612026-05-08T16:26:28.290Z Downloaded structmeta-derive v0.3.0
10622026-05-08T16:26:28.292Z Downloaded strip-ansi-escapes v0.2.1
10632026-05-08T16:26:28.292Z Downloaded stacker v0.1.23
10642026-05-08T16:26:28.292Z Downloaded smf v0.2.3
10652026-05-08T16:26:28.292Z Downloaded thiserror-impl-no-std v2.0.2
10662026-05-08T16:26:28.295Z Downloaded tabwriter v1.4.1
10672026-05-08T16:26:28.295Z Downloaded slog-scope v4.4.1
10682026-05-08T16:26:28.298Z Downloaded time-core v0.1.8
10692026-05-08T16:26:28.301Z Downloaded serde_with_macros v3.17.0
10702026-05-08T16:26:28.301Z Downloaded russh-keys v0.45.0
10712026-05-08T16:26:28.309Z Downloaded rustls-platform-verifier v0.6.2
10722026-05-08T16:26:28.312Z Downloaded snafu-derive v0.8.9
10732026-05-08T16:26:28.314Z Downloaded string_cache v0.8.9
10742026-05-08T16:26:28.319Z Downloaded schemars v0.8.22
10752026-05-08T16:26:28.326Z Downloaded thread-id v5.1.0
10762026-05-08T16:26:28.328Z Downloaded strum_macros v0.27.2
10772026-05-08T16:26:28.328Z Downloaded publicsuffix v2.3.0
10782026-05-08T16:26:28.331Z Downloaded support-bundle-viewer v0.1.2
10792026-05-08T16:26:28.331Z Downloaded hashbrown v0.15.5
10802026-05-08T16:26:28.334Z Downloaded strum_macros v0.26.4
10812026-05-08T16:26:28.336Z Downloaded tokio-macros v2.7.0
10822026-05-08T16:26:28.336Z Downloaded tinyvec_macros v0.1.1
10832026-05-08T16:26:28.343Z Downloaded quinn v0.11.9
10842026-05-08T16:26:28.351Z Downloaded num-bigint v0.4.6
10852026-05-08T16:26:28.356Z Downloaded spki v0.7.3
10862026-05-08T16:26:28.358Z Downloaded spin v0.9.8
10872026-05-08T16:26:28.361Z Downloaded tower-layer v0.3.3
10882026-05-08T16:26:28.361Z Downloaded static_assertions v1.1.0
10892026-05-08T16:26:28.364Z Downloaded tower-service v0.3.3
10902026-05-08T16:26:28.367Z Downloaded thread_local v1.1.9
10912026-05-08T16:26:28.367Z Downloaded thiserror-no-std v2.0.2
10922026-05-08T16:26:28.371Z Downloaded iddqd v0.3.18
10932026-05-08T16:26:28.375Z Downloaded signal-hook v0.3.18
10942026-05-08T16:26:28.377Z Downloaded trait-variant v0.1.2
10952026-05-08T16:26:28.378Z Downloaded slog v2.8.2
10962026-05-08T16:26:28.381Z Downloaded try-lock v0.2.5
10972026-05-08T16:26:28.384Z Downloaded topological-sort v0.2.2
10982026-05-08T16:26:28.384Z Downloaded untrusted v0.7.1
10992026-05-08T16:26:28.384Z Downloaded stringprep v0.1.5
11002026-05-08T16:26:28.387Z Downloaded ryu v1.0.23
11012026-05-08T16:26:28.390Z Downloaded num-bigint-dig v0.8.6
11022026-05-08T16:26:28.393Z Downloaded rayon-core v1.13.0
11032026-05-08T16:26:28.396Z Downloaded unarray v0.1.4
11042026-05-08T16:26:28.396Z Downloaded libxml v0.3.3
11052026-05-08T16:26:28.399Z Downloaded termios v0.3.3
11062026-05-08T16:26:28.399Z Downloaded itertools v0.13.0
11072026-05-08T16:26:28.402Z Downloaded unit-prefix v0.5.2
11082026-05-08T16:26:28.405Z Downloaded tokio-native-tls v0.3.1
11092026-05-08T16:26:28.405Z Downloaded tls_codec_derive v0.4.2
11102026-05-08T16:26:28.405Z Downloaded tiny-keccak v2.0.2
11112026-05-08T16:26:28.408Z Downloaded strum_macros v0.24.3
11122026-05-08T16:26:28.408Z Downloaded tls_codec v0.4.2
11132026-05-08T16:26:28.411Z Downloaded itertools v0.12.1
11142026-05-08T16:26:28.414Z Downloaded universal-hash v0.5.1
11152026-05-08T16:26:28.414Z Downloaded unicode-truncate v1.1.0
11162026-05-08T16:26:28.414Z Downloaded usdt v0.6.0
11172026-05-08T16:26:28.417Z Downloaded untrusted v0.9.0
11182026-05-08T16:26:28.417Z Downloaded term v0.7.0
11192026-05-08T16:26:28.417Z Downloaded socket2 v0.5.10
11202026-05-08T16:26:28.420Z Downloaded rand v0.9.2
11212026-05-08T16:26:28.420Z Downloaded qorb v0.4.1
11222026-05-08T16:26:28.423Z Downloaded typify-macro v0.6.2
11232026-05-08T16:26:28.426Z Downloaded usdt-macro v0.6.0
11242026-05-08T16:26:28.426Z Downloaded tokio-tungstenite v0.23.1
11252026-05-08T16:26:28.426Z Downloaded usdt-attr-macro v0.6.0
11262026-05-08T16:26:28.426Z Downloaded serde_yaml v0.9.34+deprecated
11272026-05-08T16:26:28.429Z Downloaded hyper v1.8.1
11282026-05-08T16:26:28.433Z Downloaded time-macros v0.2.27
11292026-05-08T16:26:28.436Z Downloaded aho-corasick v1.1.4
11302026-05-08T16:26:28.436Z Downloaded term v1.2.1
11312026-05-08T16:26:28.439Z Downloaded toml_writer v1.0.6+spec-1.1.0
11322026-05-08T16:26:28.439Z Downloaded wait-timeout v0.2.1
11332026-05-08T16:26:28.442Z Downloaded libm v0.2.16
11342026-05-08T16:26:28.445Z Downloaded void v1.0.2
11352026-05-08T16:26:28.445Z Downloaded utf-8 v0.7.6
11362026-05-08T16:26:28.448Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11372026-05-08T16:26:28.449Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11382026-05-08T16:26:28.449Z Downloaded tokio-dtrace v0.1.1
11392026-05-08T16:26:28.449Z Downloaded rand v0.8.5
11402026-05-08T16:26:28.452Z Downloaded h2 v0.4.13
11412026-05-08T16:26:28.455Z Downloaded waitgroup v0.1.2
11422026-05-08T16:26:28.458Z Downloaded tui-tree-widget v0.23.1
11432026-05-08T16:26:28.458Z Downloaded typify-macro v0.4.3
11442026-05-08T16:26:28.458Z Downloaded rustls-webpki v0.103.9
11452026-05-08T16:26:28.461Z Downloaded want v0.3.1
11462026-05-08T16:26:28.461Z Downloaded rsa v0.9.10
11472026-05-08T16:26:28.464Z Downloaded snafu v0.8.9
11482026-05-08T16:26:28.467Z Downloaded usdt-impl v0.6.0
11492026-05-08T16:26:28.467Z Downloaded schemars v1.2.1
11502026-05-08T16:26:28.473Z Downloaded p521 v0.13.3
11512026-05-08T16:26:28.476Z Downloaded rand v0.10.0
11522026-05-08T16:26:28.479Z Downloaded iri-string v0.7.10
11532026-05-08T16:26:28.482Z Downloaded tokio-rustls v0.26.4
11542026-05-08T16:26:28.485Z Downloaded samael v0.0.19
11552026-05-08T16:26:28.488Z Downloaded futures-util v0.3.32
11562026-05-08T16:26:28.492Z Downloaded xshell-macros v0.2.7
11572026-05-08T16:26:28.495Z Downloaded unicase v2.9.0
11582026-05-08T16:26:28.495Z Downloaded toml_parser v1.0.9+spec-1.1.0
11592026-05-08T16:26:28.498Z Downloaded itertools v0.14.0
11602026-05-08T16:26:28.501Z Downloaded zeroize_derive v1.4.3
11612026-05-08T16:26:28.501Z Downloaded hkdf v0.12.4
11622026-05-08T16:26:28.501Z Downloaded xattr v1.6.1
11632026-05-08T16:26:28.504Z Downloaded vergen-gitcl v1.0.8
11642026-05-08T16:26:28.504Z Downloaded uzers v0.12.2
11652026-05-08T16:26:28.504Z Downloaded tokio-tungstenite v0.21.0
11662026-05-08T16:26:28.507Z Downloaded tokio-stream v0.1.18
11672026-05-08T16:26:28.511Z Downloaded tokio-rustls v0.24.1
11682026-05-08T16:26:28.511Z Downloaded tracing-attributes v0.1.31
11692026-05-08T16:26:28.514Z Downloaded schemars v0.9.0
11702026-05-08T16:26:28.517Z Downloaded zone_cfg_derive v0.3.1
11712026-05-08T16:26:28.520Z Downloaded zone v0.3.1
11722026-05-08T16:26:28.520Z Downloaded walkdir v2.5.0
11732026-05-08T16:26:28.520Z Downloaded vergen-lib v0.1.6
11742026-05-08T16:26:28.520Z Downloaded tinyvec v1.10.0
11752026-05-08T16:26:28.523Z Downloaded vsss-rs v3.3.4
11762026-05-08T16:26:28.523Z Downloaded unicode-properties v0.1.4
11772026-05-08T16:26:28.526Z Downloaded subprocess v0.2.15
11782026-05-08T16:26:28.526Z Downloaded tokio-rustls v0.25.0
11792026-05-08T16:26:28.529Z Downloaded twox-hash v2.1.2
11802026-05-08T16:26:28.530Z Downloaded test-strategy v0.4.5
11812026-05-08T16:26:28.533Z Downloaded whoami v1.6.1
11822026-05-08T16:26:28.533Z Downloaded similar v2.7.0
11832026-05-08T16:26:28.536Z Downloaded whoami v2.1.0
11842026-05-08T16:26:28.536Z Downloaded wyz v0.5.1
11852026-05-08T16:26:28.542Z Downloaded toml v0.9.12+spec-1.1.0
11862026-05-08T16:26:28.546Z Downloaded xshell v0.2.7
11872026-05-08T16:26:28.549Z Downloaded toml v0.7.8
11882026-05-08T16:26:28.552Z Downloaded toml v1.0.6+spec-1.1.0
11892026-05-08T16:26:28.555Z Downloaded tar v0.4.45
11902026-05-08T16:26:28.558Z Downloaded zeroize v1.8.2
11912026-05-08T16:26:28.558Z Downloaded vergen v9.0.6
11922026-05-08T16:26:28.561Z Downloaded steno v0.4.1
11932026-05-08T16:26:28.561Z Downloaded zstd v0.13.3
11942026-05-08T16:26:28.564Z Downloaded vergen-git2 v1.0.7
11952026-05-08T16:26:28.564Z Downloaded socket2 v0.6.3
11962026-05-08T16:26:28.567Z Downloaded russh v0.45.0
11972026-05-08T16:26:28.570Z Downloaded tungstenite v0.21.0
11982026-05-08T16:26:28.570Z Downloaded tracing-core v0.1.36
11992026-05-08T16:26:28.573Z Downloaded typify v0.6.2
12002026-05-08T16:26:28.576Z Downloaded blake3 v1.8.3
12012026-05-08T16:26:28.579Z Downloaded unicode-bidi v0.3.18
12022026-05-08T16:26:28.582Z Downloaded uuid v1.23.0
12032026-05-08T16:26:28.586Z Downloaded unsafe-libyaml v0.2.11
12042026-05-08T16:26:28.586Z Downloaded typify v0.4.3
12052026-05-08T16:26:28.588Z Downloaded bitvec v1.0.1
12062026-05-08T16:26:28.595Z Downloaded zerocopy v0.6.6
12072026-05-08T16:26:28.598Z Downloaded toml_edit v0.23.10+spec-1.0.0
12082026-05-08T16:26:28.601Z Downloaded git2 v0.20.4
12092026-05-08T16:26:28.604Z Downloaded reedline v0.40.0
12102026-05-08T16:26:28.607Z Downloaded ssh-key v0.6.7
12112026-05-08T16:26:28.611Z Downloaded vte v0.14.1
12122026-05-08T16:26:28.614Z Downloaded rustyline v14.0.0
12132026-05-08T16:26:28.618Z Downloaded rpassword v7.4.0
12142026-05-08T16:26:28.618Z Downloaded tokio-postgres v0.7.16
12152026-05-08T16:26:28.641Z Downloaded chrono v0.4.44
12162026-05-08T16:26:28.645Z Downloaded yasna v0.5.2
12172026-05-08T16:26:28.648Z Downloaded aws-lc-rs v1.16.0
12182026-05-08T16:26:28.652Z Downloaded zopfli v0.8.3
12192026-05-08T16:26:28.655Z Downloaded tungstenite v0.23.0
12202026-05-08T16:26:28.658Z Downloaded regex v1.12.3
12212026-05-08T16:26:28.661Z Downloaded toml_edit v0.19.15
12222026-05-08T16:26:28.667Z Downloaded p384 v0.13.1
12232026-05-08T16:26:28.670Z Downloaded goblin v0.10.5
12242026-05-08T16:26:28.679Z Downloaded lalrpop v0.19.12
12252026-05-08T16:26:28.685Z Downloaded yansi v1.0.1
12262026-05-08T16:26:28.694Z Downloaded zstd-safe v7.2.4
12272026-05-08T16:26:28.697Z Downloaded unicode_categories v0.1.1
12282026-05-08T16:26:28.704Z Downloaded zip v0.6.6
12292026-05-08T16:26:28.710Z Downloaded reqwest v0.12.28
12302026-05-08T16:26:28.713Z Downloaded tower v0.5.3
12312026-05-08T16:26:28.717Z Downloaded salty v0.3.0
12322026-05-08T16:26:28.720Z Downloaded typed-path v0.9.3
12332026-05-08T16:26:28.724Z Downloaded quick-xml v0.37.5
12342026-05-08T16:26:28.727Z Downloaded reqwest v0.13.2
12352026-05-08T16:26:28.733Z Downloaded unicode-segmentation v1.12.0
12362026-05-08T16:26:28.736Z Downloaded rayon v1.11.0
12372026-05-08T16:26:28.742Z Downloaded rustls-webpki v0.101.7
12382026-05-08T16:26:28.748Z Downloaded curve25519-dalek v4.1.3
12392026-05-08T16:26:28.755Z Downloaded bindgen v0.71.1
12402026-05-08T16:26:28.758Z Downloaded x509-cert v0.2.5
12412026-05-08T16:26:28.761Z Downloaded proptest v1.10.0
12422026-05-08T16:26:28.766Z Downloaded zerocopy-derive v0.8.40
12432026-05-08T16:26:28.772Z Downloaded moka v0.12.13
12442026-05-08T16:26:28.775Z Downloaded unicode-normalization v0.1.25
12452026-05-08T16:26:28.778Z Downloaded tower-http v0.6.8
12462026-05-08T16:26:28.781Z Downloaded nix v0.27.1
12472026-05-08T16:26:28.787Z Downloaded serde_with v3.17.0
12482026-05-08T16:26:28.794Z Downloaded petname v2.0.2
12492026-05-08T16:26:28.798Z Downloaded object v0.30.4
12502026-05-08T16:26:28.804Z Downloaded zip v4.6.1
12512026-05-08T16:26:28.806Z Downloaded rustls-webpki v0.102.8
12522026-05-08T16:26:28.815Z Downloaded portable-atomic v1.13.1
12532026-05-08T16:26:28.819Z Downloaded tough v0.20.0
12542026-05-08T16:26:28.825Z Downloaded tokio-util v0.7.18
12552026-05-08T16:26:28.828Z Downloaded quinn-proto v0.11.13
12562026-05-08T16:26:28.842Z Downloaded dropshot v0.16.7
12572026-05-08T16:26:28.855Z Downloaded openssl v0.10.78
12582026-05-08T16:26:28.859Z Downloaded winnow v0.6.26
12592026-05-08T16:26:28.876Z Downloaded radix_trie v0.2.1
12602026-05-08T16:26:28.879Z Downloaded winnow v0.5.40
12612026-05-08T16:26:28.883Z Downloaded rustls v0.21.12
12622026-05-08T16:26:28.889Z Downloaded polar-core v0.27.3
12632026-05-08T16:26:28.901Z Downloaded object v0.37.3
12642026-05-08T16:26:28.911Z Downloaded bstr v1.12.1
12652026-05-08T16:26:28.921Z Downloaded openapiv3 v2.2.0
12662026-05-08T16:26:28.927Z Downloaded nix v0.29.0
12672026-05-08T16:26:28.934Z Downloaded tabled v0.20.0
12682026-05-08T16:26:28.943Z Downloaded time v0.3.47
12692026-05-08T16:26:28.951Z Downloaded regress v0.10.5
12702026-05-08T16:26:28.955Z Downloaded webpki-roots v1.0.6
12712026-05-08T16:26:28.958Z Downloaded nix v0.31.2
12722026-05-08T16:26:28.964Z Downloaded rustls v0.22.4
12732026-05-08T16:26:28.970Z Downloaded rustix v0.38.44
12742026-05-08T16:26:28.984Z Downloaded zlib-rs v0.6.2
12752026-05-08T16:26:28.987Z Downloaded hickory-proto v0.24.4
12762026-05-08T16:26:28.996Z Downloaded smoltcp v0.11.0
12772026-05-08T16:26:29.002Z Downloaded regex-syntax v0.8.10
12782026-05-08T16:26:29.006Z Downloaded regress v0.11.1
12792026-05-08T16:26:29.012Z Downloaded vcpkg v0.2.15
12802026-05-08T16:26:29.032Z Downloaded zerocopy v0.8.40
12812026-05-08T16:26:29.039Z Downloaded rustls v0.23.37
12822026-05-08T16:26:29.045Z Downloaded diesel v2.3.7
12832026-05-08T16:26:29.057Z Downloaded regex-syntax v0.6.29
12842026-05-08T16:26:29.060Z Downloaded hickory-proto v0.25.2
12852026-05-08T16:26:29.069Z Downloaded sqlparser v0.61.0
12862026-05-08T16:26:29.073Z Downloaded nix v0.28.0
12872026-05-08T16:26:29.080Z Downloaded typify-impl v0.6.2
12882026-05-08T16:26:29.088Z Downloaded smoltcp v0.9.1
12892026-05-08T16:26:29.093Z Downloaded dropshot v0.17.0
12902026-05-08T16:26:29.105Z Downloaded typify-impl v0.4.3
12912026-05-08T16:26:29.115Z Downloaded ratatui v0.29.0
12922026-05-08T16:26:29.128Z Downloaded sled v0.34.7
12932026-05-08T16:26:29.132Z Downloaded zerocopy-derive v0.6.6
12942026-05-08T16:26:29.147Z Downloaded tracing v0.1.44
12952026-05-08T16:26:29.159Z Downloaded jiff v0.2.21
12962026-05-08T16:26:29.169Z Downloaded bzip2-sys v0.1.13+1.0.8
12972026-05-08T16:26:29.176Z Downloaded csv v1.4.0
12982026-05-08T16:26:29.188Z Downloaded regex-automata v0.4.14
12992026-05-08T16:26:29.197Z Downloaded libz-sys v1.1.24
13002026-05-08T16:26:29.209Z Downloaded sha3 v0.10.8
13012026-05-08T16:26:29.215Z Downloaded chrono-tz v0.10.4
13022026-05-08T16:26:29.229Z Downloaded petgraph v0.6.5
13032026-05-08T16:26:29.250Z Downloaded petgraph v0.8.3
13042026-05-08T16:26:29.262Z Downloaded encoding_rs v0.8.35
13052026-05-08T16:26:29.274Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13062026-05-08T16:26:29.292Z Downloaded ring v0.17.14
13072026-05-08T16:26:29.316Z Downloaded tokio v1.52.1
13082026-05-08T16:26:29.414Z Downloaded libgit2-sys v0.18.3+1.9.2
13092026-05-08T16:26:29.927Z Downloaded aws-lc-sys v0.37.1
13102026-05-08T16:26:30.170Z Compiling libc v0.2.185
13112026-05-08T16:26:30.170Z Compiling serde v1.0.228
13122026-05-08T16:26:30.172Z Compiling shlex v1.3.0
13132026-05-08T16:26:30.173Z Compiling log v0.4.29
13142026-05-08T16:26:30.305Z Compiling find-msvc-tools v0.1.9
13152026-05-08T16:26:30.309Z Compiling smallvec v1.15.1
13162026-05-08T16:26:30.323Z Compiling syn v2.0.117
13172026-05-08T16:26:30.330Z Compiling typenum v1.19.0
13182026-05-08T16:26:30.504Z Compiling generic-array v0.14.7
13192026-05-08T16:26:30.518Z Compiling subtle v2.6.1
13202026-05-08T16:26:30.534Z Compiling scopeguard v1.2.0
13212026-05-08T16:26:30.587Z Compiling const-oid v0.9.6
13222026-05-08T16:26:30.629Z Compiling lock_api v0.4.14
13232026-05-08T16:26:30.643Z Compiling portable-atomic v1.13.1
13242026-05-08T16:26:30.682Z Compiling zerocopy v0.8.40
13252026-05-08T16:26:30.747Z Compiling serde_json v1.0.149
13262026-05-08T16:26:30.847Z Compiling critical-section v1.2.0
13272026-05-08T16:26:30.945Z Compiling parking_lot_core v0.9.12
13282026-05-08T16:26:30.958Z Compiling pin-project-lite v0.2.17
13292026-05-08T16:26:31.107Z Compiling pkg-config v0.3.32
13302026-05-08T16:26:31.130Z Compiling getrandom v0.2.17
13312026-05-08T16:26:31.173Z Compiling jobserver v0.1.34
13322026-05-08T16:26:31.187Z Compiling errno v0.3.14
13332026-05-08T16:26:31.291Z Compiling rand_core v0.6.4
13342026-05-08T16:26:31.366Z Compiling signal-hook-registry v1.4.8
13352026-05-08T16:26:31.542Z Compiling cc v1.2.56
13362026-05-08T16:26:31.560Z Compiling bitflags v2.11.0
13372026-05-08T16:26:31.761Z Compiling libm v0.2.16
13382026-05-08T16:26:31.774Z Compiling parking_lot v0.12.5
13392026-05-08T16:26:31.777Z Compiling mio v1.2.0
13402026-05-08T16:26:31.852Z Compiling once_cell v1.21.3
13412026-05-08T16:26:31.892Z Compiling num-traits v0.2.19
13422026-05-08T16:26:32.062Z Compiling futures-core v0.3.32
13432026-05-08T16:26:32.150Z Compiling percent-encoding v2.3.2
13442026-05-08T16:26:32.214Z Compiling socket2 v0.6.3
13452026-05-08T16:26:32.247Z Compiling cpufeatures v0.2.17
13462026-05-08T16:26:32.260Z Compiling futures-sink v0.3.32
13472026-05-08T16:26:32.289Z Compiling getrandom v0.4.1
13482026-05-08T16:26:32.338Z Compiling slab v0.4.12
13492026-05-08T16:26:32.351Z Compiling futures-channel v0.3.32
13502026-05-08T16:26:32.367Z Compiling futures-io v0.3.32
13512026-05-08T16:26:32.514Z Compiling futures-task v0.3.32
13522026-05-08T16:26:32.526Z Compiling getrandom v0.3.4
13532026-05-08T16:26:32.581Z Compiling rand_core v0.10.0
13542026-05-08T16:26:32.623Z Compiling rustversion v1.0.22
13552026-05-08T16:26:32.668Z Compiling indexmap v2.14.0
13562026-05-08T16:26:32.684Z Compiling cmake v0.1.57
13572026-05-08T16:26:33.097Z Compiling form_urlencoded v1.2.2
13582026-05-08T16:26:33.179Z Compiling ident_case v1.0.1
13592026-05-08T16:26:33.255Z Compiling synstructure v0.13.2
13602026-05-08T16:26:33.281Z Compiling base64ct v1.8.3
13612026-05-08T16:26:33.308Z Compiling dunce v1.0.5
13622026-05-08T16:26:33.340Z Compiling fs_extra v1.3.0
13632026-05-08T16:26:33.401Z Compiling flagset v0.4.7
13642026-05-08T16:26:33.518Z Compiling pem-rfc7468 v0.7.0
13652026-05-08T16:26:33.534Z Compiling rand_core v0.9.5
13662026-05-08T16:26:33.579Z Compiling iana-time-zone v0.1.65
13672026-05-08T16:26:33.609Z Compiling rustix v1.1.3
13682026-05-08T16:26:33.622Z Compiling aws-lc-sys v0.37.1
13692026-05-08T16:26:33.634Z Compiling ring v0.17.14
13702026-05-08T16:26:33.779Z Compiling uuid v1.23.0
13712026-05-08T16:26:33.817Z Compiling rustc_version v0.4.1
13722026-05-08T16:26:33.834Z Compiling regex-syntax v0.8.10
13732026-05-08T16:26:33.895Z Compiling aws-lc-rs v1.16.0
13742026-05-08T16:26:34.150Z Compiling vcpkg v0.2.15
13752026-05-08T16:26:34.197Z Compiling tracing-core v0.1.36
13762026-05-08T16:26:34.491Z Compiling pest_generator v2.8.6
13772026-05-08T16:26:34.752Z Compiling serde_derive_internals v0.29.1
13782026-05-08T16:26:34.897Z Compiling openssl-sys v0.9.114
13792026-05-08T16:26:34.964Z Compiling serde_derive v1.0.228
13802026-05-08T16:26:35.218Z Compiling zeroize_derive v1.4.3
13812026-05-08T16:26:35.369Z Compiling zerofrom-derive v0.1.6
13822026-05-08T16:26:35.420Z Compiling yoke-derive v0.8.1
13832026-05-08T16:26:35.672Z Compiling zerocopy-derive v0.8.40
13842026-05-08T16:26:35.870Z Compiling zeroize v1.8.2
13852026-05-08T16:26:36.212Z Compiling zerovec-derive v0.11.2
13862026-05-08T16:26:36.581Z Compiling crypto-common v0.1.7
13872026-05-08T16:26:36.667Z Compiling block-buffer v0.10.4
13882026-05-08T16:26:36.750Z Compiling displaydoc v0.2.5
13892026-05-08T16:26:36.772Z Compiling zerofrom v0.1.6
13902026-05-08T16:26:36.838Z Compiling digest v0.10.7
13912026-05-08T16:26:36.894Z Compiling yoke v0.8.1
13922026-05-08T16:26:37.077Z Compiling tokio-macros v2.7.0
13932026-05-08T16:26:37.077Z Compiling hmac v0.12.1
13942026-05-08T16:26:37.232Z Compiling futures-macro v0.3.32
13952026-05-08T16:26:37.322Z Compiling zerovec v0.11.5
13962026-05-08T16:26:37.477Z Compiling zerotrie v0.2.3
13972026-05-08T16:26:37.776Z Compiling tinystr v0.8.2
13982026-05-08T16:26:37.801Z Compiling potential_utf v0.1.4
13992026-05-08T16:26:37.823Z Compiling block-padding v0.3.3
14002026-05-08T16:26:37.958Z Compiling icu_locale_core v2.1.1
14012026-05-08T16:26:37.970Z Compiling icu_collections v2.1.1
14022026-05-08T16:26:37.970Z Compiling inout v0.1.4
14032026-05-08T16:26:38.024Z Compiling futures-util v0.3.32
14042026-05-08T16:26:38.129Z Compiling cipher v0.4.4
14052026-05-08T16:26:38.296Z Compiling sha2 v0.10.9
14062026-05-08T16:26:38.393Z Compiling bytes v1.11.1
14072026-05-08T16:26:38.429Z Compiling der_derive v0.7.3
14082026-05-08T16:26:38.448Z Compiling salsa20 v0.10.2
14092026-05-08T16:26:38.584Z Compiling icu_provider v2.1.1
14102026-05-08T16:26:38.821Z Compiling icu_normalizer v2.1.1
14112026-05-08T16:26:38.847Z Compiling icu_properties v2.1.2
14122026-05-08T16:26:38.875Z Compiling tokio v1.52.1
14132026-05-08T16:26:39.351Z Compiling http v1.4.0
14142026-05-08T16:26:39.366Z Compiling der v0.7.10
14152026-05-08T16:26:39.669Z Compiling idna_adapter v1.2.1
14162026-05-08T16:26:39.807Z Compiling idna v1.1.0
14172026-05-08T16:26:39.904Z Compiling chrono v0.4.44
14182026-05-08T16:26:40.101Z Compiling ppv-lite86 v0.2.21
14192026-05-08T16:26:40.222Z Compiling url v2.5.8
14202026-05-08T16:26:40.237Z Compiling spki v0.7.3
14212026-05-08T16:26:40.415Z Compiling pbkdf2 v0.12.2
14222026-05-08T16:26:40.435Z Compiling thiserror-impl v2.0.18
14232026-05-08T16:26:40.438Z Compiling rand_chacha v0.9.0
14242026-05-08T16:26:40.512Z Compiling scrypt v0.11.0
14252026-05-08T16:26:40.526Z Compiling aes v0.8.4
14262026-05-08T16:26:40.759Z Compiling cbc v0.1.2
14272026-05-08T16:26:40.907Z Compiling rustls-pki-types v1.14.0
14282026-05-08T16:26:40.990Z Compiling tracing-attributes v0.1.31
14292026-05-08T16:26:41.126Z Compiling pkcs5 v0.7.1
14302026-05-08T16:26:41.240Z Compiling rand v0.9.2
14312026-05-08T16:26:41.350Z Compiling http-body v1.0.1
14322026-05-08T16:26:41.546Z Compiling untrusted v0.9.0
14332026-05-08T16:26:41.560Z Compiling base64 v0.22.1
14342026-05-08T16:26:41.597Z Compiling openssl-probe v0.2.1
14352026-05-08T16:26:41.725Z Compiling schemars v0.8.22
14362026-05-08T16:26:41.769Z Compiling thiserror v2.0.18
14372026-05-08T16:26:41.781Z Compiling httparse v1.10.1
14382026-05-08T16:26:41.872Z Compiling untrusted v0.7.1
14392026-05-08T16:26:41.949Z Compiling pkcs8 v0.10.2
14402026-05-08T16:26:41.993Z Compiling schemars_derive v0.8.22
14412026-05-08T16:26:42.038Z Compiling pest_derive v2.8.6
14422026-05-08T16:26:42.155Z Compiling scroll_derive v0.13.1
14432026-05-08T16:26:42.252Z Compiling darling_core v0.20.11
14442026-05-08T16:26:42.304Z Compiling tracing v0.1.44
14452026-05-08T16:26:42.449Z Compiling tower-service v0.3.3
14462026-05-08T16:26:42.545Z Compiling tower-layer v0.3.3
14472026-05-08T16:26:42.572Z Compiling tokio-util v0.7.18
14482026-05-08T16:26:42.703Z Compiling atomic-waker v1.1.2
14492026-05-08T16:26:42.829Z Compiling tinyvec_macros v0.1.1
14502026-05-08T16:26:42.904Z Compiling rustls v0.23.37
14512026-05-08T16:26:42.950Z Compiling dyn-clone v1.0.20
14522026-05-08T16:26:43.069Z Compiling try-lock v0.2.5
14532026-05-08T16:26:43.083Z Compiling scroll v0.13.0
14542026-05-08T16:26:43.177Z Compiling want v0.3.1
14552026-05-08T16:26:43.337Z Compiling h2 v0.4.13
14562026-05-08T16:26:43.350Z Compiling tinyvec v1.10.0
14572026-05-08T16:26:43.674Z Compiling ipnet v2.11.0
14582026-05-08T16:26:43.687Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14592026-05-08T16:26:43.871Z Compiling spin v0.9.8
14602026-05-08T16:26:44.065Z Compiling aho-corasick v1.1.4
14612026-05-08T16:26:44.079Z Compiling foreign-types-shared v0.1.1
14622026-05-08T16:26:44.161Z Compiling time-core v0.1.8
14632026-05-08T16:26:44.163Z Compiling num-conv v0.2.0
14642026-05-08T16:26:44.301Z Compiling httpdate v1.0.3
14652026-05-08T16:26:44.303Z Compiling powerfmt v0.2.0
14662026-05-08T16:26:44.485Z Compiling darling_macro v0.20.11
14672026-05-08T16:26:44.498Z Compiling crc32fast v1.5.0
14682026-05-08T16:26:44.509Z Compiling openssl v0.10.78
14692026-05-08T16:26:44.522Z Compiling pin-utils v0.1.0
14702026-05-08T16:26:44.535Z Compiling deranged v0.5.8
14712026-05-08T16:26:44.590Z Compiling time-macros v0.2.27
14722026-05-08T16:26:44.743Z Compiling foreign-types v0.3.2
14732026-05-08T16:26:44.801Z Compiling tempfile v3.25.0
14742026-05-08T16:26:44.936Z Compiling darling v0.20.11
14752026-05-08T16:26:45.017Z Compiling regex-automata v0.4.14
14762026-05-08T16:26:45.160Z Compiling goblin v0.10.5
14772026-05-08T16:26:45.628Z Compiling openssl-macros v0.1.1
14782026-05-08T16:26:45.723Z Compiling wait-timeout v0.2.1
14792026-05-08T16:26:45.987Z Compiling num_threads v0.1.7
14802026-05-08T16:26:46.006Z Compiling siphasher v1.0.2
14812026-05-08T16:26:46.021Z Compiling crossbeam-utils v0.8.21
14822026-05-08T16:26:46.076Z Compiling quick-error v1.2.3
14832026-05-08T16:26:46.180Z Compiling bit-vec v0.8.0
14842026-05-08T16:26:46.194Z Compiling usdt-impl v0.6.0
14852026-05-08T16:26:46.294Z Compiling hyper v1.8.1
14862026-05-08T16:26:46.392Z Compiling native-tls v0.2.18
14872026-05-08T16:26:46.405Z Compiling syn v1.0.109
14882026-05-08T16:26:46.654Z Compiling simd-adler32 v0.3.8
14892026-05-08T16:26:46.843Z Compiling bit-set v0.8.0
14902026-05-08T16:26:46.919Z Compiling rusty-fork v0.3.1
14912026-05-08T16:26:47.004Z Compiling time v0.3.47
14922026-05-08T16:26:47.254Z Compiling derive_builder_core v0.20.2
14932026-05-08T16:26:47.906Z Compiling dof v0.4.0
14942026-05-08T16:26:48.128Z Compiling hyper-util v0.1.20
14952026-05-08T16:26:48.764Z Compiling unicode-normalization v0.1.25
14962026-05-08T16:26:49.076Z Compiling dtrace-parser v0.3.0
14972026-05-08T16:26:49.090Z Compiling rustls-native-certs v0.8.3
14982026-05-08T16:26:49.205Z Compiling signature v2.2.0
14992026-05-08T16:26:49.369Z Compiling thiserror-impl v1.0.69
15002026-05-08T16:26:49.383Z Compiling scroll_derive v0.12.1
15012026-05-08T16:26:49.385Z Compiling heapless v0.7.17
15022026-05-08T16:26:49.626Z Compiling rand_xorshift v0.4.0
15032026-05-08T16:26:49.788Z Compiling slog v2.8.2
15042026-05-08T16:26:49.803Z Compiling darling_core v0.21.3
15052026-05-08T16:26:49.817Z Compiling bzip2-sys v0.1.13+1.0.8
15062026-05-08T16:26:49.967Z Compiling sync_wrapper v1.0.2
15072026-05-08T16:26:50.020Z Compiling thread-id v5.1.0
15082026-05-08T16:26:50.072Z Compiling cookie v0.18.1
15092026-05-08T16:26:50.086Z Compiling allocator-api2 v0.2.21
15102026-05-08T16:26:50.102Z Compiling zstd-safe v7.2.4
15112026-05-08T16:26:50.140Z Compiling unicode-properties v0.1.4
15122026-05-08T16:26:50.245Z Compiling adler2 v2.0.1
15132026-05-08T16:26:50.286Z Compiling paste v1.0.15
15142026-05-08T16:26:50.343Z Compiling unarray v0.1.4
15152026-05-08T16:26:50.373Z Compiling anyhow v1.0.102
15162026-05-08T16:26:50.399Z Compiling unicode-bidi v0.3.18
15172026-05-08T16:26:50.450Z Compiling signal-hook v0.3.18
15182026-05-08T16:26:50.592Z Compiling proptest v1.10.0
15192026-05-08T16:26:50.614Z Compiling thiserror v1.0.69
15202026-05-08T16:26:50.644Z Compiling miniz_oxide v0.8.9
15212026-05-08T16:26:50.711Z Compiling stringprep v0.1.5
15222026-05-08T16:26:51.147Z Compiling tower v0.5.3
15232026-05-08T16:26:51.240Z Compiling scroll v0.12.0
15242026-05-08T16:26:51.494Z Compiling derive_builder_macro v0.20.2
15252026-05-08T16:26:51.664Z Compiling ipnetwork v0.21.1
15262026-05-08T16:26:51.853Z Compiling http-body-util v0.1.3
15272026-05-08T16:26:51.988Z Compiling webpki-roots v1.0.6
15282026-05-08T16:26:52.040Z Compiling rand_chacha v0.3.1
15292026-05-08T16:26:52.058Z Compiling toml_datetime v0.6.11
15302026-05-08T16:26:52.096Z Compiling erased-serde v0.3.31
15312026-05-08T16:26:52.109Z Compiling serde_tokenstream v0.2.3
15322026-05-08T16:26:52.314Z Compiling serde_spanned v0.6.9
15332026-05-08T16:26:52.329Z Compiling darling_macro v0.21.3
15342026-05-08T16:26:52.413Z Compiling md-5 v0.10.6
15352026-05-08T16:26:52.456Z Compiling zerocopy-derive v0.7.35
15362026-05-08T16:26:52.577Z Compiling curve25519-dalek v4.1.3
15372026-05-08T16:26:52.579Z Compiling vergen-lib v0.1.6
15382026-05-08T16:26:52.760Z Compiling num-integer v0.1.46
15392026-05-08T16:26:52.795Z Compiling hash32 v0.2.1
15402026-05-08T16:26:52.843Z Compiling ff v0.13.1
15412026-05-08T16:26:52.922Z Compiling memoffset v0.9.1
15422026-05-08T16:26:52.978Z Compiling num-bigint-dig v0.8.6
15432026-05-08T16:26:52.991Z Compiling fallible-iterator v0.2.0
15442026-05-08T16:26:53.076Z Compiling cfg_aliases v0.2.1
15452026-05-08T16:26:53.108Z Compiling iri-string v0.7.10
15462026-05-08T16:26:53.150Z Compiling ryu v1.0.23
15472026-05-08T16:26:53.163Z Compiling smoltcp v0.9.1
15482026-05-08T16:26:53.297Z Compiling psl-types v2.0.11
15492026-05-08T16:26:53.325Z Compiling ref-cast v1.0.25
15502026-05-08T16:26:53.325Z Compiling zlib-rs v0.6.2
15512026-05-08T16:26:53.420Z Compiling base16ct v0.2.0
15522026-05-08T16:26:53.496Z Compiling rustix v0.38.44
15532026-05-08T16:26:53.595Z Compiling litrs v1.0.0
15542026-05-08T16:26:53.666Z Compiling sec1 v0.7.3
15552026-05-08T16:26:53.937Z Compiling publicsuffix v2.3.0
15562026-05-08T16:26:53.951Z Compiling zerocopy v0.7.35
15572026-05-08T16:26:54.092Z Compiling document-features v0.2.12
15582026-05-08T16:26:54.108Z Compiling serde_urlencoded v0.7.1
15592026-05-08T16:26:54.350Z Compiling tower-http v0.6.8
15602026-05-08T16:26:54.498Z Compiling postgres-protocol v0.6.10
15612026-05-08T16:26:54.596Z Compiling nix v0.31.2
15622026-05-08T16:26:54.746Z Compiling num-iter v0.1.45
15632026-05-08T16:26:54.760Z Compiling group v0.13.0
15642026-05-08T16:26:54.954Z Compiling newtype-uuid v1.3.2
15652026-05-08T16:26:55.005Z Compiling darling v0.21.3
15662026-05-08T16:26:55.085Z Compiling rand v0.8.5
15672026-05-08T16:26:55.277Z Compiling derive_builder v0.20.2
15682026-05-08T16:26:55.321Z Compiling oxnet v0.1.4
15692026-05-08T16:26:55.404Z Compiling tokio-native-tls v0.3.1
15702026-05-08T16:26:55.450Z Compiling hubpack_derive v0.1.1
15712026-05-08T16:26:55.533Z Compiling goblin v0.8.2
15722026-05-08T16:26:56.120Z Compiling regex v1.12.3
15732026-05-08T16:26:56.175Z Compiling flate2 v1.1.9
15742026-05-08T16:26:56.216Z Compiling phf_shared v0.13.1
15752026-05-08T16:26:56.431Z Compiling lazy_static v1.5.0
15762026-05-08T16:26:56.454Z Compiling cargo-platform v0.1.9
15772026-05-08T16:26:56.503Z Compiling hkdf v0.12.4
15782026-05-08T16:26:56.522Z Compiling crypto-bigint v0.5.5
15792026-05-08T16:26:56.545Z Compiling terminal_size v0.4.3
15802026-05-08T16:26:56.589Z Compiling async-trait v0.1.89
15812026-05-08T16:26:56.662Z Compiling strum_macros v0.27.2
15822026-05-08T16:26:56.720Z Compiling ref-cast-impl v1.0.25
15832026-05-08T16:26:56.766Z Compiling curve25519-dalek-derive v0.1.1
15842026-05-08T16:26:57.267Z Compiling daft-derive v0.1.5
15852026-05-08T16:26:57.416Z Compiling vergen v9.0.6
15862026-05-08T16:26:57.604Z Compiling fs-err v3.3.0
15872026-05-08T16:26:57.644Z Compiling ahash v0.8.12
15882026-05-08T16:26:57.794Z Compiling bumpalo v3.20.2
15892026-05-08T16:26:57.850Z Compiling managed v0.8.0
15902026-05-08T16:26:57.987Z Compiling foldhash v0.1.5
15912026-05-08T16:26:58.051Z Compiling libbz2-rs-sys v0.2.2
15922026-05-08T16:26:58.065Z Compiling object v0.37.3
15932026-05-08T16:26:58.152Z Compiling bitflags v1.3.2
15942026-05-08T16:26:58.230Z Compiling foldhash v0.2.0
15952026-05-08T16:26:58.334Z Compiling unicode-segmentation v1.12.0
15962026-05-08T16:26:58.450Z Compiling winnow v0.5.40
15972026-05-08T16:26:58.639Z Compiling strum v0.27.2
15982026-05-08T16:26:58.684Z Compiling bzip2 v0.6.1
15992026-05-08T16:26:58.725Z Compiling hashbrown v0.16.1
16002026-05-08T16:26:58.782Z Compiling hashbrown v0.15.5
16012026-05-08T16:26:58.884Z Compiling zopfli v0.8.3
16022026-05-08T16:26:59.064Z Compiling daft v0.1.5
16032026-05-08T16:26:59.309Z Compiling clap_builder v4.5.60
16042026-05-08T16:26:59.370Z Compiling dof v0.3.0
16052026-05-08T16:26:59.451Z Compiling elliptic-curve v0.13.8
16062026-05-08T16:26:59.646Z Compiling cargo_metadata v0.19.2
16072026-05-08T16:26:59.842Z Compiling toml_edit v0.19.15
16082026-05-08T16:27:00.071Z Compiling phf v0.13.1
16092026-05-08T16:27:00.233Z Compiling signal-hook-mio v0.2.5
16102026-05-08T16:27:00.713Z Compiling cookie_store v0.22.1
16112026-05-08T16:27:00.972Z Compiling hubpack v0.1.2
16122026-05-08T16:27:01.194Z Compiling zstd v0.13.3
16132026-05-08T16:27:01.359Z Compiling hyper-tls v0.6.0
16142026-05-08T16:27:01.456Z Compiling bzip2 v0.4.4
16152026-05-08T16:27:01.506Z Compiling serde_with_macros v3.17.0
16162026-05-08T16:27:01.660Z Compiling postgres-types v0.2.12
16172026-05-08T16:27:02.226Z Compiling usdt-macro v0.6.0
16182026-05-08T16:27:02.277Z Compiling usdt-attr-macro v0.6.0
16192026-05-08T16:27:02.469Z Compiling dtrace-parser v0.2.0
16202026-05-08T16:27:02.510Z Compiling ed25519 v2.2.3
16212026-05-08T16:27:02.654Z Compiling bstr v1.12.1
16222026-05-08T16:27:02.887Z Compiling phf_shared v0.11.3
16232026-05-08T16:27:02.956Z Compiling pkcs1 v0.7.5
16242026-05-08T16:27:03.073Z Compiling serde-big-array v0.5.1
16252026-05-08T16:27:03.087Z Compiling hex v0.4.3
16262026-05-08T16:27:03.206Z Compiling rfc6979 v0.4.0
16272026-05-08T16:27:03.219Z Compiling enum-as-inner v0.6.1
16282026-05-08T16:27:03.304Z Compiling serde_repr v0.1.20
16292026-05-08T16:27:03.328Z Compiling strum_macros v0.26.4
16302026-05-08T16:27:03.348Z Compiling clap_derive v4.5.55
16312026-05-08T16:27:03.351Z Compiling float-cmp v0.10.0
16322026-05-08T16:27:03.408Z Compiling memmap2 v0.9.10
16332026-05-08T16:27:03.503Z Compiling thread-id v4.2.2
16342026-05-08T16:27:03.588Z Compiling env_filter v1.0.0
16352026-05-08T16:27:03.619Z Compiling encoding_rs v0.8.35
16362026-05-08T16:27:03.710Z Compiling jiff v0.2.21
16372026-05-08T16:27:03.823Z Compiling whoami v2.1.0
16382026-05-08T16:27:03.888Z Compiling difflib v0.4.0
16392026-05-08T16:27:04.188Z Compiling mime v0.3.17
16402026-05-08T16:27:04.432Z Compiling precomputed-hash v0.1.1
16412026-05-08T16:27:04.445Z Compiling fixedbitset v0.4.2
16422026-05-08T16:27:04.521Z Compiling keccak v0.1.6
16432026-05-08T16:27:04.661Z Compiling new_debug_unreachable v1.0.6
16442026-05-08T16:27:04.737Z Compiling data-encoding v2.10.0
16452026-05-08T16:27:05.054Z Compiling either v1.15.0
16462026-05-08T16:27:05.104Z Compiling predicates-core v1.0.10
16472026-05-08T16:27:05.118Z Compiling static_assertions v1.1.0
16482026-05-08T16:27:05.193Z Compiling rustc-hash v2.1.1
16492026-05-08T16:27:05.261Z Compiling normalize-line-endings v0.3.0
16502026-05-08T16:27:05.276Z Compiling fixedbitset v0.5.7
16512026-05-08T16:27:05.316Z Compiling iddqd v0.3.18
16522026-05-08T16:27:05.330Z Compiling itertools v0.13.0
16532026-05-08T16:27:05.354Z Compiling predicates v3.1.4
16542026-05-08T16:27:05.410Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16552026-05-08T16:27:05.423Z Compiling clap v4.5.60
16562026-05-08T16:27:05.504Z Compiling petgraph v0.8.3
16572026-05-08T16:27:05.573Z Compiling strum v0.26.3
16582026-05-08T16:27:05.701Z Compiling hickory-proto v0.25.2
16592026-05-08T16:27:06.002Z Compiling string_cache v0.8.9
16602026-05-08T16:27:06.225Z Compiling sha3 v0.10.8
16612026-05-08T16:27:06.444Z Compiling zip v4.6.1
16622026-05-08T16:27:06.547Z Compiling petgraph v0.6.5
16632026-05-08T16:27:06.733Z Compiling toml_edit v0.22.27
16642026-05-08T16:27:07.451Z Compiling tokio-postgres v0.7.16
16652026-05-08T16:27:07.491Z Compiling env_logger v0.11.9
16662026-05-08T16:27:07.855Z Compiling usdt-impl v0.5.0
16672026-05-08T16:27:07.888Z Compiling usdt v0.6.0
16682026-05-08T16:27:08.077Z Compiling serde_with v3.17.0
16692026-05-08T16:27:08.150Z Compiling ecdsa v0.16.9
16702026-05-08T16:27:08.239Z Compiling rsa v0.9.10
16712026-05-08T16:27:08.428Z Compiling similar v2.7.0
16722026-05-08T16:27:08.533Z Compiling ed25519-dalek v2.2.0
16732026-05-08T16:27:09.177Z Compiling crossterm v0.28.1
16742026-05-08T16:27:09.434Z Compiling zip v0.6.6
16752026-05-08T16:27:09.629Z Compiling toml v0.7.8
16762026-05-08T16:27:10.338Z Compiling toml_parser v1.0.9+spec-1.1.0
16772026-05-08T16:27:10.406Z Compiling heck v0.4.1
16782026-05-08T16:27:10.419Z Compiling crossbeam-epoch v0.9.18
16792026-05-08T16:27:10.473Z Compiling tokio-stream v0.1.18
16802026-05-08T16:27:10.625Z Compiling buf-list v1.1.2
16812026-05-08T16:27:10.689Z Compiling x509-cert v0.2.5
16822026-05-08T16:27:10.739Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16832026-05-08T16:27:10.898Z Compiling openapiv3 v2.2.0
16842026-05-08T16:27:10.935Z Compiling sha1 v0.10.6
16852026-05-08T16:27:10.959Z Compiling toml_datetime v0.7.5+spec-1.1.0
16862026-05-08T16:27:11.038Z Compiling peg-runtime v0.8.5
16872026-05-08T16:27:11.150Z Compiling lalrpop-util v0.19.12
16882026-05-08T16:27:11.245Z Compiling thread_local v1.1.9
16892026-05-08T16:27:11.317Z Compiling slog-async v2.8.0
16902026-05-08T16:27:11.337Z Compiling crossbeam-channel v0.5.15
16912026-05-08T16:27:11.496Z Compiling futures-executor v0.3.32
16922026-05-08T16:27:11.527Z Compiling is-terminal v0.4.17
16932026-05-08T16:27:11.621Z Compiling filetime v0.2.27
16942026-05-08T16:27:11.634Z Compiling term v1.2.1
16952026-05-08T16:27:11.779Z Compiling xattr v1.6.1
16962026-05-08T16:27:11.796Z Compiling take_mut v0.2.2
16972026-05-08T16:27:11.815Z Compiling futures v0.3.32
16982026-05-08T16:27:11.897Z Compiling tar v0.4.45
16992026-05-08T16:27:11.911Z Compiling slog-term v2.9.2
17002026-05-08T16:27:21.643Z Compiling rustls-webpki v0.103.9
17012026-05-08T16:27:24.400Z Compiling tokio-rustls v0.26.4
17022026-05-08T16:27:24.400Z Compiling rustls-platform-verifier v0.6.2
17032026-05-08T16:27:24.601Z Compiling hyper-rustls v0.27.7
17042026-05-08T16:27:24.806Z Compiling reqwest v0.13.2
17052026-05-08T16:27:24.806Z Compiling reqwest v0.12.28
17062026-05-08T16:27:26.905Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17072026-05-08T16:27:27.120Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17082026-05-08T16:27:29.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
17092026-05-08T16:27:30.066Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17102026-05-08T16:27:30.122ZMay 08 16:27:28.631 INFO Starting download, target: Cockroach
17112026-05-08T16:27:30.122ZMay 08 16:27:28.632 INFO Starting download, target: Clickhouse
17122026-05-08T16:27:30.122ZMay 08 16:27:28.632 INFO Starting download, target: Console
17132026-05-08T16:27:30.125ZMay 08 16:27:28.632 INFO Starting download, target: DendriteStub
17142026-05-08T16:27:30.125ZMay 08 16:27:28.632 INFO Starting download, target: MaghemiteMgd
17152026-05-08T16:27:30.125ZMay 08 16:27:28.632 INFO Starting download, target: TransceiverControl
17162026-05-08T16:27:30.125ZMay 08 16:27:28.632 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17172026-05-08T16:27:30.125ZMay 08 16:27:28.632 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17182026-05-08T16:27:30.125ZMay 08 16:27:28.632 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17192026-05-08T16:27:30.125ZMay 08 16:27:28.632 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17202026-05-08T16:27:30.125ZMay 08 16:27:28.632 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17212026-05-08T16:27:30.125ZMay 08 16:27:28.632 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17222026-05-08T16:27:30.712ZMay 08 16:27:29.221 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17232026-05-08T16:27:30.916ZMay 08 16:27:29.426 INFO Download complete, target: TransceiverControl
17242026-05-08T16:27:31.166ZMay 08 16:27:29.658 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17252026-05-08T16:27:31.380ZMay 08 16:27:29.884 INFO Download complete, target: Console
17262026-05-08T16:27:31.650ZMay 08 16:27:30.159 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17272026-05-08T16:27:32.108ZMay 08 16:27:30.617 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17282026-05-08T16:27:32.264ZMay 08 16:27:30.774 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17292026-05-08T16:27:32.264ZMay 08 16:27:30.774 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17302026-05-08T16:27:32.590ZMay 08 16:27:31.100 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17312026-05-08T16:27:33.972ZMay 08 16:27:32.482 INFO Download complete, target: DendriteStub
17322026-05-08T16:27:34.418ZMay 08 16:27:32.928 INFO Download complete, target: MaghemiteMgd
17332026-05-08T16:27:36.829ZMay 08 16:27:35.332 INFO Checking that binary works, target: Cockroach
17342026-05-08T16:27:36.942ZMay 08 16:27:35.442 INFO Download complete, target: Cockroach
17352026-05-08T16:27:39.264ZMay 08 16:27:37.773 INFO Checking that binary works, target: Clickhouse
17362026-05-08T16:27:39.385ZMay 08 16:27:37.894 INFO Download complete, target: Clickhouse
17372026-05-08T16:27:39.401ZAll builder prerequisites installed successfully, and PATH looks valid
17382026-05-08T16:27:39.404Z
17392026-05-08T16:27:39.404Zreal 2:34.100844871
17402026-05-08T16:27:39.404Zuser 6:43.442405920
17412026-05-08T16:27:39.404Zsys 1:20.170602315
17422026-05-08T16:27:39.404Ztrap 0.228145757
17432026-05-08T16:27:39.404Ztflt 0.611993152
17442026-05-08T16:27:39.404Zdflt 0.580511075
17452026-05-08T16:27:39.404Zkflt 0.026063447
17462026-05-08T16:27:39.404Zlock 20:58.001631231
17472026-05-08T16:27:39.404Zslp 21:28.736630300
17482026-05-08T16:27:39.404Zlat 42.097405478
17492026-05-08T16:27:39.404Zstop 1:45.762142220
17502026-05-08T16:27:39.404Z+ banner hack-check
17512026-05-08T16:27:39.404Z
17522026-05-08T16:27:39.404Z # # ## #### # # #### # # ###### #### # #
17532026-05-08T16:27:39.404Z # # # # # # # # # # # # # # # # #
17542026-05-08T16:27:39.404Z ###### # # # #### ##### # ###### ##### # ####
17552026-05-08T16:27:39.404Z # # ###### # # # # # # # # # #
17562026-05-08T16:27:39.404Z # # # # # # # # # # # # # # # # #
17572026-05-08T16:27:39.404Z # # # # #### # # #### # # ###### #### # #
17582026-05-08T16:27:39.404Z
17592026-05-08T16:27:39.404Z+ export CARGO_INCREMENTAL=0
17602026-05-08T16:27:39.404Z+ CARGO_INCREMENTAL=0
17612026-05-08T16:27:39.404Z+ ptime -m timeout 2h cargo xtask check-features --ci
17622026-05-08T16:27:39.926Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17632026-05-08T16:27:40.140Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17642026-05-08T16:27:41.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
17652026-05-08T16:27:42.069Z Running `target/debug/xtask check-features --ci`
17662026-05-08T16:27:42.096Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17672026-05-08T16:27:42.099Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17682026-05-08T16:27:42.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17692026-05-08T16:27:42.609Z Running `target/debug/xtask download cargo-hack`
17702026-05-08T16:27:43.393Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17712026-05-08T16:27:43.697Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17722026-05-08T16:27:46.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s
17732026-05-08T16:27:46.321Z Running `target/debug/xtask-downloader cargo-hack`
17742026-05-08T16:27:46.364ZMay 08 16:27:44.872 INFO Starting download, target: CargoHack
17752026-05-08T16:27:46.368ZMay 08 16:27:44.872 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17762026-05-08T16:27:46.732ZMay 08 16:27:45.240 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17772026-05-08T16:27:46.793ZMay 08 16:27:45.289 INFO Download complete, target: CargoHack
17782026-05-08T16:27:46.801Zrunning: "/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"
17792026-05-08T16:27:46.802Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17802026-05-08T16:27:46.956Zinfo: running `cargo check --bins` on api_identity (1/274)
17812026-05-08T16:27:47.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17822026-05-08T16:27:47.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17832026-05-08T16:27:47.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17842026-05-08T16:27:47.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17852026-05-08T16:27:47.588Z
17862026-05-08T16:27:47.588Zinfo: running `cargo check --bins` on bootstore (2/274)
17872026-05-08T16:27:48.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17882026-05-08T16:27:48.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17892026-05-08T16:27:48.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17902026-05-08T16:27:48.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17912026-05-08T16:27:48.103Z
17922026-05-08T16:27:48.103Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
17932026-05-08T16:27:48.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17942026-05-08T16:27:48.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17952026-05-08T16:27:48.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17962026-05-08T16:27:48.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17972026-05-08T16:27:48.674Z
17982026-05-08T16:27:48.674Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
17992026-05-08T16:27:49.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18002026-05-08T16:27:49.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18012026-05-08T16:27:49.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18022026-05-08T16:27:49.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18032026-05-08T16:27:49.252Z
18042026-05-08T16:27:49.252Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18052026-05-08T16:27:49.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18062026-05-08T16:27:49.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18072026-05-08T16:27:49.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18082026-05-08T16:27:49.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18092026-05-08T16:27:49.826Z
18102026-05-08T16:27:49.826Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18112026-05-08T16:27:50.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18122026-05-08T16:27:50.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18132026-05-08T16:27:50.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18142026-05-08T16:27:50.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18152026-05-08T16:27:50.424Z
18162026-05-08T16:27:50.425Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18172026-05-08T16:27:50.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18182026-05-08T16:27:50.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18192026-05-08T16:27:50.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18202026-05-08T16:27:50.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18212026-05-08T16:27:51.029Z
18222026-05-08T16:27:51.029Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18232026-05-08T16:27:51.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242026-05-08T16:27:51.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252026-05-08T16:27:51.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262026-05-08T16:27:51.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18272026-05-08T16:27:51.627Z
18282026-05-08T16:27:51.627Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18292026-05-08T16:27:52.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302026-05-08T16:27:52.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312026-05-08T16:27:52.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322026-05-08T16:27:52.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18332026-05-08T16:27:52.093Z
18342026-05-08T16:27:52.093Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18352026-05-08T16:27:52.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362026-05-08T16:27:52.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372026-05-08T16:27:52.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382026-05-08T16:27:52.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18392026-05-08T16:27:52.567Z
18402026-05-08T16:27:52.567Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18412026-05-08T16:27:52.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422026-05-08T16:27:52.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432026-05-08T16:27:52.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442026-05-08T16:27:52.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18452026-05-08T16:27:53.036Z
18462026-05-08T16:27:53.036Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18472026-05-08T16:27:53.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-05-08T16:27:53.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-05-08T16:27:53.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-05-08T16:27:53.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18512026-05-08T16:27:53.510Z
18522026-05-08T16:27:53.510Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18532026-05-08T16:27:53.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-05-08T16:27:53.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-05-08T16:27:53.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-05-08T16:27:53.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18572026-05-08T16:27:53.980Z
18582026-05-08T16:27:53.980Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
18592026-05-08T16:27:54.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-05-08T16:27:54.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-05-08T16:27:54.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-05-08T16:27:54.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18632026-05-08T16:27:54.452Z
18642026-05-08T16:27:54.452Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
18652026-05-08T16:27:54.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-05-08T16:27:54.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-05-08T16:27:54.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-05-08T16:27:54.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18692026-05-08T16:27:54.931Z
18702026-05-08T16:27:54.931Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
18712026-05-08T16:27:55.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-05-08T16:27:55.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-05-08T16:27:55.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-05-08T16:27:55.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18752026-05-08T16:27:55.394Z
18762026-05-08T16:27:55.394Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
18772026-05-08T16:27:55.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-05-08T16:27:55.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-05-08T16:27:55.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-05-08T16:27:55.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18812026-05-08T16:27:55.870Z
18822026-05-08T16:27:55.870Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
18832026-05-08T16:27:56.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-05-08T16:27:56.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-05-08T16:27:56.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-05-08T16:27:56.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18872026-05-08T16:27:56.334Z
18882026-05-08T16:27:56.334Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
18892026-05-08T16:27:56.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-05-08T16:27:56.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-05-08T16:27:56.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-05-08T16:27:56.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18932026-05-08T16:27:56.813Z
18942026-05-08T16:27:56.813Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
18952026-05-08T16:27:57.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-05-08T16:27:57.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-05-08T16:27:57.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-05-08T16:27:57.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18992026-05-08T16:27:57.264Z
19002026-05-08T16:27:57.264Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19012026-05-08T16:27:57.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-05-08T16:27:57.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-05-08T16:27:57.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-05-08T16:27:57.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19052026-05-08T16:27:57.736Z
19062026-05-08T16:27:57.736Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19072026-05-08T16:27:58.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-05-08T16:27:58.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-05-08T16:27:58.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-05-08T16:27:58.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19112026-05-08T16:27:58.202Z
19122026-05-08T16:27:58.203Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19132026-05-08T16:27:58.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-05-08T16:27:58.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-05-08T16:27:58.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-05-08T16:27:58.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19172026-05-08T16:27:58.664Z
19182026-05-08T16:27:58.664Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19192026-05-08T16:27:59.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-05-08T16:27:59.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-05-08T16:27:59.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-05-08T16:27:59.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19232026-05-08T16:27:59.130Z
19242026-05-08T16:27:59.130Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19252026-05-08T16:27:59.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-05-08T16:27:59.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-05-08T16:27:59.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-05-08T16:27:59.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19292026-05-08T16:27:59.599Z
19302026-05-08T16:27:59.599Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19312026-05-08T16:28:00.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-05-08T16:28:00.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-05-08T16:28:00.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-05-08T16:28:00.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19352026-05-08T16:28:00.068Z
19362026-05-08T16:28:00.068Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19372026-05-08T16:28:00.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-05-08T16:28:00.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-05-08T16:28:00.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-05-08T16:28:00.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19412026-05-08T16:28:00.538Z
19422026-05-08T16:28:00.538Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19432026-05-08T16:28:00.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-05-08T16:28:00.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-05-08T16:28:00.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-05-08T16:28:00.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19472026-05-08T16:28:01.004Z
19482026-05-08T16:28:01.004Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19492026-05-08T16:28:01.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-05-08T16:28:01.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-05-08T16:28:01.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-05-08T16:28:01.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19532026-05-08T16:28:01.470Z
19542026-05-08T16:28:01.470Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19552026-05-08T16:28:01.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-05-08T16:28:01.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-05-08T16:28:01.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-05-08T16:28:01.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19592026-05-08T16:28:01.935Z
19602026-05-08T16:28:01.935Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
19612026-05-08T16:28:02.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-05-08T16:28:02.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-05-08T16:28:02.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-05-08T16:28:02.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19652026-05-08T16:28:02.398Z
19662026-05-08T16:28:02.398Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
19672026-05-08T16:28:02.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-05-08T16:28:02.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-05-08T16:28:02.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-05-08T16:28:02.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19712026-05-08T16:28:02.864Z
19722026-05-08T16:28:02.864Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
19732026-05-08T16:28:03.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-05-08T16:28:03.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-05-08T16:28:03.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-05-08T16:28:03.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19772026-05-08T16:28:03.328Z
19782026-05-08T16:28:03.328Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
19792026-05-08T16:28:03.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-05-08T16:28:03.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-05-08T16:28:03.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-05-08T16:28:03.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19832026-05-08T16:28:03.793Z
19842026-05-08T16:28:03.793Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
19852026-05-08T16:28:04.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-05-08T16:28:04.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-05-08T16:28:04.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-05-08T16:28:04.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19892026-05-08T16:28:04.257Z
19902026-05-08T16:28:04.257Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
19912026-05-08T16:28:04.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-05-08T16:28:04.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-05-08T16:28:04.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-05-08T16:28:04.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19952026-05-08T16:28:04.723Z
19962026-05-08T16:28:04.723Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
19972026-05-08T16:28:05.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-05-08T16:28:05.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-05-08T16:28:05.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-05-08T16:28:05.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20012026-05-08T16:28:05.186Z
20022026-05-08T16:28:05.186Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20032026-05-08T16:28:05.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-05-08T16:28:05.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-05-08T16:28:05.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-05-08T16:28:05.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20072026-05-08T16:28:05.649Z
20082026-05-08T16:28:05.649Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20092026-05-08T16:28:06.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-05-08T16:28:06.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-05-08T16:28:06.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-05-08T16:28:06.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20132026-05-08T16:28:06.113Z
20142026-05-08T16:28:06.113Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20152026-05-08T16:28:06.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-05-08T16:28:06.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-05-08T16:28:06.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-05-08T16:28:06.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20192026-05-08T16:28:06.585Z
20202026-05-08T16:28:06.585Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20212026-05-08T16:28:06.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-05-08T16:28:06.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-05-08T16:28:06.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-05-08T16:28:07.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20252026-05-08T16:28:07.059Z
20262026-05-08T16:28:07.059Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20272026-05-08T16:28:07.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-05-08T16:28:07.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-05-08T16:28:07.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-05-08T16:28:07.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20312026-05-08T16:28:07.533Z
20322026-05-08T16:28:07.533Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20332026-05-08T16:28:07.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-05-08T16:28:07.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-05-08T16:28:07.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-05-08T16:28:07.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20372026-05-08T16:28:08.008Z
20382026-05-08T16:28:08.008Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20392026-05-08T16:28:08.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-05-08T16:28:08.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-05-08T16:28:08.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-05-08T16:28:08.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20432026-05-08T16:28:08.482Z
20442026-05-08T16:28:08.482Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20452026-05-08T16:28:08.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-05-08T16:28:08.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-05-08T16:28:08.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-05-08T16:28:08.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20492026-05-08T16:28:08.957Z
20502026-05-08T16:28:08.957Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20512026-05-08T16:28:09.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-05-08T16:28:09.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-05-08T16:28:09.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-05-08T16:28:09.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20552026-05-08T16:28:09.428Z
20562026-05-08T16:28:09.428Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
20572026-05-08T16:28:09.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-05-08T16:28:09.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-05-08T16:28:09.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-05-08T16:28:09.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20612026-05-08T16:28:09.900Z
20622026-05-08T16:28:09.900Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
20632026-05-08T16:28:10.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-05-08T16:28:10.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-05-08T16:28:10.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-05-08T16:28:10.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20672026-05-08T16:28:10.373Z
20682026-05-08T16:28:10.373Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
20692026-05-08T16:28:10.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-05-08T16:28:10.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-05-08T16:28:10.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-05-08T16:28:10.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20732026-05-08T16:28:11.012Z
20742026-05-08T16:28:11.012Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
20752026-05-08T16:28:11.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-05-08T16:28:11.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-05-08T16:28:11.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-05-08T16:28:11.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20792026-05-08T16:28:11.650Z
20802026-05-08T16:28:11.650Zinfo: running `cargo check --bins` on nexus-config (51/274)
20812026-05-08T16:28:12.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-05-08T16:28:12.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-05-08T16:28:12.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-05-08T16:28:12.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20852026-05-08T16:28:12.286Z
20862026-05-08T16:28:12.287Zinfo: running `cargo check --bins` on nexus-types (52/274)
20872026-05-08T16:28:12.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-05-08T16:28:12.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-05-08T16:28:12.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-05-08T16:28:12.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20912026-05-08T16:28:12.921Z
20922026-05-08T16:28:12.921Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
20932026-05-08T16:28:13.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-05-08T16:28:13.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-05-08T16:28:13.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-05-08T16:28:13.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
20972026-05-08T16:28:13.520Z
20982026-05-08T16:28:13.520Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
20992026-05-08T16:28:14.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-05-08T16:28:14.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-05-08T16:28:14.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-05-08T16:28:14.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21032026-05-08T16:28:14.093Z
21042026-05-08T16:28:14.093Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21052026-05-08T16:28:14.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-05-08T16:28:14.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-05-08T16:28:14.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-05-08T16:28:14.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21092026-05-08T16:28:14.694Z
21102026-05-08T16:28:14.695Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21112026-05-08T16:28:15.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-05-08T16:28:15.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-05-08T16:28:15.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-05-08T16:28:15.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21152026-05-08T16:28:15.296Z
21162026-05-08T16:28:15.296Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21172026-05-08T16:28:15.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-05-08T16:28:15.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-05-08T16:28:15.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-05-08T16:28:15.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21212026-05-08T16:28:15.899Z
21222026-05-08T16:28:15.899Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21232026-05-08T16:28:16.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-05-08T16:28:16.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-05-08T16:28:16.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-05-08T16:28:16.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21272026-05-08T16:28:16.506Z
21282026-05-08T16:28:16.506Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21292026-05-08T16:28:16.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-05-08T16:28:17.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-05-08T16:28:17.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-05-08T16:28:17.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21332026-05-08T16:28:17.088Z
21342026-05-08T16:28:17.088Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21352026-05-08T16:28:17.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-05-08T16:28:17.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-05-08T16:28:17.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-05-08T16:28:17.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21392026-05-08T16:28:17.673Z
21402026-05-08T16:28:17.673Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21412026-05-08T16:28:18.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-05-08T16:28:18.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-05-08T16:28:18.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-05-08T16:28:18.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21452026-05-08T16:28:18.251Z
21462026-05-08T16:28:18.251Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21472026-05-08T16:28:18.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-05-08T16:28:18.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-05-08T16:28:18.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-05-08T16:28:18.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21512026-05-08T16:28:18.835Z
21522026-05-08T16:28:18.835Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21532026-05-08T16:28:19.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-05-08T16:28:19.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-05-08T16:28:19.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-05-08T16:28:19.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21572026-05-08T16:28:19.431Z
21582026-05-08T16:28:19.431Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
21592026-05-08T16:28:19.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-05-08T16:28:19.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-05-08T16:28:19.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-05-08T16:28:19.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21632026-05-08T16:28:20.030Z
21642026-05-08T16:28:20.030Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
21652026-05-08T16:28:20.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-05-08T16:28:20.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-05-08T16:28:20.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-05-08T16:28:20.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21692026-05-08T16:28:20.614Z
21702026-05-08T16:28:20.614Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
21712026-05-08T16:28:21.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-05-08T16:28:21.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-05-08T16:28:21.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-05-08T16:28:21.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21752026-05-08T16:28:21.198Z
21762026-05-08T16:28:21.198Zinfo: running `cargo check --bins` on ereport-types (67/274)
21772026-05-08T16:28:21.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-05-08T16:28:21.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-05-08T16:28:21.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-05-08T16:28:21.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21812026-05-08T16:28:21.781Z
21822026-05-08T16:28:21.781Zinfo: running `cargo check --bins` on gateway-client (68/274)
21832026-05-08T16:28:22.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-05-08T16:28:22.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-05-08T16:28:22.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-05-08T16:28:22.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21872026-05-08T16:28:22.370Z
21882026-05-08T16:28:22.370Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
21892026-05-08T16:28:22.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-05-08T16:28:22.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-05-08T16:28:22.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-05-08T16:28:22.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21932026-05-08T16:28:22.958Z
21942026-05-08T16:28:22.958Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
21952026-05-08T16:28:23.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-05-08T16:28:23.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-05-08T16:28:23.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-05-08T16:28:23.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21992026-05-08T16:28:23.535Z
22002026-05-08T16:28:23.535Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22012026-05-08T16:28:24.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-05-08T16:28:24.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-05-08T16:28:24.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-05-08T16:28:24.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22052026-05-08T16:28:24.119Z
22062026-05-08T16:28:24.119Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22072026-05-08T16:28:24.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-05-08T16:28:24.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-05-08T16:28:24.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-05-08T16:28:24.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22112026-05-08T16:28:24.708Z
22122026-05-08T16:28:24.708Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22132026-05-08T16:28:25.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-05-08T16:28:25.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-05-08T16:28:25.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-05-08T16:28:25.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22172026-05-08T16:28:25.314Z
22182026-05-08T16:28:25.314Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22192026-05-08T16:28:25.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-05-08T16:28:25.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-05-08T16:28:25.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-05-08T16:28:25.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22232026-05-08T16:28:25.925Z
22242026-05-08T16:28:25.925Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22252026-05-08T16:28:26.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-05-08T16:28:26.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-05-08T16:28:26.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-05-08T16:28:26.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22292026-05-08T16:28:26.508Z
22302026-05-08T16:28:26.508Zinfo: running `cargo check --bins` on oxlog (76/274)
22312026-05-08T16:28:27.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-05-08T16:28:27.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-05-08T16:28:27.117Z Checking cfg-if v1.0.4
22342026-05-08T16:28:27.120Z Checking libc v0.2.185
22352026-05-08T16:28:27.120Z Checking serde_core v1.0.228
22362026-05-08T16:28:27.233Z Checking zeroize v1.8.2
22372026-05-08T16:28:27.242Z Checking memchr v2.8.0
22382026-05-08T16:28:27.250Z Checking log v0.4.29
22392026-05-08T16:28:27.253Z Checking smallvec v1.15.1
22402026-05-08T16:28:27.270Z Checking typenum v1.19.0
22412026-05-08T16:28:27.273Z Checking subtle v2.6.1
22422026-05-08T16:28:27.369Z Checking itoa v1.0.17
22432026-05-08T16:28:27.406Z Checking scopeguard v1.2.0
22442026-05-08T16:28:27.426Z Checking stable_deref_trait v1.2.1
22452026-05-08T16:28:27.432Z Checking const-oid v0.9.6
22462026-05-08T16:28:27.491Z Checking portable-atomic v1.13.1
22472026-05-08T16:28:27.504Z Checking lock_api v0.4.14
22482026-05-08T16:28:27.514Z Checking zerofrom v0.1.6
22492026-05-08T16:28:27.623Z Checking critical-section v1.2.0
22502026-05-08T16:28:27.626Z Checking getrandom v0.2.17
22512026-05-08T16:28:27.626Z Checking errno v0.3.14
22522026-05-08T16:28:27.694Z Checking yoke v0.8.1
22532026-05-08T16:28:27.742Z Checking parking_lot_core v0.9.12
22542026-05-08T16:28:27.756Z Checking signal-hook-registry v1.4.8
22552026-05-08T16:28:27.785Z Checking generic-array v0.14.7
22562026-05-08T16:28:27.796Z Checking rand_core v0.6.4
22572026-05-08T16:28:27.858Z Checking zerovec v0.11.5
22582026-05-08T16:28:27.874Z Checking once_cell v1.21.3
22592026-05-08T16:28:27.908Z Checking zerocopy v0.8.40
22602026-05-08T16:28:27.921Z Checking pin-project-lite v0.2.17
22612026-05-08T16:28:27.964Z Checking parking_lot v0.12.5
22622026-05-08T16:28:28.007Z Checking mio v1.2.0
22632026-05-08T16:28:28.045Z Checking socket2 v0.6.3
22642026-05-08T16:28:28.100Z Checking libm v0.2.16
22652026-05-08T16:28:28.140Z Checking zmij v1.0.21
22662026-05-08T16:28:28.218Z Checking crypto-common v0.1.7
22672026-05-08T16:28:28.275Z Checking block-buffer v0.10.4
22682026-05-08T16:28:28.285Z Checking percent-encoding v2.3.2
22692026-05-08T16:28:28.288Z Checking tinystr v0.8.2
22702026-05-08T16:28:28.336Z Checking writeable v0.6.2
22712026-05-08T16:28:28.347Z Checking futures-core v0.3.32
22722026-05-08T16:28:28.404Z Checking digest v0.10.7
22732026-05-08T16:28:28.416Z Checking equivalent v1.0.2
22742026-05-08T16:28:28.461Z Checking litemap v0.8.1
22752026-05-08T16:28:28.473Z Checking potential_utf v0.1.4
22762026-05-08T16:28:28.489Z Checking zerotrie v0.2.3
22772026-05-08T16:28:28.502Z Checking cpufeatures v0.2.17
22782026-05-08T16:28:28.566Z Checking block-padding v0.3.3
22792026-05-08T16:28:28.591Z Checking icu_collections v2.1.1
22802026-05-08T16:28:28.596Z Checking hmac v0.12.1
22812026-05-08T16:28:28.628Z Checking icu_locale_core v2.1.1
22822026-05-08T16:28:28.690Z Checking serde v1.0.228
22832026-05-08T16:28:28.701Z Checking bitflags v2.11.0
22842026-05-08T16:28:28.724Z Checking serde_json v1.0.149
22852026-05-08T16:28:28.736Z Checking icu_properties_data v2.1.2
22862026-05-08T16:28:28.780Z Checking num-traits v0.2.19
22872026-05-08T16:28:28.855Z Checking icu_normalizer_data v2.1.1
22882026-05-08T16:28:28.868Z Checking futures-sink v0.3.32
22892026-05-08T16:28:28.892Z Checking hashbrown v0.17.0
22902026-05-08T16:28:28.926Z Checking rand_core v0.10.0
22912026-05-08T16:28:28.965Z Checking futures-channel v0.3.32
22922026-05-08T16:28:29.066Z Checking getrandom v0.4.1
22932026-05-08T16:28:29.099Z Checking bytes v1.11.1
22942026-05-08T16:28:29.155Z Checking inout v0.1.4
22952026-05-08T16:28:29.183Z Checking icu_provider v2.1.1
22962026-05-08T16:28:29.216Z Checking futures-task v0.3.32
22972026-05-08T16:28:29.287Z Checking slab v0.4.12
22982026-05-08T16:28:29.318Z Checking futures-io v0.3.32
22992026-05-08T16:28:29.342Z Checking cipher v0.4.4
23002026-05-08T16:28:29.357Z Checking indexmap v2.14.0
23012026-05-08T16:28:29.397Z Checking sha2 v0.10.9
23022026-05-08T16:28:29.411Z Checking icu_normalizer v2.1.1
23032026-05-08T16:28:29.424Z Checking icu_properties v2.1.2
23042026-05-08T16:28:29.435Z Checking futures-util v0.3.32
23052026-05-08T16:28:29.542Z Checking tokio v1.52.1
23062026-05-08T16:28:29.556Z Checking getrandom v0.3.4
23072026-05-08T16:28:29.664Z Checking byteorder v1.5.0
23082026-05-08T16:28:29.702Z Checking base64ct v1.8.3
23092026-05-08T16:28:29.706Z Checking utf8_iter v1.0.4
23102026-05-08T16:28:29.819Z Checking form_urlencoded v1.2.2
23112026-05-08T16:28:29.860Z Checking fnv v1.0.7
23122026-05-08T16:28:29.908Z Checking flagset v0.4.7
23132026-05-08T16:28:29.918Z Checking pem-rfc7468 v0.7.0
23142026-05-08T16:28:29.940Z Checking rand_core v0.9.5
23152026-05-08T16:28:29.957Z Checking salsa20 v0.10.2
23162026-05-08T16:28:30.022Z Checking http v1.4.0
23172026-05-08T16:28:30.069Z Checking der v0.7.10
23182026-05-08T16:28:30.082Z Checking uuid v1.23.0
23192026-05-08T16:28:30.112Z Checking pbkdf2 v0.12.2
23202026-05-08T16:28:30.220Z Checking scrypt v0.11.0
23212026-05-08T16:28:30.240Z Checking idna_adapter v1.2.1
23222026-05-08T16:28:30.356Z Checking idna v1.1.0
23232026-05-08T16:28:30.359Z Checking cbc v0.1.2
23242026-05-08T16:28:30.382Z Checking aes v0.8.4
23252026-05-08T16:28:30.491Z Checking rustix v1.1.3
23262026-05-08T16:28:30.575Z Checking tracing-core v0.1.36
23272026-05-08T16:28:30.593Z Checking url v2.5.8
23282026-05-08T16:28:30.645Z Checking ppv-lite86 v0.2.21
23292026-05-08T16:28:30.763Z Checking rustls-pki-types v1.14.0
23302026-05-08T16:28:30.794Z Checking spki v0.7.3
23312026-05-08T16:28:30.876Z Checking regex-syntax v0.8.10
23322026-05-08T16:28:30.933Z Checking rand_chacha v0.9.0
23332026-05-08T16:28:30.956Z Checking iana-time-zone v0.1.65
23342026-05-08T16:28:31.020Z Checking pkcs5 v0.7.1
23352026-05-08T16:28:31.045Z Checking tracing v0.1.44
23362026-05-08T16:28:31.059Z Checking chrono v0.4.44
23372026-05-08T16:28:31.126Z Checking rand v0.9.2
23382026-05-08T16:28:31.247Z Checking http-body v1.0.1
23392026-05-08T16:28:31.267Z Checking aws-lc-sys v0.37.1
23402026-05-08T16:28:31.310Z Checking base64 v0.22.1
23412026-05-08T16:28:31.324Z Checking openssl-probe v0.2.1
23422026-05-08T16:28:31.373Z Checking untrusted v0.9.0
23432026-05-08T16:28:31.426Z Checking untrusted v0.7.1
23442026-05-08T16:28:31.478Z Checking ring v0.17.14
23452026-05-08T16:28:31.537Z Checking pkcs8 v0.10.2
23462026-05-08T16:28:31.551Z Checking plain v0.2.3
23472026-05-08T16:28:31.590Z Checking try-lock v0.2.5
23482026-05-08T16:28:31.645Z Checking atomic-waker v1.1.2
23492026-05-08T16:28:31.683Z Checking tinyvec_macros v0.1.1
23502026-05-08T16:28:31.710Z Checking tower-layer v0.3.3
23512026-05-08T16:28:31.741Z Checking tower-service v0.3.3
23522026-05-08T16:28:31.765Z Checking tinyvec v1.10.0
23532026-05-08T16:28:31.769Z Checking aws-lc-rs v1.16.0
23542026-05-08T16:28:31.824Z Checking want v0.3.1
23552026-05-08T16:28:31.857Z Checking ipnet v2.11.0
23562026-05-08T16:28:31.897Z Checking semver v1.0.28
23572026-05-08T16:28:31.940Z Checking httparse v1.10.1
23582026-05-08T16:28:32.051Z Checking spin v0.9.8
23592026-05-08T16:28:32.096Z Checking dyn-clone v1.0.20
23602026-05-08T16:28:32.109Z Checking unicode-ident v1.0.24
23612026-05-08T16:28:32.149Z Checking foreign-types-shared v0.1.1
23622026-05-08T16:28:32.180Z Checking fastrand v2.3.0
23632026-05-08T16:28:32.195Z Checking ucd-trie v0.1.7
23642026-05-08T16:28:32.210Z Checking httpdate v1.0.3
23652026-05-08T16:28:32.222Z Checking pin-utils v0.1.0
23662026-05-08T16:28:32.234Z Checking foreign-types v0.3.2
23672026-05-08T16:28:32.288Z Checking proc-macro2 v1.0.106
23682026-05-08T16:28:32.298Z Checking schemars v0.8.22
23692026-05-08T16:28:32.317Z Checking pest v2.8.6
23702026-05-08T16:28:32.347Z Checking tempfile v3.25.0
23712026-05-08T16:28:32.362Z Checking openssl-sys v0.9.114
23722026-05-08T16:28:32.459Z Checking thiserror v2.0.18
23732026-05-08T16:28:32.541Z Checking wait-timeout v0.2.1
23742026-05-08T16:28:32.560Z Checking aho-corasick v1.1.4
23752026-05-08T16:28:32.587Z Checking rustls-webpki v0.103.9
23762026-05-08T16:28:32.603Z Checking powerfmt v0.2.0
23772026-05-08T16:28:32.661Z Checking quick-error v1.2.3
23782026-05-08T16:28:32.728Z Checking tokio-util v0.7.18
23792026-05-08T16:28:32.746Z Checking siphasher v1.0.2
23802026-05-08T16:28:32.758Z Checking simd-adler32 v0.3.8
23812026-05-08T16:28:32.862Z Checking anstyle v1.0.13
23822026-05-08T16:28:32.894Z Checking bit-vec v0.8.0
23832026-05-08T16:28:32.922Z Checking utf8parse v0.2.2
23842026-05-08T16:28:32.938Z Checking pretty-hex v0.4.1
23852026-05-08T16:28:33.002Z Checking rustls v0.23.37
23862026-05-08T16:28:33.017Z Checking anstyle-parse v0.2.7
23872026-05-08T16:28:33.035Z Checking openssl v0.10.78
23882026-05-08T16:28:33.048Z Checking rusty-fork v0.3.1
23892026-05-08T16:28:33.083Z Checking bit-set v0.8.0
23902026-05-08T16:28:33.163Z Checking deranged v0.5.8
23912026-05-08T16:28:33.216Z Checking quote v1.0.45
23922026-05-08T16:28:33.226Z Compiling newtype-uuid v1.3.2
23932026-05-08T16:28:33.241Z Checking regex-automata v0.4.14
23942026-05-08T16:28:33.326Z Checking h2 v0.4.13
23952026-05-08T16:28:33.373Z Checking unicode-normalization v0.1.25
23962026-05-08T16:28:33.386Z Checking rustls-native-certs v0.8.3
23972026-05-08T16:28:33.407Z Checking crossbeam-utils v0.8.21
23982026-05-08T16:28:33.506Z Checking rand_xorshift v0.4.0
23992026-05-08T16:28:33.626Z Checking crc32fast v1.5.0
24002026-05-08T16:28:33.724Z Checking scroll v0.13.0
24012026-05-08T16:28:33.759Z Checking signature v2.2.0
24022026-05-08T16:28:33.771Z Checking sync_wrapper v1.0.2
24032026-05-08T16:28:33.869Z Checking unicode-bidi v0.3.18
24042026-05-08T16:28:33.883Z Checking time-core v0.1.8
24052026-05-08T16:28:33.948Z Checking num-conv v0.2.0
24062026-05-08T16:28:34.037Z Checking anstyle-query v1.1.5
24072026-05-08T16:28:34.071Z Checking is_terminal_polyfill v1.70.2
24082026-05-08T16:28:34.083Z Checking unarray v0.1.4
24092026-05-08T16:28:34.125Z Checking num_threads v0.1.7
24102026-05-08T16:28:34.156Z Checking colorchoice v1.0.4
24112026-05-08T16:28:34.170Z Checking allocator-api2 v0.2.21
24122026-05-08T16:28:34.182Z Checking adler2 v2.0.1
24132026-05-08T16:28:34.209Z Checking unicode-properties v0.1.4
24142026-05-08T16:28:34.252Z Checking anstream v0.6.21
24152026-05-08T16:28:34.282Z Checking miniz_oxide v0.8.9
24162026-05-08T16:28:34.396Z Checking stringprep v0.1.5
24172026-05-08T16:28:34.445Z Checking time v0.3.47
24182026-05-08T16:28:34.459Z Checking proptest v1.10.0
24192026-05-08T16:28:34.543Z Checking goblin v0.10.5
24202026-05-08T16:28:34.634Z Checking tower v0.5.3
24212026-05-08T16:28:35.022Z Checking crossbeam-epoch v0.9.18
24222026-05-08T16:28:35.054Z Checking native-tls v0.2.18
24232026-05-08T16:28:35.071Z Checking syn v2.0.117
24242026-05-08T16:28:35.229Z Compiling daft v0.1.5
24252026-05-08T16:28:35.242Z Checking ipnetwork v0.21.1
24262026-05-08T16:28:35.414Z Checking tokio-rustls v0.26.4
24272026-05-08T16:28:35.451Z Checking http-body-util v0.1.3
24282026-05-08T16:28:35.505Z Checking webpki-roots v1.0.6
24292026-05-08T16:28:35.571Z Checking rand_chacha v0.3.1
24302026-05-08T16:28:35.613Z Checking thiserror v1.0.69
24312026-05-08T16:28:35.635Z Checking scroll v0.12.0
24322026-05-08T16:28:35.664Z Checking zstd-sys v2.0.16+zstd.1.5.7
24332026-05-08T16:28:35.707Z Checking hash32 v0.2.1
24342026-05-08T16:28:35.774Z Checking num-integer v0.1.46
24352026-05-08T16:28:35.777Z Checking toml_datetime v0.6.11
24362026-05-08T16:28:35.854Z Checking serde_spanned v0.6.9
24372026-05-08T16:28:35.865Z Checking md-5 v0.10.6
24382026-05-08T16:28:35.961Z Checking ff v0.13.1
24392026-05-08T16:28:35.977Z Checking fallible-iterator v0.2.0
24402026-05-08T16:28:35.992Z Checking base16ct v0.2.0
24412026-05-08T16:28:35.992Z Checking psl-types v2.0.11
24422026-05-08T16:28:36.016Z Checking hyper v1.8.1
24432026-05-08T16:28:36.086Z Checking zlib-rs v0.6.2
24442026-05-08T16:28:36.110Z Checking iri-string v0.7.10
24452026-05-08T16:28:36.123Z Checking ryu v1.0.23
24462026-05-08T16:28:36.244Z Checking postgres-protocol v0.6.10
24472026-05-08T16:28:36.257Z Checking serde_urlencoded v0.7.1
24482026-05-08T16:28:36.356Z Checking sec1 v0.7.3
24492026-05-08T16:28:36.449Z Checking publicsuffix v2.3.0
24502026-05-08T16:28:36.548Z Compiling iddqd v0.3.18
24512026-05-08T16:28:36.560Z Checking group v0.13.0
24522026-05-08T16:28:36.607Z Checking num-iter v0.1.45
24532026-05-08T16:28:36.700Z Checking heapless v0.7.17
24542026-05-08T16:28:36.714Z Checking goblin v0.8.2
24552026-05-08T16:28:36.832Z Checking dof v0.4.0
24562026-05-08T16:28:36.903Z Checking hyper-util v0.1.20
24572026-05-08T16:28:36.951Z Checking flate2 v1.1.9
24582026-05-08T16:28:37.097Z Checking zstd-safe v7.2.4
24592026-05-08T16:28:37.111Z Checking tower-http v0.6.8
24602026-05-08T16:28:37.236Z Checking rand v0.8.5
24612026-05-08T16:28:37.261Z Checking cookie v0.18.1
24622026-05-08T16:28:37.323Z Checking oxnet v0.1.4
24632026-05-08T16:28:37.382Z Checking tokio-native-tls v0.3.1
24642026-05-08T16:28:37.458Z Checking dtrace-parser v0.3.0
24652026-05-08T16:28:37.485Z Checking phf_shared v0.13.1
24662026-05-08T16:28:37.538Z Checking lazy_static v1.5.0
24672026-05-08T16:28:37.556Z Checking zerocopy v0.7.35
24682026-05-08T16:28:37.627Z Checking terminal_size v0.4.3
24692026-05-08T16:28:37.675Z Checking bzip2-sys v0.1.13+1.0.8
24702026-05-08T16:28:37.694Z Checking signal-hook v0.3.18
24712026-05-08T16:28:37.706Z Checking hkdf v0.12.4
24722026-05-08T16:28:37.738Z Checking crypto-bigint v0.5.5
24732026-05-08T16:28:37.750Z Checking thread-id v5.1.0
24742026-05-08T16:28:37.762Z Checking managed v0.8.0
24752026-05-08T16:28:37.824Z Checking either v1.15.0
24762026-05-08T16:28:37.839Z Checking clap_lex v1.0.0
24772026-05-08T16:28:37.875Z Checking winnow v0.5.40
24782026-05-08T16:28:37.938Z Checking bitflags v1.3.2
24792026-05-08T16:28:37.985Z Checking foldhash v0.2.0
24802026-05-08T16:28:38.002Z Checking strsim v0.11.1
24812026-05-08T16:28:38.014Z Checking libbz2-rs-sys v0.2.2
24822026-05-08T16:28:38.036Z Checking foldhash v0.1.5
24832026-05-08T16:28:38.132Z Checking bumpalo v3.20.2
24842026-05-08T16:28:38.145Z Checking hyper-rustls v0.27.7
24852026-05-08T16:28:38.159Z Checking winnow v0.7.14
24862026-05-08T16:28:38.171Z Compiling rayon-core v1.13.0
24872026-05-08T16:28:38.325Z Checking zopfli v0.8.3
24882026-05-08T16:28:38.341Z Checking hashbrown v0.15.5
24892026-05-08T16:28:38.367Z Checking clap_builder v4.5.60
24902026-05-08T16:28:38.397Z Checking bzip2 v0.6.1
24912026-05-08T16:28:38.561Z Checking hyper-tls v0.6.0
24922026-05-08T16:28:38.585Z Checking dof v0.3.0
24932026-05-08T16:28:38.626Z Checking elliptic-curve v0.13.8
24942026-05-08T16:28:38.651Z Checking hashbrown v0.16.1
24952026-05-08T16:28:38.724Z Checking smoltcp v0.9.1
24962026-05-08T16:28:38.831Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24972026-05-08T16:28:38.872Z Checking signal-hook-mio v0.2.5
24982026-05-08T16:28:38.930Z Checking usdt-impl v0.6.0
24992026-05-08T16:28:38.983Z Checking bzip2 v0.4.4
25002026-05-08T16:28:39.024Z Checking num-bigint-dig v0.8.6
25012026-05-08T16:28:39.037Z Checking toml_edit v0.19.15
25022026-05-08T16:28:39.142Z Checking phf v0.13.1
25032026-05-08T16:28:39.207Z Checking cookie_store v0.22.1
25042026-05-08T16:28:39.289Z Checking zstd v0.13.3
25052026-05-08T16:28:39.329Z Checking postgres-types v0.2.12
25062026-05-08T16:28:39.342Z Checking dtrace-parser v0.2.0
25072026-05-08T16:28:39.404Z Checking rustls-platform-verifier v0.6.2
25082026-05-08T16:28:39.468Z Checking crossbeam-deque v0.8.6
25092026-05-08T16:28:39.534Z Checking bstr v1.12.1
25102026-05-08T16:28:39.546Z Checking regex v1.12.3
25112026-05-08T16:28:39.569Z Checking ed25519 v2.2.3
25122026-05-08T16:28:39.614Z Checking phf_shared v0.11.3
25132026-05-08T16:28:39.634Z Checking curve25519-dalek v4.1.3
25142026-05-08T16:28:39.646Z Checking ref-cast v1.0.25
25152026-05-08T16:28:39.738Z Checking strum v0.27.2
25162026-05-08T16:28:39.750Z Checking hubpack v0.1.2
25172026-05-08T16:28:39.753Z Checking memoffset v0.9.1
25182026-05-08T16:28:39.811Z Checking rustix v0.38.44
25192026-05-08T16:28:39.833Z Checking pkcs1 v0.7.5
25202026-05-08T16:28:39.835Z Checking float-cmp v0.10.0
25212026-05-08T16:28:39.855Z Checking erased-serde v0.3.31
25222026-05-08T16:28:39.906Z Checking serde-big-array v0.5.1
25232026-05-08T16:28:39.918Z Checking hex v0.4.3
25242026-05-08T16:28:39.965Z Checking rfc6979 v0.4.0
25252026-05-08T16:28:40.033Z Checking memmap2 v0.9.10
25262026-05-08T16:28:40.036Z Checking thread-id v4.2.2
25272026-05-08T16:28:40.067Z Checking env_filter v1.0.0
25282026-05-08T16:28:40.078Z Checking encoding_rs v0.8.35
25292026-05-08T16:28:40.115Z Checking whoami v2.1.0
25302026-05-08T16:28:40.135Z Checking unicode-segmentation v1.12.0
25312026-05-08T16:28:40.189Z Checking fixedbitset v0.4.2
25322026-05-08T16:28:40.205Z Checking new_debug_unreachable v1.0.6
25332026-05-08T16:28:40.222Z Checking jiff v0.2.21
25342026-05-08T16:28:40.268Z Checking rustc-hash v2.1.1
25352026-05-08T16:28:40.302Z Checking precomputed-hash v0.1.1
25362026-05-08T16:28:40.331Z Checking toml_write v0.1.2
25372026-05-08T16:28:40.377Z Checking data-encoding v2.10.0
25382026-05-08T16:28:40.389Z Checking difflib v0.4.0
25392026-05-08T16:28:40.405Z Checking keccak v0.1.6
25402026-05-08T16:28:40.440Z Checking predicates-core v1.0.10
25412026-05-08T16:28:40.492Z Checking fixedbitset v0.5.7
25422026-05-08T16:28:40.555Z Checking mime v0.3.17
25432026-05-08T16:28:40.558Z Checking normalize-line-endings v0.3.0
25442026-05-08T16:28:40.578Z Checking static_assertions v1.1.0
25452026-05-08T16:28:40.606Z Checking crossterm v0.28.1
25462026-05-08T16:28:40.643Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25472026-05-08T16:28:40.646Z Checking hickory-proto v0.25.2
25482026-05-08T16:28:40.666Z Checking predicates v3.1.4
25492026-05-08T16:28:40.685Z Checking petgraph v0.8.3
25502026-05-08T16:28:40.725Z Checking sha3 v0.10.8
25512026-05-08T16:28:40.923Z Checking toml_edit v0.22.27
25522026-05-08T16:28:40.959Z Checking similar v2.7.0
25532026-05-08T16:28:41.021Z Checking reqwest v0.12.28
25542026-05-08T16:28:41.306Z Checking ed25519-dalek v2.2.0
25552026-05-08T16:28:41.339Z Checking string_cache v0.8.9
25562026-05-08T16:28:41.531Z Checking petgraph v0.6.5
25572026-05-08T16:28:41.843Z Checking tokio-postgres v0.7.16
25582026-05-08T16:28:41.981Z Checking slog v2.8.2
25592026-05-08T16:28:42.221Z Checking env_logger v0.11.9
25602026-05-08T16:28:42.239Z Checking usdt v0.6.0
25612026-05-08T16:28:42.354Z Checking serde_with v3.17.0
25622026-05-08T16:28:42.400Z Checking usdt-impl v0.5.0
25632026-05-08T16:28:42.411Z Checking ecdsa v0.16.9
25642026-05-08T16:28:42.441Z Checking zip v4.6.1
25652026-05-08T16:28:42.676Z Checking toml v0.7.8
25662026-05-08T16:28:42.740Z Checking rsa v0.9.10
25672026-05-08T16:28:42.759Z Checking nix v0.31.2
25682026-05-08T16:28:42.979Z Checking clap v4.5.60
25692026-05-08T16:28:43.006Z Checking reqwest v0.13.2
25702026-05-08T16:28:43.057Z Checking toml_parser v1.0.9+spec-1.1.0
25712026-05-08T16:28:43.085Z Checking zip v0.6.6
25722026-05-08T16:28:43.213Z Checking itertools v0.13.0
25732026-05-08T16:28:43.226Z Checking strum v0.26.3
25742026-05-08T16:28:43.336Z Checking tokio-stream v0.1.18
25752026-05-08T16:28:43.380Z Checking fs-err v3.3.0
25762026-05-08T16:28:43.383Z Checking ahash v0.8.12
25772026-05-08T16:28:43.405Z Checking object v0.37.3
25782026-05-08T16:28:43.577Z Checking buf-list v1.1.2
25792026-05-08T16:28:43.673Z Checking camino v1.2.2
25802026-05-08T16:28:43.704Z Checking anyhow v1.0.102
25812026-05-08T16:28:43.749Z Checking x509-cert v0.2.5
25822026-05-08T16:28:43.753Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25832026-05-08T16:28:43.772Z Checking openapiv3 v2.2.0
25842026-05-08T16:28:43.840Z Checking toml_datetime v0.7.5+spec-1.1.0
25852026-05-08T16:28:43.894Z Checking sha1 v0.10.6
25862026-05-08T16:28:43.917Z Checking lalrpop-util v0.19.12
25872026-05-08T16:28:44.032Z Checking peg-runtime v0.8.5
25882026-05-08T16:28:44.048Z Checking rayon v1.11.0
25892026-05-08T16:28:44.060Z Checking sigpipe v0.1.3
25902026-05-08T16:28:44.083Z Checking glob v0.3.3
25912026-05-08T16:28:45.592Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25922026-05-08T16:28:45.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.35s
25932026-05-08T16:28:46.031Z
25942026-05-08T16:28:46.031Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
25952026-05-08T16:28:46.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25962026-05-08T16:28:46.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25972026-05-08T16:28:46.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25982026-05-08T16:28:46.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25992026-05-08T16:28:46.635Z
26002026-05-08T16:28:46.635Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26012026-05-08T16:28:47.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26022026-05-08T16:28:47.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26032026-05-08T16:28:47.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26042026-05-08T16:28:47.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26052026-05-08T16:28:47.233Z
26062026-05-08T16:28:47.233Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26072026-05-08T16:28:47.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26082026-05-08T16:28:47.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26092026-05-08T16:28:47.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26102026-05-08T16:28:47.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26112026-05-08T16:28:47.858Z
26122026-05-08T16:28:47.858Zinfo: running `cargo check --bins` on oxql-types (80/274)
26132026-05-08T16:28:48.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26142026-05-08T16:28:48.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26152026-05-08T16:28:48.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26162026-05-08T16:28:48.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26172026-05-08T16:28:48.456Z
26182026-05-08T16:28:48.456Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26192026-05-08T16:28:48.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202026-05-08T16:28:48.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212026-05-08T16:28:48.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222026-05-08T16:28:48.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26232026-05-08T16:28:49.061Z
26242026-05-08T16:28:49.061Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26252026-05-08T16:28:49.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262026-05-08T16:28:49.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272026-05-08T16:28:49.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282026-05-08T16:28:49.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26292026-05-08T16:28:49.663Z
26302026-05-08T16:28:49.664Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26312026-05-08T16:28:50.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322026-05-08T16:28:50.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332026-05-08T16:28:50.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342026-05-08T16:28:50.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26352026-05-08T16:28:50.240Z
26362026-05-08T16:28:50.240Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26372026-05-08T16:28:50.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382026-05-08T16:28:50.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392026-05-08T16:28:50.928Z Compiling structmeta-derive v0.3.0
26402026-05-08T16:28:51.044Z Compiling rustls v0.22.4
26412026-05-08T16:28:51.056Z Compiling multer v3.1.0
26422026-05-08T16:28:51.065Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26432026-05-08T16:28:51.066Z Compiling async-stream-impl v0.3.6
26442026-05-08T16:28:51.084Z Compiling dropshot v0.17.0
26452026-05-08T16:28:51.099Z Compiling newtype-uuid-macros v0.1.0
26462026-05-08T16:28:51.099Z Compiling dropshot_endpoint v0.17.0
26472026-05-08T16:28:51.218Z Checking newtype-uuid v1.3.2
26482026-05-08T16:28:51.292Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26492026-05-08T16:28:51.331Z Checking rustls-webpki v0.102.8
26502026-05-08T16:28:51.412Z Checking daft v0.1.5
26512026-05-08T16:28:51.437Z Checking futures-executor v0.3.32
26522026-05-08T16:28:51.586Z Checking thread_local v1.1.9
26532026-05-08T16:28:51.643Z Checking match_cfg v0.1.0
26542026-05-08T16:28:51.655Z Checking compression-core v0.4.31
26552026-05-08T16:28:51.684Z Checking iddqd v0.3.18
26562026-05-08T16:28:51.712Z Checking hostname v0.3.1
26572026-05-08T16:28:51.750Z Checking futures v0.3.32
26582026-05-08T16:28:51.778Z Checking compression-codecs v0.4.37
26592026-05-08T16:28:51.804Z Checking crossbeam-channel v0.5.15
26602026-05-08T16:28:51.824Z Checking slog-json v2.6.1
26612026-05-08T16:28:51.838Z Checking serde_spanned v1.0.4
26622026-05-08T16:28:51.941Z Checking is-terminal v0.4.17
26632026-05-08T16:28:51.963Z Checking toml_datetime v1.0.0+spec-1.1.0
26642026-05-08T16:28:51.978Z Checking term v1.2.1
26652026-05-08T16:28:52.028Z Checking debug-ignore v1.0.5
26662026-05-08T16:28:52.074Z Compiling structmeta v0.3.0
26672026-05-08T16:28:52.127Z Checking toml_writer v1.0.6+spec-1.1.0
26682026-05-08T16:28:52.137Z Checking take_mut v0.2.2
26692026-05-08T16:28:52.156Z Checking slog-bunyan v2.5.0
26702026-05-08T16:28:52.188Z Checking slog-term v2.9.2
26712026-05-08T16:28:52.234Z Checking slog-async v2.8.0
26722026-05-08T16:28:52.268Z Checking async-compression v0.4.41
26732026-05-08T16:28:52.280Z Compiling derive-ex v0.1.8
26742026-05-08T16:28:52.299Z Compiling parse-display-derive v0.10.0
26752026-05-08T16:28:52.401Z Checking toml v1.0.6+spec-1.1.0
26762026-05-08T16:28:52.437Z Checking async-stream v0.3.6
26772026-05-08T16:28:52.505Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26782026-05-08T16:28:52.542Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26792026-05-08T16:28:52.562Z Checking progenitor-client v0.14.0
26802026-05-08T16:28:52.607Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
26812026-05-08T16:28:52.745Z Checking waitgroup v0.1.2
26822026-05-08T16:28:52.784Z Checking backon v1.6.0
26832026-05-08T16:28:52.838Z Checking rustls-pemfile v2.2.0
26842026-05-08T16:28:52.852Z Checking serde_path_to_error v0.1.20
26852026-05-08T16:28:52.947Z Checking hostname v0.4.2
26862026-05-08T16:28:52.967Z Checking instant v0.1.13
26872026-05-08T16:28:53.055Z Checking backoff v0.4.0
26882026-05-08T16:28:53.127Z Checking progenitor-extras v0.2.0
26892026-05-08T16:28:53.149Z Checking tokio-rustls v0.25.0
26902026-05-08T16:28:53.224Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26912026-05-08T16:28:53.352Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26922026-05-08T16:28:53.364Z Checking progenitor-client v0.10.0
26932026-05-08T16:28:53.433Z Checking itertools v0.14.0
26942026-05-08T16:28:53.588Z Checking regress v0.10.5
26952026-05-08T16:28:53.601Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
26962026-05-08T16:28:53.912Z Checking macaddr v1.0.1
26972026-05-08T16:28:53.952Z Compiling test-strategy v0.4.5
26982026-05-08T16:28:53.954Z Checking parse-display v0.10.0
26992026-05-08T16:28:55.208Z Compiling prettyplease v0.2.37
27002026-05-08T16:28:55.458Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27012026-05-08T16:28:55.636Z Checking num-rational v0.4.2
27022026-05-08T16:28:55.825Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27032026-05-08T16:28:56.057Z Checking num-complex v0.4.6
27042026-05-08T16:28:56.597Z Checking num v0.4.3
27052026-05-08T16:28:56.672Z Compiling usdt-macro v0.5.0
27062026-05-08T16:28:56.712Z Compiling usdt-attr-macro v0.5.0
27072026-05-08T16:28:56.858Z Checking memmap v0.7.0
27082026-05-08T16:28:56.908Z Compiling float-ord v0.3.2
27092026-05-08T16:28:56.987Z Compiling convert_case v0.4.0
27102026-05-08T16:28:57.024Z Checking unicode-width v0.2.0
27112026-05-08T16:28:57.289Z Checking console v0.15.11
27122026-05-08T16:28:57.383Z Compiling derive_more v0.99.20
27132026-05-08T16:28:57.403Z Checking newline-converter v0.3.0
27142026-05-08T16:28:57.492Z Checking usdt v0.5.0
27152026-05-08T16:28:57.511Z Checking atomicwrites v0.4.4
27162026-05-08T16:28:57.561Z Compiling toml v0.8.23
27172026-05-08T16:28:57.636Z Checking linked-hash-map v0.5.6
27182026-05-08T16:28:57.657Z Compiling minimal-lexical v0.2.1
27192026-05-08T16:28:57.804Z Checking lru-cache v0.1.2
27202026-05-08T16:28:57.909Z Compiling nom v7.1.3
27212026-05-08T16:28:57.924Z Checking expectorate v1.2.0
27222026-05-08T16:28:58.540Z Checking camino-tempfile v1.4.1
27232026-05-08T16:28:58.568Z Checking hickory-proto v0.24.4
27242026-05-08T16:28:58.700Z Checking phf_shared v0.12.1
27252026-05-08T16:28:58.842Z Compiling slog-dtrace v0.3.0
27262026-05-08T16:28:58.990Z Checking resolv-conf v0.7.6
27272026-05-08T16:28:59.069Z Checking heck v0.5.0
27282026-05-08T16:28:59.176Z Compiling chrono-tz v0.10.4
27292026-05-08T16:28:59.196Z Compiling const_format_proc_macros v0.2.34
27302026-05-08T16:28:59.251Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27312026-05-08T16:28:59.416Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27322026-05-08T16:28:59.429Z Checking phf v0.12.1
27332026-05-08T16:28:59.570Z Checking tokio-dtrace v0.1.1
27342026-05-08T16:28:59.731Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27352026-05-08T16:28:59.757Z Compiling derive-where v1.6.0
27362026-05-08T16:28:59.932Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27372026-05-08T16:29:00.226Z Checking highway v1.3.0
27382026-05-08T16:29:00.417Z Checking hickory-resolver v0.24.4
27392026-05-08T16:29:00.454Z Checking const_format v0.2.35
27402026-05-08T16:29:00.685Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27412026-05-08T16:29:00.772Z Checking oxide-tokio-rt v0.1.4
27422026-05-08T16:29:00.954Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27432026-05-08T16:29:01.099Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27442026-05-08T16:29:01.136Z Checking qorb v0.4.1
27452026-05-08T16:29:01.148Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27462026-05-08T16:29:01.172Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27472026-05-08T16:29:01.278Z Checking gethostname v0.5.0
27482026-05-08T16:29:01.292Z Checking bcs v0.1.6
27492026-05-08T16:29:01.308Z Compiling async-recursion v1.1.1
27502026-05-08T16:29:01.361Z Checking termtree v0.5.1
27512026-05-08T16:29:04.645Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27522026-05-08T16:29:07.206Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27532026-05-08T16:29:09.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.05s
27542026-05-08T16:29:09.477Z
27552026-05-08T16:29:09.477Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27562026-05-08T16:29:10.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572026-05-08T16:29:10.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582026-05-08T16:29:10.157Z Compiling ar_archive_writer v0.5.1
27592026-05-08T16:29:10.267Z Compiling stacker v0.1.23
27602026-05-08T16:29:10.273Z Compiling cfg_aliases v0.1.1
27612026-05-08T16:29:10.280Z Compiling convert_case v0.10.0
27622026-05-08T16:29:10.290Z Checking unicode-width v0.1.14
27632026-05-08T16:29:10.296Z Compiling proc-macro-error v1.0.4
27642026-05-08T16:29:10.306Z Checking fd-lock v4.0.4
27652026-05-08T16:29:10.306Z Checking nibble_vec v0.1.0
27662026-05-08T16:29:10.329Z Compiling nix v0.28.0
27672026-05-08T16:29:10.416Z Checking vte v0.14.1
27682026-05-08T16:29:10.430Z Compiling recursive-proc-macro-impl v0.1.1
27692026-05-08T16:29:10.522Z Checking bytecount v0.6.9
27702026-05-08T16:29:10.562Z Checking endian-type v0.1.2
27712026-05-08T16:29:10.575Z Compiling derive_more-impl v2.1.1
27722026-05-08T16:29:10.578Z Checking strip-ansi-escapes v0.2.1
27732026-05-08T16:29:10.598Z Compiling tabled_derive v0.7.0
27742026-05-08T16:29:10.641Z Checking papergrid v0.11.0
27752026-05-08T16:29:10.687Z Checking radix_trie v0.2.1
27762026-05-08T16:29:10.699Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27772026-05-08T16:29:10.820Z Compiling peg-macros v0.8.5
27782026-05-08T16:29:10.891Z Checking winnow v0.6.26
27792026-05-08T16:29:11.087Z Compiling psm v0.1.30
27802026-05-08T16:29:11.163Z Compiling sqlparser_derive v0.5.0
27812026-05-08T16:29:11.249Z Checking unicode_categories v0.1.1
27822026-05-08T16:29:11.365Z Checking derive_more v2.1.1
27832026-05-08T16:29:11.400Z Checking nu-ansi-term v0.50.3
27842026-05-08T16:29:11.439Z Checking home v0.5.12
27852026-05-08T16:29:11.543Z Checking crossterm v0.29.0
27862026-05-08T16:29:11.557Z Checking tabled v0.15.0
27872026-05-08T16:29:11.596Z Checking rustyline v14.0.0
27882026-05-08T16:29:11.608Z Checking reedline v0.40.0
27892026-05-08T16:29:11.847Z Checking recursive v0.1.1
27902026-05-08T16:29:11.927Z Checking display-error-chain v0.2.2
27912026-05-08T16:29:11.940Z Checking sqlparser v0.61.0
27922026-05-08T16:29:12.021Z Checking sqlformat v0.3.5
27932026-05-08T16:29:12.183Z Checking peg v0.8.5
27942026-05-08T16:29:22.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.51s
27952026-05-08T16:29:23.198Z
27962026-05-08T16:29:23.199Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
27972026-05-08T16:29:23.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982026-05-08T16:29:23.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992026-05-08T16:29:23.873Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28002026-05-08T16:29:27.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
28012026-05-08T16:29:27.455Z
28022026-05-08T16:29:27.455Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28032026-05-08T16:29:27.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042026-05-08T16:29:27.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052026-05-08T16:29:28.132Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28062026-05-08T16:29:30.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
28072026-05-08T16:29:30.716Z
28082026-05-08T16:29:30.716Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28092026-05-08T16:29:31.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102026-05-08T16:29:31.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112026-05-08T16:29:31.380Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28122026-05-08T16:29:34.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
28132026-05-08T16:29:34.790Z
28142026-05-08T16:29:34.790Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28152026-05-08T16:29:35.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162026-05-08T16:29:35.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172026-05-08T16:29:35.469Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28182026-05-08T16:29:38.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
28192026-05-08T16:29:38.900Z
28202026-05-08T16:29:38.900Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28212026-05-08T16:29:39.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-05-08T16:29:39.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-05-08T16:29:39.571Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28242026-05-08T16:29:42.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
28252026-05-08T16:29:42.297Z
28262026-05-08T16:29:42.297Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28272026-05-08T16:29:42.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-05-08T16:29:42.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-05-08T16:29:42.970Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28302026-05-08T16:29:45.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28312026-05-08T16:29:45.743Z
28322026-05-08T16:29:45.743Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28332026-05-08T16:29:46.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-05-08T16:29:46.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-05-08T16:29:46.421Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-05-08T16:29:49.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
28372026-05-08T16:29:49.997Z
28382026-05-08T16:29:49.997Zinfo: running `cargo check --bins` on oximeter (93/274)
28392026-05-08T16:29:50.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-05-08T16:29:50.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-05-08T16:29:50.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422026-05-08T16:29:50.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28432026-05-08T16:29:50.605Z
28442026-05-08T16:29:50.605Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28452026-05-08T16:29:51.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-05-08T16:29:51.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-05-08T16:29:51.245Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28482026-05-08T16:29:51.406Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28492026-05-08T16:29:51.406Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28502026-05-08T16:29:51.738Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28512026-05-08T16:29:54.624Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28522026-05-08T16:29:55.841Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28532026-05-08T16:29:56.002Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28542026-05-08T16:29:56.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.05s
28552026-05-08T16:29:56.846Z
28562026-05-08T16:29:56.846Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28572026-05-08T16:29:57.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-05-08T16:29:57.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-05-08T16:29:57.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602026-05-08T16:29:57.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28612026-05-08T16:29:57.442Z
28622026-05-08T16:29:57.443Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
28632026-05-08T16:29:57.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-05-08T16:29:57.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-05-08T16:29:57.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662026-05-08T16:29:57.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28672026-05-08T16:29:58.093Z
28682026-05-08T16:29:58.093Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
28692026-05-08T16:29:58.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-05-08T16:29:58.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-05-08T16:29:58.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722026-05-08T16:29:58.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28732026-05-08T16:29:58.700Z
28742026-05-08T16:29:58.700Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
28752026-05-08T16:29:59.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-05-08T16:29:59.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-05-08T16:29:59.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782026-05-08T16:29:59.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28792026-05-08T16:29:59.304Z
28802026-05-08T16:29:59.304Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
28812026-05-08T16:29:59.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-05-08T16:29:59.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-05-08T16:29:59.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-05-08T16:29:59.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28852026-05-08T16:29:59.906Z
28862026-05-08T16:29:59.906Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
28872026-05-08T16:30:00.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-05-08T16:30:00.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-05-08T16:30:00.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-05-08T16:30:00.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28912026-05-08T16:30:00.511Z
28922026-05-08T16:30:00.511Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
28932026-05-08T16:30:01.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-05-08T16:30:01.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-05-08T16:30:01.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-05-08T16:30:01.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28972026-05-08T16:30:01.098Z
28982026-05-08T16:30:01.098Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
28992026-05-08T16:30:01.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-05-08T16:30:01.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-05-08T16:30:01.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-05-08T16:30:01.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29032026-05-08T16:30:01.706Z
29042026-05-08T16:30:01.706Zinfo: running `cargo check --bins` on update-engine (103/274)
29052026-05-08T16:30:02.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-05-08T16:30:02.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-05-08T16:30:02.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-05-08T16:30:02.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29092026-05-08T16:30:02.290Z
29102026-05-08T16:30:02.290Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29112026-05-08T16:30:02.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-05-08T16:30:02.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-05-08T16:30:03.005Z Compiling crucible-workspace-hack v0.1.0
29142026-05-08T16:30:03.122Z Checking secrecy v0.10.3
29152026-05-08T16:30:03.128Z Compiling heapless v0.8.0
29162026-05-08T16:30:03.135Z Compiling ingot-macros v0.1.1
29172026-05-08T16:30:03.142Z Compiling toml_edit v0.23.10+spec-1.0.0
29182026-05-08T16:30:03.142Z Checking hash32 v0.3.1
29192026-05-08T16:30:03.163Z Compiling smoltcp v0.11.0
29202026-05-08T16:30:03.166Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29212026-05-08T16:30:03.220Z Checking cobs v0.3.0
29222026-05-08T16:30:03.268Z Compiling thiserror-impl-no-std v2.0.2
29232026-05-08T16:30:03.356Z Checking half v2.7.1
29242026-05-08T16:30:03.360Z Checking universal-hash v0.5.1
29252026-05-08T16:30:03.447Z Checking ciborium-io v0.2.2
29262026-05-08T16:30:03.504Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29272026-05-08T16:30:03.532Z Checking opaque-debug v0.3.1
29282026-05-08T16:30:03.554Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29292026-05-08T16:30:03.597Z Checking poly1305 v0.8.0
29302026-05-08T16:30:03.643Z Checking ciborium-ll v0.2.2
29312026-05-08T16:30:03.677Z Compiling proc-macro-crate v3.4.0
29322026-05-08T16:30:03.830Z Checking postcard v1.1.3
29332026-05-08T16:30:03.843Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29342026-05-08T16:30:03.856Z Checking password-hash v0.5.0
29352026-05-08T16:30:04.080Z Checking chacha20 v0.9.1
29362026-05-08T16:30:04.115Z Compiling proc-macro-crate v1.3.1
29372026-05-08T16:30:04.128Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29382026-05-08T16:30:04.189Z Checking blake2 v0.10.6
29392026-05-08T16:30:04.231Z Compiling num_enum_derive v0.7.5
29402026-05-08T16:30:04.270Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29412026-05-08T16:30:04.373Z Checking aead v0.5.2
29422026-05-08T16:30:04.421Z Compiling foreign-types-macros v0.2.3
29432026-05-08T16:30:04.458Z Checking thiserror-no-std v2.0.2
29442026-05-08T16:30:04.476Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29452026-05-08T16:30:04.497Z Checking foreign-types-shared v0.3.1
29462026-05-08T16:30:04.526Z Checking cpufeatures v0.3.0
29472026-05-08T16:30:04.543Z Checking vsss-rs v3.3.4
29482026-05-08T16:30:04.583Z Compiling num_enum_derive v0.5.11
29492026-05-08T16:30:04.597Z Checking chacha20 v0.10.0
29502026-05-08T16:30:04.708Z Checking chacha20poly1305 v0.10.1
29512026-05-08T16:30:04.810Z Checking argon2 v0.5.3
29522026-05-08T16:30:04.833Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29532026-05-08T16:30:05.011Z Checking foreign-types v0.5.0
29542026-05-08T16:30:05.124Z Checking ciborium v0.2.2
29552026-05-08T16:30:05.192Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29562026-05-08T16:30:05.254Z Checking tabwriter v1.4.1
29572026-05-08T16:30:05.275Z Checking num_enum v0.7.5
29582026-05-08T16:30:05.387Z Checking byte-wrapper v0.1.0
29592026-05-08T16:30:05.398Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29602026-05-08T16:30:05.478Z Checking cstr-argument v0.1.2
29612026-05-08T16:30:05.539Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29622026-05-08T16:30:05.593Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29632026-05-08T16:30:05.607Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29642026-05-08T16:30:05.610Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29652026-05-08T16:30:05.632Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29662026-05-08T16:30:05.787Z Checking num_enum v0.5.11
29672026-05-08T16:30:05.804Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29682026-05-08T16:30:05.823Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29692026-05-08T16:30:05.897Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29702026-05-08T16:30:05.927Z Checking ingot-types v0.1.2
29712026-05-08T16:30:05.927Z Checking rand v0.10.0
29722026-05-08T16:30:05.963Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29732026-05-08T16:30:05.976Z Checking indent_write v2.2.0
29742026-05-08T16:30:06.089Z Checking colored v3.1.1
29752026-05-08T16:30:06.103Z Compiling zone_cfg_derive v0.3.1
29762026-05-08T16:30:06.222Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29772026-05-08T16:30:06.270Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29782026-05-08T16:30:06.283Z Checking itertools v0.12.1
29792026-05-08T16:30:06.286Z Checking ingot v0.1.1
29802026-05-08T16:30:06.286Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29812026-05-08T16:30:06.389Z Compiling num-derive v0.4.2
29822026-05-08T16:30:06.403Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29832026-05-08T16:30:06.435Z Checking swrite v0.1.0
29842026-05-08T16:30:06.523Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29852026-05-08T16:30:06.597Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29862026-05-08T16:30:06.720Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29872026-05-08T16:30:06.736Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
29882026-05-08T16:30:06.756Z Checking dropshot-api-manager-types v0.7.1
29892026-05-08T16:30:06.821Z Checking smf v0.2.3
29902026-05-08T16:30:06.840Z Checking nanorand v0.7.0
29912026-05-08T16:30:06.919Z Checking whoami v1.6.1
29922026-05-08T16:30:07.032Z Checking flume v0.11.1
29932026-05-08T16:30:07.050Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29942026-05-08T16:30:07.286Z Checking zone v0.3.1
29952026-05-08T16:30:07.299Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29962026-05-08T16:30:07.838Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29972026-05-08T16:30:08.776Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29982026-05-08T16:30:09.672Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29992026-05-08T16:30:12.627Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30002026-05-08T16:30:14.634Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30012026-05-08T16:30:15.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.42s
30022026-05-08T16:30:15.901Z
30032026-05-08T16:30:15.901Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30042026-05-08T16:30:16.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052026-05-08T16:30:16.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062026-05-08T16:30:16.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30072026-05-08T16:30:16.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30082026-05-08T16:30:16.499Z
30092026-05-08T16:30:16.500Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30102026-05-08T16:30:17.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112026-05-08T16:30:17.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122026-05-08T16:30:17.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30132026-05-08T16:30:17.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30142026-05-08T16:30:17.099Z
30152026-05-08T16:30:17.099Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30162026-05-08T16:30:17.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172026-05-08T16:30:17.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182026-05-08T16:30:17.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30192026-05-08T16:30:17.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30202026-05-08T16:30:17.698Z
30212026-05-08T16:30:17.698Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30222026-05-08T16:30:18.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232026-05-08T16:30:18.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242026-05-08T16:30:18.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30252026-05-08T16:30:18.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30262026-05-08T16:30:18.303Z
30272026-05-08T16:30:18.303Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30282026-05-08T16:30:18.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-05-08T16:30:18.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-05-08T16:30:18.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-05-08T16:30:18.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30322026-05-08T16:30:18.907Z
30332026-05-08T16:30:18.907Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30342026-05-08T16:30:19.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-05-08T16:30:19.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-05-08T16:30:19.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-05-08T16:30:19.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30382026-05-08T16:30:19.509Z
30392026-05-08T16:30:19.510Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30402026-05-08T16:30:20.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-05-08T16:30:20.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-05-08T16:30:20.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-05-08T16:30:20.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30442026-05-08T16:30:20.104Z
30452026-05-08T16:30:20.105Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30462026-05-08T16:30:20.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-05-08T16:30:20.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-05-08T16:30:20.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-05-08T16:30:20.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30502026-05-08T16:30:20.692Z
30512026-05-08T16:30:20.692Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30522026-05-08T16:30:21.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-05-08T16:30:21.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-05-08T16:30:21.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-05-08T16:30:21.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30562026-05-08T16:30:21.289Z
30572026-05-08T16:30:21.289Zinfo: running `cargo check --bins` on dns-service-client (114/274)
30582026-05-08T16:30:21.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-05-08T16:30:21.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-05-08T16:30:21.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-05-08T16:30:21.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30622026-05-08T16:30:21.892Z
30632026-05-08T16:30:21.892Zinfo: running `cargo check --bins` on installinator-client (115/274)
30642026-05-08T16:30:22.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-05-08T16:30:22.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-05-08T16:30:22.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-05-08T16:30:22.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30682026-05-08T16:30:22.497Z
30692026-05-08T16:30:22.497Zinfo: running `cargo check --bins` on nexus-client (116/274)
30702026-05-08T16:30:23.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-05-08T16:30:23.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-05-08T16:30:23.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-05-08T16:30:23.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30742026-05-08T16:30:23.136Z
30752026-05-08T16:30:23.136Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
30762026-05-08T16:30:23.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-05-08T16:30:23.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-05-08T16:30:23.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-05-08T16:30:23.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30802026-05-08T16:30:23.775Z
30812026-05-08T16:30:23.775Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
30822026-05-08T16:30:24.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-05-08T16:30:24.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-05-08T16:30:24.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-05-08T16:30:24.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30862026-05-08T16:30:24.358Z
30872026-05-08T16:30:24.358Zinfo: running `cargo check --bins` on oxide-client (119/274)
30882026-05-08T16:30:24.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-05-08T16:30:24.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-05-08T16:30:24.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-05-08T16:30:24.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30922026-05-08T16:30:24.944Z
30932026-05-08T16:30:24.945Zinfo: running `cargo check --bins` on oximeter-client (120/274)
30942026-05-08T16:30:25.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-05-08T16:30:25.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-05-08T16:30:25.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-05-08T16:30:25.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30982026-05-08T16:30:25.546Z
30992026-05-08T16:30:25.546Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
31002026-05-08T16:30:26.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-05-08T16:30:26.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-05-08T16:30:26.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-05-08T16:30:26.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31042026-05-08T16:30:26.133Z
31052026-05-08T16:30:26.133Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31062026-05-08T16:30:26.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-05-08T16:30:26.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-05-08T16:30:26.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-05-08T16:30:26.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31102026-05-08T16:30:26.748Z
31112026-05-08T16:30:26.748Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31122026-05-08T16:30:27.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-05-08T16:30:27.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-05-08T16:30:27.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-05-08T16:30:27.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31162026-05-08T16:30:27.371Z
31172026-05-08T16:30:27.372Zinfo: running `cargo check --bins` on installinator-common (124/274)
31182026-05-08T16:30:27.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-05-08T16:30:27.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-05-08T16:30:27.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-05-08T16:30:27.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31222026-05-08T16:30:27.990Z
31232026-05-08T16:30:27.990Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31242026-05-08T16:30:28.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-05-08T16:30:28.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-05-08T16:30:28.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-05-08T16:30:28.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31282026-05-08T16:30:28.577Z
31292026-05-08T16:30:28.577Zinfo: running `cargo check --bins` on wicket-common (126/274)
31302026-05-08T16:30:29.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-05-08T16:30:29.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-05-08T16:30:29.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-05-08T16:30:29.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31342026-05-08T16:30:29.186Z
31352026-05-08T16:30:29.186Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31362026-05-08T16:30:29.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-05-08T16:30:29.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-05-08T16:30:29.878Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31392026-05-08T16:30:29.993Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31402026-05-08T16:30:30.001Z Checking csv-core v0.1.13
31412026-05-08T16:30:30.007Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31422026-05-08T16:30:30.014Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31432026-05-08T16:30:30.023Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31442026-05-08T16:30:30.034Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31452026-05-08T16:30:30.045Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31462026-05-08T16:30:30.153Z Checking csv v1.4.0
31472026-05-08T16:30:30.169Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31482026-05-08T16:30:30.219Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31492026-05-08T16:30:30.249Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31502026-05-08T16:30:30.481Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31512026-05-08T16:30:30.841Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31522026-05-08T16:30:30.844Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31532026-05-08T16:30:31.168Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31542026-05-08T16:30:36.857Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31552026-05-08T16:30:37.378Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31562026-05-08T16:30:39.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.49s
31572026-05-08T16:30:39.875Z
31582026-05-08T16:30:39.875Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
31592026-05-08T16:30:40.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-05-08T16:30:40.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-05-08T16:30:40.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-05-08T16:30:40.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31632026-05-08T16:30:40.472Z
31642026-05-08T16:30:40.472Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
31652026-05-08T16:30:41.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-05-08T16:30:41.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-05-08T16:30:41.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-05-08T16:30:41.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31692026-05-08T16:30:41.161Z
31702026-05-08T16:30:41.161Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
31712026-05-08T16:30:41.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-05-08T16:30:41.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-05-08T16:30:41.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742026-05-08T16:30:41.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31752026-05-08T16:30:41.849Z
31762026-05-08T16:30:41.849Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
31772026-05-08T16:30:42.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782026-05-08T16:30:42.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792026-05-08T16:30:42.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31802026-05-08T16:30:42.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31812026-05-08T16:30:42.504Z
31822026-05-08T16:30:42.504Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
31832026-05-08T16:30:43.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31842026-05-08T16:30:43.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31852026-05-08T16:30:43.268Z Compiling regress v0.11.1
31862026-05-08T16:30:43.405Z Compiling unsafe-libyaml v0.2.11
31872026-05-08T16:30:43.417Z Compiling semver v0.1.20
31882026-05-08T16:30:43.429Z Compiling radium v0.7.0
31892026-05-08T16:30:43.442Z Compiling pin-project-internal v1.1.11
31902026-05-08T16:30:43.453Z Checking tap v1.0.1
31912026-05-08T16:30:43.456Z Compiling maybe-uninit v2.0.0
31922026-05-08T16:30:43.553Z Checking wyz v0.5.1
31932026-05-08T16:30:43.688Z Compiling rustc_version v0.1.7
31942026-05-08T16:30:43.743Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31952026-05-08T16:30:43.774Z Checking progenitor-client v0.13.0
31962026-05-08T16:30:43.867Z Compiling snafu-derive v0.8.9
31972026-05-08T16:30:43.906Z Compiling newtype_derive v0.1.6
31982026-05-08T16:30:44.019Z Compiling serde_yaml v0.9.34+deprecated
31992026-05-08T16:30:44.097Z Compiling zerocopy-derive v0.6.6
32002026-05-08T16:30:44.151Z Checking funty v2.0.0
32012026-05-08T16:30:44.484Z Compiling packed_struct v0.10.1
32022026-05-08T16:30:44.586Z Checking pin-project v1.1.11
32032026-05-08T16:30:44.683Z Checking same-file v1.0.6
32042026-05-08T16:30:44.727Z Compiling owo-colors v4.3.0
32052026-05-08T16:30:44.802Z Checking crc-catalog v2.4.0
32062026-05-08T16:30:44.853Z Checking typify-impl v0.6.2
32072026-05-08T16:30:44.896Z Compiling cancel-safe-futures v0.1.5
32082026-05-08T16:30:45.088Z Checking zerocopy v0.6.6
32092026-05-08T16:30:45.121Z Checking crc v3.4.0
32102026-05-08T16:30:45.272Z Checking walkdir v2.5.0
32112026-05-08T16:30:45.320Z Checking bitvec v1.0.1
32122026-05-08T16:30:45.449Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32132026-05-08T16:30:45.481Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32142026-05-08T16:30:45.503Z Checking globset v0.4.18
32152026-05-08T16:30:45.757Z Checking olpc-cjson v0.1.4
32162026-05-08T16:30:45.798Z Checking snafu v0.8.9
32172026-05-08T16:30:45.825Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32182026-05-08T16:30:45.894Z Checking pem v3.0.6
32192026-05-08T16:30:45.978Z Compiling packed_struct_codegen v0.10.1
32202026-05-08T16:30:46.011Z Checking libsw-core v0.3.2
32212026-05-08T16:30:46.039Z Checking serde_plain v1.0.2
32222026-05-08T16:30:46.053Z Compiling bitfield-macros v0.19.4
32232026-05-08T16:30:46.076Z Compiling indexmap v1.9.3
32242026-05-08T16:30:46.152Z Checking nodrop v0.1.14
32252026-05-08T16:30:46.182Z Checking typed-path v0.9.3
32262026-05-08T16:30:46.242Z Checking array-init v0.0.4
32272026-05-08T16:30:46.288Z Checking libsw v3.5.0
32282026-05-08T16:30:46.441Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32292026-05-08T16:30:46.542Z Checking smallvec v0.6.14
32302026-05-08T16:30:46.623Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32312026-05-08T16:30:46.683Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32322026-05-08T16:30:46.747Z Checking bitfield v0.19.4
32332026-05-08T16:30:46.852Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32342026-05-08T16:30:46.956Z Checking tough v0.20.0
32352026-05-08T16:30:46.970Z Checking tagptr v0.2.0
32362026-05-08T16:30:46.984Z Checking hashbrown v0.12.3
32372026-05-08T16:30:47.012Z Checking linear-map v1.2.0
32382026-05-08T16:30:47.034Z Checking base64 v0.21.7
32392026-05-08T16:30:47.101Z Checking smawk v0.3.2
32402026-05-08T16:30:47.179Z Checking unicode-linebreak v0.1.5
32412026-05-08T16:30:47.230Z Checking moka v0.12.13
32422026-05-08T16:30:47.267Z Checking ron v0.8.1
32432026-05-08T16:30:47.388Z Checking textwrap v0.16.2
32442026-05-08T16:30:47.414Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32452026-05-08T16:30:47.603Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32462026-05-08T16:30:47.713Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32472026-05-08T16:30:47.782Z Checking serde-hex v0.1.0
32482026-05-08T16:30:47.796Z Checking steno v0.4.1
32492026-05-08T16:30:47.846Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32502026-05-08T16:30:48.008Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32512026-05-08T16:30:48.090Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32522026-05-08T16:30:48.514Z Checking hashbrown v0.13.2
32532026-05-08T16:30:48.574Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32542026-05-08T16:30:48.677Z Checking crc-any v2.5.0
32552026-05-08T16:30:48.766Z Checking humantime v2.3.0
32562026-05-08T16:30:48.799Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32572026-05-08T16:30:48.860Z Checking hickory-resolver v0.25.2
32582026-05-08T16:30:48.921Z Checking void v1.0.2
32592026-05-08T16:30:48.936Z Checking object v0.30.4
32602026-05-08T16:30:48.975Z Checking utf-8 v0.7.6
32612026-05-08T16:30:48.978Z Checking half v1.8.3
32622026-05-08T16:30:49.048Z Checking path-slash v0.1.5
32632026-05-08T16:30:49.122Z Checking tungstenite v0.23.0
32642026-05-08T16:30:49.154Z Checking lzss v0.8.2
32652026-05-08T16:30:49.181Z Checking serde_cbor v0.11.2
32662026-05-08T16:30:49.353Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32672026-05-08T16:30:49.429Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32682026-05-08T16:30:49.504Z Compiling typify-macro v0.6.2
32692026-05-08T16:30:49.523Z Checking nix v0.27.1
32702026-05-08T16:30:49.566Z Checking kstat-rs v0.2.4
32712026-05-08T16:30:49.588Z Checking fxhash v0.2.1
32722026-05-08T16:30:49.634Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32732026-05-08T16:30:49.672Z Checking serde_bytes v0.11.19
32742026-05-08T16:30:49.709Z Checking tokio-tungstenite v0.23.1
32752026-05-08T16:30:49.762Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32762026-05-08T16:30:49.853Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32772026-05-08T16:30:49.988Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32782026-05-08T16:30:50.057Z Checking signal-hook-tokio v0.3.1
32792026-05-08T16:30:50.947Z Compiling typify v0.6.2
32802026-05-08T16:30:51.043Z Compiling progenitor-impl v0.13.0
32812026-05-08T16:30:51.043Z Compiling progenitor-impl v0.14.0
32822026-05-08T16:30:51.185Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32832026-05-08T16:30:52.153Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32842026-05-08T16:30:52.493Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
32852026-05-08T16:30:52.692Z Compiling progenitor-macro v0.13.0
32862026-05-08T16:30:52.728Z Compiling progenitor-macro v0.14.0
32872026-05-08T16:30:55.394Z Checking progenitor v0.13.0
32882026-05-08T16:30:55.453Z Checking progenitor v0.14.0
32892026-05-08T16:30:55.524Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32902026-05-08T16:30:55.569Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32912026-05-08T16:30:58.657Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32922026-05-08T16:31:06.288Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32932026-05-08T16:31:12.628Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32942026-05-08T16:31:14.004Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32952026-05-08T16:31:14.509Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32962026-05-08T16:31:16.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.11s
32972026-05-08T16:31:16.817Z
32982026-05-08T16:31:16.817Zinfo: running `cargo check --bins` on gateway-api (133/274)
32992026-05-08T16:31:17.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33002026-05-08T16:31:17.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33012026-05-08T16:31:17.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33022026-05-08T16:31:17.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33032026-05-08T16:31:17.423Z
33042026-05-08T16:31:17.423Zinfo: running `cargo check --bins` on ipcc (134/274)
33052026-05-08T16:31:17.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33062026-05-08T16:31:17.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33072026-05-08T16:31:17.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33082026-05-08T16:31:17.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33092026-05-08T16:31:18.036Z
33102026-05-08T16:31:18.036Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33112026-05-08T16:31:18.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122026-05-08T16:31:18.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132026-05-08T16:31:18.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33142026-05-08T16:31:18.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33152026-05-08T16:31:18.628Z
33162026-05-08T16:31:18.628Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33172026-05-08T16:31:19.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-05-08T16:31:19.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-05-08T16:31:19.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-05-08T16:31:19.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33212026-05-08T16:31:19.241Z
33222026-05-08T16:31:19.241Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33232026-05-08T16:31:19.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-05-08T16:31:19.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-05-08T16:31:19.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-05-08T16:31:19.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33272026-05-08T16:31:19.846Z
33282026-05-08T16:31:19.846Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33292026-05-08T16:31:20.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-05-08T16:31:20.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-05-08T16:31:20.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-05-08T16:31:20.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33332026-05-08T16:31:20.456Z
33342026-05-08T16:31:20.456Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33352026-05-08T16:31:20.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-05-08T16:31:20.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-05-08T16:31:20.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-05-08T16:31:20.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33392026-05-08T16:31:21.065Z
33402026-05-08T16:31:21.065Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33412026-05-08T16:31:21.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-05-08T16:31:21.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-05-08T16:31:21.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-05-08T16:31:21.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33452026-05-08T16:31:21.676Z
33462026-05-08T16:31:21.676Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33472026-05-08T16:31:22.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-05-08T16:31:22.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-05-08T16:31:22.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-05-08T16:31:22.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33512026-05-08T16:31:22.286Z
33522026-05-08T16:31:22.286Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33532026-05-08T16:31:22.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-05-08T16:31:22.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-05-08T16:31:22.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-05-08T16:31:22.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33572026-05-08T16:31:22.901Z
33582026-05-08T16:31:22.901Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
33592026-05-08T16:31:23.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-05-08T16:31:23.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-05-08T16:31:23.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-05-08T16:31:23.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33632026-05-08T16:31:23.520Z
33642026-05-08T16:31:23.520Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
33652026-05-08T16:31:24.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-05-08T16:31:24.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-05-08T16:31:24.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-05-08T16:31:24.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33692026-05-08T16:31:24.137Z
33702026-05-08T16:31:24.137Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
33712026-05-08T16:31:24.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-05-08T16:31:24.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-05-08T16:31:24.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-05-08T16:31:24.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33752026-05-08T16:31:24.763Z
33762026-05-08T16:31:24.763Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
33772026-05-08T16:31:25.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-05-08T16:31:25.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-05-08T16:31:25.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-05-08T16:31:25.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33812026-05-08T16:31:25.385Z
33822026-05-08T16:31:25.385Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
33832026-05-08T16:31:25.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-05-08T16:31:25.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-05-08T16:31:25.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-05-08T16:31:25.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33872026-05-08T16:31:26.011Z
33882026-05-08T16:31:26.011Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
33892026-05-08T16:31:26.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-05-08T16:31:26.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-05-08T16:31:26.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-05-08T16:31:26.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33932026-05-08T16:31:26.633Z
33942026-05-08T16:31:26.634Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
33952026-05-08T16:31:27.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-05-08T16:31:27.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-05-08T16:31:27.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-05-08T16:31:27.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33992026-05-08T16:31:27.251Z
34002026-05-08T16:31:27.251Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34012026-05-08T16:31:27.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-05-08T16:31:27.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-05-08T16:31:27.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-05-08T16:31:27.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34052026-05-08T16:31:27.871Z
34062026-05-08T16:31:27.871Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34072026-05-08T16:31:28.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-05-08T16:31:28.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-05-08T16:31:28.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-05-08T16:31:28.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34112026-05-08T16:31:28.497Z
34122026-05-08T16:31:28.497Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34132026-05-08T16:31:29.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-05-08T16:31:29.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-05-08T16:31:29.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-05-08T16:31:29.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34172026-05-08T16:31:29.126Z
34182026-05-08T16:31:29.126Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34192026-05-08T16:31:29.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-05-08T16:31:29.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-05-08T16:31:29.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-05-08T16:31:29.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34232026-05-08T16:31:29.752Z
34242026-05-08T16:31:29.752Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34252026-05-08T16:31:30.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-05-08T16:31:30.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-05-08T16:31:30.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-05-08T16:31:30.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34292026-05-08T16:31:30.417Z
34302026-05-08T16:31:30.417Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34312026-05-08T16:31:30.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-05-08T16:31:30.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-05-08T16:31:30.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-05-08T16:31:30.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34352026-05-08T16:31:31.040Z
34362026-05-08T16:31:31.040Zinfo: running `cargo check --bins` on dns-server (156/274)
34372026-05-08T16:31:31.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-05-08T16:31:31.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-05-08T16:31:31.715Z Compiling parking_lot_core v0.8.6
34402026-05-08T16:31:31.718Z Compiling git-stub v1.0.0
34412026-05-08T16:31:31.718Z Compiling atomicwrites v0.4.4
34422026-05-08T16:31:31.718Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34432026-05-08T16:31:31.835Z Checking prefix-trie v0.7.0
34442026-05-08T16:31:31.971Z Compiling git-stub-vcs v0.1.0
34452026-05-08T16:31:32.147Z Checking hickory-server v0.25.2
34462026-05-08T16:31:32.244Z Checking parking_lot v0.11.2
34472026-05-08T16:31:32.256Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34482026-05-08T16:31:32.319Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34492026-05-08T16:31:32.322Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34502026-05-08T16:31:32.454Z Checking sled v0.34.7
34512026-05-08T16:31:34.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s
34522026-05-08T16:31:34.583Z
34532026-05-08T16:31:34.583Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34542026-05-08T16:31:35.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-05-08T16:31:35.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-05-08T16:31:35.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-05-08T16:31:35.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34582026-05-08T16:31:35.199Z
34592026-05-08T16:31:35.199Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
34602026-05-08T16:31:35.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-05-08T16:31:35.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-05-08T16:31:35.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-05-08T16:31:35.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34642026-05-08T16:31:35.825Z
34652026-05-08T16:31:35.825Zinfo: running `cargo check --bins` on sp-sim (159/274)
34662026-05-08T16:31:36.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-05-08T16:31:36.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-05-08T16:31:36.576Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34692026-05-08T16:31:38.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
34702026-05-08T16:31:38.608Z
34712026-05-08T16:31:38.608Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
34722026-05-08T16:31:39.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-05-08T16:31:39.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-05-08T16:31:39.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-05-08T16:31:39.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34762026-05-08T16:31:39.285Z
34772026-05-08T16:31:39.285Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
34782026-05-08T16:31:39.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-05-08T16:31:39.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-05-08T16:31:39.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-05-08T16:31:39.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34822026-05-08T16:31:39.963Z
34832026-05-08T16:31:39.963Zinfo: running `cargo check --bins` on db-macros (162/274)
34842026-05-08T16:31:40.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-05-08T16:31:40.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-05-08T16:31:40.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-05-08T16:31:40.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34882026-05-08T16:31:40.567Z
34892026-05-08T16:31:40.567Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
34902026-05-08T16:31:41.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-05-08T16:31:41.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-05-08T16:31:41.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-05-08T16:31:41.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34942026-05-08T16:31:41.173Z
34952026-05-08T16:31:41.173Zinfo: running `cargo check --bins` on nexus-auth (164/274)
34962026-05-08T16:31:41.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-05-08T16:31:41.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-05-08T16:31:41.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-05-08T16:31:41.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35002026-05-08T16:31:41.840Z
35012026-05-08T16:31:41.840Zinfo: running `cargo check --bins` on authz-macros (165/274)
35022026-05-08T16:31:42.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-05-08T16:31:42.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-05-08T16:31:42.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-05-08T16:31:42.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35062026-05-08T16:31:42.446Z
35072026-05-08T16:31:42.446Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35082026-05-08T16:31:43.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-05-08T16:31:43.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-05-08T16:31:43.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-05-08T16:31:43.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35122026-05-08T16:31:43.114Z
35132026-05-08T16:31:43.114Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35142026-05-08T16:31:43.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-05-08T16:31:43.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-05-08T16:31:43.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-05-08T16:31:43.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35182026-05-08T16:31:43.781Z
35192026-05-08T16:31:43.781Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35202026-05-08T16:31:44.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-05-08T16:31:44.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-05-08T16:31:44.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-05-08T16:31:44.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35242026-05-08T16:31:44.387Z
35252026-05-08T16:31:44.387Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35262026-05-08T16:31:44.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-05-08T16:31:44.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-05-08T16:31:44.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-05-08T16:31:44.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35302026-05-08T16:31:44.987Z
35312026-05-08T16:31:44.987Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35322026-05-08T16:31:45.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-05-08T16:31:45.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-05-08T16:31:45.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-05-08T16:31:45.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35362026-05-08T16:31:45.608Z
35372026-05-08T16:31:45.608Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35382026-05-08T16:31:46.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-05-08T16:31:46.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-05-08T16:31:46.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-05-08T16:31:46.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35422026-05-08T16:31:46.209Z
35432026-05-08T16:31:46.209Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35442026-05-08T16:31:46.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-05-08T16:31:46.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-05-08T16:31:46.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-05-08T16:31:46.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35482026-05-08T16:31:46.804Z
35492026-05-08T16:31:46.804Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35502026-05-08T16:31:47.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-05-08T16:31:47.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-05-08T16:31:47.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-05-08T16:31:47.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35542026-05-08T16:31:47.477Z
35552026-05-08T16:31:47.477Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
35562026-05-08T16:31:48.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-05-08T16:31:48.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-05-08T16:31:48.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-05-08T16:31:48.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35602026-05-08T16:31:48.150Z
35612026-05-08T16:31:48.150Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
35622026-05-08T16:31:48.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-05-08T16:31:48.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-05-08T16:31:48.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-05-08T16:31:48.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35662026-05-08T16:31:48.817Z
35672026-05-08T16:31:48.817Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
35682026-05-08T16:31:49.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-05-08T16:31:49.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-05-08T16:31:49.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-05-08T16:31:49.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35722026-05-08T16:31:49.456Z
35732026-05-08T16:31:49.456Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
35742026-05-08T16:31:49.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-05-08T16:31:49.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-05-08T16:31:49.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-05-08T16:31:49.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35782026-05-08T16:31:50.086Z
35792026-05-08T16:31:50.087Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
35802026-05-08T16:31:50.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-05-08T16:31:50.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-05-08T16:31:50.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-05-08T16:31:50.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35842026-05-08T16:31:50.720Z
35852026-05-08T16:31:50.720Zinfo: running `cargo check --bins` on key-manager (179/274)
35862026-05-08T16:31:51.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-05-08T16:31:51.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-05-08T16:31:51.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-05-08T16:31:51.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35902026-05-08T16:31:51.331Z
35912026-05-08T16:31:51.331Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
35922026-05-08T16:31:51.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-05-08T16:31:51.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-05-08T16:31:51.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-05-08T16:31:51.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35962026-05-08T16:31:51.964Z
35972026-05-08T16:31:51.964Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
35982026-05-08T16:31:52.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-05-08T16:31:52.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-05-08T16:31:52.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-05-08T16:31:52.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36022026-05-08T16:31:52.599Z
36032026-05-08T16:31:52.599Zinfo: running `cargo check --bins` on typed-rng (182/274)
36042026-05-08T16:31:53.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-05-08T16:31:53.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-05-08T16:31:53.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-05-08T16:31:53.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36082026-05-08T16:31:53.195Z
36092026-05-08T16:31:53.195Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36102026-05-08T16:31:53.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-05-08T16:31:53.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-05-08T16:31:54.058Z Compiling typify-impl v0.4.3
36132026-05-08T16:31:54.061Z Compiling libefi-sys v0.1.0
36142026-05-08T16:31:54.202Z Compiling bitfield-struct v0.6.2
36152026-05-08T16:31:54.275Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36162026-05-08T16:31:54.275Z Compiling xshell-macros v0.2.7
36172026-05-08T16:31:54.275Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36182026-05-08T16:31:54.275Z Compiling salty v0.3.0
36192026-05-08T16:31:54.291Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36202026-05-08T16:31:54.454Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36212026-05-08T16:31:54.565Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36222026-05-08T16:31:54.580Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36232026-05-08T16:31:54.593Z Checking xshell v0.2.7
36242026-05-08T16:31:54.767Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36252026-05-08T16:31:54.781Z Checking primeorder v0.13.6
36262026-05-08T16:31:54.828Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36272026-05-08T16:31:54.940Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36282026-05-08T16:31:55.000Z Compiling proc-macro-error-attr2 v2.0.0
36292026-05-08T16:31:55.023Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36302026-05-08T16:31:55.071Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36312026-05-08T16:31:55.123Z Checking tungstenite v0.21.0
36322026-05-08T16:31:55.243Z Checking p384 v0.13.1
36332026-05-08T16:31:55.311Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36342026-05-08T16:31:55.393Z Compiling proc-macro-error2 v2.0.1
36352026-05-08T16:31:55.481Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36362026-05-08T16:31:55.564Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36372026-05-08T16:31:55.668Z Compiling num-derive v0.3.3
36382026-05-08T16:31:55.719Z Compiling tabled_derive v0.11.0
36392026-05-08T16:31:55.898Z Checking tokio-tungstenite v0.21.0
36402026-05-08T16:31:56.194Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36412026-05-08T16:31:56.210Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36422026-05-08T16:31:56.299Z Checking papergrid v0.17.0
36432026-05-08T16:31:56.594Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36442026-05-08T16:31:56.617Z Checking libscf-sys v1.1.0
36452026-05-08T16:31:56.756Z Checking testing_table v0.3.0
36462026-05-08T16:31:56.856Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36472026-05-08T16:31:56.906Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36482026-05-08T16:31:56.923Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36492026-05-08T16:31:57.092Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36502026-05-08T16:31:57.149Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36512026-05-08T16:31:57.307Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36522026-05-08T16:31:57.352Z Checking corncobs v0.1.4
36532026-05-08T16:31:57.385Z Compiling unicase v2.9.0
36542026-05-08T16:31:57.403Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36552026-05-08T16:31:57.486Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36562026-05-08T16:31:57.566Z Checking tabled v0.20.0
36572026-05-08T16:31:57.585Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36582026-05-08T16:31:57.599Z Compiling mime_guess v2.0.5
36592026-05-08T16:31:57.692Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36602026-05-08T16:31:57.747Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36612026-05-08T16:31:57.796Z Checking progenitor-client v0.11.2
36622026-05-08T16:31:58.038Z Checking secrecy v0.8.0
36632026-05-08T16:31:58.053Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36642026-05-08T16:31:58.086Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36652026-05-08T16:31:58.122Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36662026-05-08T16:31:58.178Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36672026-05-08T16:31:58.299Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36682026-05-08T16:31:58.579Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36692026-05-08T16:31:58.595Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36702026-05-08T16:31:58.731Z Checking filetime v0.2.27
36712026-05-08T16:31:58.771Z Compiling typify-macro v0.4.3
36722026-05-08T16:31:58.861Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36732026-05-08T16:31:59.059Z Checking crc8 v0.1.1
36742026-05-08T16:31:59.075Z Checking http-range v0.1.5
36752026-05-08T16:31:59.163Z Checking xattr v1.6.1
36762026-05-08T16:31:59.269Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36772026-05-08T16:31:59.299Z Checking tar v0.4.45
36782026-05-08T16:31:59.555Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36792026-05-08T16:31:59.710Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36802026-05-08T16:31:59.713Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36812026-05-08T16:31:59.716Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36822026-05-08T16:31:59.829Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36832026-05-08T16:32:00.087Z Checking atty v0.2.14
36842026-05-08T16:32:00.193Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36852026-05-08T16:32:00.261Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36862026-05-08T16:32:00.333Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36872026-05-08T16:32:00.563Z Compiling typify v0.4.3
36882026-05-08T16:32:00.681Z Compiling progenitor-impl v0.11.2
36892026-05-08T16:32:00.696Z Compiling progenitor-impl v0.10.0
36902026-05-08T16:32:00.972Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36912026-05-08T16:32:01.142Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36922026-05-08T16:32:01.217Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36932026-05-08T16:32:01.681Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36942026-05-08T16:32:02.064Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36952026-05-08T16:32:02.114Z Checking hyper-staticfile v0.10.1
36962026-05-08T16:32:02.133Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36972026-05-08T16:32:02.290Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36982026-05-08T16:32:02.409Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36992026-05-08T16:32:02.532Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37002026-05-08T16:32:02.551Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37012026-05-08T16:32:02.782Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37022026-05-08T16:32:02.827Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37032026-05-08T16:32:03.068Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37042026-05-08T16:32:03.129Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37052026-05-08T16:32:03.284Z Compiling progenitor-macro v0.10.0
37062026-05-08T16:32:03.335Z Compiling progenitor-macro v0.11.2
37072026-05-08T16:32:06.152Z Checking progenitor v0.10.0
37082026-05-08T16:32:06.283Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37092026-05-08T16:32:06.298Z Checking progenitor v0.11.2
37102026-05-08T16:32:06.408Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37112026-05-08T16:32:11.045Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37122026-05-08T16:32:12.159Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37132026-05-08T16:32:22.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.24s
37142026-05-08T16:32:22.661Z
37152026-05-08T16:32:22.661Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37162026-05-08T16:32:23.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-05-08T16:32:23.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-05-08T16:32:23.434Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37192026-05-08T16:32:33.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.24s
37202026-05-08T16:32:34.125Z
37212026-05-08T16:32:34.126Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37222026-05-08T16:32:34.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-05-08T16:32:34.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-05-08T16:32:34.899Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37252026-05-08T16:32:45.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.14s
37262026-05-08T16:32:45.488Z
37272026-05-08T16:32:45.488Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37282026-05-08T16:32:46.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-05-08T16:32:46.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-05-08T16:32:46.259Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37312026-05-08T16:32:56.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.19s
37322026-05-08T16:32:56.895Z
37332026-05-08T16:32:56.895Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37342026-05-08T16:32:57.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-05-08T16:32:57.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-05-08T16:32:57.665Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37372026-05-08T16:33:08.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.15s
37382026-05-08T16:33:08.264Z
37392026-05-08T16:33:08.264Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37402026-05-08T16:33:08.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-05-08T16:33:08.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-05-08T16:33:09.038Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37432026-05-08T16:33:19.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.15s
37442026-05-08T16:33:19.644Z
37452026-05-08T16:33:19.644Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37462026-05-08T16:33:20.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-05-08T16:33:20.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-05-08T16:33:20.421Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37492026-05-08T16:33:30.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s
37502026-05-08T16:33:31.093Z
37512026-05-08T16:33:31.094Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37522026-05-08T16:33:31.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-05-08T16:33:31.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-05-08T16:33:31.870Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37552026-05-08T16:33:42.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.17s
37562026-05-08T16:33:42.482Z
37572026-05-08T16:33:42.482Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
37582026-05-08T16:33:42.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-05-08T16:33:42.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-05-08T16:33:42.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37612026-05-08T16:33:42.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37622026-05-08T16:33:43.087Z
37632026-05-08T16:33:43.087Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
37642026-05-08T16:33:43.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-05-08T16:33:43.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-05-08T16:33:43.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37672026-05-08T16:33:43.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37682026-05-08T16:33:43.694Z
37692026-05-08T16:33:43.694Zinfo: running `cargo check --bins` on range-requests (193/274)
37702026-05-08T16:33:44.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-05-08T16:33:44.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-05-08T16:33:44.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37732026-05-08T16:33:44.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37742026-05-08T16:33:44.286Z
37752026-05-08T16:33:44.286Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
37762026-05-08T16:33:44.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-05-08T16:33:44.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-05-08T16:33:44.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37792026-05-08T16:33:44.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37802026-05-08T16:33:44.879Z
37812026-05-08T16:33:44.879Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
37822026-05-08T16:33:45.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-05-08T16:33:45.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-05-08T16:33:45.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37852026-05-08T16:33:45.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37862026-05-08T16:33:45.500Z
37872026-05-08T16:33:45.500Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
37882026-05-08T16:33:46.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-05-08T16:33:46.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-05-08T16:33:46.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37912026-05-08T16:33:46.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37922026-05-08T16:33:46.118Z
37932026-05-08T16:33:46.118Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
37942026-05-08T16:33:46.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-05-08T16:33:46.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-05-08T16:33:46.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-05-08T16:33:46.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37982026-05-08T16:33:46.739Z
37992026-05-08T16:33:46.739Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
38002026-05-08T16:33:47.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-05-08T16:33:47.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-05-08T16:33:47.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-05-08T16:33:47.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38042026-05-08T16:33:47.362Z
38052026-05-08T16:33:47.363Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38062026-05-08T16:33:47.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-05-08T16:33:47.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-05-08T16:33:47.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-05-08T16:33:47.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38102026-05-08T16:33:47.986Z
38112026-05-08T16:33:47.987Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38122026-05-08T16:33:48.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-05-08T16:33:48.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-05-08T16:33:48.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-05-08T16:33:48.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38162026-05-08T16:33:48.597Z
38172026-05-08T16:33:48.597Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38182026-05-08T16:33:49.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-05-08T16:33:49.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-05-08T16:33:49.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-05-08T16:33:49.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38222026-05-08T16:33:49.216Z
38232026-05-08T16:33:49.216Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38242026-05-08T16:33:49.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-05-08T16:33:49.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-05-08T16:33:49.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-05-08T16:33:49.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38282026-05-08T16:33:49.843Z
38292026-05-08T16:33:49.843Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38302026-05-08T16:33:50.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-05-08T16:33:50.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-05-08T16:33:50.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-05-08T16:33:50.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38342026-05-08T16:33:50.468Z
38352026-05-08T16:33:50.468Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38362026-05-08T16:33:51.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-05-08T16:33:51.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-05-08T16:33:51.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-05-08T16:33:51.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38402026-05-08T16:33:51.123Z
38412026-05-08T16:33:51.123Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38422026-05-08T16:33:51.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-05-08T16:33:51.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-05-08T16:33:51.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-05-08T16:33:51.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38462026-05-08T16:33:51.740Z
38472026-05-08T16:33:51.740Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38482026-05-08T16:33:52.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-05-08T16:33:52.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-05-08T16:33:52.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-05-08T16:33:52.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38522026-05-08T16:33:52.369Z
38532026-05-08T16:33:52.369Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38542026-05-08T16:33:52.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-05-08T16:33:52.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-05-08T16:33:52.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-05-08T16:33:52.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38582026-05-08T16:33:53.020Z
38592026-05-08T16:33:53.020Zinfo: running `cargo check --bins` on update-common (208/274)
38602026-05-08T16:33:53.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-05-08T16:33:53.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-05-08T16:33:53.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-05-08T16:33:53.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38642026-05-08T16:33:53.633Z
38652026-05-08T16:33:53.633Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
38662026-05-08T16:33:54.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-05-08T16:33:54.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-05-08T16:33:54.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-05-08T16:33:54.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38702026-05-08T16:33:54.288Z
38712026-05-08T16:33:54.288Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
38722026-05-08T16:33:54.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-05-08T16:33:54.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-05-08T16:33:54.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38752026-05-08T16:33:54.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38762026-05-08T16:33:54.875Z
38772026-05-08T16:33:54.875Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
38782026-05-08T16:33:55.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-05-08T16:33:55.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-05-08T16:33:55.647Z Compiling fs-err v2.11.0
38812026-05-08T16:33:55.649Z Checking ignore v0.4.25
38822026-05-08T16:33:55.650Z Checking arc-swap v1.8.2
38832026-05-08T16:33:55.782Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38842026-05-08T16:33:55.788Z Checking predicates-tree v1.0.13
38852026-05-08T16:33:55.791Z Checking parse-size v1.1.0
38862026-05-08T16:33:55.811Z Checking rand_seeder v0.4.0
38872026-05-08T16:33:55.813Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38882026-05-08T16:33:55.887Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38892026-05-08T16:33:55.907Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38902026-05-08T16:33:55.958Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38912026-05-08T16:33:55.984Z Checking slog-scope v4.4.1
38922026-05-08T16:33:56.096Z Compiling petname v2.0.2
38932026-05-08T16:33:56.113Z Checking slog-stdlog v4.1.1
38942026-05-08T16:33:56.128Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38952026-05-08T16:33:56.149Z Checking globwalk v0.9.1
38962026-05-08T16:33:56.216Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38972026-05-08T16:33:56.232Z Checking slog-envlogger v2.2.0
38982026-05-08T16:33:56.322Z Checking camino-tempfile-ext v0.3.3
38992026-05-08T16:33:56.348Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39002026-05-08T16:33:56.379Z Checking sapling-renderdag v0.1.0
39012026-05-08T16:33:56.510Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39022026-05-08T16:33:56.525Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39032026-05-08T16:33:56.614Z Checking subprocess v0.2.15
39042026-05-08T16:33:56.705Z Checking sync-ptr v0.1.4
39052026-05-08T16:33:56.742Z Checking colored v2.2.0
39062026-05-08T16:33:56.821Z Checking assert_matches v1.5.0
39072026-05-08T16:33:56.888Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39082026-05-08T16:33:56.974Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39092026-05-08T16:33:57.015Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39102026-05-08T16:33:57.018Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39112026-05-08T16:33:57.646Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39122026-05-08T16:33:58.937Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39132026-05-08T16:34:01.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.24s
39142026-05-08T16:34:01.322Z
39152026-05-08T16:34:01.322Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39162026-05-08T16:34:01.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-05-08T16:34:01.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-05-08T16:34:01.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39192026-05-08T16:34:01.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39202026-05-08T16:34:01.908Z
39212026-05-08T16:34:01.909Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39222026-05-08T16:34:02.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39232026-05-08T16:34:02.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39242026-05-08T16:34:02.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39252026-05-08T16:34:02.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39262026-05-08T16:34:02.520Z
39272026-05-08T16:34:02.520Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39282026-05-08T16:34:03.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39292026-05-08T16:34:03.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39302026-05-08T16:34:03.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39312026-05-08T16:34:03.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39322026-05-08T16:34:03.179Z
39332026-05-08T16:34:03.180Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39342026-05-08T16:34:03.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39352026-05-08T16:34:03.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39362026-05-08T16:34:03.895Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39372026-05-08T16:34:03.895Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39382026-05-08T16:34:04.531Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39392026-05-08T16:34:06.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.90s
39402026-05-08T16:34:06.297Z
39412026-05-08T16:34:06.297Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39422026-05-08T16:34:06.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432026-05-08T16:34:06.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442026-05-08T16:34:06.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39452026-05-08T16:34:06.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39462026-05-08T16:34:06.889Z
39472026-05-08T16:34:06.889Zinfo: running `cargo check --bins` on cert-dev (217/274)
39482026-05-08T16:34:07.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492026-05-08T16:34:07.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502026-05-08T16:34:07.484Z Checking yasna v0.5.2
39512026-05-08T16:34:07.878Z Checking rcgen v0.12.1
39522026-05-08T16:34:08.118Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39532026-05-08T16:34:08.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
39542026-05-08T16:34:08.474Z
39552026-05-08T16:34:08.474Zinfo: running `cargo check --bins` on clickana (218/274)
39562026-05-08T16:34:08.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-05-08T16:34:08.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-05-08T16:34:09.116Z Compiling darling_core v0.23.0
39592026-05-08T16:34:09.223Z Compiling instability v0.3.11
39602026-05-08T16:34:09.226Z Checking castaway v0.2.4
39612026-05-08T16:34:09.232Z Compiling indoc v2.0.7
39622026-05-08T16:34:09.245Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39632026-05-08T16:34:09.254Z Checking unicode-truncate v1.1.0
39642026-05-08T16:34:09.257Z Checking lru v0.12.5
39652026-05-08T16:34:09.257Z Checking cassowary v0.3.0
39662026-05-08T16:34:09.319Z Checking compact_str v0.8.1
39672026-05-08T16:34:10.261Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39682026-05-08T16:34:10.450Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39692026-05-08T16:34:10.616Z Compiling darling_macro v0.23.0
39702026-05-08T16:34:11.020Z Compiling darling v0.23.0
39712026-05-08T16:34:11.616Z Checking ratatui v0.29.0
39722026-05-08T16:34:12.659Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39732026-05-08T16:34:13.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s
39742026-05-08T16:34:13.490Z
39752026-05-08T16:34:13.491Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
39762026-05-08T16:34:14.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-05-08T16:34:14.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-05-08T16:34:14.214Z Checking headers-core v0.3.0
39792026-05-08T16:34:14.217Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39802026-05-08T16:34:14.407Z Checking headers v0.4.1
39812026-05-08T16:34:14.772Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39822026-05-08T16:34:15.616Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39832026-05-08T16:34:16.106Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39842026-05-08T16:34:16.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
39852026-05-08T16:34:16.715Z
39862026-05-08T16:34:16.715Zinfo: running `cargo check --bins` on ch-dev (220/274)
39872026-05-08T16:34:17.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-05-08T16:34:17.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-05-08T16:34:17.429Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39902026-05-08T16:34:18.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
39912026-05-08T16:34:18.363Z
39922026-05-08T16:34:18.364Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
39932026-05-08T16:34:18.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-05-08T16:34:18.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-05-08T16:34:18.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-05-08T16:34:18.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
39972026-05-08T16:34:18.837Z
39982026-05-08T16:34:18.837Zinfo: running `cargo check --bins` on crdb-seed (222/274)
39992026-05-08T16:34:19.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-05-08T16:34:19.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-05-08T16:34:19.549Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40022026-05-08T16:34:20.523Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40032026-05-08T16:34:20.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
40042026-05-08T16:34:21.053Z
40052026-05-08T16:34:21.053Zinfo: running `cargo check --bins` on db-dev (223/274)
40062026-05-08T16:34:21.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-05-08T16:34:21.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-05-08T16:34:21.761Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40092026-05-08T16:34:22.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
40102026-05-08T16:34:22.716Z
40112026-05-08T16:34:22.716Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40122026-05-08T16:34:23.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-05-08T16:34:23.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-05-08T16:34:23.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40152026-05-08T16:34:23.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40162026-05-08T16:34:23.349Z
40172026-05-08T16:34:23.349Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40182026-05-08T16:34:23.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-05-08T16:34:23.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-05-08T16:34:23.951Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40212026-05-08T16:34:24.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
40222026-05-08T16:34:24.801Z
40232026-05-08T16:34:24.801Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40242026-05-08T16:34:25.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-05-08T16:34:25.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-05-08T16:34:25.550Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40272026-05-08T16:34:25.550Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40282026-05-08T16:34:25.553Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40292026-05-08T16:34:25.553Z Checking git-stub v1.0.0
40302026-05-08T16:34:25.553Z Compiling trait-variant v0.1.2
40312026-05-08T16:34:25.553Z Checking maplit v1.0.2
40322026-05-08T16:34:25.553Z Checking is_ci v1.2.0
40332026-05-08T16:34:25.701Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40342026-05-08T16:34:25.740Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40352026-05-08T16:34:25.752Z Checking supports-color v3.0.2
40362026-05-08T16:34:25.819Z Checking git-stub-vcs v0.1.0
40372026-05-08T16:34:25.870Z Checking drift v0.1.4
40382026-05-08T16:34:25.904Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40392026-05-08T16:34:25.935Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40402026-05-08T16:34:26.007Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40412026-05-08T16:34:26.095Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40422026-05-08T16:34:26.166Z Checking dropshot-api-manager v0.7.1
40432026-05-08T16:34:26.204Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40442026-05-08T16:34:26.218Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40452026-05-08T16:34:26.410Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40462026-05-08T16:34:26.431Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40472026-05-08T16:34:26.632Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40482026-05-08T16:34:26.929Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40492026-05-08T16:34:31.852Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40502026-05-08T16:34:32.917Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40512026-05-08T16:34:33.467Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40522026-05-08T16:34:33.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.08s
40532026-05-08T16:34:34.090Z
40542026-05-08T16:34:34.090Zinfo: running `cargo check --bins` on installinator-api (227/274)
40552026-05-08T16:34:34.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-05-08T16:34:34.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-05-08T16:34:34.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40582026-05-08T16:34:34.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40592026-05-08T16:34:34.697Z
40602026-05-08T16:34:34.697Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
40612026-05-08T16:34:35.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-05-08T16:34:35.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-05-08T16:34:35.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40642026-05-08T16:34:35.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40652026-05-08T16:34:35.341Z
40662026-05-08T16:34:35.341Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
40672026-05-08T16:34:35.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-05-08T16:34:35.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-05-08T16:34:35.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40702026-05-08T16:34:35.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40712026-05-08T16:34:35.982Z
40722026-05-08T16:34:35.982Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
40732026-05-08T16:34:36.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40742026-05-08T16:34:36.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40752026-05-08T16:34:36.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40762026-05-08T16:34:36.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40772026-05-08T16:34:36.630Z
40782026-05-08T16:34:36.631Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
40792026-05-08T16:34:37.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-05-08T16:34:37.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-05-08T16:34:37.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40822026-05-08T16:34:37.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40832026-05-08T16:34:37.241Z
40842026-05-08T16:34:37.241Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
40852026-05-08T16:34:37.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-05-08T16:34:37.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-05-08T16:34:37.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40882026-05-08T16:34:37.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40892026-05-08T16:34:37.831Z
40902026-05-08T16:34:37.831Zinfo: running `cargo check --bins` on wicketd-api (233/274)
40912026-05-08T16:34:38.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-05-08T16:34:38.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-05-08T16:34:38.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40942026-05-08T16:34:38.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40952026-05-08T16:34:38.452Z
40962026-05-08T16:34:38.452Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
40972026-05-08T16:34:38.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40982026-05-08T16:34:38.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40992026-05-08T16:34:39.062Z Checking typeid v1.0.3
41002026-05-08T16:34:39.172Z Checking ordered-float v2.10.1
41012026-05-08T16:34:39.192Z Checking unicode-xid v0.2.6
41022026-05-08T16:34:39.206Z Checking cargo-platform v0.2.0
41032026-05-08T16:34:39.214Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41042026-05-08T16:34:39.236Z Checking erased-serde v0.4.9
41052026-05-08T16:34:39.371Z Checking serde-value v0.7.0
41062026-05-08T16:34:39.545Z Checking serde-untagged v0.1.9
41072026-05-08T16:34:39.695Z Checking cargo-util-schemas v0.8.2
41082026-05-08T16:34:40.368Z Checking cargo_metadata v0.21.0
41092026-05-08T16:34:40.959Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41102026-05-08T16:34:41.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
41112026-05-08T16:34:41.817Z
41122026-05-08T16:34:41.818Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41132026-05-08T16:34:42.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-05-08T16:34:42.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-05-08T16:34:42.555Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41162026-05-08T16:34:43.167Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41172026-05-08T16:34:43.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
41182026-05-08T16:34:43.872Z
41192026-05-08T16:34:43.872Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41202026-05-08T16:34:44.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41212026-05-08T16:34:44.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41222026-05-08T16:34:44.734Z Compiling vergen-gitcl v1.0.8
41232026-05-08T16:34:44.734Z Compiling dirs-sys-next v0.1.2
41242026-05-08T16:34:44.734Z Compiling crunchy v0.2.4
41252026-05-08T16:34:44.737Z Compiling diesel_derives v2.3.7
41262026-05-08T16:34:44.737Z Compiling glob v0.3.3
41272026-05-08T16:34:44.737Z Compiling dsl_auto_type v0.2.0
41282026-05-08T16:34:44.737Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41292026-05-08T16:34:44.737Z Checking scheduled-thread-pool v0.2.7
41302026-05-08T16:34:45.021Z Compiling diesel_table_macro_syntax v0.3.0
41312026-05-08T16:34:45.054Z Compiling dirs-next v2.0.0
41322026-05-08T16:34:45.092Z Compiling tiny-keccak v2.0.2
41332026-05-08T16:34:45.172Z Compiling term v0.7.0
41342026-05-08T16:34:45.225Z Checking r2d2 v0.8.10
41352026-05-08T16:34:45.228Z Compiling clang-sys v1.8.1
41362026-05-08T16:34:45.288Z Checking downcast-rs v2.0.2
41372026-05-08T16:34:45.306Z Compiling bit-vec v0.6.3
41382026-05-08T16:34:45.397Z Compiling itertools v0.10.5
41392026-05-08T16:34:45.521Z Compiling bit-set v0.5.3
41402026-05-08T16:34:45.602Z Compiling ascii-canvas v3.0.0
41412026-05-08T16:34:45.675Z Compiling ena v0.14.4
41422026-05-08T16:34:45.729Z Compiling libloading v0.8.9
41432026-05-08T16:34:45.748Z Compiling regex-syntax v0.6.29
41442026-05-08T16:34:45.787Z Compiling diff v0.1.13
41452026-05-08T16:34:45.871Z Compiling bindgen v0.71.1
41462026-05-08T16:34:45.933Z Compiling cexpr v0.6.0
41472026-05-08T16:34:46.045Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41482026-05-08T16:34:46.232Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41492026-05-08T16:34:46.343Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41502026-05-08T16:34:46.385Z Compiling libxml v0.3.3
41512026-05-08T16:34:46.439Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41522026-05-08T16:34:46.593Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41532026-05-08T16:34:46.633Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41542026-05-08T16:34:46.752Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41552026-05-08T16:34:46.818Z Compiling strum_macros v0.24.3
41562026-05-08T16:34:46.920Z Compiling indoc v1.0.9
41572026-05-08T16:34:47.041Z Compiling lalrpop v0.19.12
41582026-05-08T16:34:47.848Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41592026-05-08T16:34:48.038Z Checking derive_builder v0.20.2
41602026-05-08T16:34:48.151Z Compiling oso-derive v0.27.3
41612026-05-08T16:34:48.167Z Checking quick-xml v0.37.5
41622026-05-08T16:34:48.381Z Compiling impl-trait-for-tuples v0.2.3
41632026-05-08T16:34:48.644Z Checking openssl-probe v0.1.6
41642026-05-08T16:34:48.782Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41652026-05-08T16:34:49.048Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41662026-05-08T16:34:49.237Z Checking bb8 v0.8.6
41672026-05-08T16:34:49.542Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41682026-05-08T16:34:49.561Z Checking nonempty v0.12.0
41692026-05-08T16:34:49.582Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41702026-05-08T16:34:49.725Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41712026-05-08T16:34:49.760Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41722026-05-08T16:34:49.796Z Checking console v0.16.2
41732026-05-08T16:34:49.925Z Checking unit-prefix v0.5.2
41742026-05-08T16:34:49.944Z Checking support-bundle-viewer v0.1.2
41752026-05-08T16:34:50.061Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41762026-05-08T16:34:50.115Z Checking indicatif v0.18.4
41772026-05-08T16:34:50.195Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41782026-05-08T16:34:50.326Z Checking multimap v0.10.1
41792026-05-08T16:34:50.747Z Checking diesel v2.3.7
41802026-05-08T16:34:52.510Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41812026-05-08T16:34:52.798Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41822026-05-08T16:34:52.873Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41832026-05-08T16:34:53.219Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41842026-05-08T16:34:53.239Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41852026-05-08T16:34:54.208Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41862026-05-08T16:34:54.558Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41872026-05-08T16:34:55.211Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41882026-05-08T16:34:57.233Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41892026-05-08T16:35:01.638Z Compiling samael v0.0.19
41902026-05-08T16:35:06.554Z Checking diesel-dtrace v0.5.0
41912026-05-08T16:35:06.616Z Checking async-bb8-diesel v0.2.1
41922026-05-08T16:35:07.858Z Compiling polar-core v0.27.3
41932026-05-08T16:35:12.223Z Checking oso v0.27.3
41942026-05-08T16:35:48.261Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41952026-05-08T16:36:21.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
41962026-05-08T16:36:21.364Z
41972026-05-08T16:36:21.364Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
41982026-05-08T16:36:21.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-05-08T16:36:21.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-05-08T16:36:21.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012026-05-08T16:36:21.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42022026-05-08T16:36:22.020Z
42032026-05-08T16:36:22.020Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
42042026-05-08T16:36:22.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-05-08T16:36:22.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-05-08T16:36:22.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-05-08T16:36:22.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42082026-05-08T16:36:22.683Z
42092026-05-08T16:36:22.684Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42102026-05-08T16:36:23.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-05-08T16:36:23.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-05-08T16:36:23.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-05-08T16:36:23.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42142026-05-08T16:36:23.271Z
42152026-05-08T16:36:23.271Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42162026-05-08T16:36:23.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-05-08T16:36:23.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-05-08T16:36:24.139Z Compiling libz-sys v1.1.24
42192026-05-08T16:36:24.271Z Compiling libgit2-sys v0.18.3+1.9.2
42202026-05-08T16:36:24.297Z Compiling vergen-git2 v1.0.7
42212026-05-08T16:36:24.306Z Compiling rustls v0.21.12
42222026-05-08T16:36:24.309Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42232026-05-08T16:36:24.309Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42242026-05-08T16:36:24.309Z Checking sct v0.7.1
42252026-05-08T16:36:24.309Z Checking rustls-webpki v0.101.7
42262026-05-08T16:36:24.476Z Compiling nix v0.29.0
42272026-05-08T16:36:24.521Z Compiling dropshot v0.16.7
42282026-05-08T16:36:24.563Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42292026-05-08T16:36:24.597Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42302026-05-08T16:36:24.639Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42312026-05-08T16:36:24.773Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42322026-05-08T16:36:24.790Z Checking toml v0.9.12+spec-1.1.0
42332026-05-08T16:36:24.816Z Compiling dropshot_endpoint v0.16.7
42342026-05-08T16:36:24.917Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42352026-05-08T16:36:25.090Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42362026-05-08T16:36:25.283Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42372026-05-08T16:36:25.367Z Checking rustls-pemfile v1.0.4
42382026-05-08T16:36:25.507Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42392026-05-08T16:36:25.682Z Checking twox-hash v2.1.2
42402026-05-08T16:36:25.718Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42412026-05-08T16:36:25.922Z Checking tokio-rustls v0.24.1
42422026-05-08T16:36:26.417Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42432026-05-08T16:36:26.454Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42442026-05-08T16:36:26.713Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42452026-05-08T16:36:27.130Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42462026-05-08T16:36:27.190Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42472026-05-08T16:36:27.258Z Checking fatfs v0.3.6
42482026-05-08T16:36:27.329Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42492026-05-08T16:36:27.352Z Compiling seq-macro v0.3.6
42502026-05-08T16:36:31.138Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42512026-05-08T16:36:31.258Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42522026-05-08T16:36:31.528Z Compiling git2 v0.20.4
42532026-05-08T16:36:33.711Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42542026-05-08T16:37:19.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.69s
42552026-05-08T16:37:20.184Z
42562026-05-08T16:37:20.184Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274)
42572026-05-08T16:37:20.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-05-08T16:37:20.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-05-08T16:37:21.073Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42602026-05-08T16:37:59.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.58s
42612026-05-08T16:38:00.002Z
42622026-05-08T16:38:00.002Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/274)
42632026-05-08T16:38:00.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-05-08T16:38:00.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-05-08T16:38:00.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42662026-05-08T16:38:00.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42672026-05-08T16:38:00.600Z
42682026-05-08T16:38:00.600Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/274)
42692026-05-08T16:38:01.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-05-08T16:38:01.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-05-08T16:38:01.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42722026-05-08T16:38:01.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42732026-05-08T16:38:01.250Z
42742026-05-08T16:38:01.250Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274)
42752026-05-08T16:38:01.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-05-08T16:38:01.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-05-08T16:38:01.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42782026-05-08T16:38:01.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42792026-05-08T16:38:01.920Z
42802026-05-08T16:38:01.920Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/274)
42812026-05-08T16:38:02.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-05-08T16:38:02.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-05-08T16:38:02.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42842026-05-08T16:38:02.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42852026-05-08T16:38:02.575Z
42862026-05-08T16:38:02.575Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/274)
42872026-05-08T16:38:03.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-05-08T16:38:03.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-05-08T16:38:03.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42902026-05-08T16:38:03.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42912026-05-08T16:38:03.214Z
42922026-05-08T16:38:03.215Zinfo: running `cargo check --bins` on nexus-networking (247/274)
42932026-05-08T16:38:03.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-05-08T16:38:03.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-05-08T16:38:03.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-05-08T16:38:03.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42972026-05-08T16:38:03.879Z
42982026-05-08T16:38:03.879Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/274)
42992026-05-08T16:38:04.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-05-08T16:38:04.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-05-08T16:38:04.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-05-08T16:38:04.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43032026-05-08T16:38:04.546Z
43042026-05-08T16:38:04.546Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274)
43052026-05-08T16:38:05.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-05-08T16:38:05.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-05-08T16:38:05.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43082026-05-08T16:38:05.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43092026-05-08T16:38:05.215Z
43102026-05-08T16:38:05.215Zinfo: running `cargo check --bins` on omicron-dev (250/274)
43112026-05-08T16:38:05.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-05-08T16:38:05.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-05-08T16:38:06.120Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43142026-05-08T16:38:06.120Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43152026-05-08T16:38:06.307Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43162026-05-08T16:38:06.337Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43172026-05-08T16:38:06.357Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43182026-05-08T16:38:06.360Z Checking yansi v1.0.1
43192026-05-08T16:38:06.360Z Checking diff v0.1.13
43202026-05-08T16:38:06.373Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43212026-05-08T16:38:06.439Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43222026-05-08T16:38:06.628Z Checking pretty_assertions v1.4.1
43232026-05-08T16:38:07.268Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43242026-05-08T16:38:07.621Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43252026-05-08T16:38:30.742Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43262026-05-08T16:38:30.746Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43272026-05-08T16:38:30.746Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43282026-05-08T16:38:30.746Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43292026-05-08T16:38:30.746Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43302026-05-08T16:38:30.746Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43312026-05-08T16:38:31.535Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43322026-05-08T16:38:32.626Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43332026-05-08T16:39:10.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43342026-05-08T16:39:10.848Z
43352026-05-08T16:39:10.848Zinfo: running `cargo check --bins` on omicron-pins (251/274)
43362026-05-08T16:39:11.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43372026-05-08T16:39:11.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43382026-05-08T16:39:11.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43392026-05-08T16:39:11.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43402026-05-08T16:39:11.439Z
43412026-05-08T16:39:11.439Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274)
43422026-05-08T16:39:11.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43432026-05-08T16:39:11.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43442026-05-08T16:39:12.223Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43452026-05-08T16:39:12.346Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43462026-05-08T16:39:12.354Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43472026-05-08T16:39:37.836Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43482026-05-08T16:39:38.215Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43492026-05-08T16:39:39.889Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43502026-05-08T16:39:40.333Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43512026-05-08T16:39:43.265Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43522026-05-08T16:40:05.618Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43532026-05-08T16:40:06.306Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43542026-05-08T16:40:07.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.47s
43552026-05-08T16:40:08.130Z
43562026-05-08T16:40:08.130Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/274)
43572026-05-08T16:40:08.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43582026-05-08T16:40:08.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43592026-05-08T16:40:08.866Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43602026-05-08T16:40:09.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
43612026-05-08T16:40:09.749Z
43622026-05-08T16:40:09.749Zinfo: running `cargo check --bins` on omicron-releng (254/274)
43632026-05-08T16:40:10.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43642026-05-08T16:40:10.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43652026-05-08T16:40:10.403Z Compiling blake3 v1.8.3
43662026-05-08T16:40:10.513Z Checking arrayref v0.3.9
43672026-05-08T16:40:10.513Z Checking constant_time_eq v0.4.2
43682026-05-08T16:40:10.520Z Checking arrayvec v0.7.6
43692026-05-08T16:40:10.532Z Checking topological-sort v0.2.2
43702026-05-08T16:40:10.535Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43712026-05-08T16:40:10.535Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43722026-05-08T16:40:10.535Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43732026-05-08T16:40:10.575Z Checking shell-words v1.1.1
43742026-05-08T16:40:11.379Z Checking omicron-zone-package v0.12.2
43752026-05-08T16:40:12.080Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43762026-05-08T16:40:12.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
43772026-05-08T16:40:13.065Z
43782026-05-08T16:40:13.065Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/274)
43792026-05-08T16:40:13.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43802026-05-08T16:40:13.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43812026-05-08T16:40:13.713Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43822026-05-08T16:40:14.026Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43832026-05-08T16:40:14.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
43842026-05-08T16:40:14.613Z
43852026-05-08T16:40:14.613Zinfo: running `cargo check --bins` on schema (256/274)
43862026-05-08T16:40:15.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43872026-05-08T16:40:15.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43882026-05-08T16:40:15.331Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43892026-05-08T16:40:16.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
43902026-05-08T16:40:16.207Z
43912026-05-08T16:40:16.207Zinfo: running `cargo check --bins` on xtask (257/274)
43922026-05-08T16:40:16.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43932026-05-08T16:40:16.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43942026-05-08T16:40:16.664Z Checking libc v0.2.185
43952026-05-08T16:40:16.745Z Checking serde v1.0.228
43962026-05-08T16:40:16.750Z Checking zerofrom v0.1.6
43972026-05-08T16:40:16.754Z Checking bitflags v2.11.0
43982026-05-08T16:40:16.760Z Checking smallvec v1.15.1
43992026-05-08T16:40:16.766Z Checking indexmap v2.14.0
44002026-05-08T16:40:16.775Z Checking serde_json v1.0.149
44012026-05-08T16:40:16.778Z Checking num-traits v0.2.19
44022026-05-08T16:40:16.844Z Checking yoke v0.8.1
44032026-05-08T16:40:16.894Z Checking scroll v0.12.0
44042026-05-08T16:40:16.926Z Checking thiserror v1.0.69
44052026-05-08T16:40:17.006Z Checking zerovec v0.11.5
44062026-05-08T16:40:17.019Z Checking zerotrie v0.2.3
44072026-05-08T16:40:17.029Z Checking errno v0.3.14
44082026-05-08T16:40:17.123Z Checking percent-encoding v2.3.2
44092026-05-08T16:40:17.133Z Checking serde_spanned v0.6.9
44102026-05-08T16:40:17.143Z Checking rustix v1.1.3
44112026-05-08T16:40:17.250Z Checking toml_datetime v0.6.11
44122026-05-08T16:40:17.262Z Checking log v0.4.29
44132026-05-08T16:40:17.272Z Checking form_urlencoded v1.2.2
44142026-05-08T16:40:17.283Z Checking zerocopy v0.7.35
44152026-05-08T16:40:17.304Z Checking ordered-float v2.10.1
44162026-05-08T16:40:17.367Z Checking getrandom v0.4.1
44172026-05-08T16:40:17.390Z Checking thiserror v2.0.18
44182026-05-08T16:40:17.404Z Checking goblin v0.8.2
44192026-05-08T16:40:17.422Z Checking toml_edit v0.22.27
44202026-05-08T16:40:17.425Z Checking tinystr v0.8.2
44212026-05-08T16:40:17.483Z Checking potential_utf v0.1.4
44222026-05-08T16:40:17.494Z Checking syn v2.0.117
44232026-05-08T16:40:17.524Z Checking serde-value v0.7.0
44242026-05-08T16:40:17.604Z Checking icu_collections v2.1.1
44252026-05-08T16:40:17.607Z Checking icu_locale_core v2.1.1
44262026-05-08T16:40:17.717Z Checking dtrace-parser v0.2.0
44272026-05-08T16:40:17.764Z Checking thread-id v4.2.2
44282026-05-08T16:40:17.841Z Checking once_cell v1.21.3
44292026-05-08T16:40:17.908Z Checking cargo-platform v0.2.0
44302026-05-08T16:40:17.937Z Checking terminal_size v0.4.3
44312026-05-08T16:40:17.947Z Checking memmap v0.7.0
44322026-05-08T16:40:18.010Z Checking tempfile v3.25.0
44332026-05-08T16:40:18.068Z Checking clap_builder v4.5.60
44342026-05-08T16:40:18.081Z Checking textwrap v0.16.2
44352026-05-08T16:40:18.090Z Checking fs-err v3.3.0
44362026-05-08T16:40:18.159Z Checking icu_provider v2.1.1
44372026-05-08T16:40:18.200Z Checking camino-tempfile v1.4.1
44382026-05-08T16:40:18.260Z Checking tabled v0.15.0
44392026-05-08T16:40:18.281Z Checking anyhow v1.0.102
44402026-05-08T16:40:18.350Z Checking macaddr v1.0.1
44412026-05-08T16:40:18.385Z Checking icu_normalizer v2.1.1
44422026-05-08T16:40:18.471Z Checking icu_properties v2.1.2
44432026-05-08T16:40:18.500Z Checking toml v0.8.23
44442026-05-08T16:40:18.524Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44452026-05-08T16:40:18.804Z Checking cargo_toml v0.21.0
44462026-05-08T16:40:19.236Z Checking dof v0.3.0
44472026-05-08T16:40:19.246Z Checking clap v4.5.60
44482026-05-08T16:40:19.256Z Checking idna_adapter v1.2.1
44492026-05-08T16:40:19.363Z Checking idna v1.1.0
44502026-05-08T16:40:19.493Z Checking usdt-impl v0.5.0
44512026-05-08T16:40:19.587Z Checking url v2.5.8
44522026-05-08T16:40:19.734Z Checking usdt v0.5.0
44532026-05-08T16:40:19.928Z Checking cargo-util-schemas v0.8.2
44542026-05-08T16:40:20.601Z Checking cargo_metadata v0.21.0
44552026-05-08T16:40:21.188Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44562026-05-08T16:40:21.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s
44572026-05-08T16:40:21.718Z
44582026-05-08T16:40:21.718Zinfo: running `cargo check --bins` on dnsadm (258/274)
44592026-05-08T16:40:22.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44602026-05-08T16:40:22.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44612026-05-08T16:40:22.360Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44622026-05-08T16:40:22.829Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44632026-05-08T16:40:23.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
44642026-05-08T16:40:23.409Z
44652026-05-08T16:40:23.409Zinfo: running `cargo check --bins` on end-to-end-tests (259/274)
44662026-05-08T16:40:23.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-05-08T16:40:23.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-05-08T16:40:24.207Z Checking polyval v0.6.2
44692026-05-08T16:40:24.329Z Checking ctr v0.9.2
44702026-05-08T16:40:24.342Z Checking ssh-encoding v0.2.0
44712026-05-08T16:40:24.345Z Checking blowfish v0.9.1
44722026-05-08T16:40:24.363Z Checking password-hash v0.4.2
44732026-05-08T16:40:24.377Z Checking p256 v0.13.2
44742026-05-08T16:40:24.377Z Checking p521 v0.13.3
44752026-05-08T16:40:24.403Z Checking russh-cryptovec v0.7.3
44762026-05-08T16:40:24.463Z Checking ghash v0.5.1
44772026-05-08T16:40:24.477Z Checking md5 v0.7.0
44782026-05-08T16:40:24.489Z Checking bcrypt-pbkdf v0.10.0
44792026-05-08T16:40:24.514Z Checking num-bigint v0.4.6
44802026-05-08T16:40:24.526Z Checking des v0.8.1
44812026-05-08T16:40:24.578Z Checking aes-gcm v0.10.3
44822026-05-08T16:40:24.599Z Checking pbkdf2 v0.11.0
44832026-05-08T16:40:24.614Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44842026-05-08T16:40:24.634Z Checking hex-literal v0.4.1
44852026-05-08T16:40:24.647Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44862026-05-08T16:40:24.710Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44872026-05-08T16:40:24.722Z Checking ssh-cipher v0.2.0
44882026-05-08T16:40:24.735Z Checking socket2 v0.5.10
44892026-05-08T16:40:24.762Z Checking internet-checksum v0.2.1
44902026-05-08T16:40:24.878Z Checking ssh-key v0.6.7
44912026-05-08T16:40:24.990Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44922026-05-08T16:40:25.506Z Checking russh-keys v0.45.0
44932026-05-08T16:40:26.040Z Checking russh v0.45.0
44942026-05-08T16:40:40.630Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44952026-05-08T16:40:41.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.42s
44962026-05-08T16:40:42.038Z
44972026-05-08T16:40:42.038Zinfo: running `cargo check --bins` on gateway-cli (260/274)
44982026-05-08T16:40:42.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44992026-05-08T16:40:42.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45002026-05-08T16:40:42.675Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45012026-05-08T16:40:42.782Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45022026-05-08T16:40:42.789Z Checking termios v0.3.3
45032026-05-08T16:40:43.984Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45042026-05-08T16:40:44.128Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45052026-05-08T16:40:45.905Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45062026-05-08T16:40:46.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
45072026-05-08T16:40:46.640Z
45082026-05-08T16:40:46.640Zinfo: running `cargo check --bins --no-default-features` on installinator (261/274)
45092026-05-08T16:40:47.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45102026-05-08T16:40:47.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45112026-05-08T16:40:47.350Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45122026-05-08T16:40:47.464Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45132026-05-08T16:40:47.472Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45142026-05-08T16:40:47.475Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45152026-05-08T16:40:47.485Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45162026-05-08T16:40:47.495Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45172026-05-08T16:40:48.194Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45182026-05-08T16:40:48.534Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45192026-05-08T16:40:48.534Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45202026-05-08T16:40:49.160Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45212026-05-08T16:40:50.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
45222026-05-08T16:40:50.964Z
45232026-05-08T16:40:50.964Zinfo: running `cargo check --bins` on internal-dns-cli (262/274)
45242026-05-08T16:40:51.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45252026-05-08T16:40:51.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45262026-05-08T16:40:51.597Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45272026-05-08T16:40:52.038Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45282026-05-08T16:40:52.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
45292026-05-08T16:40:52.545Z
45302026-05-08T16:40:52.545Zinfo: running `cargo check --bins` on omicron-live-tests (263/274)
45312026-05-08T16:40:53.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45322026-05-08T16:40:53.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45332026-05-08T16:40:53.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45342026-05-08T16:40:53.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45352026-05-08T16:40:53.127Z
45362026-05-08T16:40:53.127Zinfo: running `cargo check --bins` on live-tests-macros (264/274)
45372026-05-08T16:40:53.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45382026-05-08T16:40:53.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45392026-05-08T16:40:53.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45402026-05-08T16:40:53.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45412026-05-08T16:40:53.716Z
45422026-05-08T16:40:53.716Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274)
45432026-05-08T16:40:54.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-05-08T16:40:54.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-05-08T16:40:54.464Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45462026-05-08T16:40:55.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
45472026-05-08T16:40:55.246Z
45482026-05-08T16:40:55.246Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/274)
45492026-05-08T16:40:55.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-05-08T16:40:55.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-05-08T16:40:55.895Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45522026-05-08T16:40:55.898Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45532026-05-08T16:40:56.140Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45542026-05-08T16:40:56.140Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45552026-05-08T16:40:56.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
45562026-05-08T16:40:57.105Z
45572026-05-08T16:40:57.105Zinfo: running `cargo check --bins` on ntp-admin-types (267/274)
45582026-05-08T16:40:57.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45592026-05-08T16:40:57.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45602026-05-08T16:40:57.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45612026-05-08T16:40:57.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45622026-05-08T16:40:57.692Z
45632026-05-08T16:40:57.692Zinfo: running `cargo check --bins` on omicron-package (268/274)
45642026-05-08T16:40:58.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45652026-05-08T16:40:58.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45662026-05-08T16:40:58.368Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45672026-05-08T16:40:59.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
45682026-05-08T16:40:59.614Z
45692026-05-08T16:40:59.614Zinfo: running `cargo check --bins` on tqdb (269/274)
45702026-05-08T16:41:00.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45712026-05-08T16:41:00.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45722026-05-08T16:41:00.388Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45732026-05-08T16:41:00.729Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45742026-05-08T16:41:01.232Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45752026-05-08T16:41:01.235Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45762026-05-08T16:41:06.940Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45772026-05-08T16:41:06.940Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45782026-05-08T16:41:07.500Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45792026-05-08T16:41:07.500Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45802026-05-08T16:41:07.503Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45812026-05-08T16:41:07.504Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45822026-05-08T16:41:08.259Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45832026-05-08T16:41:09.225Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45842026-05-08T16:41:09.994Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45852026-05-08T16:41:10.594Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45862026-05-08T16:41:14.799Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45872026-05-08T16:41:21.047Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45882026-05-08T16:41:21.050Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45892026-05-08T16:41:21.050Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45902026-05-08T16:41:21.050Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45912026-05-08T16:41:22.495Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45922026-05-08T16:41:23.805Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45932026-05-08T16:41:24.476Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45942026-05-08T16:41:25.703Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45952026-05-08T16:41:26.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.62s
45962026-05-08T16:41:26.456Z
45972026-05-08T16:41:26.456Zinfo: running `cargo check --bins` on wicket-dbg (270/274)
45982026-05-08T16:41:26.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45992026-05-08T16:41:26.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46002026-05-08T16:41:27.163Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46012026-05-08T16:41:27.167Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46022026-05-08T16:41:27.167Z Checking rtoolbox v0.0.3
46032026-05-08T16:41:27.291Z Checking tui-tree-widget v0.23.1
46042026-05-08T16:41:27.386Z Checking rpassword v7.4.0
46052026-05-08T16:41:28.387Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46062026-05-08T16:41:31.307Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46072026-05-08T16:41:33.122Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46082026-05-08T16:41:34.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.55s
46092026-05-08T16:41:34.216Z
46102026-05-08T16:41:34.216Zinfo: running `cargo check --bins` on wicket (271/274)
46112026-05-08T16:41:34.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46122026-05-08T16:41:34.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46132026-05-08T16:41:34.912Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46142026-05-08T16:41:35.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
46152026-05-08T16:41:35.472Z
46162026-05-08T16:41:35.472Zinfo: running `cargo check --bins` on wicketd (272/274)
46172026-05-08T16:41:36.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46182026-05-08T16:41:36.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46192026-05-08T16:41:36.190Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46202026-05-08T16:41:36.193Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46212026-05-08T16:41:36.304Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46222026-05-08T16:41:36.312Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46232026-05-08T16:41:37.167Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46242026-05-08T16:41:37.725Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46252026-05-08T16:41:40.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.14s
46262026-05-08T16:41:40.831Z
46272026-05-08T16:41:40.832Zinfo: running `cargo check --bins` on omicron-workspace-hack (273/274)
46282026-05-08T16:41:41.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46292026-05-08T16:41:41.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46302026-05-08T16:41:41.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46312026-05-08T16:41:41.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46322026-05-08T16:41:41.416Z
46332026-05-08T16:41:41.416Zinfo: running `cargo check --bins` on zone-setup (274/274)
46342026-05-08T16:41:41.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46352026-05-08T16:41:41.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46362026-05-08T16:41:42.089Z Checking uzers v0.12.2
46372026-05-08T16:41:42.351Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46382026-05-08T16:41:43.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
46392026-05-08T16:41:43.285Z
46402026-05-08T16:41:43.285Zreal 14:03.869235813
46412026-05-08T16:41:43.285Zuser 20:31.616016257
46422026-05-08T16:41:43.285Zsys 4:13.552927329
46432026-05-08T16:41:43.285Ztrap 0.341208962
46442026-05-08T16:41:43.285Ztflt 0.667557321
46452026-05-08T16:41:43.285Zdflt 1.170680712
46462026-05-08T16:41:43.285Zkflt 0.004594935
46472026-05-08T16:41:43.285Zlock 1:16:44.703038155
46482026-05-08T16:41:43.285Zslp 1:38:05.594347850
46492026-05-08T16:41:43.285Zlat 51.484231411
46502026-05-08T16:41:43.285Zstop 3:23.074206537
46512026-05-08T16:41:43.288Zprocess exited: duration 998023 ms, exit code 0
 
46522026-05-08T16:41:43.295Zfound 0 output files