01KWAD5AJA0ZH962Y3QD8MDY6K: 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: 01KWAD5Z7RMDWKDYT0RDRGWSS7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-29T19:20:44.167Zjob assigned to worker 01KWAD61KSMSGAZTS6MF65HAPY [factory aws, i-016560beca87ab57c] (queued for 44 s)
 
22026-06-29T19:20:50.950Zstarting task 0: "setup"
32026-06-29T19:20:50.956Z++ uname -s
42026-06-29T19:20:50.956Z+ kern=SunOS
52026-06-29T19:20:50.956Z+ build_user=build
62026-06-29T19:20:50.956Z+ build_uid=12345
72026-06-29T19:20:50.956Z+ work_dir=/work
82026-06-29T19:20:50.956Z+ input_dir=/input
92026-06-29T19:20:50.957Z+ [[ 0 == 12345 ]]
102026-06-29T19:20:50.957Z+ case "$kern" in
112026-06-29T19:20:50.957Z+ groupadd -g 12345 build
122026-06-29T19:20:50.957Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-29T19:20:52.960Z+ zfs create -o mountpoint=/work rpool/work
142026-06-29T19:20:53.047Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-29T19:20:53.050Z+ home_fs=zfs
162026-06-29T19:20:53.050Z+ [[ zfs == autofs ]]
172026-06-29T19:20:53.051Z+ mkdir -p /home/build
182026-06-29T19:20:53.051Z+ chown build:build /home/build /work
192026-06-29T19:20:55.051Z+ chmod 0700 /home/build /work
202026-06-29T19:20:55.054Zprocess exited: duration 4111 ms, exit code 0
 
212026-06-29T19:20:55.060Zstarting task 1: "rust-toolchain"
222026-06-29T19:20:55.064Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-29T19:20:55.064Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-29T19:20:55.064Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-29T19:20:55.064Z * rust toolchain channel = "1.96.0"
262026-06-29T19:20:55.065Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-29T19:20:55.065Z * rust toolchain profile = "default"
282026-06-29T19:20:55.067Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-29T19:20:55.067Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-29T19:20:55.172Zinfo: downloading installer
312026-06-29T19:20:56.555Zwarn: It looks like you have an existing rustup settings file at:
322026-06-29T19:20:56.555Zwarn: /home/build/.rustup/settings.toml
332026-06-29T19:20:56.555Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-29T19:20:56.555Zwarn: instead of the one inferred from the default host triple.
352026-06-29T19:20:56.568Zinfo: profile set to default
362026-06-29T19:20:56.568Zinfo: default host triple is x86_64-unknown-illumos
372026-06-29T19:20:56.570Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-29T19:20:56.714Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-29T19:20:56.717Zinfo: downloading 6 components
402026-06-29T19:21:13.979Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-29T19:21:13.979Z
422026-06-29T19:21:14.008Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-29T19:21:14.008Z
442026-06-29T19:21:14.008Z
452026-06-29T19:21:14.008ZRust is installed now. Great!
462026-06-29T19:21:14.008Z
472026-06-29T19:21:14.008ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-29T19:21:14.008Zenvironment variable. This has not been done automatically.
492026-06-29T19:21:14.008Z
502026-06-29T19:21:14.008ZTo configure your current shell, you need to source
512026-06-29T19:21:14.008Zthe corresponding env file under $HOME/.cargo.
522026-06-29T19:21:14.008Z
532026-06-29T19:21:14.008ZThis is usually done by running one of the following (note the leading DOT):
542026-06-29T19:21:14.008Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-29T19:21:14.008Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-29T19:21:14.008Zsource "~/.cargo/env.nu" # For nushell
572026-06-29T19:21:14.008Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-29T19:21:14.008Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-29T19:21:14.008Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-29T19:21:14.011Zwarn: no default linker (`cc`) was found in your PATH
612026-06-29T19:21:14.011Zwarn: many Rust crates require a system C toolchain to build
622026-06-29T19:21:14.096Z+ rustup --version
632026-06-29T19:21:14.106Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-29T19:21:14.109Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-29T19:21:14.128Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-29T19:21:14.130Z+ cargo --version
672026-06-29T19:21:14.144Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-29T19:21:14.147Z+ rustc --version
692026-06-29T19:21:14.166Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-29T19:21:14.168Zprocess exited: duration 19108 ms, exit code 0
 
712026-06-29T19:21:14.174Zstarting task 2: "authentication"
722026-06-29T19:21:14.191Zprocess exited: duration 16 ms, exit code 0
 
732026-06-29T19:21:14.202Zstarting task 3: "clone repository"
742026-06-29T19:21:14.208Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-29T19:21:14.208Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-29T19:21:14.237ZCloning into '/work/oxidecomputer/omicron'...
772026-06-29T19:21:25.503Z+ cd /work/oxidecomputer/omicron
782026-06-29T19:21:25.503Z+ git fetch origin a19e40f76561cacfaeced19610030fca654e2605
792026-06-29T19:21:25.810ZFrom https://github.com/oxidecomputer/omicron
802026-06-29T19:21:25.810Z * branch a19e40f76561cacfaeced19610030fca654e2605 -> FETCH_HEAD
812026-06-29T19:21:25.820Z+ [[ -n john/scrimlet-reconcilers-mgd-bgp ]]
822026-06-29T19:21:25.823Z++ git branch --show-current
832026-06-29T19:21:25.823Z+ current=main
842026-06-29T19:21:25.823Z+ [[ main != john/scrimlet-reconcilers-mgd-bgp ]]
852026-06-29T19:21:25.823Z+ git branch -f john/scrimlet-reconcilers-mgd-bgp a19e40f76561cacfaeced19610030fca654e2605
862026-06-29T19:21:25.826Z+ git checkout -f john/scrimlet-reconcilers-mgd-bgp
872026-06-29T19:21:26.069ZSwitched to branch 'john/scrimlet-reconcilers-mgd-bgp'
882026-06-29T19:21:26.072Z+ git reset --hard a19e40f76561cacfaeced19610030fca654e2605
892026-06-29T19:21:26.086ZHEAD is now at a19e40f76 also skip unnumbered peers if parent router failed to create
902026-06-29T19:21:26.089Zprocess exited: duration 11888 ms, exit code 0
 
912026-06-29T19:21:26.097Zstarting task 4: "build"
922026-06-29T19:21:26.101Z+ source .github/buildomat/ci-env.sh
932026-06-29T19:21:26.101Z++ export CARGO_TERM_COLOR=always
942026-06-29T19:21:26.101Z++ CARGO_TERM_COLOR=always
952026-06-29T19:21:26.101Z+ cargo --version
962026-06-29T19:21:26.111Zcargo 1.96.0 (30a34c682 2026-05-25)
972026-06-29T19:21:26.115Z+ rustc --version
982026-06-29T19:21:26.134Zrustc 1.96.0 (ac68faa20 2026-05-25)
992026-06-29T19:21:26.137Z+ source ./env.sh
1002026-06-29T19:21:26.137Z++ OLD_SHELL_OPTS=ehxB
1012026-06-29T19:21:26.137Z++ set -o xtrace
1022026-06-29T19:21:26.140Z++++ dirname ./env.sh
1032026-06-29T19:21:26.153Z+++ readlink -f .
1042026-06-29T19:21:26.156Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-29T19:21:26.159Z++ 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-06-29T19:21:26.159Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-29T19:21:26.159Z++ 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-06-29T19:21:26.159Z++ 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-06-29T19:21:26.159Z++ 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-06-29T19:21:26.159Z++ 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-06-29T19:21:26.160Z++ 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-06-29T19:21:26.160Z++ 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-06-29T19:21:26.160Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-06-29T19:21:26.160Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-06-29T19:21:26.160Z++ case $OLD_SHELL_OPTS in
1162026-06-29T19:21:26.160Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-06-29T19:21:26.160Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1182026-06-29T19:21:26.160Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1192026-06-29T19:21:26.160Z+ banner prerequisites
1202026-06-29T19:21:26.160Z
1212026-06-29T19:21:26.160Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-06-29T19:21:26.160Z # # # # # # # # # # # # # # #
1232026-06-29T19:21:26.160Z # # # # ##### # # ##### # # # # # #### #
1242026-06-29T19:21:26.160Z ##### ##### # ##### # # # # # # # # #
1252026-06-29T19:21:26.160Z # # # # # # # # # # # # # # #
1262026-06-29T19:21:26.160Z # # # ###### # # ###### ### # #### # #### #
1272026-06-29T19:21:26.160Z
1282026-06-29T19:21:26.160Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-06-29T19:21:27.579Z Startup: Refreshing catalog 'helios' ... Done
1302026-06-29T19:21:27.688Z Startup: Caching catalogs ... Done
1312026-06-29T19:21:28.185ZPlanning: Solver setup ... Done (0.452s)
1322026-06-29T19:21:28.209ZPlanning: Running solver ... Done (0.024s)
1332026-06-29T19:21:28.221ZPlanning: Finding local manifests ... Done (0.002s)
1342026-06-29T19:21:28.232ZPlanning: Fetching manifests: 0/2 0% complete
1352026-06-29T19:21:28.253ZPlanning: Fetching manifests: 2/2 100% complete
1362026-06-29T19:21:28.266ZPlanning: Package planning ... Done (0.013s)
1372026-06-29T19:21:28.271ZPlanning: Merging actions ... Done (0.001s)
1382026-06-29T19:21:28.433ZPlanning: Checking for conflicting actions ... Done (0.164s)
1392026-06-29T19:21:28.438ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-06-29T19:21:29.234ZPlanning: Evaluating mediators ... Done (0.772s)
1412026-06-29T19:21:29.249ZPlanning: Planning completed in 1.50 seconds
1422026-06-29T19:21:29.249Z Packages to install: 2
1432026-06-29T19:21:29.249Z Estimated space available: 156.09 GB
1442026-06-29T19:21:29.249ZEstimated space to be consumed: 30.96 MB
1452026-06-29T19:21:29.249Z Create boot environment: No
1462026-06-29T19:21:29.249ZCreate backup boot environment: No
1472026-06-29T19:21:29.249Z Rebuild boot archive: No
1482026-06-29T19:21:29.250Z
1492026-06-29T19:21:29.250ZChanged packages:
1502026-06-29T19:21:29.250Zhelios
1512026-06-29T19:21:29.250Z developer/build-essential
1522026-06-29T19:21:29.250Z None -> 11-3.0
1532026-06-29T19:21:29.250Z library/libxmlsec1
1542026-06-29T19:21:29.250Z None -> 1.2.35-3.0
1552026-06-29T19:21:29.255Z
1562026-06-29T19:21:29.255ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-06-29T19:21:29.947ZDownload: Completed 1.28 MB in 0.71 seconds (1.8M/s)
1582026-06-29T19:21:30.015Z Actions: 1/268 actions (Installing new actions)
1592026-06-29T19:21:30.054Z Actions: Completed 268 actions in 0.04 seconds.
1602026-06-29T19:21:30.064ZFinalize: Updating package state database ... Done (0.010s)
1612026-06-29T19:21:30.068ZFinalize: Updating package cache ... Done (0.000s)
1622026-06-29T19:21:30.093ZFinalize: Updating image state ... Done (0.029s)
1632026-06-29T19:21:32.498ZFinalize: Creating fast lookup database ... Done (2.379s)
1642026-06-29T19:21:32.568ZFinalize: Reading search index ... Done (0.013s)
1652026-06-29T19:21:32.571ZFinalize: Updating search index ... Done (0.000s)
1662026-06-29T19:21:32.704ZFinalize: Updating package cache ... Done (0.000s)
1672026-06-29T19:21:33.022ZPlanning: Evaluating mediator changes ... Done
1682026-06-29T19:21:33.125ZPlanning: Checking for conflicting actions ... Done
1692026-06-29T19:21:33.128ZPlanning: Consolidating action changes ... Done
1702026-06-29T19:21:33.281ZPlanning: Evaluating mediators ... Done
1712026-06-29T19:21:33.284ZPlanning: Planning completed in 0.26 seconds
1722026-06-29T19:21:33.305Z Mediators to change: 2
1732026-06-29T19:21:33.306Z Create boot environment: No
1742026-06-29T19:21:33.306ZCreate backup boot environment: No
1752026-06-29T19:21:33.368ZFinalize: Updating package state database ... Done
1762026-06-29T19:21:33.368ZFinalize: Updating package cache ... Done
1772026-06-29T19:21:33.384ZFinalize: Updating image state ... Done
1782026-06-29T19:21:35.310ZFinalize: Creating fast lookup database ... Done
1792026-06-29T19:21:35.373ZFinalize: Reading search index ... Done
1802026-06-29T19:21:35.376ZFinalize: Updating search index ... Done
1812026-06-29T19:21:35.445ZFinalize: Updating package cache ... Done
1822026-06-29T19:21:35.729ZPlanning: Evaluating mediator changes ... Done
1832026-06-29T19:21:35.835ZPlanning: Checking for conflicting actions ... Done
1842026-06-29T19:21:35.838ZPlanning: Consolidating action changes ... Done
1852026-06-29T19:21:35.991ZPlanning: Evaluating mediators ... Done
1862026-06-29T19:21:35.994ZPlanning: Planning completed in 0.26 seconds
1872026-06-29T19:21:36.015Z Mediators to change: 1
1882026-06-29T19:21:36.015Z Create boot environment: No
1892026-06-29T19:21:36.015ZCreate backup boot environment: No
1902026-06-29T19:21:36.076ZFinalize: Updating package state database ... Done
1912026-06-29T19:21:36.076ZFinalize: Updating package cache ... Done
1922026-06-29T19:21:36.092ZFinalize: Updating image state ... Done
1932026-06-29T19:21:38.030ZFinalize: Creating fast lookup database ... Done
1942026-06-29T19:21:38.094ZFinalize: Reading search index ... Done
1952026-06-29T19:21:38.097ZFinalize: Updating search index ... Done
1962026-06-29T19:21:38.168ZFinalize: Updating package cache ... Done
1972026-06-29T19:21:38.480ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-06-29T19:21:38.480Zapache system 2.4 system
1992026-06-29T19:21:38.480Zclang system 15 system
2002026-06-29T19:21:38.481Zcsh system system illumos
2012026-06-29T19:21:38.481Zctags system system illumos
2022026-06-29T19:21:38.481Zfile vendor vendor darwinsys
2032026-06-29T19:21:38.481Zfile system system illumos
2042026-06-29T19:21:38.481Zgcc vendor 14 vendor
2052026-06-29T19:21:38.481Zgcc system 13 system
2062026-06-29T19:21:38.481Zgcc system 10 system
2072026-06-29T19:21:38.481Zgo system 1.25 system
2082026-06-29T19:21:38.481Zllvm system 15 system
2092026-06-29T19:21:38.481Zmariadb system 11.4 system
2102026-06-29T19:21:38.481Zmta vendor vendor dma
2112026-06-29T19:21:38.481Zopenjdk system 17 system
2122026-06-29T19:21:38.481Zopenjdk system 11 system
2132026-06-29T19:21:38.481Zopenssl vendor 3 vendor
2142026-06-29T19:21:38.481Zperl system 5.40 system
2152026-06-29T19:21:38.481Zpostgresql system 18 system
2162026-06-29T19:21:38.481Zpostgresql system 17 system
2172026-06-29T19:21:38.481Zpython vendor 3 vendor
2182026-06-29T19:21:38.481Zpython system 2 system
2192026-06-29T19:21:38.481Zpython3 vendor 3.13 vendor
2202026-06-29T19:21:38.481Zruby system 3.4 system
2212026-06-29T19:21:38.481Zruby system 3.0 system
2222026-06-29T19:21:38.481Zwords vendor vendor american-english
2232026-06-29T19:21:38.481Zwords system system australian-english
2242026-06-29T19:21:38.481Zwords system system british-english
2252026-06-29T19:21:38.482Zwords system system canadian-english
2262026-06-29T19:21:38.482Zwords system system french
2272026-06-29T19:21:38.482Zwords system system italian
2282026-06-29T19:21:38.482Zwords system system ngerman
2292026-06-29T19:21:38.482Zwords system system ogerman
2302026-06-29T19:21:38.482Zwords system system spanish
2312026-06-29T19:21:38.731ZPUBLISHER TYPE STATUS P LOCATION
2322026-06-29T19:21:38.731Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-06-29T19:21:39.037ZFMRI IFO
2342026-06-29T19:21:39.037Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-06-29T19:21:39.037Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-06-29T19:21:39.037Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-06-29T19:21:39.037Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-06-29T19:21:39.037Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-06-29T19:21:39.037Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-06-29T19:21:39.037Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-06-29T19:21:39.037Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-06-29T19:21:39.037Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-06-29T19:21:39.301Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-06-29T19:21:39.601Z Updating crates.io index
2452026-06-29T19:21:39.604Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-06-29T19:21:39.866Z Updating git repository `https://github.com/oxidecomputer/lldp`
2472026-06-29T19:21:40.219Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-06-29T19:21:40.517Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-06-29T19:21:41.449Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-06-29T19:21:41.957Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-06-29T19:21:43.517Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-06-29T19:21:44.280Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-06-29T19:21:44.584Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-06-29T19:21:45.862Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-06-29T19:21:46.162Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-06-29T19:21:46.532Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-06-29T19:21:46.780Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-06-29T19:21:47.232Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-06-29T19:21:47.777Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-06-29T19:21:47.990Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-06-29T19:21:48.252Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-06-29T19:21:48.527Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-06-29T19:21:48.839Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-06-29T19:21:49.113Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-06-29T19:21:49.376Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-06-29T19:21:49.657Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-06-29T19:21:50.043Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-06-29T19:21:50.604Z Updating git repository `https://github.com/oxidecomputer/erebor`
2692026-06-29T19:21:50.894Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2702026-06-29T19:21:51.293Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2712026-06-29T19:21:51.573Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2722026-06-29T19:21:51.889Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732026-06-29T19:21:52.186Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2742026-06-29T19:21:52.476Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-06-29T19:21:52.808Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-06-29T19:21:53.207Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-06-29T19:21:53.658Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-06-29T19:21:53.979Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-06-29T19:21:54.245Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2802026-06-29T19:21:54.550Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2812026-06-29T19:21:54.859Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822026-06-29T19:21:55.114Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832026-06-29T19:21:55.393Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842026-06-29T19:21:55.651Z Updating git repository `https://github.com/illumos/smf-rs`
2852026-06-29T19:21:58.264Z Downloading crates ...
2862026-06-29T19:21:58.325Z Downloaded colorchoice v1.0.4
2872026-06-29T19:21:58.330Z Downloaded anstream v1.0.0
2882026-06-29T19:21:58.334Z Downloaded cpufeatures v0.2.17
2892026-06-29T19:21:58.337Z Downloaded clap v4.6.1
2902026-06-29T19:21:58.340Z Downloaded generic-array v0.14.7
2912026-06-29T19:21:58.343Z Downloaded fastrand v2.3.0
2922026-06-29T19:21:58.343Z Downloaded cargo-util-schemas v0.8.2
2932026-06-29T19:21:58.347Z Downloaded anstyle-query v1.1.5
2942026-06-29T19:21:58.347Z Downloaded form_urlencoded v1.2.2
2952026-06-29T19:21:58.347Z Downloaded fnv v1.0.7
2962026-06-29T19:21:58.347Z Downloaded camino v1.2.2
2972026-06-29T19:21:58.350Z Downloaded toml_datetime v0.6.11
2982026-06-29T19:21:58.350Z Downloaded textwrap v0.16.2
2992026-06-29T19:21:58.350Z Downloaded dtrace-parser v0.2.0
3002026-06-29T19:21:58.353Z Downloaded toml_write v0.1.2
3012026-06-29T19:21:58.353Z Downloaded icu_locale_core v2.1.1
3022026-06-29T19:21:58.355Z Downloaded cfg-if v1.0.4
3032026-06-29T19:21:58.358Z Downloaded dof v0.3.0
3042026-06-29T19:21:58.358Z Downloaded crypto-common v0.1.7
3052026-06-29T19:21:58.358Z Downloaded cargo-platform v0.2.0
3062026-06-29T19:21:58.362Z Downloaded utf8_iter v1.0.4
3072026-06-29T19:21:58.362Z Downloaded usdt-attr-macro v0.5.0
3082026-06-29T19:21:58.365Z Downloaded version_check v0.9.5
3092026-06-29T19:21:58.365Z Downloaded zerofrom-derive v0.1.6
3102026-06-29T19:21:58.365Z Downloaded zerofrom v0.1.6
3112026-06-29T19:21:58.368Z Downloaded unicode-xid v0.2.6
3122026-06-29T19:21:58.368Z Downloaded pretty-hex v0.4.1
3132026-06-29T19:21:58.372Z Downloaded usdt v0.5.0
3142026-06-29T19:21:58.372Z Downloaded usdt-macro v0.5.0
3152026-06-29T19:21:58.372Z Downloaded typeid v1.0.3
3162026-06-29T19:21:58.374Z Downloaded stable_deref_trait v1.2.1
3172026-06-29T19:21:58.374Z Downloaded equivalent v1.0.2
3182026-06-29T19:21:58.374Z Downloaded thread-id v4.2.2
3192026-06-29T19:21:58.374Z Downloaded displaydoc v0.2.5
3202026-06-29T19:21:58.377Z Downloaded zerocopy-derive v0.7.35
3212026-06-29T19:21:58.380Z Downloaded tinystr v0.8.2
3222026-06-29T19:21:58.380Z Downloaded thiserror v1.0.69
3232026-06-29T19:21:58.383Z Downloaded writeable v0.6.2
3242026-06-29T19:21:58.385Z Downloaded byteorder v1.5.0
3252026-06-29T19:21:58.386Z Downloaded autocfg v1.5.0
3262026-06-29T19:21:58.388Z Downloaded bytecount v0.6.9
3272026-06-29T19:21:58.388Z Downloaded anstyle-parse v1.0.0
3282026-06-29T19:21:58.391Z Downloaded yoke-derive v0.8.1
3292026-06-29T19:21:58.391Z Downloaded unicode-linebreak v0.1.5
3302026-06-29T19:21:58.391Z Downloaded cargo_toml v0.21.0
3312026-06-29T19:21:58.391Z Downloaded utf8parse v0.2.2
3322026-06-29T19:21:58.394Z Downloaded thiserror v2.0.18
3332026-06-29T19:21:58.397Z Downloaded potential_utf v0.1.4
3342026-06-29T19:21:58.397Z Downloaded idna_adapter v1.2.1
3352026-06-29T19:21:58.397Z Downloaded terminal_size v0.4.3
3362026-06-29T19:21:58.400Z Downloaded clap_lex v1.0.0
3372026-06-29T19:21:58.400Z Downloaded goblin v0.8.2
3382026-06-29T19:21:58.403Z Downloaded zerovec-derive v0.11.2
3392026-06-29T19:21:58.406Z Downloaded ucd-trie v0.1.7
3402026-06-29T19:21:58.406Z Downloaded swrite v0.1.0
3412026-06-29T19:21:58.406Z Downloaded zmij v1.0.21
3422026-06-29T19:21:58.406Z Downloaded yoke v0.8.1
3432026-06-29T19:21:58.409Z Downloaded thiserror-impl v1.0.69
3442026-06-29T19:21:58.409Z Downloaded heck v0.5.0
3452026-06-29T19:21:58.409Z Downloaded fs-err v3.3.0
3462026-06-29T19:21:58.409Z Downloaded tabled_derive v0.7.0
3472026-06-29T19:21:58.412Z Downloaded strsim v0.11.1
3482026-06-29T19:21:58.412Z Downloaded scroll_derive v0.12.1
3492026-06-29T19:21:58.412Z Downloaded is_terminal_polyfill v1.70.2
3502026-06-29T19:21:58.412Z Downloaded percent-encoding v2.3.2
3512026-06-29T19:21:58.415Z Downloaded cargo_metadata v0.21.0
3522026-06-29T19:21:58.415Z Downloaded toml v0.8.23
3532026-06-29T19:21:58.415Z Downloaded digest v0.10.7
3542026-06-29T19:21:58.418Z Downloaded camino-tempfile v1.4.1
3552026-06-29T19:21:58.418Z Downloaded getrandom v0.4.1
3562026-06-29T19:21:58.421Z Downloaded usdt-impl v0.5.0
3572026-06-29T19:21:58.421Z Downloaded itoa v1.0.17
3582026-06-29T19:21:58.421Z Downloaded thiserror-impl v2.0.18
3592026-06-29T19:21:58.424Z Downloaded macaddr v1.0.1
3602026-06-29T19:21:58.426Z Downloaded smawk v0.3.2
3612026-06-29T19:21:58.429Z Downloaded typenum v1.19.0
3622026-06-29T19:21:58.432Z Downloaded toml_edit v0.22.27
3632026-06-29T19:21:58.434Z Downloaded errno v0.3.14
3642026-06-29T19:21:58.434Z Downloaded block-buffer v0.10.4
3652026-06-29T19:21:58.434Z Downloaded zerotrie v0.2.3
3662026-06-29T19:21:58.438Z Downloaded unicode-ident v1.0.24
3672026-06-29T19:21:58.441Z Downloaded ordered-float v2.10.1
3682026-06-29T19:21:58.444Z Downloaded url v2.5.8
3692026-06-29T19:21:58.444Z Downloaded serde_spanned v0.6.9
3702026-06-29T19:21:58.447Z Downloaded heck v0.4.1
3712026-06-29T19:21:58.447Z Downloaded serde-value v0.7.0
3722026-06-29T19:21:58.447Z Downloaded memmap v0.7.0
3732026-06-29T19:21:58.449Z Downloaded proc-macro-error-attr v1.0.4
3742026-06-29T19:21:58.449Z Downloaded plain v0.2.3
3752026-06-29T19:21:58.452Z Downloaded zerovec v0.11.5
3762026-06-29T19:21:58.455Z Downloaded anstyle v1.0.14
3772026-06-29T19:21:58.458Z Downloaded synstructure v0.13.2
3782026-06-29T19:21:58.458Z Downloaded quote v1.0.45
3792026-06-29T19:21:58.482Z Downloaded zerocopy v0.7.35
3802026-06-29T19:21:58.482Z Downloaded serde-untagged v0.1.9
3812026-06-29T19:21:58.482Z Downloaded winnow v0.7.14
3822026-06-29T19:21:58.484Z Downloaded unicode-width v0.2.0
3832026-06-29T19:21:58.487Z Downloaded unicode-width v0.1.14
3842026-06-29T19:21:58.490Z Downloaded sha2 v0.10.9
3852026-06-29T19:21:58.490Z Downloaded serde_tokenstream v0.2.3
3862026-06-29T19:21:58.493Z Downloaded scroll v0.12.0
3872026-06-29T19:21:58.493Z Downloaded erased-serde v0.4.9
3882026-06-29T19:21:58.496Z Downloaded pest_derive v2.8.6
3892026-06-29T19:21:58.498Z Downloaded bitflags v2.11.0
3902026-06-29T19:21:58.501Z Downloaded once_cell v1.21.3
3912026-06-29T19:21:58.501Z Downloaded log v0.4.29
3922026-06-29T19:21:58.504Z Downloaded litemap v0.8.1
3932026-06-29T19:21:58.506Z Downloaded clap_derive v4.6.1
3942026-06-29T19:21:58.511Z Downloaded pest_generator v2.8.6
3952026-06-29T19:21:58.514Z Downloaded tempfile v3.25.0
3962026-06-29T19:21:58.518Z Downloaded anyhow v1.0.102
3972026-06-29T19:21:58.525Z Downloaded semver v1.0.28
3982026-06-29T19:21:58.531Z Downloaded papergrid v0.11.0
3992026-06-29T19:21:58.533Z Downloaded icu_provider v2.1.1
4002026-06-29T19:21:58.536Z Downloaded serde_derive v1.0.228
4012026-06-29T19:21:58.536Z Downloaded proc-macro-error v1.0.4
4022026-06-29T19:21:58.539Z Downloaded num-traits v0.2.19
4032026-06-29T19:21:58.542Z Downloaded smallvec v1.15.1
4042026-06-29T19:21:58.547Z Downloaded serde_core v1.0.228
4052026-06-29T19:21:58.552Z Downloaded proc-macro2 v1.0.106
4062026-06-29T19:21:58.568Z Downloaded icu_properties v2.1.2
4072026-06-29T19:21:58.573Z Downloaded serde v1.0.228
4082026-06-29T19:21:58.576Z Downloaded pest_meta v2.8.6
4092026-06-29T19:21:58.579Z Downloaded memchr v2.8.0
4102026-06-29T19:21:58.582Z Downloaded icu_collections v2.1.1
4112026-06-29T19:21:58.584Z Downloaded icu_normalizer_data v2.1.1
4122026-06-29T19:21:58.587Z Downloaded icu_normalizer v2.1.1
4132026-06-29T19:21:58.596Z Downloaded indexmap v2.14.0
4142026-06-29T19:21:58.603Z Downloaded hashbrown v0.17.0
4152026-06-29T19:21:58.609Z Downloaded pest v2.8.6
4162026-06-29T19:21:58.615Z Downloaded idna v1.1.0
4172026-06-29T19:21:58.624Z Downloaded icu_properties_data v2.1.2
4182026-06-29T19:21:58.629Z Downloaded serde_json v1.0.150
4192026-06-29T19:21:58.633Z Downloaded clap_builder v4.6.0
4202026-06-29T19:21:58.653Z Downloaded syn v1.0.109
4212026-06-29T19:21:58.660Z Downloaded tabled v0.15.0
4222026-06-29T19:21:58.672Z Downloaded syn v2.0.117
4232026-06-29T19:21:58.678Z Downloaded rustix v1.1.3
4242026-06-29T19:21:58.710Z Downloaded libc v0.2.185
4252026-06-29T19:21:58.777Z Compiling proc-macro2 v1.0.106
4262026-06-29T19:21:58.777Z Compiling quote v1.0.45
4272026-06-29T19:21:58.777Z Compiling unicode-ident v1.0.24
4282026-06-29T19:21:58.777Z Compiling serde_core v1.0.228
4292026-06-29T19:21:58.778Z Compiling libc v0.2.185
4302026-06-29T19:21:58.780Z Compiling version_check v0.9.5
4312026-06-29T19:21:58.780Z Compiling memchr v2.8.0
4322026-06-29T19:21:58.780Z Compiling stable_deref_trait v1.2.1
4332026-06-29T19:21:59.074Z Compiling serde v1.0.228
4342026-06-29T19:21:59.093Z Compiling zmij v1.0.21
4352026-06-29T19:21:59.321Z Compiling itoa v1.0.17
4362026-06-29T19:21:59.338Z Compiling ucd-trie v0.1.7
4372026-06-29T19:21:59.496Z Compiling autocfg v1.5.0
4382026-06-29T19:21:59.595Z Compiling thiserror v1.0.69
4392026-06-29T19:21:59.647Z Compiling pest v2.8.6
4402026-06-29T19:21:59.698Z Compiling writeable v0.6.2
4412026-06-29T19:21:59.757Z Compiling litemap v0.8.1
4422026-06-29T19:21:59.908Z Compiling icu_properties_data v2.1.2
4432026-06-29T19:21:59.921Z Compiling byteorder v1.5.0
4442026-06-29T19:22:00.089Z Compiling rustix v1.1.3
4452026-06-29T19:22:00.158Z Compiling icu_normalizer_data v2.1.1
4462026-06-29T19:22:00.300Z Compiling syn v2.0.117
4472026-06-29T19:22:00.329Z Compiling errno v0.3.14
4482026-06-29T19:22:00.359Z Compiling serde_json v1.0.150
4492026-06-29T19:22:00.395Z Compiling bitflags v2.11.0
4502026-06-29T19:22:00.577Z Compiling num-traits v0.2.19
4512026-06-29T19:22:00.611Z Compiling typeid v1.0.3
4522026-06-29T19:22:00.690Z Compiling pest_meta v2.8.6
4532026-06-29T19:22:00.761Z Compiling equivalent v1.0.2
4542026-06-29T19:22:00.852Z Compiling hashbrown v0.17.0
4552026-06-29T19:22:00.919Z Compiling smallvec v1.15.1
4562026-06-29T19:22:01.140Z Compiling thread-id v4.2.2
4572026-06-29T19:22:01.221Z Compiling proc-macro-error-attr v1.0.4
4582026-06-29T19:22:01.239Z Compiling usdt-impl v0.5.0
4592026-06-29T19:22:01.272Z Compiling winnow v0.7.14
4602026-06-29T19:22:01.396Z Compiling indexmap v2.14.0
4612026-06-29T19:22:01.413Z Compiling erased-serde v0.4.9
4622026-06-29T19:22:01.446Z Compiling syn v1.0.109
4632026-06-29T19:22:01.680Z Compiling toml_write v0.1.2
4642026-06-29T19:22:01.991Z Compiling proc-macro-error v1.0.4
4652026-06-29T19:22:02.018Z Compiling getrandom v0.4.1
4662026-06-29T19:22:02.181Z Compiling thiserror v2.0.18
4672026-06-29T19:22:02.305Z Compiling plain v0.2.3
4682026-06-29T19:22:02.382Z Compiling log v0.4.29
4692026-06-29T19:22:02.468Z Compiling utf8parse v0.2.2
4702026-06-29T19:22:02.598Z Compiling percent-encoding v2.3.2
4712026-06-29T19:22:02.696Z Compiling utf8_iter v1.0.4
4722026-06-29T19:22:02.696Z Compiling camino v1.2.2
4732026-06-29T19:22:02.696Z Compiling anstyle-parse v1.0.0
4742026-06-29T19:22:03.166Z Compiling form_urlencoded v1.2.2
4752026-06-29T19:22:03.166Z Compiling ordered-float v2.10.1
4762026-06-29T19:22:03.170Z Compiling synstructure v0.13.2
4772026-06-29T19:22:03.170Z Compiling pest_generator v2.8.6
4782026-06-29T19:22:03.171Z Compiling terminal_size v0.4.3
4792026-06-29T19:22:03.171Z Compiling colorchoice v1.0.4
4802026-06-29T19:22:03.191Z Compiling anstyle-query v1.1.5
4812026-06-29T19:22:03.257Z Compiling cfg-if v1.0.4
4822026-06-29T19:22:03.275Z Compiling is_terminal_polyfill v1.70.2
4832026-06-29T19:22:03.306Z Compiling pretty-hex v0.4.1
4842026-06-29T19:22:03.333Z Compiling anstyle v1.0.14
4852026-06-29T19:22:03.379Z Compiling serde-untagged v0.1.9
4862026-06-29T19:22:03.515Z Compiling anstream v1.0.0
4872026-06-29T19:22:03.547Z Compiling semver v1.0.28
4882026-06-29T19:22:03.638Z Compiling fs-err v3.3.0
4892026-06-29T19:22:03.654Z Compiling anyhow v1.0.102
4902026-06-29T19:22:03.848Z Compiling bytecount v0.6.9
4912026-06-29T19:22:03.860Z Compiling unicode-width v0.1.14
4922026-06-29T19:22:03.881Z Compiling clap_lex v1.0.0
4932026-06-29T19:22:03.939Z Compiling heck v0.4.1
4942026-06-29T19:22:03.969Z Compiling strsim v0.11.1
4952026-06-29T19:22:04.004Z Compiling unicode-xid v0.2.6
4962026-06-29T19:22:04.117Z Compiling heck v0.5.0
4972026-06-29T19:22:04.120Z Compiling once_cell v1.21.3
4982026-06-29T19:22:04.149Z Compiling fastrand v2.3.0
4992026-06-29T19:22:04.314Z Compiling fnv v1.0.7
5002026-06-29T19:22:04.346Z Compiling tempfile v3.25.0
5012026-06-29T19:22:04.376Z Compiling clap_builder v4.6.0
5022026-06-29T19:22:04.410Z Compiling papergrid v0.11.0
5032026-06-29T19:22:04.542Z Compiling memmap v0.7.0
5042026-06-29T19:22:04.561Z Compiling serde_derive v1.0.228
5052026-06-29T19:22:04.637Z Compiling zerofrom-derive v0.1.6
5062026-06-29T19:22:04.723Z Compiling yoke-derive v0.8.1
5072026-06-29T19:22:04.743Z Compiling zerovec-derive v0.11.2
5082026-06-29T19:22:04.997Z Compiling displaydoc v0.2.5
5092026-06-29T19:22:05.749Z Compiling thiserror-impl v1.0.69
5102026-06-29T19:22:05.834Z Compiling zerocopy-derive v0.7.35
5112026-06-29T19:22:05.852Z Compiling pest_derive v2.8.6
5122026-06-29T19:22:05.876Z Compiling scroll_derive v0.12.1
5132026-06-29T19:22:06.004Z Compiling zerofrom v0.1.6
5142026-06-29T19:22:06.139Z Compiling yoke v0.8.1
5152026-06-29T19:22:06.291Z Compiling thiserror-impl v2.0.18
5162026-06-29T19:22:06.357Z Compiling zerovec v0.11.5
5172026-06-29T19:22:06.538Z Compiling zerotrie v0.2.3
5182026-06-29T19:22:06.717Z Compiling zerocopy v0.7.35
5192026-06-29T19:22:06.841Z Compiling tinystr v0.8.2
5202026-06-29T19:22:06.860Z Compiling potential_utf v0.1.4
5212026-06-29T19:22:07.029Z Compiling icu_locale_core v2.1.1
5222026-06-29T19:22:07.050Z Compiling icu_collections v2.1.1
5232026-06-29T19:22:07.106Z Compiling dtrace-parser v0.2.0
5242026-06-29T19:22:07.272Z Compiling scroll v0.12.0
5252026-06-29T19:22:07.369Z Compiling tabled_derive v0.7.0
5262026-06-29T19:22:07.432Z Compiling clap_derive v4.6.1
5272026-06-29T19:22:07.551Z Compiling goblin v0.8.2
5282026-06-29T19:22:07.718Z Compiling icu_provider v2.1.1
5292026-06-29T19:22:07.841Z Compiling unicode-linebreak v0.1.5
5302026-06-29T19:22:07.913Z Compiling unicode-width v0.2.0
5312026-06-29T19:22:07.986Z Compiling icu_normalizer v2.1.1
5322026-06-29T19:22:08.016Z Compiling icu_properties v2.1.2
5332026-06-29T19:22:08.049Z Compiling serde_spanned v0.6.9
5342026-06-29T19:22:08.086Z Compiling toml_datetime v0.6.11
5352026-06-29T19:22:08.225Z Compiling dof v0.3.0
5362026-06-29T19:22:08.242Z Compiling serde_tokenstream v0.2.3
5372026-06-29T19:22:08.339Z Compiling toml_edit v0.22.27
5382026-06-29T19:22:08.410Z Compiling serde-value v0.7.0
5392026-06-29T19:22:08.579Z Compiling cargo-platform v0.2.0
5402026-06-29T19:22:08.624Z Compiling smawk v0.3.2
5412026-06-29T19:22:08.768Z Compiling textwrap v0.16.2
5422026-06-29T19:22:08.786Z Compiling tabled v0.15.0
5432026-06-29T19:22:08.855Z Compiling macaddr v1.0.1
5442026-06-29T19:22:09.090Z Compiling idna_adapter v1.2.1
5452026-06-29T19:22:09.173Z Compiling usdt-macro v0.5.0
5462026-06-29T19:22:09.241Z Compiling idna v1.1.0
5472026-06-29T19:22:09.244Z Compiling usdt-attr-macro v0.5.0
5482026-06-29T19:22:09.273Z Compiling clap v4.6.1
5492026-06-29T19:22:09.357Z Compiling camino-tempfile v1.4.1
5502026-06-29T19:22:09.598Z Compiling url v2.5.8
5512026-06-29T19:22:09.803Z Compiling toml v0.8.23
5522026-06-29T19:22:09.808Z Compiling swrite v0.1.0
5532026-06-29T19:22:09.924Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5542026-06-29T19:22:10.175Z Compiling cargo-util-schemas v0.8.2
5552026-06-29T19:22:10.217Z Compiling cargo_toml v0.21.0
5562026-06-29T19:22:10.707Z Compiling usdt v0.5.0
5572026-06-29T19:22:11.087Z Compiling cargo_metadata v0.21.0
5582026-06-29T19:22:12.006Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5592026-06-29T19:22:14.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.95s
5602026-06-29T19:22:14.299Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5612026-06-29T19:22:14.801Z Downloading crates ...
5622026-06-29T19:22:14.932Z Downloaded critical-section v1.2.0
5632026-06-29T19:22:14.935Z Downloaded ascii-canvas v3.0.0
5642026-06-29T19:22:14.938Z Downloaded atomic-waker v1.1.2
5652026-06-29T19:22:14.938Z Downloaded adler2 v2.0.1
5662026-06-29T19:22:14.940Z Downloaded atty v0.2.14
5672026-06-29T19:22:14.940Z Downloaded async-stream-impl v0.3.6
5682026-06-29T19:22:14.940Z Downloaded defmt v1.0.1
5692026-06-29T19:22:14.943Z Downloaded dirs-next v2.0.0
5702026-06-29T19:22:14.943Z Downloaded cpufeatures v0.3.0
5712026-06-29T19:22:14.946Z Downloaded async-recursion v1.1.1
5722026-06-29T19:22:14.949Z Downloaded atomicwrites v0.4.4
5732026-06-29T19:22:14.949Z Downloaded array-init v0.0.4
5742026-06-29T19:22:14.949Z Downloaded downcast-rs v2.0.2
5752026-06-29T19:22:14.958Z Downloaded async-stream v0.3.6
5762026-06-29T19:22:14.960Z Downloaded darling_macro v0.13.4
5772026-06-29T19:22:14.960Z Downloaded crunchy v0.2.4
5782026-06-29T19:22:14.963Z Downloaded crypto-common v0.2.2
5792026-06-29T19:22:14.963Z Downloaded display-error-chain v0.2.2
5802026-06-29T19:22:14.966Z Downloaded aead v0.5.2
5812026-06-29T19:22:14.968Z Downloaded corncobs v0.1.4
5822026-06-29T19:22:14.969Z Downloaded debug-ignore v1.0.5
5832026-06-29T19:22:14.971Z Downloaded blowfish v0.9.1
5842026-06-29T19:22:14.971Z Downloaded anstyle-parse v0.2.7
5852026-06-29T19:22:14.971Z Downloaded bit-set v0.5.3
5862026-06-29T19:22:14.974Z Downloaded arrayref v0.3.9
5872026-06-29T19:22:14.975Z Downloaded bcrypt-pbkdf v0.10.0
5882026-06-29T19:22:14.977Z Downloaded ciborium-io v0.2.2
5892026-06-29T19:22:14.980Z Downloaded defmt-parser v1.0.0
5902026-06-29T19:22:14.988Z Downloaded derive_builder_macro v0.20.2
5912026-06-29T19:22:15.011Z Downloaded block-buffer v0.12.1
5922026-06-29T19:22:15.011Z Downloaded cstr-argument v0.1.2
5932026-06-29T19:22:15.011Z Downloaded bcs v0.1.6
5942026-06-29T19:22:15.011Z Downloaded async-trait v0.1.89
5952026-06-29T19:22:15.011Z Downloaded base16ct v0.2.0
5962026-06-29T19:22:15.011Z Downloaded argon2 v0.5.3
5972026-06-29T19:22:15.011Z Downloaded arrayvec v0.7.6
5982026-06-29T19:22:15.011Z Downloaded filetime v0.2.27
5992026-06-29T19:22:15.012Z Downloaded derive-ex v0.1.8
6002026-06-29T19:22:15.012Z Downloaded darling v0.13.4
6012026-06-29T19:22:15.012Z Downloaded base64ct v1.8.3
6022026-06-29T19:22:15.012Z Downloaded darling_macro v0.21.3
6032026-06-29T19:22:15.012Z Downloaded crc8 v0.1.1
6042026-06-29T19:22:15.012Z Downloaded crossbeam-epoch v0.9.18
6052026-06-29T19:22:15.012Z Downloaded embedded-io v0.4.0
6062026-06-29T19:22:15.015Z Downloaded darling v0.20.11
6072026-06-29T19:22:15.015Z Downloaded env_filter v1.0.0
6082026-06-29T19:22:15.015Z Downloaded bb8 v0.8.6
6092026-06-29T19:22:15.015Z Downloaded bit-set v0.8.0
6102026-06-29T19:22:15.018Z Downloaded crc-catalog v2.4.0
6112026-06-29T19:22:15.018Z Downloaded cargo_metadata v0.23.1
6122026-06-29T19:22:15.018Z Downloaded bit-vec v0.8.0
6132026-06-29T19:22:15.022Z Downloaded anstream v0.6.21
6142026-06-29T19:22:15.024Z Downloaded defmt v0.3.100
6152026-06-29T19:22:15.024Z Downloaded darling_macro v0.20.11
6162026-06-29T19:22:15.024Z Downloaded crucible-workspace-hack v0.1.0
6172026-06-29T19:22:15.029Z Downloaded dunce v1.0.5
6182026-06-29T19:22:15.029Z Downloaded darling_macro v0.23.0
6192026-06-29T19:22:15.029Z Downloaded backoff v0.4.0
6202026-06-29T19:22:15.032Z Downloaded curve25519-dalek-derive v0.1.1
6212026-06-29T19:22:15.037Z Downloaded dropshot-api-manager-types v0.7.2
6222026-06-29T19:22:15.038Z Downloaded convert_case v0.4.0
6232026-06-29T19:22:15.038Z Downloaded cobs v0.3.0
6242026-06-29T19:22:15.041Z Downloaded blake2 v0.10.6
6252026-06-29T19:22:15.043Z Downloaded async-bb8-diesel v0.2.1
6262026-06-29T19:22:15.044Z Downloaded ctr v0.9.2
6272026-06-29T19:22:15.046Z Downloaded derive-where v1.6.0
6282026-06-29T19:22:15.046Z Downloaded darling v0.23.0
6292026-06-29T19:22:15.049Z Downloaded darling_core v0.13.4
6302026-06-29T19:22:15.053Z Downloaded float-ord v0.3.2
6312026-06-29T19:22:15.056Z Downloaded block-padding v0.3.3
6322026-06-29T19:22:15.056Z Downloaded bitfield-macros v0.19.4
6332026-06-29T19:22:15.056Z Downloaded bitfield-struct v0.6.2
6342026-06-29T19:22:15.062Z Downloaded cargo-platform v0.3.2
6352026-06-29T19:22:15.065Z Downloaded bit-vec v0.6.3
6362026-06-29T19:22:15.065Z Downloaded difflib v0.4.0
6372026-06-29T19:22:15.065Z Downloaded float-cmp v0.10.0
6382026-06-29T19:22:15.065Z Downloaded enum-as-inner v0.6.1
6392026-06-29T19:22:15.069Z Downloaded dof v0.4.0
6402026-06-29T19:22:15.071Z Downloaded foreign-types v0.3.2
6412026-06-29T19:22:15.075Z Downloaded dtrace-parser v0.3.0
6422026-06-29T19:22:15.078Z Downloaded diesel_table_macro_syntax v0.3.0
6432026-06-29T19:22:15.078Z Downloaded fd-lock v4.0.4
6442026-06-29T19:22:15.081Z Downloaded dirs-sys-next v0.1.2
6452026-06-29T19:22:15.081Z Downloaded foreign-types-macros v0.2.3
6462026-06-29T19:22:15.083Z Downloaded compression-core v0.4.31
6472026-06-29T19:22:15.083Z Downloaded cfg_aliases v0.2.1
6482026-06-29T19:22:15.083Z Downloaded foreign-types v0.5.0
6492026-06-29T19:22:15.086Z Downloaded const_format_proc_macros v0.2.34
6502026-06-29T19:22:15.086Z Downloaded ciborium-ll v0.2.2
6512026-06-29T19:22:15.086Z Downloaded embedded-io v0.6.1
6522026-06-29T19:22:15.089Z Downloaded flagset v0.4.7
6532026-06-29T19:22:15.089Z Downloaded crossbeam-deque v0.8.6
6542026-06-29T19:22:15.092Z Downloaded cookie v0.18.1
6552026-06-29T19:22:15.092Z Downloaded colored v2.2.0
6562026-06-29T19:22:15.095Z Downloaded erased-serde v0.3.31
6572026-06-29T19:22:15.095Z Downloaded defmt-macros v1.0.1
6582026-06-29T19:22:15.098Z Downloaded assert_matches v1.5.0
6592026-06-29T19:22:15.098Z Downloaded dsl_auto_type v0.2.0
6602026-06-29T19:22:15.098Z Downloaded fixedbitset v0.4.2
6612026-06-29T19:22:15.101Z Downloaded dyn-clone v1.0.20
6622026-06-29T19:22:15.101Z Downloaded document-features v0.2.12
6632026-06-29T19:22:15.101Z Downloaded endian-type v0.1.2
6642026-06-29T19:22:15.109Z Downloaded derive_builder v0.20.2
6652026-06-29T19:22:15.112Z Downloaded foreign-types-shared v0.1.1
6662026-06-29T19:22:15.112Z Downloaded funty v2.0.0
6672026-06-29T19:22:15.112Z Downloaded fixedbitset v0.5.7
6682026-06-29T19:22:15.114Z Downloaded ff v0.13.1
6692026-06-29T19:22:15.114Z Downloaded der_derive v0.7.3
6702026-06-29T19:22:15.117Z Downloaded crc v3.4.0
6712026-06-29T19:22:15.122Z Downloaded foreign-types-shared v0.3.1
6722026-06-29T19:22:15.122Z Downloaded daft v0.1.7
6732026-06-29T19:22:15.122Z Downloaded fxhash v0.2.1
6742026-06-29T19:22:15.122Z Downloaded futures-macro v0.3.32
6752026-06-29T19:22:15.125Z Downloaded csv-core v0.1.13
6762026-06-29T19:22:15.130Z Downloaded git-stub v1.0.0
6772026-06-29T19:22:15.135Z Downloaded hash32 v0.2.1
6782026-06-29T19:22:15.135Z Downloaded ghash v0.5.1
6792026-06-29T19:22:15.135Z Downloaded futures-io v0.3.32
6802026-06-29T19:22:15.135Z Downloaded cfg_aliases v0.1.1
6812026-06-29T19:22:15.135Z Downloaded gethostname v0.5.0
6822026-06-29T19:22:15.135Z Downloaded futures-task v0.3.32
6832026-06-29T19:22:15.138Z Downloaded derive_builder_core v0.20.2
6842026-06-29T19:22:15.142Z Downloaded ena v0.14.4
6852026-06-29T19:22:15.145Z Downloaded hash32 v0.3.1
6862026-06-29T19:22:15.145Z Downloaded base64 v0.21.7
6872026-06-29T19:22:15.145Z Downloaded fallible-iterator v0.2.0
6882026-06-29T19:22:15.148Z Downloaded env_logger v0.11.9
6892026-06-29T19:22:15.148Z Downloaded diesel-dtrace v0.5.0
6902026-06-29T19:22:15.151Z Downloaded ar_archive_writer v0.5.1
6912026-06-29T19:22:15.151Z Downloaded foldhash v0.1.5
6922026-06-29T19:22:15.154Z Downloaded find-msvc-tools v0.1.9
6932026-06-29T19:22:15.154Z Downloaded globwalk v0.9.1
6942026-06-29T19:22:15.154Z Downloaded castaway v0.2.4
6952026-06-29T19:22:15.157Z Downloaded camino-tempfile-ext v0.3.3
6962026-06-29T19:22:15.157Z Downloaded ahash v0.8.12
6972026-06-29T19:22:15.160Z Downloaded ecdsa v0.16.9
6982026-06-29T19:22:15.160Z Downloaded bitflags v1.3.2
6992026-06-29T19:22:15.163Z Downloaded compression-codecs v0.4.37
7002026-06-29T19:22:15.163Z Downloaded futures-sink v0.3.32
7012026-06-29T19:22:15.166Z Downloaded des v0.8.1
7022026-06-29T19:22:15.166Z Downloaded hex-literal v0.4.1
7032026-06-29T19:22:15.166Z Downloaded hex v0.4.3
7042026-06-29T19:22:15.170Z Downloaded hostname v0.4.2
7052026-06-29T19:22:15.170Z Downloaded data-encoding v2.10.0
7062026-06-29T19:22:15.172Z Downloaded daft-derive v0.1.7
7072026-06-29T19:22:15.175Z Downloaded futures-core v0.3.32
7082026-06-29T19:22:15.175Z Downloaded bitfield v0.19.4
7092026-06-29T19:22:15.175Z Downloaded home v0.5.12
7102026-06-29T19:22:15.175Z Downloaded either v1.15.0
7112026-06-29T19:22:15.179Z Downloaded cbc v0.1.2
7122026-06-29T19:22:15.182Z Downloaded http-range v0.1.5
7132026-06-29T19:22:15.182Z Downloaded convert_case v0.10.0
7142026-06-29T19:22:15.182Z Downloaded http-body v1.0.1
7152026-06-29T19:22:15.188Z Downloaded hubpack_derive v0.1.1
7162026-06-29T19:22:15.193Z Downloaded constant_time_eq v0.4.2
7172026-06-29T19:22:15.193Z Downloaded cipher v0.4.4
7182026-06-29T19:22:15.195Z Downloaded cancel-safe-futures v0.1.5
7192026-06-29T19:22:15.195Z Downloaded bzip2 v0.4.4
7202026-06-29T19:22:15.195Z Downloaded byte-wrapper v0.1.0
7212026-06-29T19:22:15.199Z Downloaded fs-err v2.11.0
7222026-06-29T19:22:15.199Z Downloaded cmake v0.1.57
7232026-06-29T19:22:15.199Z Downloaded crc32fast v1.5.0
7242026-06-29T19:22:15.202Z Downloaded dropshot_endpoint v0.17.1
7252026-06-29T19:22:15.202Z Downloaded cexpr v0.6.0
7262026-06-29T19:22:15.205Z Downloaded cassowary v0.3.0
7272026-06-29T19:22:15.211Z Downloaded hubpack v0.1.2
7282026-06-29T19:22:15.211Z Downloaded ident_case v1.0.1
7292026-06-29T19:22:15.211Z Downloaded futures-executor v0.3.32
7302026-06-29T19:22:15.213Z Downloaded bzip2 v0.6.1
7312026-06-29T19:22:15.214Z Downloaded illumos-nvpair v0.3.0
7322026-06-29T19:22:15.214Z Downloaded fs_extra v1.3.0
7332026-06-29T19:22:15.214Z Downloaded headers-core v0.3.0
7342026-06-29T19:22:15.216Z Downloaded indoc v1.0.9
7352026-06-29T19:22:15.216Z Downloaded illumos-nvpair-sys v0.2.0
7362026-06-29T19:22:15.219Z Downloaded inout v0.1.4
7372026-06-29T19:22:15.219Z Downloaded buf-list v1.1.2
7382026-06-29T19:22:15.222Z Downloaded is-terminal v0.4.17
7392026-06-29T19:22:15.222Z Downloaded foldhash v0.2.0
7402026-06-29T19:22:15.225Z Downloaded chacha20 v0.9.1
7412026-06-29T19:22:15.225Z Downloaded indent_write v2.2.0
7422026-06-29T19:22:15.225Z Downloaded crossbeam-utils v0.8.21
7432026-06-29T19:22:15.228Z Downloaded ed25519 v2.2.3
7442026-06-29T19:22:15.230Z Downloaded digest v0.11.3
7452026-06-29T19:22:15.230Z Downloaded internet-checksum v0.2.1
7462026-06-29T19:22:15.230Z Downloaded deranged v0.5.8
7472026-06-29T19:22:15.233Z Downloaded instability v0.3.11
7482026-06-29T19:22:15.233Z Downloaded group v0.13.0
7492026-06-29T19:22:15.236Z Downloaded globset v0.4.18
7502026-06-29T19:22:15.236Z Downloaded colored v3.1.1
7512026-06-29T19:22:15.239Z Downloaded glob v0.3.3
7522026-06-29T19:22:15.239Z Downloaded const-oid v0.9.6
7532026-06-29T19:22:15.241Z Downloaded ciborium v0.2.2
7542026-06-29T19:22:15.244Z Downloaded hostname v0.3.1
7552026-06-29T19:22:15.247Z Downloaded chacha20 v0.10.0
7562026-06-29T19:22:15.250Z Downloaded is_ci v1.2.0
7572026-06-29T19:22:15.253Z Downloaded clang-sys v1.8.1
7582026-06-29T19:22:15.256Z Downloaded fatfs v0.3.6
7592026-06-29T19:22:15.256Z Downloaded compact_str v0.8.1
7602026-06-29T19:22:15.258Z Downloaded darling v0.21.3
7612026-06-29T19:22:15.261Z Downloaded console v0.16.2
7622026-06-29T19:22:15.264Z Downloaded console v0.15.11
7632026-06-29T19:22:15.264Z Downloaded libscf-sys v1.2.0
7642026-06-29T19:22:15.267Z Downloaded keccak v0.1.6
7652026-06-29T19:22:15.267Z Downloaded lalrpop-util v0.19.12
7662026-06-29T19:22:15.267Z Downloaded lazy_static v1.5.0
7672026-06-29T19:22:15.271Z Downloaded kstat-rs v0.2.4
7682026-06-29T19:22:15.274Z Downloaded humantime v2.3.0
7692026-06-29T19:22:15.277Z Downloaded futures-channel v0.3.32
7702026-06-29T19:22:15.277Z Downloaded highway v1.3.0
7712026-06-29T19:22:15.279Z Downloaded git-stub-vcs v0.1.0
7722026-06-29T19:22:15.283Z Downloaded match_cfg v0.1.0
7732026-06-29T19:22:15.283Z Downloaded httpdate v1.0.3
7742026-06-29T19:22:15.287Z Downloaded maplit v1.0.2
7752026-06-29T19:22:15.287Z Downloaded lzss v0.8.2
7762026-06-29T19:22:15.287Z Downloaded md-5 v0.10.6
7772026-06-29T19:22:15.290Z Downloaded maybe-uninit v2.0.0
7782026-06-29T19:22:15.295Z Downloaded lru-cache v0.1.2
7792026-06-29T19:22:15.298Z Downloaded md5 v0.7.0
7802026-06-29T19:22:15.298Z Downloaded backon v1.6.0
7812026-06-29T19:22:15.298Z Downloaded lru-slab v0.1.2
7822026-06-29T19:22:15.298Z Downloaded lru v0.12.5
7832026-06-29T19:22:15.301Z Downloaded http-body-util v0.1.3
7842026-06-29T19:22:15.301Z Downloaded instant v0.1.13
7852026-06-29T19:22:15.301Z Downloaded half v1.8.3
7862026-06-29T19:22:15.305Z Downloaded ingot v0.1.1
7872026-06-29T19:22:15.305Z Downloaded mime v0.3.17
7882026-06-29T19:22:15.308Z Downloaded indoc v2.0.7
7892026-06-29T19:22:15.308Z Downloaded getrandom v0.2.17
7902026-06-29T19:22:15.308Z Downloaded hyper-tls v0.6.0
7912026-06-29T19:22:15.311Z Downloaded impl-trait-for-tuples v0.2.3
7922026-06-29T19:22:15.311Z Downloaded crc-any v2.5.0
7932026-06-29T19:22:15.314Z Downloaded memoffset v0.9.1
7942026-06-29T19:22:15.314Z Downloaded managed v0.8.0
7952026-06-29T19:22:15.314Z Downloaded ipnet v2.11.0
7962026-06-29T19:22:15.318Z Downloaded darling_core v0.20.11
7972026-06-29T19:22:15.321Z Downloaded crossbeam-channel v0.5.15
7982026-06-29T19:22:15.321Z Downloaded drift v0.2.0
7992026-06-29T19:22:15.326Z Downloaded newtype_derive v0.1.6
8002026-06-29T19:22:15.329Z Downloaded hyper-staticfile v0.10.1
8012026-06-29T19:22:15.329Z Downloaded nibble_vec v0.1.0
8022026-06-29T19:22:15.332Z Downloaded newtype-uuid-macros v0.1.0
8032026-06-29T19:22:15.332Z Downloaded diff v0.1.13
8042026-06-29T19:22:15.335Z Downloaded nodrop v0.1.14
8052026-06-29T19:22:15.335Z Downloaded ipnetwork v0.21.1
8062026-06-29T19:22:15.335Z Downloaded ingot-types v0.1.2
8072026-06-29T19:22:15.338Z Downloaded multimap v0.10.1
8082026-06-29T19:22:15.338Z Downloaded newline-converter v0.3.0
8092026-06-29T19:22:15.338Z Downloaded new_debug_unreachable v1.0.6
8102026-06-29T19:22:15.342Z Downloaded nonempty v0.12.0
8112026-06-29T19:22:15.342Z Downloaded elliptic-curve v0.13.8
8122026-06-29T19:22:15.347Z Downloaded derive_more v0.99.20
8132026-06-29T19:22:15.350Z Downloaded futures v0.3.32
8142026-06-29T19:22:15.350Z Downloaded linked-hash-map v0.5.6
8152026-06-29T19:22:15.353Z Downloaded num v0.4.3
8162026-06-29T19:22:15.353Z Downloaded jobserver v0.1.34
8172026-06-29T19:22:15.356Z Downloaded num_threads v0.1.7
8182026-06-29T19:22:15.356Z Downloaded cookie_store v0.22.1
8192026-06-29T19:22:15.359Z Downloaded der v0.7.10
8202026-06-29T19:22:15.363Z Downloaded hmac v0.12.1
8212026-06-29T19:22:15.363Z Downloaded base64 v0.22.1
8222026-06-29T19:22:15.366Z Downloaded libsw v3.5.0
8232026-06-29T19:22:15.379Z Downloaded oso-derive v0.27.3
8242026-06-29T19:22:15.381Z Downloaded openssl-probe v0.2.1
8252026-06-29T19:22:15.382Z Downloaded openssl-probe v0.1.6
8262026-06-29T19:22:15.382Z Downloaded iana-time-zone v0.1.65
8272026-06-29T19:22:15.385Z Downloaded olpc-cjson v0.1.4
8282026-06-29T19:22:15.385Z Downloaded openssl-macros v0.1.1
8292026-06-29T19:22:15.385Z Downloaded half v2.7.1
8302026-06-29T19:22:15.388Z Downloaded crypto-bigint v0.5.5
8312026-06-29T19:22:15.391Z Downloaded multer v3.1.0
8322026-06-29T19:22:15.391Z Downloaded mime_guess v2.0.5
8332026-06-29T19:22:15.394Z Downloaded opaque-debug v0.3.1
8342026-06-29T19:22:15.394Z Downloaded num_enum_derive v0.5.11
8352026-06-29T19:22:15.394Z Downloaded lock_api v0.4.14
8362026-06-29T19:22:15.397Z Downloaded linear-map v1.2.0
8372026-06-29T19:22:15.397Z Downloaded libsw-core v0.3.2
8382026-06-29T19:22:15.397Z Downloaded libloading v0.8.9
8392026-06-29T19:22:15.400Z Downloaded packed_struct_codegen v0.10.1
8402026-06-29T19:22:15.400Z Downloaded arc-swap v1.8.2
8412026-06-29T19:22:15.403Z Downloaded libefi-sys v0.1.0
8422026-06-29T19:22:15.403Z Downloaded hyper-rustls v0.27.7
8432026-06-29T19:22:15.406Z Downloaded num-iter v0.1.45
8442026-06-29T19:22:15.406Z Downloaded num-derive v0.4.2
8452026-06-29T19:22:15.412Z Downloaded newtype-uuid v1.3.2
8462026-06-29T19:22:15.412Z Downloaded num-conv v0.2.0
8472026-06-29T19:22:15.412Z Downloaded native-tls v0.2.18
8482026-06-29T19:22:15.415Z Downloaded normalize-line-endings v0.3.0
8492026-06-29T19:22:15.418Z Downloaded pbkdf2 v0.11.0
8502026-06-29T19:22:15.422Z Downloaded ingot-macros v0.1.1
8512026-06-29T19:22:15.422Z Downloaded parse-display v0.10.0
8522026-06-29T19:22:15.422Z Downloaded nanorand v0.7.0
8532026-06-29T19:22:15.425Z Downloaded darling_core v0.23.0
8542026-06-29T19:22:15.430Z Downloaded num-complex v0.4.6
8552026-06-29T19:22:15.434Z Downloaded const_format v0.2.35
8562026-06-29T19:22:15.435Z Downloaded chacha20poly1305 v0.10.1
8572026-06-29T19:22:15.435Z Downloaded nu-ansi-term v0.50.3
8582026-06-29T19:22:15.437Z Downloaded pbkdf2 v0.12.2
8592026-06-29T19:22:15.437Z Downloaded path-slash v0.1.5
8602026-06-29T19:22:15.437Z Downloaded bytes v1.11.1
8612026-06-29T19:22:15.442Z Downloaded peg-runtime v0.8.5
8622026-06-29T19:22:15.442Z Downloaded phf_shared v0.12.1
8632026-06-29T19:22:15.445Z Downloaded phf_shared v0.11.3
8642026-06-29T19:22:15.445Z Downloaded phf_shared v0.13.1
8652026-06-29T19:22:15.445Z Downloaded num_enum v0.7.6
8662026-06-29T19:22:15.448Z Downloaded hybrid-array v0.4.10
8672026-06-29T19:22:15.451Z Downloaded httparse v1.10.1
8682026-06-29T19:22:15.451Z Downloaded getrandom v0.3.4
8692026-06-29T19:22:15.455Z Downloaded num_enum_derive v0.7.6
8702026-06-29T19:22:15.455Z Downloaded darling_core v0.21.3
8712026-06-29T19:22:15.459Z Downloaded flate2 v1.1.9
8722026-06-29T19:22:15.462Z Downloaded bumpalo v3.20.2
8732026-06-29T19:22:15.466Z Downloaded num-integer v0.1.46
8742026-06-29T19:22:15.466Z Downloaded num_enum v0.5.11
8752026-06-29T19:22:15.471Z Downloaded precomputed-hash v0.1.1
8762026-06-29T19:22:15.471Z Downloaded powerfmt v0.2.0
8772026-06-29T19:22:15.471Z Downloaded indexmap v1.9.3
8782026-06-29T19:22:15.475Z Downloaded flume v0.11.1
8792026-06-29T19:22:15.476Z Downloaded oxide-tokio-rt v0.1.4
8802026-06-29T19:22:15.480Z Downloaded owo-colors v4.3.0
8812026-06-29T19:22:15.480Z Downloaded num-rational v0.4.2
8822026-06-29T19:22:15.480Z Downloaded ignore v0.4.25
8832026-06-29T19:22:15.485Z Downloaded const-oid v0.10.2
8842026-06-29T19:22:15.485Z Downloaded proc-macro-error-attr2 v2.0.0
8852026-06-29T19:22:15.488Z Downloaded oxnet v0.1.6
8862026-06-29T19:22:15.488Z Downloaded allocator-api2 v0.2.21
8872026-06-29T19:22:15.488Z Downloaded parking_lot_core v0.8.6
8882026-06-29T19:22:15.491Z Downloaded proc-macro-crate v1.3.1
8892026-06-29T19:22:15.494Z Downloaded predicates-core v1.0.10
8902026-06-29T19:22:15.494Z Downloaded heapless v0.8.0
8912026-06-29T19:22:15.499Z Downloaded headers v0.4.1
8922026-06-29T19:22:15.503Z Downloaded parse-size v1.1.0
8932026-06-29T19:22:15.508Z Downloaded parse-display-derive v0.10.0
8942026-06-29T19:22:15.508Z Downloaded psl-types v2.0.11
8952026-06-29T19:22:15.512Z Downloaded ed25519-dalek v2.2.0
8962026-06-29T19:22:15.515Z Downloaded heapless v0.7.17
8972026-06-29T19:22:15.515Z Downloaded paste v1.0.15
8982026-06-29T19:22:15.519Z Downloaded peg v0.8.5
8992026-06-29T19:22:15.522Z Downloaded password-hash v0.4.2
9002026-06-29T19:22:15.522Z Downloaded libbz2-rs-sys v0.2.2
9012026-06-29T19:22:15.529Z Downloaded predicates-tree v1.0.13
9022026-06-29T19:22:15.530Z Downloaded quick-error v1.2.3
9032026-06-29T19:22:15.530Z Downloaded password-hash v0.5.0
9042026-06-29T19:22:15.533Z Downloaded progenitor-macro v0.14.0
9052026-06-29T19:22:15.533Z Downloaded progenitor-macro v0.13.0
9062026-06-29T19:22:15.533Z Downloaded radium v0.7.0
9072026-06-29T19:22:15.537Z Downloaded rand_chacha v0.3.1
9082026-06-29T19:22:15.539Z Downloaded pin-project-internal v1.1.11
9092026-06-29T19:22:15.542Z Downloaded memmap2 v0.9.10
9102026-06-29T19:22:15.546Z Downloaded pem-rfc7468 v0.7.0
9112026-06-29T19:22:15.546Z Downloaded pem v3.0.6
9122026-06-29T19:22:15.548Z Downloaded rand_xorshift v0.4.0
9132026-06-29T19:22:15.549Z Downloaded pin-project-lite v0.2.17
9142026-06-29T19:22:15.551Z Downloaded pkg-config v0.3.32
9152026-06-29T19:22:15.551Z Downloaded phf v0.12.1
9162026-06-29T19:22:15.555Z Downloaded phf v0.13.1
9172026-06-29T19:22:15.558Z Downloaded cc v1.2.56
9182026-06-29T19:22:15.560Z Downloaded litrs v1.0.0
9192026-06-29T19:22:15.563Z Downloaded proc-macro-crate v3.4.0
9202026-06-29T19:22:15.563Z Downloaded progenitor-client v0.13.0
9212026-06-29T19:22:15.567Z Downloaded progenitor v0.13.0
9222026-06-29T19:22:15.567Z Downloaded ppv-lite86 v0.2.21
9232026-06-29T19:22:15.567Z Downloaded recursive v0.1.1
9242026-06-29T19:22:15.571Z Downloaded pkcs8 v0.10.2
9252026-06-29T19:22:15.571Z Downloaded ref-cast v1.0.25
9262026-06-29T19:22:15.571Z Downloaded ref-cast-impl v1.0.25
9272026-06-29T19:22:15.576Z Downloaded parking_lot v0.12.5
9282026-06-29T19:22:15.576Z Downloaded recursive-proc-macro-impl v0.1.1
9292026-06-29T19:22:15.581Z Downloaded indicatif v0.18.4
9302026-06-29T19:22:15.581Z Downloaded progenitor v0.14.0
9312026-06-29T19:22:15.585Z Downloaded predicates v3.1.4
9322026-06-29T19:22:15.592Z Downloaded packed_struct v0.10.1
9332026-06-29T19:22:15.592Z Downloaded parking_lot v0.11.2
9342026-06-29T19:22:15.592Z Downloaded poly1305 v0.8.0
9352026-06-29T19:22:15.595Z Downloaded rtoolbox v0.0.3
9362026-06-29T19:22:15.595Z Downloaded rfc6979 v0.4.0
9372026-06-29T19:22:15.598Z Downloaded rustc_version v0.4.1
9382026-06-29T19:22:15.599Z Downloaded russh-cryptovec v0.7.3
9392026-06-29T19:22:15.599Z Downloaded rustc-hash v2.1.1
9402026-06-29T19:22:15.612Z Downloaded parking_lot_core v0.9.12
9412026-06-29T19:22:15.617Z Downloaded derive_more-impl v2.1.1
9422026-06-29T19:22:15.617Z Downloaded peg-macros v0.8.5
9432026-06-29T19:22:15.621Z Downloaded psm v0.1.30
9442026-06-29T19:22:15.625Z Downloaded proc-macro-error2 v2.0.1
9452026-06-29T19:22:15.625Z Downloaded r2d2 v0.8.10
9462026-06-29T19:22:15.625Z Downloaded rustc_version v0.1.7
9472026-06-29T19:22:15.625Z Downloaded rand_core v0.6.4
9482026-06-29T19:22:15.628Z Downloaded progenitor-extras v0.2.0
9492026-06-29T19:22:15.628Z Downloaded progenitor-client v0.14.0
9502026-06-29T19:22:15.628Z Downloaded primeorder v0.13.6
9512026-06-29T19:22:15.631Z Downloaded pkcs5 v0.7.1
9522026-06-29T19:22:15.634Z Downloaded aes-gcm v0.10.3
9532026-06-29T19:22:15.638Z Downloaded rand_core v0.9.5
9542026-06-29T19:22:15.641Z Downloaded pkcs1 v0.7.5
9552026-06-29T19:22:15.641Z Downloaded salsa20 v0.10.2
9562026-06-29T19:22:15.641Z Downloaded polyval v0.6.2
9572026-06-29T19:22:15.647Z Downloaded postcard v1.1.3
9582026-06-29T19:22:15.649Z Downloaded rand_seeder v0.4.0
9592026-06-29T19:22:15.649Z Downloaded p256 v0.13.2
9602026-06-29T19:22:15.652Z Downloaded miniz_oxide v0.8.9
9612026-06-29T19:22:15.652Z Downloaded hickory-resolver v0.25.2
9622026-06-29T19:22:15.655Z Downloaded oso v0.27.3
9632026-06-29T19:22:15.658Z Downloaded sapling-renderdag v0.1.0
9642026-06-29T19:22:15.699Z Downloaded postgres-types v0.2.12
9652026-06-29T19:22:15.699Z Downloaded postgres-protocol v0.6.10
9662026-06-29T19:22:15.699Z Downloaded scrypt v0.11.0
9672026-06-29T19:22:15.699Z Downloaded scheduled-thread-pool v0.2.7
9682026-06-29T19:22:15.699Z Downloaded async-compression v0.4.41
9692026-06-29T19:22:15.699Z Downloaded scroll_derive v0.13.1
9702026-06-29T19:22:15.699Z Downloaded semver v0.1.20
9712026-06-29T19:22:15.699Z Downloaded scopeguard v1.2.0
9722026-06-29T19:22:15.699Z Downloaded http v1.4.2
9732026-06-29T19:22:15.699Z Downloaded omicron-zone-package v0.12.3
9742026-06-29T19:22:15.699Z Downloaded papergrid v0.17.0
9752026-06-29T19:22:15.699Z Downloaded crossterm v0.29.0
9762026-06-29T19:22:15.699Z Downloaded serde-big-array v0.5.1
9772026-06-29T19:22:15.699Z Downloaded serde_spanned v1.1.1
9782026-06-29T19:22:15.699Z Downloaded seq-macro v0.3.6
9792026-06-29T19:22:15.699Z Downloaded serde_urlencoded v0.7.1
9802026-06-29T19:22:15.699Z Downloaded resolv-conf v0.7.6
9812026-06-29T19:22:15.699Z Downloaded serde_bytes v0.11.19
9822026-06-29T19:22:15.705Z Downloaded rustls-pemfile v2.2.0
9832026-06-29T19:22:15.705Z Downloaded secrecy v0.10.3
9842026-06-29T19:22:15.705Z Downloaded aes v0.8.4
9852026-06-29T19:22:15.705Z Downloaded serde_plain v1.0.2
9862026-06-29T19:22:15.705Z Downloaded serde_repr v0.1.20
9872026-06-29T19:22:15.706Z Downloaded rustls-native-certs v0.8.3
9882026-06-29T19:22:15.709Z Downloaded expectorate v1.2.0
9892026-06-29T19:22:15.712Z Downloaded derive_more v2.1.1
9902026-06-29T19:22:15.719Z Downloaded shell-words v1.1.1
9912026-06-29T19:22:15.722Z Downloaded sha1 v0.11.0
9922026-06-29T19:22:15.723Z Downloaded rand_chacha v0.9.0
9932026-06-29T19:22:15.723Z Downloaded diesel_derives v2.3.7
9942026-06-29T19:22:15.729Z Downloaded signature v2.2.0
9952026-06-29T19:22:15.733Z Downloaded signal-hook-tokio v0.3.1
9962026-06-29T19:22:15.733Z Downloaded quinn-udp v0.5.14
9972026-06-29T19:22:15.733Z Downloaded signal-hook-mio v0.2.5
9982026-06-29T19:22:15.733Z Downloaded jiff-static v0.2.21
9992026-06-29T19:22:15.736Z Downloaded rusty-fork v0.3.1
10002026-06-29T19:22:15.736Z Downloaded rand_core v0.10.0
10012026-06-29T19:22:15.744Z Downloaded same-file v1.0.6
10022026-06-29T19:22:15.748Z Downloaded sigpipe v0.1.3
10032026-06-29T19:22:15.752Z Downloaded siphasher v1.0.2
10042026-06-29T19:22:15.752Z Downloaded schemars_derive v0.8.22
10052026-06-29T19:22:15.752Z Downloaded slog-envlogger v2.2.0
10062026-06-29T19:22:15.757Z Downloaded slog-bunyan v2.5.0
10072026-06-29T19:22:15.761Z Downloaded secrecy v0.8.0
10082026-06-29T19:22:15.765Z Downloaded sec1 v0.7.3
10092026-06-29T19:22:15.765Z Downloaded progenitor-impl v0.14.0
10102026-06-29T19:22:15.769Z Downloaded scroll v0.13.0
10112026-06-29T19:22:15.769Z Downloaded hashbrown v0.13.2
10122026-06-29T19:22:15.780Z Downloaded prefix-trie v0.7.0
10132026-06-29T19:22:15.783Z Downloaded hashbrown v0.12.3
10142026-06-29T19:22:15.786Z Downloaded ssh-cipher v0.2.0
10152026-06-29T19:22:15.790Z Downloaded serde_derive_internals v0.29.1
10162026-06-29T19:22:15.793Z Downloaded serde-hex v0.1.0
10172026-06-29T19:22:15.797Z Downloaded sqlparser_derive v0.5.0
10182026-06-29T19:22:15.799Z Downloaded serde_path_to_error v0.1.20
10192026-06-29T19:22:15.805Z Downloaded hickory-resolver v0.24.4
10202026-06-29T19:22:15.809Z Downloaded rustversion v1.0.22
10212026-06-29T19:22:15.813Z Downloaded russh-keys v0.45.0
10222026-06-29T19:22:15.816Z Downloaded sha1 v0.10.6
10232026-06-29T19:22:15.818Z Downloaded shlex v1.3.0
10242026-06-29T19:22:15.819Z Downloaded hickory-server v0.25.2
10252026-06-29T19:22:15.823Z Downloaded pin-project v1.1.11
10262026-06-29T19:22:15.828Z Downloaded structmeta v0.3.0
10272026-06-29T19:22:15.831Z Downloaded strum v0.27.2
10282026-06-29T19:22:15.831Z Downloaded strsim v0.10.0
10292026-06-29T19:22:15.836Z Downloaded ssh-encoding v0.2.0
10302026-06-29T19:22:15.836Z Downloaded rustls-pki-types v1.14.0
10312026-06-29T19:22:15.840Z Downloaded simd-adler32 v0.3.8
10322026-06-29T19:22:15.840Z Downloaded openssl-sys v0.9.115
10332026-06-29T19:22:15.843Z Downloaded minimal-lexical v0.2.1
10342026-06-29T19:22:15.846Z Downloaded structmeta-derive v0.3.0
10352026-06-29T19:22:15.849Z Downloaded sync_wrapper v1.0.2
10362026-06-29T19:22:15.853Z Downloaded sync-ptr v0.1.4
10372026-06-29T19:22:15.853Z Downloaded supports-color v3.0.2
10382026-06-29T19:22:15.853Z Downloaded subtle v2.6.1
10392026-06-29T19:22:15.861Z Downloaded slog-dtrace v0.3.0
10402026-06-29T19:22:15.867Z Downloaded slab v0.4.12
10412026-06-29T19:22:15.867Z Downloaded progenitor-impl v0.13.0
10422026-06-29T19:22:15.867Z Downloaded slog-async v2.8.0
10432026-06-29T19:22:15.867Z Downloaded hyper-util v0.1.20
10442026-06-29T19:22:15.873Z Downloaded slog-scope v4.4.1
10452026-06-29T19:22:15.873Z Downloaded slog-json v2.6.1
10462026-06-29T19:22:15.873Z Downloaded tagptr v0.2.0
10472026-06-29T19:22:15.878Z Downloaded testing_table v0.3.0
10482026-06-29T19:22:15.878Z Downloaded take_mut v0.2.2
10492026-06-29T19:22:15.878Z Downloaded serde_with_macros v3.17.0
10502026-06-29T19:22:15.878Z Downloaded serde_with_macros v1.5.2
10512026-06-29T19:22:15.878Z Downloaded termtree v0.5.1
10522026-06-29T19:22:15.878Z Downloaded serde_cbor v0.11.2
10532026-06-29T19:22:15.881Z Downloaded tabwriter v1.4.1
10542026-06-29T19:22:15.881Z Downloaded slog-stdlog v4.1.1
10552026-06-29T19:22:15.881Z Downloaded thread-id v5.1.0
10562026-06-29T19:22:15.884Z Downloaded prettyplease v0.2.37
10572026-06-29T19:22:15.887Z Downloaded sqlformat v0.3.5
10582026-06-29T19:22:15.887Z Downloaded aho-corasick v1.1.4
10592026-06-29T19:22:15.890Z Downloaded spki v0.7.3
10602026-06-29T19:22:15.893Z Downloaded slog-term v2.9.2
10612026-06-29T19:22:15.896Z Downloaded snafu-derive v0.8.9
10622026-06-29T19:22:15.896Z Downloaded smallvec v0.6.14
10632026-06-29T19:22:15.896Z Downloaded thiserror-impl-no-std v2.0.2
10642026-06-29T19:22:15.900Z Downloaded pretty_assertions v1.4.1
10652026-06-29T19:22:15.905Z Downloaded crossterm v0.28.1
10662026-06-29T19:22:15.907Z Downloaded mio v1.2.0
10672026-06-29T19:22:15.911Z Downloaded time-core v0.1.8
10682026-06-29T19:22:15.914Z Downloaded dropshot-api-manager v0.7.2
10692026-06-29T19:22:15.921Z Downloaded strip-ansi-escapes v0.2.1
10702026-06-29T19:22:15.924Z Downloaded string_cache v0.8.9
10712026-06-29T19:22:15.924Z Downloaded tokio-macros v2.7.0
10722026-06-29T19:22:15.927Z Downloaded tinyvec_macros v0.1.1
10732026-06-29T19:22:15.927Z Downloaded static_assertions v1.1.0
10742026-06-29T19:22:15.930Z Downloaded stacker v0.1.23
10752026-06-29T19:22:15.930Z Downloaded stringprep v0.1.5
10762026-06-29T19:22:15.935Z Downloaded itertools v0.10.5
10772026-06-29T19:22:15.941Z Downloaded tap v1.0.1
10782026-06-29T19:22:15.952Z Downloaded signal-hook-registry v1.4.8
10792026-06-29T19:22:15.952Z Downloaded support-bundle-viewer v0.1.2
10802026-06-29T19:22:15.952Z Downloaded strum v0.26.3
10812026-06-29T19:22:15.952Z Downloaded strum_macros v0.24.3
10822026-06-29T19:22:15.952Z Downloaded strum_macros v0.26.4
10832026-06-29T19:22:15.956Z Downloaded tokio-test v0.4.5
10842026-06-29T19:22:15.956Z Downloaded nom v7.1.3
10852026-06-29T19:22:15.962Z Downloaded smf v0.2.3
10862026-06-29T19:22:15.970Z Downloaded tabled_derive v0.11.0
10872026-06-29T19:22:15.970Z Downloaded thread_local v1.1.9
10882026-06-29T19:22:15.970Z Downloaded thiserror-no-std v2.0.2
10892026-06-29T19:22:15.974Z Downloaded termios v0.3.3
10902026-06-29T19:22:15.974Z Downloaded schemars v0.8.22
10912026-06-29T19:22:15.979Z Downloaded tower-layer v0.3.3
10922026-06-29T19:22:15.984Z Downloaded rcgen v0.12.1
10932026-06-29T19:22:15.988Z Downloaded rayon-core v1.13.0
10942026-06-29T19:22:15.988Z Downloaded rand v0.8.6
10952026-06-29T19:22:15.993Z Downloaded qorb v0.4.1
10962026-06-29T19:22:15.998Z Downloaded publicsuffix v2.3.0
10972026-06-29T19:22:15.998Z Downloaded topological-sort v0.2.2
10982026-06-29T19:22:15.998Z Downloaded tiny-keccak v2.0.2
10992026-06-29T19:22:15.998Z Downloaded tower-service v0.3.3
11002026-06-29T19:22:15.998Z Downloaded ron v0.8.1
11012026-06-29T19:22:16.003Z Downloaded time-macros v0.2.27
11022026-06-29T19:22:16.003Z Downloaded rustls-platform-verifier v0.6.2
11032026-06-29T19:22:16.007Z Downloaded quinn v0.11.9
11042026-06-29T19:22:16.007Z Downloaded hashbrown v0.15.5
11052026-06-29T19:22:16.013Z Downloaded tls_codec v0.4.2
11062026-06-29T19:22:16.013Z Downloaded tokio-dtrace v0.1.1
11072026-06-29T19:22:16.020Z Downloaded trait-variant v0.1.2
11082026-06-29T19:22:16.020Z Downloaded signal-hook v0.3.18
11092026-06-29T19:22:16.020Z Downloaded unarray v0.1.4
11102026-06-29T19:22:16.020Z Downloaded try-lock v0.2.5
11112026-06-29T19:22:16.021Z Downloaded serde_yaml v0.9.34+deprecated
11122026-06-29T19:22:16.025Z Downloaded untrusted v0.9.0
11132026-06-29T19:22:16.025Z Downloaded unit-prefix v0.5.2
11142026-06-29T19:22:16.025Z Downloaded untrusted v0.7.1
11152026-06-29T19:22:16.025Z Downloaded strum_macros v0.27.2
11162026-06-29T19:22:16.025Z Downloaded similar v2.7.0
11172026-06-29T19:22:16.029Z Downloaded typify-macro v0.6.2
11182026-06-29T19:22:16.029Z Downloaded blake3 v1.8.5
11192026-06-29T19:22:16.033Z Downloaded term v0.7.0
11202026-06-29T19:22:16.038Z Downloaded spin v0.9.8
11212026-06-29T19:22:16.038Z Downloaded hashbrown v0.16.1
11222026-06-29T19:22:16.042Z Downloaded tokio-native-tls v0.3.1
11232026-06-29T19:22:16.042Z Downloaded ryu v1.0.23
11242026-06-29T19:22:16.042Z Downloaded universal-hash v0.5.1
11252026-06-29T19:22:16.042Z Downloaded unicode-truncate v1.1.0
11262026-06-29T19:22:16.053Z Downloaded utf-8 v0.7.6
11272026-06-29T19:22:16.059Z Downloaded usdt v0.6.0
11282026-06-29T19:22:16.059Z Downloaded num-bigint v0.4.6
11292026-06-29T19:22:16.059Z Downloaded libxml v0.3.3
11302026-06-29T19:22:16.059Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11312026-06-29T19:22:16.064Z Downloaded rsa v0.9.10
11322026-06-29T19:22:16.064Z Downloaded toml_writer v1.1.1+spec-1.1.0
11332026-06-29T19:22:16.064Z Downloaded usdt-macro v0.6.0
11342026-06-29T19:22:16.068Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11352026-06-29T19:22:16.068Z Downloaded tokio-tungstenite v0.23.1
11362026-06-29T19:22:16.074Z Downloaded term v1.2.1
11372026-06-29T19:22:16.084Z Downloaded socket2 v0.6.3
11382026-06-29T19:22:16.091Z Downloaded waitgroup v0.1.2
11392026-06-29T19:22:16.095Z Downloaded void v1.0.2
11402026-06-29T19:22:16.095Z Downloaded want v0.3.1
11412026-06-29T19:22:16.095Z Downloaded wait-timeout v0.2.1
11422026-06-29T19:22:16.100Z Downloaded hyper v1.10.1
11432026-06-29T19:22:16.107Z Downloaded tls_codec_derive v0.4.2
11442026-06-29T19:22:16.111Z Downloaded xattr v1.6.1
11452026-06-29T19:22:16.116Z Downloaded xshell-macros v0.2.7
11462026-06-29T19:22:16.121Z Downloaded samael v0.0.19
11472026-06-29T19:22:16.125Z Downloaded schemars v0.9.0
11482026-06-29T19:22:16.133Z Downloaded subprocess v0.2.15
11492026-06-29T19:22:16.139Z Downloaded rand v0.9.2
11502026-06-29T19:22:16.139Z Downloaded usdt-impl v0.6.0
11512026-06-29T19:22:16.139Z Downloaded usdt-attr-macro v0.6.0
11522026-06-29T19:22:16.139Z Downloaded unicase v2.9.0
11532026-06-29T19:22:16.143Z Downloaded tokio-rustls v0.26.4
11542026-06-29T19:22:16.143Z Downloaded rustls-webpki v0.103.9
11552026-06-29T19:22:16.143Z Downloaded zeroize_derive v1.4.3
11562026-06-29T19:22:16.143Z Downloaded itertools v0.13.0
11572026-06-29T19:22:16.150Z Downloaded zone_cfg_derive v0.3.1
11582026-06-29T19:22:16.150Z Downloaded tokio-stream v0.1.18
11592026-06-29T19:22:16.154Z Downloaded slog v2.8.2
11602026-06-29T19:22:16.154Z Downloaded itertools v0.12.1
11612026-06-29T19:22:16.159Z Downloaded tokio-tungstenite v0.21.0
11622026-06-29T19:22:16.159Z Downloaded snafu v0.8.9
11632026-06-29T19:22:16.163Z Downloaded uzers v0.12.2
11642026-06-29T19:22:16.163Z Downloaded toml_parser v1.1.2+spec-1.1.0
11652026-06-29T19:22:16.163Z Downloaded zone v0.3.1
11662026-06-29T19:22:16.163Z Downloaded vergen-git2 v9.1.0
11672026-06-29T19:22:16.168Z Downloaded num-bigint-dig v0.8.6
11682026-06-29T19:22:16.168Z Downloaded vergen-lib v9.1.0
11692026-06-29T19:22:16.168Z Downloaded vergen-lib v0.1.6
11702026-06-29T19:22:16.168Z Downloaded test-strategy v0.4.5
11712026-06-29T19:22:16.177Z Downloaded socket2 v0.5.10
11722026-06-29T19:22:16.177Z Downloaded futures-util v0.3.32
11732026-06-29T19:22:16.182Z Downloaded nom v8.0.0
11742026-06-29T19:22:16.186Z Downloaded vergen-gitcl v1.0.8
11752026-06-29T19:22:16.186Z Downloaded tinyvec v1.10.0
11762026-06-29T19:22:16.241Z Downloaded whoami v2.1.0
11772026-06-29T19:22:16.241Z Downloaded bindgen v0.71.1
11782026-06-29T19:22:16.245Z Downloaded tracing-attributes v0.1.31
11792026-06-29T19:22:16.246Z Downloaded russh v0.45.0
11802026-06-29T19:22:16.246Z Downloaded walkdir v2.5.0
11812026-06-29T19:22:16.246Z Downloaded iri-string v0.7.10
11822026-06-29T19:22:16.246Z Downloaded xshell v0.2.7
11832026-06-29T19:22:16.246Z Downloaded twox-hash v2.1.2
11842026-06-29T19:22:16.246Z Downloaded whoami v1.6.1
11852026-06-29T19:22:16.246Z Downloaded tui-tree-widget v0.23.1
11862026-06-29T19:22:16.246Z Downloaded wyz v0.5.1
11872026-06-29T19:22:16.246Z Downloaded itertools v0.14.0
11882026-06-29T19:22:16.246Z Downloaded unicode-properties v0.1.4
11892026-06-29T19:22:16.246Z Downloaded schemars v1.2.1
11902026-06-29T19:22:16.246Z Downloaded zeroize v1.8.2
11912026-06-29T19:22:16.246Z Downloaded rand v0.10.0
11922026-06-29T19:22:16.246Z Downloaded zstd-safe v7.2.4
11932026-06-29T19:22:16.246Z Downloaded tar v0.4.45
11942026-06-29T19:22:16.246Z Downloaded toml v0.7.8
11952026-06-29T19:22:16.246Z Downloaded hkdf v0.12.4
11962026-06-29T19:22:16.246Z Downloaded libm v0.2.16
11972026-06-29T19:22:16.246Z Downloaded vergen v9.1.0
11982026-06-29T19:22:16.246Z Downloaded zstd v0.13.3
11992026-06-29T19:22:16.256Z Downloaded p521 v0.13.3
12002026-06-29T19:22:16.261Z Downloaded toml v1.1.2+spec-1.1.0
12012026-06-29T19:22:16.261Z Downloaded vsss-rs v3.3.4
12022026-06-29T19:22:16.265Z Downloaded steno v0.4.1
12032026-06-29T19:22:16.269Z Downloaded typify v0.6.2
12042026-06-29T19:22:16.270Z Downloaded tungstenite v0.23.0
12052026-06-29T19:22:16.274Z Downloaded tracing-core v0.1.36
12062026-06-29T19:22:16.274Z Downloaded tungstenite v0.21.0
12072026-06-29T19:22:16.279Z Downloaded unicode-bidi v0.3.18
12082026-06-29T19:22:16.279Z Downloaded yasna v0.5.2
12092026-06-29T19:22:16.283Z Downloaded h2 v0.4.15
12102026-06-29T19:22:16.287Z Downloaded unsafe-libyaml v0.2.11
12112026-06-29T19:22:16.288Z Downloaded rustyline v14.0.0
12122026-06-29T19:22:16.301Z Downloaded toml_edit v0.23.10+spec-1.0.0
12132026-06-29T19:22:16.305Z Downloaded vte v0.14.1
12142026-06-29T19:22:16.315Z Downloaded rpassword v7.4.0
12152026-06-29T19:22:16.320Z Downloaded chrono v0.4.44
12162026-06-29T19:22:16.324Z Downloaded zerocopy v0.6.6
12172026-06-29T19:22:16.330Z Downloaded serde_with v1.14.0
12182026-06-29T19:22:16.335Z Downloaded uuid v1.23.4
12192026-06-29T19:22:16.339Z Downloaded iddqd v0.4.2
12202026-06-29T19:22:16.350Z Downloaded reedline v0.40.0
12212026-06-29T19:22:16.378Z Downloaded zopfli v0.8.3
12222026-06-29T19:22:16.382Z Downloaded aws-lc-rs v1.16.3
12232026-06-29T19:22:16.390Z Downloaded regex v1.12.3
12242026-06-29T19:22:16.402Z Downloaded bitvec v1.0.1
12252026-06-29T19:22:16.410Z Downloaded ssh-key v0.6.7
12262026-06-29T19:22:16.414Z Downloaded typed-path v0.9.3
12272026-06-29T19:22:16.421Z Downloaded zerocopy-derive v0.8.40
12282026-06-29T19:22:16.425Z Downloaded zip v0.6.6
12292026-06-29T19:22:16.425Z Downloaded unicode_categories v0.1.1
12302026-06-29T19:22:16.429Z Downloaded git2 v0.20.4
12312026-06-29T19:22:16.433Z Downloaded toml_edit v0.19.15
12322026-06-29T19:22:16.441Z Downloaded rayon v1.11.0
12332026-06-29T19:22:16.444Z Downloaded tokio-postgres v0.7.16
12342026-06-29T19:22:16.448Z Downloaded x509-cert v0.2.5
12352026-06-29T19:22:16.451Z Downloaded p384 v0.13.1
12362026-06-29T19:22:16.460Z Downloaded yansi v1.0.1
12372026-06-29T19:22:16.466Z Downloaded curve25519-dalek v4.1.3
12382026-06-29T19:22:16.470Z Downloaded portable-atomic v1.13.1
12392026-06-29T19:22:16.476Z Downloaded reqwest v0.13.2
12402026-06-29T19:22:16.483Z Downloaded reqwest v0.12.28
12412026-06-29T19:22:16.488Z Downloaded quick-xml v0.37.5
12422026-06-29T19:22:16.494Z Downloaded lalrpop v0.19.12
12432026-06-29T19:22:16.498Z Downloaded tower v0.5.3
12442026-06-29T19:22:16.503Z Downloaded salty v0.3.0
12452026-06-29T19:22:16.509Z Downloaded unicode-segmentation v1.12.0
12462026-06-29T19:22:16.515Z Downloaded goblin v0.10.5
12472026-06-29T19:22:16.519Z Downloaded moka v0.12.13
12482026-06-29T19:22:16.574Z Downloaded tower-http v0.6.8
12492026-06-29T19:22:16.578Z Downloaded unicode-normalization v0.1.25
12502026-06-29T19:22:16.581Z Downloaded zip v4.6.1
12512026-06-29T19:22:16.584Z Downloaded tokio-util v0.7.18
12522026-06-29T19:22:16.589Z Downloaded tough v0.22.0
12532026-06-29T19:22:16.594Z Downloaded proptest v1.11.0
12542026-06-29T19:22:16.602Z Downloaded petname v2.0.2
12552026-06-29T19:22:16.606Z Downloaded radix_trie v0.2.1
12562026-06-29T19:22:16.609Z Downloaded quinn-proto v0.11.13
12572026-06-29T19:22:16.613Z Downloaded winnow v0.5.40
12582026-06-29T19:22:16.632Z Downloaded object v0.30.4
12592026-06-29T19:22:16.636Z Downloaded serde_with v3.17.0
12602026-06-29T19:22:16.642Z Downloaded winnow v0.6.26
12612026-06-29T19:22:16.649Z Downloaded tabled v0.20.0
12622026-06-29T19:22:16.658Z Downloaded bstr v1.12.1
12632026-06-29T19:22:16.662Z Downloaded polar-core v0.27.3
12642026-06-29T19:22:16.668Z Downloaded nix v0.27.1
12652026-06-29T19:22:16.677Z Downloaded dropshot v0.17.1
12662026-06-29T19:22:16.691Z Downloaded winnow v1.0.3
12672026-06-29T19:22:16.700Z Downloaded time v0.3.47
12682026-06-29T19:22:16.707Z Downloaded nix v0.28.0
12692026-06-29T19:22:16.716Z Downloaded regex-syntax v0.6.29
12702026-06-29T19:22:16.722Z Downloaded object v0.37.3
12712026-06-29T19:22:16.729Z Downloaded hickory-proto v0.24.4
12722026-06-29T19:22:16.735Z Downloaded zlib-rs v0.6.2
12732026-06-29T19:22:16.739Z Downloaded openssl v0.10.79
12742026-06-29T19:22:16.754Z Downloaded nix v0.31.2
12752026-06-29T19:22:16.813Z Downloaded vcpkg v0.2.15
12762026-06-29T19:22:16.818Z Downloaded smoltcp v0.9.1
12772026-06-29T19:22:16.818Z Downloaded zerocopy v0.8.40
12782026-06-29T19:22:16.818Z Downloaded regress v0.10.5
12792026-06-29T19:22:16.829Z Downloaded diesel v2.3.7
12802026-06-29T19:22:16.834Z Downloaded rustls v0.23.41
12812026-06-29T19:22:16.837Z Downloaded smoltcp v0.11.0
12822026-06-29T19:22:16.843Z Downloaded hickory-proto v0.25.2
12832026-06-29T19:22:16.852Z Downloaded rustix v0.38.44
12842026-06-29T19:22:16.867Z Downloaded regex-syntax v0.8.10
12852026-06-29T19:22:16.871Z Downloaded openapiv3 v2.2.0
12862026-06-29T19:22:16.876Z Downloaded regress v0.11.1
12872026-06-29T19:22:16.903Z Downloaded sqlparser v0.61.0
12882026-06-29T19:22:16.941Z Downloaded sled v0.34.7
12892026-06-29T19:22:16.947Z Downloaded tracing v0.1.44
12902026-06-29T19:22:16.958Z Downloaded ratatui v0.29.0
12912026-06-29T19:22:16.977Z Downloaded typify-impl v0.6.2
12922026-06-29T19:22:16.982Z Downloaded bzip2-sys v0.1.13+1.0.8
12932026-06-29T19:22:16.988Z Downloaded regex-automata v0.4.14
12942026-06-29T19:22:16.996Z Downloaded zerocopy-derive v0.6.6
12952026-06-29T19:22:17.018Z Downloaded csv v1.4.0
12962026-06-29T19:22:17.028Z Downloaded chrono-tz v0.10.4
12972026-06-29T19:22:17.044Z Downloaded libz-sys v1.1.24
12982026-06-29T19:22:17.061Z Downloaded sha3 v0.10.8
12992026-06-29T19:22:17.085Z Downloaded petgraph v0.6.5
13002026-06-29T19:22:17.114Z Downloaded petgraph v0.8.3
13012026-06-29T19:22:17.125Z Downloaded jiff v0.2.21
13022026-06-29T19:22:17.174Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13032026-06-29T19:22:17.184Z Downloaded tokio v1.52.1
13042026-06-29T19:22:17.292Z Downloaded encoding_rs v0.8.35
13052026-06-29T19:22:17.317Z Downloaded ring v0.17.14
13062026-06-29T19:22:17.355Z Downloaded libgit2-sys v0.18.3+1.9.2
13072026-06-29T19:22:17.766Z Downloaded aws-lc-sys v0.40.0
13082026-06-29T19:22:18.020Z Compiling libc v0.2.185
13092026-06-29T19:22:18.020Z Compiling serde v1.0.228
13102026-06-29T19:22:18.022Z Compiling log v0.4.29
13112026-06-29T19:22:18.022Z Compiling smallvec v1.15.1
13122026-06-29T19:22:18.022Z Compiling shlex v1.3.0
13132026-06-29T19:22:18.022Z Compiling syn v2.0.117
13142026-06-29T19:22:18.022Z Compiling find-msvc-tools v0.1.9
13152026-06-29T19:22:18.022Z Compiling typenum v1.19.0
13162026-06-29T19:22:18.452Z Compiling generic-array v0.14.7
13172026-06-29T19:22:18.463Z Compiling subtle v2.6.1
13182026-06-29T19:22:18.467Z Compiling scopeguard v1.2.0
13192026-06-29T19:22:18.487Z Compiling const-oid v0.9.6
13202026-06-29T19:22:18.568Z Compiling lock_api v0.4.14
13212026-06-29T19:22:18.583Z Compiling serde_json v1.0.150
13222026-06-29T19:22:18.632Z Compiling zerocopy v0.8.40
13232026-06-29T19:22:18.691Z Compiling portable-atomic v1.13.1
13242026-06-29T19:22:18.806Z Compiling parking_lot_core v0.9.12
13252026-06-29T19:22:19.035Z Compiling jobserver v0.1.34
13262026-06-29T19:22:19.049Z Compiling getrandom v0.2.17
13272026-06-29T19:22:19.080Z Compiling errno v0.3.14
13282026-06-29T19:22:19.214Z Compiling rand_core v0.6.4
13292026-06-29T19:22:19.235Z Compiling cc v1.2.56
13302026-06-29T19:22:19.251Z Compiling pin-project-lite v0.2.17
13312026-06-29T19:22:19.336Z Compiling pkg-config v0.3.32
13322026-06-29T19:22:19.421Z Compiling signal-hook-registry v1.4.8
13332026-06-29T19:22:19.493Z Compiling bitflags v2.11.0
13342026-06-29T19:22:19.673Z Compiling futures-core v0.3.32
13352026-06-29T19:22:19.699Z Compiling critical-section v1.2.0
13362026-06-29T19:22:19.769Z Compiling libm v0.2.16
13372026-06-29T19:22:19.822Z Compiling once_cell v1.21.3
13382026-06-29T19:22:19.830Z Compiling parking_lot v0.12.5
13392026-06-29T19:22:19.869Z Compiling mio v1.2.0
13402026-06-29T19:22:19.907Z Compiling num-traits v0.2.19
13412026-06-29T19:22:19.968Z Compiling percent-encoding v2.3.2
13422026-06-29T19:22:20.023Z Compiling socket2 v0.6.3
13432026-06-29T19:22:20.163Z Compiling futures-sink v0.3.32
13442026-06-29T19:22:20.201Z Compiling getrandom v0.4.1
13452026-06-29T19:22:20.263Z Compiling futures-channel v0.3.32
13462026-06-29T19:22:20.276Z Compiling slab v0.4.12
13472026-06-29T19:22:20.336Z Compiling cpufeatures v0.2.17
13482026-06-29T19:22:20.422Z Compiling futures-io v0.3.32
13492026-06-29T19:22:20.432Z Compiling futures-task v0.3.32
13502026-06-29T19:22:20.447Z Compiling rand_core v0.10.0
13512026-06-29T19:22:20.484Z Compiling indexmap v2.14.0
13522026-06-29T19:22:20.564Z Compiling rustversion v1.0.22
13532026-06-29T19:22:20.600Z Compiling getrandom v0.3.4
13542026-06-29T19:22:20.614Z Compiling form_urlencoded v1.2.2
13552026-06-29T19:22:20.793Z Compiling cmake v0.1.57
13562026-06-29T19:22:20.808Z Compiling dunce v1.0.5
13572026-06-29T19:22:20.821Z Compiling base64ct v1.8.3
13582026-06-29T19:22:21.114Z Compiling synstructure v0.13.2
13592026-06-29T19:22:21.143Z Compiling ident_case v1.0.1
13602026-06-29T19:22:21.194Z Compiling fs_extra v1.3.0
13612026-06-29T19:22:21.209Z Compiling pem-rfc7468 v0.7.0
13622026-06-29T19:22:21.280Z Compiling flagset v0.4.7
13632026-06-29T19:22:21.412Z Compiling rustix v1.1.3
13642026-06-29T19:22:21.485Z Compiling aws-lc-sys v0.40.0
13652026-06-29T19:22:21.533Z Compiling regex-syntax v0.8.10
13662026-06-29T19:22:21.549Z Compiling iana-time-zone v0.1.65
13672026-06-29T19:22:21.564Z Compiling rand_core v0.9.5
13682026-06-29T19:22:21.588Z Compiling vcpkg v0.2.15
13692026-06-29T19:22:21.744Z Compiling uuid v1.23.4
13702026-06-29T19:22:21.755Z Compiling rustc_version v0.4.1
13712026-06-29T19:22:21.851Z Compiling tracing-core v0.1.36
13722026-06-29T19:22:22.082Z Compiling base64 v0.22.1
13732026-06-29T19:22:22.328Z Compiling openssl-sys v0.9.115
13742026-06-29T19:22:22.407Z Compiling aws-lc-rs v1.16.3
13752026-06-29T19:22:22.426Z Compiling openssl-probe v0.2.1
13762026-06-29T19:22:22.481Z Compiling tinyvec_macros v0.1.1
13772026-06-29T19:22:22.551Z Compiling httparse v1.10.1
13782026-06-29T19:22:22.600Z Compiling tinyvec v1.10.0
13792026-06-29T19:22:22.683Z Compiling pest_generator v2.8.6
13802026-06-29T19:22:22.725Z Compiling serde_derive v1.0.228
13812026-06-29T19:22:22.843Z Compiling zeroize_derive v1.4.3
13822026-06-29T19:22:22.884Z Compiling zerofrom-derive v0.1.6
13832026-06-29T19:22:22.937Z Compiling yoke-derive v0.8.1
13842026-06-29T19:22:23.118Z Compiling zerocopy-derive v0.8.40
13852026-06-29T19:22:23.437Z Compiling zerovec-derive v0.11.2
13862026-06-29T19:22:23.499Z Compiling zeroize v1.8.2
13872026-06-29T19:22:23.909Z Compiling displaydoc v0.2.5
13882026-06-29T19:22:24.156Z Compiling tokio-macros v2.7.0
13892026-06-29T19:22:24.293Z Compiling crypto-common v0.1.7
13902026-06-29T19:22:24.324Z Compiling zerofrom v0.1.6
13912026-06-29T19:22:24.443Z Compiling yoke v0.8.1
13922026-06-29T19:22:24.446Z Compiling block-buffer v0.10.4
13932026-06-29T19:22:24.561Z Compiling futures-macro v0.3.32
13942026-06-29T19:22:24.622Z Compiling zerovec v0.11.5
13952026-06-29T19:22:24.622Z Compiling digest v0.10.7
13962026-06-29T19:22:24.661Z Compiling zerotrie v0.2.3
13972026-06-29T19:22:24.880Z Compiling hmac v0.12.1
13982026-06-29T19:22:24.891Z Compiling block-padding v0.3.3
13992026-06-29T19:22:24.958Z Compiling sha2 v0.10.9
14002026-06-29T19:22:25.033Z Compiling inout v0.1.4
14012026-06-29T19:22:25.047Z Compiling der_derive v0.7.3
14022026-06-29T19:22:25.129Z Compiling tinystr v0.8.2
14032026-06-29T19:22:25.203Z Compiling potential_utf v0.1.4
14042026-06-29T19:22:25.334Z Compiling icu_locale_core v2.1.1
14052026-06-29T19:22:25.360Z Compiling icu_collections v2.1.1
14062026-06-29T19:22:25.375Z Compiling futures-util v0.3.32
14072026-06-29T19:22:25.839Z Compiling cipher v0.4.4
14082026-06-29T19:22:26.009Z Compiling icu_provider v2.1.1
14092026-06-29T19:22:26.104Z Compiling der v0.7.10
14102026-06-29T19:22:26.201Z Compiling bytes v1.11.1
14112026-06-29T19:22:26.224Z Compiling chrono v0.4.44
14122026-06-29T19:22:26.303Z Compiling icu_properties v2.1.2
14132026-06-29T19:22:26.346Z Compiling icu_normalizer v2.1.1
14142026-06-29T19:22:26.845Z Compiling tokio v1.52.1
14152026-06-29T19:22:26.873Z Compiling http v1.4.2
14162026-06-29T19:22:27.287Z Compiling idna_adapter v1.2.1
14172026-06-29T19:22:27.375Z Compiling spki v0.7.3
14182026-06-29T19:22:27.425Z Compiling ppv-lite86 v0.2.21
14192026-06-29T19:22:27.579Z Compiling idna v1.1.0
14202026-06-29T19:22:27.601Z Compiling salsa20 v0.10.2
14212026-06-29T19:22:27.613Z Compiling pbkdf2 v0.12.2
14222026-06-29T19:22:27.644Z Compiling tracing-attributes v0.1.31
14232026-06-29T19:22:27.726Z Compiling thiserror-impl v2.0.18
14242026-06-29T19:22:27.739Z Compiling scrypt v0.11.0
14252026-06-29T19:22:27.754Z Compiling rand_chacha v0.9.0
14262026-06-29T19:22:27.784Z Compiling http-body v1.0.1
14272026-06-29T19:22:27.933Z Compiling url v2.5.8
14282026-06-29T19:22:27.987Z Compiling cbc v0.1.2
14292026-06-29T19:22:28.144Z Compiling aes v0.8.4
14302026-06-29T19:22:28.232Z Compiling rustls-pki-types v1.14.0
14312026-06-29T19:22:28.545Z Compiling rand v0.9.2
14322026-06-29T19:22:28.685Z Compiling pkcs5 v0.7.1
14332026-06-29T19:22:28.825Z Compiling serde_derive_internals v0.29.1
14342026-06-29T19:22:29.011Z Compiling tracing v0.1.44
14352026-06-29T19:22:29.082Z Compiling thiserror v2.0.18
14362026-06-29T19:22:29.161Z Compiling aho-corasick v1.1.4
14372026-06-29T19:22:29.190Z Compiling tower-service v0.3.3
14382026-06-29T19:22:29.235Z Compiling tower-layer v0.3.3
14392026-06-29T19:22:29.278Z Compiling atomic-waker v1.1.2
14402026-06-29T19:22:29.292Z Compiling try-lock v0.2.5
14412026-06-29T19:22:29.350Z Compiling schemars v0.8.22
14422026-06-29T19:22:29.405Z Compiling untrusted v0.7.1
14432026-06-29T19:22:29.405Z Compiling dyn-clone v1.0.20
14442026-06-29T19:22:29.405Z Compiling want v0.3.1
14452026-06-29T19:22:29.516Z Compiling pkcs8 v0.10.2
14462026-06-29T19:22:29.568Z Compiling ipnet v2.11.0
14472026-06-29T19:22:29.580Z Compiling pest_derive v2.8.6
14482026-06-29T19:22:29.714Z Compiling schemars_derive v0.8.22
14492026-06-29T19:22:29.811Z Compiling scroll_derive v0.13.1
14502026-06-29T19:22:29.836Z Compiling darling_core v0.20.11
14512026-06-29T19:22:29.997Z Compiling regex-automata v0.4.14
14522026-06-29T19:22:30.048Z Compiling foreign-types-shared v0.1.1
14532026-06-29T19:22:30.134Z Compiling openssl v0.10.79
14542026-06-29T19:22:30.363Z Compiling rustls v0.23.41
14552026-06-29T19:22:30.536Z Compiling untrusted v0.9.0
14562026-06-29T19:22:30.599Z Compiling httpdate v1.0.3
14572026-06-29T19:22:30.657Z Compiling tokio-util v0.7.18
14582026-06-29T19:22:30.824Z Compiling tempfile v3.25.0
14592026-06-29T19:22:30.829Z Compiling scroll v0.13.0
14602026-06-29T19:22:31.116Z Compiling foreign-types v0.3.2
14612026-06-29T19:22:31.201Z Compiling unicode-normalization v0.1.25
14622026-06-29T19:22:31.591Z Compiling h2 v0.4.15
14632026-06-29T19:22:31.653Z Compiling openssl-macros v0.1.1
14642026-06-29T19:22:31.676Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14652026-06-29T19:22:32.043Z Compiling spin v0.9.8
14662026-06-29T19:22:32.056Z Compiling num-conv v0.2.0
14672026-06-29T19:22:32.077Z Compiling darling_macro v0.20.11
14682026-06-29T19:22:32.182Z Compiling time-core v0.1.8
14692026-06-29T19:22:32.205Z Compiling crc32fast v1.5.0
14702026-06-29T19:22:32.245Z Compiling native-tls v0.2.18
14712026-06-29T19:22:32.326Z Compiling powerfmt v0.2.0
14722026-06-29T19:22:32.464Z Compiling deranged v0.5.8
14732026-06-29T19:22:32.513Z Compiling time-macros v0.2.27
14742026-06-29T19:22:32.553Z Compiling darling v0.20.11
14752026-06-29T19:22:32.631Z Compiling goblin v0.10.5
14762026-06-29T19:22:33.474Z Compiling sync_wrapper v1.0.2
14772026-06-29T19:22:33.585Z Compiling wait-timeout v0.2.1
14782026-06-29T19:22:33.622Z Compiling crossbeam-utils v0.8.21
14792026-06-29T19:22:33.852Z Compiling simd-adler32 v0.3.8
14802026-06-29T19:22:33.907Z Compiling num_threads v0.1.7
14812026-06-29T19:22:34.009Z Compiling syn v1.0.109
14822026-06-29T19:22:34.097Z Compiling siphasher v1.0.2
14832026-06-29T19:22:34.112Z Compiling usdt-impl v0.6.0
14842026-06-29T19:22:34.289Z Compiling quick-error v1.2.3
14852026-06-29T19:22:34.312Z Compiling bit-vec v0.8.0
14862026-06-29T19:22:34.370Z Compiling rusty-fork v0.3.1
14872026-06-29T19:22:34.409Z Compiling time v0.3.47
14882026-06-29T19:22:34.537Z Compiling bit-set v0.8.0
14892026-06-29T19:22:34.697Z Compiling hyper v1.10.1
14902026-06-29T19:22:34.713Z Compiling tower v0.5.3
14912026-06-29T19:22:35.490Z Compiling dof v0.4.0
14922026-06-29T19:22:35.541Z Compiling derive_builder_core v0.20.2
14932026-06-29T19:22:35.891Z Compiling hyper-util v0.1.20
14942026-06-29T19:22:35.971Z Compiling dtrace-parser v0.3.0
14952026-06-29T19:22:36.281Z Compiling http-body-util v0.1.3
14962026-06-29T19:22:36.394Z Compiling signature v2.2.0
14972026-06-29T19:22:36.523Z Compiling scroll_derive v0.12.1
14982026-06-29T19:22:36.572Z Compiling thiserror-impl v1.0.69
14992026-06-29T19:22:36.640Z Compiling heapless v0.7.17
15002026-06-29T19:22:36.698Z Compiling rand_xorshift v0.4.0
15012026-06-29T19:22:36.856Z Compiling slog v2.8.2
15022026-06-29T19:22:36.869Z Compiling darling_core v0.21.3
15032026-06-29T19:22:36.874Z Compiling bzip2-sys v0.1.13+1.0.8
15042026-06-29T19:22:37.035Z Compiling thread-id v5.1.0
15052026-06-29T19:22:37.119Z Compiling cookie v0.18.1
15062026-06-29T19:22:37.147Z Compiling ryu v1.0.23
15072026-06-29T19:22:37.170Z Compiling adler2 v2.0.1
15082026-06-29T19:22:37.295Z Compiling unicode-bidi v0.3.18
15092026-06-29T19:22:37.295Z Compiling paste v1.0.15
15102026-06-29T19:22:37.321Z Compiling anyhow v1.0.102
15112026-06-29T19:22:37.557Z Compiling signal-hook v0.3.18
15122026-06-29T19:22:37.617Z Compiling allocator-api2 v0.2.21
15132026-06-29T19:22:37.621Z Compiling unarray v0.1.4
15142026-06-29T19:22:37.724Z Compiling zstd-safe v7.2.4
15152026-06-29T19:22:37.727Z Compiling unicode-properties v0.1.4
15162026-06-29T19:22:37.810Z Compiling iri-string v0.7.10
15172026-06-29T19:22:37.824Z Compiling thiserror v1.0.69
15182026-06-29T19:22:37.912Z Compiling stringprep v0.1.5
15192026-06-29T19:22:37.938Z Compiling proptest v1.11.0
15202026-06-29T19:22:38.057Z Compiling serde_urlencoded v0.7.1
15212026-06-29T19:22:38.190Z Compiling miniz_oxide v0.8.9
15222026-06-29T19:22:38.336Z Compiling scroll v0.12.0
15232026-06-29T19:22:38.846Z Compiling derive_builder_macro v0.20.2
15242026-06-29T19:22:39.142Z Compiling tower-http v0.6.8
15252026-06-29T19:22:39.165Z Compiling tokio-native-tls v0.3.1
15262026-06-29T19:22:39.338Z Compiling bstr v1.12.1
15272026-06-29T19:22:39.373Z Compiling ipnetwork v0.21.1
15282026-06-29T19:22:39.419Z Compiling darling_macro v0.21.3
15292026-06-29T19:22:39.545Z Compiling rustls-native-certs v0.8.3
15302026-06-29T19:22:39.671Z Compiling rand_chacha v0.3.1
15312026-06-29T19:22:39.767Z Compiling serde_tokenstream v0.2.3
15322026-06-29T19:22:39.826Z Compiling serde_spanned v0.6.9
15332026-06-29T19:22:39.898Z Compiling erased-serde v0.3.31
15342026-06-29T19:22:39.971Z Compiling toml_datetime v0.6.11
15352026-06-29T19:22:39.988Z Compiling md-5 v0.10.6
15362026-06-29T19:22:40.071Z Compiling zerocopy-derive v0.7.35
15372026-06-29T19:22:40.145Z Compiling pin-project-internal v1.1.11
15382026-06-29T19:22:40.225Z Compiling async-trait v0.1.89
15392026-06-29T19:22:40.383Z Compiling curve25519-dalek v4.1.3
15402026-06-29T19:22:40.461Z Compiling vergen-lib v9.1.0
15412026-06-29T19:22:40.640Z Compiling num-integer v0.1.46
15422026-06-29T19:22:40.708Z Compiling hash32 v0.2.1
15432026-06-29T19:22:40.900Z Compiling ff v0.13.1
15442026-06-29T19:22:40.928Z Compiling memoffset v0.9.1
15452026-06-29T19:22:40.953Z Compiling encoding_rs v0.8.35
15462026-06-29T19:22:41.033Z Compiling rustix v0.38.44
15472026-06-29T19:22:41.114Z Compiling ref-cast v1.0.25
15482026-06-29T19:22:41.225Z Compiling zlib-rs v0.6.2
15492026-06-29T19:22:41.243Z Compiling num-bigint-dig v0.8.6
15502026-06-29T19:22:41.386Z Compiling mime v0.3.17
15512026-06-29T19:22:41.414Z Compiling litrs v1.0.0
15522026-06-29T19:22:41.497Z Compiling base16ct v0.2.0
15532026-06-29T19:22:41.602Z Compiling psl-types v2.0.11
15542026-06-29T19:22:41.638Z Compiling smoltcp v0.9.1
15552026-06-29T19:22:41.722Z Compiling cfg_aliases v0.2.1
15562026-06-29T19:22:41.797Z Compiling fallible-iterator v0.2.0
15572026-06-29T19:22:41.913Z Compiling document-features v0.2.12
15582026-06-29T19:22:41.982Z Compiling nix v0.31.2
15592026-06-29T19:22:42.112Z Compiling postgres-protocol v0.6.10
15602026-06-29T19:22:42.350Z Compiling publicsuffix v2.3.0
15612026-06-29T19:22:42.423Z Compiling sec1 v0.7.3
15622026-06-29T19:22:42.568Z Compiling pin-project v1.1.11
15632026-06-29T19:22:42.657Z Compiling group v0.13.0
15642026-06-29T19:22:42.671Z Compiling zerocopy v0.7.35
15652026-06-29T19:22:42.700Z Compiling num-iter v0.1.45
15662026-06-29T19:22:42.855Z Compiling newtype-uuid v1.3.2
15672026-06-29T19:22:43.117Z Compiling hubpack_derive v0.1.1
15682026-06-29T19:22:43.193Z Compiling darling v0.21.3
15692026-06-29T19:22:43.233Z Compiling rand v0.8.6
15702026-06-29T19:22:43.265Z Compiling oxnet v0.1.6
15712026-06-29T19:22:43.281Z Compiling derive_builder v0.20.2
15722026-06-29T19:22:43.348Z Compiling hyper-tls v0.6.0
15732026-06-29T19:22:43.559Z Compiling goblin v0.8.2
15742026-06-29T19:22:44.086Z Compiling phf_shared v0.13.1
15752026-06-29T19:22:44.233Z Compiling flate2 v1.1.9
15762026-06-29T19:22:44.233Z Compiling lazy_static v1.5.0
15772026-06-29T19:22:44.261Z Compiling regex v1.12.3
15782026-06-29T19:22:44.327Z Compiling anstyle-parse v0.2.7
15792026-06-29T19:22:44.341Z Compiling futures-executor v0.3.32
15802026-06-29T19:22:44.512Z Compiling hex v0.4.3
15812026-06-29T19:22:44.526Z Compiling hkdf v0.12.4
15822026-06-29T19:22:44.595Z Compiling crypto-bigint v0.5.5
15832026-06-29T19:22:44.635Z Compiling terminal_size v0.4.3
15842026-06-29T19:22:44.679Z Compiling daft-derive v0.1.7
15852026-06-29T19:22:44.679Z Compiling strum_macros v0.27.2
15862026-06-29T19:22:44.836Z Compiling ref-cast-impl v1.0.25
15872026-06-29T19:22:44.836Z Compiling curve25519-dalek-derive v0.1.1
15882026-06-29T19:22:45.309Z Compiling snafu-derive v0.8.9
15892026-06-29T19:22:45.394Z Compiling vergen v9.1.0
15902026-06-29T19:22:45.422Z Compiling fs-err v3.3.0
15912026-06-29T19:22:45.570Z Compiling cargo-platform v0.3.2
15922026-06-29T19:22:45.609Z Compiling ahash v0.8.12
15932026-06-29T19:22:45.820Z Compiling managed v0.8.0
15942026-06-29T19:22:45.841Z Compiling foldhash v0.2.0
15952026-06-29T19:22:46.036Z Compiling bumpalo v3.20.2
15962026-06-29T19:22:46.061Z Compiling foldhash v0.1.5
15972026-06-29T19:22:46.230Z Compiling object v0.37.3
15982026-06-29T19:22:46.287Z Compiling same-file v1.0.6
15992026-06-29T19:22:46.450Z Compiling unicode-segmentation v1.12.0
16002026-06-29T19:22:46.493Z Compiling winnow v0.5.40
16012026-06-29T19:22:46.638Z Compiling libbz2-rs-sys v0.2.2
16022026-06-29T19:22:46.700Z Compiling bitflags v1.3.2
16032026-06-29T19:22:46.831Z Compiling strum v0.27.2
16042026-06-29T19:22:47.013Z Compiling walkdir v2.5.0
16052026-06-29T19:22:47.055Z Compiling bzip2 v0.6.1
16062026-06-29T19:22:47.212Z Compiling snafu v0.8.9
16072026-06-29T19:22:47.262Z Compiling zopfli v0.8.3
16082026-06-29T19:22:47.312Z Compiling hashbrown v0.15.5
16092026-06-29T19:22:47.315Z Compiling hashbrown v0.16.1
16102026-06-29T19:22:47.562Z Compiling clap_builder v4.6.0
16112026-06-29T19:22:47.622Z Compiling dof v0.3.0
16122026-06-29T19:22:47.855Z Compiling toml_edit v0.19.15
16132026-06-29T19:22:47.902Z Compiling cargo_metadata v0.23.1
16142026-06-29T19:22:47.951Z Compiling elliptic-curve v0.13.8
16152026-06-29T19:22:48.359Z Compiling daft v0.1.7
16162026-06-29T19:22:48.497Z Compiling futures v0.3.32
16172026-06-29T19:22:48.583Z Compiling anstream v0.6.21
16182026-06-29T19:22:48.875Z Compiling phf v0.13.1
16192026-06-29T19:22:48.899Z Compiling signal-hook-mio v0.2.5
16202026-06-29T19:22:49.019Z Compiling cookie_store v0.22.1
16212026-06-29T19:22:49.327Z Compiling zstd v0.13.3
16222026-06-29T19:22:49.402Z Compiling hubpack v0.1.2
16232026-06-29T19:22:49.593Z Compiling reqwest v0.12.28
16242026-06-29T19:22:49.632Z Compiling bzip2 v0.4.4
16252026-06-29T19:22:49.671Z Compiling serde_with_macros v3.17.0
16262026-06-29T19:22:50.532Z Compiling postgres-types v0.2.12
16272026-06-29T19:22:50.580Z Compiling usdt-macro v0.6.0
16282026-06-29T19:22:50.793Z Compiling usdt-attr-macro v0.6.0
16292026-06-29T19:22:51.025Z Compiling globset v0.4.18
16302026-06-29T19:22:51.067Z Compiling dtrace-parser v0.2.0
16312026-06-29T19:22:51.081Z Compiling ed25519 v2.2.3
16322026-06-29T19:22:51.324Z Compiling phf_shared v0.11.3
16332026-06-29T19:22:51.516Z Compiling olpc-cjson v0.1.4
16342026-06-29T19:22:51.595Z Compiling pkcs1 v0.7.5
16352026-06-29T19:22:51.676Z Compiling serde_plain v1.0.2
16362026-06-29T19:22:51.698Z Compiling serde-big-array v0.5.1
16372026-06-29T19:22:51.808Z Compiling rfc6979 v0.4.0
16382026-06-29T19:22:51.839Z Compiling strum_macros v0.26.4
16392026-06-29T19:22:51.869Z Compiling async-recursion v1.1.1
16402026-06-29T19:22:51.929Z Compiling enum-as-inner v0.6.1
16412026-06-29T19:22:51.973Z Compiling serde_repr v0.1.20
16422026-06-29T19:22:51.987Z Compiling clap_derive v4.6.1
16432026-06-29T19:22:52.433Z Compiling pem v3.0.6
16442026-06-29T19:22:52.500Z Compiling float-cmp v0.10.0
16452026-06-29T19:22:52.515Z Compiling memmap2 v0.9.10
16462026-06-29T19:22:52.658Z Compiling thread-id v4.2.2
16472026-06-29T19:22:52.747Z Compiling env_filter v1.0.0
16482026-06-29T19:22:52.756Z Compiling normalize-line-endings v0.3.0
16492026-06-29T19:22:52.866Z Compiling static_assertions v1.1.0
16502026-06-29T19:22:52.889Z Compiling difflib v0.4.0
16512026-06-29T19:22:52.889Z Compiling jiff v0.2.21
16522026-06-29T19:22:53.030Z Compiling whoami v2.1.0
16532026-06-29T19:22:53.440Z Compiling keccak v0.1.6
16542026-06-29T19:22:53.459Z Compiling either v1.15.0
16552026-06-29T19:22:53.491Z Compiling data-encoding v2.10.0
16562026-06-29T19:22:53.618Z Compiling fixedbitset v0.4.2
16572026-06-29T19:22:53.657Z Compiling predicates-core v1.0.10
16582026-06-29T19:22:53.782Z Compiling winnow v1.0.3
16592026-06-29T19:22:53.845Z Compiling fixedbitset v0.5.7
16602026-06-29T19:22:53.855Z Compiling precomputed-hash v0.1.1
16612026-06-29T19:22:53.916Z Compiling new_debug_unreachable v1.0.6
16622026-06-29T19:22:53.990Z Compiling typed-path v0.9.3
16632026-06-29T19:22:54.095Z Compiling toml_edit v0.22.27
16642026-06-29T19:22:54.103Z Compiling toml_parser v1.1.2+spec-1.1.0
16652026-06-29T19:22:54.127Z Compiling petgraph v0.8.3
16662026-06-29T19:22:54.162Z Compiling string_cache v0.8.9
16672026-06-29T19:22:54.319Z Compiling clap v4.6.1
16682026-06-29T19:22:54.381Z Compiling petgraph v0.6.5
16692026-06-29T19:22:54.406Z Compiling hickory-proto v0.25.2
16702026-06-29T19:22:54.747Z Compiling predicates v3.1.4
16712026-06-29T19:22:55.224Z Compiling strum v0.26.3
16722026-06-29T19:22:56.799Z Compiling itertools v0.13.0
16732026-06-29T19:22:56.840Z Compiling sha3 v0.10.8
16742026-06-29T19:22:56.841Z Compiling zip v4.6.1
16752026-06-29T19:22:56.841Z Compiling tokio-postgres v0.7.16
16762026-06-29T19:22:56.920Z Compiling env_logger v0.11.9
16772026-06-29T19:22:56.920Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16782026-06-29T19:22:56.920Z Compiling usdt-impl v0.5.0
16792026-06-29T19:22:56.920Z Compiling usdt v0.6.0
16802026-06-29T19:22:56.920Z Compiling ecdsa v0.16.9
16812026-06-29T19:22:57.101Z Compiling rsa v0.9.10
16822026-06-29T19:22:57.122Z Compiling ed25519-dalek v2.2.0
16832026-06-29T19:22:57.206Z Compiling serde_with v3.17.0
16842026-06-29T19:22:57.250Z Compiling crossterm v0.28.1
16852026-06-29T19:22:58.232Z Compiling zip v0.6.6
16862026-06-29T19:22:58.620Z Compiling toml v0.7.8
16872026-06-29T19:22:58.985Z Compiling iddqd v0.4.2
16882026-06-29T19:22:59.289Z Compiling heck v0.4.1
16892026-06-29T19:22:59.409Z Compiling similar v2.7.0
16902026-06-29T19:22:59.409Z Compiling crossbeam-epoch v0.9.18
16912026-06-29T19:22:59.483Z Compiling tokio-stream v0.1.18
16922026-06-29T19:22:59.534Z Compiling buf-list v1.1.2
16932026-06-29T19:22:59.702Z Compiling x509-cert v0.2.5
16942026-06-29T19:22:59.834Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16952026-06-29T19:22:59.948Z Compiling openapiv3 v2.2.0
16962026-06-29T19:23:00.106Z Compiling sha1 v0.10.6
16972026-06-29T19:23:00.230Z Compiling peg-runtime v0.8.5
16982026-06-29T19:23:00.283Z Compiling lalrpop-util v0.19.12
16992026-06-29T19:23:00.347Z Compiling thread_local v1.1.9
17002026-06-29T19:23:00.425Z Compiling slog-async v2.8.0
17012026-06-29T19:23:00.491Z Compiling crossbeam-channel v0.5.15
17022026-06-29T19:23:00.508Z Compiling filetime v0.2.27
17032026-06-29T19:23:00.590Z Compiling is-terminal v0.4.17
17042026-06-29T19:23:00.675Z Compiling term v1.2.1
17052026-06-29T19:23:00.690Z Compiling xattr v1.6.1
17062026-06-29T19:23:00.744Z Compiling take_mut v0.2.2
17072026-06-29T19:23:00.863Z Compiling tar v0.4.45
17082026-06-29T19:23:01.248Z Compiling slog-term v2.9.2
17092026-06-29T19:23:11.885Z Compiling rustls-webpki v0.103.9
17102026-06-29T19:23:14.675Z Compiling tokio-rustls v0.26.4
17112026-06-29T19:23:14.675Z Compiling rustls-platform-verifier v0.6.2
17122026-06-29T19:23:14.675Z Compiling tough v0.22.0
17132026-06-29T19:23:14.863Z Compiling hyper-rustls v0.27.7
17142026-06-29T19:23:15.040Z Compiling reqwest v0.13.2
17152026-06-29T19:23:17.230Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17162026-06-29T19:23:17.440Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17172026-06-29T19:23:20.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17182026-06-29T19:23:20.422Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17192026-06-29T19:23:20.474ZJun 29 19:23:19.406 INFO Starting download, target: Cockroach
17202026-06-29T19:23:20.474ZJun 29 19:23:19.407 INFO Starting download, target: Clickhouse
17212026-06-29T19:23:20.474ZJun 29 19:23:19.407 INFO Starting download, target: Console
17222026-06-29T19:23:20.478ZJun 29 19:23:19.407 INFO Starting download, target: DendriteStub
17232026-06-29T19:23:20.478ZJun 29 19:23:19.407 INFO Starting download, target: MaghemiteMgd
17242026-06-29T19:23:20.478ZJun 29 19:23:19.407 INFO Starting download, target: MaghemiteDdmd
17252026-06-29T19:23:20.478ZJun 29 19:23:19.407 INFO Starting download, target: TransceiverControl
17262026-06-29T19:23:20.478ZJun 29 19:23:19.407 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17272026-06-29T19:23:20.478ZJun 29 19:23:19.407 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17282026-06-29T19:23:20.479ZJun 29 19:23:19.407 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17292026-06-29T19:23:20.479ZJun 29 19:23:19.407 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17302026-06-29T19:23:20.479ZJun 29 19:23:19.407 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17312026-06-29T19:23:20.479ZJun 29 19:23:19.407 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17322026-06-29T19:23:20.479ZJun 29 19:23:19.408 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17332026-06-29T19:23:20.979ZJun 29 19:23:19.876 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17342026-06-29T19:23:21.195ZJun 29 19:23:20.123 INFO Download complete, target: TransceiverControl
17352026-06-29T19:23:22.528ZJun 29 19:23:21.444 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17362026-06-29T19:23:22.550ZJun 29 19:23:21.466 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17372026-06-29T19:23:22.759ZJun 29 19:23:21.691 INFO Download complete, target: Console
17382026-06-29T19:23:22.764ZJun 29 19:23:21.694 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17392026-06-29T19:23:22.804ZJun 29 19:23:21.725 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17402026-06-29T19:23:23.399ZJun 29 19:23:22.333 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17412026-06-29T19:23:23.434ZJun 29 19:23:22.367 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17422026-06-29T19:23:23.435ZJun 29 19:23:22.367 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17432026-06-29T19:23:24.681ZJun 29 19:23:23.614 INFO Download complete, target: MaghemiteDdmd
17442026-06-29T19:23:25.217ZJun 29 19:23:24.133 INFO Download complete, target: DendriteStub
17452026-06-29T19:23:25.928ZJun 29 19:23:24.858 INFO Download complete, target: MaghemiteMgd
17462026-06-29T19:23:28.150ZJun 29 19:23:27.083 INFO Checking that binary works, target: Cockroach
17472026-06-29T19:23:28.266ZJun 29 19:23:27.198 INFO Download complete, target: Cockroach
17482026-06-29T19:23:29.302ZJun 29 19:23:28.235 INFO Checking that binary works, target: Clickhouse
17492026-06-29T19:23:29.401ZJun 29 19:23:28.334 INFO Download complete, target: Clickhouse
17502026-06-29T19:23:29.420ZAll builder prerequisites installed successfully, and PATH looks valid
17512026-06-29T19:23:29.424Z
17522026-06-29T19:23:29.424Zreal 2:03.245724148
17532026-06-29T19:23:29.424Zuser 6:49.665231960
17542026-06-29T19:23:29.424Zsys 1:23.229159454
17552026-06-29T19:23:29.424Ztrap 0.234369265
17562026-06-29T19:23:29.424Ztflt 0.641670684
17572026-06-29T19:23:29.424Zdflt 0.605063573
17582026-06-29T19:23:29.424Zkflt 0.025716906
17592026-06-29T19:23:29.424Zlock 23:09.928998931
17602026-06-29T19:23:29.424Zslp 20:49.536762980
17612026-06-29T19:23:29.424Zlat 44.614778982
17622026-06-29T19:23:29.424Zstop 2:02.949772334
17632026-06-29T19:23:29.424Z+ banner hack-check
17642026-06-29T19:23:29.424Z
17652026-06-29T19:23:29.424Z # # ## #### # # #### # # ###### #### # #
17662026-06-29T19:23:29.424Z # # # # # # # # # # # # # # # # #
17672026-06-29T19:23:29.424Z ###### # # # #### ##### # ###### ##### # ####
17682026-06-29T19:23:29.424Z # # ###### # # # # # # # # # #
17692026-06-29T19:23:29.424Z # # # # # # # # # # # # # # # # #
17702026-06-29T19:23:29.424Z # # # # #### # # #### # # ###### #### # #
17712026-06-29T19:23:29.424Z
17722026-06-29T19:23:29.424Z+ export CARGO_INCREMENTAL=0
17732026-06-29T19:23:29.424Z+ CARGO_INCREMENTAL=0
17742026-06-29T19:23:29.425Z+ ptime -m timeout 2h cargo xtask check-features --ci
17752026-06-29T19:23:29.893Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17762026-06-29T19:23:30.096Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17772026-06-29T19:23:31.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s
17782026-06-29T19:23:32.046Z Running `target/debug/xtask check-features --ci`
17792026-06-29T19:23:32.073Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17802026-06-29T19:23:32.073Zrunning: "/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17812026-06-29T19:23:32.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17822026-06-29T19:23:32.512Z Running `target/debug/xtask download cargo-hack`
17832026-06-29T19:23:33.242Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17842026-06-29T19:23:33.547Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17852026-06-29T19:23:36.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s
17862026-06-29T19:23:36.235Z Running `target/debug/xtask-downloader cargo-hack`
17872026-06-29T19:23:36.274ZJun 29 19:23:35.207 INFO Starting download, target: CargoHack
17882026-06-29T19:23:36.277ZJun 29 19:23:35.208 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17892026-06-29T19:23:36.478ZJun 29 19:23:35.411 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17902026-06-29T19:23:36.528ZJun 29 19:23:35.461 INFO Download complete, target: CargoHack
17912026-06-29T19:23:36.533Zrunning: "/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17922026-06-29T19:23:36.546Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17932026-06-29T19:23:36.699Zinfo: running `cargo check --bins` on api_identity (1/300)
17942026-06-29T19:23:37.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17952026-06-29T19:23:37.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17962026-06-29T19:23:37.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17972026-06-29T19:23:37.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17982026-06-29T19:23:37.208Z
17992026-06-29T19:23:37.208Zinfo: running `cargo check --bins` on bootstore (2/300)
18002026-06-29T19:23:37.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012026-06-29T19:23:37.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022026-06-29T19:23:37.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032026-06-29T19:23:37.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18042026-06-29T19:23:37.714Z
18052026-06-29T19:23:37.714Zinfo: running `cargo check --bins` on omicron-ledger (3/300)
18062026-06-29T19:23:38.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072026-06-29T19:23:38.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082026-06-29T19:23:38.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092026-06-29T19:23:38.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18102026-06-29T19:23:38.221Z
18112026-06-29T19:23:38.221Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/300)
18122026-06-29T19:23:38.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132026-06-29T19:23:38.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142026-06-29T19:23:38.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152026-06-29T19:23:38.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18162026-06-29T19:23:38.728Z
18172026-06-29T19:23:38.728Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/300)
18182026-06-29T19:23:39.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192026-06-29T19:23:39.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202026-06-29T19:23:39.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212026-06-29T19:23:39.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18222026-06-29T19:23:39.241Z
18232026-06-29T19:23:39.241Zinfo: running `cargo check --bins` on omicron-certificates (6/300)
18242026-06-29T19:23:39.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-06-29T19:23:39.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-06-29T19:23:39.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-06-29T19:23:39.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18282026-06-29T19:23:39.762Z
18292026-06-29T19:23:39.762Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/300)
18302026-06-29T19:23:40.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-06-29T19:23:40.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-06-29T19:23:40.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-06-29T19:23:40.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18342026-06-29T19:23:40.280Z
18352026-06-29T19:23:40.281Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/300)
18362026-06-29T19:23:40.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-06-29T19:23:40.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-06-29T19:23:40.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-06-29T19:23:40.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18402026-06-29T19:23:40.798Z
18412026-06-29T19:23:40.798Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/300)
18422026-06-29T19:23:41.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-06-29T19:23:41.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-06-29T19:23:41.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-06-29T19:23:41.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18462026-06-29T19:23:41.186Z
18472026-06-29T19:23:41.186Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/300)
18482026-06-29T19:23:41.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-06-29T19:23:41.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-06-29T19:23:41.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-06-29T19:23:41.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18522026-06-29T19:23:41.575Z
18532026-06-29T19:23:41.575Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/300)
18542026-06-29T19:23:41.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-06-29T19:23:41.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-06-29T19:23:41.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-06-29T19:23:41.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18582026-06-29T19:23:41.973Z
18592026-06-29T19:23:41.973Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/300)
18602026-06-29T19:23:42.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-06-29T19:23:42.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-06-29T19:23:42.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-06-29T19:23:42.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18642026-06-29T19:23:42.351Z
18652026-06-29T19:23:42.351Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/300)
18662026-06-29T19:23:42.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-06-29T19:23:42.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-06-29T19:23:42.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-06-29T19:23:42.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18702026-06-29T19:23:42.738Z
18712026-06-29T19:23:42.738Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/300)
18722026-06-29T19:23:43.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-06-29T19:23:43.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-06-29T19:23:43.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-06-29T19:23:43.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18762026-06-29T19:23:43.125Z
18772026-06-29T19:23:43.125Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/300)
18782026-06-29T19:23:43.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-06-29T19:23:43.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-06-29T19:23:43.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-06-29T19:23:43.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18822026-06-29T19:23:43.514Z
18832026-06-29T19:23:43.514Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/300)
18842026-06-29T19:23:43.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-06-29T19:23:43.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-06-29T19:23:43.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-06-29T19:23:43.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18882026-06-29T19:23:43.898Z
18892026-06-29T19:23:43.899Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/300)
18902026-06-29T19:23:44.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-06-29T19:23:44.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-06-29T19:23:44.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-06-29T19:23:44.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18942026-06-29T19:23:44.290Z
18952026-06-29T19:23:44.290Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/300)
18962026-06-29T19:23:44.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-06-29T19:23:44.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-06-29T19:23:44.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-06-29T19:23:44.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19002026-06-29T19:23:44.682Z
19012026-06-29T19:23:44.682Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/300)
19022026-06-29T19:23:45.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-06-29T19:23:45.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-06-29T19:23:45.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-06-29T19:23:45.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19062026-06-29T19:23:45.077Z
19072026-06-29T19:23:45.077Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/300)
19082026-06-29T19:23:45.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-06-29T19:23:45.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-06-29T19:23:45.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-06-29T19:23:45.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19122026-06-29T19:23:45.473Z
19132026-06-29T19:23:45.473Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/300)
19142026-06-29T19:23:45.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-06-29T19:23:45.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-06-29T19:23:45.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-06-29T19:23:45.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19182026-06-29T19:23:45.865Z
19192026-06-29T19:23:45.865Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/300)
19202026-06-29T19:23:46.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-06-29T19:23:46.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-06-29T19:23:46.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-06-29T19:23:46.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19242026-06-29T19:23:46.258Z
19252026-06-29T19:23:46.258Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/300)
19262026-06-29T19:23:46.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-06-29T19:23:46.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-06-29T19:23:46.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-06-29T19:23:46.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19302026-06-29T19:23:46.649Z
19312026-06-29T19:23:46.649Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/300)
19322026-06-29T19:23:46.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-06-29T19:23:46.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-06-29T19:23:46.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-06-29T19:23:46.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19362026-06-29T19:23:47.040Z
19372026-06-29T19:23:47.040Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/300)
19382026-06-29T19:23:47.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-06-29T19:23:47.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-06-29T19:23:47.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-06-29T19:23:47.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19422026-06-29T19:23:47.436Z
19432026-06-29T19:23:47.436Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/300)
19442026-06-29T19:23:47.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-06-29T19:23:47.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-06-29T19:23:47.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-06-29T19:23:47.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19482026-06-29T19:23:47.830Z
19492026-06-29T19:23:47.830Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/300)
19502026-06-29T19:23:48.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-06-29T19:23:48.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-06-29T19:23:48.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-06-29T19:23:48.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19542026-06-29T19:23:48.224Z
19552026-06-29T19:23:48.225Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/300)
19562026-06-29T19:23:48.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-06-29T19:23:48.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-06-29T19:23:48.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-06-29T19:23:48.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19602026-06-29T19:23:48.617Z
19612026-06-29T19:23:48.617Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/300)
19622026-06-29T19:23:48.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-06-29T19:23:48.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-06-29T19:23:48.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-06-29T19:23:48.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19662026-06-29T19:23:49.015Z
19672026-06-29T19:23:49.015Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/300)
19682026-06-29T19:23:49.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-06-29T19:23:49.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-06-29T19:23:49.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-06-29T19:23:49.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19722026-06-29T19:23:49.403Z
19732026-06-29T19:23:49.403Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/300)
19742026-06-29T19:23:49.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-06-29T19:23:49.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-06-29T19:23:49.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-06-29T19:23:49.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19782026-06-29T19:23:49.793Z
19792026-06-29T19:23:49.793Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/300)
19802026-06-29T19:23:50.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-06-29T19:23:50.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-06-29T19:23:50.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-06-29T19:23:50.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19842026-06-29T19:23:50.183Z
19852026-06-29T19:23:50.183Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/300)
19862026-06-29T19:23:50.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-06-29T19:23:50.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-06-29T19:23:50.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-06-29T19:23:50.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19902026-06-29T19:23:50.573Z
19912026-06-29T19:23:50.573Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/300)
19922026-06-29T19:23:50.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-06-29T19:23:50.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-06-29T19:23:50.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-06-29T19:23:50.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19962026-06-29T19:23:50.963Z
19972026-06-29T19:23:50.963Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/300)
19982026-06-29T19:23:51.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-06-29T19:23:51.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-06-29T19:23:51.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-06-29T19:23:51.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20022026-06-29T19:23:51.352Z
20032026-06-29T19:23:51.353Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/300)
20042026-06-29T19:23:51.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-06-29T19:23:51.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-06-29T19:23:51.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-06-29T19:23:51.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20082026-06-29T19:23:51.743Z
20092026-06-29T19:23:51.743Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/300)
20102026-06-29T19:23:52.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-06-29T19:23:52.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-06-29T19:23:52.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-06-29T19:23:52.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20142026-06-29T19:23:52.134Z
20152026-06-29T19:23:52.134Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/300)
20162026-06-29T19:23:52.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-06-29T19:23:52.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-06-29T19:23:52.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-06-29T19:23:52.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20202026-06-29T19:23:52.522Z
20212026-06-29T19:23:52.522Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/300)
20222026-06-29T19:23:52.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-06-29T19:23:52.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-06-29T19:23:52.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-06-29T19:23:52.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20262026-06-29T19:23:52.914Z
20272026-06-29T19:23:52.914Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/300)
20282026-06-29T19:23:53.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-06-29T19:23:53.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-06-29T19:23:53.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-06-29T19:23:53.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20322026-06-29T19:23:53.311Z
20332026-06-29T19:23:53.311Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/300)
20342026-06-29T19:23:53.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-06-29T19:23:53.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-06-29T19:23:53.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-06-29T19:23:53.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20382026-06-29T19:23:53.702Z
20392026-06-29T19:23:53.702Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/300)
20402026-06-29T19:23:54.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-06-29T19:23:54.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-06-29T19:23:54.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-06-29T19:23:54.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20442026-06-29T19:23:54.096Z
20452026-06-29T19:23:54.096Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/300)
20462026-06-29T19:23:54.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-06-29T19:23:54.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-06-29T19:23:54.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-06-29T19:23:54.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20502026-06-29T19:23:54.494Z
20512026-06-29T19:23:54.494Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/300)
20522026-06-29T19:23:54.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-06-29T19:23:54.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-06-29T19:23:54.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-06-29T19:23:54.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20562026-06-29T19:23:54.884Z
20572026-06-29T19:23:54.884Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/300)
20582026-06-29T19:23:55.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-06-29T19:23:55.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-06-29T19:23:55.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-06-29T19:23:55.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20622026-06-29T19:23:55.280Z
20632026-06-29T19:23:55.281Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/300)
20642026-06-29T19:23:55.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-06-29T19:23:55.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-06-29T19:23:55.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-06-29T19:23:55.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20682026-06-29T19:23:55.672Z
20692026-06-29T19:23:55.672Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/300)
20702026-06-29T19:23:56.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-06-29T19:23:56.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-06-29T19:23:56.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-06-29T19:23:56.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20742026-06-29T19:23:56.065Z
20752026-06-29T19:23:56.065Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/300)
20762026-06-29T19:23:56.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-06-29T19:23:56.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-06-29T19:23:56.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-06-29T19:23:56.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20802026-06-29T19:23:56.458Z
20812026-06-29T19:23:56.458Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/300)
20822026-06-29T19:23:56.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-06-29T19:23:56.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-06-29T19:23:56.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-06-29T19:23:56.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20862026-06-29T19:23:57.017Z
20872026-06-29T19:23:57.017Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/300)
20882026-06-29T19:23:57.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-06-29T19:23:57.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-06-29T19:23:57.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-06-29T19:23:57.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20922026-06-29T19:23:57.582Z
20932026-06-29T19:23:57.582Zinfo: running `cargo check --bins` on nexus-config (51/300)
20942026-06-29T19:23:58.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-06-29T19:23:58.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-06-29T19:23:58.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-06-29T19:23:58.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20982026-06-29T19:23:58.140Z
20992026-06-29T19:23:58.140Zinfo: running `cargo check --bins` on nexus-types (52/300)
21002026-06-29T19:23:58.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-06-29T19:23:58.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-06-29T19:23:58.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-06-29T19:23:58.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21042026-06-29T19:23:58.704Z
21052026-06-29T19:23:58.704Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/300)
21062026-06-29T19:23:59.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-06-29T19:23:59.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-06-29T19:23:59.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-06-29T19:23:59.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21102026-06-29T19:23:59.239Z
21112026-06-29T19:23:59.239Zinfo: running `cargo check --bins` on omicron-passwords (54/300)
21122026-06-29T19:23:59.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-06-29T19:23:59.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-06-29T19:23:59.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-06-29T19:23:59.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21162026-06-29T19:23:59.743Z
21172026-06-29T19:23:59.743Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/300)
21182026-06-29T19:24:00.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-06-29T19:24:00.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-06-29T19:24:00.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-06-29T19:24:00.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21222026-06-29T19:24:00.275Z
21232026-06-29T19:24:00.275Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/300)
21242026-06-29T19:24:00.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-06-29T19:24:00.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-06-29T19:24:00.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-06-29T19:24:00.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21282026-06-29T19:24:00.804Z
21292026-06-29T19:24:00.804Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/300)
21302026-06-29T19:24:01.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-06-29T19:24:01.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-06-29T19:24:01.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-06-29T19:24:01.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21342026-06-29T19:24:01.339Z
21352026-06-29T19:24:01.339Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/300)
21362026-06-29T19:24:01.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-06-29T19:24:01.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-06-29T19:24:01.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-06-29T19:24:01.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21402026-06-29T19:24:01.872Z
21412026-06-29T19:24:01.872Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/300)
21422026-06-29T19:24:02.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-06-29T19:24:02.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-06-29T19:24:02.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-06-29T19:24:02.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21462026-06-29T19:24:02.385Z
21472026-06-29T19:24:02.385Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/300)
21482026-06-29T19:24:02.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-06-29T19:24:02.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-06-29T19:24:02.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-06-29T19:24:02.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21522026-06-29T19:24:02.894Z
21532026-06-29T19:24:02.894Zinfo: running `cargo check --bins --no-default-features` on gfss (61/300)
21542026-06-29T19:24:03.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-06-29T19:24:03.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-06-29T19:24:03.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-06-29T19:24:03.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21582026-06-29T19:24:03.402Z
21592026-06-29T19:24:03.402Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/300)
21602026-06-29T19:24:03.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-06-29T19:24:03.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-06-29T19:24:03.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-06-29T19:24:03.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21642026-06-29T19:24:03.908Z
21652026-06-29T19:24:03.908Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/300)
21662026-06-29T19:24:04.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-06-29T19:24:04.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-06-29T19:24:04.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-06-29T19:24:04.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21702026-06-29T19:24:04.434Z
21712026-06-29T19:24:04.434Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/300)
21722026-06-29T19:24:04.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-06-29T19:24:04.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-06-29T19:24:04.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-06-29T19:24:04.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21762026-06-29T19:24:04.961Z
21772026-06-29T19:24:04.961Zinfo: running `cargo check --bins` on cockroach-admin-types (65/300)
21782026-06-29T19:24:05.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-06-29T19:24:05.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-06-29T19:24:05.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-06-29T19:24:05.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21822026-06-29T19:24:05.471Z
21832026-06-29T19:24:05.471Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/300)
21842026-06-29T19:24:05.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-06-29T19:24:05.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-06-29T19:24:05.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-06-29T19:24:05.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21882026-06-29T19:24:05.983Z
21892026-06-29T19:24:05.983Zinfo: running `cargo check --bins` on ereport-types (67/300)
21902026-06-29T19:24:06.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-06-29T19:24:06.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-06-29T19:24:06.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-06-29T19:24:06.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21942026-06-29T19:24:06.501Z
21952026-06-29T19:24:06.502Zinfo: running `cargo check --bins` on gateway-client (68/300)
21962026-06-29T19:24:06.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-06-29T19:24:06.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-06-29T19:24:06.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-06-29T19:24:06.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22002026-06-29T19:24:07.025Z
22012026-06-29T19:24:07.025Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/300)
22022026-06-29T19:24:07.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-06-29T19:24:07.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-06-29T19:24:07.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-06-29T19:24:07.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22062026-06-29T19:24:07.543Z
22072026-06-29T19:24:07.543Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/300)
22082026-06-29T19:24:07.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-06-29T19:24:07.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-06-29T19:24:07.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-06-29T19:24:07.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22122026-06-29T19:24:08.063Z
22132026-06-29T19:24:08.063Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/300)
22142026-06-29T19:24:08.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-06-29T19:24:08.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-06-29T19:24:08.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-06-29T19:24:08.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22182026-06-29T19:24:08.583Z
22192026-06-29T19:24:08.583Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/300)
22202026-06-29T19:24:09.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-06-29T19:24:09.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-06-29T19:24:09.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-06-29T19:24:09.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22242026-06-29T19:24:09.104Z
22252026-06-29T19:24:09.104Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/300)
22262026-06-29T19:24:09.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-06-29T19:24:09.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-06-29T19:24:09.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-06-29T19:24:09.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22302026-06-29T19:24:09.645Z
22312026-06-29T19:24:09.645Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/300)
22322026-06-29T19:24:10.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-06-29T19:24:10.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-06-29T19:24:10.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-06-29T19:24:10.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22362026-06-29T19:24:10.188Z
22372026-06-29T19:24:10.188Zinfo: running `cargo check --bins` on key-manager-types (75/300)
22382026-06-29T19:24:10.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-06-29T19:24:10.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-06-29T19:24:10.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-06-29T19:24:10.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22422026-06-29T19:24:10.697Z
22432026-06-29T19:24:10.697Zinfo: running `cargo check --bins` on oxlog (76/300)
22442026-06-29T19:24:11.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-06-29T19:24:11.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-06-29T19:24:11.253Z Checking cfg-if v1.0.4
22472026-06-29T19:24:11.256Z Checking libc v0.2.185
22482026-06-29T19:24:11.257Z Checking serde_core v1.0.228
22492026-06-29T19:24:11.363Z Checking zeroize v1.8.2
22502026-06-29T19:24:11.373Z Checking memchr v2.8.0
22512026-06-29T19:24:11.381Z Checking log v0.4.29
22522026-06-29T19:24:11.393Z Checking smallvec v1.15.1
22532026-06-29T19:24:11.403Z Checking typenum v1.19.0
22542026-06-29T19:24:11.403Z Checking subtle v2.6.1
22552026-06-29T19:24:11.507Z Checking itoa v1.0.17
22562026-06-29T19:24:11.541Z Checking scopeguard v1.2.0
22572026-06-29T19:24:11.563Z Checking stable_deref_trait v1.2.1
22582026-06-29T19:24:11.566Z Checking const-oid v0.9.6
22592026-06-29T19:24:11.623Z Checking zerofrom v0.1.6
22602026-06-29T19:24:11.639Z Checking lock_api v0.4.14
22612026-06-29T19:24:11.653Z Checking pin-project-lite v0.2.17
22622026-06-29T19:24:11.734Z Checking yoke v0.8.1
22632026-06-29T19:24:11.746Z Checking getrandom v0.2.17
22642026-06-29T19:24:11.749Z Checking errno v0.3.14
22652026-06-29T19:24:11.766Z Checking parking_lot_core v0.9.12
22662026-06-29T19:24:11.832Z Checking portable-atomic v1.13.1
22672026-06-29T19:24:11.860Z Checking signal-hook-registry v1.4.8
22682026-06-29T19:24:11.885Z Checking rand_core v0.6.4
22692026-06-29T19:24:11.896Z Checking zerovec v0.11.5
22702026-06-29T19:24:11.945Z Checking critical-section v1.2.0
22712026-06-29T19:24:12.013Z Checking futures-core v0.3.32
22722026-06-29T19:24:12.040Z Checking parking_lot v0.12.5
22732026-06-29T19:24:12.054Z Checking mio v1.2.0
22742026-06-29T19:24:12.075Z Checking generic-array v0.14.7
22752026-06-29T19:24:12.130Z Checking zerocopy v0.8.40
22762026-06-29T19:24:12.225Z Checking zmij v1.0.21
22772026-06-29T19:24:12.239Z Checking once_cell v1.21.3
22782026-06-29T19:24:12.254Z Checking socket2 v0.6.3
22792026-06-29T19:24:12.329Z Checking tinystr v0.8.2
22802026-06-29T19:24:12.336Z Checking libm v0.2.16
22812026-06-29T19:24:12.408Z Checking litemap v0.8.1
22822026-06-29T19:24:12.435Z Checking equivalent v1.0.2
22832026-06-29T19:24:12.488Z Checking writeable v0.6.2
22842026-06-29T19:24:12.503Z Checking percent-encoding v2.3.2
22852026-06-29T19:24:12.515Z Checking potential_utf v0.1.4
22862026-06-29T19:24:12.528Z Checking crypto-common v0.1.7
22872026-06-29T19:24:12.576Z Checking block-buffer v0.10.4
22882026-06-29T19:24:12.635Z Checking icu_locale_core v2.1.1
22892026-06-29T19:24:12.639Z Checking zerotrie v0.2.3
22902026-06-29T19:24:12.659Z Checking futures-sink v0.3.32
22912026-06-29T19:24:12.672Z Checking icu_collections v2.1.1
22922026-06-29T19:24:12.710Z Checking digest v0.10.7
22932026-06-29T19:24:12.753Z Checking futures-channel v0.3.32
22942026-06-29T19:24:12.842Z Checking serde v1.0.228
22952026-06-29T19:24:12.883Z Checking bitflags v2.11.0
22962026-06-29T19:24:12.897Z Checking serde_json v1.0.150
22972026-06-29T19:24:12.944Z Checking futures-task v0.3.32
22982026-06-29T19:24:12.975Z Checking futures-io v0.3.32
22992026-06-29T19:24:13.032Z Checking num-traits v0.2.19
23002026-06-29T19:24:13.049Z Checking slab v0.4.12
23012026-06-29T19:24:13.086Z Checking cpufeatures v0.2.17
23022026-06-29T19:24:13.101Z Checking hmac v0.12.1
23032026-06-29T19:24:13.155Z Checking icu_normalizer_data v2.1.1
23042026-06-29T19:24:13.191Z Checking icu_provider v2.1.1
23052026-06-29T19:24:13.222Z Checking futures-util v0.3.32
23062026-06-29T19:24:13.225Z Checking icu_properties_data v2.1.2
23072026-06-29T19:24:13.245Z Checking hashbrown v0.17.0
23082026-06-29T19:24:13.256Z Checking bytes v1.11.1
23092026-06-29T19:24:13.355Z Checking rand_core v0.10.0
23102026-06-29T19:24:13.416Z Checking icu_properties v2.1.2
23112026-06-29T19:24:13.494Z Checking getrandom v0.4.1
23122026-06-29T19:24:13.550Z Checking icu_normalizer v2.1.1
23132026-06-29T19:24:13.581Z Checking block-padding v0.3.3
23142026-06-29T19:24:13.642Z Checking utf8_iter v1.0.4
23152026-06-29T19:24:13.693Z Checking tokio v1.52.1
23162026-06-29T19:24:13.707Z Checking indexmap v2.14.0
23172026-06-29T19:24:13.727Z Checking inout v0.1.4
23182026-06-29T19:24:13.772Z Checking sha2 v0.10.9
23192026-06-29T19:24:13.859Z Checking form_urlencoded v1.2.2
23202026-06-29T19:24:13.873Z Checking cipher v0.4.4
23212026-06-29T19:24:13.988Z Checking getrandom v0.3.4
23222026-06-29T19:24:14.048Z Checking fnv v1.0.7
23232026-06-29T19:24:14.081Z Checking byteorder v1.5.0
23242026-06-29T19:24:14.132Z Checking base64ct v1.8.3
23252026-06-29T19:24:14.148Z Checking flagset v0.4.7
23262026-06-29T19:24:14.251Z Checking idna_adapter v1.2.1
23272026-06-29T19:24:14.270Z Checking rand_core v0.9.5
23282026-06-29T19:24:14.283Z Checking http v1.4.2
23292026-06-29T19:24:14.295Z Checking regex-syntax v0.8.10
23302026-06-29T19:24:14.364Z Checking idna v1.1.0
23312026-06-29T19:24:14.370Z Checking pem-rfc7468 v0.7.0
23322026-06-29T19:24:14.445Z Checking salsa20 v0.10.2
23332026-06-29T19:24:14.531Z Checking der v0.7.10
23342026-06-29T19:24:14.576Z Checking uuid v1.23.4
23352026-06-29T19:24:14.608Z Checking url v2.5.8
23362026-06-29T19:24:14.842Z Checking pbkdf2 v0.12.2
23372026-06-29T19:24:14.887Z Checking rustix v1.1.3
23382026-06-29T19:24:14.915Z Checking ppv-lite86 v0.2.21
23392026-06-29T19:24:14.950Z Checking tracing-core v0.1.36
23402026-06-29T19:24:15.046Z Checking base64 v0.22.1
23412026-06-29T19:24:15.167Z Checking iana-time-zone v0.1.65
23422026-06-29T19:24:15.216Z Checking rand_chacha v0.9.0
23432026-06-29T19:24:15.260Z Checking tracing v0.1.44
23442026-06-29T19:24:15.271Z Checking spki v0.7.3
23452026-06-29T19:24:15.274Z Checking chrono v0.4.44
23462026-06-29T19:24:15.294Z Checking scrypt v0.11.0
23472026-06-29T19:24:15.412Z Checking http-body v1.0.1
23482026-06-29T19:24:15.428Z Checking cbc v0.1.2
23492026-06-29T19:24:15.433Z Checking aes v0.8.4
23502026-06-29T19:24:15.457Z Checking rustls-pki-types v1.14.0
23512026-06-29T19:24:15.564Z Checking tinyvec_macros v0.1.1
23522026-06-29T19:24:15.569Z Checking openssl-probe v0.2.1
23532026-06-29T19:24:15.605Z Checking tinyvec v1.10.0
23542026-06-29T19:24:15.619Z Checking rand v0.9.2
23552026-06-29T19:24:15.665Z Checking aws-lc-sys v0.40.0
23562026-06-29T19:24:15.729Z Checking tower-service v0.3.3
23572026-06-29T19:24:15.744Z Checking tower-layer v0.3.3
23582026-06-29T19:24:15.815Z Checking atomic-waker v1.1.2
23592026-06-29T19:24:15.818Z Checking pkcs5 v0.7.1
23602026-06-29T19:24:15.892Z Checking try-lock v0.2.5
23612026-06-29T19:24:15.911Z Checking untrusted v0.7.1
23622026-06-29T19:24:15.926Z Checking ipnet v2.11.0
23632026-06-29T19:24:15.986Z Checking want v0.3.1
23642026-06-29T19:24:16.023Z Checking httparse v1.10.1
23652026-06-29T19:24:16.076Z Checking pkcs8 v0.10.2
23662026-06-29T19:24:16.089Z Checking aho-corasick v1.1.4
23672026-06-29T19:24:16.110Z Checking untrusted v0.9.0
23682026-06-29T19:24:16.136Z Checking fastrand v2.3.0
23692026-06-29T19:24:16.150Z Checking aws-lc-rs v1.16.3
23702026-06-29T19:24:16.185Z Checking utf8parse v0.2.2
23712026-06-29T19:24:16.213Z Checking dyn-clone v1.0.20
23722026-06-29T19:24:16.234Z Checking plain v0.2.3
23732026-06-29T19:24:16.255Z Checking foreign-types-shared v0.1.1
23742026-06-29T19:24:16.283Z Checking httpdate v1.0.3
23752026-06-29T19:24:16.312Z Checking tempfile v3.25.0
23762026-06-29T19:24:16.326Z Checking unicode-normalization v0.1.25
23772026-06-29T19:24:16.345Z Checking foreign-types v0.3.2
23782026-06-29T19:24:16.348Z Checking semver v1.0.28
23792026-06-29T19:24:16.405Z Checking openssl-sys v0.9.115
23802026-06-29T19:24:16.425Z Checking spin v0.9.8
23812026-06-29T19:24:16.507Z Checking unicode-ident v1.0.24
23822026-06-29T19:24:16.553Z Checking anstyle v1.0.14
23832026-06-29T19:24:16.610Z Checking ucd-trie v0.1.7
23842026-06-29T19:24:16.625Z Checking proc-macro2 v1.0.106
23852026-06-29T19:24:16.727Z Checking schemars v0.8.22
23862026-06-29T19:24:16.743Z Checking thiserror v2.0.18
23872026-06-29T19:24:16.757Z Checking pest v2.8.6
23882026-06-29T19:24:16.768Z Checking regex-automata v0.4.14
23892026-06-29T19:24:16.781Z Checking openssl v0.10.79
23902026-06-29T19:24:16.841Z Checking sync_wrapper v1.0.2
23912026-06-29T19:24:16.933Z Checking wait-timeout v0.2.1
23922026-06-29T19:24:16.946Z Checking pretty-hex v0.4.1
23932026-06-29T19:24:16.991Z Checking tokio-util v0.7.18
23942026-06-29T19:24:17.005Z Checking rustls-webpki v0.103.9
23952026-06-29T19:24:17.053Z Checking powerfmt v0.2.0
23962026-06-29T19:24:17.065Z Checking is_terminal_polyfill v1.70.2
23972026-06-29T19:24:17.148Z Checking siphasher v1.0.2
23982026-06-29T19:24:17.203Z Checking simd-adler32 v0.3.8
23992026-06-29T19:24:17.307Z Checking quick-error v1.2.3
24002026-06-29T19:24:17.374Z Checking anstyle-query v1.1.5
24012026-06-29T19:24:17.391Z Checking colorchoice v1.0.4
24022026-06-29T19:24:17.410Z Checking bit-vec v0.8.0
24032026-06-29T19:24:17.423Z Checking rustls v0.23.41
24042026-06-29T19:24:17.466Z Checking rusty-fork v0.3.1
24052026-06-29T19:24:17.488Z Checking deranged v0.5.8
24062026-06-29T19:24:17.604Z Checking bit-set v0.8.0
24072026-06-29T19:24:17.616Z Checking h2 v0.4.15
24082026-06-29T19:24:17.633Z Checking tower v0.5.3
24092026-06-29T19:24:17.749Z Checking quote v1.0.45
24102026-06-29T19:24:17.822Z Compiling newtype-uuid v1.3.2
24112026-06-29T19:24:17.921Z Checking http-body-util v0.1.3
24122026-06-29T19:24:18.001Z Checking crossbeam-utils v0.8.21
24132026-06-29T19:24:18.021Z Checking rand_xorshift v0.4.0
24142026-06-29T19:24:18.135Z Checking crc32fast v1.5.0
24152026-06-29T19:24:18.147Z Checking scroll v0.13.0
24162026-06-29T19:24:18.279Z Checking signature v2.2.0
24172026-06-29T19:24:18.340Z Checking time-core v0.1.8
24182026-06-29T19:24:18.376Z Checking unicode-properties v0.1.4
24192026-06-29T19:24:18.408Z Checking num_threads v0.1.7
24202026-06-29T19:24:18.420Z Checking num-conv v0.2.0
24212026-06-29T19:24:18.481Z Checking adler2 v2.0.1
24222026-06-29T19:24:18.494Z Checking iri-string v0.7.10
24232026-06-29T19:24:18.530Z Checking unicode-bidi v0.3.18
24242026-06-29T19:24:18.564Z Checking ryu v1.0.23
24252026-06-29T19:24:18.587Z Checking unarray v0.1.4
24262026-06-29T19:24:18.632Z Checking allocator-api2 v0.2.21
24272026-06-29T19:24:18.688Z Checking proptest v1.11.0
24282026-06-29T19:24:18.701Z Checking serde_urlencoded v0.7.1
24292026-06-29T19:24:18.830Z Checking native-tls v0.2.18
24302026-06-29T19:24:18.843Z Checking stringprep v0.1.5
24312026-06-29T19:24:18.914Z Checking bstr v1.12.1
24322026-06-29T19:24:18.929Z Checking miniz_oxide v0.8.9
24332026-06-29T19:24:18.992Z Checking time v0.3.47
24342026-06-29T19:24:19.011Z Checking tokio-native-tls v0.3.1
24352026-06-29T19:24:19.173Z Checking goblin v0.10.5
24362026-06-29T19:24:19.296Z Checking crossbeam-epoch v0.9.18
24372026-06-29T19:24:19.325Z Compiling daft v0.1.7
24382026-06-29T19:24:19.521Z Checking syn v2.0.117
24392026-06-29T19:24:19.548Z Checking tower-http v0.6.8
24402026-06-29T19:24:19.607Z Checking ipnetwork v0.21.1
24412026-06-29T19:24:19.729Z Checking anstyle-parse v1.0.0
24422026-06-29T19:24:19.823Z Checking rustls-native-certs v0.8.3
24432026-06-29T19:24:19.835Z Checking rand_chacha v0.3.1
24442026-06-29T19:24:19.882Z Checking scroll v0.12.0
24452026-06-29T19:24:19.952Z Checking thiserror v1.0.69
24462026-06-29T19:24:20.041Z Checking hash32 v0.2.1
24472026-06-29T19:24:20.054Z Checking zstd-sys v2.0.16+zstd.1.5.7
24482026-06-29T19:24:20.110Z Checking num-integer v0.1.46
24492026-06-29T19:24:20.136Z Checking serde_spanned v0.6.9
24502026-06-29T19:24:20.162Z Checking toml_datetime v0.6.11
24512026-06-29T19:24:20.197Z Checking md-5 v0.10.6
24522026-06-29T19:24:20.262Z Checking ff v0.13.1
24532026-06-29T19:24:20.333Z Checking encoding_rs v0.8.35
24542026-06-29T19:24:20.348Z Checking base16ct v0.2.0
24552026-06-29T19:24:20.352Z Checking zlib-rs v0.6.2
24562026-06-29T19:24:20.394Z Checking psl-types v2.0.11
24572026-06-29T19:24:20.488Z Checking mime v0.3.17
24582026-06-29T19:24:20.503Z Checking hyper v1.10.1
24592026-06-29T19:24:20.515Z Checking fallible-iterator v0.2.0
24602026-06-29T19:24:20.657Z Checking publicsuffix v2.3.0
24612026-06-29T19:24:20.678Z Checking sec1 v0.7.3
24622026-06-29T19:24:20.789Z Checking postgres-protocol v0.6.10
24632026-06-29T19:24:20.816Z Checking group v0.13.0
24642026-06-29T19:24:20.887Z Checking num-iter v0.1.45
24652026-06-29T19:24:20.962Z Checking heapless v0.7.17
24662026-06-29T19:24:20.994Z Checking zstd-safe v7.2.4
24672026-06-29T19:24:21.109Z Checking cookie v0.18.1
24682026-06-29T19:24:21.162Z Checking goblin v0.8.2
24692026-06-29T19:24:21.238Z Checking flate2 v1.1.9
24702026-06-29T19:24:21.278Z Checking rand v0.8.6
24712026-06-29T19:24:21.341Z Checking anstream v1.0.0
24722026-06-29T19:24:21.381Z Checking oxnet v0.1.6
24732026-06-29T19:24:21.453Z Checking hyper-util v0.1.20
24742026-06-29T19:24:21.531Z Checking dof v0.4.0
24752026-06-29T19:24:21.545Z Compiling iddqd v0.4.2
24762026-06-29T19:24:21.558Z Checking tokio-rustls v0.26.4
24772026-06-29T19:24:21.642Z Checking dtrace-parser v0.3.0
24782026-06-29T19:24:21.784Z Checking phf_shared v0.13.1
24792026-06-29T19:24:21.799Z Checking lazy_static v1.5.0
24802026-06-29T19:24:21.830Z Checking anstyle-parse v0.2.7
24812026-06-29T19:24:21.880Z Checking zerocopy v0.7.35
24822026-06-29T19:24:21.892Z Checking pin-project v1.1.11
24832026-06-29T19:24:21.978Z Checking terminal_size v0.4.3
24842026-06-29T19:24:21.983Z Checking bzip2-sys v0.1.13+1.0.8
24852026-06-29T19:24:21.983Z Checking signal-hook v0.3.18
24862026-06-29T19:24:22.084Z Checking futures-executor v0.3.32
24872026-06-29T19:24:22.098Z Checking hex v0.4.3
24882026-06-29T19:24:22.166Z Checking hkdf v0.12.4
24892026-06-29T19:24:22.179Z Checking crypto-bigint v0.5.5
24902026-06-29T19:24:22.232Z Checking thread-id v5.1.0
24912026-06-29T19:24:22.299Z Checking winnow v0.5.40
24922026-06-29T19:24:22.313Z Compiling rayon-core v1.13.0
24932026-06-29T19:24:22.325Z Checking same-file v1.0.6
24942026-06-29T19:24:22.372Z Checking managed v0.8.0
24952026-06-29T19:24:22.439Z Checking foldhash v0.1.5
24962026-06-29T19:24:22.486Z Checking strsim v0.11.1
24972026-06-29T19:24:22.557Z Checking bumpalo v3.20.2
24982026-06-29T19:24:22.575Z Checking bitflags v1.3.2
24992026-06-29T19:24:22.647Z Checking either v1.15.0
25002026-06-29T19:24:22.659Z Checking clap_lex v1.0.0
25012026-06-29T19:24:22.730Z Checking hyper-tls v0.6.0
25022026-06-29T19:24:22.753Z Checking libbz2-rs-sys v0.2.2
25032026-06-29T19:24:22.809Z Checking foldhash v0.2.0
25042026-06-29T19:24:22.829Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25052026-06-29T19:24:22.842Z Checking clap_builder v4.6.0
25062026-06-29T19:24:22.898Z Checking reqwest v0.12.28
25072026-06-29T19:24:22.961Z Checking hashbrown v0.16.1
25082026-06-29T19:24:23.009Z Checking zopfli v0.8.3
25092026-06-29T19:24:23.089Z Checking dof v0.3.0
25102026-06-29T19:24:23.089Z Checking elliptic-curve v0.13.8
25112026-06-29T19:24:23.144Z Checking bzip2 v0.6.1
25122026-06-29T19:24:23.311Z Checking hyper-rustls v0.27.7
25132026-06-29T19:24:23.332Z Checking smoltcp v0.9.1
25142026-06-29T19:24:23.368Z Checking hashbrown v0.15.5
25152026-06-29T19:24:23.426Z Checking walkdir v2.5.0
25162026-06-29T19:24:23.466Z Checking toml_edit v0.19.15
25172026-06-29T19:24:23.469Z Checking usdt-impl v0.6.0
25182026-06-29T19:24:23.573Z Checking futures v0.3.32
25192026-06-29T19:24:23.583Z Checking signal-hook-mio v0.2.5
25202026-06-29T19:24:23.592Z Checking bzip2 v0.4.4
25212026-06-29T19:24:23.672Z Checking snafu v0.8.9
25222026-06-29T19:24:23.684Z Checking anstream v0.6.21
25232026-06-29T19:24:23.763Z Checking phf v0.13.1
25242026-06-29T19:24:23.766Z Checking num-bigint-dig v0.8.6
25252026-06-29T19:24:23.881Z Checking cookie_store v0.22.1
25262026-06-29T19:24:23.912Z Checking zstd v0.13.3
25272026-06-29T19:24:23.915Z Checking postgres-types v0.2.12
25282026-06-29T19:24:23.943Z Checking dtrace-parser v0.2.0
25292026-06-29T19:24:24.091Z Checking rustls-platform-verifier v0.6.2
25302026-06-29T19:24:24.104Z Checking crossbeam-deque v0.8.6
25312026-06-29T19:24:24.114Z Checking globset v0.4.18
25322026-06-29T19:24:24.187Z Checking regex v1.12.3
25332026-06-29T19:24:24.218Z Checking ed25519 v2.2.3
25342026-06-29T19:24:24.228Z Checking phf_shared v0.11.3
25352026-06-29T19:24:24.241Z Checking olpc-cjson v0.1.4
25362026-06-29T19:24:24.276Z Checking curve25519-dalek v4.1.3
25372026-06-29T19:24:24.365Z Checking ref-cast v1.0.25
25382026-06-29T19:24:24.368Z Checking strum v0.27.2
25392026-06-29T19:24:24.385Z Checking hubpack v0.1.2
25402026-06-29T19:24:24.397Z Checking memoffset v0.9.1
25412026-06-29T19:24:24.459Z Checking rustix v0.38.44
25422026-06-29T19:24:24.463Z Checking pkcs1 v0.7.5
25432026-06-29T19:24:24.482Z Checking pem v3.0.6
25442026-06-29T19:24:24.486Z Checking float-cmp v0.10.0
25452026-06-29T19:24:24.519Z Checking serde-big-array v0.5.1
25462026-06-29T19:24:24.544Z Checking erased-serde v0.3.31
25472026-06-29T19:24:24.593Z Checking serde_plain v1.0.2
25482026-06-29T19:24:24.609Z Checking rfc6979 v0.4.0
25492026-06-29T19:24:24.628Z Checking memmap2 v0.9.10
25502026-06-29T19:24:24.648Z Checking thread-id v4.2.2
25512026-06-29T19:24:24.673Z Checking env_filter v1.0.0
25522026-06-29T19:24:24.718Z Checking winnow v1.0.3
25532026-06-29T19:24:24.730Z Checking whoami v2.1.0
25542026-06-29T19:24:24.741Z Checking difflib v0.4.0
25552026-06-29T19:24:24.786Z Checking toml_write v0.1.2
25562026-06-29T19:24:24.813Z Checking jiff v0.2.21
25572026-06-29T19:24:24.913Z Checking unicode-segmentation v1.12.0
25582026-06-29T19:24:24.925Z Checking static_assertions v1.1.0
25592026-06-29T19:24:24.935Z Checking normalize-line-endings v0.3.0
25602026-06-29T19:24:24.948Z Checking data-encoding v2.10.0
25612026-06-29T19:24:24.989Z Checking fixedbitset v0.4.2
25622026-06-29T19:24:25.003Z Checking typed-path v0.9.3
25632026-06-29T19:24:25.023Z Checking new_debug_unreachable v1.0.6
25642026-06-29T19:24:25.059Z Checking keccak v0.1.6
25652026-06-29T19:24:25.090Z Checking precomputed-hash v0.1.1
25662026-06-29T19:24:25.138Z Checking predicates-core v1.0.10
25672026-06-29T19:24:25.172Z Checking fixedbitset v0.5.7
25682026-06-29T19:24:25.218Z Checking winnow v0.7.14
25692026-06-29T19:24:25.231Z Checking sha3 v0.10.8
25702026-06-29T19:24:25.235Z Checking similar v2.7.0
25712026-06-29T19:24:25.257Z Checking predicates v3.1.4
25722026-06-29T19:24:25.270Z Checking crossterm v0.28.1
25732026-06-29T19:24:25.370Z Checking petgraph v0.8.3
25742026-06-29T19:24:25.430Z Checking hickory-proto v0.25.2
25752026-06-29T19:24:25.559Z Checking string_cache v0.8.9
25762026-06-29T19:24:25.618Z Checking petgraph v0.6.5
25772026-06-29T19:24:25.727Z Checking ed25519-dalek v2.2.0
25782026-06-29T19:24:25.784Z Checking tough v0.22.0
25792026-06-29T19:24:25.958Z Checking toml_parser v1.1.2+spec-1.1.0
25802026-06-29T19:24:25.970Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25812026-06-29T19:24:26.287Z Checking slog v2.8.2
25822026-06-29T19:24:26.404Z Checking toml_edit v0.22.27
25832026-06-29T19:24:26.550Z Checking tokio-postgres v0.7.16
25842026-06-29T19:24:26.938Z Checking env_logger v0.11.9
25852026-06-29T19:24:26.957Z Checking usdt v0.6.0
25862026-06-29T19:24:27.057Z Checking zip v4.6.1
25872026-06-29T19:24:27.085Z Checking usdt-impl v0.5.0
25882026-06-29T19:24:27.123Z Checking ecdsa v0.16.9
25892026-06-29T19:24:27.365Z Checking rsa v0.9.10
25902026-06-29T19:24:27.463Z Checking toml v0.7.8
25912026-06-29T19:24:27.502Z Checking nix v0.31.2
25922026-06-29T19:24:27.810Z Checking reqwest v0.13.2
25932026-06-29T19:24:27.822Z Checking clap v4.6.1
25942026-06-29T19:24:27.833Z Checking zip v0.6.6
25952026-06-29T19:24:27.914Z Checking itertools v0.13.0
25962026-06-29T19:24:28.102Z Checking serde_with v3.17.0
25972026-06-29T19:24:28.148Z Checking strum v0.26.3
25982026-06-29T19:24:28.250Z Checking fs-err v3.3.0
25992026-06-29T19:24:28.262Z Checking ahash v0.8.12
26002026-06-29T19:24:28.283Z Checking object v0.37.3
26012026-06-29T19:24:28.455Z Checking tokio-stream v0.1.18
26022026-06-29T19:24:28.553Z Checking buf-list v1.1.2
26032026-06-29T19:24:28.553Z Checking camino v1.2.2
26042026-06-29T19:24:28.565Z Checking anyhow v1.0.102
26052026-06-29T19:24:28.656Z Checking x509-cert v0.2.5
26062026-06-29T19:24:28.747Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26072026-06-29T19:24:28.783Z Checking openapiv3 v2.2.0
26082026-06-29T19:24:28.826Z Checking sha1 v0.10.6
26092026-06-29T19:24:28.860Z Checking peg-runtime v0.8.5
26102026-06-29T19:24:28.957Z Checking lalrpop-util v0.19.12
26112026-06-29T19:24:28.987Z Checking rayon v1.11.0
26122026-06-29T19:24:29.002Z Checking sigpipe v0.1.3
26132026-06-29T19:24:29.014Z Checking glob v0.3.3
26142026-06-29T19:24:30.572Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26152026-06-29T19:24:30.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.11s
26162026-06-29T19:24:30.959Z
26172026-06-29T19:24:30.959Zinfo: running `cargo check --bins` on internal-dns-types (77/300)
26182026-06-29T19:24:31.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26192026-06-29T19:24:31.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26202026-06-29T19:24:31.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26212026-06-29T19:24:31.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26222026-06-29T19:24:31.486Z
26232026-06-29T19:24:31.486Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/300)
26242026-06-29T19:24:31.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26252026-06-29T19:24:31.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26262026-06-29T19:24:31.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26272026-06-29T19:24:31.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26282026-06-29T19:24:32.014Z
26292026-06-29T19:24:32.014Zinfo: running `cargo check --bins` on nexus-types-versions (79/300)
26302026-06-29T19:24:32.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26312026-06-29T19:24:32.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26322026-06-29T19:24:32.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26332026-06-29T19:24:32.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26342026-06-29T19:24:32.553Z
26352026-06-29T19:24:32.554Zinfo: running `cargo check --bins` on oxql-types (80/300)
26362026-06-29T19:24:32.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372026-06-29T19:24:32.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382026-06-29T19:24:32.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26392026-06-29T19:24:33.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26402026-06-29T19:24:33.076Z
26412026-06-29T19:24:33.076Zinfo: running `cargo check --bins` on oximeter-types (81/300)
26422026-06-29T19:24:33.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432026-06-29T19:24:33.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442026-06-29T19:24:33.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26452026-06-29T19:24:33.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26462026-06-29T19:24:33.599Z
26472026-06-29T19:24:33.599Zinfo: running `cargo check --bins` on oximeter-types-versions (82/300)
26482026-06-29T19:24:34.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492026-06-29T19:24:34.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502026-06-29T19:24:34.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512026-06-29T19:24:34.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26522026-06-29T19:24:34.126Z
26532026-06-29T19:24:34.127Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/300)
26542026-06-29T19:24:34.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552026-06-29T19:24:34.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562026-06-29T19:24:34.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26572026-06-29T19:24:34.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26582026-06-29T19:24:34.637Z
26592026-06-29T19:24:34.637Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/300)
26602026-06-29T19:24:35.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612026-06-29T19:24:35.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622026-06-29T19:24:35.267Z Compiling structmeta-derive v0.3.0
26632026-06-29T19:24:35.380Z Compiling multer v3.1.0
26642026-06-29T19:24:35.390Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26652026-06-29T19:24:35.390Z Compiling async-stream-impl v0.3.6
26662026-06-29T19:24:35.407Z Compiling dropshot v0.17.1
26672026-06-29T19:24:35.421Z Compiling newtype-uuid-macros v0.1.0
26682026-06-29T19:24:35.421Z Compiling dropshot_endpoint v0.17.1
26692026-06-29T19:24:35.445Z Checking newtype-uuid v1.3.2
26702026-06-29T19:24:35.599Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26712026-06-29T19:24:35.629Z Checking hybrid-array v0.4.10
26722026-06-29T19:24:35.647Z Checking daft v0.1.7
26732026-06-29T19:24:35.881Z Checking thread_local v1.1.9
26742026-06-29T19:24:35.979Z Checking match_cfg v0.1.0
26752026-06-29T19:24:35.996Z Checking compression-core v0.4.31
26762026-06-29T19:24:36.044Z Checking const-oid v0.10.2
26772026-06-29T19:24:36.057Z Checking hostname v0.3.1
26782026-06-29T19:24:36.074Z Checking crypto-common v0.2.2
26792026-06-29T19:24:36.120Z Checking block-buffer v0.12.1
26802026-06-29T19:24:36.148Z Checking compression-codecs v0.4.37
26812026-06-29T19:24:36.177Z Checking iddqd v0.4.2
26822026-06-29T19:24:36.200Z Checking crossbeam-channel v0.5.15
26832026-06-29T19:24:36.262Z Checking atomicwrites v0.4.4
26842026-06-29T19:24:36.275Z Checking slog-json v2.6.1
26852026-06-29T19:24:36.313Z Checking toml_datetime v1.1.1+spec-1.1.0
26862026-06-29T19:24:36.387Z Checking serde_spanned v1.1.1
26872026-06-29T19:24:36.414Z Compiling structmeta v0.3.0
26882026-06-29T19:24:36.427Z Checking is-terminal v0.4.17
26892026-06-29T19:24:36.510Z Checking toml_writer v1.1.1+spec-1.1.0
26902026-06-29T19:24:36.521Z Checking take_mut v0.2.2
26912026-06-29T19:24:36.524Z Checking cpufeatures v0.3.0
26922026-06-29T19:24:36.544Z Checking debug-ignore v1.0.5
26932026-06-29T19:24:36.600Z Checking term v1.2.1
26942026-06-29T19:24:36.618Z Checking slog-async v2.8.0
26952026-06-29T19:24:36.630Z Compiling derive-ex v0.1.8
26962026-06-29T19:24:36.643Z Compiling parse-display-derive v0.10.0
26972026-06-29T19:24:36.645Z Checking digest v0.11.3
26982026-06-29T19:24:36.681Z Checking toml v1.1.2+spec-1.1.0
26992026-06-29T19:24:36.787Z Checking slog-bunyan v2.5.0
27002026-06-29T19:24:36.800Z Checking sha1 v0.11.0
27012026-06-29T19:24:36.823Z Checking slog-term v2.9.2
27022026-06-29T19:24:36.899Z Checking async-compression v0.4.41
27032026-06-29T19:24:37.099Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27042026-06-29T19:24:37.145Z Checking async-stream v0.3.6
27052026-06-29T19:24:37.149Z Checking progenitor-client v0.14.0
27062026-06-29T19:24:37.173Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27072026-06-29T19:24:37.186Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27082026-06-29T19:24:37.273Z Checking waitgroup v0.1.2
27092026-06-29T19:24:37.277Z Checking rustls-pemfile v2.2.0
27102026-06-29T19:24:37.324Z Checking backon v1.6.0
27112026-06-29T19:24:37.371Z Checking serde_path_to_error v0.1.20
27122026-06-29T19:24:37.384Z Checking hostname v0.4.2
27132026-06-29T19:24:37.423Z Checking instant v0.1.13
27142026-06-29T19:24:37.513Z Checking backoff v0.4.0
27152026-06-29T19:24:37.679Z Checking progenitor-extras v0.2.0
27162026-06-29T19:24:37.707Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27172026-06-29T19:24:37.878Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27182026-06-29T19:24:37.896Z Checking itertools v0.14.0
27192026-06-29T19:24:37.899Z Checking regress v0.10.5
27202026-06-29T19:24:37.922Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27212026-06-29T19:24:38.322Z Checking parse-display v0.10.0
27222026-06-29T19:24:38.336Z Compiling test-strategy v0.4.5
27232026-06-29T19:24:38.402Z Checking macaddr v1.0.1
27242026-06-29T19:24:38.661Z Checking humantime v2.3.0
27252026-06-29T19:24:39.578Z Compiling prettyplease v0.2.37
27262026-06-29T19:24:39.820Z Checking num-rational v0.4.2
27272026-06-29T19:24:39.856Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27282026-06-29T19:24:40.235Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27292026-06-29T19:24:40.399Z Checking num-complex v0.4.6
27302026-06-29T19:24:40.826Z Compiling num v0.4.3
27312026-06-29T19:24:40.902Z Compiling usdt-attr-macro v0.5.0
27322026-06-29T19:24:40.963Z Compiling usdt-macro v0.5.0
27332026-06-29T19:24:40.999Z Checking memmap v0.7.0
27342026-06-29T19:24:41.046Z Checking float-ord v0.3.2
27352026-06-29T19:24:41.154Z Compiling convert_case v0.4.0
27362026-06-29T19:24:41.191Z Checking unicode-width v0.2.0
27372026-06-29T19:24:41.440Z Checking console v0.15.11
27382026-06-29T19:24:41.524Z Compiling derive_more v0.99.20
27392026-06-29T19:24:41.681Z Checking newline-converter v0.3.0
27402026-06-29T19:24:41.700Z Checking usdt v0.5.0
27412026-06-29T19:24:41.729Z Compiling toml v0.8.23
27422026-06-29T19:24:41.797Z Compiling minimal-lexical v0.2.1
27432026-06-29T19:24:41.872Z Checking linked-hash-map v0.5.6
27442026-06-29T19:24:42.042Z Checking lru-cache v0.1.2
27452026-06-29T19:24:42.045Z Compiling nom v7.1.3
27462026-06-29T19:24:42.177Z Checking expectorate v1.2.0
27472026-06-29T19:24:42.402Z Checking camino-tempfile v1.4.1
27482026-06-29T19:24:42.566Z Checking hickory-proto v0.24.4
27492026-06-29T19:24:42.820Z Checking phf_shared v0.12.1
27502026-06-29T19:24:42.966Z Compiling slog-dtrace v0.3.0
27512026-06-29T19:24:43.109Z Checking resolv-conf v0.7.6
27522026-06-29T19:24:43.164Z Checking heck v0.5.0
27532026-06-29T19:24:43.291Z Compiling chrono-tz v0.10.4
27542026-06-29T19:24:43.305Z Compiling const_format_proc_macros v0.2.34
27552026-06-29T19:24:43.372Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27562026-06-29T19:24:43.538Z Checking phf v0.12.1
27572026-06-29T19:24:43.567Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27582026-06-29T19:24:43.681Z Checking tokio-dtrace v0.1.1
27592026-06-29T19:24:43.904Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27602026-06-29T19:24:43.918Z Compiling derive-where v1.6.0
27612026-06-29T19:24:44.080Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27622026-06-29T19:24:44.150Z Checking highway v1.3.0
27632026-06-29T19:24:44.442Z Checking const_format v0.2.35
27642026-06-29T19:24:44.468Z Checking hickory-resolver v0.24.4
27652026-06-29T19:24:44.683Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27662026-06-29T19:24:45.232Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27672026-06-29T19:24:45.237Z Checking oxide-tokio-rt v0.1.4
27682026-06-29T19:24:45.248Z Checking qorb v0.4.1
27692026-06-29T19:24:45.359Z Checking gethostname v0.5.0
27702026-06-29T19:24:45.418Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27712026-06-29T19:24:45.448Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27722026-06-29T19:24:45.541Z Checking bcs v0.1.6
27732026-06-29T19:24:45.612Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27742026-06-29T19:24:45.694Z Checking termtree v0.5.1
27752026-06-29T19:24:48.896Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27762026-06-29T19:24:51.318Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27772026-06-29T19:24:53.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.79s
27782026-06-29T19:24:53.596Z
27792026-06-29T19:24:53.596Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/300)
27802026-06-29T19:24:54.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812026-06-29T19:24:54.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822026-06-29T19:24:54.234Z Compiling ar_archive_writer v0.5.1
27832026-06-29T19:24:54.338Z Compiling stacker v0.1.23
27842026-06-29T19:24:54.346Z Compiling cfg_aliases v0.1.1
27852026-06-29T19:24:54.354Z Compiling convert_case v0.10.0
27862026-06-29T19:24:54.357Z Checking unicode-width v0.1.14
27872026-06-29T19:24:54.369Z Compiling proc-macro-error v1.0.4
27882026-06-29T19:24:54.379Z Checking fd-lock v4.0.4
27892026-06-29T19:24:54.379Z Checking nibble_vec v0.1.0
27902026-06-29T19:24:54.402Z Compiling nix v0.28.0
27912026-06-29T19:24:54.492Z Checking vte v0.14.1
27922026-06-29T19:24:54.503Z Compiling recursive-proc-macro-impl v0.1.1
27932026-06-29T19:24:54.591Z Checking bytecount v0.6.9
27942026-06-29T19:24:54.605Z Checking endian-type v0.1.2
27952026-06-29T19:24:54.639Z Checking strip-ansi-escapes v0.2.1
27962026-06-29T19:24:54.651Z Compiling derive_more-impl v2.1.1
27972026-06-29T19:24:54.743Z Compiling tabled_derive v0.7.0
27982026-06-29T19:24:54.743Z Checking papergrid v0.11.0
27992026-06-29T19:24:54.743Z Checking radix_trie v0.2.1
28002026-06-29T19:24:54.752Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28012026-06-29T19:24:54.906Z Compiling peg-macros v0.8.5
28022026-06-29T19:24:54.924Z Compiling sqlparser_derive v0.5.0
28032026-06-29T19:24:55.170Z Compiling psm v0.1.30
28042026-06-29T19:24:55.213Z Checking winnow v0.6.26
28052026-06-29T19:24:55.308Z Checking unicode_categories v0.1.1
28062026-06-29T19:24:55.457Z Checking derive_more v2.1.1
28072026-06-29T19:24:55.467Z Checking nu-ansi-term v0.50.3
28082026-06-29T19:24:55.531Z Checking home v0.5.12
28092026-06-29T19:24:55.625Z Checking tabled v0.15.0
28102026-06-29T19:24:55.639Z Checking crossterm v0.29.0
28112026-06-29T19:24:55.675Z Checking reedline v0.40.0
28122026-06-29T19:24:55.706Z Checking display-error-chain v0.2.2
28132026-06-29T19:24:55.718Z Checking rustyline v14.0.0
28142026-06-29T19:24:55.941Z Checking recursive v0.1.1
28152026-06-29T19:24:56.032Z Checking sqlparser v0.61.0
28162026-06-29T19:24:56.174Z Checking peg v0.8.5
28172026-06-29T19:24:56.351Z Checking sqlformat v0.3.5
28182026-06-29T19:25:07.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.68s
28192026-06-29T19:25:07.447Z
28202026-06-29T19:25:07.448Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/300)
28212026-06-29T19:25:07.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-06-29T19:25:07.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-06-29T19:25:08.069Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28242026-06-29T19:25:11.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
28252026-06-29T19:25:11.689Z
28262026-06-29T19:25:11.689Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/300)
28272026-06-29T19:25:12.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-06-29T19:25:12.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-06-29T19:25:12.308Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28302026-06-29T19:25:14.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
28312026-06-29T19:25:14.932Z
28322026-06-29T19:25:14.932Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/300)
28332026-06-29T19:25:15.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-06-29T19:25:15.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-06-29T19:25:15.547Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-06-29T19:25:18.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
28372026-06-29T19:25:18.968Z
28382026-06-29T19:25:18.968Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/300)
28392026-06-29T19:25:19.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-06-29T19:25:19.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-06-29T19:25:19.587Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-06-29T19:25:22.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28432026-06-29T19:25:23.063Z
28442026-06-29T19:25:23.066Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/300)
28452026-06-29T19:25:23.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-06-29T19:25:23.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-06-29T19:25:23.678Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-06-29T19:25:26.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
28492026-06-29T19:25:26.440Z
28502026-06-29T19:25:26.440Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/300)
28512026-06-29T19:25:26.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-06-29T19:25:26.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-06-29T19:25:27.060Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-06-29T19:25:29.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28552026-06-29T19:25:29.864Z
28562026-06-29T19:25:29.864Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/300)
28572026-06-29T19:25:30.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-06-29T19:25:30.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-06-29T19:25:30.486Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28602026-06-29T19:25:33.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
28612026-06-29T19:25:34.080Z
28622026-06-29T19:25:34.080Zinfo: running `cargo check --bins` on oximeter (93/300)
28632026-06-29T19:25:34.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-06-29T19:25:34.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-06-29T19:25:34.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662026-06-29T19:25:34.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28672026-06-29T19:25:34.607Z
28682026-06-29T19:25:34.607Zinfo: running `cargo check --bins` on oximeter-schema (94/300)
28692026-06-29T19:25:35.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-06-29T19:25:35.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-06-29T19:25:35.185Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28722026-06-29T19:25:35.341Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28732026-06-29T19:25:35.345Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28742026-06-29T19:25:35.687Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28752026-06-29T19:25:38.359Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28762026-06-29T19:25:39.583Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28772026-06-29T19:25:39.786Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28782026-06-29T19:25:40.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s
28792026-06-29T19:25:40.622Z
28802026-06-29T19:25:40.622Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/300)
28812026-06-29T19:25:41.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-06-29T19:25:41.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-06-29T19:25:41.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-06-29T19:25:41.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28852026-06-29T19:25:41.150Z
28862026-06-29T19:25:41.150Zinfo: running `cargo check --bins` on oximeter-test-utils (96/300)
28872026-06-29T19:25:41.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-06-29T19:25:41.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-06-29T19:25:41.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-06-29T19:25:41.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28912026-06-29T19:25:41.714Z
28922026-06-29T19:25:41.714Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/300)
28932026-06-29T19:25:42.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-06-29T19:25:42.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-06-29T19:25:42.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-06-29T19:25:42.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28972026-06-29T19:25:42.248Z
28982026-06-29T19:25:42.248Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/300)
28992026-06-29T19:25:42.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-06-29T19:25:42.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-06-29T19:25:42.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-06-29T19:25:42.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29032026-06-29T19:25:42.783Z
29042026-06-29T19:25:42.783Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/300)
29052026-06-29T19:25:43.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-06-29T19:25:43.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-06-29T19:25:43.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-06-29T19:25:43.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29092026-06-29T19:25:43.324Z
29102026-06-29T19:25:43.324Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/300)
29112026-06-29T19:25:43.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-06-29T19:25:43.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-06-29T19:25:43.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-06-29T19:25:43.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29152026-06-29T19:25:43.864Z
29162026-06-29T19:25:43.864Zinfo: running `cargo check --bins` on trust-quorum-types (101/300)
29172026-06-29T19:25:44.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-06-29T19:25:44.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-06-29T19:25:44.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-06-29T19:25:44.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29212026-06-29T19:25:44.382Z
29222026-06-29T19:25:44.382Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/300)
29232026-06-29T19:25:44.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-06-29T19:25:44.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-06-29T19:25:44.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-06-29T19:25:44.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29272026-06-29T19:25:44.916Z
29282026-06-29T19:25:44.916Zinfo: running `cargo check --bins` on update-engine (103/300)
29292026-06-29T19:25:45.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-06-29T19:25:45.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-06-29T19:25:45.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-06-29T19:25:45.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29332026-06-29T19:25:45.428Z
29342026-06-29T19:25:45.428Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/300)
29352026-06-29T19:25:45.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-06-29T19:25:45.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-06-29T19:25:46.092Z Compiling crucible-workspace-hack v0.1.0
29382026-06-29T19:25:46.205Z Checking secrecy v0.10.3
29392026-06-29T19:25:46.210Z Compiling heapless v0.8.0
29402026-06-29T19:25:46.216Z Compiling toml_datetime v0.7.5+spec-1.1.0
29412026-06-29T19:25:46.222Z Compiling ingot-macros v0.1.1
29422026-06-29T19:25:46.231Z Checking hash32 v0.3.1
29432026-06-29T19:25:46.241Z Compiling smoltcp v0.11.0
29442026-06-29T19:25:46.244Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29452026-06-29T19:25:46.302Z Checking cobs v0.3.0
29462026-06-29T19:25:46.344Z Compiling thiserror-impl-no-std v2.0.2
29472026-06-29T19:25:46.435Z Compiling toml_edit v0.23.10+spec-1.0.0
29482026-06-29T19:25:46.448Z Checking universal-hash v0.5.1
29492026-06-29T19:25:46.451Z Checking half v2.7.1
29502026-06-29T19:25:46.497Z Checking ciborium-io v0.2.2
29512026-06-29T19:25:46.571Z Checking opaque-debug v0.3.1
29522026-06-29T19:25:46.583Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29532026-06-29T19:25:46.597Z Checking postcard v1.1.3
29542026-06-29T19:25:46.638Z Checking poly1305 v0.8.0
29552026-06-29T19:25:46.708Z Checking ciborium-ll v0.2.2
29562026-06-29T19:25:46.775Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29572026-06-29T19:25:46.927Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29582026-06-29T19:25:46.932Z Checking password-hash v0.5.0
29592026-06-29T19:25:46.933Z Checking chacha20 v0.9.1
29602026-06-29T19:25:47.028Z Compiling proc-macro-crate v3.4.0
29612026-06-29T19:25:47.113Z Compiling proc-macro-crate v1.3.1
29622026-06-29T19:25:47.157Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29632026-06-29T19:25:47.185Z Checking blake2 v0.10.6
29642026-06-29T19:25:47.390Z Checking aead v0.5.2
29652026-06-29T19:25:47.426Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29662026-06-29T19:25:47.492Z Compiling foreign-types-macros v0.2.3
29672026-06-29T19:25:47.507Z Checking thiserror-no-std v2.0.2
29682026-06-29T19:25:47.523Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29692026-06-29T19:25:47.535Z Checking foreign-types-shared v0.3.1
29702026-06-29T19:25:47.580Z Compiling num_enum_derive v0.7.6
29712026-06-29T19:25:47.593Z Checking vsss-rs v3.3.4
29722026-06-29T19:25:47.618Z Checking chacha20poly1305 v0.10.1
29732026-06-29T19:25:47.634Z Compiling num_enum_derive v0.5.11
29742026-06-29T19:25:47.742Z Checking argon2 v0.5.3
29752026-06-29T19:25:47.754Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29762026-06-29T19:25:48.077Z Checking foreign-types v0.5.0
29772026-06-29T19:25:48.081Z Checking ciborium v0.2.2
29782026-06-29T19:25:48.288Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29792026-06-29T19:25:48.369Z Checking tabwriter v1.4.1
29802026-06-29T19:25:48.511Z Checking chacha20 v0.10.0
29812026-06-29T19:25:48.524Z Checking byte-wrapper v0.1.0
29822026-06-29T19:25:48.575Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29832026-06-29T19:25:48.601Z Checking num_enum v0.7.6
29842026-06-29T19:25:48.639Z Checking cstr-argument v0.1.2
29852026-06-29T19:25:48.696Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29862026-06-29T19:25:48.717Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29872026-06-29T19:25:48.743Z Checking rand v0.10.0
29882026-06-29T19:25:48.746Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29892026-06-29T19:25:48.788Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29902026-06-29T19:25:48.932Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29912026-06-29T19:25:48.964Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29922026-06-29T19:25:49.016Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29932026-06-29T19:25:49.047Z Checking ingot-types v0.1.2
29942026-06-29T19:25:49.094Z Checking num_enum v0.5.11
29952026-06-29T19:25:49.123Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29962026-06-29T19:25:49.160Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29972026-06-29T19:25:49.204Z Checking indent_write v2.2.0
29982026-06-29T19:25:49.238Z Checking colored v3.1.1
29992026-06-29T19:25:49.242Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30002026-06-29T19:25:49.328Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30012026-06-29T19:25:49.341Z Compiling zone_cfg_derive v0.3.1
30022026-06-29T19:25:49.355Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30032026-06-29T19:25:49.397Z Checking itertools v0.12.1
30042026-06-29T19:25:49.411Z Checking ingot v0.1.1
30052026-06-29T19:25:49.479Z Compiling num-derive v0.4.2
30062026-06-29T19:25:49.501Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30072026-06-29T19:25:49.524Z Checking swrite v0.1.0
30082026-06-29T19:25:49.615Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30092026-06-29T19:25:49.698Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30102026-06-29T19:25:49.860Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30112026-06-29T19:25:49.920Z Checking dropshot-api-manager-types v0.7.2
30122026-06-29T19:25:49.975Z Checking smf v0.2.3
30132026-06-29T19:25:49.987Z Checking nanorand v0.7.0
30142026-06-29T19:25:50.086Z Checking whoami v1.6.1
30152026-06-29T19:25:50.118Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30162026-06-29T19:25:50.181Z Checking flume v0.11.1
30172026-06-29T19:25:50.203Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30182026-06-29T19:25:50.393Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30192026-06-29T19:25:50.414Z Checking zone v0.3.1
30202026-06-29T19:25:50.984Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30212026-06-29T19:25:51.960Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30222026-06-29T19:25:52.850Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30232026-06-29T19:25:56.306Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30242026-06-29T19:25:58.378Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30252026-06-29T19:25:59.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.05s
30262026-06-29T19:25:59.668Z
30272026-06-29T19:25:59.668Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/300)
30282026-06-29T19:26:00.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-06-29T19:26:00.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-06-29T19:26:00.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-06-29T19:26:00.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30322026-06-29T19:26:00.204Z
30332026-06-29T19:26:00.204Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/300)
30342026-06-29T19:26:00.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-06-29T19:26:00.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-06-29T19:26:00.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-06-29T19:26:00.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30382026-06-29T19:26:00.732Z
30392026-06-29T19:26:00.732Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/300)
30402026-06-29T19:26:01.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-06-29T19:26:01.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-06-29T19:26:01.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-06-29T19:26:01.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30442026-06-29T19:26:01.271Z
30452026-06-29T19:26:01.271Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/300)
30462026-06-29T19:26:01.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-06-29T19:26:01.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-06-29T19:26:01.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-06-29T19:26:01.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30502026-06-29T19:26:01.807Z
30512026-06-29T19:26:01.807Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/300)
30522026-06-29T19:26:02.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-06-29T19:26:02.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-06-29T19:26:02.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-06-29T19:26:02.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30562026-06-29T19:26:02.339Z
30572026-06-29T19:26:02.339Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/300)
30582026-06-29T19:26:02.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-06-29T19:26:02.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-06-29T19:26:02.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-06-29T19:26:02.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30622026-06-29T19:26:02.870Z
30632026-06-29T19:26:02.870Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/300)
30642026-06-29T19:26:03.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-06-29T19:26:03.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-06-29T19:26:03.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-06-29T19:26:03.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30682026-06-29T19:26:03.405Z
30692026-06-29T19:26:03.405Zinfo: running `cargo check --bins` on cockroach-admin-client (112/300)
30702026-06-29T19:26:03.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-06-29T19:26:03.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-06-29T19:26:03.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-06-29T19:26:03.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30742026-06-29T19:26:03.918Z
30752026-06-29T19:26:03.918Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/300)
30762026-06-29T19:26:04.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-06-29T19:26:04.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-06-29T19:26:04.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-06-29T19:26:04.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30802026-06-29T19:26:04.441Z
30812026-06-29T19:26:04.441Zinfo: running `cargo check --bins` on dns-service-client (114/300)
30822026-06-29T19:26:04.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-06-29T19:26:04.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-06-29T19:26:04.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-06-29T19:26:04.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30862026-06-29T19:26:04.973Z
30872026-06-29T19:26:04.973Zinfo: running `cargo check --bins` on installinator-client (115/300)
30882026-06-29T19:26:05.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-06-29T19:26:05.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-06-29T19:26:05.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-06-29T19:26:05.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30922026-06-29T19:26:05.500Z
30932026-06-29T19:26:05.500Zinfo: running `cargo check --bins` on nexus-client (116/300)
30942026-06-29T19:26:05.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-06-29T19:26:05.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-06-29T19:26:05.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-06-29T19:26:05.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30982026-06-29T19:26:06.097Z
30992026-06-29T19:26:06.097Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/300)
31002026-06-29T19:26:06.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-06-29T19:26:06.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-06-29T19:26:06.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-06-29T19:26:06.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31042026-06-29T19:26:06.622Z
31052026-06-29T19:26:06.622Zinfo: running `cargo check --bins` on ntp-admin-client (118/300)
31062026-06-29T19:26:07.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-06-29T19:26:07.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-06-29T19:26:07.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-06-29T19:26:07.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31102026-06-29T19:26:07.135Z
31112026-06-29T19:26:07.135Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/300)
31122026-06-29T19:26:07.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-06-29T19:26:07.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-06-29T19:26:07.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-06-29T19:26:07.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31162026-06-29T19:26:07.652Z
31172026-06-29T19:26:07.652Zinfo: running `cargo check --bins` on oxide-client (120/300)
31182026-06-29T19:26:08.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-06-29T19:26:08.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-06-29T19:26:08.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-06-29T19:26:08.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31222026-06-29T19:26:08.168Z
31232026-06-29T19:26:08.168Zinfo: running `cargo check --bins` on oximeter-client (121/300)
31242026-06-29T19:26:08.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-06-29T19:26:08.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-06-29T19:26:08.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-06-29T19:26:08.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31282026-06-29T19:26:08.695Z
31292026-06-29T19:26:08.696Zinfo: running `cargo check --bins` on repo-depot-client (122/300)
31302026-06-29T19:26:09.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-06-29T19:26:09.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-06-29T19:26:09.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-06-29T19:26:09.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31342026-06-29T19:26:09.212Z
31352026-06-29T19:26:09.212Zinfo: running `cargo check --bins` on sled-agent-client (123/300)
31362026-06-29T19:26:09.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-06-29T19:26:09.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-06-29T19:26:09.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-06-29T19:26:09.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31402026-06-29T19:26:09.751Z
31412026-06-29T19:26:09.751Zinfo: running `cargo check --bins` on wicketd-client (124/300)
31422026-06-29T19:26:10.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-06-29T19:26:10.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-06-29T19:26:10.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-06-29T19:26:10.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31462026-06-29T19:26:10.306Z
31472026-06-29T19:26:10.306Zinfo: running `cargo check --bins` on installinator-common (125/300)
31482026-06-29T19:26:10.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-06-29T19:26:10.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-06-29T19:26:10.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-06-29T19:26:10.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31522026-06-29T19:26:10.851Z
31532026-06-29T19:26:10.851Zinfo: running `cargo check --bins` on installinator-common-versions (126/300)
31542026-06-29T19:26:11.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-06-29T19:26:11.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-06-29T19:26:11.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-06-29T19:26:11.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31582026-06-29T19:26:11.360Z
31592026-06-29T19:26:11.361Zinfo: running `cargo check --bins` on wicket-common (127/300)
31602026-06-29T19:26:11.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-06-29T19:26:11.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-06-29T19:26:11.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-06-29T19:26:11.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31642026-06-29T19:26:11.899Z
31652026-06-29T19:26:11.899Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/300)
31662026-06-29T19:26:12.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-06-29T19:26:12.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-06-29T19:26:12.537Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31692026-06-29T19:26:12.647Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31702026-06-29T19:26:12.653Z Checking csv-core v0.1.13
31712026-06-29T19:26:12.660Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31722026-06-29T19:26:12.667Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31732026-06-29T19:26:12.670Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31742026-06-29T19:26:12.684Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31752026-06-29T19:26:12.695Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31762026-06-29T19:26:12.806Z Checking csv v1.4.0
31772026-06-29T19:26:12.845Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31782026-06-29T19:26:12.859Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31792026-06-29T19:26:12.884Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31802026-06-29T19:26:12.905Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31812026-06-29T19:26:13.151Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31822026-06-29T19:26:13.520Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31832026-06-29T19:26:13.523Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31842026-06-29T19:26:13.854Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31852026-06-29T19:26:19.810Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31862026-06-29T19:26:20.354Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31872026-06-29T19:26:22.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.83s
31882026-06-29T19:26:22.910Z
31892026-06-29T19:26:22.910Zinfo: running `cargo check --bins` on cockroach-admin-api (129/300)
31902026-06-29T19:26:23.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-06-29T19:26:23.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-06-29T19:26:23.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-06-29T19:26:23.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31942026-06-29T19:26:23.445Z
31952026-06-29T19:26:23.445Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/300)
31962026-06-29T19:26:23.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-06-29T19:26:23.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-06-29T19:26:23.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-06-29T19:26:23.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32002026-06-29T19:26:24.069Z
32012026-06-29T19:26:24.069Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/300)
32022026-06-29T19:26:24.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-06-29T19:26:24.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-06-29T19:26:24.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-06-29T19:26:24.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32062026-06-29T19:26:24.655Z
32072026-06-29T19:26:24.655Zinfo: running `cargo check --bins` on gateway-test-utils (132/300)
32082026-06-29T19:26:25.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-06-29T19:26:25.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-06-29T19:26:25.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-06-29T19:26:25.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32122026-06-29T19:26:25.232Z
32132026-06-29T19:26:25.232Zinfo: running `cargo check --bins` on omicron-gateway (133/300)
32142026-06-29T19:26:25.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-06-29T19:26:25.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-06-29T19:26:25.938Z Compiling regress v0.11.1
32172026-06-29T19:26:26.076Z Compiling unsafe-libyaml v0.2.11
32182026-06-29T19:26:26.086Z Compiling radium v0.7.0
32192026-06-29T19:26:26.089Z Compiling semver v0.1.20
32202026-06-29T19:26:26.107Z Checking nom v8.0.0
32212026-06-29T19:26:26.111Z Checking tap v1.0.1
32222026-06-29T19:26:26.119Z Compiling maybe-uninit v2.0.0
32232026-06-29T19:26:26.218Z Checking wyz v0.5.1
32242026-06-29T19:26:26.348Z Compiling rustc_version v0.1.7
32252026-06-29T19:26:26.423Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32262026-06-29T19:26:26.458Z Compiling zerocopy-derive v0.6.6
32272026-06-29T19:26:26.542Z Checking funty v2.0.0
32282026-06-29T19:26:26.570Z Compiling newtype_derive v0.1.6
32292026-06-29T19:26:26.750Z Compiling serde_yaml v0.9.34+deprecated
32302026-06-29T19:26:26.801Z Checking crc-catalog v2.4.0
32312026-06-29T19:26:26.860Z Compiling packed_struct v0.10.1
32322026-06-29T19:26:26.892Z Compiling cancel-safe-futures v0.1.5
32332026-06-29T19:26:27.098Z Compiling owo-colors v4.3.0
32342026-06-29T19:26:27.154Z Checking crc v3.4.0
32352026-06-29T19:26:27.305Z Checking zerocopy v0.6.6
32362026-06-29T19:26:27.328Z Checking bitvec v1.0.1
32372026-06-29T19:26:27.540Z Checking typify-impl v0.6.2
32382026-06-29T19:26:27.607Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32392026-06-29T19:26:27.937Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32402026-06-29T19:26:28.066Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32412026-06-29T19:26:28.152Z Compiling packed_struct_codegen v0.10.1
32422026-06-29T19:26:28.192Z Checking libsw-core v0.3.2
32432026-06-29T19:26:28.284Z Compiling bitfield-macros v0.19.4
32442026-06-29T19:26:28.338Z Compiling indexmap v1.9.3
32452026-06-29T19:26:28.536Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32462026-06-29T19:26:28.609Z Checking nodrop v0.1.14
32472026-06-29T19:26:28.669Z Checking libsw v3.5.0
32482026-06-29T19:26:28.702Z Checking array-init v0.0.4
32492026-06-29T19:26:28.734Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32502026-06-29T19:26:28.840Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32512026-06-29T19:26:29.009Z Checking smallvec v0.6.14
32522026-06-29T19:26:29.024Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32532026-06-29T19:26:29.037Z Checking bitfield v0.19.4
32542026-06-29T19:26:29.293Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32552026-06-29T19:26:29.313Z Checking smawk v0.3.2
32562026-06-29T19:26:29.418Z Checking base64 v0.21.7
32572026-06-29T19:26:29.445Z Checking hashbrown v0.12.3
32582026-06-29T19:26:29.461Z Checking unicode-linebreak v0.1.5
32592026-06-29T19:26:29.476Z Checking linear-map v1.2.0
32602026-06-29T19:26:29.646Z Checking tagptr v0.2.0
32612026-06-29T19:26:29.660Z Checking ron v0.8.1
32622026-06-29T19:26:29.672Z Checking textwrap v0.16.2
32632026-06-29T19:26:29.763Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32642026-06-29T19:26:29.788Z Checking moka v0.12.13
32652026-06-29T19:26:29.885Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32662026-06-29T19:26:30.058Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32672026-06-29T19:26:30.181Z Checking steno v0.4.1
32682026-06-29T19:26:30.182Z Checking serde-hex v0.1.0
32692026-06-29T19:26:30.287Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32702026-06-29T19:26:30.431Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32712026-06-29T19:26:30.589Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32722026-06-29T19:26:30.883Z Checking hashbrown v0.13.2
32732026-06-29T19:26:31.050Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32742026-06-29T19:26:31.183Z Checking crc-any v2.5.0
32752026-06-29T19:26:31.198Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32762026-06-29T19:26:31.261Z Checking hickory-resolver v0.25.2
32772026-06-29T19:26:31.311Z Checking object v0.30.4
32782026-06-29T19:26:31.359Z Checking utf-8 v0.7.6
32792026-06-29T19:26:31.359Z Checking half v1.8.3
32802026-06-29T19:26:31.503Z Checking void v1.0.2
32812026-06-29T19:26:31.552Z Checking path-slash v0.1.5
32822026-06-29T19:26:31.612Z Checking lzss v0.8.2
32832026-06-29T19:26:31.654Z Checking serde_cbor v0.11.2
32842026-06-29T19:26:31.684Z Checking tungstenite v0.23.0
32852026-06-29T19:26:31.936Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32862026-06-29T19:26:31.961Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32872026-06-29T19:26:32.033Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32882026-06-29T19:26:32.095Z Compiling typify-macro v0.6.2
32892026-06-29T19:26:32.098Z Checking nix v0.27.1
32902026-06-29T19:26:32.098Z Checking kstat-rs v0.2.4
32912026-06-29T19:26:32.136Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32922026-06-29T19:26:32.235Z Checking fxhash v0.2.1
32932026-06-29T19:26:32.265Z Checking serde_bytes v0.11.19
32942026-06-29T19:26:32.302Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32952026-06-29T19:26:32.354Z Checking tokio-tungstenite v0.23.1
32962026-06-29T19:26:32.374Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32972026-06-29T19:26:32.436Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32982026-06-29T19:26:32.611Z Checking signal-hook-tokio v0.3.1
32992026-06-29T19:26:33.303Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33002026-06-29T19:26:33.468Z Compiling typify v0.6.2
33012026-06-29T19:26:33.546Z Compiling progenitor-impl v0.14.0
33022026-06-29T19:26:34.215Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33032026-06-29T19:26:34.521Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33042026-06-29T19:26:35.017Z Compiling progenitor-macro v0.14.0
33052026-06-29T19:26:37.313Z Checking progenitor v0.14.0
33062026-06-29T19:26:37.430Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33072026-06-29T19:26:37.433Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33082026-06-29T19:26:40.115Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33092026-06-29T19:26:48.228Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33102026-06-29T19:26:54.827Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33112026-06-29T19:26:56.194Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33122026-06-29T19:26:56.686Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33132026-06-29T19:26:58.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.54s
33142026-06-29T19:26:58.965Z
33152026-06-29T19:26:58.965Zinfo: running `cargo check --bins` on gateway-api (134/300)
33162026-06-29T19:26:59.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172026-06-29T19:26:59.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182026-06-29T19:26:59.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33192026-06-29T19:26:59.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33202026-06-29T19:26:59.495Z
33212026-06-29T19:26:59.495Zinfo: running `cargo check --bins` on ipcc (135/300)
33222026-06-29T19:26:59.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232026-06-29T19:26:59.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242026-06-29T19:26:59.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33252026-06-29T19:26:59.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33262026-06-29T19:27:00.021Z
33272026-06-29T19:27:00.021Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/300)
33282026-06-29T19:27:00.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292026-06-29T19:27:00.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302026-06-29T19:27:00.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312026-06-29T19:27:00.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33322026-06-29T19:27:00.535Z
33332026-06-29T19:27:00.535Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/300)
33342026-06-29T19:27:00.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352026-06-29T19:27:00.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362026-06-29T19:27:00.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372026-06-29T19:27:01.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33382026-06-29T19:27:01.077Z
33392026-06-29T19:27:01.077Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/300)
33402026-06-29T19:27:01.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-06-29T19:27:01.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-06-29T19:27:01.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-06-29T19:27:01.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33442026-06-29T19:27:01.602Z
33452026-06-29T19:27:01.602Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/300)
33462026-06-29T19:27:02.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-06-29T19:27:02.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-06-29T19:27:02.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-06-29T19:27:02.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33502026-06-29T19:27:02.128Z
33512026-06-29T19:27:02.128Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/300)
33522026-06-29T19:27:02.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-06-29T19:27:02.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-06-29T19:27:02.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-06-29T19:27:02.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33562026-06-29T19:27:02.655Z
33572026-06-29T19:27:02.655Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/300)
33582026-06-29T19:27:03.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-06-29T19:27:03.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-06-29T19:27:03.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-06-29T19:27:03.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33622026-06-29T19:27:03.202Z
33632026-06-29T19:27:03.202Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/300)
33642026-06-29T19:27:03.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-06-29T19:27:03.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-06-29T19:27:03.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-06-29T19:27:03.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33682026-06-29T19:27:03.730Z
33692026-06-29T19:27:03.730Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/300)
33702026-06-29T19:27:04.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-06-29T19:27:04.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-06-29T19:27:04.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-06-29T19:27:04.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33742026-06-29T19:27:04.255Z
33752026-06-29T19:27:04.255Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/300)
33762026-06-29T19:27:04.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-06-29T19:27:04.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-06-29T19:27:04.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-06-29T19:27:04.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33802026-06-29T19:27:04.783Z
33812026-06-29T19:27:04.783Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/300)
33822026-06-29T19:27:05.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-06-29T19:27:05.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-06-29T19:27:05.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-06-29T19:27:05.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33862026-06-29T19:27:05.315Z
33872026-06-29T19:27:05.315Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/300)
33882026-06-29T19:27:05.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-06-29T19:27:05.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-06-29T19:27:05.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-06-29T19:27:05.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33922026-06-29T19:27:05.840Z
33932026-06-29T19:27:05.840Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/300)
33942026-06-29T19:27:06.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-06-29T19:27:06.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-06-29T19:27:06.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-06-29T19:27:06.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33982026-06-29T19:27:06.366Z
33992026-06-29T19:27:06.366Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/300)
34002026-06-29T19:27:06.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-06-29T19:27:06.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-06-29T19:27:06.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-06-29T19:27:06.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34042026-06-29T19:27:06.914Z
34052026-06-29T19:27:06.914Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/300)
34062026-06-29T19:27:07.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-06-29T19:27:07.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-06-29T19:27:07.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-06-29T19:27:07.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34102026-06-29T19:27:07.462Z
34112026-06-29T19:27:07.462Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/300)
34122026-06-29T19:27:07.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-06-29T19:27:07.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-06-29T19:27:07.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-06-29T19:27:07.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34162026-06-29T19:27:08.008Z
34172026-06-29T19:27:08.008Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/300)
34182026-06-29T19:27:08.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-06-29T19:27:08.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-06-29T19:27:08.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-06-29T19:27:08.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34222026-06-29T19:27:08.555Z
34232026-06-29T19:27:08.555Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/300)
34242026-06-29T19:27:09.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-06-29T19:27:09.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-06-29T19:27:09.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-06-29T19:27:09.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34282026-06-29T19:27:09.099Z
34292026-06-29T19:27:09.099Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/300)
34302026-06-29T19:27:09.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-06-29T19:27:09.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-06-29T19:27:09.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-06-29T19:27:09.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34342026-06-29T19:27:09.647Z
34352026-06-29T19:27:09.647Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/300)
34362026-06-29T19:27:10.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-06-29T19:27:10.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-06-29T19:27:10.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-06-29T19:27:10.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34402026-06-29T19:27:10.189Z
34412026-06-29T19:27:10.189Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/300)
34422026-06-29T19:27:10.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-06-29T19:27:10.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-06-29T19:27:10.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-06-29T19:27:10.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34462026-06-29T19:27:10.733Z
34472026-06-29T19:27:10.733Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/300)
34482026-06-29T19:27:11.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-06-29T19:27:11.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-06-29T19:27:11.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-06-29T19:27:11.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34522026-06-29T19:27:11.281Z
34532026-06-29T19:27:11.281Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/300)
34542026-06-29T19:27:11.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-06-29T19:27:11.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-06-29T19:27:11.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-06-29T19:27:11.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34582026-06-29T19:27:11.825Z
34592026-06-29T19:27:11.825Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/300)
34602026-06-29T19:27:12.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-06-29T19:27:12.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-06-29T19:27:12.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-06-29T19:27:12.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34642026-06-29T19:27:12.354Z
34652026-06-29T19:27:12.354Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/300)
34662026-06-29T19:27:12.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-06-29T19:27:12.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-06-29T19:27:12.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-06-29T19:27:12.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34702026-06-29T19:27:12.879Z
34712026-06-29T19:27:12.879Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/300)
34722026-06-29T19:27:13.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-06-29T19:27:13.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-06-29T19:27:13.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-06-29T19:27:13.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34762026-06-29T19:27:13.410Z
34772026-06-29T19:27:13.411Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/300)
34782026-06-29T19:27:13.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-06-29T19:27:13.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-06-29T19:27:13.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-06-29T19:27:13.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34822026-06-29T19:27:13.938Z
34832026-06-29T19:27:13.938Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/300)
34842026-06-29T19:27:14.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-06-29T19:27:14.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-06-29T19:27:14.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-06-29T19:27:14.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34882026-06-29T19:27:14.465Z
34892026-06-29T19:27:14.465Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/300)
34902026-06-29T19:27:14.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-06-29T19:27:14.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-06-29T19:27:14.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-06-29T19:27:14.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34942026-06-29T19:27:14.991Z
34952026-06-29T19:27:14.991Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/300)
34962026-06-29T19:27:15.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-06-29T19:27:15.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-06-29T19:27:15.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-06-29T19:27:15.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35002026-06-29T19:27:15.518Z
35012026-06-29T19:27:15.518Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/300)
35022026-06-29T19:27:15.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-06-29T19:27:15.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-06-29T19:27:15.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-06-29T19:27:15.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35062026-06-29T19:27:16.046Z
35072026-06-29T19:27:16.047Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/300)
35082026-06-29T19:27:16.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-06-29T19:27:16.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-06-29T19:27:16.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-06-29T19:27:16.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35122026-06-29T19:27:16.591Z
35132026-06-29T19:27:16.591Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/300)
35142026-06-29T19:27:17.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-06-29T19:27:17.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-06-29T19:27:17.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-06-29T19:27:17.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35182026-06-29T19:27:17.136Z
35192026-06-29T19:27:17.137Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/300)
35202026-06-29T19:27:17.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-06-29T19:27:17.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-06-29T19:27:17.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-06-29T19:27:17.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35242026-06-29T19:27:17.681Z
35252026-06-29T19:27:17.681Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/300)
35262026-06-29T19:27:18.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-06-29T19:27:18.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-06-29T19:27:18.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-06-29T19:27:18.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35302026-06-29T19:27:18.234Z
35312026-06-29T19:27:18.234Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/300)
35322026-06-29T19:27:18.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-06-29T19:27:18.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-06-29T19:27:18.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-06-29T19:27:18.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35362026-06-29T19:27:18.778Z
35372026-06-29T19:27:18.778Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/300)
35382026-06-29T19:27:19.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-06-29T19:27:19.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-06-29T19:27:19.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-06-29T19:27:19.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35422026-06-29T19:27:19.331Z
35432026-06-29T19:27:19.331Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/300)
35442026-06-29T19:27:19.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-06-29T19:27:19.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-06-29T19:27:19.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-06-29T19:27:19.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35482026-06-29T19:27:19.886Z
35492026-06-29T19:27:19.886Zinfo: running `cargo check --bins` on oximeter-producer (173/300)
35502026-06-29T19:27:20.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-06-29T19:27:20.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-06-29T19:27:20.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-06-29T19:27:20.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35542026-06-29T19:27:20.452Z
35552026-06-29T19:27:20.453Zinfo: running `cargo check --bins` on internal-dns-resolver (174/300)
35562026-06-29T19:27:20.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-06-29T19:27:20.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-06-29T19:27:20.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-06-29T19:27:20.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35602026-06-29T19:27:20.989Z
35612026-06-29T19:27:20.989Zinfo: running `cargo check --bins` on dns-server (175/300)
35622026-06-29T19:27:21.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-06-29T19:27:21.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-06-29T19:27:21.590Z Compiling parking_lot_core v0.8.6
35652026-06-29T19:27:21.593Z Compiling git-stub v1.0.0
35662026-06-29T19:27:21.593Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35672026-06-29T19:27:21.593Z Checking prefix-trie v0.7.0
35682026-06-29T19:27:21.817Z Compiling git-stub-vcs v0.1.0
35692026-06-29T19:27:21.987Z Checking hickory-server v0.25.2
35702026-06-29T19:27:22.091Z Checking parking_lot v0.11.2
35712026-06-29T19:27:22.095Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35722026-06-29T19:27:22.161Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35732026-06-29T19:27:22.161Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35742026-06-29T19:27:22.263Z Checking sled v0.34.7
35752026-06-29T19:27:24.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
35762026-06-29T19:27:24.344Z
35772026-06-29T19:27:24.344Zinfo: running `cargo check --bins` on dns-server-api (176/300)
35782026-06-29T19:27:24.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-06-29T19:27:24.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-06-29T19:27:24.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-06-29T19:27:24.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35822026-06-29T19:27:24.872Z
35832026-06-29T19:27:24.872Zinfo: running `cargo check --bins` on oximeter-producer-api (177/300)
35842026-06-29T19:27:25.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-06-29T19:27:25.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-06-29T19:27:25.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-06-29T19:27:25.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35882026-06-29T19:27:25.405Z
35892026-06-29T19:27:25.405Zinfo: running `cargo check --bins` on sp-sim (178/300)
35902026-06-29T19:27:25.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-06-29T19:27:25.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-06-29T19:27:26.078Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35932026-06-29T19:27:27.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s
35942026-06-29T19:27:28.032Z
35952026-06-29T19:27:28.032Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/300)
35962026-06-29T19:27:28.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-06-29T19:27:28.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-06-29T19:27:28.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-06-29T19:27:28.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36002026-06-29T19:27:28.617Z
36012026-06-29T19:27:28.618Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/300)
36022026-06-29T19:27:29.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-06-29T19:27:29.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-06-29T19:27:29.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-06-29T19:27:29.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36062026-06-29T19:27:29.209Z
36072026-06-29T19:27:29.209Zinfo: running `cargo check --bins` on db-macros (181/300)
36082026-06-29T19:27:29.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-06-29T19:27:29.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-06-29T19:27:29.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-06-29T19:27:29.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36122026-06-29T19:27:29.725Z
36132026-06-29T19:27:29.725Zinfo: running `cargo check --bins` on nexus-macros-common (182/300)
36142026-06-29T19:27:30.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-06-29T19:27:30.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-06-29T19:27:30.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-06-29T19:27:30.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36182026-06-29T19:27:30.241Z
36192026-06-29T19:27:30.241Zinfo: running `cargo check --bins` on nexus-auth (183/300)
36202026-06-29T19:27:30.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-06-29T19:27:30.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-06-29T19:27:30.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-06-29T19:27:30.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36242026-06-29T19:27:30.825Z
36252026-06-29T19:27:30.825Zinfo: running `cargo check --bins` on authz-macros (184/300)
36262026-06-29T19:27:31.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-06-29T19:27:31.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-06-29T19:27:31.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-06-29T19:27:31.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36302026-06-29T19:27:31.340Z
36312026-06-29T19:27:31.340Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/300)
36322026-06-29T19:27:31.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-06-29T19:27:31.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-06-29T19:27:31.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-06-29T19:27:31.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36362026-06-29T19:27:31.913Z
36372026-06-29T19:27:31.913Zinfo: running `cargo check --bins` on nexus-db-model (186/300)
36382026-06-29T19:27:32.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-06-29T19:27:32.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-06-29T19:27:32.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-06-29T19:27:32.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36422026-06-29T19:27:32.495Z
36432026-06-29T19:27:32.495Zinfo: running `cargo check --bins` on nexus-db-schema (187/300)
36442026-06-29T19:27:32.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-06-29T19:27:32.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-06-29T19:27:32.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-06-29T19:27:32.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36482026-06-29T19:27:33.008Z
36492026-06-29T19:27:33.008Zinfo: running `cargo check --bins` on omicron-rpaths (188/300)
36502026-06-29T19:27:33.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-06-29T19:27:33.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-06-29T19:27:33.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-06-29T19:27:33.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36542026-06-29T19:27:33.520Z
36552026-06-29T19:27:33.520Zinfo: running `cargo check --bins` on nexus-defaults (189/300)
36562026-06-29T19:27:33.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-06-29T19:27:33.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-06-29T19:27:33.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-06-29T19:27:33.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36602026-06-29T19:27:34.050Z
36612026-06-29T19:27:34.051Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/300)
36622026-06-29T19:27:34.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-06-29T19:27:34.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-06-29T19:27:34.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-06-29T19:27:34.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36662026-06-29T19:27:34.568Z
36672026-06-29T19:27:34.568Zinfo: running `cargo check --bins` on parallel-task-set (191/300)
36682026-06-29T19:27:35.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-06-29T19:27:35.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-06-29T19:27:35.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-06-29T19:27:35.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36722026-06-29T19:27:35.086Z
36732026-06-29T19:27:35.087Zinfo: running `cargo check --bins` on omicron-git-version (192/300)
36742026-06-29T19:27:35.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-06-29T19:27:35.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-06-29T19:27:35.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-06-29T19:27:35.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36782026-06-29T19:27:35.605Z
36792026-06-29T19:27:35.605Zinfo: running `cargo check --bins` on nexus-db-errors (193/300)
36802026-06-29T19:27:36.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-06-29T19:27:36.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-06-29T19:27:36.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-06-29T19:27:36.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36842026-06-29T19:27:36.191Z
36852026-06-29T19:27:36.191Zinfo: running `cargo check --bins` on nexus-db-lookup (194/300)
36862026-06-29T19:27:36.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-06-29T19:27:36.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-06-29T19:27:36.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-06-29T19:27:36.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36902026-06-29T19:27:36.772Z
36912026-06-29T19:27:36.772Zinfo: running `cargo check --bins` on nexus-inventory (195/300)
36922026-06-29T19:27:37.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-06-29T19:27:37.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-06-29T19:27:37.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-06-29T19:27:37.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36962026-06-29T19:27:37.348Z
36972026-06-29T19:27:37.348Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/300)
36982026-06-29T19:27:37.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-06-29T19:27:37.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-06-29T19:27:37.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-06-29T19:27:37.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37022026-06-29T19:27:37.903Z
37032026-06-29T19:27:37.904Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/300)
37042026-06-29T19:27:38.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-06-29T19:27:38.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-06-29T19:27:38.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-06-29T19:27:38.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37082026-06-29T19:27:38.455Z
37092026-06-29T19:27:38.455Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/300)
37102026-06-29T19:27:38.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-06-29T19:27:38.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-06-29T19:27:38.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-06-29T19:27:38.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37142026-06-29T19:27:39.011Z
37152026-06-29T19:27:39.011Zinfo: running `cargo check --bins` on key-manager (199/300)
37162026-06-29T19:27:39.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-06-29T19:27:39.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-06-29T19:27:39.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-06-29T19:27:39.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37202026-06-29T19:27:39.544Z
37212026-06-29T19:27:39.544Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/300)
37222026-06-29T19:27:40.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-06-29T19:27:40.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-06-29T19:27:40.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-06-29T19:27:40.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37262026-06-29T19:27:40.142Z
37272026-06-29T19:27:40.142Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/300)
37282026-06-29T19:27:40.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-06-29T19:27:40.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-06-29T19:27:40.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-06-29T19:27:40.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37322026-06-29T19:27:40.650Z
37332026-06-29T19:27:40.650Zinfo: running `cargo check --bins` on typed-rng (202/300)
37342026-06-29T19:27:41.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-06-29T19:27:41.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-06-29T19:27:41.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-06-29T19:27:41.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
37382026-06-29T19:27:41.166Z
37392026-06-29T19:27:41.166Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/300)
37402026-06-29T19:27:41.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-06-29T19:27:41.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-06-29T19:27:41.963Z Compiling libefi-sys v0.1.0
37432026-06-29T19:27:41.966Z Compiling bitfield-struct v0.6.2
37442026-06-29T19:27:42.103Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37452026-06-29T19:27:42.112Z Compiling xshell-macros v0.2.7
37462026-06-29T19:27:42.121Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37472026-06-29T19:27:42.134Z Compiling salty v0.3.0
37482026-06-29T19:27:42.149Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37492026-06-29T19:27:42.161Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37502026-06-29T19:27:42.174Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37512026-06-29T19:27:42.281Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37522026-06-29T19:27:42.437Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37532026-06-29T19:27:42.455Z Checking primeorder v0.13.6
37542026-06-29T19:27:42.455Z Compiling proc-macro-error-attr2 v2.0.0
37552026-06-29T19:27:42.469Z Checking xshell v0.2.7
37562026-06-29T19:27:42.592Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37572026-06-29T19:27:42.614Z Checking tungstenite v0.21.0
37582026-06-29T19:27:42.669Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37592026-06-29T19:27:42.693Z Checking p384 v0.13.1
37602026-06-29T19:27:42.708Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37612026-06-29T19:27:42.789Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37622026-06-29T19:27:42.857Z Compiling proc-macro-error2 v2.0.1
37632026-06-29T19:27:42.935Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37642026-06-29T19:27:42.950Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37652026-06-29T19:27:42.967Z Checking papergrid v0.17.0
37662026-06-29T19:27:43.030Z Checking tokio-tungstenite v0.21.0
37672026-06-29T19:27:43.109Z Checking libscf-sys v1.2.0
37682026-06-29T19:27:43.157Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37692026-06-29T19:27:43.161Z Compiling tabled_derive v0.11.0
37702026-06-29T19:27:43.186Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37712026-06-29T19:27:43.235Z Compiling progenitor-impl v0.13.0
37722026-06-29T19:27:43.301Z Checking testing_table v0.3.0
37732026-06-29T19:27:43.318Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37742026-06-29T19:27:43.334Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37752026-06-29T19:27:43.392Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37762026-06-29T19:27:43.450Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37772026-06-29T19:27:43.530Z Checking corncobs v0.1.4
37782026-06-29T19:27:43.583Z Compiling illumos-nvpair-sys v0.2.0
37792026-06-29T19:27:43.642Z Compiling unicase v2.9.0
37802026-06-29T19:27:43.656Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37812026-06-29T19:27:43.818Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37822026-06-29T19:27:43.832Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37832026-06-29T19:27:43.865Z Compiling mime_guess v2.0.5
37842026-06-29T19:27:43.912Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37852026-06-29T19:27:44.081Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37862026-06-29T19:27:44.097Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37872026-06-29T19:27:44.169Z Checking progenitor-client v0.13.0
37882026-06-29T19:27:44.333Z Checking tabled v0.20.0
37892026-06-29T19:27:44.405Z Checking secrecy v0.8.0
37902026-06-29T19:27:44.414Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37912026-06-29T19:27:44.414Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37922026-06-29T19:27:44.657Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
37932026-06-29T19:27:44.776Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37942026-06-29T19:27:44.914Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
37952026-06-29T19:27:44.974Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37962026-06-29T19:27:45.041Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37972026-06-29T19:27:45.097Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
37982026-06-29T19:27:45.222Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37992026-06-29T19:27:45.248Z Checking filetime v0.2.27
38002026-06-29T19:27:45.388Z Checking crc8 v0.1.1
38012026-06-29T19:27:45.422Z Checking xattr v1.6.1
38022026-06-29T19:27:45.486Z Checking http-range v0.1.5
38032026-06-29T19:27:45.552Z Checking tar v0.4.45
38042026-06-29T19:27:45.611Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38052026-06-29T19:27:45.628Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38062026-06-29T19:27:45.795Z Checking illumos-nvpair v0.3.0
38072026-06-29T19:27:45.863Z Compiling progenitor-macro v0.13.0
38082026-06-29T19:27:45.927Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38092026-06-29T19:27:45.943Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38102026-06-29T19:27:45.957Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38112026-06-29T19:27:45.971Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38122026-06-29T19:27:46.300Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38132026-06-29T19:27:46.317Z Checking atty v0.2.14
38142026-06-29T19:27:46.387Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38152026-06-29T19:27:46.415Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38162026-06-29T19:27:46.551Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38172026-06-29T19:27:46.633Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38182026-06-29T19:27:46.636Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38192026-06-29T19:27:46.683Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38202026-06-29T19:27:46.715Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38212026-06-29T19:27:46.811Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38222026-06-29T19:27:46.873Z Checking hyper-staticfile v0.10.1
38232026-06-29T19:27:47.052Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38242026-06-29T19:27:47.066Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38252026-06-29T19:27:47.169Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38262026-06-29T19:27:47.307Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38272026-06-29T19:27:47.440Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38282026-06-29T19:27:47.586Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38292026-06-29T19:27:47.741Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38302026-06-29T19:27:48.134Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38312026-06-29T19:27:48.849Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38322026-06-29T19:27:49.335Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38332026-06-29T19:27:49.751Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38342026-06-29T19:27:49.931Z Checking progenitor v0.13.0
38352026-06-29T19:27:50.066Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38362026-06-29T19:27:51.955Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38372026-06-29T19:27:55.426Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38382026-06-29T19:28:06.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.16s
38392026-06-29T19:28:06.541Z
38402026-06-29T19:28:06.541Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/300)
38412026-06-29T19:28:07.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38422026-06-29T19:28:07.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38432026-06-29T19:28:07.273Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38442026-06-29T19:28:18.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
38452026-06-29T19:28:18.215Z
38462026-06-29T19:28:18.215Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/300)
38472026-06-29T19:28:18.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38482026-06-29T19:28:18.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38492026-06-29T19:28:18.939Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38502026-06-29T19:28:29.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
38512026-06-29T19:28:29.865Z
38522026-06-29T19:28:29.865Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/300)
38532026-06-29T19:28:30.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38542026-06-29T19:28:30.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38552026-06-29T19:28:30.595Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38562026-06-29T19:28:41.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
38572026-06-29T19:28:41.467Z
38582026-06-29T19:28:41.467Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/300)
38592026-06-29T19:28:41.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38602026-06-29T19:28:41.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38612026-06-29T19:28:42.187Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38622026-06-29T19:28:52.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
38632026-06-29T19:28:53.155Z
38642026-06-29T19:28:53.155Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/300)
38652026-06-29T19:28:53.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38662026-06-29T19:28:53.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38672026-06-29T19:28:53.880Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38682026-06-29T19:29:04.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38692026-06-29T19:29:04.781Z
38702026-06-29T19:29:04.781Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/300)
38712026-06-29T19:29:05.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-06-29T19:29:05.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-06-29T19:29:05.506Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38742026-06-29T19:29:16.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
38752026-06-29T19:29:16.454Z
38762026-06-29T19:29:16.454Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/300)
38772026-06-29T19:29:16.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-06-29T19:29:16.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-06-29T19:29:17.177Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38802026-06-29T19:29:27.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
38812026-06-29T19:29:28.060Z
38822026-06-29T19:29:28.060Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/300)
38832026-06-29T19:29:28.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-06-29T19:29:28.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-06-29T19:29:28.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38862026-06-29T19:29:28.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38872026-06-29T19:29:28.595Z
38882026-06-29T19:29:28.595Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/300)
38892026-06-29T19:29:29.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-06-29T19:29:29.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-06-29T19:29:29.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38922026-06-29T19:29:29.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38932026-06-29T19:29:29.140Z
38942026-06-29T19:29:29.140Zinfo: running `cargo check --bins` on range-requests (213/300)
38952026-06-29T19:29:29.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38962026-06-29T19:29:29.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38972026-06-29T19:29:29.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38982026-06-29T19:29:29.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
38992026-06-29T19:29:29.661Z
39002026-06-29T19:29:29.661Zinfo: running `cargo check --bins` on repo-depot-api (214/300)
39012026-06-29T19:29:30.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39022026-06-29T19:29:30.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39032026-06-29T19:29:30.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39042026-06-29T19:29:30.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39052026-06-29T19:29:30.183Z
39062026-06-29T19:29:30.183Zinfo: running `cargo check --bins` on sled-agent-api (215/300)
39072026-06-29T19:29:30.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39082026-06-29T19:29:30.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39092026-06-29T19:29:30.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39102026-06-29T19:29:30.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39112026-06-29T19:29:30.729Z
39122026-06-29T19:29:30.729Zinfo: running `cargo check --bins` on sled-diagnostics (216/300)
39132026-06-29T19:29:31.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39142026-06-29T19:29:31.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39152026-06-29T19:29:31.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39162026-06-29T19:29:31.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39172026-06-29T19:29:31.275Z
39182026-06-29T19:29:31.275Zinfo: running `cargo check --bins` on zfs-test-harness (217/300)
39192026-06-29T19:29:31.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39202026-06-29T19:29:31.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39212026-06-29T19:29:31.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39222026-06-29T19:29:31.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39232026-06-29T19:29:31.817Z
39242026-06-29T19:29:31.817Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/300)
39252026-06-29T19:29:32.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39262026-06-29T19:29:32.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39272026-06-29T19:29:32.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39282026-06-29T19:29:32.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39292026-06-29T19:29:32.372Z
39302026-06-29T19:29:32.372Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/300)
39312026-06-29T19:29:32.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39322026-06-29T19:29:32.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39332026-06-29T19:29:32.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39342026-06-29T19:29:32.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39352026-06-29T19:29:32.922Z
39362026-06-29T19:29:32.922Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/300)
39372026-06-29T19:29:33.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-06-29T19:29:33.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-06-29T19:29:33.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39402026-06-29T19:29:33.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39412026-06-29T19:29:33.470Z
39422026-06-29T19:29:33.470Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/300)
39432026-06-29T19:29:33.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442026-06-29T19:29:33.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452026-06-29T19:29:33.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39462026-06-29T19:29:33.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39472026-06-29T19:29:34.012Z
39482026-06-29T19:29:34.012Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/300)
39492026-06-29T19:29:34.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502026-06-29T19:29:34.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512026-06-29T19:29:34.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39522026-06-29T19:29:34.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39532026-06-29T19:29:34.564Z
39542026-06-29T19:29:34.564Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/300)
39552026-06-29T19:29:35.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-06-29T19:29:35.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-06-29T19:29:35.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39582026-06-29T19:29:35.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39592026-06-29T19:29:35.117Z
39602026-06-29T19:29:35.117Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/300)
39612026-06-29T19:29:35.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-06-29T19:29:35.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-06-29T19:29:35.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39642026-06-29T19:29:35.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39652026-06-29T19:29:35.661Z
39662026-06-29T19:29:35.661Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/300)
39672026-06-29T19:29:36.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-06-29T19:29:36.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-06-29T19:29:36.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39702026-06-29T19:29:36.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39712026-06-29T19:29:36.232Z
39722026-06-29T19:29:36.232Zinfo: running `cargo check --bins` on trust-quorum (226/300)
39732026-06-29T19:29:36.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-06-29T19:29:36.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-06-29T19:29:36.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39762026-06-29T19:29:36.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39772026-06-29T19:29:36.790Z
39782026-06-29T19:29:36.790Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/300)
39792026-06-29T19:29:37.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-06-29T19:29:37.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-06-29T19:29:37.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39822026-06-29T19:29:37.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39832026-06-29T19:29:37.363Z
39842026-06-29T19:29:37.363Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/300)
39852026-06-29T19:29:37.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-06-29T19:29:37.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-06-29T19:29:37.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39882026-06-29T19:29:37.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39892026-06-29T19:29:37.945Z
39902026-06-29T19:29:37.945Zinfo: running `cargo check --bins` on update-common (229/300)
39912026-06-29T19:29:38.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39922026-06-29T19:29:38.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39932026-06-29T19:29:38.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39942026-06-29T19:29:38.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39952026-06-29T19:29:38.482Z
39962026-06-29T19:29:38.482Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/300)
39972026-06-29T19:29:38.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39982026-06-29T19:29:38.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39992026-06-29T19:29:38.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40002026-06-29T19:29:38.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40012026-06-29T19:29:39.060Z
40022026-06-29T19:29:39.060Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/300)
40032026-06-29T19:29:39.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40042026-06-29T19:29:39.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40052026-06-29T19:29:39.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40062026-06-29T19:29:39.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40072026-06-29T19:29:39.570Z
40082026-06-29T19:29:39.570Zinfo: running `cargo check --bins` on reconfigurator-cli (232/300)
40092026-06-29T19:29:40.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40102026-06-29T19:29:40.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40112026-06-29T19:29:40.289Z Compiling fs-err v2.11.0
40122026-06-29T19:29:40.292Z Checking ignore v0.4.25
40132026-06-29T19:29:40.292Z Checking arc-swap v1.8.2
40142026-06-29T19:29:40.292Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40152026-06-29T19:29:40.292Z Checking predicates-tree v1.0.13
40162026-06-29T19:29:40.410Z Checking parse-size v1.1.0
40172026-06-29T19:29:40.443Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40182026-06-29T19:29:40.446Z Checking rand_seeder v0.4.0
40192026-06-29T19:29:40.528Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40202026-06-29T19:29:40.542Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40212026-06-29T19:29:40.591Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40222026-06-29T19:29:40.613Z Checking slog-scope v4.4.1
40232026-06-29T19:29:40.648Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40242026-06-29T19:29:40.725Z Compiling petname v2.0.2
40252026-06-29T19:29:40.742Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40262026-06-29T19:29:40.755Z Checking slog-stdlog v4.1.1
40272026-06-29T19:29:40.783Z Checking globwalk v0.9.1
40282026-06-29T19:29:40.826Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40292026-06-29T19:29:40.867Z Checking slog-envlogger v2.2.0
40302026-06-29T19:29:40.958Z Checking camino-tempfile-ext v0.3.3
40312026-06-29T19:29:41.017Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40322026-06-29T19:29:41.053Z Checking sapling-renderdag v0.1.0
40332026-06-29T19:29:41.153Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40342026-06-29T19:29:41.213Z Checking subprocess v0.2.15
40352026-06-29T19:29:41.287Z Checking sync-ptr v0.1.4
40362026-06-29T19:29:41.351Z Checking colored v2.2.0
40372026-06-29T19:29:41.402Z Checking assert_matches v1.5.0
40382026-06-29T19:29:41.493Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40392026-06-29T19:29:41.640Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40402026-06-29T19:29:41.644Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40412026-06-29T19:29:42.374Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40422026-06-29T19:29:43.679Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40432026-06-29T19:29:45.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s
40442026-06-29T19:29:46.032Z
40452026-06-29T19:29:46.032Zinfo: running `cargo check --bins` on omicron-repl-utils (233/300)
40462026-06-29T19:29:46.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40472026-06-29T19:29:46.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40482026-06-29T19:29:46.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40492026-06-29T19:29:46.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40502026-06-29T19:29:46.547Z
40512026-06-29T19:29:46.547Zinfo: running `cargo check --bins` on transient-dns-server (234/300)
40522026-06-29T19:29:47.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40532026-06-29T19:29:47.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40542026-06-29T19:29:47.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40552026-06-29T19:29:47.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40562026-06-29T19:29:47.089Z
40572026-06-29T19:29:47.089Zinfo: running `cargo check --bins` on nexus-test-interface (235/300)
40582026-06-29T19:29:47.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40592026-06-29T19:29:47.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40602026-06-29T19:29:47.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40612026-06-29T19:29:47.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40622026-06-29T19:29:47.675Z
40632026-06-29T19:29:47.675Zinfo: running `cargo check --bins` on oximeter-collector (236/300)
40642026-06-29T19:29:48.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40652026-06-29T19:29:48.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40662026-06-29T19:29:48.343Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40672026-06-29T19:29:48.346Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40682026-06-29T19:29:48.977Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40692026-06-29T19:29:50.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.86s
40702026-06-29T19:29:50.724Z
40712026-06-29T19:29:50.724Zinfo: running `cargo check --bins` on oximeter-api (237/300)
40722026-06-29T19:29:51.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-06-29T19:29:51.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-06-29T19:29:51.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40752026-06-29T19:29:51.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40762026-06-29T19:29:51.253Z
40772026-06-29T19:29:51.253Zinfo: running `cargo check --bins` on cert-dev (238/300)
40782026-06-29T19:29:51.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-06-29T19:29:51.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-06-29T19:29:51.800Z Checking yasna v0.5.2
40812026-06-29T19:29:52.202Z Checking rcgen v0.12.1
40822026-06-29T19:29:52.453Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40832026-06-29T19:29:52.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
40842026-06-29T19:29:52.799Z
40852026-06-29T19:29:52.799Zinfo: running `cargo check --bins` on clickana (239/300)
40862026-06-29T19:29:53.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-06-29T19:29:53.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-06-29T19:29:53.393Z Compiling darling_core v0.23.0
40892026-06-29T19:29:53.496Z Compiling instability v0.3.11
40902026-06-29T19:29:53.499Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40912026-06-29T19:29:53.508Z Checking castaway v0.2.4
40922026-06-29T19:29:53.511Z Compiling indoc v2.0.7
40932026-06-29T19:29:53.521Z Checking unicode-truncate v1.1.0
40942026-06-29T19:29:53.524Z Checking lru v0.12.5
40952026-06-29T19:29:53.524Z Checking cassowary v0.3.0
40962026-06-29T19:29:53.599Z Checking compact_str v0.8.1
40972026-06-29T19:29:54.808Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40982026-06-29T19:29:54.925Z Compiling darling_macro v0.23.0
40992026-06-29T19:29:54.982Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41002026-06-29T19:29:55.346Z Compiling darling v0.23.0
41012026-06-29T19:29:55.964Z Checking ratatui v0.29.0
41022026-06-29T19:29:57.014Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41032026-06-29T19:29:57.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.86s
41042026-06-29T19:29:57.838Z
41052026-06-29T19:29:57.838Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/300)
41062026-06-29T19:29:58.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41072026-06-29T19:29:58.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41082026-06-29T19:29:58.501Z Checking headers-core v0.3.0
41092026-06-29T19:29:58.506Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41102026-06-29T19:29:58.690Z Checking headers v0.4.1
41112026-06-29T19:29:59.068Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41122026-06-29T19:29:59.933Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41132026-06-29T19:30:00.415Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41142026-06-29T19:30:00.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
41152026-06-29T19:30:00.995Z
41162026-06-29T19:30:00.995Zinfo: running `cargo check --bins` on ch-dev (241/300)
41172026-06-29T19:30:01.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41182026-06-29T19:30:01.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41192026-06-29T19:30:01.655Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41202026-06-29T19:30:02.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
41212026-06-29T19:30:02.559Z
41222026-06-29T19:30:02.559Zinfo: running `cargo check --bins` on dev-tools-common (242/300)
41232026-06-29T19:30:02.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41242026-06-29T19:30:02.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41252026-06-29T19:30:02.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41262026-06-29T19:30:02.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
41272026-06-29T19:30:02.948Z
41282026-06-29T19:30:02.948Zinfo: running `cargo check --bins` on crdb-seed (243/300)
41292026-06-29T19:30:03.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41302026-06-29T19:30:03.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41312026-06-29T19:30:03.609Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41322026-06-29T19:30:04.599Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41332026-06-29T19:30:04.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
41342026-06-29T19:30:05.112Z
41352026-06-29T19:30:05.112Zinfo: running `cargo check --bins` on db-dev (244/300)
41362026-06-29T19:30:05.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41372026-06-29T19:30:05.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41382026-06-29T19:30:05.769Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41392026-06-29T19:30:06.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
41402026-06-29T19:30:06.678Z
41412026-06-29T19:30:06.678Zinfo: running `cargo check --bins` on omicron-dev-lib (245/300)
41422026-06-29T19:30:07.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41432026-06-29T19:30:07.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41442026-06-29T19:30:07.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41452026-06-29T19:30:07.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41462026-06-29T19:30:07.242Z
41472026-06-29T19:30:07.242Zinfo: running `cargo check --bins` on xtask-downloader (246/300)
41482026-06-29T19:30:07.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41492026-06-29T19:30:07.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41502026-06-29T19:30:07.792Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41512026-06-29T19:30:08.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
41522026-06-29T19:30:08.630Z
41532026-06-29T19:30:08.631Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/300)
41542026-06-29T19:30:09.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41552026-06-29T19:30:09.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41562026-06-29T19:30:09.324Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41572026-06-29T19:30:09.324Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41582026-06-29T19:30:09.328Z Checking git-stub v1.0.0
41592026-06-29T19:30:09.328Z Compiling trait-variant v0.1.2
41602026-06-29T19:30:09.328Z Checking maplit v1.0.2
41612026-06-29T19:30:09.328Z Checking is_ci v1.2.0
41622026-06-29T19:30:09.329Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41632026-06-29T19:30:09.447Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41642026-06-29T19:30:09.528Z Checking drift v0.2.0
41652026-06-29T19:30:09.531Z Checking supports-color v3.0.2
41662026-06-29T19:30:09.573Z Checking git-stub-vcs v0.1.0
41672026-06-29T19:30:09.657Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41682026-06-29T19:30:09.686Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41692026-06-29T19:30:09.722Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41702026-06-29T19:30:09.767Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41712026-06-29T19:30:09.874Z Checking dropshot-api-manager v0.7.2
41722026-06-29T19:30:09.892Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41732026-06-29T19:30:09.940Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41742026-06-29T19:30:09.970Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41752026-06-29T19:30:10.188Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41762026-06-29T19:30:10.709Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41772026-06-29T19:30:11.654Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41782026-06-29T19:30:12.866Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41792026-06-29T19:30:13.441Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41802026-06-29T19:30:13.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s
41812026-06-29T19:30:14.064Z
41822026-06-29T19:30:14.064Zinfo: running `cargo check --bins` on installinator-api (248/300)
41832026-06-29T19:30:14.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41842026-06-29T19:30:14.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41852026-06-29T19:30:14.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41862026-06-29T19:30:14.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
41872026-06-29T19:30:14.592Z
41882026-06-29T19:30:14.592Zinfo: running `cargo check --bins` on nexus-external-api (249/300)
41892026-06-29T19:30:15.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41902026-06-29T19:30:15.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41912026-06-29T19:30:15.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41922026-06-29T19:30:15.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41932026-06-29T19:30:15.154Z
41942026-06-29T19:30:15.154Zinfo: running `cargo check --bins` on nexus-internal-api (250/300)
41952026-06-29T19:30:15.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41962026-06-29T19:30:15.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41972026-06-29T19:30:15.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41982026-06-29T19:30:15.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41992026-06-29T19:30:15.869Z
42002026-06-29T19:30:15.869Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/300)
42012026-06-29T19:30:16.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42022026-06-29T19:30:16.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42032026-06-29T19:30:16.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42042026-06-29T19:30:16.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42052026-06-29T19:30:16.289Z
42062026-06-29T19:30:16.289Zinfo: running `cargo check --bins` on ntp-admin-api (252/300)
42072026-06-29T19:30:16.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-06-29T19:30:16.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-06-29T19:30:16.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42102026-06-29T19:30:16.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42112026-06-29T19:30:16.821Z
42122026-06-29T19:30:16.821Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/300)
42132026-06-29T19:30:17.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-06-29T19:30:17.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-06-29T19:30:17.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42162026-06-29T19:30:17.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
42172026-06-29T19:30:17.334Z
42182026-06-29T19:30:17.334Zinfo: running `cargo check --bins` on wicketd-api (254/300)
42192026-06-29T19:30:17.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-06-29T19:30:17.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-06-29T19:30:17.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-06-29T19:30:17.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42232026-06-29T19:30:17.876Z
42242026-06-29T19:30:17.876Zinfo: running `cargo check --bins` on omicron-ls-apis (255/300)
42252026-06-29T19:30:18.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-06-29T19:30:18.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-06-29T19:30:18.426Z Checking typeid v1.0.3
42282026-06-29T19:30:18.532Z Checking ordered-float v2.10.1
42292026-06-29T19:30:18.550Z Checking unicode-xid v0.2.6
42302026-06-29T19:30:18.562Z Checking cargo-platform v0.2.0
42312026-06-29T19:30:18.571Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42322026-06-29T19:30:18.596Z Checking erased-serde v0.4.9
42332026-06-29T19:30:18.740Z Checking serde-value v0.7.0
42342026-06-29T19:30:18.913Z Checking serde-untagged v0.1.9
42352026-06-29T19:30:19.060Z Checking cargo-util-schemas v0.8.2
42362026-06-29T19:30:19.757Z Checking cargo_metadata v0.21.0
42372026-06-29T19:30:20.353Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42382026-06-29T19:30:21.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
42392026-06-29T19:30:21.244Z
42402026-06-29T19:30:21.244Zinfo: running `cargo check --bins` on mgs-dev (256/300)
42412026-06-29T19:30:21.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-06-29T19:30:21.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-06-29T19:30:21.919Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42442026-06-29T19:30:22.523Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42452026-06-29T19:30:27.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
42462026-06-29T19:30:27.380Z
42472026-06-29T19:30:27.380Zinfo: running `cargo check --bins` on omicron-omdb (257/300)
42482026-06-29T19:30:27.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42492026-06-29T19:30:27.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42502026-06-29T19:30:27.380Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42512026-06-29T19:30:27.380Z Compiling vergen-lib v0.1.6
42522026-06-29T19:30:27.380Z Compiling diesel_derives v2.3.7
42532026-06-29T19:30:27.380Z Compiling dsl_auto_type v0.2.0
42542026-06-29T19:30:27.380Z Checking scheduled-thread-pool v0.2.7
42552026-06-29T19:30:27.380Z Compiling vergen-gitcl v1.0.8
42562026-06-29T19:30:27.380Z Compiling diesel_table_macro_syntax v0.3.0
42572026-06-29T19:30:27.380Z Compiling dirs-sys-next v0.1.2
42582026-06-29T19:30:27.380Z Compiling crunchy v0.2.4
42592026-06-29T19:30:27.380Z Compiling glob v0.3.3
42602026-06-29T19:30:27.380Z Compiling dirs-next v2.0.0
42612026-06-29T19:30:27.380Z Checking r2d2 v0.8.10
42622026-06-29T19:30:27.380Z Checking downcast-rs v2.0.2
42632026-06-29T19:30:27.380Z Compiling tiny-keccak v2.0.2
42642026-06-29T19:30:27.380Z Compiling term v0.7.0
42652026-06-29T19:30:27.381Z Compiling bit-vec v0.6.3
42662026-06-29T19:30:27.381Z Compiling clang-sys v1.8.1
42672026-06-29T19:30:27.381Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42682026-06-29T19:30:27.381Z Compiling bit-set v0.5.3
42692026-06-29T19:30:27.381Z Compiling ascii-canvas v3.0.0
42702026-06-29T19:30:27.381Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42712026-06-29T19:30:27.381Z Compiling itertools v0.10.5
42722026-06-29T19:30:27.381Z Compiling ena v0.14.4
42732026-06-29T19:30:27.385Z Compiling libloading v0.8.9
42742026-06-29T19:30:27.385Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42752026-06-29T19:30:27.385Z Compiling diff v0.1.13
42762026-06-29T19:30:27.385Z Compiling regex-syntax v0.6.29
42772026-06-29T19:30:27.385Z Compiling bindgen v0.71.1
42782026-06-29T19:30:27.385Z Compiling cexpr v0.6.0
42792026-06-29T19:30:27.385Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42802026-06-29T19:30:27.386Z Compiling rustc-hash v2.1.1
42812026-06-29T19:30:27.386Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42822026-06-29T19:30:27.386Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42832026-06-29T19:30:27.386Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42842026-06-29T19:30:27.386Z Compiling libxml v0.3.3
42852026-06-29T19:30:27.386Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42862026-06-29T19:30:27.386Z Compiling strum_macros v0.24.3
42872026-06-29T19:30:27.386Z Compiling indoc v1.0.9
42882026-06-29T19:30:27.386Z Compiling lalrpop v0.19.12
42892026-06-29T19:30:27.420Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42902026-06-29T19:30:27.608Z Checking derive_builder v0.20.2
42912026-06-29T19:30:27.727Z Compiling oso-derive v0.27.3
42922026-06-29T19:30:27.899Z Checking quick-xml v0.37.5
42932026-06-29T19:30:27.948Z Compiling impl-trait-for-tuples v0.2.3
42942026-06-29T19:30:28.221Z Checking openssl-probe v0.1.6
42952026-06-29T19:30:28.362Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42962026-06-29T19:30:28.783Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42972026-06-29T19:30:28.972Z Checking bb8 v0.8.6
42982026-06-29T19:30:29.110Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42992026-06-29T19:30:29.138Z Compiling libz-sys v1.1.24
43002026-06-29T19:30:29.264Z Checking nonempty v0.12.0
43012026-06-29T19:30:29.324Z Compiling strsim v0.10.0
43022026-06-29T19:30:29.437Z Compiling libgit2-sys v0.18.3+1.9.2
43032026-06-29T19:30:29.532Z Compiling darling_core v0.13.4
43042026-06-29T19:30:29.666Z Compiling vergen-git2 v9.1.0
43052026-06-29T19:30:29.710Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43062026-06-29T19:30:29.893Z Compiling base64 v0.21.7
43072026-06-29T19:30:29.933Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43082026-06-29T19:30:30.204Z Checking diesel v2.3.7
43092026-06-29T19:30:30.238Z Compiling ron v0.8.1
43102026-06-29T19:30:30.908Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43112026-06-29T19:30:31.121Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43122026-06-29T19:30:31.195Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43132026-06-29T19:30:31.376Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43142026-06-29T19:30:31.426Z Compiling darling_macro v0.13.4
43152026-06-29T19:30:31.561Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43162026-06-29T19:30:31.752Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43172026-06-29T19:30:31.904Z Compiling darling v0.13.4
43182026-06-29T19:30:31.961Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43192026-06-29T19:30:31.995Z Compiling serde_with_macros v1.5.2
43202026-06-29T19:30:32.126Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43212026-06-29T19:30:32.311Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43222026-06-29T19:30:32.419Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43232026-06-29T19:30:32.497Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43242026-06-29T19:30:32.843Z Compiling serde_with v1.14.0
43252026-06-29T19:30:34.003Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43262026-06-29T19:30:34.091Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43272026-06-29T19:30:34.336Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43282026-06-29T19:30:35.020Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43292026-06-29T19:30:35.636Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43302026-06-29T19:30:35.699Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43312026-06-29T19:30:36.261Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43322026-06-29T19:30:36.301Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43332026-06-29T19:30:36.426Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43342026-06-29T19:30:36.489Z Checking twox-hash v2.1.2
43352026-06-29T19:30:36.794Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43362026-06-29T19:30:36.811Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43372026-06-29T19:30:36.861Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43382026-06-29T19:30:37.645Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43392026-06-29T19:30:37.806Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43402026-06-29T19:30:38.548Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43412026-06-29T19:30:38.886Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43422026-06-29T19:30:39.117Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43432026-06-29T19:30:39.304Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43442026-06-29T19:30:39.801Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43452026-06-29T19:30:39.983Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43462026-06-29T19:30:40.171Z Checking console v0.16.2
43472026-06-29T19:30:40.487Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43482026-06-29T19:30:40.634Z Checking fatfs v0.3.6
43492026-06-29T19:30:40.781Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43502026-06-29T19:30:41.091Z Compiling seq-macro v0.3.6
43512026-06-29T19:30:41.818Z Checking unit-prefix v0.5.2
43522026-06-29T19:30:41.829Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43532026-06-29T19:30:41.829Z Checking indicatif v0.18.4
43542026-06-29T19:30:43.463Z Checking support-bundle-viewer v0.1.2
43552026-06-29T19:30:43.479Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43562026-06-29T19:30:43.479Z Checking multimap v0.10.1
43572026-06-29T19:30:48.007Z Checking async-bb8-diesel v0.2.1
43582026-06-29T19:30:48.373Z Checking diesel-dtrace v0.5.0
43592026-06-29T19:30:51.105Z Compiling samael v0.0.19
43602026-06-29T19:30:57.424Z Compiling git2 v0.20.4
43612026-06-29T19:30:57.609Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43622026-06-29T19:30:58.749Z Compiling polar-core v0.27.3
43632026-06-29T19:30:59.855Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43642026-06-29T19:31:03.245Z Checking oso v0.27.3
43652026-06-29T19:31:33.142Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43662026-06-29T19:32:46.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
43672026-06-29T19:32:46.994Z
43682026-06-29T19:32:46.995Zinfo: running `cargo check --bins` on nexus-networking (258/300)
43692026-06-29T19:32:47.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43702026-06-29T19:32:47.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43712026-06-29T19:32:47.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43722026-06-29T19:32:47.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43732026-06-29T19:32:47.613Z
43742026-06-29T19:32:47.613Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/300)
43752026-06-29T19:32:48.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43762026-06-29T19:32:48.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43772026-06-29T19:32:48.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43782026-06-29T19:32:48.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43792026-06-29T19:32:48.198Z
43802026-06-29T19:32:48.198Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/300)
43812026-06-29T19:32:48.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43822026-06-29T19:32:48.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43832026-06-29T19:32:48.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43842026-06-29T19:32:48.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43852026-06-29T19:32:48.786Z
43862026-06-29T19:32:48.787Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/300)
43872026-06-29T19:32:49.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43882026-06-29T19:32:49.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43892026-06-29T19:32:49.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43902026-06-29T19:32:49.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
43912026-06-29T19:32:49.304Z
43922026-06-29T19:32:49.304Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/300)
43932026-06-29T19:32:49.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43942026-06-29T19:32:49.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43952026-06-29T19:32:50.083Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43962026-06-29T19:32:50.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
43972026-06-29T19:32:50.997Z
43982026-06-29T19:32:50.997Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/300)
43992026-06-29T19:32:51.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44002026-06-29T19:32:51.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44012026-06-29T19:32:51.762Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44022026-06-29T19:33:29.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.27s
44032026-06-29T19:33:29.486Z
44042026-06-29T19:33:29.486Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (264/300)
44052026-06-29T19:33:29.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44062026-06-29T19:33:29.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44072026-06-29T19:33:29.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44082026-06-29T19:33:29.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44092026-06-29T19:33:30.000Z
44102026-06-29T19:33:30.000Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (265/300)
44112026-06-29T19:33:30.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44122026-06-29T19:33:30.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44132026-06-29T19:33:30.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44142026-06-29T19:33:30.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44152026-06-29T19:33:30.515Z
44162026-06-29T19:33:30.515Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (266/300)
44172026-06-29T19:33:30.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44182026-06-29T19:33:30.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44192026-06-29T19:33:30.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44202026-06-29T19:33:31.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44212026-06-29T19:33:31.089Z
44222026-06-29T19:33:31.089Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (267/300)
44232026-06-29T19:33:31.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44242026-06-29T19:33:31.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44252026-06-29T19:33:31.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44262026-06-29T19:33:31.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44272026-06-29T19:33:31.676Z
44282026-06-29T19:33:31.676Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (268/300)
44292026-06-29T19:33:32.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44302026-06-29T19:33:32.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44312026-06-29T19:33:32.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44322026-06-29T19:33:32.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44332026-06-29T19:33:32.273Z
44342026-06-29T19:33:32.273Zinfo: running `cargo check --bins` on nexus-mgs-updates (269/300)
44352026-06-29T19:33:32.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44362026-06-29T19:33:32.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44372026-06-29T19:33:32.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44382026-06-29T19:33:32.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44392026-06-29T19:33:32.839Z
44402026-06-29T19:33:32.839Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (270/300)
44412026-06-29T19:33:33.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44422026-06-29T19:33:33.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44432026-06-29T19:33:33.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44442026-06-29T19:33:33.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44452026-06-29T19:33:33.422Z
44462026-06-29T19:33:33.422Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (271/300)
44472026-06-29T19:33:33.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44482026-06-29T19:33:33.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44492026-06-29T19:33:33.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44502026-06-29T19:33:33.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44512026-06-29T19:33:34.009Z
44522026-06-29T19:33:34.010Zinfo: running `cargo check --bins` on nexus-switch-config (272/300)
44532026-06-29T19:33:34.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44542026-06-29T19:33:34.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44552026-06-29T19:33:34.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44562026-06-29T19:33:34.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44572026-06-29T19:33:34.576Z
44582026-06-29T19:33:34.576Zinfo: running `cargo check --bins` on support-bundle-collection (273/300)
44592026-06-29T19:33:35.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44602026-06-29T19:33:35.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44612026-06-29T19:33:35.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44622026-06-29T19:33:35.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44632026-06-29T19:33:35.158Z
44642026-06-29T19:33:35.158Zinfo: running `cargo check --bins` on omicron-dev (274/300)
44652026-06-29T19:33:35.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44662026-06-29T19:33:35.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44672026-06-29T19:33:36.005Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44682026-06-29T19:33:36.005Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44692026-06-29T19:33:36.153Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44702026-06-29T19:33:36.170Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44712026-06-29T19:33:36.201Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44722026-06-29T19:33:36.204Z Checking diff v0.1.13
44732026-06-29T19:33:36.204Z Checking yansi v1.0.1
44742026-06-29T19:33:36.204Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44752026-06-29T19:33:36.315Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44762026-06-29T19:33:36.508Z Checking pretty_assertions v1.4.1
44772026-06-29T19:33:37.178Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44782026-06-29T19:33:37.251Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44792026-06-29T19:34:01.684Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44802026-06-29T19:34:01.687Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44812026-06-29T19:34:01.687Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44822026-06-29T19:34:01.687Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44832026-06-29T19:34:01.687Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44842026-06-29T19:34:01.687Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44852026-06-29T19:34:02.506Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44862026-06-29T19:34:02.509Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44872026-06-29T19:34:03.705Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44882026-06-29T19:34:41.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
44892026-06-29T19:34:41.505Z
44902026-06-29T19:34:41.505Zinfo: running `cargo check --bins` on omicron-pins (275/300)
44912026-06-29T19:34:41.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44922026-06-29T19:34:41.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44932026-06-29T19:34:41.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44942026-06-29T19:34:41.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44952026-06-29T19:34:42.022Z
44962026-06-29T19:34:42.022Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (276/300)
44972026-06-29T19:34:42.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44982026-06-29T19:34:42.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44992026-06-29T19:34:42.740Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45002026-06-29T19:34:42.856Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45012026-06-29T19:34:42.856Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45022026-06-29T19:35:09.926Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45032026-06-29T19:35:10.304Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45042026-06-29T19:35:12.000Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45052026-06-29T19:35:12.442Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45062026-06-29T19:35:15.405Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45072026-06-29T19:35:38.834Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45082026-06-29T19:35:39.523Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45092026-06-29T19:35:41.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.09s
45102026-06-29T19:35:41.319Z
45112026-06-29T19:35:41.319Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (277/300)
45122026-06-29T19:35:41.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45132026-06-29T19:35:41.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45142026-06-29T19:35:41.983Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45152026-06-29T19:35:42.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45162026-06-29T19:35:42.831Z
45172026-06-29T19:35:42.831Zinfo: running `cargo check --bins` on omicron-releng (278/300)
45182026-06-29T19:35:43.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45192026-06-29T19:35:43.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45202026-06-29T19:35:43.422Z Compiling blake3 v1.8.5
45212026-06-29T19:35:43.527Z Checking arrayvec v0.7.6
45222026-06-29T19:35:43.534Z Checking constant_time_eq v0.4.2
45232026-06-29T19:35:43.535Z Checking arrayref v0.3.9
45242026-06-29T19:35:43.548Z Checking topological-sort v0.2.2
45252026-06-29T19:35:43.554Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45262026-06-29T19:35:43.554Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45272026-06-29T19:35:43.555Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45282026-06-29T19:35:43.594Z Checking shell-words v1.1.1
45292026-06-29T19:35:44.459Z Checking omicron-zone-package v0.12.3
45302026-06-29T19:35:45.140Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45312026-06-29T19:35:46.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
45322026-06-29T19:35:46.170Z
45332026-06-29T19:35:46.170Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (279/300)
45342026-06-29T19:35:46.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45352026-06-29T19:35:46.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45362026-06-29T19:35:46.753Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45372026-06-29T19:35:47.065Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45382026-06-29T19:35:47.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
45392026-06-29T19:35:47.666Z
45402026-06-29T19:35:47.666Zinfo: running `cargo check --bins` on schema (280/300)
45412026-06-29T19:35:48.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-06-29T19:35:48.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-06-29T19:35:48.301Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45442026-06-29T19:35:48.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45452026-06-29T19:35:49.157Z
45462026-06-29T19:35:49.157Zinfo: running `cargo check --bins` on xtask (281/300)
45472026-06-29T19:35:49.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45482026-06-29T19:35:49.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45492026-06-29T19:35:49.546Z Checking libc v0.2.185
45502026-06-29T19:35:49.553Z Checking serde v1.0.228
45512026-06-29T19:35:49.624Z Checking zerofrom v0.1.6
45522026-06-29T19:35:49.632Z Checking bitflags v2.11.0
45532026-06-29T19:35:49.648Z Checking smallvec v1.15.1
45542026-06-29T19:35:49.656Z Checking indexmap v2.14.0
45552026-06-29T19:35:49.656Z Checking serde_json v1.0.150
45562026-06-29T19:35:49.656Z Checking scroll v0.12.0
45572026-06-29T19:35:49.720Z Checking yoke v0.8.1
45582026-06-29T19:35:49.768Z Checking num-traits v0.2.19
45592026-06-29T19:35:49.802Z Checking thiserror v1.0.69
45602026-06-29T19:35:49.876Z Checking percent-encoding v2.3.2
45612026-06-29T19:35:49.888Z Checking zerovec v0.11.5
45622026-06-29T19:35:49.898Z Checking zerotrie v0.2.3
45632026-06-29T19:35:49.908Z Checking errno v0.3.14
45642026-06-29T19:35:50.007Z Checking serde_spanned v0.6.9
45652026-06-29T19:35:50.015Z Checking toml_datetime v0.6.11
45662026-06-29T19:35:50.023Z Checking rustix v1.1.3
45672026-06-29T19:35:50.125Z Checking log v0.4.29
45682026-06-29T19:35:50.136Z Checking form_urlencoded v1.2.2
45692026-06-29T19:35:50.175Z Checking zerocopy v0.7.35
45702026-06-29T19:35:50.188Z Checking toml_edit v0.22.27
45712026-06-29T19:35:50.252Z Checking getrandom v0.4.1
45722026-06-29T19:35:50.262Z Checking thiserror v2.0.18
45732026-06-29T19:35:50.273Z Checking goblin v0.8.2
45742026-06-29T19:35:50.283Z Checking ordered-float v2.10.1
45752026-06-29T19:35:50.331Z Checking tinystr v0.8.2
45762026-06-29T19:35:50.352Z Checking potential_utf v0.1.4
45772026-06-29T19:35:50.377Z Checking syn v2.0.117
45782026-06-29T19:35:50.480Z Checking icu_collections v2.1.1
45792026-06-29T19:35:50.498Z Checking serde-value v0.7.0
45802026-06-29T19:35:50.509Z Checking icu_locale_core v2.1.1
45812026-06-29T19:35:50.657Z Checking dtrace-parser v0.2.0
45822026-06-29T19:35:50.706Z Checking thread-id v4.2.2
45832026-06-29T19:35:50.778Z Checking once_cell v1.21.3
45842026-06-29T19:35:50.790Z Checking cargo-platform v0.2.0
45852026-06-29T19:35:50.811Z Checking terminal_size v0.4.3
45862026-06-29T19:35:50.887Z Checking memmap v0.7.0
45872026-06-29T19:35:50.937Z Checking clap_builder v4.6.0
45882026-06-29T19:35:50.953Z Checking tempfile v3.25.0
45892026-06-29T19:35:50.961Z Checking textwrap v0.16.2
45902026-06-29T19:35:51.012Z Checking fs-err v3.3.0
45912026-06-29T19:35:51.054Z Checking icu_provider v2.1.1
45922026-06-29T19:35:51.134Z Checking camino-tempfile v1.4.1
45932026-06-29T19:35:51.166Z Checking anyhow v1.0.102
45942026-06-29T19:35:51.204Z Checking tabled v0.15.0
45952026-06-29T19:35:51.282Z Checking icu_normalizer v2.1.1
45962026-06-29T19:35:51.282Z Checking icu_properties v2.1.2
45972026-06-29T19:35:51.311Z Checking toml v0.8.23
45982026-06-29T19:35:51.362Z Checking macaddr v1.0.1
45992026-06-29T19:35:51.536Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46002026-06-29T19:35:51.626Z Checking cargo_toml v0.21.0
46012026-06-29T19:35:52.107Z Checking idna_adapter v1.2.1
46022026-06-29T19:35:52.149Z Checking dof v0.3.0
46032026-06-29T19:35:52.157Z Checking clap v4.6.1
46042026-06-29T19:35:52.221Z Checking idna v1.1.0
46052026-06-29T19:35:52.409Z Checking usdt-impl v0.5.0
46062026-06-29T19:35:52.442Z Checking url v2.5.8
46072026-06-29T19:35:52.670Z Checking usdt v0.5.0
46082026-06-29T19:35:52.783Z Checking cargo-util-schemas v0.8.2
46092026-06-29T19:35:53.469Z Checking cargo_metadata v0.21.0
46102026-06-29T19:35:54.069Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46112026-06-29T19:35:54.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.33s
46122026-06-29T19:35:54.614Z
46132026-06-29T19:35:54.614Zinfo: running `cargo check --bins` on dnsadm (282/300)
46142026-06-29T19:35:57.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46152026-06-29T19:35:57.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46162026-06-29T19:35:57.990Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46172026-06-29T19:35:57.990Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46182026-06-29T19:35:58.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
46192026-06-29T19:35:58.000Z
46202026-06-29T19:35:58.000Zinfo: running `cargo check --bins` on end-to-end-tests (283/300)
46212026-06-29T19:35:58.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46222026-06-29T19:35:58.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46232026-06-29T19:35:58.000Z Checking polyval v0.6.2
46242026-06-29T19:35:58.000Z Checking ctr v0.9.2
46252026-06-29T19:35:58.000Z Checking ssh-encoding v0.2.0
46262026-06-29T19:35:58.000Z Checking blowfish v0.9.1
46272026-06-29T19:35:58.000Z Checking password-hash v0.4.2
46282026-06-29T19:35:58.000Z Checking p521 v0.13.3
46292026-06-29T19:35:58.000Z Checking p256 v0.13.2
46302026-06-29T19:35:58.000Z Checking russh-cryptovec v0.7.3
46312026-06-29T19:35:58.000Z Checking ghash v0.5.1
46322026-06-29T19:35:58.000Z Checking md5 v0.7.0
46332026-06-29T19:35:58.000Z Checking bcrypt-pbkdf v0.10.0
46342026-06-29T19:35:58.000Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46352026-06-29T19:35:58.000Z Checking num-bigint v0.4.6
46362026-06-29T19:35:58.000Z Checking pbkdf2 v0.11.0
46372026-06-29T19:35:58.000Z Checking aes-gcm v0.10.3
46382026-06-29T19:35:58.000Z Checking des v0.8.1
46392026-06-29T19:35:58.001Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46402026-06-29T19:35:58.001Z Checking hex-literal v0.4.1
46412026-06-29T19:35:58.001Z Checking ssh-cipher v0.2.0
46422026-06-29T19:35:58.001Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46432026-06-29T19:35:58.001Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46442026-06-29T19:35:58.001Z Checking socket2 v0.5.10
46452026-06-29T19:35:58.001Z Checking internet-checksum v0.2.1
46462026-06-29T19:35:58.001Z Checking ssh-key v0.6.7
46472026-06-29T19:35:58.001Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46482026-06-29T19:35:58.257Z Checking russh-keys v0.45.0
46492026-06-29T19:35:58.792Z Checking russh v0.45.0
46502026-06-29T19:36:15.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.53s
46512026-06-29T19:36:15.927Z
46522026-06-29T19:36:15.927Zinfo: running `cargo check --bins` on gateway-cli (284/300)
46532026-06-29T19:36:16.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46542026-06-29T19:36:16.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46552026-06-29T19:36:16.514Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46562026-06-29T19:36:16.618Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46572026-06-29T19:36:16.625Z Checking termios v0.3.3
46582026-06-29T19:36:17.843Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46592026-06-29T19:36:17.992Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46602026-06-29T19:36:19.686Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46612026-06-29T19:36:20.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s
46622026-06-29T19:36:20.414Z
46632026-06-29T19:36:20.415Zinfo: running `cargo check --bins --no-default-features` on installinator (285/300)
46642026-06-29T19:36:20.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46652026-06-29T19:36:20.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46662026-06-29T19:36:21.066Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46672026-06-29T19:36:21.071Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46682026-06-29T19:36:21.071Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46692026-06-29T19:36:21.071Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46702026-06-29T19:36:21.192Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46712026-06-29T19:36:21.196Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46722026-06-29T19:36:21.936Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46732026-06-29T19:36:22.279Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46742026-06-29T19:36:22.282Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46752026-06-29T19:36:22.906Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46762026-06-29T19:36:24.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
46772026-06-29T19:36:24.723Z
46782026-06-29T19:36:24.723Zinfo: running `cargo check --bins` on internal-dns-cli (286/300)
46792026-06-29T19:36:25.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46802026-06-29T19:36:25.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46812026-06-29T19:36:25.306Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46822026-06-29T19:36:25.748Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46832026-06-29T19:36:26.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
46842026-06-29T19:36:26.226Z
46852026-06-29T19:36:26.226Zinfo: running `cargo check --bins` on omicron-live-tests (287/300)
46862026-06-29T19:36:26.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46872026-06-29T19:36:26.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46882026-06-29T19:36:26.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46892026-06-29T19:36:26.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
46902026-06-29T19:36:26.741Z
46912026-06-29T19:36:26.741Zinfo: running `cargo check --bins` on live-tests-macros (288/300)
46922026-06-29T19:36:27.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46932026-06-29T19:36:27.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46942026-06-29T19:36:27.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46952026-06-29T19:36:27.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
46962026-06-29T19:36:27.258Z
46972026-06-29T19:36:27.258Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (289/300)
46982026-06-29T19:36:27.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46992026-06-29T19:36:27.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47002026-06-29T19:36:27.954Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47012026-06-29T19:36:28.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
47022026-06-29T19:36:28.711Z
47032026-06-29T19:36:28.711Zinfo: running `cargo check --bins` on omicron-ntp-admin (290/300)
47042026-06-29T19:36:29.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47052026-06-29T19:36:29.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47062026-06-29T19:36:29.311Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47072026-06-29T19:36:29.314Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47082026-06-29T19:36:29.580Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47092026-06-29T19:36:29.580Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47102026-06-29T19:36:30.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
47112026-06-29T19:36:30.542Z
47122026-06-29T19:36:30.542Zinfo: running `cargo check --bins` on ntp-admin-types (291/300)
47132026-06-29T19:36:30.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47142026-06-29T19:36:30.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47152026-06-29T19:36:30.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47162026-06-29T19:36:30.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47172026-06-29T19:36:31.060Z
47182026-06-29T19:36:31.060Zinfo: running `cargo check --bins` on omicron-package (292/300)
47192026-06-29T19:36:31.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47202026-06-29T19:36:31.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47212026-06-29T19:36:31.690Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47222026-06-29T19:36:32.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
47232026-06-29T19:36:32.933Z
47242026-06-29T19:36:32.933Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (293/300)
47252026-06-29T19:36:33.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47262026-06-29T19:36:33.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47272026-06-29T19:36:33.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47282026-06-29T19:36:33.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
47292026-06-29T19:36:33.482Z
47302026-06-29T19:36:33.482Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (294/300)
47312026-06-29T19:36:33.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47322026-06-29T19:36:33.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47332026-06-29T19:36:33.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47342026-06-29T19:36:33.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
47352026-06-29T19:36:34.037Z
47362026-06-29T19:36:34.037Zinfo: running `cargo check --bins` on tqdb (295/300)
47372026-06-29T19:36:34.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47382026-06-29T19:36:34.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47392026-06-29T19:36:34.772Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47402026-06-29T19:36:35.121Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47412026-06-29T19:36:35.637Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47422026-06-29T19:36:35.640Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47432026-06-29T19:36:41.730Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47442026-06-29T19:36:41.733Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47452026-06-29T19:36:42.304Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47462026-06-29T19:36:42.307Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47472026-06-29T19:36:42.307Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47482026-06-29T19:36:42.307Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47492026-06-29T19:36:43.064Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47502026-06-29T19:36:44.131Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47512026-06-29T19:36:44.920Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47522026-06-29T19:36:45.538Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47532026-06-29T19:36:50.178Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47542026-06-29T19:36:56.747Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47552026-06-29T19:36:56.750Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47562026-06-29T19:36:56.750Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47572026-06-29T19:36:56.750Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47582026-06-29T19:36:58.240Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47592026-06-29T19:36:59.588Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47602026-06-29T19:37:00.250Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47612026-06-29T19:37:01.483Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47622026-06-29T19:37:02.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.98s
47632026-06-29T19:37:02.223Z
47642026-06-29T19:37:02.223Zinfo: running `cargo check --bins` on wicket-dbg (296/300)
47652026-06-29T19:37:02.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47662026-06-29T19:37:02.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47672026-06-29T19:37:02.881Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47682026-06-29T19:37:02.881Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47692026-06-29T19:37:02.884Z Checking rtoolbox v0.0.3
47702026-06-29T19:37:02.884Z Checking tui-tree-widget v0.23.1
47712026-06-29T19:37:03.100Z Checking rpassword v7.4.0
47722026-06-29T19:37:04.159Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47732026-06-29T19:37:07.335Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47742026-06-29T19:37:09.199Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47752026-06-29T19:37:10.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.86s
47762026-06-29T19:37:10.267Z
47772026-06-29T19:37:10.267Zinfo: running `cargo check --bins` on wicket (297/300)
47782026-06-29T19:37:10.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47792026-06-29T19:37:10.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47802026-06-29T19:37:10.907Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47812026-06-29T19:37:11.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
47822026-06-29T19:37:11.431Z
47832026-06-29T19:37:11.431Zinfo: running `cargo check --bins` on wicketd (298/300)
47842026-06-29T19:37:11.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47852026-06-29T19:37:11.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47862026-06-29T19:37:12.100Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47872026-06-29T19:37:12.103Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47882026-06-29T19:37:12.103Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47892026-06-29T19:37:12.103Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47902026-06-29T19:37:13.082Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47912026-06-29T19:37:13.657Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47922026-06-29T19:37:16.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s
47932026-06-29T19:37:16.862Z
47942026-06-29T19:37:16.862Zinfo: running `cargo check --bins` on omicron-workspace-hack (299/300)
47952026-06-29T19:37:17.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47962026-06-29T19:37:17.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47972026-06-29T19:37:17.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47982026-06-29T19:37:17.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47992026-06-29T19:37:17.378Z
48002026-06-29T19:37:17.378Zinfo: running `cargo check --bins` on zone-setup (300/300)
48012026-06-29T19:37:17.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48022026-06-29T19:37:17.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48032026-06-29T19:37:17.995Z Checking uzers v0.12.2
48042026-06-29T19:37:18.262Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48052026-06-29T19:37:19.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
48062026-06-29T19:37:19.203Z
48072026-06-29T19:37:19.203Zreal 13:49.775132888
48082026-06-29T19:37:19.203Zuser 20:47.638643515
48092026-06-29T19:37:19.203Zsys 4:07.727886123
48102026-06-29T19:37:19.203Ztrap 0.322842302
48112026-06-29T19:37:19.203Ztflt 0.691103314
48122026-06-29T19:37:19.206Zdflt 1.137136411
48132026-06-29T19:37:19.206Zkflt 0.005234070
48142026-06-29T19:37:19.206Zlock 1:15:49.218804861
48152026-06-29T19:37:19.207Zslp 1:39:47.162307067
48162026-06-29T19:37:19.207Zlat 56.555171347
48172026-06-29T19:37:19.207Zstop 3:24.400777298
48182026-06-29T19:37:19.207Zprocess exited: duration 953103 ms, exit code 0
 
48192026-06-29T19:37:19.213Zfound 0 output files