01KVY2J85VDFQGMHJHGHX0DVA7: 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: 01KVY2JR99TN31NYKJGFTGFBQR

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T00:24:38.670Zjob assigned to worker 01KVY2JY1J256296VWYG1K3S9Z [factory aws, i-06d907c52d6fa7504] (queued for 47 s)
 
22026-06-25T00:24:45.257Zstarting task 0: "setup"
32026-06-25T00:24:45.261Z++ uname -s
42026-06-25T00:24:45.264Z+ kern=SunOS
52026-06-25T00:24:45.264Z+ build_user=build
62026-06-25T00:24:45.264Z+ build_uid=12345
72026-06-25T00:24:45.264Z+ work_dir=/work
82026-06-25T00:24:45.264Z+ input_dir=/input
92026-06-25T00:24:45.264Z+ [[ 0 == 12345 ]]
102026-06-25T00:24:45.264Z+ case "$kern" in
112026-06-25T00:24:45.264Z+ groupadd -g 12345 build
122026-06-25T00:24:45.269Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T00:24:47.270Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T00:24:47.362Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T00:24:47.366Z+ home_fs=zfs
162026-06-25T00:24:47.366Z+ [[ zfs == autofs ]]
172026-06-25T00:24:47.366Z+ mkdir -p /home/build
182026-06-25T00:24:47.366Z+ chown build:build /home/build /work
192026-06-25T00:24:49.367Z+ chmod 0700 /home/build /work
202026-06-25T00:24:49.374Zprocess exited: duration 4112 ms, exit code 0
 
212026-06-25T00:24:49.380Zstarting task 1: "rust-toolchain"
222026-06-25T00:24:49.384Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-25T00:24:49.384Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-25T00:24:49.384Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-25T00:24:49.384Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-25T00:24:49.384Z * rust toolchain channel = "1.96.0"
272026-06-25T00:24:49.384Z * rust toolchain profile = "default"
282026-06-25T00:24:49.387Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T00:24:49.387Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-25T00:24:49.467Zinfo: downloading installer
312026-06-25T00:24:50.869Zwarn: It looks like you have an existing rustup settings file at:
322026-06-25T00:24:50.869Zwarn: /home/build/.rustup/settings.toml
332026-06-25T00:24:50.869Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-25T00:24:50.869Zwarn: instead of the one inferred from the default host triple.
352026-06-25T00:24:50.881Zinfo: profile set to default
362026-06-25T00:24:50.881Zinfo: default host triple is x86_64-unknown-illumos
372026-06-25T00:24:50.884Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-25T00:24:51.031Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-25T00:24:51.035Zinfo: downloading 6 components
402026-06-25T00:25:07.150Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-25T00:25:07.150Z
422026-06-25T00:25:07.176Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-25T00:25:07.176Z
442026-06-25T00:25:07.176Z
452026-06-25T00:25:07.176ZRust is installed now. Great!
462026-06-25T00:25:07.176Z
472026-06-25T00:25:07.176ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-25T00:25:07.176Zenvironment variable. This has not been done automatically.
492026-06-25T00:25:07.176Z
502026-06-25T00:25:07.176ZTo configure your current shell, you need to source
512026-06-25T00:25:07.176Zthe corresponding env file under $HOME/.cargo.
522026-06-25T00:25:07.180Z
532026-06-25T00:25:07.180ZThis is usually done by running one of the following (note the leading DOT):
542026-06-25T00:25:07.180Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-25T00:25:07.180Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-25T00:25:07.180Zsource "~/.cargo/env.nu" # For nushell
572026-06-25T00:25:07.180Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-25T00:25:07.180Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-25T00:25:07.180Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-25T00:25:07.181Zwarn: no default linker (`cc`) was found in your PATH
612026-06-25T00:25:07.181Zwarn: many Rust crates require a system C toolchain to build
622026-06-25T00:25:07.264Z+ rustup --version
632026-06-25T00:25:07.273Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-25T00:25:07.276Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-25T00:25:07.296Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-25T00:25:07.299Z+ cargo --version
672026-06-25T00:25:07.310Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-25T00:25:07.313Z+ rustc --version
692026-06-25T00:25:07.331Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-25T00:25:07.334Zprocess exited: duration 17953 ms, exit code 0
 
712026-06-25T00:25:07.340Zstarting task 2: "authentication"
722026-06-25T00:25:07.357Zprocess exited: duration 15 ms, exit code 0
 
732026-06-25T00:25:07.363Zstarting task 3: "clone repository"
742026-06-25T00:25:07.367Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-25T00:25:07.369Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-25T00:25:07.402ZCloning into '/work/oxidecomputer/omicron'...
772026-06-25T00:25:17.158Z+ cd /work/oxidecomputer/omicron
782026-06-25T00:25:17.158Z+ git fetch origin e5381fe59782a53d220d0a97276fbf81f5c2a285
792026-06-25T00:25:17.443ZFrom https://github.com/oxidecomputer/omicron
802026-06-25T00:25:17.443Z * branch e5381fe59782a53d220d0a97276fbf81f5c2a285 -> FETCH_HEAD
812026-06-25T00:25:17.453Z+ [[ -n value-update-poc ]]
822026-06-25T00:25:17.456Z++ git branch --show-current
832026-06-25T00:25:17.456Z+ current=main
842026-06-25T00:25:17.456Z+ [[ main != value-update-poc ]]
852026-06-25T00:25:17.456Z+ git branch -f value-update-poc e5381fe59782a53d220d0a97276fbf81f5c2a285
862026-06-25T00:25:17.459Z+ git checkout -f value-update-poc
872026-06-25T00:25:17.696ZSwitched to branch 'value-update-poc'
882026-06-25T00:25:17.699Z+ git reset --hard e5381fe59782a53d220d0a97276fbf81f5c2a285
892026-06-25T00:25:17.722ZHEAD is now at e5381fe59 rename LLM-ish update_value_semantics to strict_put_bodies
902026-06-25T00:25:17.724Zprocess exited: duration 10358 ms, exit code 0
 
912026-06-25T00:25:17.730Zstarting task 4: "build"
922026-06-25T00:25:17.734Z+ source .github/buildomat/ci-env.sh
932026-06-25T00:25:17.734Z++ export CARGO_TERM_COLOR=always
942026-06-25T00:25:17.734Z++ CARGO_TERM_COLOR=always
952026-06-25T00:25:17.737Z+ cargo --version
962026-06-25T00:25:17.744Zcargo 1.96.0 (30a34c682 2026-05-25)
972026-06-25T00:25:17.746Z+ rustc --version
982026-06-25T00:25:17.765Zrustc 1.96.0 (ac68faa20 2026-05-25)
992026-06-25T00:25:17.845Z+ source ./env.sh
1002026-06-25T00:25:17.845Z++ OLD_SHELL_OPTS=ehxB
1012026-06-25T00:25:17.845Z++ set -o xtrace
1022026-06-25T00:25:17.845Z++++ dirname ./env.sh
1032026-06-25T00:25:17.846Z+++ readlink -f .
1042026-06-25T00:25:17.846Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-25T00:25:17.846Z++ 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-25T00:25:17.846Z++ 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-25T00:25:17.846Z++ 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-25T00:25:17.846Z++ 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-25T00:25:17.846Z++ 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-25T00:25:17.846Z++ 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-25T00:25:17.846Z++ 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-25T00:25:17.846Z++ 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-25T00:25:17.846Z++ 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-25T00:25:17.846Z++ 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-25T00:25:17.846Z++ case $OLD_SHELL_OPTS in
1162026-06-25T00:25:17.847Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-06-25T00:25:17.847Z+ 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-25T00:25:17.847Z+ 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-25T00:25:17.847Z+ banner prerequisites
1202026-06-25T00:25:17.847Z
1212026-06-25T00:25:17.847Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-06-25T00:25:17.847Z # # # # # # # # # # # # # # #
1232026-06-25T00:25:17.847Z # # # # ##### # # ##### # # # # # #### #
1242026-06-25T00:25:17.847Z ##### ##### # ##### # # # # # # # # #
1252026-06-25T00:25:17.847Z # # # # # # # # # # # # # # #
1262026-06-25T00:25:17.847Z # # # ###### # # ###### ### # #### # #### #
1272026-06-25T00:25:17.847Z
1282026-06-25T00:25:17.847Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-06-25T00:25:19.696Z Startup: Refreshing catalog 'helios' ... Done
1302026-06-25T00:25:19.799Z Startup: Caching catalogs ... Done
1312026-06-25T00:25:20.250ZPlanning: Solver setup ... Done (0.409s)
1322026-06-25T00:25:20.276ZPlanning: Running solver ... Done (0.026s)
1332026-06-25T00:25:20.289ZPlanning: Finding local manifests ... Done (0.003s)
1342026-06-25T00:25:20.708ZPlanning: Fetching manifests: 0/2 0% complete
1352026-06-25T00:25:20.724ZPlanning: Fetching manifests: 2/2 100% complete
1362026-06-25T00:25:20.737ZPlanning: Package planning ... Done (0.013s)
1372026-06-25T00:25:20.740ZPlanning: Merging actions ... Done (0.001s)
1382026-06-25T00:25:20.904ZPlanning: Checking for conflicting actions ... Done (0.165s)
1392026-06-25T00:25:20.907ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-06-25T00:25:21.726ZPlanning: Evaluating mediators ... Done (0.821s)
1412026-06-25T00:25:21.729ZPlanning: Planning completed in 1.91 seconds
1422026-06-25T00:25:21.736Z Packages to install: 2
1432026-06-25T00:25:21.736Z Estimated space available: 156.06 GB
1442026-06-25T00:25:21.736ZEstimated space to be consumed: 29.57 MB
1452026-06-25T00:25:21.736Z Create boot environment: No
1462026-06-25T00:25:21.739ZCreate backup boot environment: No
1472026-06-25T00:25:21.739Z Rebuild boot archive: No
1482026-06-25T00:25:21.739Z
1492026-06-25T00:25:21.739ZChanged packages:
1502026-06-25T00:25:21.739Zhelios
1512026-06-25T00:25:21.739Z developer/build-essential
1522026-06-25T00:25:21.739Z None -> 11-3.0
1532026-06-25T00:25:21.739Z library/libxmlsec1
1542026-06-25T00:25:21.739Z None -> 1.2.35-3.0
1552026-06-25T00:25:21.760Z
1562026-06-25T00:25:21.761ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-06-25T00:25:22.515ZDownload: Completed 1.28 MB in 0.75 seconds (1.7M/s)
1582026-06-25T00:25:22.590Z Actions: 1/268 actions (Installing new actions)
1592026-06-25T00:25:22.629Z Actions: Completed 268 actions in 0.04 seconds.
1602026-06-25T00:25:22.638ZFinalize: Updating package state database ... Done (0.009s)
1612026-06-25T00:25:22.638ZFinalize: Updating package cache ... Done (0.000s)
1622026-06-25T00:25:22.665ZFinalize: Updating image state ... Done (0.027s)
1632026-06-25T00:25:25.088ZFinalize: Creating fast lookup database ... Done (2.399s)
1642026-06-25T00:25:25.154ZFinalize: Reading search index ... Done (0.012s)
1652026-06-25T00:25:25.157ZFinalize: Updating search index ... Done (0.000s)
1662026-06-25T00:25:25.293ZFinalize: Updating package cache ... Done (0.000s)
1672026-06-25T00:25:25.579ZPlanning: Evaluating mediator changes ... Done
1682026-06-25T00:25:25.683ZPlanning: Checking for conflicting actions ... Done
1692026-06-25T00:25:25.686ZPlanning: Consolidating action changes ... Done
1702026-06-25T00:25:25.840ZPlanning: Evaluating mediators ... Done
1712026-06-25T00:25:25.843ZPlanning: Planning completed in 0.26 seconds
1722026-06-25T00:25:25.863Z Mediators to change: 2
1732026-06-25T00:25:25.863Z Create boot environment: No
1742026-06-25T00:25:25.866ZCreate backup boot environment: No
1752026-06-25T00:25:25.914ZFinalize: Updating package state database ... Done
1762026-06-25T00:25:25.914ZFinalize: Updating package cache ... Done
1772026-06-25T00:25:25.928ZFinalize: Updating image state ... Done
1782026-06-25T00:25:27.885ZFinalize: Creating fast lookup database ... Done
1792026-06-25T00:25:27.948ZFinalize: Reading search index ... Done
1802026-06-25T00:25:27.951ZFinalize: Updating search index ... Done
1812026-06-25T00:25:28.027ZFinalize: Updating package cache ... Done
1822026-06-25T00:25:28.312ZPlanning: Evaluating mediator changes ... Done
1832026-06-25T00:25:28.419ZPlanning: Checking for conflicting actions ... Done
1842026-06-25T00:25:28.423ZPlanning: Consolidating action changes ... Done
1852026-06-25T00:25:28.577ZPlanning: Evaluating mediators ... Done
1862026-06-25T00:25:28.580ZPlanning: Planning completed in 0.27 seconds
1872026-06-25T00:25:28.600Z Mediators to change: 1
1882026-06-25T00:25:28.600Z Create boot environment: No
1892026-06-25T00:25:28.600ZCreate backup boot environment: No
1902026-06-25T00:25:28.645ZFinalize: Updating package state database ... Done
1912026-06-25T00:25:28.645ZFinalize: Updating package cache ... Done
1922026-06-25T00:25:28.660ZFinalize: Updating image state ... Done
1932026-06-25T00:25:30.622ZFinalize: Creating fast lookup database ... Done
1942026-06-25T00:25:30.686ZFinalize: Reading search index ... Done
1952026-06-25T00:25:30.689ZFinalize: Updating search index ... Done
1962026-06-25T00:25:30.749ZFinalize: Updating package cache ... Done
1972026-06-25T00:25:31.064ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-06-25T00:25:31.064Zapache system 2.4 system
1992026-06-25T00:25:31.064Zclang system 15 system
2002026-06-25T00:25:31.064Zcsh system system illumos
2012026-06-25T00:25:31.064Zctags system system illumos
2022026-06-25T00:25:31.064Zfile vendor vendor darwinsys
2032026-06-25T00:25:31.064Zfile system system illumos
2042026-06-25T00:25:31.064Zgcc vendor 14 vendor
2052026-06-25T00:25:31.064Zgcc system 13 system
2062026-06-25T00:25:31.064Zgcc system 10 system
2072026-06-25T00:25:31.064Zgo system 1.25 system
2082026-06-25T00:25:31.064Zllvm system 15 system
2092026-06-25T00:25:31.064Zmariadb system 11.4 system
2102026-06-25T00:25:31.064Zmta vendor vendor dma
2112026-06-25T00:25:31.064Zopenjdk system 17 system
2122026-06-25T00:25:31.064Zopenjdk system 11 system
2132026-06-25T00:25:31.064Zopenssl vendor 3 vendor
2142026-06-25T00:25:31.064Zperl system 5.40 system
2152026-06-25T00:25:31.064Zpostgresql system 18 system
2162026-06-25T00:25:31.064Zpostgresql system 17 system
2172026-06-25T00:25:31.064Zpython vendor 3 vendor
2182026-06-25T00:25:31.064Zpython system 2 system
2192026-06-25T00:25:31.064Zpython3 vendor 3.13 vendor
2202026-06-25T00:25:31.064Zruby system 3.4 system
2212026-06-25T00:25:31.064Zruby system 3.0 system
2222026-06-25T00:25:31.064Zwords vendor vendor american-english
2232026-06-25T00:25:31.064Zwords system system australian-english
2242026-06-25T00:25:31.064Zwords system system british-english
2252026-06-25T00:25:31.064Zwords system system canadian-english
2262026-06-25T00:25:31.064Zwords system system french
2272026-06-25T00:25:31.064Zwords system system italian
2282026-06-25T00:25:31.064Zwords system system ngerman
2292026-06-25T00:25:31.065Zwords system system ogerman
2302026-06-25T00:25:31.065Zwords system system spanish
2312026-06-25T00:25:31.322ZPUBLISHER TYPE STATUS P LOCATION
2322026-06-25T00:25:31.322Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-06-25T00:25:31.625ZFMRI IFO
2342026-06-25T00:25:31.625Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-06-25T00:25:31.625Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-06-25T00:25:31.626Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-06-25T00:25:31.626Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-06-25T00:25:31.626Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-06-25T00:25:31.626Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-06-25T00:25:31.626Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-06-25T00:25:31.626Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-06-25T00:25:31.626Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-06-25T00:25:31.883Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-06-25T00:25:32.141Z Updating crates.io index
2452026-06-25T00:25:32.144Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-06-25T00:25:32.374Z Updating git repository `https://github.com/oxidecomputer/lldp`
2472026-06-25T00:25:32.686Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-06-25T00:25:32.939Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-06-25T00:25:33.839Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-06-25T00:25:34.309Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-06-25T00:25:35.817Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-06-25T00:25:36.540Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-06-25T00:25:36.783Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-06-25T00:25:37.984Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-06-25T00:25:38.374Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-06-25T00:25:38.660Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-06-25T00:25:38.879Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-06-25T00:25:39.276Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-06-25T00:25:39.721Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-06-25T00:25:40.118Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-06-25T00:25:40.336Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-06-25T00:25:40.580Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-06-25T00:25:40.821Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-06-25T00:25:41.040Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-06-25T00:25:41.269Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-06-25T00:25:41.502Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-06-25T00:25:41.853Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-06-25T00:25:42.145Z Updating git repository `https://github.com/oxidecomputer/erebor`
2692026-06-25T00:25:42.379Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2702026-06-25T00:25:42.760Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2712026-06-25T00:25:42.997Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2722026-06-25T00:25:43.273Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732026-06-25T00:25:43.503Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2742026-06-25T00:25:43.719Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-06-25T00:25:44.033Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-06-25T00:25:44.402Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-06-25T00:25:44.641Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-06-25T00:25:44.886Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-06-25T00:25:45.137Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2802026-06-25T00:25:45.406Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2812026-06-25T00:25:45.663Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822026-06-25T00:25:45.903Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832026-06-25T00:25:46.160Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842026-06-25T00:25:46.409Z Updating git repository `https://github.com/illumos/smf-rs`
2852026-06-25T00:25:48.983Z Downloading crates ...
2862026-06-25T00:25:49.045Z Downloaded form_urlencoded v1.2.2
2872026-06-25T00:25:49.053Z Downloaded errno v0.3.14
2882026-06-25T00:25:49.056Z Downloaded digest v0.10.7
2892026-06-25T00:25:49.056Z Downloaded swrite v0.1.0
2902026-06-25T00:25:49.059Z Downloaded toml_write v0.1.2
2912026-06-25T00:25:49.059Z Downloaded thread-id v4.2.2
2922026-06-25T00:25:49.059Z Downloaded typeid v1.0.3
2932026-06-25T00:25:49.062Z Downloaded clap_derive v4.6.1
2942026-06-25T00:25:49.065Z Downloaded camino-tempfile v1.4.1
2952026-06-25T00:25:49.065Z Downloaded tabled_derive v0.7.0
2962026-06-25T00:25:49.068Z Downloaded textwrap v0.16.2
2972026-06-25T00:25:49.068Z Downloaded zerofrom v0.1.6
2982026-06-25T00:25:49.068Z Downloaded synstructure v0.13.2
2992026-06-25T00:25:49.071Z Downloaded scroll v0.12.0
3002026-06-25T00:25:49.071Z Downloaded crypto-common v0.1.7
3012026-06-25T00:25:49.071Z Downloaded colorchoice v1.0.4
3022026-06-25T00:25:49.071Z Downloaded bytecount v0.6.9
3032026-06-25T00:25:49.074Z Downloaded tinystr v0.8.2
3042026-06-25T00:25:49.074Z Downloaded thiserror v1.0.69
3052026-06-25T00:25:49.077Z Downloaded toml v0.8.23
3062026-06-25T00:25:49.081Z Downloaded icu_normalizer_data v2.1.1
3072026-06-25T00:25:49.081Z Downloaded serde_tokenstream v0.2.3
3082026-06-25T00:25:49.081Z Downloaded zerofrom-derive v0.1.6
3092026-06-25T00:25:49.084Z Downloaded pretty-hex v0.4.1
3102026-06-25T00:25:49.084Z Downloaded ordered-float v2.10.1
3112026-06-25T00:25:49.084Z Downloaded fs-err v3.3.0
3122026-06-25T00:25:49.084Z Downloaded typenum v1.19.0
3132026-06-25T00:25:49.087Z Downloaded semver v1.0.28
3142026-06-25T00:25:49.087Z Downloaded cargo_metadata v0.21.0
3152026-06-25T00:25:49.090Z Downloaded version_check v0.9.5
3162026-06-25T00:25:49.090Z Downloaded utf8parse v0.2.2
3172026-06-25T00:25:49.090Z Downloaded usdt v0.5.0
3182026-06-25T00:25:49.093Z Downloaded toml_datetime v0.6.11
3192026-06-25T00:25:49.095Z Downloaded yoke-derive v0.8.1
3202026-06-25T00:25:49.095Z Downloaded usdt-attr-macro v0.5.0
3212026-06-25T00:25:49.099Z Downloaded usdt-macro v0.5.0
3222026-06-25T00:25:49.103Z Downloaded unicode-linebreak v0.1.5
3232026-06-25T00:25:49.106Z Downloaded stable_deref_trait v1.2.1
3242026-06-25T00:25:49.106Z Downloaded plain v0.2.3
3252026-06-25T00:25:49.109Z Downloaded is_terminal_polyfill v1.70.2
3262026-06-25T00:25:49.109Z Downloaded utf8_iter v1.0.4
3272026-06-25T00:25:49.109Z Downloaded cargo-platform v0.2.0
3282026-06-25T00:25:49.109Z Downloaded writeable v0.6.2
3292026-06-25T00:25:49.111Z Downloaded thiserror v2.0.18
3302026-06-25T00:25:49.114Z Downloaded zerovec-derive v0.11.2
3312026-06-25T00:25:49.114Z Downloaded yoke v0.8.1
3322026-06-25T00:25:49.114Z Downloaded zmij v1.0.21
3332026-06-25T00:25:49.117Z Downloaded usdt-impl v0.5.0
3342026-06-25T00:25:49.117Z Downloaded anstyle-query v1.1.5
3352026-06-25T00:25:49.117Z Downloaded unicode-xid v0.2.6
3362026-06-25T00:25:49.120Z Downloaded idna_adapter v1.2.1
3372026-06-25T00:25:49.120Z Downloaded heck v0.5.0
3382026-06-25T00:25:49.120Z Downloaded heck v0.4.1
3392026-06-25T00:25:49.120Z Downloaded fastrand v2.3.0
3402026-06-25T00:25:49.123Z Downloaded thiserror-impl v1.0.69
3412026-06-25T00:25:49.125Z Downloaded thiserror-impl v2.0.18
3422026-06-25T00:25:49.125Z Downloaded itoa v1.0.17
3432026-06-25T00:25:49.128Z Downloaded zerocopy-derive v0.7.35
3442026-06-25T00:25:49.131Z Downloaded strsim v0.11.1
3452026-06-25T00:25:49.131Z Downloaded ucd-trie v0.1.7
3462026-06-25T00:25:49.134Z Downloaded generic-array v0.14.7
3472026-06-25T00:25:49.134Z Downloaded equivalent v1.0.2
3482026-06-25T00:25:49.137Z Downloaded fnv v1.0.7
3492026-06-25T00:25:49.141Z Downloaded dtrace-parser v0.2.0
3502026-06-25T00:25:49.141Z Downloaded dof v0.3.0
3512026-06-25T00:25:49.144Z Downloaded clap_lex v1.0.0
3522026-06-25T00:25:49.144Z Downloaded cpufeatures v0.2.17
3532026-06-25T00:25:49.144Z Downloaded cfg-if v1.0.4
3542026-06-25T00:25:49.147Z Downloaded block-buffer v0.10.4
3552026-06-25T00:25:49.150Z Downloaded unicode-ident v1.0.24
3562026-06-25T00:25:49.152Z Downloaded zerotrie v0.2.3
3572026-06-25T00:25:49.153Z Downloaded smawk v0.3.2
3582026-06-25T00:25:49.155Z Downloaded macaddr v1.0.1
3592026-06-25T00:25:49.159Z Downloaded serde-value v0.7.0
3602026-06-25T00:25:49.162Z Downloaded url v2.5.8
3612026-06-25T00:25:49.164Z Downloaded toml_edit v0.22.27
3622026-06-25T00:25:49.167Z Downloaded serde_spanned v0.6.9
3632026-06-25T00:25:49.170Z Downloaded proc-macro-error-attr v1.0.4
3642026-06-25T00:25:49.170Z Downloaded zerovec v0.11.5
3652026-06-25T00:25:49.173Z Downloaded zerocopy v0.7.35
3662026-06-25T00:25:49.180Z Downloaded terminal_size v0.4.3
3672026-06-25T00:25:49.183Z Downloaded potential_utf v0.1.4
3682026-06-25T00:25:49.183Z Downloaded memmap v0.7.0
3692026-06-25T00:25:49.186Z Downloaded proc-macro-error v1.0.4
3702026-06-25T00:25:49.189Z Downloaded scroll_derive v0.12.1
3712026-06-25T00:25:49.189Z Downloaded winnow v0.7.14
3722026-06-25T00:25:49.194Z Downloaded anstream v1.0.0
3732026-06-25T00:25:49.197Z Downloaded unicode-width v0.2.0
3742026-06-25T00:25:49.200Z Downloaded byteorder v1.5.0
3752026-06-25T00:25:49.203Z Downloaded unicode-width v0.1.14
3762026-06-25T00:25:49.206Z Downloaded erased-serde v0.4.9
3772026-06-25T00:25:49.206Z Downloaded percent-encoding v2.3.2
3782026-06-25T00:25:49.206Z Downloaded autocfg v1.5.0
3792026-06-25T00:25:49.206Z Downloaded cargo_toml v0.21.0
3802026-06-25T00:25:49.209Z Downloaded serde-untagged v0.1.9
3812026-06-25T00:25:49.212Z Downloaded quote v1.0.45
3822026-06-25T00:25:49.222Z Downloaded anstyle v1.0.14
3832026-06-25T00:25:49.233Z Downloaded litemap v0.8.1
3842026-06-25T00:25:49.241Z Downloaded smallvec v1.15.1
3852026-06-25T00:25:49.247Z Downloaded bitflags v2.11.0
3862026-06-25T00:25:49.250Z Downloaded getrandom v0.4.1
3872026-06-25T00:25:49.254Z Downloaded displaydoc v0.2.5
3882026-06-25T00:25:49.254Z Downloaded anstyle-parse v1.0.0
3892026-06-25T00:25:49.258Z Downloaded cargo-util-schemas v0.8.2
3902026-06-25T00:25:49.258Z Downloaded anyhow v1.0.102
3912026-06-25T00:25:49.258Z Downloaded once_cell v1.21.3
3922026-06-25T00:25:49.261Z Downloaded sha2 v0.10.9
3932026-06-25T00:25:49.261Z Downloaded pest_generator v2.8.6
3942026-06-25T00:25:49.265Z Downloaded pest_derive v2.8.6
3952026-06-25T00:25:49.265Z Downloaded num-traits v0.2.19
3962026-06-25T00:25:49.268Z Downloaded log v0.4.29
3972026-06-25T00:25:49.268Z Downloaded papergrid v0.11.0
3982026-06-25T00:25:49.271Z Downloaded proc-macro2 v1.0.106
3992026-06-25T00:25:49.274Z Downloaded icu_provider v2.1.1
4002026-06-25T00:25:49.278Z Downloaded camino v1.2.2
4012026-06-25T00:25:49.284Z Downloaded icu_properties v2.1.2
4022026-06-25T00:25:49.288Z Downloaded tempfile v3.25.0
4032026-06-25T00:25:49.293Z Downloaded icu_normalizer v2.1.1
4042026-06-25T00:25:49.296Z Downloaded clap v4.6.1
4052026-06-25T00:25:49.303Z Downloaded pest_meta v2.8.6
4062026-06-25T00:25:49.308Z Downloaded serde_derive v1.0.228
4072026-06-25T00:25:49.313Z Downloaded serde_core v1.0.228
4082026-06-25T00:25:49.317Z Downloaded memchr v2.8.0
4092026-06-25T00:25:49.320Z Downloaded icu_locale_core v2.1.1
4102026-06-25T00:25:49.323Z Downloaded serde v1.0.228
4112026-06-25T00:25:49.334Z Downloaded indexmap v2.14.0
4122026-06-25T00:25:49.344Z Downloaded icu_collections v2.1.1
4132026-06-25T00:25:49.355Z Downloaded pest v2.8.6
4142026-06-25T00:25:49.367Z Downloaded idna v1.1.0
4152026-06-25T00:25:49.374Z Downloaded hashbrown v0.17.0
4162026-06-25T00:25:49.377Z Downloaded icu_properties_data v2.1.2
4172026-06-25T00:25:49.383Z Downloaded serde_json v1.0.149
4182026-06-25T00:25:49.386Z Downloaded clap_builder v4.6.0
4192026-06-25T00:25:49.390Z Downloaded goblin v0.8.2
4202026-06-25T00:25:49.393Z Downloaded tabled v0.15.0
4212026-06-25T00:25:49.405Z Downloaded syn v1.0.109
4222026-06-25T00:25:49.419Z Downloaded syn v2.0.117
4232026-06-25T00:25:49.433Z Downloaded rustix v1.1.3
4242026-06-25T00:25:49.460Z Downloaded libc v0.2.185
4252026-06-25T00:25:49.554Z Compiling proc-macro2 v1.0.106
4262026-06-25T00:25:49.554Z Compiling unicode-ident v1.0.24
4272026-06-25T00:25:49.554Z Compiling quote v1.0.45
4282026-06-25T00:25:49.559Z Compiling serde_core v1.0.228
4292026-06-25T00:25:49.559Z Compiling libc v0.2.185
4302026-06-25T00:25:49.559Z Compiling version_check v0.9.5
4312026-06-25T00:25:49.559Z Compiling stable_deref_trait v1.2.1
4322026-06-25T00:25:49.704Z Compiling memchr v2.8.0
4332026-06-25T00:25:49.832Z Compiling serde v1.0.228
4342026-06-25T00:25:49.846Z Compiling zmij v1.0.21
4352026-06-25T00:25:50.071Z Compiling itoa v1.0.17
4362026-06-25T00:25:50.087Z Compiling autocfg v1.5.0
4372026-06-25T00:25:50.191Z Compiling ucd-trie v0.1.7
4382026-06-25T00:25:50.349Z Compiling thiserror v1.0.69
4392026-06-25T00:25:50.440Z Compiling pest v2.8.6
4402026-06-25T00:25:50.456Z Compiling litemap v0.8.1
4412026-06-25T00:25:50.498Z Compiling writeable v0.6.2
4422026-06-25T00:25:50.526Z Compiling icu_normalizer_data v2.1.1
4432026-06-25T00:25:50.666Z Compiling rustix v1.1.3
4442026-06-25T00:25:50.691Z Compiling byteorder v1.5.0
4452026-06-25T00:25:50.953Z Compiling icu_properties_data v2.1.2
4462026-06-25T00:25:51.043Z Compiling syn v2.0.117
4472026-06-25T00:25:51.137Z Compiling errno v0.3.14
4482026-06-25T00:25:51.166Z Compiling bitflags v2.11.0
4492026-06-25T00:25:51.181Z Compiling serde_json v1.0.149
4502026-06-25T00:25:51.400Z Compiling num-traits v0.2.19
4512026-06-25T00:25:51.403Z Compiling equivalent v1.0.2
4522026-06-25T00:25:51.429Z Compiling typeid v1.0.3
4532026-06-25T00:25:51.504Z Compiling smallvec v1.15.1
4542026-06-25T00:25:51.582Z Compiling pest_meta v2.8.6
4552026-06-25T00:25:51.686Z Compiling hashbrown v0.17.0
4562026-06-25T00:25:51.933Z Compiling thread-id v4.2.2
4572026-06-25T00:25:51.953Z Compiling proc-macro-error-attr v1.0.4
4582026-06-25T00:25:52.021Z Compiling usdt-impl v0.5.0
4592026-06-25T00:25:52.056Z Compiling erased-serde v0.4.9
4602026-06-25T00:25:52.133Z Compiling winnow v0.7.14
4612026-06-25T00:25:52.223Z Compiling indexmap v2.14.0
4622026-06-25T00:25:52.244Z Compiling toml_write v0.1.2
4632026-06-25T00:25:52.443Z Compiling syn v1.0.109
4642026-06-25T00:25:52.847Z Compiling proc-macro-error v1.0.4
4652026-06-25T00:25:52.898Z Compiling utf8_iter v1.0.4
4662026-06-25T00:25:53.029Z Compiling thiserror v2.0.18
4672026-06-25T00:25:53.074Z Compiling camino v1.2.2
4682026-06-25T00:25:53.154Z Compiling getrandom v0.4.1
4692026-06-25T00:25:53.179Z Compiling utf8parse v0.2.2
4702026-06-25T00:25:53.295Z Compiling plain v0.2.3
4712026-06-25T00:25:53.313Z Compiling percent-encoding v2.3.2
4722026-06-25T00:25:53.370Z Compiling log v0.4.29
4732026-06-25T00:25:53.437Z Compiling anstyle-parse v1.0.0
4742026-06-25T00:25:53.524Z Compiling form_urlencoded v1.2.2
4752026-06-25T00:25:53.561Z Compiling ordered-float v2.10.1
4762026-06-25T00:25:53.578Z Compiling synstructure v0.13.2
4772026-06-25T00:25:53.607Z Compiling pest_generator v2.8.6
4782026-06-25T00:25:53.694Z Compiling terminal_size v0.4.3
4792026-06-25T00:25:53.834Z Compiling cfg-if v1.0.4
4802026-06-25T00:25:53.909Z Compiling anstyle-query v1.1.5
4812026-06-25T00:25:54.024Z Compiling is_terminal_polyfill v1.70.2
4822026-06-25T00:25:54.027Z Compiling pretty-hex v0.4.1
4832026-06-25T00:25:54.061Z Compiling colorchoice v1.0.4
4842026-06-25T00:25:54.076Z Compiling anstyle v1.0.14
4852026-06-25T00:25:54.163Z Compiling serde-untagged v0.1.9
4862026-06-25T00:25:54.234Z Compiling semver v1.0.28
4872026-06-25T00:25:54.294Z Compiling anstream v1.0.0
4882026-06-25T00:25:54.356Z Compiling fs-err v3.3.0
4892026-06-25T00:25:54.403Z Compiling fnv v1.0.7
4902026-06-25T00:25:54.508Z Compiling once_cell v1.21.3
4912026-06-25T00:25:54.540Z Compiling heck v0.5.0
4922026-06-25T00:25:54.556Z Compiling bytecount v0.6.9
4932026-06-25T00:25:54.571Z Compiling unicode-xid v0.2.6
4942026-06-25T00:25:54.589Z Compiling strsim v0.11.1
4952026-06-25T00:25:54.689Z Compiling heck v0.4.1
4962026-06-25T00:25:54.689Z Compiling fastrand v2.3.0
4972026-06-25T00:25:54.720Z Compiling anyhow v1.0.102
4982026-06-25T00:25:54.909Z Compiling unicode-width v0.1.14
4992026-06-25T00:25:54.931Z Compiling clap_lex v1.0.0
5002026-06-25T00:25:54.960Z Compiling tempfile v3.25.0
5012026-06-25T00:25:55.158Z Compiling papergrid v0.11.0
5022026-06-25T00:25:55.173Z Compiling clap_builder v4.6.0
5032026-06-25T00:25:55.188Z Compiling memmap v0.7.0
5042026-06-25T00:25:55.225Z Compiling smawk v0.3.2
5052026-06-25T00:25:55.242Z Compiling serde_derive v1.0.228
5062026-06-25T00:25:55.333Z Compiling zerofrom-derive v0.1.6
5072026-06-25T00:25:55.362Z Compiling yoke-derive v0.8.1
5082026-06-25T00:25:55.365Z Compiling zerovec-derive v0.11.2
5092026-06-25T00:25:55.642Z Compiling displaydoc v0.2.5
5102026-06-25T00:25:56.430Z Compiling thiserror-impl v1.0.69
5112026-06-25T00:25:56.539Z Compiling zerocopy-derive v0.7.35
5122026-06-25T00:25:56.557Z Compiling pest_derive v2.8.6
5132026-06-25T00:25:56.618Z Compiling scroll_derive v0.12.1
5142026-06-25T00:25:56.753Z Compiling zerofrom v0.1.6
5152026-06-25T00:25:56.889Z Compiling yoke v0.8.1
5162026-06-25T00:25:57.003Z Compiling thiserror-impl v2.0.18
5172026-06-25T00:25:57.084Z Compiling zerovec v0.11.5
5182026-06-25T00:25:57.286Z Compiling zerotrie v0.2.3
5192026-06-25T00:25:57.404Z Compiling zerocopy v0.7.35
5202026-06-25T00:25:57.587Z Compiling tinystr v0.8.2
5212026-06-25T00:25:57.605Z Compiling potential_utf v0.1.4
5222026-06-25T00:25:57.767Z Compiling icu_locale_core v2.1.1
5232026-06-25T00:25:57.792Z Compiling icu_collections v2.1.1
5242026-06-25T00:25:57.815Z Compiling dtrace-parser v0.2.0
5252026-06-25T00:25:57.948Z Compiling scroll v0.12.0
5262026-06-25T00:25:58.194Z Compiling goblin v0.8.2
5272026-06-25T00:25:58.243Z Compiling tabled_derive v0.7.0
5282026-06-25T00:25:58.264Z Compiling clap_derive v4.6.1
5292026-06-25T00:25:58.435Z Compiling icu_provider v2.1.1
5302026-06-25T00:25:58.558Z Compiling unicode-width v0.2.0
5312026-06-25T00:25:58.638Z Compiling serde_spanned v0.6.9
5322026-06-25T00:25:58.714Z Compiling icu_properties v2.1.2
5332026-06-25T00:25:58.731Z Compiling icu_normalizer v2.1.1
5342026-06-25T00:25:58.747Z Compiling toml_datetime v0.6.11
5352026-06-25T00:25:58.784Z Compiling dof v0.3.0
5362026-06-25T00:25:58.827Z Compiling serde_tokenstream v0.2.3
5372026-06-25T00:25:59.009Z Compiling toml_edit v0.22.27
5382026-06-25T00:25:59.137Z Compiling serde-value v0.7.0
5392026-06-25T00:25:59.170Z Compiling cargo-platform v0.2.0
5402026-06-25T00:25:59.251Z Compiling unicode-linebreak v0.1.5
5412026-06-25T00:25:59.439Z Compiling tabled v0.15.0
5422026-06-25T00:25:59.496Z Compiling textwrap v0.16.2
5432026-06-25T00:25:59.499Z Compiling macaddr v1.0.1
5442026-06-25T00:25:59.745Z Compiling idna_adapter v1.2.1
5452026-06-25T00:25:59.767Z Compiling usdt-attr-macro v0.5.0
5462026-06-25T00:25:59.802Z Compiling usdt-macro v0.5.0
5472026-06-25T00:25:59.887Z Compiling idna v1.1.0
5482026-06-25T00:26:00.002Z Compiling clap v4.6.1
5492026-06-25T00:26:00.318Z Compiling url v2.5.8
5502026-06-25T00:26:00.374Z Compiling camino-tempfile v1.4.1
5512026-06-25T00:26:00.426Z Compiling toml v0.8.23
5522026-06-25T00:26:00.546Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5532026-06-25T00:26:00.605Z Compiling swrite v0.1.0
5542026-06-25T00:26:00.790Z Compiling cargo_toml v0.21.0
5552026-06-25T00:26:01.059Z Compiling cargo-util-schemas v0.8.2
5562026-06-25T00:26:01.379Z Compiling usdt v0.5.0
5572026-06-25T00:26:01.966Z Compiling cargo_metadata v0.21.0
5582026-06-25T00:26:02.857Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5592026-06-25T00:26:04.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.19s
5602026-06-25T00:26:05.137Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5612026-06-25T00:26:05.597Z Downloading crates ...
5622026-06-25T00:26:05.694Z Downloaded adler2 v2.0.1
5632026-06-25T00:26:05.698Z Downloaded bb8 v0.8.6
5642026-06-25T00:26:05.712Z Downloaded bitflags v1.3.2
5652026-06-25T00:26:05.716Z Downloaded aes v0.8.4
5662026-06-25T00:26:05.718Z Downloaded blake2 v0.10.6
5672026-06-25T00:26:05.721Z Downloaded bit-set v0.5.3
5682026-06-25T00:26:05.724Z Downloaded difflib v0.4.0
5692026-06-25T00:26:05.727Z Downloaded atomic-waker v1.1.2
5702026-06-25T00:26:05.730Z Downloaded async-recursion v1.1.1
5712026-06-25T00:26:05.734Z Downloaded defmt v1.0.1
5722026-06-25T00:26:05.737Z Downloaded darling_core v0.21.3
5732026-06-25T00:26:05.740Z Downloaded bindgen v0.71.1
5742026-06-25T00:26:05.743Z Downloaded crc8 v0.1.1
5752026-06-25T00:26:05.748Z Downloaded base64 v0.22.1
5762026-06-25T00:26:05.752Z Downloaded chacha20 v0.9.1
5772026-06-25T00:26:05.752Z Downloaded curve25519-dalek-derive v0.1.1
5782026-06-25T00:26:05.752Z Downloaded crc32fast v1.5.0
5792026-06-25T00:26:05.752Z Downloaded dyn-clone v1.0.20
5802026-06-25T00:26:05.759Z Downloaded darling v0.23.0
5812026-06-25T00:26:05.759Z Downloaded ar_archive_writer v0.5.1
5822026-06-25T00:26:05.764Z Downloaded array-init v0.0.4
5832026-06-25T00:26:05.764Z Downloaded assert_matches v1.5.0
5842026-06-25T00:26:05.764Z Downloaded darling v0.13.4
5852026-06-25T00:26:05.764Z Downloaded cstr-argument v0.1.2
5862026-06-25T00:26:05.764Z Downloaded base64 v0.21.7
5872026-06-25T00:26:05.768Z Downloaded allocator-api2 v0.2.21
5882026-06-25T00:26:05.768Z Downloaded ctr v0.9.2
5892026-06-25T00:26:05.768Z Downloaded critical-section v1.2.0
5902026-06-25T00:26:05.773Z Downloaded darling v0.21.3
5912026-06-25T00:26:05.773Z Downloaded debug-ignore v1.0.5
5922026-06-25T00:26:05.783Z Downloaded crunchy v0.2.4
5932026-06-25T00:26:05.784Z Downloaded crucible-workspace-hack v0.1.0
5942026-06-25T00:26:05.784Z Downloaded backoff v0.4.0
5952026-06-25T00:26:05.784Z Downloaded arrayref v0.3.9
5962026-06-25T00:26:05.785Z Downloaded bitfield-struct v0.6.2
5972026-06-25T00:26:05.793Z Downloaded defmt-parser v1.0.0
5982026-06-25T00:26:05.793Z Downloaded crossbeam-epoch v0.9.18
5992026-06-25T00:26:05.793Z Downloaded atty v0.2.14
6002026-06-25T00:26:05.793Z Downloaded base16ct v0.2.0
6012026-06-25T00:26:05.793Z Downloaded async-stream v0.3.6
6022026-06-25T00:26:05.793Z Downloaded async-stream-impl v0.3.6
6032026-06-25T00:26:05.793Z Downloaded ascii-canvas v3.0.0
6042026-06-25T00:26:05.793Z Downloaded darling_macro v0.20.11
6052026-06-25T00:26:05.793Z Downloaded bit-set v0.8.0
6062026-06-25T00:26:05.794Z Downloaded bcrypt-pbkdf v0.10.0
6072026-06-25T00:26:05.798Z Downloaded atomicwrites v0.4.4
6082026-06-25T00:26:05.799Z Downloaded bitfield-macros v0.19.4
6092026-06-25T00:26:05.799Z Downloaded aead v0.5.2
6102026-06-25T00:26:05.799Z Downloaded derive_builder_core v0.20.2
6112026-06-25T00:26:05.799Z Downloaded bit-vec v0.8.0
6122026-06-25T00:26:05.799Z Downloaded darling_macro v0.21.3
6132026-06-25T00:26:05.799Z Downloaded bcs v0.1.6
6142026-06-25T00:26:05.799Z Downloaded derive_builder_macro v0.20.2
6152026-06-25T00:26:05.799Z Downloaded bit-vec v0.6.3
6162026-06-25T00:26:05.804Z Downloaded anstream v0.6.21
6172026-06-25T00:26:05.804Z Downloaded ahash v0.8.12
6182026-06-25T00:26:05.805Z Downloaded derive_builder v0.20.2
6192026-06-25T00:26:05.811Z Downloaded deranged v0.5.8
6202026-06-25T00:26:05.811Z Downloaded data-encoding v2.10.0
6212026-06-25T00:26:05.811Z Downloaded dropshot-api-manager-types v0.7.2
6222026-06-25T00:26:05.819Z Downloaded dsl_auto_type v0.2.0
6232026-06-25T00:26:05.819Z Downloaded darling_macro v0.23.0
6242026-06-25T00:26:05.820Z Downloaded fatfs v0.3.6
6252026-06-25T00:26:05.820Z Downloaded ciborium-io v0.2.2
6262026-06-25T00:26:05.825Z Downloaded cfg_aliases v0.2.1
6272026-06-25T00:26:05.826Z Downloaded der_derive v0.7.3
6282026-06-25T00:26:05.826Z Downloaded funty v2.0.0
6292026-06-25T00:26:05.826Z Downloaded crc-catalog v2.4.0
6302026-06-25T00:26:05.826Z Downloaded convert_case v0.4.0
6312026-06-25T00:26:05.830Z Downloaded float-cmp v0.10.0
6322026-06-25T00:26:05.831Z Downloaded dunce v1.0.5
6332026-06-25T00:26:05.831Z Downloaded arrayvec v0.7.6
6342026-06-25T00:26:05.831Z Downloaded castaway v0.2.4
6352026-06-25T00:26:05.831Z Downloaded fixedbitset v0.4.2
6362026-06-25T00:26:05.834Z Downloaded document-features v0.2.12
6372026-06-25T00:26:05.834Z Downloaded async-bb8-diesel v0.2.1
6382026-06-25T00:26:05.834Z Downloaded flagset v0.4.7
6392026-06-25T00:26:05.835Z Downloaded diesel_table_macro_syntax v0.3.0
6402026-06-25T00:26:05.838Z Downloaded darling_macro v0.13.4
6412026-06-25T00:26:05.839Z Downloaded cpufeatures v0.3.0
6422026-06-25T00:26:05.839Z Downloaded compression-core v0.4.31
6432026-06-25T00:26:05.839Z Downloaded crc v3.4.0
6442026-06-25T00:26:05.842Z Downloaded block-padding v0.3.3
6452026-06-25T00:26:05.842Z Downloaded enum-as-inner v0.6.1
6462026-06-25T00:26:05.842Z Downloaded downcast-rs v2.0.2
6472026-06-25T00:26:05.842Z Downloaded cargo-platform v0.3.2
6482026-06-25T00:26:05.842Z Downloaded dirs-next v2.0.0
6492026-06-25T00:26:05.845Z Downloaded anstyle-parse v0.2.7
6502026-06-25T00:26:05.845Z Downloaded embedded-io v0.4.0
6512026-06-25T00:26:05.848Z Downloaded display-error-chain v0.2.2
6522026-06-25T00:26:05.848Z Downloaded daft v0.1.7
6532026-06-25T00:26:05.848Z Downloaded defmt v0.3.100
6542026-06-25T00:26:05.851Z Downloaded cobs v0.3.0
6552026-06-25T00:26:05.851Z Downloaded cfg_aliases v0.1.1
6562026-06-25T00:26:05.861Z Downloaded embedded-io v0.6.1
6572026-06-25T00:26:05.867Z Downloaded foreign-types v0.5.0
6582026-06-25T00:26:05.870Z Downloaded env_filter v1.0.0
6592026-06-25T00:26:05.870Z Downloaded futures-core v0.3.32
6602026-06-25T00:26:05.872Z Downloaded dirs-sys-next v0.1.2
6612026-06-25T00:26:05.873Z Downloaded foreign-types-shared v0.3.1
6622026-06-25T00:26:05.875Z Downloaded foreign-types-macros v0.2.3
6632026-06-25T00:26:05.875Z Downloaded foreign-types v0.3.2
6642026-06-25T00:26:05.878Z Downloaded futures-macro v0.3.32
6652026-06-25T00:26:05.878Z Downloaded defmt-macros v1.0.1
6662026-06-25T00:26:05.881Z Downloaded crossbeam-channel v0.5.15
6672026-06-25T00:26:05.884Z Downloaded base64ct v1.8.3
6682026-06-25T00:26:05.887Z Downloaded crossbeam-deque v0.8.6
6692026-06-25T00:26:05.887Z Downloaded ciborium-ll v0.2.2
6702026-06-25T00:26:05.887Z Downloaded cassowary v0.3.0
6712026-06-25T00:26:05.890Z Downloaded cbc v0.1.2
6722026-06-25T00:26:05.890Z Downloaded bitfield v0.19.4
6732026-06-25T00:26:05.893Z Downloaded futures-io v0.3.32
6742026-06-25T00:26:05.893Z Downloaded endian-type v0.1.2
6752026-06-25T00:26:05.893Z Downloaded dof v0.4.0
6762026-06-25T00:26:05.896Z Downloaded buf-list v1.1.2
6772026-06-25T00:26:05.896Z Downloaded blowfish v0.9.1
6782026-06-25T00:26:05.899Z Downloaded fd-lock v4.0.4
6792026-06-25T00:26:05.902Z Downloaded git-stub v1.0.0
6802026-06-25T00:26:05.902Z Downloaded fxhash v0.2.1
6812026-06-25T00:26:05.902Z Downloaded foreign-types-shared v0.1.1
6822026-06-25T00:26:05.905Z Downloaded dtrace-parser v0.3.0
6832026-06-25T00:26:05.905Z Downloaded compression-codecs v0.4.37
6842026-06-25T00:26:05.908Z Downloaded fixedbitset v0.5.7
6852026-06-25T00:26:05.908Z Downloaded env_logger v0.11.9
6862026-06-25T00:26:05.913Z Downloaded async-trait v0.1.89
6872026-06-25T00:26:05.916Z Downloaded globwalk v0.9.1
6882026-06-25T00:26:05.916Z Downloaded gethostname v0.5.0
6892026-06-25T00:26:05.916Z Downloaded ghash v0.5.1
6902026-06-25T00:26:05.916Z Downloaded hex v0.4.3
6912026-06-25T00:26:05.920Z Downloaded hash32 v0.3.1
6922026-06-25T00:26:05.920Z Downloaded hex-literal v0.4.1
6932026-06-25T00:26:05.920Z Downloaded hostname v0.3.1
6942026-06-25T00:26:05.923Z Downloaded const_format_proc_macros v0.2.34
6952026-06-25T00:26:05.923Z Downloaded diesel-dtrace v0.5.0
6962026-06-25T00:26:05.925Z Downloaded hash32 v0.2.1
6972026-06-25T00:26:05.925Z Downloaded darling v0.20.11
6982026-06-25T00:26:05.929Z Downloaded cmake v0.1.57
6992026-06-25T00:26:05.929Z Downloaded cipher v0.4.4
7002026-06-25T00:26:05.931Z Downloaded byte-wrapper v0.1.0
7012026-06-25T00:26:05.931Z Downloaded foldhash v0.1.5
7022026-06-25T00:26:05.934Z Downloaded ecdsa v0.16.9
7032026-06-25T00:26:05.934Z Downloaded float-ord v0.3.2
7042026-06-25T00:26:05.937Z Downloaded filetime v0.2.27
7052026-06-25T00:26:05.937Z Downloaded ff v0.13.1
7062026-06-25T00:26:05.940Z Downloaded corncobs v0.1.4
7072026-06-25T00:26:05.940Z Downloaded convert_case v0.10.0
7082026-06-25T00:26:05.943Z Downloaded cexpr v0.6.0
7092026-06-25T00:26:05.943Z Downloaded erased-serde v0.3.31
7102026-06-25T00:26:05.946Z Downloaded constant_time_eq v0.4.2
7112026-06-25T00:26:05.946Z Downloaded hostname v0.4.2
7122026-06-25T00:26:05.949Z Downloaded home v0.5.12
7132026-06-25T00:26:05.949Z Downloaded derive-where v1.6.0
7142026-06-25T00:26:05.952Z Downloaded find-msvc-tools v0.1.9
7152026-06-25T00:26:05.952Z Downloaded hyper-tls v0.6.0
7162026-06-25T00:26:05.955Z Downloaded hubpack_derive v0.1.1
7172026-06-25T00:26:05.955Z Downloaded indent_write v2.2.0
7182026-06-25T00:26:05.955Z Downloaded illumos-nvpair-sys v0.2.0
7192026-06-25T00:26:05.955Z Downloaded http-body v1.0.1
7202026-06-25T00:26:05.958Z Downloaded crossbeam-utils v0.8.21
7212026-06-25T00:26:05.958Z Downloaded fs-err v2.11.0
7222026-06-25T00:26:05.961Z Downloaded foldhash v0.2.0
7232026-06-25T00:26:05.961Z Downloaded cancel-safe-futures v0.1.5
7242026-06-25T00:26:05.964Z Downloaded futures-task v0.3.32
7252026-06-25T00:26:05.964Z Downloaded fallible-iterator v0.2.0
7262026-06-25T00:26:05.964Z Downloaded ena v0.14.4
7272026-06-25T00:26:05.967Z Downloaded either v1.15.0
7282026-06-25T00:26:05.967Z Downloaded cookie v0.18.1
7292026-06-25T00:26:05.970Z Downloaded clang-sys v1.8.1
7302026-06-25T00:26:05.970Z Downloaded fs_extra v1.3.0
7312026-06-25T00:26:05.974Z Downloaded hubpack v0.1.2
7322026-06-25T00:26:05.974Z Downloaded git-stub-vcs v0.1.0
7332026-06-25T00:26:05.977Z Downloaded instant v0.1.13
7342026-06-25T00:26:05.977Z Downloaded http-range v0.1.5
7352026-06-25T00:26:05.977Z Downloaded csv-core v0.1.13
7362026-06-25T00:26:05.977Z Downloaded ciborium v0.2.2
7372026-06-25T00:26:05.980Z Downloaded colored v3.1.1
7382026-06-25T00:26:05.980Z Downloaded inout v0.1.4
7392026-06-25T00:26:05.980Z Downloaded ident_case v1.0.1
7402026-06-25T00:26:05.982Z Downloaded backon v1.6.0
7412026-06-25T00:26:05.982Z Downloaded instability v0.3.11
7422026-06-25T00:26:05.985Z Downloaded crc-any v2.5.0
7432026-06-25T00:26:05.985Z Downloaded ed25519 v2.2.3
7442026-06-25T00:26:05.988Z Downloaded is-terminal v0.4.17
7452026-06-25T00:26:05.988Z Downloaded illumos-nvpair v0.3.0
7462026-06-25T00:26:05.988Z Downloaded console v0.16.2
7472026-06-25T00:26:05.991Z Downloaded daft-derive v0.1.7
7482026-06-25T00:26:05.991Z Downloaded futures-executor v0.3.32
7492026-06-25T00:26:05.994Z Downloaded cookie_store v0.22.1
7502026-06-25T00:26:05.994Z Downloaded headers-core v0.3.0
7512026-06-25T00:26:05.997Z Downloaded futures-sink v0.3.32
7522026-06-25T00:26:05.997Z Downloaded const-oid v0.9.6
7532026-06-25T00:26:05.997Z Downloaded derive-ex v0.1.8
7542026-06-25T00:26:06.000Z Downloaded des v0.8.1
7552026-06-25T00:26:06.000Z Downloaded colored v2.2.0
7562026-06-25T00:26:06.002Z Downloaded camino-tempfile-ext v0.3.3
7572026-06-25T00:26:06.005Z Downloaded group v0.13.0
7582026-06-25T00:26:06.006Z Downloaded internet-checksum v0.2.1
7592026-06-25T00:26:06.009Z Downloaded bzip2 v0.6.1
7602026-06-25T00:26:06.009Z Downloaded is_ci v1.2.0
7612026-06-25T00:26:06.009Z Downloaded darling_core v0.13.4
7622026-06-25T00:26:06.012Z Downloaded bzip2 v0.4.4
7632026-06-25T00:26:06.012Z Downloaded humantime v2.3.0
7642026-06-25T00:26:06.015Z Downloaded httpdate v1.0.3
7652026-06-25T00:26:06.018Z Downloaded lazy_static v1.5.0
7662026-06-25T00:26:06.021Z Downloaded keccak v0.1.6
7672026-06-25T00:26:06.024Z Downloaded libscf-sys v1.1.0
7682026-06-25T00:26:06.024Z Downloaded lru-slab v0.1.2
7692026-06-25T00:26:06.027Z Downloaded lzss v0.8.2
7702026-06-25T00:26:06.030Z Downloaded highway v1.3.0
7712026-06-25T00:26:06.033Z Downloaded impl-trait-for-tuples v0.2.3
7722026-06-25T00:26:06.033Z Downloaded http-body-util v0.1.3
7732026-06-25T00:26:06.036Z Downloaded futures-channel v0.3.32
7742026-06-25T00:26:06.038Z Downloaded diff v0.1.13
7752026-06-25T00:26:06.042Z Downloaded linked-hash-map v0.5.6
7762026-06-25T00:26:06.042Z Downloaded hyper-staticfile v0.10.1
7772026-06-25T00:26:06.087Z Downloaded arc-swap v1.8.2
7782026-06-25T00:26:06.087Z Downloaded indoc v1.0.9
7792026-06-25T00:26:06.087Z Downloaded glob v0.3.3
7802026-06-25T00:26:06.087Z Downloaded indoc v2.0.7
7812026-06-25T00:26:06.087Z Downloaded globset v0.4.18
7822026-06-25T00:26:06.087Z Downloaded lalrpop-util v0.19.12
7832026-06-25T00:26:06.087Z Downloaded ipnetwork v0.21.1
7842026-06-25T00:26:06.087Z Downloaded lru-cache v0.1.2
7852026-06-25T00:26:06.087Z Downloaded ingot v0.1.1
7862026-06-25T00:26:06.087Z Downloaded maybe-uninit v2.0.0
7872026-06-25T00:26:06.087Z Downloaded multimap v0.10.1
7882026-06-25T00:26:06.087Z Downloaded memoffset v0.9.1
7892026-06-25T00:26:06.087Z Downloaded md5 v0.7.0
7902026-06-25T00:26:06.087Z Downloaded match_cfg v0.1.0
7912026-06-25T00:26:06.087Z Downloaded newtype_derive v0.1.6
7922026-06-25T00:26:06.087Z Downloaded newtype-uuid-macros v0.1.0
7932026-06-25T00:26:06.087Z Downloaded ingot-types v0.1.2
7942026-06-25T00:26:06.087Z Downloaded getrandom v0.2.17
7952026-06-25T00:26:06.087Z Downloaded num v0.4.3
7962026-06-25T00:26:06.087Z Downloaded num-iter v0.1.45
7972026-06-25T00:26:06.087Z Downloaded num-conv v0.2.0
7982026-06-25T00:26:06.087Z Downloaded normalize-line-endings v0.3.0
7992026-06-25T00:26:06.087Z Downloaded half v1.8.3
8002026-06-25T00:26:06.087Z Downloaded flume v0.11.1
8012026-06-25T00:26:06.087Z Downloaded dropshot_endpoint v0.17.0
8022026-06-25T00:26:06.087Z Downloaded derive_more v0.99.20
8032026-06-25T00:26:06.087Z Downloaded console v0.15.11
8042026-06-25T00:26:06.087Z Downloaded mime v0.3.17
8052026-06-25T00:26:06.087Z Downloaded nibble_vec v0.1.0
8062026-06-25T00:26:06.087Z Downloaded new_debug_unreachable v1.0.6
8072026-06-25T00:26:06.087Z Downloaded chacha20 v0.10.0
8082026-06-25T00:26:06.087Z Downloaded cargo_metadata v0.23.1
8092026-06-25T00:26:06.087Z Downloaded nonempty v0.12.0
8102026-06-25T00:26:06.092Z Downloaded httparse v1.10.1
8112026-06-25T00:26:06.092Z Downloaded maplit v1.0.2
8122026-06-25T00:26:06.092Z Downloaded lru v0.12.5
8132026-06-25T00:26:06.092Z Downloaded jobserver v0.1.34
8142026-06-25T00:26:06.095Z Downloaded crossterm v0.28.1
8152026-06-25T00:26:06.098Z Downloaded libsw v3.5.0
8162026-06-25T00:26:06.098Z Downloaded lock_api v0.4.14
8172026-06-25T00:26:06.101Z Downloaded libefi-sys v0.1.0
8182026-06-25T00:26:06.101Z Downloaded num-derive v0.4.2
8192026-06-25T00:26:06.101Z Downloaded num-derive v0.3.3
8202026-06-25T00:26:06.106Z Downloaded olpc-cjson v0.1.4
8212026-06-25T00:26:06.106Z Downloaded hyper-rustls v0.27.7
8222026-06-25T00:26:06.109Z Downloaded libloading v0.8.9
8232026-06-25T00:26:06.115Z Downloaded iana-time-zone v0.1.65
8242026-06-25T00:26:06.118Z Downloaded openssl-macros v0.1.1
8252026-06-25T00:26:06.118Z Downloaded opaque-debug v0.3.1
8262026-06-25T00:26:06.121Z Downloaded md-5 v0.10.6
8272026-06-25T00:26:06.121Z Downloaded num_threads v0.1.7
8282026-06-25T00:26:06.121Z Downloaded num_enum_derive v0.5.11
8292026-06-25T00:26:06.124Z Downloaded mime_guess v2.0.5
8302026-06-25T00:26:06.124Z Downloaded oso-derive v0.27.3
8312026-06-25T00:26:06.127Z Downloaded openssl-probe v0.2.1
8322026-06-25T00:26:06.127Z Downloaded half v2.7.1
8332026-06-25T00:26:06.130Z Downloaded kstat-rs v0.2.4
8342026-06-25T00:26:06.130Z Downloaded const_format v0.2.35
8352026-06-25T00:26:06.133Z Downloaded libsw-core v0.3.2
8362026-06-25T00:26:06.133Z Downloaded elliptic-curve v0.13.8
8372026-06-25T00:26:06.136Z Downloaded nodrop v0.1.14
8382026-06-25T00:26:06.136Z Downloaded native-tls v0.2.18
8392026-06-25T00:26:06.139Z Downloaded nanorand v0.7.0
8402026-06-25T00:26:06.139Z Downloaded multer v3.1.0
8412026-06-25T00:26:06.142Z Downloaded managed v0.8.0
8422026-06-25T00:26:06.142Z Downloaded nu-ansi-term v0.50.3
8432026-06-25T00:26:06.145Z Downloaded ingot-macros v0.1.1
8442026-06-25T00:26:06.145Z Downloaded darling_core v0.20.11
8452026-06-25T00:26:06.148Z Downloaded linear-map v1.2.0
8462026-06-25T00:26:06.151Z Downloaded parse-size v1.1.0
8472026-06-25T00:26:06.151Z Downloaded pbkdf2 v0.12.2
8482026-06-25T00:26:06.154Z Downloaded path-slash v0.1.5
8492026-06-25T00:26:06.155Z Downloaded newline-converter v0.3.0
8502026-06-25T00:26:06.155Z Downloaded compact_str v0.8.1
8512026-06-25T00:26:06.157Z Downloaded parse-display v0.10.0
8522026-06-25T00:26:06.157Z Downloaded newtype-uuid v1.3.2
8532026-06-25T00:26:06.160Z Downloaded packed_struct_codegen v0.10.1
8542026-06-25T00:26:06.160Z Downloaded bytes v1.11.1
8552026-06-25T00:26:06.168Z Downloaded drift v0.2.0
8562026-06-25T00:26:06.173Z Downloaded crypto-bigint v0.5.5
8572026-06-25T00:26:06.177Z Downloaded num-integer v0.1.46
8582026-06-25T00:26:06.192Z Downloaded peg-runtime v0.8.5
8592026-06-25T00:26:06.195Z Downloaded getrandom v0.3.4
8602026-06-25T00:26:06.198Z Downloaded phf_shared v0.13.1
8612026-06-25T00:26:06.198Z Downloaded chacha20poly1305 v0.10.1
8622026-06-25T00:26:06.198Z Downloaded pbkdf2 v0.11.0
8632026-06-25T00:26:06.201Z Downloaded openssl-probe v0.1.6
8642026-06-25T00:26:06.201Z Downloaded pin-utils v0.1.0
8652026-06-25T00:26:06.204Z Downloaded phf_shared v0.12.1
8662026-06-25T00:26:06.204Z Downloaded powerfmt v0.2.0
8672026-06-25T00:26:06.204Z Downloaded num_enum_derive v0.7.6
8682026-06-25T00:26:06.207Z Downloaded indexmap v1.9.3
8692026-06-25T00:26:06.207Z Downloaded ignore v0.4.25
8702026-06-25T00:26:06.210Z Downloaded num_enum v0.7.6
8712026-06-25T00:26:06.213Z Downloaded precomputed-hash v0.1.1
8722026-06-25T00:26:06.213Z Downloaded litrs v1.0.0
8732026-06-25T00:26:06.216Z Downloaded num_enum v0.5.11
8742026-06-25T00:26:06.219Z Downloaded oxide-tokio-rt v0.1.4
8752026-06-25T00:26:06.219Z Downloaded packed_struct v0.10.1
8762026-06-25T00:26:06.222Z Downloaded heapless v0.8.0
8772026-06-25T00:26:06.226Z Downloaded proc-macro-crate v1.3.1
8782026-06-25T00:26:06.226Z Downloaded predicates-tree v1.0.13
8792026-06-25T00:26:06.226Z Downloaded predicates-core v1.0.10
8802026-06-25T00:26:06.229Z Downloaded parse-display-derive v0.10.0
8812026-06-25T00:26:06.229Z Downloaded proc-macro-error-attr2 v2.0.0
8822026-06-25T00:26:06.229Z Downloaded paste v1.0.15
8832026-06-25T00:26:06.229Z Downloaded password-hash v0.5.0
8842026-06-25T00:26:06.232Z Downloaded owo-colors v4.3.0
8852026-06-25T00:26:06.232Z Downloaded darling_core v0.23.0
8862026-06-25T00:26:06.235Z Downloaded progenitor-client v0.14.0
8872026-06-25T00:26:06.238Z Downloaded memmap2 v0.9.10
8882026-06-25T00:26:06.238Z Downloaded headers v0.4.1
8892026-06-25T00:26:06.241Z Downloaded oxnet v0.1.6
8902026-06-25T00:26:06.244Z Downloaded cc v1.2.56
8912026-06-25T00:26:06.244Z Downloaded parking_lot_core v0.8.6
8922026-06-25T00:26:06.247Z Downloaded futures v0.3.32
8932026-06-25T00:26:06.249Z Downloaded proc-macro-crate v3.4.0
8942026-06-25T00:26:06.249Z Downloaded heapless v0.7.17
8952026-06-25T00:26:06.252Z Downloaded libbz2-rs-sys v0.2.2
8962026-06-25T00:26:06.255Z Downloaded der v0.7.10
8972026-06-25T00:26:06.258Z Downloaded num-rational v0.4.2
8982026-06-25T00:26:06.259Z Downloaded progenitor-macro v0.13.0
8992026-06-25T00:26:06.259Z Downloaded ipnet v2.11.0
9002026-06-25T00:26:06.262Z Downloaded async-compression v0.4.41
9012026-06-25T00:26:06.266Z Downloaded phf v0.12.1
9022026-06-25T00:26:06.266Z Downloaded hmac v0.12.1
9032026-06-25T00:26:06.266Z Downloaded num-complex v0.4.6
9042026-06-25T00:26:06.270Z Downloaded quick-error v1.2.3
9052026-06-25T00:26:06.270Z Downloaded psl-types v2.0.11
9062026-06-25T00:26:06.270Z Downloaded progenitor-macro v0.14.0
9072026-06-25T00:26:06.273Z Downloaded phf v0.13.1
9082026-06-25T00:26:06.273Z Downloaded pem-rfc7468 v0.7.0
9092026-06-25T00:26:06.278Z Downloaded pem v3.0.6
9102026-06-25T00:26:06.281Z Downloaded peg-macros v0.8.5
9112026-06-25T00:26:06.283Z Downloaded pin-project-internal v1.1.11
9122026-06-25T00:26:06.287Z Downloaded radium v0.7.0
9132026-06-25T00:26:06.289Z Downloaded pkg-config v0.3.32
9142026-06-25T00:26:06.289Z Downloaded pin-project-lite v0.2.17
9152026-06-25T00:26:06.295Z Downloaded diesel_derives v2.3.7
9162026-06-25T00:26:06.299Z Downloaded ref-cast-impl v1.0.25
9172026-06-25T00:26:06.302Z Downloaded recursive-proc-macro-impl v0.1.1
9182026-06-25T00:26:06.302Z Downloaded poly1305 v0.8.0
9192026-06-25T00:26:06.305Z Downloaded indicatif v0.18.4
9202026-06-25T00:26:06.305Z Downloaded recursive v0.1.1
9212026-06-25T00:26:06.308Z Downloaded ref-cast v1.0.25
9222026-06-25T00:26:06.308Z Downloaded predicates v3.1.4
9232026-06-25T00:26:06.311Z Downloaded ppv-lite86 v0.2.21
9242026-06-25T00:26:06.314Z Downloaded parking_lot v0.12.5
9252026-06-25T00:26:06.317Z Downloaded polyval v0.6.2
9262026-06-25T00:26:06.317Z Downloaded flate2 v1.1.9
9272026-06-25T00:26:06.320Z Downloaded progenitor-client v0.13.0
9282026-06-25T00:26:06.320Z Downloaded progenitor v0.14.0
9292026-06-25T00:26:06.323Z Downloaded proc-macro-error2 v2.0.1
9302026-06-25T00:26:06.323Z Downloaded progenitor v0.13.0
9312026-06-25T00:26:06.326Z Downloaded primeorder v0.13.6
9322026-06-25T00:26:06.326Z Downloaded phf_shared v0.11.3
9332026-06-25T00:26:06.326Z Downloaded derive_more v2.1.1
9342026-06-25T00:26:06.333Z Downloaded hickory-resolver v0.24.4
9352026-06-25T00:26:06.336Z Downloaded bumpalo v3.20.2
9362026-06-25T00:26:06.340Z Downloaded password-hash v0.4.2
9372026-06-25T00:26:06.343Z Downloaded progenitor-extras v0.2.0
9382026-06-25T00:26:06.343Z Downloaded argon2 v0.5.3
9392026-06-25T00:26:06.343Z Downloaded ed25519-dalek v2.2.0
9402026-06-25T00:26:06.346Z Downloaded rtoolbox v0.0.3
9412026-06-25T00:26:06.346Z Downloaded parking_lot v0.11.2
9422026-06-25T00:26:06.348Z Downloaded russh-cryptovec v0.7.3
9432026-06-25T00:26:06.348Z Downloaded rfc6979 v0.4.0
9442026-06-25T00:26:06.356Z Downloaded hickory-resolver v0.25.2
9452026-06-25T00:26:06.360Z Downloaded expectorate v1.2.0
9462026-06-25T00:26:06.363Z Downloaded rand_chacha v0.3.1
9472026-06-25T00:26:06.363Z Downloaded r2d2 v0.8.10
9482026-06-25T00:26:06.366Z Downloaded psm v0.1.30
9492026-06-25T00:26:06.372Z Downloaded rand_xorshift v0.4.0
9502026-06-25T00:26:06.375Z Downloaded rand_core v0.9.5
9512026-06-25T00:26:06.375Z Downloaded rustc_version v0.1.7
9522026-06-25T00:26:06.378Z Downloaded rand_core v0.6.4
9532026-06-25T00:26:06.378Z Downloaded omicron-zone-package v0.12.2
9542026-06-25T00:26:06.381Z Downloaded rand_chacha v0.9.0
9552026-06-25T00:26:06.381Z Downloaded postcard v1.1.3
9562026-06-25T00:26:06.381Z Downloaded rand_core v0.10.0
9572026-06-25T00:26:06.383Z Downloaded postgres-types v0.2.12
9582026-06-25T00:26:06.384Z Downloaded rand_seeder v0.4.0
9592026-06-25T00:26:06.386Z Downloaded same-file v1.0.6
9602026-06-25T00:26:06.387Z Downloaded pkcs8 v0.10.2
9612026-06-25T00:26:06.389Z Downloaded pkcs5 v0.7.1
9622026-06-25T00:26:06.393Z Downloaded pkcs1 v0.7.5
9632026-06-25T00:26:06.393Z Downloaded oso v0.27.3
9642026-06-25T00:26:06.396Z Downloaded miniz_oxide v0.8.9
9652026-06-25T00:26:06.399Z Downloaded papergrid v0.17.0
9662026-06-25T00:26:06.404Z Downloaded sapling-renderdag v0.1.0
9672026-06-25T00:26:06.406Z Downloaded scrypt v0.11.0
9682026-06-25T00:26:06.407Z Downloaded salsa20 v0.10.2
9692026-06-25T00:26:06.409Z Downloaded scheduled-thread-pool v0.2.7
9702026-06-25T00:26:06.409Z Downloaded secrecy v0.8.0
9712026-06-25T00:26:06.409Z Downloaded parking_lot_core v0.9.12
9722026-06-25T00:26:06.412Z Downloaded hashbrown v0.13.2
9732026-06-25T00:26:06.417Z Downloaded crossterm v0.29.0
9742026-06-25T00:26:06.426Z Downloaded quinn-udp v0.5.14
9752026-06-25T00:26:06.429Z Downloaded rustc_version v0.4.1
9762026-06-25T00:26:06.429Z Downloaded rustc-hash v2.1.1
9772026-06-25T00:26:06.433Z Downloaded resolv-conf v0.7.6
9782026-06-25T00:26:06.433Z Downloaded semver v0.1.20
9792026-06-25T00:26:06.436Z Downloaded serde-big-array v0.5.1
9802026-06-25T00:26:06.436Z Downloaded seq-macro v0.3.6
9812026-06-25T00:26:06.436Z Downloaded serde_bytes v0.11.19
9822026-06-25T00:26:06.439Z Downloaded hickory-server v0.25.2
9832026-06-25T00:26:06.443Z Downloaded derive_more-impl v2.1.1
9842026-06-25T00:26:06.443Z Downloaded scopeguard v1.2.0
9852026-06-25T00:26:06.454Z Downloaded rustls-native-certs v0.8.3
9862026-06-25T00:26:06.457Z Downloaded hyper-util v0.1.20
9872026-06-25T00:26:06.460Z Downloaded shell-words v1.1.1
9882026-06-25T00:26:06.463Z Downloaded serde_spanned v1.0.4
9892026-06-25T00:26:06.467Z Downloaded openssl-sys v0.9.115
9902026-06-25T00:26:06.470Z Downloaded serde_repr v0.1.20
9912026-06-25T00:26:06.470Z Downloaded prefix-trie v0.7.0
9922026-06-25T00:26:06.473Z Downloaded sha1 v0.10.6
9932026-06-25T00:26:06.473Z Downloaded serde_urlencoded v0.7.1
9942026-06-25T00:26:06.473Z Downloaded serde_plain v1.0.2
9952026-06-25T00:26:06.476Z Downloaded rustls-pemfile v2.2.0
9962026-06-25T00:26:06.476Z Downloaded minimal-lexical v0.2.1
9972026-06-25T00:26:06.488Z Downloaded rusty-fork v0.3.1
9982026-06-25T00:26:06.493Z Downloaded sigpipe v0.1.3
9992026-06-25T00:26:06.496Z Downloaded signal-hook-tokio v0.3.1
10002026-06-25T00:26:06.499Z Downloaded scroll v0.13.0
10012026-06-25T00:26:06.499Z Downloaded siphasher v1.0.2
10022026-06-25T00:26:06.502Z Downloaded schemars_derive v0.8.22
10032026-06-25T00:26:06.502Z Downloaded scroll_derive v0.13.1
10042026-06-25T00:26:06.505Z Downloaded peg v0.8.5
10052026-06-25T00:26:06.513Z Downloaded jiff-static v0.2.21
10062026-06-25T00:26:06.521Z Downloaded sec1 v0.7.3
10072026-06-25T00:26:06.527Z Downloaded sct v0.7.1
10082026-06-25T00:26:06.528Z Downloaded slog-bunyan v2.5.0
10092026-06-25T00:26:06.528Z Downloaded secrecy v0.10.3
10102026-06-25T00:26:06.528Z Downloaded russh-keys v0.45.0
10112026-06-25T00:26:06.532Z Downloaded slog-envlogger v2.2.0
10122026-06-25T00:26:06.532Z Downloaded http v1.4.0
10132026-06-25T00:26:06.532Z Downloaded sqlparser_derive v0.5.0
10142026-06-25T00:26:06.532Z Downloaded serde-hex v0.1.0
10152026-06-25T00:26:06.536Z Downloaded pin-project v1.1.11
10162026-06-25T00:26:06.539Z Downloaded aes-gcm v0.10.3
10172026-06-25T00:26:06.549Z Downloaded rustls-pemfile v1.0.4
10182026-06-25T00:26:06.552Z Downloaded serde_path_to_error v0.1.20
10192026-06-25T00:26:06.552Z Downloaded rustversion v1.0.22
10202026-06-25T00:26:06.555Z Downloaded serde_derive_internals v0.29.1
10212026-06-25T00:26:06.555Z Downloaded signal-hook-registry v1.4.8
10222026-06-25T00:26:06.555Z Downloaded postgres-protocol v0.6.10
10232026-06-25T00:26:06.560Z Downloaded serde_with_macros v1.5.2
10242026-06-25T00:26:06.563Z Downloaded simd-adler32 v0.3.8
10252026-06-25T00:26:06.563Z Downloaded strip-ansi-escapes v0.2.1
10262026-06-25T00:26:06.563Z Downloaded signal-hook-mio v0.2.5
10272026-06-25T00:26:06.570Z Downloaded shlex v1.3.0
10282026-06-25T00:26:06.570Z Downloaded structmeta v0.3.0
10292026-06-25T00:26:06.573Z Downloaded ssh-encoding v0.2.0
10302026-06-25T00:26:06.573Z Downloaded p256 v0.13.2
10312026-06-25T00:26:06.573Z Downloaded rcgen v0.12.1
10322026-06-25T00:26:06.577Z Downloaded prettyplease v0.2.37
10332026-06-25T00:26:06.577Z Downloaded rustls-pki-types v1.14.0
10342026-06-25T00:26:06.580Z Downloaded hashbrown v0.12.3
10352026-06-25T00:26:06.580Z Downloaded pretty_assertions v1.4.1
10362026-06-25T00:26:06.583Z Downloaded subtle v2.6.1
10372026-06-25T00:26:06.583Z Downloaded dropshot-api-manager v0.7.2
10382026-06-25T00:26:06.586Z Downloaded structmeta-derive v0.3.0
10392026-06-25T00:26:06.589Z Downloaded slog-json v2.6.1
10402026-06-25T00:26:06.589Z Downloaded strsim v0.10.0
10412026-06-25T00:26:06.592Z Downloaded slog-async v2.8.0
10422026-06-25T00:26:06.592Z Downloaded strum v0.27.2
10432026-06-25T00:26:06.592Z Downloaded strum v0.26.3
10442026-06-25T00:26:06.595Z Downloaded signature v2.2.0
10452026-06-25T00:26:06.595Z Downloaded supports-color v3.0.2
10462026-06-25T00:26:06.598Z Downloaded progenitor-impl v0.14.0
10472026-06-25T00:26:06.598Z Downloaded itertools v0.10.5
10482026-06-25T00:26:06.603Z Downloaded slab v0.4.12
10492026-06-25T00:26:06.603Z Downloaded progenitor-impl v0.13.0
10502026-06-25T00:26:06.606Z Downloaded slog-scope v4.4.1
10512026-06-25T00:26:06.606Z Downloaded tabled_derive v0.11.0
10522026-06-25T00:26:06.609Z Downloaded sync_wrapper v1.0.2
10532026-06-25T00:26:06.609Z Downloaded slog-stdlog v4.1.1
10542026-06-25T00:26:06.613Z Downloaded slog-dtrace v0.3.0
10552026-06-25T00:26:06.613Z Downloaded ron v0.8.1
10562026-06-25T00:26:06.616Z Downloaded tagptr v0.2.0
10572026-06-25T00:26:06.616Z Downloaded tabwriter v1.4.1
10582026-06-25T00:26:06.616Z Downloaded spki v0.7.3
10592026-06-25T00:26:06.620Z Downloaded snafu-derive v0.8.9
10602026-06-25T00:26:06.625Z Downloaded smf v0.2.3
10612026-06-25T00:26:06.629Z Downloaded sqlformat v0.3.5
10622026-06-25T00:26:06.632Z Downloaded static_assertions v1.1.0
10632026-06-25T00:26:06.635Z Downloaded take_mut v0.2.2
10642026-06-25T00:26:06.635Z Downloaded tap v1.0.1
10652026-06-25T00:26:06.638Z Downloaded serde_with_macros v3.17.0
10662026-06-25T00:26:06.642Z Downloaded time-core v0.1.8
10672026-06-25T00:26:06.646Z Downloaded rustls-platform-verifier v0.6.2
10682026-06-25T00:26:06.650Z Downloaded string_cache v0.8.9
10692026-06-25T00:26:06.653Z Downloaded stacker v0.1.23
10702026-06-25T00:26:06.653Z Downloaded rayon-core v1.13.0
10712026-06-25T00:26:06.656Z Downloaded termtree v0.5.1
10722026-06-25T00:26:06.656Z Downloaded thread-id v5.1.0
10732026-06-25T00:26:06.659Z Downloaded ssh-cipher v0.2.0
10742026-06-25T00:26:06.659Z Downloaded sync-ptr v0.1.4
10752026-06-25T00:26:06.659Z Downloaded strum_macros v0.27.2
10762026-06-25T00:26:06.662Z Downloaded slog-term v2.9.2
10772026-06-25T00:26:06.662Z Downloaded mio v1.2.0
10782026-06-25T00:26:06.665Z Downloaded tokio-macros v2.7.0
10792026-06-25T00:26:06.668Z Downloaded ryu v1.0.23
10802026-06-25T00:26:06.668Z Downloaded hashbrown v0.16.1
10812026-06-25T00:26:06.671Z Downloaded testing_table v0.3.0
10822026-06-25T00:26:06.674Z Downloaded schemars v0.8.22
10832026-06-25T00:26:06.678Z Downloaded tinyvec_macros v0.1.1
10842026-06-25T00:26:06.681Z Downloaded quinn v0.11.9
10852026-06-25T00:26:06.681Z Downloaded strum_macros v0.24.3
10862026-06-25T00:26:06.684Z Downloaded support-bundle-viewer v0.1.2
10872026-06-25T00:26:06.684Z Downloaded strum_macros v0.26.4
10882026-06-25T00:26:06.687Z Downloaded publicsuffix v2.3.0
10892026-06-25T00:26:06.687Z Downloaded nom v7.1.3
10902026-06-25T00:26:06.694Z Downloaded smallvec v0.6.14
10912026-06-25T00:26:06.697Z Downloaded aho-corasick v1.1.4
10922026-06-25T00:26:06.705Z Downloaded qorb v0.4.1
10932026-06-25T00:26:06.714Z Downloaded serde_cbor v0.11.2
10942026-06-25T00:26:06.717Z Downloaded termios v0.3.3
10952026-06-25T00:26:06.725Z Downloaded libxml v0.3.3
10962026-06-25T00:26:06.728Z Downloaded thread_local v1.1.9
10972026-06-25T00:26:06.728Z Downloaded thiserror-no-std v2.0.2
10982026-06-25T00:26:06.732Z Downloaded tower-service v0.3.3
10992026-06-25T00:26:06.732Z Downloaded topological-sort v0.2.2
11002026-06-25T00:26:06.732Z Downloaded serde_yaml v0.9.34+deprecated
11012026-06-25T00:26:06.735Z Downloaded thiserror-impl-no-std v2.0.2
11022026-06-25T00:26:06.735Z Downloaded similar v2.7.0
11032026-06-25T00:26:06.739Z Downloaded try-lock v0.2.5
11042026-06-25T00:26:06.739Z Downloaded trait-variant v0.1.2
11052026-06-25T00:26:06.742Z Downloaded tower-layer v0.3.3
11062026-06-25T00:26:06.743Z Downloaded signal-hook v0.3.18
11072026-06-25T00:26:06.743Z Downloaded schemars v0.9.0
11082026-06-25T00:26:06.748Z Downloaded typify-macro v0.6.2
11092026-06-25T00:26:06.751Z Downloaded tokio-dtrace v0.1.1
11102026-06-25T00:26:06.752Z Downloaded stringprep v0.1.5
11112026-06-25T00:26:06.752Z Downloaded unicode-truncate v1.1.0
11122026-06-25T00:26:06.754Z Downloaded time-macros v0.2.27
11132026-06-25T00:26:06.755Z Downloaded unit-prefix v0.5.2
11142026-06-25T00:26:06.760Z Downloaded tls_codec_derive v0.4.2
11152026-06-25T00:26:06.764Z Downloaded slog v2.8.2
11162026-06-25T00:26:06.767Z Downloaded tiny-keccak v2.0.2
11172026-06-25T00:26:06.767Z Downloaded hashbrown v0.15.5
11182026-06-25T00:26:06.770Z Downloaded tokio-native-tls v0.3.1
11192026-06-25T00:26:06.770Z Downloaded tls_codec v0.4.2
11202026-06-25T00:26:06.774Z Downloaded rsa v0.9.10
11212026-06-25T00:26:06.774Z Downloaded num-bigint-dig v0.8.6
11222026-06-25T00:26:06.778Z Downloaded untrusted v0.7.1
11232026-06-25T00:26:06.778Z Downloaded tokio-rustls v0.25.0
11242026-06-25T00:26:06.778Z Downloaded num-bigint v0.4.6
11252026-06-25T00:26:06.783Z Downloaded universal-hash v0.5.1
11262026-06-25T00:26:06.787Z Downloaded spin v0.9.8
11272026-06-25T00:26:06.787Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11282026-06-25T00:26:06.791Z Downloaded rand v0.9.2
11292026-06-25T00:26:06.796Z Downloaded rand v0.8.6
11302026-06-25T00:26:06.796Z Downloaded socket2 v0.6.3
11312026-06-25T00:26:06.799Z Downloaded socket2 v0.5.10
11322026-06-25T00:26:06.799Z Downloaded term v1.2.1
11332026-06-25T00:26:06.802Z Downloaded tokio-tungstenite v0.21.0
11342026-06-25T00:26:06.802Z Downloaded utf-8 v0.7.6
11352026-06-25T00:26:06.805Z Downloaded usdt v0.6.0
11362026-06-25T00:26:06.805Z Downloaded tokio-tungstenite v0.23.1
11372026-06-25T00:26:06.805Z Downloaded term v0.7.0
11382026-06-25T00:26:06.808Z Downloaded hyper v1.8.1
11392026-06-25T00:26:06.812Z Downloaded rustls-webpki v0.103.9
11402026-06-25T00:26:06.815Z Downloaded want v0.3.1
11412026-06-25T00:26:06.818Z Downloaded usdt-macro v0.6.0
11422026-06-25T00:26:06.821Z Downloaded wait-timeout v0.2.1
11432026-06-25T00:26:06.827Z Downloaded void v1.0.2
11442026-06-25T00:26:06.827Z Downloaded h2 v0.4.13
11452026-06-25T00:26:06.830Z Downloaded subprocess v0.2.15
11462026-06-25T00:26:06.833Z Downloaded schemars v1.2.1
11472026-06-25T00:26:06.839Z Downloaded tui-tree-widget v0.23.1
11482026-06-25T00:26:06.842Z Downloaded samael v0.0.19
11492026-06-25T00:26:06.845Z Downloaded waitgroup v0.1.2
11502026-06-25T00:26:06.846Z Downloaded tokio-rustls v0.24.1
11512026-06-25T00:26:06.852Z Downloaded itertools v0.12.1
11522026-06-25T00:26:06.855Z Downloaded unicase v2.9.0
11532026-06-25T00:26:06.859Z Downloaded itertools v0.13.0
11542026-06-25T00:26:06.862Z Downloaded xattr v1.6.1
11552026-06-25T00:26:06.862Z Downloaded usdt-attr-macro v0.6.0
11562026-06-25T00:26:06.862Z Downloaded zeroize_derive v1.4.3
11572026-06-25T00:26:06.865Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11582026-06-25T00:26:06.865Z Downloaded tokio-rustls v0.26.4
11592026-06-25T00:26:06.865Z Downloaded nom v8.0.0
11602026-06-25T00:26:06.868Z Downloaded xshell-macros v0.2.7
11612026-06-25T00:26:06.868Z Downloaded hkdf v0.12.4
11622026-06-25T00:26:06.871Z Downloaded iri-string v0.7.10
11632026-06-25T00:26:06.874Z Downloaded tokio-stream v0.1.18
11642026-06-25T00:26:06.877Z Downloaded vergen-lib v9.1.0
11652026-06-25T00:26:06.880Z Downloaded untrusted v0.9.0
11662026-06-25T00:26:06.884Z Downloaded rand v0.10.0
11672026-06-25T00:26:06.892Z Downloaded vergen-lib v0.1.6
11682026-06-25T00:26:06.895Z Downloaded toml_writer v1.0.6+spec-1.1.0
11692026-06-25T00:26:06.895Z Downloaded vsss-rs v3.3.4
11702026-06-25T00:26:06.905Z Downloaded twox-hash v2.1.2
11712026-06-25T00:26:06.908Z Downloaded uzers v0.12.2
11722026-06-25T00:26:06.908Z Downloaded tinyvec v1.10.0
11732026-06-25T00:26:06.912Z Downloaded itertools v0.14.0
11742026-06-25T00:26:06.915Z Downloaded zone_cfg_derive v0.3.1
11752026-06-25T00:26:06.915Z Downloaded zone v0.3.1
11762026-06-25T00:26:06.915Z Downloaded vergen-gitcl v1.0.8
11772026-06-25T00:26:06.918Z Downloaded vergen-git2 v9.1.0
11782026-06-25T00:26:06.918Z Downloaded tracing-attributes v0.1.31
11792026-06-25T00:26:06.921Z Downloaded futures-util v0.3.32
11802026-06-25T00:26:06.925Z Downloaded toml_parser v1.0.9+spec-1.1.0
11812026-06-25T00:26:06.928Z Downloaded snafu v0.8.9
11822026-06-25T00:26:06.930Z Downloaded test-strategy v0.4.5
11832026-06-25T00:26:06.933Z Downloaded usdt-impl v0.6.0
11842026-06-25T00:26:06.936Z Downloaded toml v0.7.8
11852026-06-25T00:26:06.936Z Downloaded wyz v0.5.1
11862026-06-25T00:26:06.939Z Downloaded zeroize v1.8.2
11872026-06-25T00:26:06.939Z Downloaded whoami v1.6.1
11882026-06-25T00:26:06.939Z Downloaded walkdir v2.5.0
11892026-06-25T00:26:06.942Z Downloaded whoami v2.1.0
11902026-06-25T00:26:06.942Z Downloaded vergen v9.1.0
11912026-06-25T00:26:06.945Z Downloaded tar v0.4.45
11922026-06-25T00:26:06.946Z Downloaded russh v0.45.0
11932026-06-25T00:26:06.949Z Downloaded toml v1.0.6+spec-1.1.0
11942026-06-25T00:26:06.953Z Downloaded unarray v0.1.4
11952026-06-25T00:26:06.956Z Downloaded xshell v0.2.7
11962026-06-25T00:26:06.959Z Downloaded libm v0.2.16
11972026-06-25T00:26:06.964Z Downloaded zstd-safe v7.2.4
11982026-06-25T00:26:06.966Z Downloaded zstd v0.13.3
11992026-06-25T00:26:06.973Z Downloaded p521 v0.13.3
12002026-06-25T00:26:06.979Z Downloaded iddqd v0.4.2
12012026-06-25T00:26:06.985Z Downloaded blake3 v1.8.5
12022026-06-25T00:26:06.991Z Downloaded steno v0.4.1
12032026-06-25T00:26:06.994Z Downloaded zerocopy v0.6.6
12042026-06-25T00:26:06.994Z Downloaded bitvec v1.0.1
12052026-06-25T00:26:07.003Z Downloaded yasna v0.5.2
12062026-06-25T00:26:07.006Z Downloaded tungstenite v0.21.0
12072026-06-25T00:26:07.009Z Downloaded tracing-core v0.1.36
12082026-06-25T00:26:07.009Z Downloaded aws-lc-rs v1.16.3
12092026-06-25T00:26:07.020Z Downloaded rustyline v14.0.0
12102026-06-25T00:26:07.024Z Downloaded unicode-bidi v0.3.18
12112026-06-25T00:26:07.026Z Downloaded rpassword v7.4.0
12122026-06-25T00:26:07.037Z Downloaded unsafe-libyaml v0.2.11
12132026-06-25T00:26:07.055Z Downloaded serde_with v1.14.0
12142026-06-25T00:26:07.061Z Downloaded git2 v0.20.4
12152026-06-25T00:26:07.066Z Downloaded vte v0.14.1
12162026-06-25T00:26:07.072Z Downloaded typify v0.6.2
12172026-06-25T00:26:07.082Z Downloaded unicode-properties v0.1.4
12182026-06-25T00:26:07.085Z Downloaded unicode_categories v0.1.1
12192026-06-25T00:26:07.109Z Downloaded toml_edit v0.19.15
12202026-06-25T00:26:07.119Z Downloaded zip v0.6.6
12212026-06-25T00:26:07.121Z Downloaded rayon v1.11.0
12222026-06-25T00:26:07.126Z Downloaded zopfli v0.8.3
12232026-06-25T00:26:07.129Z Downloaded uuid v1.23.0
12242026-06-25T00:26:07.132Z Downloaded regex v1.12.3
12252026-06-25T00:26:07.135Z Downloaded tungstenite v0.23.0
12262026-06-25T00:26:07.138Z Downloaded chrono v0.4.44
12272026-06-25T00:26:07.141Z Downloaded curve25519-dalek v4.1.3
12282026-06-25T00:26:07.145Z Downloaded zerocopy-derive v0.8.40
12292026-06-25T00:26:07.151Z Downloaded yansi v1.0.1
12302026-06-25T00:26:07.154Z Downloaded reqwest v0.12.28
12312026-06-25T00:26:07.157Z Downloaded rustls-webpki v0.101.7
12322026-06-25T00:26:07.165Z Downloaded tokio-postgres v0.7.16
12332026-06-25T00:26:07.168Z Downloaded moka v0.12.13
12342026-06-25T00:26:07.173Z Downloaded x509-cert v0.2.5
12352026-06-25T00:26:07.177Z Downloaded typed-path v0.9.3
12362026-06-25T00:26:07.180Z Downloaded unicode-segmentation v1.12.0
12372026-06-25T00:26:07.183Z Downloaded goblin v0.10.5
12382026-06-25T00:26:07.187Z Downloaded reqwest v0.13.2
12392026-06-25T00:26:07.191Z Downloaded ssh-key v0.6.7
12402026-06-25T00:26:07.195Z Downloaded tower-http v0.6.8
12412026-06-25T00:26:07.201Z Downloaded salty v0.3.0
12422026-06-25T00:26:07.205Z Downloaded quick-xml v0.37.5
12432026-06-25T00:26:07.209Z Downloaded portable-atomic v1.13.1
12442026-06-25T00:26:07.213Z Downloaded reedline v0.40.0
12452026-06-25T00:26:07.218Z Downloaded tower v0.5.3
12462026-06-25T00:26:07.258Z Downloaded p384 v0.13.1
12472026-06-25T00:26:07.259Z Downloaded toml_edit v0.23.10+spec-1.0.0
12482026-06-25T00:26:07.259Z Downloaded tough v0.22.0
12492026-06-25T00:26:07.260Z Downloaded rustls-webpki v0.102.8
12502026-06-25T00:26:07.260Z Downloaded proptest v1.10.0
12512026-06-25T00:26:07.260Z Downloaded tokio-util v0.7.18
12522026-06-25T00:26:07.263Z Downloaded zip v4.6.1
12532026-06-25T00:26:07.267Z Downloaded unicode-normalization v0.1.25
12542026-06-25T00:26:07.274Z Downloaded petname v2.0.2
12552026-06-25T00:26:07.282Z Downloaded serde_with v3.17.0
12562026-06-25T00:26:07.292Z Downloaded lalrpop v0.19.12
12572026-06-25T00:26:07.308Z Downloaded polar-core v0.27.3
12582026-06-25T00:26:07.318Z Downloaded winnow v0.5.40
12592026-06-25T00:26:07.330Z Downloaded bstr v1.12.1
12602026-06-25T00:26:07.334Z Downloaded nix v0.28.0
12612026-06-25T00:26:07.350Z Downloaded object v0.30.4
12622026-06-25T00:26:07.355Z Downloaded radix_trie v0.2.1
12632026-06-25T00:26:07.364Z Downloaded time v0.3.47
12642026-06-25T00:26:07.372Z Downloaded nix v0.27.1
12652026-06-25T00:26:07.378Z Downloaded winnow v0.6.26
12662026-06-25T00:26:07.383Z Downloaded tabled v0.20.0
12672026-06-25T00:26:07.393Z Downloaded regex-syntax v0.6.29
12682026-06-25T00:26:07.398Z Downloaded nix v0.31.2
12692026-06-25T00:26:07.404Z Downloaded object v0.37.3
12702026-06-25T00:26:07.412Z Downloaded quinn-proto v0.11.13
12712026-06-25T00:26:07.447Z Downloaded rustls v0.21.12
12722026-06-25T00:26:07.454Z Downloaded hickory-proto v0.25.2
12732026-06-25T00:26:07.463Z Downloaded zerocopy v0.8.40
12742026-06-25T00:26:07.470Z Downloaded rustls v0.22.4
12752026-06-25T00:26:07.477Z Downloaded smoltcp v0.11.0
12762026-06-25T00:26:07.484Z Downloaded regress v0.10.5
12772026-06-25T00:26:07.490Z Downloaded regex-syntax v0.8.10
12782026-06-25T00:26:07.494Z Downloaded hickory-proto v0.24.4
12792026-06-25T00:26:07.504Z Downloaded smoltcp v0.9.1
12802026-06-25T00:26:07.511Z Downloaded rustix v0.38.44
12812026-06-25T00:26:07.523Z Downloaded openssl v0.10.79
12822026-06-25T00:26:07.531Z Downloaded dropshot v0.17.0
12832026-06-25T00:26:07.551Z Downloaded zlib-rs v0.6.2
12842026-06-25T00:26:07.554Z Downloaded vcpkg v0.2.15
12852026-06-25T00:26:07.577Z Downloaded webpki-roots v1.0.6
12862026-06-25T00:26:07.580Z Downloaded diesel v2.3.7
12872026-06-25T00:26:07.592Z Downloaded regress v0.11.1
12882026-06-25T00:26:07.599Z Downloaded openapiv3 v2.2.0
12892026-06-25T00:26:07.605Z Downloaded rustls v0.23.37
12902026-06-25T00:26:07.617Z Downloaded sled v0.34.7
12912026-06-25T00:26:07.636Z Downloaded ratatui v0.29.0
12922026-06-25T00:26:07.648Z Downloaded tracing v0.1.44
12932026-06-25T00:26:07.661Z Downloaded bzip2-sys v0.1.13+1.0.8
12942026-06-25T00:26:07.676Z Downloaded zerocopy-derive v0.6.6
12952026-06-25T00:26:07.686Z Downloaded petgraph v0.6.5
12962026-06-25T00:26:07.701Z Downloaded jiff v0.2.21
12972026-06-25T00:26:07.713Z Downloaded chrono-tz v0.10.4
12982026-06-25T00:26:07.723Z Downloaded sqlparser v0.61.0
12992026-06-25T00:26:07.746Z Downloaded typify-impl v0.6.2
13002026-06-25T00:26:07.807Z Downloaded regex-automata v0.4.14
13012026-06-25T00:26:07.876Z Downloaded libgit2-sys v0.18.3+1.9.2
13022026-06-25T00:26:07.920Z Downloaded csv v1.4.0
13032026-06-25T00:26:07.937Z Downloaded petgraph v0.8.3
13042026-06-25T00:26:07.950Z Downloaded libz-sys v1.1.24
13052026-06-25T00:26:07.978Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13062026-06-25T00:26:07.990Z Downloaded sha3 v0.10.8
13072026-06-25T00:26:07.992Z Downloaded tokio v1.52.1
13082026-06-25T00:26:08.058Z Downloaded encoding_rs v0.8.35
13092026-06-25T00:26:08.072Z Downloaded ring v0.17.14
13102026-06-25T00:26:08.559Z Downloaded aws-lc-sys v0.40.0
13112026-06-25T00:26:08.810Z Compiling libc v0.2.185
13122026-06-25T00:26:08.813Z Compiling serde v1.0.228
13132026-06-25T00:26:08.813Z Compiling log v0.4.29
13142026-06-25T00:26:08.813Z Compiling find-msvc-tools v0.1.9
13152026-06-25T00:26:08.941Z Compiling shlex v1.3.0
13162026-06-25T00:26:08.950Z Compiling smallvec v1.15.1
13172026-06-25T00:26:08.955Z Compiling syn v2.0.117
13182026-06-25T00:26:08.970Z Compiling typenum v1.19.0
13192026-06-25T00:26:09.121Z Compiling generic-array v0.14.7
13202026-06-25T00:26:09.138Z Compiling subtle v2.6.1
13212026-06-25T00:26:09.166Z Compiling scopeguard v1.2.0
13222026-06-25T00:26:09.222Z Compiling const-oid v0.9.6
13232026-06-25T00:26:09.254Z Compiling lock_api v0.4.14
13242026-06-25T00:26:09.266Z Compiling serde_json v1.0.149
13252026-06-25T00:26:09.313Z Compiling zerocopy v0.8.40
13262026-06-25T00:26:09.350Z Compiling pin-project-lite v0.2.17
13272026-06-25T00:26:09.450Z Compiling portable-atomic v1.13.1
13282026-06-25T00:26:09.476Z Compiling parking_lot_core v0.9.12
13292026-06-25T00:26:09.726Z Compiling pkg-config v0.3.32
13302026-06-25T00:26:09.756Z Compiling getrandom v0.2.17
13312026-06-25T00:26:09.800Z Compiling jobserver v0.1.34
13322026-06-25T00:26:09.894Z Compiling rand_core v0.6.4
13332026-06-25T00:26:09.907Z Compiling errno v0.3.14
13342026-06-25T00:26:10.048Z Compiling cc v1.2.56
13352026-06-25T00:26:10.155Z Compiling signal-hook-registry v1.4.8
13362026-06-25T00:26:10.168Z Compiling bitflags v2.11.0
13372026-06-25T00:26:10.251Z Compiling libm v0.2.16
13382026-06-25T00:26:10.264Z Compiling critical-section v1.2.0
13392026-06-25T00:26:10.367Z Compiling futures-core v0.3.32
13402026-06-25T00:26:10.386Z Compiling once_cell v1.21.3
13412026-06-25T00:26:10.411Z Compiling parking_lot v0.12.5
13422026-06-25T00:26:10.480Z Compiling mio v1.2.0
13432026-06-25T00:26:10.512Z Compiling num-traits v0.2.19
13442026-06-25T00:26:10.560Z Compiling percent-encoding v2.3.2
13452026-06-25T00:26:10.590Z Compiling socket2 v0.6.3
13462026-06-25T00:26:10.802Z Compiling futures-sink v0.3.32
13472026-06-25T00:26:10.887Z Compiling cpufeatures v0.2.17
13482026-06-25T00:26:10.918Z Compiling futures-channel v0.3.32
13492026-06-25T00:26:10.949Z Compiling futures-io v0.3.32
13502026-06-25T00:26:10.961Z Compiling futures-task v0.3.32
13512026-06-25T00:26:10.974Z Compiling getrandom v0.4.1
13522026-06-25T00:26:11.103Z Compiling slab v0.4.12
13532026-06-25T00:26:11.129Z Compiling rand_core v0.10.0
13542026-06-25T00:26:11.143Z Compiling indexmap v2.14.0
13552026-06-25T00:26:11.155Z Compiling getrandom v0.3.4
13562026-06-25T00:26:11.286Z Compiling rustversion v1.0.22
13572026-06-25T00:26:11.301Z Compiling cmake v0.1.57
13582026-06-25T00:26:11.694Z Compiling form_urlencoded v1.2.2
13592026-06-25T00:26:11.707Z Compiling dunce v1.0.5
13602026-06-25T00:26:11.739Z Compiling fs_extra v1.3.0
13612026-06-25T00:26:11.841Z Compiling ident_case v1.0.1
13622026-06-25T00:26:11.860Z Compiling base64ct v1.8.3
13632026-06-25T00:26:11.873Z Compiling flagset v0.4.7
13642026-06-25T00:26:11.901Z Compiling synstructure v0.13.2
13652026-06-25T00:26:12.001Z Compiling iana-time-zone v0.1.65
13662026-06-25T00:26:12.015Z Compiling aws-lc-sys v0.40.0
13672026-06-25T00:26:12.159Z Compiling pem-rfc7468 v0.7.0
13682026-06-25T00:26:12.178Z Compiling regex-syntax v0.8.10
13692026-06-25T00:26:12.205Z Compiling rustix v1.1.3
13702026-06-25T00:26:12.226Z Compiling rand_core v0.9.5
13712026-06-25T00:26:12.400Z Compiling ring v0.17.14
13722026-06-25T00:26:12.464Z Compiling vcpkg v0.2.15
13732026-06-25T00:26:12.504Z Compiling aws-lc-rs v1.16.3
13742026-06-25T00:26:12.522Z Compiling uuid v1.23.0
13752026-06-25T00:26:12.793Z Compiling rustc_version v0.4.1
13762026-06-25T00:26:13.125Z Compiling tracing-core v0.1.36
13772026-06-25T00:26:13.209Z Compiling openssl-sys v0.9.115
13782026-06-25T00:26:13.229Z Compiling base64 v0.22.1
13792026-06-25T00:26:13.555Z Compiling untrusted v0.9.0
13802026-06-25T00:26:13.618Z Compiling serde_derive v1.0.228
13812026-06-25T00:26:13.674Z Compiling zeroize_derive v1.4.3
13822026-06-25T00:26:13.687Z Compiling zerofrom-derive v0.1.6
13832026-06-25T00:26:13.727Z Compiling yoke-derive v0.8.1
13842026-06-25T00:26:13.915Z Compiling zerovec-derive v0.11.2
13852026-06-25T00:26:14.317Z Compiling zeroize v1.8.2
13862026-06-25T00:26:14.544Z Compiling zerocopy-derive v0.8.40
13872026-06-25T00:26:14.874Z Compiling displaydoc v0.2.5
13882026-06-25T00:26:15.041Z Compiling crypto-common v0.1.7
13892026-06-25T00:26:15.079Z Compiling zerofrom v0.1.6
13902026-06-25T00:26:15.092Z Compiling block-buffer v0.10.4
13912026-06-25T00:26:15.181Z Compiling yoke v0.8.1
13922026-06-25T00:26:15.201Z Compiling tokio-macros v2.7.0
13932026-06-25T00:26:15.253Z Compiling digest v0.10.7
13942026-06-25T00:26:15.359Z Compiling zerovec v0.11.5
13952026-06-25T00:26:15.492Z Compiling futures-macro v0.3.32
13962026-06-25T00:26:15.591Z Compiling zerotrie v0.2.3
13972026-06-25T00:26:15.861Z Compiling tinystr v0.8.2
13982026-06-25T00:26:15.933Z Compiling potential_utf v0.1.4
13992026-06-25T00:26:15.946Z Compiling hmac v0.12.1
14002026-06-25T00:26:16.063Z Compiling icu_locale_core v2.1.1
14012026-06-25T00:26:16.090Z Compiling icu_collections v2.1.1
14022026-06-25T00:26:16.090Z Compiling block-padding v0.3.3
14032026-06-25T00:26:16.258Z Compiling inout v0.1.4
14042026-06-25T00:26:16.327Z Compiling futures-util v0.3.32
14052026-06-25T00:26:16.418Z Compiling cipher v0.4.4
14062026-06-25T00:26:16.560Z Compiling sha2 v0.10.9
14072026-06-25T00:26:16.681Z Compiling icu_provider v2.1.1
14082026-06-25T00:26:16.933Z Compiling icu_normalizer v2.1.1
14092026-06-25T00:26:16.976Z Compiling icu_properties v2.1.2
14102026-06-25T00:26:17.092Z Compiling bytes v1.11.1
14112026-06-25T00:26:17.105Z Compiling der_derive v0.7.3
14122026-06-25T00:26:17.456Z Compiling chrono v0.4.44
14132026-06-25T00:26:17.706Z Compiling tokio v1.52.1
14142026-06-25T00:26:17.921Z Compiling idna_adapter v1.2.1
14152026-06-25T00:26:18.028Z Compiling idna v1.1.0
14162026-06-25T00:26:18.049Z Compiling der v0.7.10
14172026-06-25T00:26:18.064Z Compiling http v1.4.0
14182026-06-25T00:26:18.604Z Compiling url v2.5.8
14192026-06-25T00:26:18.657Z Compiling salsa20 v0.10.2
14202026-06-25T00:26:18.797Z Compiling pbkdf2 v0.12.2
14212026-06-25T00:26:18.816Z Compiling ppv-lite86 v0.2.21
14222026-06-25T00:26:18.910Z Compiling spki v0.7.3
14232026-06-25T00:26:18.938Z Compiling rustls-pki-types v1.14.0
14242026-06-25T00:26:18.982Z Compiling tracing-attributes v0.1.31
14252026-06-25T00:26:19.104Z Compiling thiserror-impl v2.0.18
14262026-06-25T00:26:19.121Z Compiling rand_chacha v0.9.0
14272026-06-25T00:26:19.215Z Compiling scrypt v0.11.0
14282026-06-25T00:26:19.372Z Compiling http-body v1.0.1
14292026-06-25T00:26:19.385Z Compiling aes v0.8.4
14302026-06-25T00:26:19.455Z Compiling cbc v0.1.2
14312026-06-25T00:26:19.578Z Compiling untrusted v0.7.1
14322026-06-25T00:26:19.600Z Compiling openssl-probe v0.2.1
14332026-06-25T00:26:19.700Z Compiling tinyvec_macros v0.1.1
14342026-06-25T00:26:19.768Z Compiling httparse v1.10.1
14352026-06-25T00:26:19.781Z Compiling pkcs5 v0.7.1
14362026-06-25T00:26:19.794Z Compiling tinyvec v1.10.0
14372026-06-25T00:26:20.132Z Compiling rand v0.9.2
14382026-06-25T00:26:20.239Z Compiling pest_generator v2.8.6
14392026-06-25T00:26:20.256Z Compiling tracing v0.1.44
14402026-06-25T00:26:20.400Z Compiling thiserror v2.0.18
14412026-06-25T00:26:20.400Z Compiling serde_derive_internals v0.29.1
14422026-06-25T00:26:20.513Z Compiling aho-corasick v1.1.4
14432026-06-25T00:26:20.513Z Compiling rustls v0.23.37
14442026-06-25T00:26:20.691Z Compiling tower-service v0.3.3
14452026-06-25T00:26:20.807Z Compiling dyn-clone v1.0.20
14462026-06-25T00:26:20.930Z Compiling schemars v0.8.22
14472026-06-25T00:26:20.943Z Compiling tower-layer v0.3.3
14482026-06-25T00:26:20.965Z Compiling try-lock v0.2.5
14492026-06-25T00:26:21.072Z Compiling atomic-waker v1.1.2
14502026-06-25T00:26:21.100Z Compiling want v0.3.1
14512026-06-25T00:26:21.140Z Compiling pest_derive v2.8.6
14522026-06-25T00:26:21.257Z Compiling pkcs8 v0.10.2
14532026-06-25T00:26:21.286Z Compiling schemars_derive v0.8.22
14542026-06-25T00:26:21.484Z Compiling tokio-util v0.7.18
14552026-06-25T00:26:21.558Z Compiling regex-automata v0.4.14
14562026-06-25T00:26:21.561Z Compiling ipnet v2.11.0
14572026-06-25T00:26:21.926Z Compiling scroll_derive v0.13.1
14582026-06-25T00:26:22.064Z Compiling darling_core v0.20.11
14592026-06-25T00:26:22.222Z Compiling h2 v0.4.13
14602026-06-25T00:26:22.506Z Compiling pin-utils v0.1.0
14612026-06-25T00:26:22.508Z Compiling foreign-types-shared v0.1.1
14622026-06-25T00:26:22.579Z Compiling httpdate v1.0.3
14632026-06-25T00:26:22.601Z Compiling openssl v0.10.79
14642026-06-25T00:26:22.708Z Compiling scroll v0.13.0
14652026-06-25T00:26:22.805Z Compiling tempfile v3.25.0
14662026-06-25T00:26:22.838Z Compiling foreign-types v0.3.2
14672026-06-25T00:26:22.963Z Compiling unicode-normalization v0.1.25
14682026-06-25T00:26:23.328Z Compiling openssl-macros v0.1.1
14692026-06-25T00:26:23.406Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14702026-06-25T00:26:23.554Z Compiling socket2 v0.5.10
14712026-06-25T00:26:23.712Z Compiling spin v0.9.8
14722026-06-25T00:26:23.776Z Compiling time-core v0.1.8
14732026-06-25T00:26:23.915Z Compiling num-conv v0.2.0
14742026-06-25T00:26:23.918Z Compiling native-tls v0.2.18
14752026-06-25T00:26:23.946Z Compiling crc32fast v1.5.0
14762026-06-25T00:26:24.055Z Compiling powerfmt v0.2.0
14772026-06-25T00:26:24.130Z Compiling time-macros v0.2.27
14782026-06-25T00:26:24.246Z Compiling deranged v0.5.8
14792026-06-25T00:26:24.272Z Compiling darling_macro v0.20.11
14802026-06-25T00:26:24.736Z Compiling darling v0.20.11
14812026-06-25T00:26:24.817Z Compiling goblin v0.10.5
14822026-06-25T00:26:25.174Z Compiling hyper v1.8.1
14832026-06-25T00:26:25.200Z Compiling rustls-native-certs v0.8.3
14842026-06-25T00:26:25.486Z Compiling sync_wrapper v1.0.2
14852026-06-25T00:26:25.555Z Compiling wait-timeout v0.2.1
14862026-06-25T00:26:25.590Z Compiling siphasher v1.0.2
14872026-06-25T00:26:25.793Z Compiling unicode-segmentation v1.12.0
14882026-06-25T00:26:25.880Z Compiling usdt-impl v0.6.0
14892026-06-25T00:26:26.081Z Compiling simd-adler32 v0.3.8
14902026-06-25T00:26:26.134Z Compiling num_threads v0.1.7
14912026-06-25T00:26:26.169Z Compiling bit-vec v0.8.0
14922026-06-25T00:26:26.228Z Compiling crossbeam-utils v0.8.21
14932026-06-25T00:26:26.323Z Compiling hyper-util v0.1.20
14942026-06-25T00:26:26.402Z Compiling quick-error v1.2.3
14952026-06-25T00:26:26.503Z Compiling syn v1.0.109
14962026-06-25T00:26:26.791Z Compiling rusty-fork v0.3.1
14972026-06-25T00:26:26.847Z Compiling bit-set v0.8.0
14982026-06-25T00:26:26.850Z Compiling time v0.3.47
14992026-06-25T00:26:27.026Z Compiling tower v0.5.3
15002026-06-25T00:26:27.109Z Compiling derive_builder_core v0.20.2
15012026-06-25T00:26:27.446Z Compiling dtrace-parser v0.3.0
15022026-06-25T00:26:27.508Z Compiling http-body-util v0.1.3
15032026-06-25T00:26:27.752Z Compiling dof v0.4.0
15042026-06-25T00:26:27.967Z Compiling webpki-roots v1.0.6
15052026-06-25T00:26:28.066Z Compiling signature v2.2.0
15062026-06-25T00:26:28.082Z Compiling scroll_derive v0.12.1
15072026-06-25T00:26:28.172Z Compiling thiserror-impl v1.0.69
15082026-06-25T00:26:28.236Z Compiling heapless v0.7.17
15092026-06-25T00:26:28.417Z Compiling slog v2.8.2
15102026-06-25T00:26:28.467Z Compiling rand_xorshift v0.4.0
15112026-06-25T00:26:28.590Z Compiling darling_core v0.21.3
15122026-06-25T00:26:28.624Z Compiling bzip2-sys v0.1.13+1.0.8
15132026-06-25T00:26:28.726Z Compiling thread-id v5.1.0
15142026-06-25T00:26:28.810Z Compiling cookie v0.18.1
15152026-06-25T00:26:28.885Z Compiling adler2 v2.0.1
15162026-06-25T00:26:28.897Z Compiling ryu v1.0.23
15172026-06-25T00:26:28.987Z Compiling unicode-properties v0.1.4
15182026-06-25T00:26:29.003Z Compiling paste v1.0.15
15192026-06-25T00:26:29.016Z Compiling allocator-api2 v0.2.21
15202026-06-25T00:26:29.066Z Compiling unicode-bidi v0.3.18
15212026-06-25T00:26:29.185Z Compiling anyhow v1.0.102
15222026-06-25T00:26:29.265Z Compiling zstd-safe v7.2.4
15232026-06-25T00:26:29.338Z Compiling signal-hook v0.3.18
15242026-06-25T00:26:29.392Z Compiling iri-string v0.7.10
15252026-06-25T00:26:29.453Z Compiling unarray v0.1.4
15262026-06-25T00:26:29.520Z Compiling thiserror v1.0.69
15272026-06-25T00:26:29.560Z Compiling proptest v1.10.0
15282026-06-25T00:26:29.589Z Compiling stringprep v0.1.5
15292026-06-25T00:26:29.661Z Compiling serde_urlencoded v0.7.1
15302026-06-25T00:26:29.719Z Compiling miniz_oxide v0.8.9
15312026-06-25T00:26:30.309Z Compiling scroll v0.12.0
15322026-06-25T00:26:30.575Z Compiling tower-http v0.6.8
15332026-06-25T00:26:30.647Z Compiling derive_builder_macro v0.20.2
15342026-06-25T00:26:30.913Z Compiling tokio-native-tls v0.3.1
15352026-06-25T00:26:31.031Z Compiling heck v0.4.1
15362026-06-25T00:26:31.078Z Compiling darling_macro v0.21.3
15372026-06-25T00:26:31.092Z Compiling bstr v1.12.1
15382026-06-25T00:26:31.126Z Compiling ipnetwork v0.21.1
15392026-06-25T00:26:31.251Z Compiling rand_chacha v0.3.1
15402026-06-25T00:26:31.480Z Compiling toml_datetime v0.6.11
15412026-06-25T00:26:31.522Z Compiling serde_spanned v0.6.9
15422026-06-25T00:26:31.565Z Compiling erased-serde v0.3.31
15432026-06-25T00:26:31.669Z Compiling serde_tokenstream v0.2.3
15442026-06-25T00:26:31.737Z Compiling md-5 v0.10.6
15452026-06-25T00:26:31.743Z Compiling async-trait v0.1.89
15462026-06-25T00:26:31.903Z Compiling pin-project-internal v1.1.11
15472026-06-25T00:26:31.973Z Compiling zerocopy-derive v0.7.35
15482026-06-25T00:26:32.047Z Compiling curve25519-dalek v4.1.3
15492026-06-25T00:26:32.060Z Compiling vergen-lib v9.1.0
15502026-06-25T00:26:32.234Z Compiling num-integer v0.1.46
15512026-06-25T00:26:32.367Z Compiling hash32 v0.2.1
15522026-06-25T00:26:32.553Z Compiling ff v0.13.1
15532026-06-25T00:26:32.553Z Compiling memoffset v0.9.1
15542026-06-25T00:26:32.694Z Compiling encoding_rs v0.8.35
15552026-06-25T00:26:32.748Z Compiling mime v0.3.17
15562026-06-25T00:26:32.761Z Compiling num-bigint-dig v0.8.6
15572026-06-25T00:26:32.823Z Compiling base16ct v0.2.0
15582026-06-25T00:26:32.947Z Compiling rustix v0.38.44
15592026-06-25T00:26:32.988Z Compiling ref-cast v1.0.25
15602026-06-25T00:26:33.001Z Compiling litrs v1.0.0
15612026-06-25T00:26:33.004Z Compiling fallible-iterator v0.2.0
15622026-06-25T00:26:33.289Z Compiling psl-types v2.0.11
15632026-06-25T00:26:33.291Z Compiling cfg_aliases v0.2.1
15642026-06-25T00:26:33.328Z Compiling smoltcp v0.9.1
15652026-06-25T00:26:33.372Z Compiling zlib-rs v0.6.2
15662026-06-25T00:26:33.411Z Compiling publicsuffix v2.3.0
15672026-06-25T00:26:33.512Z Compiling document-features v0.2.12
15682026-06-25T00:26:33.579Z Compiling nix v0.31.2
15692026-06-25T00:26:33.804Z Compiling postgres-protocol v0.6.10
15702026-06-25T00:26:33.935Z Compiling pin-project v1.1.11
15712026-06-25T00:26:34.053Z Compiling sec1 v0.7.3
15722026-06-25T00:26:34.087Z Compiling zerocopy v0.7.35
15732026-06-25T00:26:34.284Z Compiling group v0.13.0
15742026-06-25T00:26:34.337Z Compiling num-iter v0.1.45
15752026-06-25T00:26:34.495Z Compiling hubpack_derive v0.1.1
15762026-06-25T00:26:34.533Z Compiling newtype-uuid v1.3.2
15772026-06-25T00:26:34.621Z Compiling darling v0.21.3
15782026-06-25T00:26:34.704Z Compiling rand v0.8.6
15792026-06-25T00:26:34.777Z Compiling oxnet v0.1.6
15802026-06-25T00:26:34.855Z Compiling snafu-derive v0.8.9
15812026-06-25T00:26:34.870Z Compiling derive_builder v0.20.2
15822026-06-25T00:26:34.919Z Compiling hyper-tls v0.6.0
15832026-06-25T00:26:35.195Z Compiling goblin v0.8.2
15842026-06-25T00:26:35.732Z Compiling phf_shared v0.13.1
15852026-06-25T00:26:35.902Z Compiling lazy_static v1.5.0
15862026-06-25T00:26:36.031Z Compiling regex v1.12.3
15872026-06-25T00:26:36.037Z Compiling anstyle-parse v0.2.7
15882026-06-25T00:26:36.098Z Compiling strum_macros v0.27.2
15892026-06-25T00:26:36.191Z Compiling futures-executor v0.3.32
15902026-06-25T00:26:36.416Z Compiling flate2 v1.1.9
15912026-06-25T00:26:36.452Z Compiling hex v0.4.3
15922026-06-25T00:26:36.704Z Compiling hkdf v0.12.4
15932026-06-25T00:26:36.720Z Compiling crypto-bigint v0.5.5
15942026-06-25T00:26:36.764Z Compiling terminal_size v0.4.3
15952026-06-25T00:26:36.824Z Compiling daft-derive v0.1.7
15962026-06-25T00:26:36.864Z Compiling curve25519-dalek-derive v0.1.1
15972026-06-25T00:26:36.897Z Compiling ref-cast-impl v1.0.25
15982026-06-25T00:26:37.435Z Compiling vergen v9.1.0
15992026-06-25T00:26:37.499Z Compiling fs-err v3.3.0
16002026-06-25T00:26:37.536Z Compiling cargo-platform v0.3.2
16012026-06-25T00:26:37.609Z Compiling ahash v0.8.12
16022026-06-25T00:26:37.683Z Compiling libbz2-rs-sys v0.2.2
16032026-06-25T00:26:37.795Z Compiling bitflags v1.3.2
16042026-06-25T00:26:37.814Z Compiling bumpalo v3.20.2
16052026-06-25T00:26:37.870Z Compiling object v0.37.3
16062026-06-25T00:26:38.037Z Compiling same-file v1.0.6
16072026-06-25T00:26:38.060Z Compiling managed v0.8.0
16082026-06-25T00:26:38.135Z Compiling foldhash v0.1.5
16092026-06-25T00:26:38.201Z Compiling foldhash v0.2.0
16102026-06-25T00:26:38.276Z Compiling winnow v0.5.40
16112026-06-25T00:26:38.303Z Compiling clap_builder v4.6.0
16122026-06-25T00:26:38.350Z Compiling hashbrown v0.16.1
16132026-06-25T00:26:38.419Z Compiling hashbrown v0.15.5
16142026-06-25T00:26:38.791Z Compiling walkdir v2.5.0
16152026-06-25T00:26:38.954Z Compiling bzip2 v0.6.1
16162026-06-25T00:26:38.973Z Compiling strum v0.27.2
16172026-06-25T00:26:39.095Z Compiling zopfli v0.8.3
16182026-06-25T00:26:39.142Z Compiling cargo_metadata v0.23.1
16192026-06-25T00:26:39.250Z Compiling elliptic-curve v0.13.8
16202026-06-25T00:26:39.468Z Compiling daft v0.1.7
16212026-06-25T00:26:39.641Z Compiling toml_edit v0.19.15
16222026-06-25T00:26:39.755Z Compiling dof v0.3.0
16232026-06-25T00:26:39.843Z Compiling snafu v0.8.9
16242026-06-25T00:26:40.192Z Compiling futures v0.3.32
16252026-06-25T00:26:40.275Z Compiling anstream v0.6.21
16262026-06-25T00:26:40.441Z Compiling phf v0.13.1
16272026-06-25T00:26:40.473Z Compiling signal-hook-mio v0.2.5
16282026-06-25T00:26:40.572Z Compiling cookie_store v0.22.1
16292026-06-25T00:26:40.586Z Compiling bzip2 v0.4.4
16302026-06-25T00:26:40.834Z Compiling zstd v0.13.3
16312026-06-25T00:26:40.986Z Compiling hubpack v0.1.2
16322026-06-25T00:26:41.098Z Compiling serde_with_macros v3.17.0
16332026-06-25T00:26:41.225Z Compiling postgres-types v0.2.12
16342026-06-25T00:26:41.296Z Compiling usdt-attr-macro v0.6.0
16352026-06-25T00:26:41.775Z Compiling usdt-macro v0.6.0
16362026-06-25T00:26:42.081Z Compiling globset v0.4.18
16372026-06-25T00:26:42.217Z Compiling dtrace-parser v0.2.0
16382026-06-25T00:26:42.299Z Compiling ed25519 v2.2.3
16392026-06-25T00:26:42.373Z Compiling phf_shared v0.11.3
16402026-06-25T00:26:42.496Z Compiling olpc-cjson v0.1.4
16412026-06-25T00:26:42.554Z Compiling pkcs1 v0.7.5
16422026-06-25T00:26:42.653Z Compiling clap_derive v4.6.1
16432026-06-25T00:26:42.688Z Compiling enum-as-inner v0.6.1
16442026-06-25T00:26:42.746Z Compiling strum_macros v0.26.4
16452026-06-25T00:26:42.943Z Compiling serde_plain v1.0.2
16462026-06-25T00:26:42.943Z Compiling serde-big-array v0.5.1
16472026-06-25T00:26:43.083Z Compiling rfc6979 v0.4.0
16482026-06-25T00:26:43.148Z Compiling async-recursion v1.1.1
16492026-06-25T00:26:43.180Z Compiling serde_repr v0.1.20
16502026-06-25T00:26:43.193Z Compiling pem v3.0.6
16512026-06-25T00:26:43.206Z Compiling float-cmp v0.10.0
16522026-06-25T00:26:43.350Z Compiling memmap2 v0.9.10
16532026-06-25T00:26:43.514Z Compiling thread-id v4.2.2
16542026-06-25T00:26:43.561Z Compiling env_filter v1.0.0
16552026-06-25T00:26:43.597Z Compiling jiff v0.2.21
16562026-06-25T00:26:43.697Z Compiling precomputed-hash v0.1.1
16572026-06-25T00:26:43.784Z Compiling whoami v2.1.0
16582026-06-25T00:26:43.796Z Compiling data-encoding v2.10.0
16592026-06-25T00:26:43.860Z Compiling fixedbitset v0.4.2
16602026-06-25T00:26:44.072Z Compiling difflib v0.4.0
16612026-06-25T00:26:44.148Z Compiling either v1.15.0
16622026-06-25T00:26:44.362Z Compiling normalize-line-endings v0.3.0
16632026-06-25T00:26:44.382Z Compiling keccak v0.1.6
16642026-06-25T00:26:44.458Z Compiling static_assertions v1.1.0
16652026-06-25T00:26:44.470Z Compiling predicates-core v1.0.10
16662026-06-25T00:26:44.482Z Compiling typed-path v0.9.3
16672026-06-25T00:26:44.527Z Compiling fixedbitset v0.5.7
16682026-06-25T00:26:44.634Z Compiling new_debug_unreachable v1.0.6
16692026-06-25T00:26:44.647Z Compiling predicates v3.1.4
16702026-06-25T00:26:44.706Z Compiling string_cache v0.8.9
16712026-06-25T00:26:44.825Z Compiling petgraph v0.8.3
16722026-06-25T00:26:44.927Z Compiling sha3 v0.10.8
16732026-06-25T00:26:45.102Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16742026-06-25T00:26:45.276Z Compiling strum v0.26.3
16752026-06-25T00:26:45.379Z Compiling clap v4.6.1
16762026-06-25T00:26:45.412Z Compiling itertools v0.13.0
16772026-06-25T00:26:45.463Z Compiling toml_edit v0.22.27
16782026-06-25T00:26:45.694Z Compiling hickory-proto v0.25.2
16792026-06-25T00:26:46.083Z Compiling tokio-postgres v0.7.16
16802026-06-25T00:26:46.711Z Compiling zip v4.6.1
16812026-06-25T00:26:46.814Z Compiling petgraph v0.6.5
16822026-06-25T00:26:47.663Z Compiling env_logger v0.11.9
16832026-06-25T00:26:47.778Z Compiling usdt-impl v0.5.0
16842026-06-25T00:26:47.988Z Compiling usdt v0.6.0
16852026-06-25T00:26:48.006Z Compiling ecdsa v0.16.9
16862026-06-25T00:26:48.245Z Compiling rsa v0.9.10
16872026-06-25T00:26:48.259Z Compiling ed25519-dalek v2.2.0
16882026-06-25T00:26:48.287Z Compiling serde_with v3.17.0
16892026-06-25T00:26:48.299Z Compiling crossterm v0.28.1
16902026-06-25T00:26:48.398Z Compiling toml v0.7.8
16912026-06-25T00:26:49.001Z Compiling zip v0.6.6
16922026-06-25T00:26:49.286Z Compiling iddqd v0.4.2
16932026-06-25T00:26:49.814Z Compiling toml_parser v1.0.9+spec-1.1.0
16942026-06-25T00:26:49.975Z Compiling similar v2.7.0
16952026-06-25T00:26:49.991Z Compiling crossbeam-epoch v0.9.18
16962026-06-25T00:26:50.321Z Compiling tokio-stream v0.1.18
16972026-06-25T00:26:50.370Z Compiling buf-list v1.1.2
16982026-06-25T00:26:50.432Z Compiling x509-cert v0.2.5
16992026-06-25T00:26:50.561Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17002026-06-25T00:26:50.639Z Compiling openapiv3 v2.2.0
17012026-06-25T00:26:50.825Z Compiling sha1 v0.10.6
17022026-06-25T00:26:50.866Z Compiling lalrpop-util v0.19.12
17032026-06-25T00:26:50.880Z Compiling peg-runtime v0.8.5
17042026-06-25T00:26:51.046Z Compiling thread_local v1.1.9
17052026-06-25T00:26:51.060Z Compiling slog-async v2.8.0
17062026-06-25T00:26:51.171Z Compiling crossbeam-channel v0.5.15
17072026-06-25T00:26:51.300Z Compiling filetime v0.2.27
17082026-06-25T00:26:51.370Z Compiling is-terminal v0.4.17
17092026-06-25T00:26:51.468Z Compiling term v1.2.1
17102026-06-25T00:26:51.481Z Compiling xattr v1.6.1
17112026-06-25T00:26:51.534Z Compiling take_mut v0.2.2
17122026-06-25T00:26:51.640Z Compiling tar v0.4.45
17132026-06-25T00:26:52.075Z Compiling slog-term v2.9.2
17142026-06-25T00:27:01.074Z Compiling rustls-webpki v0.103.9
17152026-06-25T00:27:03.873Z Compiling tokio-rustls v0.26.4
17162026-06-25T00:27:03.873Z Compiling rustls-platform-verifier v0.6.2
17172026-06-25T00:27:04.074Z Compiling hyper-rustls v0.27.7
17182026-06-25T00:27:04.271Z Compiling reqwest v0.12.28
17192026-06-25T00:27:04.274Z Compiling reqwest v0.13.2
17202026-06-25T00:27:05.535Z Compiling tough v0.22.0
17212026-06-25T00:27:08.059Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-06-25T00:27:08.269Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-06-25T00:27:11.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17242026-06-25T00:27:11.280Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17252026-06-25T00:27:11.323ZJun 25 00:27:10.108 INFO Starting download, target: Console
17262026-06-25T00:27:11.323ZJun 25 00:27:10.108 INFO Starting download, target: DendriteStub
17272026-06-25T00:27:11.323ZJun 25 00:27:10.108 INFO Starting download, target: Cockroach
17282026-06-25T00:27:11.323ZJun 25 00:27:10.109 INFO Starting download, target: Clickhouse
17292026-06-25T00:27:11.326ZJun 25 00:27:10.109 INFO Starting download, target: MaghemiteMgd
17302026-06-25T00:27:11.326ZJun 25 00:27:10.109 INFO Starting download, target: MaghemiteDdmd
17312026-06-25T00:27:11.326ZJun 25 00:27:10.109 INFO Starting download, target: TransceiverControl
17322026-06-25T00:27:11.326ZJun 25 00:27:10.109 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17332026-06-25T00:27:11.327ZJun 25 00:27:10.109 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17342026-06-25T00:27:11.327ZJun 25 00:27:10.109 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17352026-06-25T00:27:11.327ZJun 25 00:27:10.109 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17362026-06-25T00:27:11.327ZJun 25 00:27:10.109 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17372026-06-25T00:27:11.327ZJun 25 00:27:10.109 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17382026-06-25T00:27:11.327ZJun 25 00:27:10.109 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17392026-06-25T00:27:12.080ZJun 25 00:27:10.772 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17402026-06-25T00:27:12.285ZJun 25 00:27:10.993 INFO Download complete, target: TransceiverControl
17412026-06-25T00:27:13.372ZJun 25 00:27:12.124 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17422026-06-25T00:27:13.610ZJun 25 00:27:12.390 INFO Download complete, target: Console
17432026-06-25T00:27:13.818ZJun 25 00:27:12.597 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17442026-06-25T00:27:15.736ZJun 25 00:27:14.509 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17452026-06-25T00:27:15.831ZJun 25 00:27:14.613 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17462026-06-25T00:27:16.232ZJun 25 00:27:14.982 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17472026-06-25T00:27:16.920ZJun 25 00:27:15.695 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17482026-06-25T00:27:16.920ZJun 25 00:27:15.695 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17492026-06-25T00:27:17.625ZJun 25 00:27:16.408 INFO Download complete, target: MaghemiteDdmd
17502026-06-25T00:27:18.249ZJun 25 00:27:17.034 INFO Download complete, target: DendriteStub
17512026-06-25T00:27:18.721ZJun 25 00:27:17.507 INFO Download complete, target: MaghemiteMgd
17522026-06-25T00:27:20.653ZJun 25 00:27:19.430 INFO Checking that binary works, target: Clickhouse
17532026-06-25T00:27:20.775ZJun 25 00:27:19.560 INFO Download complete, target: Clickhouse
17542026-06-25T00:27:21.625ZJun 25 00:27:20.408 INFO Checking that binary works, target: Cockroach
17552026-06-25T00:27:21.735ZJun 25 00:27:20.521 INFO Download complete, target: Cockroach
17562026-06-25T00:27:21.751ZAll builder prerequisites installed successfully, and PATH looks valid
17572026-06-25T00:27:21.754Z
17582026-06-25T00:27:21.754Zreal 2:03.972653313
17592026-06-25T00:27:21.754Zuser 6:48.937327542
17602026-06-25T00:27:21.754Zsys 1:22.949556264
17612026-06-25T00:27:21.754Ztrap 0.249136677
17622026-06-25T00:27:21.754Ztflt 0.703625262
17632026-06-25T00:27:21.754Zdflt 0.577789390
17642026-06-25T00:27:21.755Zkflt 0.028187950
17652026-06-25T00:27:21.755Zlock 23:25.664652783
17662026-06-25T00:27:21.755Zslp 21:00.313149493
17672026-06-25T00:27:21.755Zlat 42.164899539
17682026-06-25T00:27:21.755Zstop 1:58.956172485
17692026-06-25T00:27:21.755Z+ banner hack-check
17702026-06-25T00:27:21.755Z
17712026-06-25T00:27:21.755Z # # ## #### # # #### # # ###### #### # #
17722026-06-25T00:27:21.755Z # # # # # # # # # # # # # # # # #
17732026-06-25T00:27:21.755Z ###### # # # #### ##### # ###### ##### # ####
17742026-06-25T00:27:21.755Z # # ###### # # # # # # # # # #
17752026-06-25T00:27:21.755Z # # # # # # # # # # # # # # # # #
17762026-06-25T00:27:21.755Z # # # # #### # # #### # # ###### #### # #
17772026-06-25T00:27:21.755Z
17782026-06-25T00:27:21.755Z+ export CARGO_INCREMENTAL=0
17792026-06-25T00:27:21.755Z+ CARGO_INCREMENTAL=0
17802026-06-25T00:27:21.755Z+ ptime -m timeout 2h cargo xtask check-features --ci
17812026-06-25T00:27:22.233Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17822026-06-25T00:27:22.440Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17832026-06-25T00:27:24.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
17842026-06-25T00:27:24.350Z Running `target/debug/xtask check-features --ci`
17852026-06-25T00:27:24.374Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17862026-06-25T00:27:24.377Zrunning: "/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17872026-06-25T00:27:24.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17882026-06-25T00:27:24.806Z Running `target/debug/xtask download cargo-hack`
17892026-06-25T00:27:25.524Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17902026-06-25T00:27:25.822Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17912026-06-25T00:27:28.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s
17922026-06-25T00:27:28.507Z Running `target/debug/xtask-downloader cargo-hack`
17932026-06-25T00:27:28.545ZJun 25 00:27:27.329 INFO Starting download, target: CargoHack
17942026-06-25T00:27:28.548ZJun 25 00:27:27.329 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17952026-06-25T00:27:28.896ZJun 25 00:27:27.682 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17962026-06-25T00:27:28.946ZJun 25 00:27:27.732 INFO Download complete, target: CargoHack
17972026-06-25T00:27:28.949Zrunning: "/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"
17982026-06-25T00:27:28.961Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17992026-06-25T00:27:29.116Zinfo: running `cargo check --bins` on api_identity (1/296)
18002026-06-25T00:27:29.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012026-06-25T00:27:29.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022026-06-25T00:27:29.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032026-06-25T00:27:29.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18042026-06-25T00:27:29.617Z
18052026-06-25T00:27:29.617Zinfo: running `cargo check --bins` on bootstore (2/296)
18062026-06-25T00:27:30.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072026-06-25T00:27:30.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082026-06-25T00:27:30.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092026-06-25T00:27:30.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18102026-06-25T00:27:30.122Z
18112026-06-25T00:27:30.122Zinfo: running `cargo check --bins` on omicron-ledger (3/296)
18122026-06-25T00:27:30.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132026-06-25T00:27:30.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142026-06-25T00:27:30.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152026-06-25T00:27:30.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18162026-06-25T00:27:30.624Z
18172026-06-25T00:27:30.624Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/296)
18182026-06-25T00:27:31.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192026-06-25T00:27:31.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202026-06-25T00:27:31.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212026-06-25T00:27:31.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18222026-06-25T00:27:31.126Z
18232026-06-25T00:27:31.126Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/296)
18242026-06-25T00:27:31.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-06-25T00:27:31.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-06-25T00:27:31.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-06-25T00:27:31.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18282026-06-25T00:27:31.630Z
18292026-06-25T00:27:31.630Zinfo: running `cargo check --bins` on omicron-certificates (6/296)
18302026-06-25T00:27:32.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-06-25T00:27:32.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-06-25T00:27:32.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-06-25T00:27:32.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18342026-06-25T00:27:32.225Z
18352026-06-25T00:27:32.225Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/296)
18362026-06-25T00:27:32.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-06-25T00:27:32.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-06-25T00:27:32.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-06-25T00:27:32.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18402026-06-25T00:27:32.662Z
18412026-06-25T00:27:32.662Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/296)
18422026-06-25T00:27:33.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-06-25T00:27:33.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-06-25T00:27:33.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-06-25T00:27:33.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18462026-06-25T00:27:33.167Z
18472026-06-25T00:27:33.167Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/296)
18482026-06-25T00:27:33.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-06-25T00:27:33.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-06-25T00:27:33.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-06-25T00:27:33.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18522026-06-25T00:27:33.544Z
18532026-06-25T00:27:33.544Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/296)
18542026-06-25T00:27:33.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-06-25T00:27:33.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-06-25T00:27:33.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-06-25T00:27:33.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18582026-06-25T00:27:33.928Z
18592026-06-25T00:27:33.928Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/296)
18602026-06-25T00:27:34.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-06-25T00:27:34.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-06-25T00:27:34.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-06-25T00:27:34.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18642026-06-25T00:27:34.313Z
18652026-06-25T00:27:34.313Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/296)
18662026-06-25T00:27:34.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-06-25T00:27:34.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-06-25T00:27:34.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-06-25T00:27:34.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18702026-06-25T00:27:34.693Z
18712026-06-25T00:27:34.693Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/296)
18722026-06-25T00:27:35.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-06-25T00:27:35.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-06-25T00:27:35.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-06-25T00:27:35.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18762026-06-25T00:27:35.077Z
18772026-06-25T00:27:35.077Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/296)
18782026-06-25T00:27:35.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-06-25T00:27:35.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-06-25T00:27:35.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-06-25T00:27:35.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18822026-06-25T00:27:35.460Z
18832026-06-25T00:27:35.460Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/296)
18842026-06-25T00:27:35.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-06-25T00:27:35.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-06-25T00:27:35.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-06-25T00:27:35.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18882026-06-25T00:27:35.842Z
18892026-06-25T00:27:35.842Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/296)
18902026-06-25T00:27:36.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-06-25T00:27:36.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-06-25T00:27:36.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-06-25T00:27:36.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18942026-06-25T00:27:36.222Z
18952026-06-25T00:27:36.222Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/296)
18962026-06-25T00:27:36.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-06-25T00:27:36.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-06-25T00:27:36.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-06-25T00:27:36.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19002026-06-25T00:27:36.603Z
19012026-06-25T00:27:36.603Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/296)
19022026-06-25T00:27:36.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-06-25T00:27:36.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-06-25T00:27:36.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-06-25T00:27:36.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19062026-06-25T00:27:36.980Z
19072026-06-25T00:27:36.980Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/296)
19082026-06-25T00:27:37.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-06-25T00:27:37.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-06-25T00:27:37.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-06-25T00:27:37.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19122026-06-25T00:27:37.360Z
19132026-06-25T00:27:37.360Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/296)
19142026-06-25T00:27:37.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-06-25T00:27:37.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-06-25T00:27:37.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-06-25T00:27:37.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19182026-06-25T00:27:37.740Z
19192026-06-25T00:27:37.740Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/296)
19202026-06-25T00:27:38.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-06-25T00:27:38.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-06-25T00:27:38.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-06-25T00:27:38.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19242026-06-25T00:27:38.124Z
19252026-06-25T00:27:38.124Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/296)
19262026-06-25T00:27:38.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-06-25T00:27:38.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-06-25T00:27:38.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-06-25T00:27:38.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19302026-06-25T00:27:38.508Z
19312026-06-25T00:27:38.508Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/296)
19322026-06-25T00:27:38.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-06-25T00:27:38.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-06-25T00:27:38.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-06-25T00:27:38.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19362026-06-25T00:27:38.894Z
19372026-06-25T00:27:38.894Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/296)
19382026-06-25T00:27:39.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-06-25T00:27:39.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-06-25T00:27:39.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-06-25T00:27:39.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19422026-06-25T00:27:39.282Z
19432026-06-25T00:27:39.282Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/296)
19442026-06-25T00:27:39.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-06-25T00:27:39.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-06-25T00:27:39.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-06-25T00:27:39.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19482026-06-25T00:27:39.669Z
19492026-06-25T00:27:39.669Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/296)
19502026-06-25T00:27:40.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-06-25T00:27:40.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-06-25T00:27:40.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-06-25T00:27:40.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19542026-06-25T00:27:40.071Z
19552026-06-25T00:27:40.071Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/296)
19562026-06-25T00:27:40.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-06-25T00:27:40.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-06-25T00:27:40.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-06-25T00:27:40.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19602026-06-25T00:27:40.433Z
19612026-06-25T00:27:40.433Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/296)
19622026-06-25T00:27:40.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-06-25T00:27:40.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-06-25T00:27:40.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-06-25T00:27:40.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19662026-06-25T00:27:40.816Z
19672026-06-25T00:27:40.816Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/296)
19682026-06-25T00:27:41.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-06-25T00:27:41.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-06-25T00:27:41.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-06-25T00:27:41.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19722026-06-25T00:27:41.200Z
19732026-06-25T00:27:41.200Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/296)
19742026-06-25T00:27:41.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-06-25T00:27:41.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-06-25T00:27:41.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-06-25T00:27:41.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19782026-06-25T00:27:41.579Z
19792026-06-25T00:27:41.579Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/296)
19802026-06-25T00:27:41.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-06-25T00:27:41.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-06-25T00:27:41.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-06-25T00:27:41.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19842026-06-25T00:27:41.961Z
19852026-06-25T00:27:41.961Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/296)
19862026-06-25T00:27:42.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-06-25T00:27:42.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-06-25T00:27:42.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-06-25T00:27:42.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19902026-06-25T00:27:42.346Z
19912026-06-25T00:27:42.346Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/296)
19922026-06-25T00:27:42.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-06-25T00:27:42.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-06-25T00:27:42.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-06-25T00:27:42.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19962026-06-25T00:27:42.728Z
19972026-06-25T00:27:42.728Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/296)
19982026-06-25T00:27:43.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-06-25T00:27:43.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-06-25T00:27:43.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-06-25T00:27:43.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20022026-06-25T00:27:43.107Z
20032026-06-25T00:27:43.107Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/296)
20042026-06-25T00:27:43.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-06-25T00:27:43.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-06-25T00:27:43.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-06-25T00:27:43.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20082026-06-25T00:27:43.490Z
20092026-06-25T00:27:43.490Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/296)
20102026-06-25T00:27:43.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-06-25T00:27:43.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-06-25T00:27:43.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-06-25T00:27:43.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20142026-06-25T00:27:43.874Z
20152026-06-25T00:27:43.874Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/296)
20162026-06-25T00:27:44.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-06-25T00:27:44.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-06-25T00:27:44.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-06-25T00:27:44.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20202026-06-25T00:27:44.259Z
20212026-06-25T00:27:44.259Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/296)
20222026-06-25T00:27:44.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-06-25T00:27:44.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-06-25T00:27:44.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-06-25T00:27:44.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20262026-06-25T00:27:44.638Z
20272026-06-25T00:27:44.638Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/296)
20282026-06-25T00:27:44.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-06-25T00:27:44.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-06-25T00:27:44.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-06-25T00:27:44.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20322026-06-25T00:27:45.019Z
20332026-06-25T00:27:45.019Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/296)
20342026-06-25T00:27:45.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-06-25T00:27:45.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-06-25T00:27:45.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-06-25T00:27:45.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20382026-06-25T00:27:45.404Z
20392026-06-25T00:27:45.404Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/296)
20402026-06-25T00:27:45.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-06-25T00:27:45.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-06-25T00:27:45.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-06-25T00:27:45.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20442026-06-25T00:27:45.787Z
20452026-06-25T00:27:45.787Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/296)
20462026-06-25T00:27:46.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-06-25T00:27:46.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-06-25T00:27:46.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-06-25T00:27:46.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20502026-06-25T00:27:46.173Z
20512026-06-25T00:27:46.173Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/296)
20522026-06-25T00:27:46.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-06-25T00:27:46.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-06-25T00:27:46.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-06-25T00:27:46.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20562026-06-25T00:27:46.559Z
20572026-06-25T00:27:46.559Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/296)
20582026-06-25T00:27:46.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-06-25T00:27:46.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-06-25T00:27:46.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-06-25T00:27:46.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20622026-06-25T00:27:46.940Z
20632026-06-25T00:27:46.940Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/296)
20642026-06-25T00:27:47.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-06-25T00:27:47.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-06-25T00:27:47.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-06-25T00:27:47.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20682026-06-25T00:27:47.324Z
20692026-06-25T00:27:47.324Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/296)
20702026-06-25T00:27:47.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-06-25T00:27:47.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-06-25T00:27:47.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-06-25T00:27:47.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20742026-06-25T00:27:47.708Z
20752026-06-25T00:27:47.708Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/296)
20762026-06-25T00:27:48.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-06-25T00:27:48.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-06-25T00:27:48.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-06-25T00:27:48.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20802026-06-25T00:27:48.090Z
20812026-06-25T00:27:48.090Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/296)
20822026-06-25T00:27:48.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-06-25T00:27:48.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-06-25T00:27:48.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-06-25T00:27:48.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20862026-06-25T00:27:48.473Z
20872026-06-25T00:27:48.473Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/296)
20882026-06-25T00:27:48.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-06-25T00:27:48.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-06-25T00:27:48.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-06-25T00:27:48.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
20922026-06-25T00:27:49.019Z
20932026-06-25T00:27:49.019Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/296)
20942026-06-25T00:27:49.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-06-25T00:27:49.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-06-25T00:27:49.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-06-25T00:27:49.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
20982026-06-25T00:27:49.571Z
20992026-06-25T00:27:49.572Zinfo: running `cargo check --bins` on nexus-config (51/296)
21002026-06-25T00:27:50.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-06-25T00:27:50.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-06-25T00:27:50.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-06-25T00:27:50.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21042026-06-25T00:27:50.120Z
21052026-06-25T00:27:50.120Zinfo: running `cargo check --bins` on nexus-types (52/296)
21062026-06-25T00:27:50.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-06-25T00:27:50.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-06-25T00:27:50.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-06-25T00:27:50.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21102026-06-25T00:27:50.674Z
21112026-06-25T00:27:50.674Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/296)
21122026-06-25T00:27:51.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-06-25T00:27:51.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-06-25T00:27:51.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-06-25T00:27:51.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21162026-06-25T00:27:51.194Z
21172026-06-25T00:27:51.194Zinfo: running `cargo check --bins` on omicron-passwords (54/296)
21182026-06-25T00:27:51.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-06-25T00:27:51.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-06-25T00:27:51.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-06-25T00:27:51.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21222026-06-25T00:27:51.696Z
21232026-06-25T00:27:51.696Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/296)
21242026-06-25T00:27:52.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-06-25T00:27:52.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-06-25T00:27:52.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-06-25T00:27:52.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21282026-06-25T00:27:52.215Z
21292026-06-25T00:27:52.215Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/296)
21302026-06-25T00:27:52.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-06-25T00:27:52.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-06-25T00:27:52.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-06-25T00:27:52.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21342026-06-25T00:27:52.736Z
21352026-06-25T00:27:52.737Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/296)
21362026-06-25T00:27:53.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-06-25T00:27:53.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-06-25T00:27:53.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-06-25T00:27:53.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21402026-06-25T00:27:53.257Z
21412026-06-25T00:27:53.257Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/296)
21422026-06-25T00:27:53.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-06-25T00:27:53.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-06-25T00:27:53.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-06-25T00:27:53.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21462026-06-25T00:27:53.782Z
21472026-06-25T00:27:53.782Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/296)
21482026-06-25T00:27:54.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-06-25T00:27:54.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-06-25T00:27:54.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-06-25T00:27:54.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21522026-06-25T00:27:54.288Z
21532026-06-25T00:27:54.288Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/296)
21542026-06-25T00:27:54.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-06-25T00:27:54.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-06-25T00:27:54.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-06-25T00:27:54.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21582026-06-25T00:27:54.791Z
21592026-06-25T00:27:54.791Zinfo: running `cargo check --bins --no-default-features` on gfss (61/296)
21602026-06-25T00:27:55.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-06-25T00:27:55.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-06-25T00:27:55.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-06-25T00:27:55.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21642026-06-25T00:27:55.294Z
21652026-06-25T00:27:55.294Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/296)
21662026-06-25T00:27:55.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-06-25T00:27:55.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-06-25T00:27:55.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-06-25T00:27:55.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21702026-06-25T00:27:55.795Z
21712026-06-25T00:27:55.795Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/296)
21722026-06-25T00:27:56.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-06-25T00:27:56.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-06-25T00:27:56.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-06-25T00:27:56.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21762026-06-25T00:27:56.312Z
21772026-06-25T00:27:56.312Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/296)
21782026-06-25T00:27:56.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-06-25T00:27:56.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-06-25T00:27:56.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-06-25T00:27:56.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21822026-06-25T00:27:56.831Z
21832026-06-25T00:27:56.831Zinfo: running `cargo check --bins` on cockroach-admin-types (65/296)
21842026-06-25T00:27:57.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-06-25T00:27:57.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-06-25T00:27:57.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-06-25T00:27:57.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21882026-06-25T00:27:57.333Z
21892026-06-25T00:27:57.333Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/296)
21902026-06-25T00:27:57.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-06-25T00:27:57.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-06-25T00:27:57.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-06-25T00:27:57.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21942026-06-25T00:27:57.833Z
21952026-06-25T00:27:57.833Zinfo: running `cargo check --bins` on ereport-types (67/296)
21962026-06-25T00:27:58.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-06-25T00:27:58.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-06-25T00:27:58.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-06-25T00:27:58.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22002026-06-25T00:27:58.346Z
22012026-06-25T00:27:58.346Zinfo: running `cargo check --bins` on gateway-client (68/296)
22022026-06-25T00:27:58.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-06-25T00:27:58.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-06-25T00:27:58.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-06-25T00:27:58.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22062026-06-25T00:27:58.858Z
22072026-06-25T00:27:58.859Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/296)
22082026-06-25T00:27:59.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-06-25T00:27:59.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-06-25T00:27:59.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-06-25T00:27:59.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22122026-06-25T00:27:59.369Z
22132026-06-25T00:27:59.369Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/296)
22142026-06-25T00:27:59.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-06-25T00:27:59.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-06-25T00:27:59.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-06-25T00:27:59.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22182026-06-25T00:27:59.877Z
22192026-06-25T00:27:59.877Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/296)
22202026-06-25T00:28:00.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-06-25T00:28:00.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-06-25T00:28:00.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-06-25T00:28:00.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22242026-06-25T00:28:00.392Z
22252026-06-25T00:28:00.392Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/296)
22262026-06-25T00:28:00.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-06-25T00:28:00.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-06-25T00:28:00.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-06-25T00:28:00.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22302026-06-25T00:28:00.908Z
22312026-06-25T00:28:00.908Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/296)
22322026-06-25T00:28:01.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-06-25T00:28:01.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-06-25T00:28:01.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-06-25T00:28:01.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22362026-06-25T00:28:01.440Z
22372026-06-25T00:28:01.440Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/296)
22382026-06-25T00:28:01.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-06-25T00:28:01.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-06-25T00:28:01.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-06-25T00:28:01.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22422026-06-25T00:28:01.973Z
22432026-06-25T00:28:01.973Zinfo: running `cargo check --bins` on key-manager-types (75/296)
22442026-06-25T00:28:02.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-06-25T00:28:02.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-06-25T00:28:02.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472026-06-25T00:28:02.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
22482026-06-25T00:28:02.472Z
22492026-06-25T00:28:02.473Zinfo: running `cargo check --bins` on oxlog (76/296)
22502026-06-25T00:28:02.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512026-06-25T00:28:02.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522026-06-25T00:28:03.020Z Checking cfg-if v1.0.4
22532026-06-25T00:28:03.023Z Checking libc v0.2.185
22542026-06-25T00:28:03.023Z Checking serde_core v1.0.228
22552026-06-25T00:28:03.131Z Checking zeroize v1.8.2
22562026-06-25T00:28:03.138Z Checking memchr v2.8.0
22572026-06-25T00:28:03.146Z Checking log v0.4.29
22582026-06-25T00:28:03.155Z Checking smallvec v1.15.1
22592026-06-25T00:28:03.166Z Checking typenum v1.19.0
22602026-06-25T00:28:03.178Z Checking subtle v2.6.1
22612026-06-25T00:28:03.269Z Checking itoa v1.0.17
22622026-06-25T00:28:03.302Z Checking scopeguard v1.2.0
22632026-06-25T00:28:03.315Z Checking stable_deref_trait v1.2.1
22642026-06-25T00:28:03.335Z Checking const-oid v0.9.6
22652026-06-25T00:28:03.385Z Checking zerofrom v0.1.6
22662026-06-25T00:28:03.400Z Checking lock_api v0.4.14
22672026-06-25T00:28:03.414Z Checking pin-project-lite v0.2.17
22682026-06-25T00:28:03.495Z Checking yoke v0.8.1
22692026-06-25T00:28:03.510Z Checking portable-atomic v1.13.1
22702026-06-25T00:28:03.522Z Checking getrandom v0.2.17
22712026-06-25T00:28:03.523Z Checking errno v0.3.14
22722026-06-25T00:28:03.601Z Checking parking_lot_core v0.9.12
22732026-06-25T00:28:03.654Z Checking zerovec v0.11.5
22742026-06-25T00:28:03.666Z Checking signal-hook-registry v1.4.8
22752026-06-25T00:28:03.681Z Checking generic-array v0.14.7
22762026-06-25T00:28:03.699Z Checking rand_core v0.6.4
22772026-06-25T00:28:03.784Z Checking futures-core v0.3.32
22782026-06-25T00:28:03.817Z Checking critical-section v1.2.0
22792026-06-25T00:28:03.868Z Checking parking_lot v0.12.5
22802026-06-25T00:28:03.900Z Checking mio v1.2.0
22812026-06-25T00:28:03.912Z Checking zerocopy v0.8.40
22822026-06-25T00:28:03.939Z Checking once_cell v1.21.3
22832026-06-25T00:28:04.011Z Checking zmij v1.0.21
22842026-06-25T00:28:04.051Z Checking socket2 v0.6.3
22852026-06-25T00:28:04.076Z Checking tinystr v0.8.2
22862026-06-25T00:28:04.106Z Checking libm v0.2.16
22872026-06-25T00:28:04.117Z Checking crypto-common v0.1.7
22882026-06-25T00:28:04.175Z Checking block-buffer v0.10.4
22892026-06-25T00:28:04.215Z Checking equivalent v1.0.2
22902026-06-25T00:28:04.230Z Checking litemap v0.8.1
22912026-06-25T00:28:04.248Z Checking writeable v0.6.2
22922026-06-25T00:28:04.282Z Checking percent-encoding v2.3.2
22932026-06-25T00:28:04.294Z Checking potential_utf v0.1.4
22942026-06-25T00:28:04.305Z Checking digest v0.10.7
22952026-06-25T00:28:04.396Z Checking icu_locale_core v2.1.1
22962026-06-25T00:28:04.396Z Checking zerotrie v0.2.3
22972026-06-25T00:28:04.419Z Checking futures-sink v0.3.32
22982026-06-25T00:28:04.433Z Checking icu_collections v2.1.1
22992026-06-25T00:28:04.496Z Checking futures-task v0.3.32
23002026-06-25T00:28:04.513Z Checking futures-channel v0.3.32
23012026-06-25T00:28:04.616Z Checking serde v1.0.228
23022026-06-25T00:28:04.628Z Checking bitflags v2.11.0
23032026-06-25T00:28:04.638Z Checking serde_json v1.0.149
23042026-06-25T00:28:04.702Z Checking cpufeatures v0.2.17
23052026-06-25T00:28:04.732Z Checking slab v0.4.12
23062026-06-25T00:28:04.764Z Checking futures-io v0.3.32
23072026-06-25T00:28:04.789Z Checking hmac v0.12.1
23082026-06-25T00:28:04.800Z Checking num-traits v0.2.19
23092026-06-25T00:28:04.872Z Checking icu_normalizer_data v2.1.1
23102026-06-25T00:28:04.884Z Checking futures-util v0.3.32
23112026-06-25T00:28:04.913Z Checking icu_properties_data v2.1.2
23122026-06-25T00:28:04.941Z Checking rand_core v0.10.0
23132026-06-25T00:28:04.951Z Checking icu_provider v2.1.1
23142026-06-25T00:28:05.019Z Checking bytes v1.11.1
23152026-06-25T00:28:05.033Z Checking hashbrown v0.17.0
23162026-06-25T00:28:05.073Z Checking getrandom v0.4.1
23172026-06-25T00:28:05.247Z Checking icu_normalizer v2.1.1
23182026-06-25T00:28:05.250Z Checking icu_properties v2.1.2
23192026-06-25T00:28:05.296Z Checking block-padding v0.3.3
23202026-06-25T00:28:05.312Z Checking utf8_iter v1.0.4
23212026-06-25T00:28:05.425Z Checking inout v0.1.4
23222026-06-25T00:28:05.437Z Checking sha2 v0.10.9
23232026-06-25T00:28:05.454Z Checking tokio v1.52.1
23242026-06-25T00:28:05.476Z Checking form_urlencoded v1.2.2
23252026-06-25T00:28:05.487Z Checking indexmap v2.14.0
23262026-06-25T00:28:05.557Z Checking cipher v0.4.4
23272026-06-25T00:28:05.598Z Checking getrandom v0.3.4
23282026-06-25T00:28:05.698Z Checking fnv v1.0.7
23292026-06-25T00:28:05.740Z Checking byteorder v1.5.0
23302026-06-25T00:28:05.756Z Checking base64ct v1.8.3
23312026-06-25T00:28:05.788Z Checking flagset v0.4.7
23322026-06-25T00:28:05.907Z Checking rand_core v0.9.5
23332026-06-25T00:28:05.936Z Checking http v1.4.0
23342026-06-25T00:28:05.984Z Checking pem-rfc7468 v0.7.0
23352026-06-25T00:28:06.029Z Checking idna_adapter v1.2.1
23362026-06-25T00:28:06.042Z Checking regex-syntax v0.8.10
23372026-06-25T00:28:06.077Z Checking salsa20 v0.10.2
23382026-06-25T00:28:06.139Z Checking idna v1.1.0
23392026-06-25T00:28:06.142Z Checking der v0.7.10
23402026-06-25T00:28:06.204Z Checking uuid v1.23.0
23412026-06-25T00:28:06.388Z Checking url v2.5.8
23422026-06-25T00:28:06.489Z Checking pbkdf2 v0.12.2
23432026-06-25T00:28:06.517Z Checking rustix v1.1.3
23442026-06-25T00:28:06.598Z Checking tracing-core v0.1.36
23452026-06-25T00:28:06.649Z Checking ppv-lite86 v0.2.21
23462026-06-25T00:28:06.783Z Checking rustls-pki-types v1.14.0
23472026-06-25T00:28:06.829Z Checking base64 v0.22.1
23482026-06-25T00:28:06.874Z Checking spki v0.7.3
23492026-06-25T00:28:06.904Z Checking iana-time-zone v0.1.65
23502026-06-25T00:28:06.941Z Checking rand_chacha v0.9.0
23512026-06-25T00:28:07.005Z Checking chrono v0.4.44
23522026-06-25T00:28:07.047Z Checking tracing v0.1.44
23532026-06-25T00:28:07.060Z Checking scrypt v0.11.0
23542026-06-25T00:28:07.075Z Checking http-body v1.0.1
23552026-06-25T00:28:07.151Z Checking aes v0.8.4
23562026-06-25T00:28:07.195Z Checking cbc v0.1.2
23572026-06-25T00:28:07.208Z Checking aws-lc-sys v0.40.0
23582026-06-25T00:28:07.252Z Checking openssl-probe v0.2.1
23592026-06-25T00:28:07.323Z Checking untrusted v0.9.0
23602026-06-25T00:28:07.345Z Checking untrusted v0.7.1
23612026-06-25T00:28:07.356Z Checking tinyvec_macros v0.1.1
23622026-06-25T00:28:07.371Z Checking rand v0.9.2
23632026-06-25T00:28:07.417Z Checking tinyvec v1.10.0
23642026-06-25T00:28:07.429Z Checking ring v0.17.14
23652026-06-25T00:28:07.453Z Checking tower-service v0.3.3
23662026-06-25T00:28:07.540Z Checking atomic-waker v1.1.2
23672026-06-25T00:28:07.551Z Checking pkcs5 v0.7.1
23682026-06-25T00:28:07.636Z Checking tower-layer v0.3.3
23692026-06-25T00:28:07.701Z Checking aws-lc-rs v1.16.3
23702026-06-25T00:28:07.721Z Checking try-lock v0.2.5
23712026-06-25T00:28:07.783Z Checking ipnet v2.11.0
23722026-06-25T00:28:07.797Z Checking pkcs8 v0.10.2
23732026-06-25T00:28:07.812Z Checking want v0.3.1
23742026-06-25T00:28:07.834Z Checking httparse v1.10.1
23752026-06-25T00:28:07.864Z Checking aho-corasick v1.1.4
23762026-06-25T00:28:07.929Z Checking dyn-clone v1.0.20
23772026-06-25T00:28:07.965Z Checking httpdate v1.0.3
23782026-06-25T00:28:08.028Z Checking utf8parse v0.2.2
23792026-06-25T00:28:08.031Z Checking foreign-types-shared v0.1.1
23802026-06-25T00:28:08.050Z Checking pin-utils v0.1.0
23812026-06-25T00:28:08.104Z Checking plain v0.2.3
23822026-06-25T00:28:08.107Z Checking fastrand v2.3.0
23832026-06-25T00:28:08.130Z Checking foreign-types v0.3.2
23842026-06-25T00:28:08.139Z Checking unicode-normalization v0.1.25
23852026-06-25T00:28:08.188Z Checking semver v1.0.28
23862026-06-25T00:28:08.204Z Checking openssl-sys v0.9.115
23872026-06-25T00:28:08.290Z Checking tempfile v3.25.0
23882026-06-25T00:28:08.392Z Checking spin v0.9.8
23892026-06-25T00:28:08.423Z Checking socket2 v0.5.10
23902026-06-25T00:28:08.484Z Checking unicode-ident v1.0.24
23912026-06-25T00:28:08.518Z Checking regex-automata v0.4.14
23922026-06-25T00:28:08.521Z Checking rustls-webpki v0.103.9
23932026-06-25T00:28:08.541Z Checking anstyle v1.0.14
23942026-06-25T00:28:08.570Z Checking ucd-trie v0.1.7
23952026-06-25T00:28:08.574Z Checking openssl v0.10.79
23962026-06-25T00:28:08.592Z Checking proc-macro2 v1.0.106
23972026-06-25T00:28:08.664Z Checking schemars v0.8.22
23982026-06-25T00:28:08.695Z Checking pest v2.8.6
23992026-06-25T00:28:08.709Z Checking tokio-util v0.7.18
24002026-06-25T00:28:08.722Z Checking rustls-native-certs v0.8.3
24012026-06-25T00:28:08.850Z Checking thiserror v2.0.18
24022026-06-25T00:28:08.895Z Checking sync_wrapper v1.0.2
24032026-06-25T00:28:08.945Z Checking wait-timeout v0.2.1
24042026-06-25T00:28:08.957Z Checking rustls v0.23.37
24052026-06-25T00:28:08.994Z Checking colorchoice v1.0.4
24062026-06-25T00:28:09.065Z Checking quick-error v1.2.3
24072026-06-25T00:28:09.091Z Checking bit-vec v0.8.0
24082026-06-25T00:28:09.164Z Checking powerfmt v0.2.0
24092026-06-25T00:28:09.283Z Checking anstyle-query v1.1.5
24102026-06-25T00:28:09.306Z Checking siphasher v1.0.2
24112026-06-25T00:28:09.319Z Checking h2 v0.4.13
24122026-06-25T00:28:09.329Z Checking simd-adler32 v0.3.8
24132026-06-25T00:28:09.368Z Checking pretty-hex v0.4.1
24142026-06-25T00:28:09.455Z Checking is_terminal_polyfill v1.70.2
24152026-06-25T00:28:09.481Z Checking deranged v0.5.8
24162026-06-25T00:28:09.492Z Checking bit-set v0.8.0
24172026-06-25T00:28:09.581Z Checking rusty-fork v0.3.1
24182026-06-25T00:28:09.632Z Checking tower v0.5.3
24192026-06-25T00:28:09.703Z Checking quote v1.0.45
24202026-06-25T00:28:09.746Z Compiling newtype-uuid v1.3.2
24212026-06-25T00:28:09.868Z Checking http-body-util v0.1.3
24222026-06-25T00:28:09.923Z Checking webpki-roots v1.0.6
24232026-06-25T00:28:10.016Z Checking crossbeam-utils v0.8.21
24242026-06-25T00:28:10.036Z Checking rand_xorshift v0.4.0
24252026-06-25T00:28:10.081Z Checking crc32fast v1.5.0
24262026-06-25T00:28:10.149Z Checking scroll v0.13.0
24272026-06-25T00:28:10.218Z Checking signature v2.2.0
24282026-06-25T00:28:10.343Z Checking unicode-properties v0.1.4
24292026-06-25T00:28:10.346Z Checking adler2 v2.0.1
24302026-06-25T00:28:10.346Z Checking time-core v0.1.8
24312026-06-25T00:28:10.376Z Checking ryu v1.0.23
24322026-06-25T00:28:10.388Z Checking allocator-api2 v0.2.21
24332026-06-25T00:28:10.455Z Checking iri-string v0.7.10
24342026-06-25T00:28:10.501Z Checking unarray v0.1.4
24352026-06-25T00:28:10.514Z Checking num_threads v0.1.7
24362026-06-25T00:28:10.524Z Checking unicode-bidi v0.3.18
24372026-06-25T00:28:10.572Z Checking native-tls v0.2.18
24382026-06-25T00:28:10.590Z Checking num-conv v0.2.0
24392026-06-25T00:28:10.601Z Checking proptest v1.10.0
24402026-06-25T00:28:10.664Z Checking serde_urlencoded v0.7.1
24412026-06-25T00:28:10.702Z Checking time v0.3.47
24422026-06-25T00:28:10.744Z Checking tokio-native-tls v0.3.1
24432026-06-25T00:28:10.804Z Checking stringprep v0.1.5
24442026-06-25T00:28:10.862Z Checking miniz_oxide v0.8.9
24452026-06-25T00:28:10.898Z Checking goblin v0.10.5
24462026-06-25T00:28:10.953Z Checking bstr v1.12.1
24472026-06-25T00:28:11.207Z Checking crossbeam-epoch v0.9.18
24482026-06-25T00:28:11.308Z Checking tokio-rustls v0.26.4
24492026-06-25T00:28:11.341Z Compiling daft v0.1.7
24502026-06-25T00:28:11.422Z Checking syn v2.0.117
24512026-06-25T00:28:11.483Z Checking tower-http v0.6.8
24522026-06-25T00:28:11.537Z Checking ipnetwork v0.21.1
24532026-06-25T00:28:11.616Z Checking anstyle-parse v1.0.0
24542026-06-25T00:28:11.748Z Checking rand_chacha v0.3.1
24552026-06-25T00:28:11.748Z Checking scroll v0.12.0
24562026-06-25T00:28:11.771Z Checking thiserror v1.0.69
24572026-06-25T00:28:11.818Z Checking hash32 v0.2.1
24582026-06-25T00:28:11.862Z Checking zstd-sys v2.0.16+zstd.1.5.7
24592026-06-25T00:28:11.960Z Checking num-integer v0.1.46
24602026-06-25T00:28:11.971Z Checking serde_spanned v0.6.9
24612026-06-25T00:28:11.974Z Checking toml_datetime v0.6.11
24622026-06-25T00:28:11.994Z Checking md-5 v0.10.6
24632026-06-25T00:28:12.027Z Checking hyper v1.8.1
24642026-06-25T00:28:12.106Z Checking ff v0.13.1
24652026-06-25T00:28:12.135Z Checking encoding_rs v0.8.35
24662026-06-25T00:28:12.155Z Checking mime v0.3.17
24672026-06-25T00:28:12.189Z Checking psl-types v2.0.11
24682026-06-25T00:28:12.231Z Checking zlib-rs v0.6.2
24692026-06-25T00:28:12.305Z Checking fallible-iterator v0.2.0
24702026-06-25T00:28:12.325Z Checking base16ct v0.2.0
24712026-06-25T00:28:12.447Z Checking sec1 v0.7.3
24722026-06-25T00:28:12.577Z Checking postgres-protocol v0.6.10
24732026-06-25T00:28:12.591Z Checking publicsuffix v2.3.0
24742026-06-25T00:28:12.654Z Checking group v0.13.0
24752026-06-25T00:28:12.743Z Checking num-iter v0.1.45
24762026-06-25T00:28:12.797Z Checking goblin v0.8.2
24772026-06-25T00:28:12.853Z Checking zstd-safe v7.2.4
24782026-06-25T00:28:12.884Z Checking heapless v0.7.17
24792026-06-25T00:28:12.932Z Checking hyper-util v0.1.20
24802026-06-25T00:28:13.012Z Checking rand v0.8.6
24812026-06-25T00:28:13.065Z Checking cookie v0.18.1
24822026-06-25T00:28:13.123Z Checking flate2 v1.1.9
24832026-06-25T00:28:13.241Z Checking dof v0.4.0
24842026-06-25T00:28:13.291Z Checking anstream v1.0.0
24852026-06-25T00:28:13.304Z Checking oxnet v0.1.6
24862026-06-25T00:28:13.411Z Compiling iddqd v0.4.2
24872026-06-25T00:28:13.487Z Checking dtrace-parser v0.3.0
24882026-06-25T00:28:13.514Z Checking phf_shared v0.13.1
24892026-06-25T00:28:13.556Z Checking lazy_static v1.5.0
24902026-06-25T00:28:13.644Z Checking anstyle-parse v0.2.7
24912026-06-25T00:28:13.706Z Checking pin-project v1.1.11
24922026-06-25T00:28:13.718Z Checking zerocopy v0.7.35
24932026-06-25T00:28:13.729Z Checking bzip2-sys v0.1.13+1.0.8
24942026-06-25T00:28:13.793Z Checking signal-hook v0.3.18
24952026-06-25T00:28:13.796Z Checking terminal_size v0.4.3
24962026-06-25T00:28:13.816Z Checking futures-executor v0.3.32
24972026-06-25T00:28:13.856Z Checking hex v0.4.3
24982026-06-25T00:28:13.911Z Checking hkdf v0.12.4
24992026-06-25T00:28:13.953Z Checking crypto-bigint v0.5.5
25002026-06-25T00:28:13.976Z Checking thread-id v5.1.0
25012026-06-25T00:28:14.037Z Checking libbz2-rs-sys v0.2.2
25022026-06-25T00:28:14.052Z Checking same-file v1.0.6
25032026-06-25T00:28:14.073Z Compiling rayon-core v1.13.0
25042026-06-25T00:28:14.168Z Checking managed v0.8.0
25052026-06-25T00:28:14.184Z Checking hyper-rustls v0.27.7
25062026-06-25T00:28:14.195Z Checking hyper-tls v0.6.0
25072026-06-25T00:28:14.247Z Checking foldhash v0.1.5
25082026-06-25T00:28:14.343Z Checking strsim v0.11.1
25092026-06-25T00:28:14.361Z Checking winnow v0.5.40
25102026-06-25T00:28:14.376Z Checking either v1.15.0
25112026-06-25T00:28:14.388Z Checking clap_lex v1.0.0
25122026-06-25T00:28:14.415Z Checking foldhash v0.2.0
25132026-06-25T00:28:14.501Z Checking bitflags v1.3.2
25142026-06-25T00:28:14.531Z Checking bumpalo v3.20.2
25152026-06-25T00:28:14.557Z Checking winnow v0.7.14
25162026-06-25T00:28:14.568Z Checking hashbrown v0.16.1
25172026-06-25T00:28:14.571Z Checking smoltcp v0.9.1
25182026-06-25T00:28:14.669Z Checking dof v0.3.0
25192026-06-25T00:28:14.681Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25202026-06-25T00:28:14.728Z Checking zopfli v0.8.3
25212026-06-25T00:28:14.850Z Checking elliptic-curve v0.13.8
25222026-06-25T00:28:14.866Z Checking clap_builder v4.6.0
25232026-06-25T00:28:14.941Z Checking bzip2 v0.6.1
25242026-06-25T00:28:15.045Z Checking reqwest v0.12.28
25252026-06-25T00:28:15.068Z Checking hashbrown v0.15.5
25262026-06-25T00:28:15.132Z Checking walkdir v2.5.0
25272026-06-25T00:28:15.150Z Checking usdt-impl v0.6.0
25282026-06-25T00:28:15.162Z Checking signal-hook-mio v0.2.5
25292026-06-25T00:28:15.262Z Checking futures v0.3.32
25302026-06-25T00:28:15.276Z Checking bzip2 v0.4.4
25312026-06-25T00:28:15.336Z Checking anstream v0.6.21
25322026-06-25T00:28:15.426Z Checking snafu v0.8.9
25332026-06-25T00:28:15.438Z Checking phf v0.13.1
25342026-06-25T00:28:15.504Z Checking toml_edit v0.19.15
25352026-06-25T00:28:15.526Z Checking num-bigint-dig v0.8.6
25362026-06-25T00:28:15.579Z Checking cookie_store v0.22.1
25372026-06-25T00:28:15.663Z Checking zstd v0.13.3
25382026-06-25T00:28:15.729Z Checking postgres-types v0.2.12
25392026-06-25T00:28:15.768Z Checking dtrace-parser v0.2.0
25402026-06-25T00:28:15.845Z Checking crossbeam-deque v0.8.6
25412026-06-25T00:28:15.893Z Checking globset v0.4.18
25422026-06-25T00:28:15.909Z Checking rustls-platform-verifier v0.6.2
25432026-06-25T00:28:15.996Z Checking regex v1.12.3
25442026-06-25T00:28:16.018Z Checking ed25519 v2.2.3
25452026-06-25T00:28:16.038Z Checking phf_shared v0.11.3
25462026-06-25T00:28:16.049Z Checking olpc-cjson v0.1.4
25472026-06-25T00:28:16.082Z Checking curve25519-dalek v4.1.3
25482026-06-25T00:28:16.145Z Checking ref-cast v1.0.25
25492026-06-25T00:28:16.173Z Checking strum v0.27.2
25502026-06-25T00:28:16.176Z Checking hubpack v0.1.2
25512026-06-25T00:28:16.195Z Checking memoffset v0.9.1
25522026-06-25T00:28:16.236Z Checking rustix v0.38.44
25532026-06-25T00:28:16.265Z Checking pkcs1 v0.7.5
25542026-06-25T00:28:16.268Z Checking pem v3.0.6
25552026-06-25T00:28:16.288Z Checking float-cmp v0.10.0
25562026-06-25T00:28:16.327Z Checking serde_plain v1.0.2
25572026-06-25T00:28:16.344Z Checking serde-big-array v0.5.1
25582026-06-25T00:28:16.407Z Checking erased-serde v0.3.31
25592026-06-25T00:28:16.419Z Checking rfc6979 v0.4.0
25602026-06-25T00:28:16.464Z Checking thread-id v4.2.2
25612026-06-25T00:28:16.476Z Checking memmap2 v0.9.10
25622026-06-25T00:28:16.479Z Checking env_filter v1.0.0
25632026-06-25T00:28:16.527Z Checking whoami v2.1.0
25642026-06-25T00:28:16.539Z Checking unicode-segmentation v1.12.0
25652026-06-25T00:28:16.542Z Checking precomputed-hash v0.1.1
25662026-06-25T00:28:16.622Z Checking keccak v0.1.6
25672026-06-25T00:28:16.634Z Checking fixedbitset v0.5.7
25682026-06-25T00:28:16.637Z Checking static_assertions v1.1.0
25692026-06-25T00:28:16.701Z Checking typed-path v0.9.3
25702026-06-25T00:28:16.715Z Checking fixedbitset v0.4.2
25712026-06-25T00:28:16.783Z Checking predicates-core v1.0.10
25722026-06-25T00:28:16.794Z Checking jiff v0.2.21
25732026-06-25T00:28:16.836Z Checking normalize-line-endings v0.3.0
25742026-06-25T00:28:16.848Z Checking new_debug_unreachable v1.0.6
25752026-06-25T00:28:16.859Z Checking difflib v0.4.0
25762026-06-25T00:28:16.862Z Checking toml_write v0.1.2
25772026-06-25T00:28:16.895Z Checking data-encoding v2.10.0
25782026-06-25T00:28:16.910Z Checking string_cache v0.8.9
25792026-06-25T00:28:16.921Z Checking petgraph v0.6.5
25802026-06-25T00:28:17.031Z Checking predicates v3.1.4
25812026-06-25T00:28:17.043Z Checking toml_edit v0.22.27
25822026-06-25T00:28:17.046Z Checking crossterm v0.28.1
25832026-06-25T00:28:17.086Z Checking ed25519-dalek v2.2.0
25842026-06-25T00:28:17.172Z Checking hickory-proto v0.25.2
25852026-06-25T00:28:17.321Z Checking similar v2.7.0
25862026-06-25T00:28:17.334Z Checking petgraph v0.8.3
25872026-06-25T00:28:17.492Z Checking tough v0.22.0
25882026-06-25T00:28:17.697Z Checking sha3 v0.10.8
25892026-06-25T00:28:17.771Z Checking slog v2.8.2
25902026-06-25T00:28:17.900Z Checking tokio-postgres v0.7.16
25912026-06-25T00:28:18.032Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25922026-06-25T00:28:18.152Z Checking usdt v0.6.0
25932026-06-25T00:28:18.170Z Checking env_logger v0.11.9
25942026-06-25T00:28:18.314Z Checking toml v0.7.8
25952026-06-25T00:28:18.356Z Checking usdt-impl v0.5.0
25962026-06-25T00:28:18.627Z Checking ecdsa v0.16.9
25972026-06-25T00:28:18.637Z Checking rsa v0.9.10
25982026-06-25T00:28:18.897Z Checking nix v0.31.2
25992026-06-25T00:28:19.023Z Checking zip v4.6.1
26002026-06-25T00:28:19.110Z Checking clap v4.6.1
26012026-06-25T00:28:19.174Z Checking reqwest v0.13.2
26022026-06-25T00:28:19.507Z Checking toml_parser v1.0.9+spec-1.1.0
26032026-06-25T00:28:19.520Z Checking zip v0.6.6
26042026-06-25T00:28:19.602Z Checking itertools v0.13.0
26052026-06-25T00:28:19.830Z Checking serde_with v3.17.0
26062026-06-25T00:28:19.831Z Checking strum v0.26.3
26072026-06-25T00:28:19.855Z Checking fs-err v3.3.0
26082026-06-25T00:28:19.919Z Checking ahash v0.8.12
26092026-06-25T00:28:19.935Z Checking object v0.37.3
26102026-06-25T00:28:19.962Z Checking tokio-stream v0.1.18
26112026-06-25T00:28:20.022Z Checking buf-list v1.1.2
26122026-06-25T00:28:20.107Z Checking camino v1.2.2
26132026-06-25T00:28:20.149Z Checking anyhow v1.0.102
26142026-06-25T00:28:20.202Z Checking x509-cert v0.2.5
26152026-06-25T00:28:20.322Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26162026-06-25T00:28:20.343Z Checking openapiv3 v2.2.0
26172026-06-25T00:28:20.356Z Checking sha1 v0.10.6
26182026-06-25T00:28:20.359Z Checking peg-runtime v0.8.5
26192026-06-25T00:28:20.503Z Checking lalrpop-util v0.19.12
26202026-06-25T00:28:20.515Z Checking rayon v1.11.0
26212026-06-25T00:28:20.573Z Checking sigpipe v0.1.3
26222026-06-25T00:28:20.632Z Checking glob v0.3.3
26232026-06-25T00:28:22.132Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26242026-06-25T00:28:22.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.93s
26252026-06-25T00:28:22.556Z
26262026-06-25T00:28:22.556Zinfo: running `cargo check --bins` on internal-dns-types (77/296)
26272026-06-25T00:28:22.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282026-06-25T00:28:22.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292026-06-25T00:28:22.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302026-06-25T00:28:22.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26312026-06-25T00:28:23.070Z
26322026-06-25T00:28:23.070Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/296)
26332026-06-25T00:28:23.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342026-06-25T00:28:23.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352026-06-25T00:28:23.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362026-06-25T00:28:23.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26372026-06-25T00:28:23.581Z
26382026-06-25T00:28:23.581Zinfo: running `cargo check --bins` on nexus-types-versions (79/296)
26392026-06-25T00:28:24.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402026-06-25T00:28:24.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412026-06-25T00:28:24.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422026-06-25T00:28:24.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26432026-06-25T00:28:24.106Z
26442026-06-25T00:28:24.106Zinfo: running `cargo check --bins` on oxql-types (80/296)
26452026-06-25T00:28:24.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-06-25T00:28:24.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-06-25T00:28:24.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-06-25T00:28:24.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26492026-06-25T00:28:24.619Z
26502026-06-25T00:28:24.619Zinfo: running `cargo check --bins` on oximeter-types (81/296)
26512026-06-25T00:28:25.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-06-25T00:28:25.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-06-25T00:28:25.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-06-25T00:28:25.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26552026-06-25T00:28:25.135Z
26562026-06-25T00:28:25.135Zinfo: running `cargo check --bins` on oximeter-types-versions (82/296)
26572026-06-25T00:28:25.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-06-25T00:28:25.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-06-25T00:28:25.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602026-06-25T00:28:25.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26612026-06-25T00:28:25.652Z
26622026-06-25T00:28:25.652Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/296)
26632026-06-25T00:28:26.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642026-06-25T00:28:26.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652026-06-25T00:28:26.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26662026-06-25T00:28:26.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
26672026-06-25T00:28:26.155Z
26682026-06-25T00:28:26.155Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/296)
26692026-06-25T00:28:26.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702026-06-25T00:28:26.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712026-06-25T00:28:26.774Z Compiling structmeta-derive v0.3.0
26722026-06-25T00:28:26.885Z Compiling rustls v0.22.4
26732026-06-25T00:28:26.894Z Compiling multer v3.1.0
26742026-06-25T00:28:26.902Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26752026-06-25T00:28:26.905Z Compiling async-stream-impl v0.3.6
26762026-06-25T00:28:27.009Z Compiling dropshot v0.17.0
26772026-06-25T00:28:27.019Z Compiling newtype-uuid-macros v0.1.0
26782026-06-25T00:28:27.019Z Compiling dropshot_endpoint v0.17.0
26792026-06-25T00:28:27.058Z Checking newtype-uuid v1.3.2
26802026-06-25T00:28:27.118Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26812026-06-25T00:28:27.156Z Checking rustls-webpki v0.102.8
26822026-06-25T00:28:27.254Z Checking daft v0.1.7
26832026-06-25T00:28:27.288Z Checking thread_local v1.1.9
26842026-06-25T00:28:27.453Z Checking match_cfg v0.1.0
26852026-06-25T00:28:27.475Z Checking compression-core v0.4.31
26862026-06-25T00:28:27.488Z Checking iddqd v0.4.2
26872026-06-25T00:28:27.523Z Checking hostname v0.3.1
26882026-06-25T00:28:27.539Z Checking crossbeam-channel v0.5.15
26892026-06-25T00:28:27.597Z Checking compression-codecs v0.4.37
26902026-06-25T00:28:27.617Z Checking atomicwrites v0.4.4
26912026-06-25T00:28:27.682Z Checking slog-json v2.6.1
26922026-06-25T00:28:27.737Z Checking toml_datetime v1.0.0+spec-1.1.0
26932026-06-25T00:28:27.755Z Checking serde_spanned v1.0.4
26942026-06-25T00:28:27.836Z Checking is-terminal v0.4.17
26952026-06-25T00:28:27.872Z Checking term v1.2.1
26962026-06-25T00:28:27.884Z Checking toml_writer v1.0.6+spec-1.1.0
26972026-06-25T00:28:27.921Z Checking debug-ignore v1.0.5
26982026-06-25T00:28:27.933Z Checking take_mut v0.2.2
26992026-06-25T00:28:27.945Z Compiling structmeta v0.3.0
27002026-06-25T00:28:28.016Z Checking slog-bunyan v2.5.0
27012026-06-25T00:28:28.031Z Checking slog-async v2.8.0
27022026-06-25T00:28:28.051Z Checking toml v1.0.6+spec-1.1.0
27032026-06-25T00:28:28.089Z Checking slog-term v2.9.2
27042026-06-25T00:28:28.124Z Checking async-compression v0.4.41
27052026-06-25T00:28:28.154Z Compiling derive-ex v0.1.8
27062026-06-25T00:28:28.203Z Compiling parse-display-derive v0.10.0
27072026-06-25T00:28:28.340Z Checking async-stream v0.3.6
27082026-06-25T00:28:28.364Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27092026-06-25T00:28:28.398Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27102026-06-25T00:28:28.472Z Checking progenitor-client v0.14.0
27112026-06-25T00:28:28.486Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27122026-06-25T00:28:28.616Z Checking waitgroup v0.1.2
27132026-06-25T00:28:28.629Z Checking backon v1.6.0
27142026-06-25T00:28:28.675Z Checking rustls-pemfile v2.2.0
27152026-06-25T00:28:28.712Z Checking serde_path_to_error v0.1.20
27162026-06-25T00:28:28.715Z Checking hostname v0.4.2
27172026-06-25T00:28:28.786Z Checking instant v0.1.13
27182026-06-25T00:28:28.870Z Checking backoff v0.4.0
27192026-06-25T00:28:28.976Z Checking progenitor-extras v0.2.0
27202026-06-25T00:28:28.979Z Checking tokio-rustls v0.25.0
27212026-06-25T00:28:29.023Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27222026-06-25T00:28:29.041Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27232026-06-25T00:28:29.200Z Checking itertools v0.14.0
27242026-06-25T00:28:29.233Z Checking regress v0.10.5
27252026-06-25T00:28:29.415Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27262026-06-25T00:28:29.646Z Checking macaddr v1.0.1
27272026-06-25T00:28:29.835Z Compiling test-strategy v0.4.5
27282026-06-25T00:28:29.865Z Checking parse-display v0.10.0
27292026-06-25T00:28:30.011Z Checking humantime v2.3.0
27302026-06-25T00:28:31.086Z Compiling prettyplease v0.2.37
27312026-06-25T00:28:31.298Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27322026-06-25T00:28:31.414Z Checking num-rational v0.4.2
27332026-06-25T00:28:31.666Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27342026-06-25T00:28:31.979Z Checking num-complex v0.4.6
27352026-06-25T00:28:32.556Z Checking num v0.4.3
27362026-06-25T00:28:32.684Z Compiling usdt-attr-macro v0.5.0
27372026-06-25T00:28:32.705Z Compiling usdt-macro v0.5.0
27382026-06-25T00:28:32.738Z Checking memmap v0.7.0
27392026-06-25T00:28:32.778Z Checking float-ord v0.3.2
27402026-06-25T00:28:32.870Z Checking unicode-width v0.2.0
27412026-06-25T00:28:32.882Z Compiling convert_case v0.4.0
27422026-06-25T00:28:33.119Z Checking console v0.15.11
27432026-06-25T00:28:33.257Z Compiling derive_more v0.99.20
27442026-06-25T00:28:33.410Z Checking newline-converter v0.3.0
27452026-06-25T00:28:33.426Z Compiling toml v0.8.23
27462026-06-25T00:28:33.456Z Checking usdt v0.5.0
27472026-06-25T00:28:33.516Z Checking linked-hash-map v0.5.6
27482026-06-25T00:28:33.623Z Compiling minimal-lexical v0.2.1
27492026-06-25T00:28:33.687Z Checking lru-cache v0.1.2
27502026-06-25T00:28:33.812Z Checking expectorate v1.2.0
27512026-06-25T00:28:33.877Z Compiling nom v7.1.3
27522026-06-25T00:28:34.038Z Checking camino-tempfile v1.4.1
27532026-06-25T00:28:34.351Z Checking hickory-proto v0.24.4
27542026-06-25T00:28:34.452Z Checking phf_shared v0.12.1
27552026-06-25T00:28:34.592Z Compiling slog-dtrace v0.3.0
27562026-06-25T00:28:34.755Z Compiling chrono-tz v0.10.4
27572026-06-25T00:28:34.783Z Checking heck v0.5.0
27582026-06-25T00:28:34.908Z Checking resolv-conf v0.7.6
27592026-06-25T00:28:34.954Z Compiling const_format_proc_macros v0.2.34
27602026-06-25T00:28:35.045Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27612026-06-25T00:28:35.138Z Checking phf v0.12.1
27622026-06-25T00:28:35.222Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27632026-06-25T00:28:35.282Z Checking tokio-dtrace v0.1.1
27642026-06-25T00:28:35.469Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27652026-06-25T00:28:35.701Z Compiling derive-where v1.6.0
27662026-06-25T00:28:35.782Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27672026-06-25T00:28:35.972Z Checking highway v1.3.0
27682026-06-25T00:28:36.158Z Checking hickory-resolver v0.24.4
27692026-06-25T00:28:36.201Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27702026-06-25T00:28:36.575Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27712026-06-25T00:28:36.665Z Checking const_format v0.2.35
27722026-06-25T00:28:36.707Z Checking oxide-tokio-rt v0.1.4
27732026-06-25T00:28:36.830Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27742026-06-25T00:28:36.871Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27752026-06-25T00:28:37.016Z Checking qorb v0.4.1
27762026-06-25T00:28:37.100Z Checking gethostname v0.5.0
27772026-06-25T00:28:37.129Z Checking bcs v0.1.6
27782026-06-25T00:28:37.189Z Checking termtree v0.5.1
27792026-06-25T00:28:37.343Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27802026-06-25T00:28:40.379Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27812026-06-25T00:28:43.003Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27822026-06-25T00:28:45.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.94s
27832026-06-25T00:28:45.265Z
27842026-06-25T00:28:45.265Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/296)
27852026-06-25T00:28:45.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862026-06-25T00:28:45.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872026-06-25T00:28:45.874Z Compiling ar_archive_writer v0.5.1
27882026-06-25T00:28:45.979Z Compiling stacker v0.1.23
27892026-06-25T00:28:45.984Z Compiling cfg_aliases v0.1.1
27902026-06-25T00:28:45.990Z Compiling convert_case v0.10.0
27912026-06-25T00:28:45.993Z Checking unicode-width v0.1.14
27922026-06-25T00:28:46.003Z Compiling proc-macro-error v1.0.4
27932026-06-25T00:28:46.015Z Checking fd-lock v4.0.4
27942026-06-25T00:28:46.020Z Checking nibble_vec v0.1.0
27952026-06-25T00:28:46.037Z Compiling nix v0.28.0
27962026-06-25T00:28:46.120Z Checking vte v0.14.1
27972026-06-25T00:28:46.136Z Compiling recursive-proc-macro-impl v0.1.1
27982026-06-25T00:28:46.226Z Checking bytecount v0.6.9
27992026-06-25T00:28:46.238Z Checking endian-type v0.1.2
28002026-06-25T00:28:46.265Z Checking strip-ansi-escapes v0.2.1
28012026-06-25T00:28:46.276Z Compiling derive_more-impl v2.1.1
28022026-06-25T00:28:46.288Z Compiling tabled_derive v0.7.0
28032026-06-25T00:28:46.322Z Checking papergrid v0.11.0
28042026-06-25T00:28:46.352Z Checking radix_trie v0.2.1
28052026-06-25T00:28:46.375Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28062026-06-25T00:28:46.534Z Compiling peg-macros v0.8.5
28072026-06-25T00:28:46.554Z Checking winnow v0.6.26
28082026-06-25T00:28:46.796Z Compiling psm v0.1.30
28092026-06-25T00:28:46.836Z Compiling sqlparser_derive v0.5.0
28102026-06-25T00:28:46.914Z Checking unicode_categories v0.1.1
28112026-06-25T00:28:47.095Z Checking derive_more v2.1.1
28122026-06-25T00:28:47.136Z Checking nu-ansi-term v0.50.3
28132026-06-25T00:28:47.199Z Checking home v0.5.12
28142026-06-25T00:28:47.250Z Checking tabled v0.15.0
28152026-06-25T00:28:47.299Z Checking crossterm v0.29.0
28162026-06-25T00:28:47.350Z Checking reedline v0.40.0
28172026-06-25T00:28:47.362Z Checking rustyline v14.0.0
28182026-06-25T00:28:47.584Z Checking recursive v0.1.1
28192026-06-25T00:28:47.645Z Checking display-error-chain v0.2.2
28202026-06-25T00:28:47.718Z Checking sqlparser v0.61.0
28212026-06-25T00:28:47.733Z Checking sqlformat v0.3.5
28222026-06-25T00:28:47.960Z Checking peg v0.8.5
28232026-06-25T00:28:59.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.73s
28242026-06-25T00:28:59.158Z
28252026-06-25T00:28:59.159Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/296)
28262026-06-25T00:28:59.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-06-25T00:28:59.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-06-25T00:28:59.775Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-06-25T00:29:03.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
28302026-06-25T00:29:03.379Z
28312026-06-25T00:29:03.379Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/296)
28322026-06-25T00:29:03.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-06-25T00:29:03.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-06-25T00:29:03.988Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-06-25T00:29:06.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
28362026-06-25T00:29:06.597Z
28372026-06-25T00:29:06.597Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/296)
28382026-06-25T00:29:07.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-06-25T00:29:07.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-06-25T00:29:07.204Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-06-25T00:29:10.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s
28422026-06-25T00:29:10.597Z
28432026-06-25T00:29:10.597Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/296)
28442026-06-25T00:29:11.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-06-25T00:29:11.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-06-25T00:29:11.202Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-06-25T00:29:14.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
28482026-06-25T00:29:14.649Z
28492026-06-25T00:29:14.649Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/296)
28502026-06-25T00:29:15.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-06-25T00:29:15.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-06-25T00:29:15.252Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-06-25T00:29:17.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
28542026-06-25T00:29:18.002Z
28552026-06-25T00:29:18.002Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/296)
28562026-06-25T00:29:18.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-06-25T00:29:18.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-06-25T00:29:18.611Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-06-25T00:29:21.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28602026-06-25T00:29:21.388Z
28612026-06-25T00:29:21.388Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/296)
28622026-06-25T00:29:21.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-06-25T00:29:21.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-06-25T00:29:22.004Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28652026-06-25T00:29:25.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
28662026-06-25T00:29:25.584Z
28672026-06-25T00:29:25.584Zinfo: running `cargo check --bins` on oximeter (93/296)
28682026-06-25T00:29:26.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-06-25T00:29:26.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-06-25T00:29:26.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712026-06-25T00:29:26.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28722026-06-25T00:29:26.107Z
28732026-06-25T00:29:26.107Zinfo: running `cargo check --bins` on oximeter-schema (94/296)
28742026-06-25T00:29:26.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-06-25T00:29:26.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-06-25T00:29:26.684Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28772026-06-25T00:29:26.839Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28782026-06-25T00:29:26.842Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28792026-06-25T00:29:27.179Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28802026-06-25T00:29:29.877Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28812026-06-25T00:29:31.092Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28822026-06-25T00:29:31.301Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28832026-06-25T00:29:31.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.86s
28842026-06-25T00:29:32.130Z
28852026-06-25T00:29:32.130Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/296)
28862026-06-25T00:29:32.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-06-25T00:29:32.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-06-25T00:29:32.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-06-25T00:29:32.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28902026-06-25T00:29:32.653Z
28912026-06-25T00:29:32.653Zinfo: running `cargo check --bins` on oximeter-test-utils (96/296)
28922026-06-25T00:29:33.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-06-25T00:29:33.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-06-25T00:29:33.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-06-25T00:29:33.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
28962026-06-25T00:29:33.208Z
28972026-06-25T00:29:33.208Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/296)
28982026-06-25T00:29:33.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-06-25T00:29:33.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-06-25T00:29:33.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-06-25T00:29:33.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29022026-06-25T00:29:33.748Z
29032026-06-25T00:29:33.749Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/296)
29042026-06-25T00:29:34.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-06-25T00:29:34.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-06-25T00:29:34.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-06-25T00:29:34.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29082026-06-25T00:29:34.270Z
29092026-06-25T00:29:34.270Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/296)
29102026-06-25T00:29:34.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-06-25T00:29:34.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-06-25T00:29:34.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-06-25T00:29:34.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29142026-06-25T00:29:34.800Z
29152026-06-25T00:29:34.801Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/296)
29162026-06-25T00:29:35.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-06-25T00:29:35.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-06-25T00:29:35.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-06-25T00:29:35.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29202026-06-25T00:29:35.334Z
29212026-06-25T00:29:35.335Zinfo: running `cargo check --bins` on trust-quorum-types (101/296)
29222026-06-25T00:29:35.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-06-25T00:29:35.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-06-25T00:29:35.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-06-25T00:29:35.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29262026-06-25T00:29:35.847Z
29272026-06-25T00:29:35.847Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/296)
29282026-06-25T00:29:36.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-06-25T00:29:36.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-06-25T00:29:36.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-06-25T00:29:36.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29322026-06-25T00:29:36.377Z
29332026-06-25T00:29:36.378Zinfo: running `cargo check --bins` on update-engine (103/296)
29342026-06-25T00:29:36.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-06-25T00:29:36.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-06-25T00:29:36.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-06-25T00:29:36.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29382026-06-25T00:29:36.886Z
29392026-06-25T00:29:36.886Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/296)
29402026-06-25T00:29:37.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-06-25T00:29:37.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-06-25T00:29:37.543Z Compiling crucible-workspace-hack v0.1.0
29432026-06-25T00:29:37.654Z Checking secrecy v0.10.3
29442026-06-25T00:29:37.659Z Compiling toml_datetime v0.7.5+spec-1.1.0
29452026-06-25T00:29:37.664Z Compiling heapless v0.8.0
29462026-06-25T00:29:37.670Z Compiling ingot-macros v0.1.1
29472026-06-25T00:29:37.677Z Checking hash32 v0.3.1
29482026-06-25T00:29:37.688Z Compiling smoltcp v0.11.0
29492026-06-25T00:29:37.691Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29502026-06-25T00:29:37.789Z Checking cobs v0.3.0
29512026-06-25T00:29:37.794Z Compiling toml_edit v0.23.10+spec-1.0.0
29522026-06-25T00:29:37.876Z Compiling thiserror-impl-no-std v2.0.2
29532026-06-25T00:29:37.889Z Checking universal-hash v0.5.1
29542026-06-25T00:29:37.900Z Checking half v2.7.1
29552026-06-25T00:29:37.922Z Checking ciborium-io v0.2.2
29562026-06-25T00:29:38.007Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29572026-06-25T00:29:38.021Z Checking opaque-debug v0.3.1
29582026-06-25T00:29:38.050Z Checking postcard v1.1.3
29592026-06-25T00:29:38.107Z Checking poly1305 v0.8.0
29602026-06-25T00:29:38.157Z Checking ciborium-ll v0.2.2
29612026-06-25T00:29:38.197Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29622026-06-25T00:29:38.325Z Compiling proc-macro-crate v3.4.0
29632026-06-25T00:29:38.329Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29642026-06-25T00:29:38.362Z Checking password-hash v0.5.0
29652026-06-25T00:29:38.584Z Checking chacha20 v0.9.1
29662026-06-25T00:29:38.598Z Compiling proc-macro-crate v1.3.1
29672026-06-25T00:29:38.610Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29682026-06-25T00:29:38.775Z Checking blake2 v0.10.6
29692026-06-25T00:29:38.819Z Checking aead v0.5.2
29702026-06-25T00:29:38.842Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29712026-06-25T00:29:38.871Z Compiling num_enum_derive v0.7.6
29722026-06-25T00:29:38.959Z Compiling foreign-types-macros v0.2.3
29732026-06-25T00:29:39.002Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29742026-06-25T00:29:39.014Z Checking foreign-types-shared v0.3.1
29752026-06-25T00:29:39.027Z Checking thiserror-no-std v2.0.2
29762026-06-25T00:29:39.042Z Checking cpufeatures v0.3.0
29772026-06-25T00:29:39.095Z Checking argon2 v0.5.3
29782026-06-25T00:29:39.110Z Checking vsss-rs v3.3.4
29792026-06-25T00:29:39.113Z Checking chacha20 v0.10.0
29802026-06-25T00:29:39.236Z Compiling num_enum_derive v0.5.11
29812026-06-25T00:29:39.329Z Checking chacha20poly1305 v0.10.1
29822026-06-25T00:29:39.431Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29832026-06-25T00:29:39.455Z Checking ciborium v0.2.2
29842026-06-25T00:29:39.541Z Checking foreign-types v0.5.0
29852026-06-25T00:29:39.720Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29862026-06-25T00:29:39.756Z Checking tabwriter v1.4.1
29872026-06-25T00:29:39.882Z Checking byte-wrapper v0.1.0
29882026-06-25T00:29:39.895Z Checking num_enum v0.7.6
29892026-06-25T00:29:39.907Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29902026-06-25T00:29:40.002Z Checking cstr-argument v0.1.2
29912026-06-25T00:29:40.015Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29922026-06-25T00:29:40.088Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29932026-06-25T00:29:40.123Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29942026-06-25T00:29:40.208Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29952026-06-25T00:29:40.239Z Checking num_enum v0.5.11
29962026-06-25T00:29:40.282Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29972026-06-25T00:29:40.293Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29982026-06-25T00:29:40.319Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29992026-06-25T00:29:40.349Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30002026-06-25T00:29:40.423Z Checking rand v0.10.0
30012026-06-25T00:29:40.452Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30022026-06-25T00:29:40.462Z Checking indent_write v2.2.0
30032026-06-25T00:29:40.474Z Checking ingot-types v0.1.2
30042026-06-25T00:29:40.539Z Checking colored v3.1.1
30052026-06-25T00:29:40.587Z Compiling zone_cfg_derive v0.3.1
30062026-06-25T00:29:40.734Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30072026-06-25T00:29:40.757Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30082026-06-25T00:29:40.825Z Checking ingot v0.1.1
30092026-06-25T00:29:40.875Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30102026-06-25T00:29:40.888Z Checking itertools v0.12.1
30112026-06-25T00:29:40.900Z Compiling num-derive v0.4.2
30122026-06-25T00:29:40.924Z Checking swrite v0.1.0
30132026-06-25T00:29:40.965Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30142026-06-25T00:29:41.009Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30152026-06-25T00:29:41.165Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30162026-06-25T00:29:41.231Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30172026-06-25T00:29:41.314Z Checking dropshot-api-manager-types v0.7.2
30182026-06-25T00:29:41.329Z Checking smf v0.2.3
30192026-06-25T00:29:41.329Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30202026-06-25T00:29:41.354Z Checking nanorand v0.7.0
30212026-06-25T00:29:41.477Z Checking whoami v1.6.1
30222026-06-25T00:29:41.543Z Checking flume v0.11.1
30232026-06-25T00:29:41.556Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30242026-06-25T00:29:41.800Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30252026-06-25T00:29:41.878Z Checking zone v0.3.1
30262026-06-25T00:29:42.403Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30272026-06-25T00:29:43.377Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30282026-06-25T00:29:44.248Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30292026-06-25T00:29:47.495Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30302026-06-25T00:29:49.556Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30312026-06-25T00:29:50.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.77s
30322026-06-25T00:29:50.838Z
30332026-06-25T00:29:50.838Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/296)
30342026-06-25T00:29:51.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-06-25T00:29:51.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-06-25T00:29:51.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-06-25T00:29:51.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30382026-06-25T00:29:51.361Z
30392026-06-25T00:29:51.362Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/296)
30402026-06-25T00:29:51.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-06-25T00:29:51.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-06-25T00:29:51.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-06-25T00:29:51.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30442026-06-25T00:29:51.888Z
30452026-06-25T00:29:51.888Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/296)
30462026-06-25T00:29:52.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-06-25T00:29:52.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-06-25T00:29:52.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-06-25T00:29:52.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30502026-06-25T00:29:52.419Z
30512026-06-25T00:29:52.419Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/296)
30522026-06-25T00:29:52.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-06-25T00:29:52.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-06-25T00:29:52.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-06-25T00:29:52.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30562026-06-25T00:29:52.946Z
30572026-06-25T00:29:52.946Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/296)
30582026-06-25T00:29:53.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-06-25T00:29:53.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-06-25T00:29:53.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-06-25T00:29:53.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30622026-06-25T00:29:53.474Z
30632026-06-25T00:29:53.474Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/296)
30642026-06-25T00:29:53.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-06-25T00:29:53.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-06-25T00:29:53.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-06-25T00:29:53.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30682026-06-25T00:29:53.998Z
30692026-06-25T00:29:53.998Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/296)
30702026-06-25T00:29:54.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-06-25T00:29:54.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-06-25T00:29:54.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-06-25T00:29:54.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30742026-06-25T00:29:54.539Z
30752026-06-25T00:29:54.539Zinfo: running `cargo check --bins` on cockroach-admin-client (112/296)
30762026-06-25T00:29:54.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-06-25T00:29:54.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-06-25T00:29:54.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-06-25T00:29:54.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30802026-06-25T00:29:55.033Z
30812026-06-25T00:29:55.033Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/296)
30822026-06-25T00:29:55.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-06-25T00:29:55.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-06-25T00:29:55.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-06-25T00:29:55.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30862026-06-25T00:29:55.554Z
30872026-06-25T00:29:55.554Zinfo: running `cargo check --bins` on dns-service-client (114/296)
30882026-06-25T00:29:55.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-06-25T00:29:55.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-06-25T00:29:55.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-06-25T00:29:55.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30922026-06-25T00:29:56.071Z
30932026-06-25T00:29:56.071Zinfo: running `cargo check --bins` on installinator-client (115/296)
30942026-06-25T00:29:56.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-06-25T00:29:56.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-06-25T00:29:56.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-06-25T00:29:56.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30982026-06-25T00:29:56.596Z
30992026-06-25T00:29:56.596Zinfo: running `cargo check --bins` on nexus-client (116/296)
31002026-06-25T00:29:57.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-06-25T00:29:57.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-06-25T00:29:57.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-06-25T00:29:57.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31042026-06-25T00:29:57.153Z
31052026-06-25T00:29:57.153Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/296)
31062026-06-25T00:29:57.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-06-25T00:29:57.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-06-25T00:29:57.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-06-25T00:29:57.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31102026-06-25T00:29:57.712Z
31112026-06-25T00:29:57.712Zinfo: running `cargo check --bins` on ntp-admin-client (118/296)
31122026-06-25T00:29:58.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-06-25T00:29:58.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-06-25T00:29:58.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-06-25T00:29:58.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
31162026-06-25T00:29:58.218Z
31172026-06-25T00:29:58.218Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/296)
31182026-06-25T00:29:58.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-06-25T00:29:58.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-06-25T00:29:58.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-06-25T00:29:58.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31222026-06-25T00:29:58.727Z
31232026-06-25T00:29:58.727Zinfo: running `cargo check --bins` on oxide-client (120/296)
31242026-06-25T00:29:59.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-06-25T00:29:59.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-06-25T00:29:59.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-06-25T00:29:59.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31282026-06-25T00:29:59.239Z
31292026-06-25T00:29:59.239Zinfo: running `cargo check --bins` on oximeter-client (121/296)
31302026-06-25T00:29:59.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-06-25T00:29:59.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-06-25T00:29:59.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-06-25T00:29:59.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31342026-06-25T00:29:59.762Z
31352026-06-25T00:29:59.762Zinfo: running `cargo check --bins` on repo-depot-client (122/296)
31362026-06-25T00:30:00.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-06-25T00:30:00.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-06-25T00:30:00.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-06-25T00:30:00.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
31402026-06-25T00:30:00.270Z
31412026-06-25T00:30:00.271Zinfo: running `cargo check --bins` on sled-agent-client (123/296)
31422026-06-25T00:30:00.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-06-25T00:30:00.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-06-25T00:30:00.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-06-25T00:30:00.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31462026-06-25T00:30:00.800Z
31472026-06-25T00:30:00.800Zinfo: running `cargo check --bins` on wicketd-client (124/296)
31482026-06-25T00:30:01.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-06-25T00:30:01.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-06-25T00:30:01.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-06-25T00:30:01.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31522026-06-25T00:30:01.346Z
31532026-06-25T00:30:01.346Zinfo: running `cargo check --bins` on installinator-common (125/296)
31542026-06-25T00:30:01.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-06-25T00:30:01.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-06-25T00:30:01.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-06-25T00:30:01.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31582026-06-25T00:30:01.889Z
31592026-06-25T00:30:01.889Zinfo: running `cargo check --bins` on installinator-common-versions (126/296)
31602026-06-25T00:30:02.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-06-25T00:30:02.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-06-25T00:30:02.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-06-25T00:30:02.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31642026-06-25T00:30:02.399Z
31652026-06-25T00:30:02.399Zinfo: running `cargo check --bins` on wicket-common (127/296)
31662026-06-25T00:30:02.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-06-25T00:30:02.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-06-25T00:30:02.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-06-25T00:30:02.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31702026-06-25T00:30:02.932Z
31712026-06-25T00:30:02.933Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/296)
31722026-06-25T00:30:03.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-06-25T00:30:03.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-06-25T00:30:03.562Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31752026-06-25T00:30:03.671Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31762026-06-25T00:30:03.678Z Checking csv-core v0.1.13
31772026-06-25T00:30:03.684Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31782026-06-25T00:30:03.687Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31792026-06-25T00:30:03.688Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31802026-06-25T00:30:03.709Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31812026-06-25T00:30:03.767Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31822026-06-25T00:30:03.832Z Checking csv v1.4.0
31832026-06-25T00:30:03.874Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31842026-06-25T00:30:03.886Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31852026-06-25T00:30:03.910Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31862026-06-25T00:30:03.928Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31872026-06-25T00:30:04.165Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31882026-06-25T00:30:04.526Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31892026-06-25T00:30:04.526Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31902026-06-25T00:30:04.878Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31912026-06-25T00:30:10.792Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31922026-06-25T00:30:11.323Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31932026-06-25T00:30:13.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.74s
31942026-06-25T00:30:13.847Z
31952026-06-25T00:30:13.847Zinfo: running `cargo check --bins` on cockroach-admin-api (129/296)
31962026-06-25T00:30:14.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-06-25T00:30:14.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-06-25T00:30:14.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-06-25T00:30:14.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
32002026-06-25T00:30:14.371Z
32012026-06-25T00:30:14.371Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/296)
32022026-06-25T00:30:14.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-06-25T00:30:14.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-06-25T00:30:14.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-06-25T00:30:14.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32062026-06-25T00:30:14.976Z
32072026-06-25T00:30:14.976Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/296)
32082026-06-25T00:30:15.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-06-25T00:30:15.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-06-25T00:30:15.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-06-25T00:30:15.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32122026-06-25T00:30:15.582Z
32132026-06-25T00:30:15.583Zinfo: running `cargo check --bins` on gateway-test-utils (132/296)
32142026-06-25T00:30:16.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-06-25T00:30:16.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-06-25T00:30:16.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-06-25T00:30:16.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32182026-06-25T00:30:16.152Z
32192026-06-25T00:30:16.152Zinfo: running `cargo check --bins` on omicron-gateway (133/296)
32202026-06-25T00:30:16.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-06-25T00:30:16.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-06-25T00:30:16.851Z Compiling regress v0.11.1
32232026-06-25T00:30:16.986Z Compiling unsafe-libyaml v0.2.11
32242026-06-25T00:30:16.996Z Compiling radium v0.7.0
32252026-06-25T00:30:17.000Z Compiling semver v0.1.20
32262026-06-25T00:30:17.019Z Checking nom v8.0.0
32272026-06-25T00:30:17.019Z Checking tap v1.0.1
32282026-06-25T00:30:17.022Z Compiling maybe-uninit v2.0.0
32292026-06-25T00:30:17.131Z Checking wyz v0.5.1
32302026-06-25T00:30:17.270Z Compiling rustc_version v0.1.7
32312026-06-25T00:30:17.321Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32322026-06-25T00:30:17.353Z Compiling zerocopy-derive v0.6.6
32332026-06-25T00:30:17.454Z Compiling packed_struct v0.10.1
32342026-06-25T00:30:17.486Z Compiling newtype_derive v0.1.6
32352026-06-25T00:30:17.670Z Compiling serde_yaml v0.9.34+deprecated
32362026-06-25T00:30:17.698Z Checking crc-catalog v2.4.0
32372026-06-25T00:30:17.724Z Compiling owo-colors v4.3.0
32382026-06-25T00:30:17.791Z Compiling cancel-safe-futures v0.1.5
32392026-06-25T00:30:18.007Z Checking funty v2.0.0
32402026-06-25T00:30:18.149Z Checking crc v3.4.0
32412026-06-25T00:30:18.200Z Checking zerocopy v0.6.6
32422026-06-25T00:30:18.318Z Checking bitvec v1.0.1
32432026-06-25T00:30:18.436Z Checking typify-impl v0.6.2
32442026-06-25T00:30:18.467Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32452026-06-25T00:30:18.798Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32462026-06-25T00:30:18.964Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32472026-06-25T00:30:19.002Z Compiling packed_struct_codegen v0.10.1
32482026-06-25T00:30:19.117Z Checking libsw-core v0.3.2
32492026-06-25T00:30:19.136Z Compiling bitfield-macros v0.19.4
32502026-06-25T00:30:19.261Z Compiling indexmap v1.9.3
32512026-06-25T00:30:19.455Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32522026-06-25T00:30:19.529Z Checking nodrop v0.1.14
32532026-06-25T00:30:19.596Z Checking libsw v3.5.0
32542026-06-25T00:30:19.618Z Checking array-init v0.0.4
32552026-06-25T00:30:19.644Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32562026-06-25T00:30:19.746Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32572026-06-25T00:30:19.849Z Checking bitfield v0.19.4
32582026-06-25T00:30:19.914Z Checking smallvec v0.6.14
32592026-06-25T00:30:19.929Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32602026-06-25T00:30:20.130Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32612026-06-25T00:30:20.156Z Checking hashbrown v0.12.3
32622026-06-25T00:30:20.250Z Checking unicode-linebreak v0.1.5
32632026-06-25T00:30:20.339Z Checking smawk v0.3.2
32642026-06-25T00:30:20.353Z Checking linear-map v1.2.0
32652026-06-25T00:30:20.460Z Checking tagptr v0.2.0
32662026-06-25T00:30:20.473Z Checking base64 v0.21.7
32672026-06-25T00:30:20.519Z Checking textwrap v0.16.2
32682026-06-25T00:30:20.596Z Checking moka v0.12.13
32692026-06-25T00:30:20.670Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32702026-06-25T00:30:20.703Z Checking ron v0.8.1
32712026-06-25T00:30:20.734Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32722026-06-25T00:30:20.880Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32732026-06-25T00:30:20.902Z Checking steno v0.4.1
32742026-06-25T00:30:21.107Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32752026-06-25T00:30:21.232Z Checking serde-hex v0.1.0
32762026-06-25T00:30:21.235Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32772026-06-25T00:30:21.400Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32782026-06-25T00:30:21.674Z Checking hashbrown v0.13.2
32792026-06-25T00:30:21.880Z Checking crc-any v2.5.0
32802026-06-25T00:30:21.925Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32812026-06-25T00:30:21.971Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32822026-06-25T00:30:22.091Z Checking hickory-resolver v0.25.2
32832026-06-25T00:30:22.138Z Checking half v1.8.3
32842026-06-25T00:30:22.152Z Checking void v1.0.2
32852026-06-25T00:30:22.155Z Checking object v0.30.4
32862026-06-25T00:30:22.256Z Checking utf-8 v0.7.6
32872026-06-25T00:30:22.336Z Checking path-slash v0.1.5
32882026-06-25T00:30:22.390Z Checking tungstenite v0.23.0
32892026-06-25T00:30:22.443Z Checking serde_cbor v0.11.2
32902026-06-25T00:30:22.753Z Checking lzss v0.8.2
32912026-06-25T00:30:22.815Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32922026-06-25T00:30:22.842Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32932026-06-25T00:30:22.942Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32942026-06-25T00:30:22.955Z Checking nix v0.27.1
32952026-06-25T00:30:22.955Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32962026-06-25T00:30:22.993Z Checking kstat-rs v0.2.4
32972026-06-25T00:30:23.006Z Compiling typify-macro v0.6.2
32982026-06-25T00:30:23.050Z Checking fxhash v0.2.1
32992026-06-25T00:30:23.166Z Checking serde_bytes v0.11.19
33002026-06-25T00:30:23.180Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33012026-06-25T00:30:23.192Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33022026-06-25T00:30:23.229Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33032026-06-25T00:30:23.340Z Checking tokio-tungstenite v0.23.1
33042026-06-25T00:30:23.455Z Checking signal-hook-tokio v0.3.1
33052026-06-25T00:30:24.155Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33062026-06-25T00:30:24.322Z Compiling typify v0.6.2
33072026-06-25T00:30:24.400Z Compiling progenitor-impl v0.14.0
33082026-06-25T00:30:25.059Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33092026-06-25T00:30:25.360Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33102026-06-25T00:30:25.830Z Compiling progenitor-macro v0.14.0
33112026-06-25T00:30:28.124Z Checking progenitor v0.14.0
33122026-06-25T00:30:28.237Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33132026-06-25T00:30:28.240Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33142026-06-25T00:30:30.891Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33152026-06-25T00:30:38.993Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33162026-06-25T00:30:45.473Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33172026-06-25T00:30:46.836Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33182026-06-25T00:30:47.329Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33192026-06-25T00:30:49.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.25s
33202026-06-25T00:30:49.585Z
33212026-06-25T00:30:49.585Zinfo: running `cargo check --bins` on gateway-api (134/296)
33222026-06-25T00:30:50.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232026-06-25T00:30:50.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242026-06-25T00:30:50.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33252026-06-25T00:30:50.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33262026-06-25T00:30:50.104Z
33272026-06-25T00:30:50.104Zinfo: running `cargo check --bins` on ipcc (135/296)
33282026-06-25T00:30:50.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292026-06-25T00:30:50.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302026-06-25T00:30:50.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312026-06-25T00:30:50.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33322026-06-25T00:30:50.621Z
33332026-06-25T00:30:50.621Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/296)
33342026-06-25T00:30:51.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352026-06-25T00:30:51.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362026-06-25T00:30:51.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372026-06-25T00:30:51.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
33382026-06-25T00:30:51.125Z
33392026-06-25T00:30:51.125Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/296)
33402026-06-25T00:30:51.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-06-25T00:30:51.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-06-25T00:30:51.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-06-25T00:30:51.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33442026-06-25T00:30:51.668Z
33452026-06-25T00:30:51.668Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/296)
33462026-06-25T00:30:52.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-06-25T00:30:52.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-06-25T00:30:52.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-06-25T00:30:52.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33502026-06-25T00:30:52.194Z
33512026-06-25T00:30:52.194Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/296)
33522026-06-25T00:30:52.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-06-25T00:30:52.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-06-25T00:30:52.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-06-25T00:30:52.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33562026-06-25T00:30:52.714Z
33572026-06-25T00:30:52.714Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/296)
33582026-06-25T00:30:53.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-06-25T00:30:53.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-06-25T00:30:53.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-06-25T00:30:53.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33622026-06-25T00:30:53.232Z
33632026-06-25T00:30:53.232Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/296)
33642026-06-25T00:30:53.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-06-25T00:30:53.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-06-25T00:30:53.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-06-25T00:30:53.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33682026-06-25T00:30:53.770Z
33692026-06-25T00:30:53.770Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/296)
33702026-06-25T00:30:54.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-06-25T00:30:54.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-06-25T00:30:54.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-06-25T00:30:54.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33742026-06-25T00:30:54.296Z
33752026-06-25T00:30:54.296Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/296)
33762026-06-25T00:30:54.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-06-25T00:30:54.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-06-25T00:30:54.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-06-25T00:30:54.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33802026-06-25T00:30:54.816Z
33812026-06-25T00:30:54.816Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/296)
33822026-06-25T00:30:55.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-06-25T00:30:55.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-06-25T00:30:55.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-06-25T00:30:55.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33862026-06-25T00:30:55.331Z
33872026-06-25T00:30:55.331Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/296)
33882026-06-25T00:30:55.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-06-25T00:30:55.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-06-25T00:30:55.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-06-25T00:30:55.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33922026-06-25T00:30:55.845Z
33932026-06-25T00:30:55.846Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/296)
33942026-06-25T00:30:56.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-06-25T00:30:56.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-06-25T00:30:56.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-06-25T00:30:56.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33982026-06-25T00:30:56.370Z
33992026-06-25T00:30:56.370Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/296)
34002026-06-25T00:30:56.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-06-25T00:30:56.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-06-25T00:30:56.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-06-25T00:30:56.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34042026-06-25T00:30:56.892Z
34052026-06-25T00:30:56.892Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/296)
34062026-06-25T00:30:57.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-06-25T00:30:57.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-06-25T00:30:57.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-06-25T00:30:57.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34102026-06-25T00:30:57.428Z
34112026-06-25T00:30:57.428Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/296)
34122026-06-25T00:30:57.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-06-25T00:30:57.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-06-25T00:30:57.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-06-25T00:30:57.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34162026-06-25T00:30:57.968Z
34172026-06-25T00:30:57.968Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/296)
34182026-06-25T00:30:58.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-06-25T00:30:58.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-06-25T00:30:58.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-06-25T00:30:58.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34222026-06-25T00:30:58.509Z
34232026-06-25T00:30:58.509Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/296)
34242026-06-25T00:30:58.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-06-25T00:30:58.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-06-25T00:30:58.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-06-25T00:30:58.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34282026-06-25T00:30:59.046Z
34292026-06-25T00:30:59.046Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/296)
34302026-06-25T00:30:59.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-06-25T00:30:59.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-06-25T00:30:59.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-06-25T00:30:59.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34342026-06-25T00:30:59.581Z
34352026-06-25T00:30:59.581Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/296)
34362026-06-25T00:31:00.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-06-25T00:31:00.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-06-25T00:31:00.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-06-25T00:31:00.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34402026-06-25T00:31:00.124Z
34412026-06-25T00:31:00.124Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/296)
34422026-06-25T00:31:00.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-06-25T00:31:00.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-06-25T00:31:00.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-06-25T00:31:00.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34462026-06-25T00:31:00.663Z
34472026-06-25T00:31:00.664Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/296)
34482026-06-25T00:31:01.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-06-25T00:31:01.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-06-25T00:31:01.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-06-25T00:31:01.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34522026-06-25T00:31:01.202Z
34532026-06-25T00:31:01.202Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/296)
34542026-06-25T00:31:01.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-06-25T00:31:01.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-06-25T00:31:01.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-06-25T00:31:01.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34582026-06-25T00:31:01.740Z
34592026-06-25T00:31:01.740Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/296)
34602026-06-25T00:31:02.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-06-25T00:31:02.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-06-25T00:31:02.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-06-25T00:31:02.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34642026-06-25T00:31:02.278Z
34652026-06-25T00:31:02.278Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/296)
34662026-06-25T00:31:02.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-06-25T00:31:02.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-06-25T00:31:02.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-06-25T00:31:02.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
34702026-06-25T00:31:02.797Z
34712026-06-25T00:31:02.797Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/296)
34722026-06-25T00:31:03.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-06-25T00:31:03.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-06-25T00:31:03.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-06-25T00:31:03.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34762026-06-25T00:31:03.317Z
34772026-06-25T00:31:03.317Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/296)
34782026-06-25T00:31:03.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-06-25T00:31:03.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-06-25T00:31:03.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-06-25T00:31:03.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34822026-06-25T00:31:03.841Z
34832026-06-25T00:31:03.841Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/296)
34842026-06-25T00:31:04.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-06-25T00:31:04.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-06-25T00:31:04.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-06-25T00:31:04.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
34882026-06-25T00:31:04.359Z
34892026-06-25T00:31:04.359Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/296)
34902026-06-25T00:31:04.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-06-25T00:31:04.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-06-25T00:31:04.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-06-25T00:31:04.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34942026-06-25T00:31:04.881Z
34952026-06-25T00:31:04.881Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/296)
34962026-06-25T00:31:05.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-06-25T00:31:05.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-06-25T00:31:05.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-06-25T00:31:05.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35002026-06-25T00:31:05.404Z
35012026-06-25T00:31:05.404Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/296)
35022026-06-25T00:31:05.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-06-25T00:31:05.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-06-25T00:31:05.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-06-25T00:31:05.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35062026-06-25T00:31:05.925Z
35072026-06-25T00:31:05.925Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/296)
35082026-06-25T00:31:06.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-06-25T00:31:06.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-06-25T00:31:06.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-06-25T00:31:06.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35122026-06-25T00:31:06.444Z
35132026-06-25T00:31:06.444Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/296)
35142026-06-25T00:31:06.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-06-25T00:31:06.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-06-25T00:31:06.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-06-25T00:31:06.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35182026-06-25T00:31:06.979Z
35192026-06-25T00:31:06.979Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/296)
35202026-06-25T00:31:07.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-06-25T00:31:07.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-06-25T00:31:07.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-06-25T00:31:07.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35242026-06-25T00:31:07.522Z
35252026-06-25T00:31:07.522Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/296)
35262026-06-25T00:31:07.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-06-25T00:31:07.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-06-25T00:31:07.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-06-25T00:31:07.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35302026-06-25T00:31:08.055Z
35312026-06-25T00:31:08.055Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/296)
35322026-06-25T00:31:08.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-06-25T00:31:08.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-06-25T00:31:08.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-06-25T00:31:08.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35362026-06-25T00:31:08.624Z
35372026-06-25T00:31:08.624Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/296)
35382026-06-25T00:31:09.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-06-25T00:31:09.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-06-25T00:31:09.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-06-25T00:31:09.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35422026-06-25T00:31:09.133Z
35432026-06-25T00:31:09.133Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/296)
35442026-06-25T00:31:09.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-06-25T00:31:09.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-06-25T00:31:09.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-06-25T00:31:09.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35482026-06-25T00:31:09.683Z
35492026-06-25T00:31:09.683Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/296)
35502026-06-25T00:31:10.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-06-25T00:31:10.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-06-25T00:31:10.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-06-25T00:31:10.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35542026-06-25T00:31:10.223Z
35552026-06-25T00:31:10.223Zinfo: running `cargo check --bins` on oximeter-producer (173/296)
35562026-06-25T00:31:10.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-06-25T00:31:10.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-06-25T00:31:10.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-06-25T00:31:10.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35602026-06-25T00:31:10.771Z
35612026-06-25T00:31:10.771Zinfo: running `cargo check --bins` on internal-dns-resolver (174/296)
35622026-06-25T00:31:11.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-06-25T00:31:11.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-06-25T00:31:11.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-06-25T00:31:11.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35662026-06-25T00:31:11.291Z
35672026-06-25T00:31:11.291Zinfo: running `cargo check --bins` on dns-server (175/296)
35682026-06-25T00:31:11.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-06-25T00:31:11.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-06-25T00:31:11.935Z Compiling parking_lot_core v0.8.6
35712026-06-25T00:31:11.969Z Compiling git-stub v1.0.0
35722026-06-25T00:31:11.969Z Checking prefix-trie v0.7.0
35732026-06-25T00:31:11.970Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35742026-06-25T00:31:12.115Z Compiling git-stub-vcs v0.1.0
35752026-06-25T00:31:12.268Z Checking hickory-server v0.25.2
35762026-06-25T00:31:12.375Z Checking parking_lot v0.11.2
35772026-06-25T00:31:12.413Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35782026-06-25T00:31:12.457Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35792026-06-25T00:31:12.457Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35802026-06-25T00:31:12.552Z Checking sled v0.34.7
35812026-06-25T00:31:14.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
35822026-06-25T00:31:14.581Z
35832026-06-25T00:31:14.581Zinfo: running `cargo check --bins` on dns-server-api (176/296)
35842026-06-25T00:31:15.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-06-25T00:31:15.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-06-25T00:31:15.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-06-25T00:31:15.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
35882026-06-25T00:31:15.093Z
35892026-06-25T00:31:15.093Zinfo: running `cargo check --bins` on oximeter-producer-api (177/296)
35902026-06-25T00:31:15.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-06-25T00:31:15.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-06-25T00:31:15.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-06-25T00:31:15.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
35942026-06-25T00:31:15.610Z
35952026-06-25T00:31:15.610Zinfo: running `cargo check --bins` on sp-sim (178/296)
35962026-06-25T00:31:16.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-06-25T00:31:16.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-06-25T00:31:16.267Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35992026-06-25T00:31:18.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.40s
36002026-06-25T00:31:18.194Z
36012026-06-25T00:31:18.194Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/296)
36022026-06-25T00:31:18.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-06-25T00:31:18.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-06-25T00:31:18.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-06-25T00:31:18.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36062026-06-25T00:31:18.766Z
36072026-06-25T00:31:18.766Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/296)
36082026-06-25T00:31:19.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-06-25T00:31:19.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-06-25T00:31:19.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-06-25T00:31:19.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36122026-06-25T00:31:19.340Z
36132026-06-25T00:31:19.340Zinfo: running `cargo check --bins` on db-macros (181/296)
36142026-06-25T00:31:19.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-06-25T00:31:19.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-06-25T00:31:19.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-06-25T00:31:19.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36182026-06-25T00:31:19.847Z
36192026-06-25T00:31:19.847Zinfo: running `cargo check --bins` on nexus-macros-common (182/296)
36202026-06-25T00:31:20.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-06-25T00:31:20.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-06-25T00:31:20.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-06-25T00:31:20.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36242026-06-25T00:31:20.353Z
36252026-06-25T00:31:20.354Zinfo: running `cargo check --bins` on nexus-auth (183/296)
36262026-06-25T00:31:20.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-06-25T00:31:20.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-06-25T00:31:20.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-06-25T00:31:20.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36302026-06-25T00:31:20.918Z
36312026-06-25T00:31:20.918Zinfo: running `cargo check --bins` on authz-macros (184/296)
36322026-06-25T00:31:21.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-06-25T00:31:21.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-06-25T00:31:21.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-06-25T00:31:21.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36362026-06-25T00:31:21.425Z
36372026-06-25T00:31:21.425Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/296)
36382026-06-25T00:31:21.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-06-25T00:31:21.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-06-25T00:31:21.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-06-25T00:31:21.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36422026-06-25T00:31:21.988Z
36432026-06-25T00:31:21.988Zinfo: running `cargo check --bins` on nexus-db-model (186/296)
36442026-06-25T00:31:22.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-06-25T00:31:22.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-06-25T00:31:22.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-06-25T00:31:22.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36482026-06-25T00:31:22.555Z
36492026-06-25T00:31:22.555Zinfo: running `cargo check --bins` on nexus-db-schema (187/296)
36502026-06-25T00:31:22.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-06-25T00:31:22.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-06-25T00:31:22.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-06-25T00:31:22.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36542026-06-25T00:31:23.060Z
36552026-06-25T00:31:23.060Zinfo: running `cargo check --bins` on omicron-rpaths (188/296)
36562026-06-25T00:31:23.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-06-25T00:31:23.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-06-25T00:31:23.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-06-25T00:31:23.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36602026-06-25T00:31:23.566Z
36612026-06-25T00:31:23.566Zinfo: running `cargo check --bins` on nexus-defaults (189/296)
36622026-06-25T00:31:24.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-06-25T00:31:24.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-06-25T00:31:24.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-06-25T00:31:24.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36662026-06-25T00:31:24.086Z
36672026-06-25T00:31:24.087Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/296)
36682026-06-25T00:31:24.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-06-25T00:31:24.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-06-25T00:31:24.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-06-25T00:31:24.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36722026-06-25T00:31:24.601Z
36732026-06-25T00:31:24.601Zinfo: running `cargo check --bins` on parallel-task-set (191/296)
36742026-06-25T00:31:25.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-06-25T00:31:25.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-06-25T00:31:25.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-06-25T00:31:25.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36782026-06-25T00:31:25.097Z
36792026-06-25T00:31:25.097Zinfo: running `cargo check --bins` on omicron-git-version (192/296)
36802026-06-25T00:31:25.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-06-25T00:31:25.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-06-25T00:31:25.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-06-25T00:31:25.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36842026-06-25T00:31:25.599Z
36852026-06-25T00:31:25.599Zinfo: running `cargo check --bins` on nexus-db-errors (193/296)
36862026-06-25T00:31:26.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-06-25T00:31:26.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-06-25T00:31:26.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-06-25T00:31:26.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36902026-06-25T00:31:26.167Z
36912026-06-25T00:31:26.167Zinfo: running `cargo check --bins` on nexus-db-lookup (194/296)
36922026-06-25T00:31:26.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-06-25T00:31:26.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-06-25T00:31:26.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-06-25T00:31:26.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36962026-06-25T00:31:26.740Z
36972026-06-25T00:31:26.740Zinfo: running `cargo check --bins` on nexus-inventory (195/296)
36982026-06-25T00:31:27.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-06-25T00:31:27.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-06-25T00:31:27.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-06-25T00:31:27.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37022026-06-25T00:31:27.305Z
37032026-06-25T00:31:27.305Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/296)
37042026-06-25T00:31:27.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-06-25T00:31:27.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-06-25T00:31:27.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-06-25T00:31:27.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37082026-06-25T00:31:27.845Z
37092026-06-25T00:31:27.845Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/296)
37102026-06-25T00:31:28.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-06-25T00:31:28.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-06-25T00:31:28.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-06-25T00:31:28.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37142026-06-25T00:31:28.390Z
37152026-06-25T00:31:28.390Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/296)
37162026-06-25T00:31:28.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-06-25T00:31:28.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-06-25T00:31:28.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-06-25T00:31:28.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37202026-06-25T00:31:28.930Z
37212026-06-25T00:31:28.930Zinfo: running `cargo check --bins` on key-manager (199/296)
37222026-06-25T00:31:29.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-06-25T00:31:29.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-06-25T00:31:29.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-06-25T00:31:29.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37262026-06-25T00:31:29.452Z
37272026-06-25T00:31:29.452Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/296)
37282026-06-25T00:31:29.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-06-25T00:31:29.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-06-25T00:31:29.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-06-25T00:31:29.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37322026-06-25T00:31:30.000Z
37332026-06-25T00:31:30.000Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/296)
37342026-06-25T00:31:30.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-06-25T00:31:30.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-06-25T00:31:30.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-06-25T00:31:30.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37382026-06-25T00:31:30.544Z
37392026-06-25T00:31:30.544Zinfo: running `cargo check --bins` on typed-rng (202/296)
37402026-06-25T00:31:30.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-06-25T00:31:30.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-06-25T00:31:30.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37432026-06-25T00:31:30.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
37442026-06-25T00:31:31.060Z
37452026-06-25T00:31:31.060Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/296)
37462026-06-25T00:31:31.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-06-25T00:31:31.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-06-25T00:31:31.852Z Compiling libefi-sys v0.1.0
37492026-06-25T00:31:31.856Z Compiling bitfield-struct v0.6.2
37502026-06-25T00:31:31.989Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37512026-06-25T00:31:31.997Z Compiling xshell-macros v0.2.7
37522026-06-25T00:31:32.006Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37532026-06-25T00:31:32.018Z Compiling salty v0.3.0
37542026-06-25T00:31:32.031Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37552026-06-25T00:31:32.045Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37562026-06-25T00:31:32.061Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37572026-06-25T00:31:32.158Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37582026-06-25T00:31:32.327Z Checking primeorder v0.13.6
37592026-06-25T00:31:32.342Z Compiling proc-macro-error-attr2 v2.0.0
37602026-06-25T00:31:32.356Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37612026-06-25T00:31:32.356Z Checking xshell v0.2.7
37622026-06-25T00:31:32.495Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37632026-06-25T00:31:32.518Z Checking tungstenite v0.21.0
37642026-06-25T00:31:32.545Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37652026-06-25T00:31:32.567Z Checking p384 v0.13.1
37662026-06-25T00:31:32.591Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37672026-06-25T00:31:32.695Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37682026-06-25T00:31:32.712Z Compiling num-derive v0.3.3
37692026-06-25T00:31:32.729Z Compiling proc-macro-error2 v2.0.1
37702026-06-25T00:31:32.825Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37712026-06-25T00:31:32.936Z Checking tokio-tungstenite v0.21.0
37722026-06-25T00:31:32.979Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37732026-06-25T00:31:32.982Z Checking papergrid v0.17.0
37742026-06-25T00:31:33.035Z Compiling tabled_derive v0.11.0
37752026-06-25T00:31:33.057Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37762026-06-25T00:31:33.073Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37772026-06-25T00:31:33.187Z Compiling progenitor-impl v0.13.0
37782026-06-25T00:31:33.217Z Checking testing_table v0.3.0
37792026-06-25T00:31:33.312Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37802026-06-25T00:31:33.350Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37812026-06-25T00:31:33.364Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37822026-06-25T00:31:33.555Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37832026-06-25T00:31:33.557Z Checking corncobs v0.1.4
37842026-06-25T00:31:33.597Z Checking libscf-sys v1.1.0
37852026-06-25T00:31:33.694Z Compiling illumos-nvpair-sys v0.2.0
37862026-06-25T00:31:33.727Z Compiling unicase v2.9.0
37872026-06-25T00:31:33.777Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37882026-06-25T00:31:33.798Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37892026-06-25T00:31:33.918Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37902026-06-25T00:31:33.932Z Compiling mime_guess v2.0.5
37912026-06-25T00:31:33.946Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37922026-06-25T00:31:33.975Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37932026-06-25T00:31:34.082Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37942026-06-25T00:31:34.189Z Checking tabled v0.20.0
37952026-06-25T00:31:34.307Z Checking progenitor-client v0.13.0
37962026-06-25T00:31:34.467Z Checking secrecy v0.8.0
37972026-06-25T00:31:34.490Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37982026-06-25T00:31:34.545Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37992026-06-25T00:31:34.638Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38002026-06-25T00:31:34.725Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38012026-06-25T00:31:34.937Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38022026-06-25T00:31:34.949Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38032026-06-25T00:31:35.018Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38042026-06-25T00:31:35.089Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38052026-06-25T00:31:35.149Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38062026-06-25T00:31:35.218Z Checking filetime v0.2.27
38072026-06-25T00:31:35.354Z Checking xattr v1.6.1
38082026-06-25T00:31:35.473Z Checking crc8 v0.1.1
38092026-06-25T00:31:35.489Z Checking http-range v0.1.5
38102026-06-25T00:31:35.489Z Checking tar v0.4.45
38112026-06-25T00:31:35.612Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38122026-06-25T00:31:35.693Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38132026-06-25T00:31:35.779Z Compiling progenitor-macro v0.13.0
38142026-06-25T00:31:35.794Z Checking illumos-nvpair v0.3.0
38152026-06-25T00:31:35.809Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38162026-06-25T00:31:35.898Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38172026-06-25T00:31:35.948Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38182026-06-25T00:31:36.014Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38192026-06-25T00:31:36.226Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38202026-06-25T00:31:36.275Z Checking atty v0.2.14
38212026-06-25T00:31:36.347Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38222026-06-25T00:31:36.371Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38232026-06-25T00:31:36.530Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38242026-06-25T00:31:36.571Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38252026-06-25T00:31:36.591Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38262026-06-25T00:31:36.647Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38272026-06-25T00:31:36.672Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38282026-06-25T00:31:36.838Z Checking hyper-staticfile v0.10.1
38292026-06-25T00:31:36.917Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38302026-06-25T00:31:36.955Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38312026-06-25T00:31:37.169Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38322026-06-25T00:31:37.183Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38332026-06-25T00:31:37.222Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38342026-06-25T00:31:37.453Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38352026-06-25T00:31:37.510Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38362026-06-25T00:31:37.734Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38372026-06-25T00:31:38.049Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38382026-06-25T00:31:38.720Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38392026-06-25T00:31:39.198Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38402026-06-25T00:31:39.607Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38412026-06-25T00:31:39.850Z Checking progenitor v0.13.0
38422026-06-25T00:31:39.983Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38432026-06-25T00:31:41.999Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38442026-06-25T00:31:45.312Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38452026-06-25T00:31:56.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.35s
38462026-06-25T00:31:56.636Z
38472026-06-25T00:31:56.636Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/296)
38482026-06-25T00:31:57.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-06-25T00:31:57.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-06-25T00:31:57.356Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38512026-06-25T00:32:08.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
38522026-06-25T00:32:08.362Z
38532026-06-25T00:32:08.362Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/296)
38542026-06-25T00:32:08.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-06-25T00:32:08.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-06-25T00:32:09.084Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38572026-06-25T00:32:19.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
38582026-06-25T00:32:20.078Z
38592026-06-25T00:32:20.078Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/296)
38602026-06-25T00:32:20.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-06-25T00:32:20.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-06-25T00:32:20.796Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38632026-06-25T00:32:31.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
38642026-06-25T00:32:31.811Z
38652026-06-25T00:32:31.811Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/296)
38662026-06-25T00:32:32.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-06-25T00:32:32.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-06-25T00:32:32.529Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38692026-06-25T00:32:43.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
38702026-06-25T00:32:43.526Z
38712026-06-25T00:32:43.526Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/296)
38722026-06-25T00:32:44.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-06-25T00:32:44.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-06-25T00:32:44.244Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38752026-06-25T00:32:55.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.57s
38762026-06-25T00:32:55.295Z
38772026-06-25T00:32:55.295Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/296)
38782026-06-25T00:32:55.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-06-25T00:32:55.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-06-25T00:32:56.007Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38812026-06-25T00:33:06.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.59s
38822026-06-25T00:33:07.090Z
38832026-06-25T00:33:07.090Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/296)
38842026-06-25T00:33:07.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-06-25T00:33:07.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-06-25T00:33:07.814Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38872026-06-25T00:33:18.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
38882026-06-25T00:33:18.821Z
38892026-06-25T00:33:18.822Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/296)
38902026-06-25T00:33:19.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-06-25T00:33:19.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-06-25T00:33:19.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-06-25T00:33:19.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
38942026-06-25T00:33:19.354Z
38952026-06-25T00:33:19.354Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/296)
38962026-06-25T00:33:19.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-06-25T00:33:19.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-06-25T00:33:19.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-06-25T00:33:19.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39002026-06-25T00:33:19.888Z
39012026-06-25T00:33:19.888Zinfo: running `cargo check --bins` on range-requests (213/296)
39022026-06-25T00:33:20.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-06-25T00:33:20.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-06-25T00:33:20.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-06-25T00:33:20.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
39062026-06-25T00:33:20.403Z
39072026-06-25T00:33:20.403Zinfo: running `cargo check --bins` on repo-depot-api (214/296)
39082026-06-25T00:33:20.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-06-25T00:33:20.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-06-25T00:33:20.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-06-25T00:33:20.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
39122026-06-25T00:33:20.918Z
39132026-06-25T00:33:20.918Zinfo: running `cargo check --bins` on sled-agent-api (215/296)
39142026-06-25T00:33:21.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-06-25T00:33:21.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-06-25T00:33:21.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39172026-06-25T00:33:21.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39182026-06-25T00:33:21.461Z
39192026-06-25T00:33:21.461Zinfo: running `cargo check --bins` on sled-diagnostics (216/296)
39202026-06-25T00:33:21.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-06-25T00:33:21.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-06-25T00:33:21.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39232026-06-25T00:33:21.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39242026-06-25T00:33:22.003Z
39252026-06-25T00:33:22.003Zinfo: running `cargo check --bins` on zfs-test-harness (217/296)
39262026-06-25T00:33:22.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-06-25T00:33:22.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-06-25T00:33:22.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-06-25T00:33:22.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39302026-06-25T00:33:22.546Z
39312026-06-25T00:33:22.547Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/296)
39322026-06-25T00:33:23.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-06-25T00:33:23.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-06-25T00:33:23.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-06-25T00:33:23.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39362026-06-25T00:33:23.098Z
39372026-06-25T00:33:23.098Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/296)
39382026-06-25T00:33:23.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-06-25T00:33:23.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-06-25T00:33:23.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-06-25T00:33:23.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39422026-06-25T00:33:23.654Z
39432026-06-25T00:33:23.654Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/296)
39442026-06-25T00:33:24.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-06-25T00:33:24.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-06-25T00:33:24.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-06-25T00:33:24.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39482026-06-25T00:33:24.204Z
39492026-06-25T00:33:24.204Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/296)
39502026-06-25T00:33:24.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-06-25T00:33:24.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-06-25T00:33:24.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-06-25T00:33:24.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39542026-06-25T00:33:24.756Z
39552026-06-25T00:33:24.756Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/296)
39562026-06-25T00:33:25.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-06-25T00:33:25.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-06-25T00:33:25.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-06-25T00:33:25.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39602026-06-25T00:33:25.307Z
39612026-06-25T00:33:25.307Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/296)
39622026-06-25T00:33:25.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-06-25T00:33:25.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-06-25T00:33:25.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-06-25T00:33:25.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39662026-06-25T00:33:25.858Z
39672026-06-25T00:33:25.858Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/296)
39682026-06-25T00:33:26.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-06-25T00:33:26.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-06-25T00:33:26.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-06-25T00:33:26.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39722026-06-25T00:33:26.415Z
39732026-06-25T00:33:26.415Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/296)
39742026-06-25T00:33:26.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-06-25T00:33:26.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-06-25T00:33:26.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-06-25T00:33:26.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39782026-06-25T00:33:26.995Z
39792026-06-25T00:33:26.995Zinfo: running `cargo check --bins` on trust-quorum (226/296)
39802026-06-25T00:33:27.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-06-25T00:33:27.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-06-25T00:33:27.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-06-25T00:33:27.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39842026-06-25T00:33:27.551Z
39852026-06-25T00:33:27.551Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/296)
39862026-06-25T00:33:28.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-06-25T00:33:28.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-06-25T00:33:28.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-06-25T00:33:28.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39902026-06-25T00:33:28.122Z
39912026-06-25T00:33:28.122Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/296)
39922026-06-25T00:33:28.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-06-25T00:33:28.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-06-25T00:33:28.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-06-25T00:33:28.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39962026-06-25T00:33:28.700Z
39972026-06-25T00:33:28.700Zinfo: running `cargo check --bins` on update-common (229/296)
39982026-06-25T00:33:29.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-06-25T00:33:29.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-06-25T00:33:29.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-06-25T00:33:29.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40022026-06-25T00:33:29.240Z
40032026-06-25T00:33:29.240Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/296)
40042026-06-25T00:33:29.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-06-25T00:33:29.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-06-25T00:33:29.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-06-25T00:33:29.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40082026-06-25T00:33:29.829Z
40092026-06-25T00:33:29.829Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/296)
40102026-06-25T00:33:30.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-06-25T00:33:30.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-06-25T00:33:30.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-06-25T00:33:30.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40142026-06-25T00:33:30.347Z
40152026-06-25T00:33:30.348Zinfo: running `cargo check --bins` on reconfigurator-cli (232/296)
40162026-06-25T00:33:30.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-06-25T00:33:30.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-06-25T00:33:31.071Z Compiling fs-err v2.11.0
40192026-06-25T00:33:31.075Z Checking ignore v0.4.25
40202026-06-25T00:33:31.075Z Checking arc-swap v1.8.2
40212026-06-25T00:33:31.201Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40222026-06-25T00:33:31.202Z Checking predicates-tree v1.0.13
40232026-06-25T00:33:31.207Z Checking parse-size v1.1.0
40242026-06-25T00:33:31.229Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40252026-06-25T00:33:31.240Z Checking rand_seeder v0.4.0
40262026-06-25T00:33:31.305Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40272026-06-25T00:33:31.329Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40282026-06-25T00:33:31.379Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40292026-06-25T00:33:31.395Z Checking slog-scope v4.4.1
40302026-06-25T00:33:31.429Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40312026-06-25T00:33:31.519Z Compiling petname v2.0.2
40322026-06-25T00:33:31.530Z Checking slog-stdlog v4.1.1
40332026-06-25T00:33:31.546Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40342026-06-25T00:33:31.572Z Checking globwalk v0.9.1
40352026-06-25T00:33:31.617Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40362026-06-25T00:33:31.648Z Checking slog-envlogger v2.2.0
40372026-06-25T00:33:31.747Z Checking camino-tempfile-ext v0.3.3
40382026-06-25T00:33:31.792Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40392026-06-25T00:33:31.834Z Checking sapling-renderdag v0.1.0
40402026-06-25T00:33:31.935Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40412026-06-25T00:33:31.976Z Checking subprocess v0.2.15
40422026-06-25T00:33:32.068Z Checking sync-ptr v0.1.4
40432026-06-25T00:33:32.157Z Checking colored v2.2.0
40442026-06-25T00:33:32.181Z Checking assert_matches v1.5.0
40452026-06-25T00:33:32.259Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40462026-06-25T00:33:32.441Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40472026-06-25T00:33:32.441Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40482026-06-25T00:33:33.154Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40492026-06-25T00:33:34.462Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40502026-06-25T00:33:36.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.25s
40512026-06-25T00:33:36.797Z
40522026-06-25T00:33:36.797Zinfo: running `cargo check --bins` on omicron-repl-utils (233/296)
40532026-06-25T00:33:37.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-06-25T00:33:37.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-06-25T00:33:37.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-06-25T00:33:37.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40572026-06-25T00:33:37.313Z
40582026-06-25T00:33:37.313Zinfo: running `cargo check --bins` on transient-dns-server (234/296)
40592026-06-25T00:33:37.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-06-25T00:33:37.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-06-25T00:33:37.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-06-25T00:33:37.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40632026-06-25T00:33:37.851Z
40642026-06-25T00:33:37.851Zinfo: running `cargo check --bins` on nexus-test-interface (235/296)
40652026-06-25T00:33:38.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-06-25T00:33:38.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-06-25T00:33:38.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-06-25T00:33:38.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40692026-06-25T00:33:38.431Z
40702026-06-25T00:33:38.431Zinfo: running `cargo check --bins` on oximeter-collector (236/296)
40712026-06-25T00:33:38.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-06-25T00:33:38.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-06-25T00:33:39.093Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40742026-06-25T00:33:39.093Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40752026-06-25T00:33:39.726Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40762026-06-25T00:33:41.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.84s
40772026-06-25T00:33:41.463Z
40782026-06-25T00:33:41.463Zinfo: running `cargo check --bins` on oximeter-api (237/296)
40792026-06-25T00:33:41.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-06-25T00:33:41.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-06-25T00:33:41.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40822026-06-25T00:33:41.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40832026-06-25T00:33:41.987Z
40842026-06-25T00:33:41.987Zinfo: running `cargo check --bins` on cert-dev (238/296)
40852026-06-25T00:33:42.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-06-25T00:33:42.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-06-25T00:33:42.533Z Checking yasna v0.5.2
40882026-06-25T00:33:42.926Z Checking rcgen v0.12.1
40892026-06-25T00:33:43.171Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40902026-06-25T00:33:43.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
40912026-06-25T00:33:43.495Z
40922026-06-25T00:33:43.495Zinfo: running `cargo check --bins` on clickana (239/296)
40932026-06-25T00:33:43.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-06-25T00:33:43.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-06-25T00:33:44.083Z Compiling darling_core v0.23.0
40962026-06-25T00:33:44.184Z Compiling instability v0.3.11
40972026-06-25T00:33:44.190Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40982026-06-25T00:33:44.194Z Checking castaway v0.2.4
40992026-06-25T00:33:44.200Z Compiling indoc v2.0.7
41002026-06-25T00:33:44.206Z Checking unicode-truncate v1.1.0
41012026-06-25T00:33:44.209Z Checking lru v0.12.5
41022026-06-25T00:33:44.209Z Checking cassowary v0.3.0
41032026-06-25T00:33:44.281Z Checking compact_str v0.8.1
41042026-06-25T00:33:45.490Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41052026-06-25T00:33:45.618Z Compiling darling_macro v0.23.0
41062026-06-25T00:33:45.669Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41072026-06-25T00:33:46.032Z Compiling darling v0.23.0
41082026-06-25T00:33:46.651Z Checking ratatui v0.29.0
41092026-06-25T00:33:47.716Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41102026-06-25T00:33:48.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s
41112026-06-25T00:33:48.529Z
41122026-06-25T00:33:48.529Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/296)
41132026-06-25T00:33:48.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-06-25T00:33:49.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-06-25T00:33:49.184Z Checking headers-core v0.3.0
41162026-06-25T00:33:49.189Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41172026-06-25T00:33:49.375Z Checking headers v0.4.1
41182026-06-25T00:33:49.736Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41192026-06-25T00:33:50.587Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41202026-06-25T00:33:51.058Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41212026-06-25T00:33:51.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.92s
41222026-06-25T00:33:51.637Z
41232026-06-25T00:33:51.637Zinfo: running `cargo check --bins` on ch-dev (241/296)
41242026-06-25T00:33:52.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-06-25T00:33:52.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-06-25T00:33:52.288Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41272026-06-25T00:33:53.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
41282026-06-25T00:33:53.188Z
41292026-06-25T00:33:53.189Zinfo: running `cargo check --bins` on dev-tools-common (242/296)
41302026-06-25T00:33:53.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-06-25T00:33:53.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-06-25T00:33:53.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41332026-06-25T00:33:53.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
41342026-06-25T00:33:53.569Z
41352026-06-25T00:33:53.570Zinfo: running `cargo check --bins` on crdb-seed (243/296)
41362026-06-25T00:33:54.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41372026-06-25T00:33:54.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41382026-06-25T00:33:54.215Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41392026-06-25T00:33:55.199Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41402026-06-25T00:33:55.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s
41412026-06-25T00:33:55.700Z
41422026-06-25T00:33:55.700Zinfo: running `cargo check --bins` on db-dev (244/296)
41432026-06-25T00:33:56.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-06-25T00:33:56.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-06-25T00:33:56.350Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41462026-06-25T00:33:57.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
41472026-06-25T00:33:57.263Z
41482026-06-25T00:33:57.264Zinfo: running `cargo check --bins` on omicron-dev-lib (245/296)
41492026-06-25T00:33:57.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-06-25T00:33:57.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-06-25T00:33:57.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41522026-06-25T00:33:57.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
41532026-06-25T00:33:57.808Z
41542026-06-25T00:33:57.808Zinfo: running `cargo check --bins` on xtask-downloader (246/296)
41552026-06-25T00:33:58.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-06-25T00:33:58.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-06-25T00:33:58.369Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41582026-06-25T00:33:59.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
41592026-06-25T00:33:59.183Z
41602026-06-25T00:33:59.183Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/296)
41612026-06-25T00:33:59.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-06-25T00:33:59.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-06-25T00:33:59.867Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41642026-06-25T00:33:59.867Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41652026-06-25T00:33:59.894Z Checking git-stub v1.0.0
41662026-06-25T00:33:59.895Z Compiling trait-variant v0.1.2
41672026-06-25T00:33:59.995Z Checking is_ci v1.2.0
41682026-06-25T00:34:00.008Z Checking maplit v1.0.2
41692026-06-25T00:34:00.008Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41702026-06-25T00:34:00.012Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41712026-06-25T00:34:00.076Z Checking supports-color v3.0.2
41722026-06-25T00:34:00.082Z Checking drift v0.2.0
41732026-06-25T00:34:00.125Z Checking git-stub-vcs v0.1.0
41742026-06-25T00:34:00.187Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41752026-06-25T00:34:00.200Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41762026-06-25T00:34:00.221Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41772026-06-25T00:34:00.313Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41782026-06-25T00:34:00.430Z Checking dropshot-api-manager v0.7.2
41792026-06-25T00:34:00.444Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41802026-06-25T00:34:00.466Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41812026-06-25T00:34:00.486Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41822026-06-25T00:34:00.719Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41832026-06-25T00:34:01.210Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41842026-06-25T00:34:02.174Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41852026-06-25T00:34:03.393Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41862026-06-25T00:34:03.976Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41872026-06-25T00:34:04.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s
41882026-06-25T00:34:04.579Z
41892026-06-25T00:34:04.579Zinfo: running `cargo check --bins` on installinator-api (248/296)
41902026-06-25T00:34:05.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41912026-06-25T00:34:05.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41922026-06-25T00:34:05.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41932026-06-25T00:34:05.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
41942026-06-25T00:34:05.103Z
41952026-06-25T00:34:05.103Zinfo: running `cargo check --bins` on nexus-external-api (249/296)
41962026-06-25T00:34:05.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41972026-06-25T00:34:05.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41982026-06-25T00:34:05.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41992026-06-25T00:34:05.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42002026-06-25T00:34:05.651Z
42012026-06-25T00:34:05.651Zinfo: running `cargo check --bins` on nexus-internal-api (250/296)
42022026-06-25T00:34:06.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-06-25T00:34:06.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-06-25T00:34:06.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42052026-06-25T00:34:06.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42062026-06-25T00:34:06.229Z
42072026-06-25T00:34:06.229Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/296)
42082026-06-25T00:34:06.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-06-25T00:34:06.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-06-25T00:34:06.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-06-25T00:34:06.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42122026-06-25T00:34:06.802Z
42132026-06-25T00:34:06.802Zinfo: running `cargo check --bins` on ntp-admin-api (252/296)
42142026-06-25T00:34:07.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-06-25T00:34:07.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-06-25T00:34:07.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-06-25T00:34:07.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42182026-06-25T00:34:07.295Z
42192026-06-25T00:34:07.296Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/296)
42202026-06-25T00:34:07.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-06-25T00:34:07.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-06-25T00:34:07.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-06-25T00:34:07.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
42242026-06-25T00:34:07.799Z
42252026-06-25T00:34:07.799Zinfo: running `cargo check --bins` on wicketd-api (254/296)
42262026-06-25T00:34:08.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-06-25T00:34:08.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-06-25T00:34:08.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42292026-06-25T00:34:08.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42302026-06-25T00:34:08.490Z
42312026-06-25T00:34:08.490Zinfo: running `cargo check --bins` on omicron-ls-apis (255/296)
42322026-06-25T00:34:08.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332026-06-25T00:34:08.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342026-06-25T00:34:08.922Z Checking typeid v1.0.3
42352026-06-25T00:34:08.997Z Checking ordered-float v2.10.1
42362026-06-25T00:34:09.014Z Checking unicode-xid v0.2.6
42372026-06-25T00:34:09.067Z Checking cargo-platform v0.2.0
42382026-06-25T00:34:09.067Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42392026-06-25T00:34:09.076Z Checking erased-serde v0.4.9
42402026-06-25T00:34:09.193Z Checking serde-value v0.7.0
42412026-06-25T00:34:09.371Z Checking serde-untagged v0.1.9
42422026-06-25T00:34:09.548Z Checking cargo-util-schemas v0.8.2
42432026-06-25T00:34:10.210Z Checking cargo_metadata v0.21.0
42442026-06-25T00:34:10.850Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42452026-06-25T00:34:11.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
42462026-06-25T00:34:11.788Z
42472026-06-25T00:34:11.788Zinfo: running `cargo check --bins` on mgs-dev (256/296)
42482026-06-25T00:34:12.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42492026-06-25T00:34:12.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42502026-06-25T00:34:12.989Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42512026-06-25T00:34:13.006Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42522026-06-25T00:34:13.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
42532026-06-25T00:34:13.628Z
42542026-06-25T00:34:13.631Zinfo: running `cargo check --bins` on omicron-omdb (257/296)
42552026-06-25T00:34:14.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42562026-06-25T00:34:14.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42572026-06-25T00:34:14.502Z Compiling vergen-lib v0.1.6
42582026-06-25T00:34:14.502Z Compiling diesel_derives v2.3.7
42592026-06-25T00:34:14.502Z Compiling dsl_auto_type v0.2.0
42602026-06-25T00:34:14.510Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42612026-06-25T00:34:14.510Z Checking scheduled-thread-pool v0.2.7
42622026-06-25T00:34:14.510Z Compiling vergen-gitcl v1.0.8
42632026-06-25T00:34:14.723Z Compiling diesel_table_macro_syntax v0.3.0
42642026-06-25T00:34:14.761Z Compiling dirs-sys-next v0.1.2
42652026-06-25T00:34:14.845Z Compiling crunchy v0.2.4
42662026-06-25T00:34:14.874Z Compiling glob v0.3.3
42672026-06-25T00:34:14.874Z Compiling dirs-next v2.0.0
42682026-06-25T00:34:14.924Z Checking r2d2 v0.8.10
42692026-06-25T00:34:14.971Z Compiling tiny-keccak v2.0.2
42702026-06-25T00:34:14.992Z Checking downcast-rs v2.0.2
42712026-06-25T00:34:15.110Z Compiling term v0.7.0
42722026-06-25T00:34:15.177Z Compiling bit-vec v0.6.3
42732026-06-25T00:34:15.217Z Compiling clang-sys v1.8.1
42742026-06-25T00:34:15.226Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42752026-06-25T00:34:15.390Z Compiling ascii-canvas v3.0.0
42762026-06-25T00:34:15.485Z Compiling bit-set v0.5.3
42772026-06-25T00:34:15.606Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42782026-06-25T00:34:15.639Z Compiling itertools v0.10.5
42792026-06-25T00:34:15.697Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42802026-06-25T00:34:15.697Z Compiling ena v0.14.4
42812026-06-25T00:34:15.714Z Compiling libloading v0.8.9
42822026-06-25T00:34:15.714Z Compiling diff v0.1.13
42832026-06-25T00:34:15.754Z Compiling regex-syntax v0.6.29
42842026-06-25T00:34:15.880Z Compiling bindgen v0.71.1
42852026-06-25T00:34:15.973Z Compiling cexpr v0.6.0
42862026-06-25T00:34:16.237Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42872026-06-25T00:34:16.319Z Compiling rustc-hash v2.1.1
42882026-06-25T00:34:16.461Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42892026-06-25T00:34:16.607Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42902026-06-25T00:34:16.651Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42912026-06-25T00:34:16.699Z Compiling libxml v0.3.3
42922026-06-25T00:34:16.912Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42932026-06-25T00:34:16.929Z Compiling strum_macros v0.24.3
42942026-06-25T00:34:16.964Z Compiling indoc v1.0.9
42952026-06-25T00:34:17.232Z Compiling lalrpop v0.19.12
42962026-06-25T00:34:17.851Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42972026-06-25T00:34:18.034Z Checking derive_builder v0.20.2
42982026-06-25T00:34:18.154Z Compiling oso-derive v0.27.3
42992026-06-25T00:34:18.330Z Checking quick-xml v0.37.5
43002026-06-25T00:34:18.345Z Compiling impl-trait-for-tuples v0.2.3
43012026-06-25T00:34:18.649Z Checking openssl-probe v0.1.6
43022026-06-25T00:34:18.787Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43032026-06-25T00:34:19.212Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43042026-06-25T00:34:19.421Z Checking bb8 v0.8.6
43052026-06-25T00:34:19.510Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43062026-06-25T00:34:19.545Z Compiling libz-sys v1.1.24
43072026-06-25T00:34:19.681Z Checking nonempty v0.12.0
43082026-06-25T00:34:19.732Z Compiling strsim v0.10.0
43092026-06-25T00:34:19.848Z Compiling libgit2-sys v0.18.3+1.9.2
43102026-06-25T00:34:19.866Z Compiling vergen-git2 v9.1.0
43112026-06-25T00:34:19.984Z Compiling darling_core v0.13.4
43122026-06-25T00:34:20.097Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43132026-06-25T00:34:20.173Z Compiling rustls v0.21.12
43142026-06-25T00:34:20.278Z Compiling base64 v0.21.7
43152026-06-25T00:34:20.397Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43162026-06-25T00:34:20.521Z Checking diesel v2.3.7
43172026-06-25T00:34:21.198Z Compiling ron v0.8.1
43182026-06-25T00:34:21.350Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43192026-06-25T00:34:21.533Z Checking sct v0.7.1
43202026-06-25T00:34:21.552Z Checking rustls-webpki v0.101.7
43212026-06-25T00:34:21.696Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43222026-06-25T00:34:21.848Z Compiling darling_macro v0.13.4
43232026-06-25T00:34:22.385Z Compiling darling v0.13.4
43242026-06-25T00:34:22.456Z Compiling serde_with_macros v1.5.2
43252026-06-25T00:34:22.684Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43262026-06-25T00:34:23.261Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43272026-06-25T00:34:23.298Z Compiling serde_with v1.14.0
43282026-06-25T00:34:24.364Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43292026-06-25T00:34:24.471Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43302026-06-25T00:34:25.003Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43312026-06-25T00:34:25.660Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43322026-06-25T00:34:25.854Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43332026-06-25T00:34:25.930Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43342026-06-25T00:34:25.947Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43352026-06-25T00:34:26.023Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43362026-06-25T00:34:26.112Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43372026-06-25T00:34:26.131Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43382026-06-25T00:34:26.368Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43392026-06-25T00:34:26.391Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43402026-06-25T00:34:26.404Z Checking tokio-rustls v0.24.1
43412026-06-25T00:34:26.604Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43422026-06-25T00:34:27.523Z Checking rustls-pemfile v1.0.4
43432026-06-25T00:34:27.605Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43442026-06-25T00:34:27.605Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43452026-06-25T00:34:27.605Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43462026-06-25T00:34:27.605Z Checking twox-hash v2.1.2
43472026-06-25T00:34:27.826Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43482026-06-25T00:34:27.845Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43492026-06-25T00:34:27.880Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43502026-06-25T00:34:28.160Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43512026-06-25T00:34:28.311Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43522026-06-25T00:34:30.231Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43532026-06-25T00:34:30.274Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43542026-06-25T00:34:30.274Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43552026-06-25T00:34:30.274Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43562026-06-25T00:34:30.537Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43572026-06-25T00:34:30.718Z Checking console v0.16.2
43582026-06-25T00:34:31.033Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43592026-06-25T00:34:31.166Z Checking fatfs v0.3.6
43602026-06-25T00:34:31.182Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43612026-06-25T00:34:31.631Z Compiling seq-macro v0.3.6
43622026-06-25T00:34:32.187Z Checking unit-prefix v0.5.2
43632026-06-25T00:34:32.325Z Checking indicatif v0.18.4
43642026-06-25T00:34:32.543Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43652026-06-25T00:34:32.636Z Checking support-bundle-viewer v0.1.2
43662026-06-25T00:34:32.720Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43672026-06-25T00:34:32.886Z Checking multimap v0.10.1
43682026-06-25T00:34:37.204Z Checking async-bb8-diesel v0.2.1
43692026-06-25T00:34:37.569Z Checking diesel-dtrace v0.5.0
43702026-06-25T00:34:42.220Z Compiling samael v0.0.19
43712026-06-25T00:34:47.118Z Compiling git2 v0.20.4
43722026-06-25T00:34:48.531Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43732026-06-25T00:34:49.150Z Compiling polar-core v0.27.3
43742026-06-25T00:34:49.579Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43752026-06-25T00:34:53.722Z Checking oso v0.27.3
43762026-06-25T00:35:22.923Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43772026-06-25T00:36:36.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
43782026-06-25T00:36:36.408Z
43792026-06-25T00:36:36.408Zinfo: running `cargo check --bins` on nexus-networking (258/296)
43802026-06-25T00:36:36.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43812026-06-25T00:36:36.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43822026-06-25T00:36:36.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43832026-06-25T00:36:36.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43842026-06-25T00:36:37.023Z
43852026-06-25T00:36:37.023Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/296)
43862026-06-25T00:36:37.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43872026-06-25T00:36:37.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43882026-06-25T00:36:37.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43892026-06-25T00:36:37.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43902026-06-25T00:36:37.599Z
43912026-06-25T00:36:37.599Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/296)
43922026-06-25T00:36:38.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43932026-06-25T00:36:38.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43942026-06-25T00:36:38.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43952026-06-25T00:36:38.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43962026-06-25T00:36:38.272Z
43972026-06-25T00:36:38.272Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/296)
43982026-06-25T00:36:38.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43992026-06-25T00:36:38.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44002026-06-25T00:36:38.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44012026-06-25T00:36:38.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44022026-06-25T00:36:38.689Z
44032026-06-25T00:36:38.689Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/296)
44042026-06-25T00:36:39.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44052026-06-25T00:36:39.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44062026-06-25T00:36:39.462Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44072026-06-25T00:36:40.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
44082026-06-25T00:36:40.398Z
44092026-06-25T00:36:40.399Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/296)
44102026-06-25T00:36:40.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44112026-06-25T00:36:40.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44122026-06-25T00:36:41.163Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44132026-06-25T00:37:19.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.13s
44142026-06-25T00:37:19.747Z
44152026-06-25T00:37:19.747Zinfo: running `cargo check --bins` on nexus-background-task-interface (264/296)
44162026-06-25T00:37:20.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-06-25T00:37:20.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-06-25T00:37:20.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44192026-06-25T00:37:20.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44202026-06-25T00:37:20.255Z
44212026-06-25T00:37:20.256Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (265/296)
44222026-06-25T00:37:20.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-06-25T00:37:20.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-06-25T00:37:20.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44252026-06-25T00:37:20.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44262026-06-25T00:37:20.817Z
44272026-06-25T00:37:20.817Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (266/296)
44282026-06-25T00:37:21.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-06-25T00:37:21.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-06-25T00:37:21.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44312026-06-25T00:37:21.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44322026-06-25T00:37:21.401Z
44332026-06-25T00:37:21.401Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (267/296)
44342026-06-25T00:37:21.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-06-25T00:37:21.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-06-25T00:37:21.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44372026-06-25T00:37:21.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44382026-06-25T00:37:21.988Z
44392026-06-25T00:37:21.988Zinfo: running `cargo check --bins` on nexus-mgs-updates (268/296)
44402026-06-25T00:37:22.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-06-25T00:37:22.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-06-25T00:37:22.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44432026-06-25T00:37:22.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44442026-06-25T00:37:22.560Z
44452026-06-25T00:37:22.560Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (269/296)
44462026-06-25T00:37:23.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44472026-06-25T00:37:23.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44482026-06-25T00:37:23.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44492026-06-25T00:37:23.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44502026-06-25T00:37:23.147Z
44512026-06-25T00:37:23.147Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (270/296)
44522026-06-25T00:37:23.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44532026-06-25T00:37:23.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44542026-06-25T00:37:23.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44552026-06-25T00:37:23.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44562026-06-25T00:37:23.742Z
44572026-06-25T00:37:23.742Zinfo: running `cargo check --bins` on support-bundle-collection (271/296)
44582026-06-25T00:37:24.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44592026-06-25T00:37:24.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44602026-06-25T00:37:24.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44612026-06-25T00:37:24.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44622026-06-25T00:37:24.323Z
44632026-06-25T00:37:24.323Zinfo: running `cargo check --bins` on omicron-dev (272/296)
44642026-06-25T00:37:24.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44652026-06-25T00:37:24.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44662026-06-25T00:37:25.162Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44672026-06-25T00:37:25.164Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44682026-06-25T00:37:25.310Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44692026-06-25T00:37:25.326Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44702026-06-25T00:37:25.340Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44712026-06-25T00:37:25.352Z Checking diff v0.1.13
44722026-06-25T00:37:25.355Z Checking yansi v1.0.1
44732026-06-25T00:37:25.378Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44742026-06-25T00:37:25.474Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44752026-06-25T00:37:25.592Z Checking pretty_assertions v1.4.1
44762026-06-25T00:37:26.315Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44772026-06-25T00:37:26.406Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44782026-06-25T00:37:50.532Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44792026-06-25T00:37:50.540Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44802026-06-25T00:37:50.540Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44812026-06-25T00:37:50.540Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44822026-06-25T00:37:50.540Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44832026-06-25T00:37:50.540Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44842026-06-25T00:37:51.294Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44852026-06-25T00:37:51.300Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44862026-06-25T00:37:52.491Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44872026-06-25T00:38:30.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
44882026-06-25T00:38:30.735Z
44892026-06-25T00:38:30.735Zinfo: running `cargo check --bins` on omicron-pins (273/296)
44902026-06-25T00:38:31.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-06-25T00:38:31.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-06-25T00:38:31.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44932026-06-25T00:38:31.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44942026-06-25T00:38:31.233Z
44952026-06-25T00:38:31.233Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (274/296)
44962026-06-25T00:38:31.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44972026-06-25T00:38:31.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44982026-06-25T00:38:31.953Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44992026-06-25T00:38:32.069Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45002026-06-25T00:38:32.072Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45012026-06-25T00:38:58.814Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45022026-06-25T00:38:59.185Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45032026-06-25T00:39:00.874Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45042026-06-25T00:39:01.309Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45052026-06-25T00:39:04.266Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45062026-06-25T00:39:27.886Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45072026-06-25T00:39:28.575Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45082026-06-25T00:39:30.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.95s
45092026-06-25T00:39:30.388Z
45102026-06-25T00:39:30.388Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (275/296)
45112026-06-25T00:39:30.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45122026-06-25T00:39:30.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45132026-06-25T00:39:31.048Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45142026-06-25T00:39:31.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45152026-06-25T00:39:31.904Z
45162026-06-25T00:39:31.904Zinfo: running `cargo check --bins` on omicron-releng (276/296)
45172026-06-25T00:39:32.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45182026-06-25T00:39:32.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45192026-06-25T00:39:32.490Z Compiling blake3 v1.8.5
45202026-06-25T00:39:32.593Z Checking constant_time_eq v0.4.2
45212026-06-25T00:39:32.596Z Checking arrayvec v0.7.6
45222026-06-25T00:39:32.596Z Checking arrayref v0.3.9
45232026-06-25T00:39:32.610Z Checking topological-sort v0.2.2
45242026-06-25T00:39:32.614Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45252026-06-25T00:39:32.614Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45262026-06-25T00:39:32.614Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45272026-06-25T00:39:32.651Z Checking shell-words v1.1.1
45282026-06-25T00:39:33.377Z Checking omicron-zone-package v0.12.2
45292026-06-25T00:39:34.098Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45302026-06-25T00:39:34.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
45312026-06-25T00:39:35.138Z
45322026-06-25T00:39:35.138Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (277/296)
45332026-06-25T00:39:35.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45342026-06-25T00:39:35.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45352026-06-25T00:39:35.717Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45362026-06-25T00:39:36.031Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45372026-06-25T00:39:36.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
45382026-06-25T00:39:36.591Z
45392026-06-25T00:39:36.591Zinfo: running `cargo check --bins` on schema (278/296)
45402026-06-25T00:39:37.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45412026-06-25T00:39:37.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45422026-06-25T00:39:37.269Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45432026-06-25T00:39:37.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45442026-06-25T00:39:38.113Z
45452026-06-25T00:39:38.113Zinfo: running `cargo check --bins` on xtask (279/296)
45462026-06-25T00:39:38.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45472026-06-25T00:39:38.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45482026-06-25T00:39:38.501Z Checking libc v0.2.185
45492026-06-25T00:39:38.574Z Checking serde v1.0.228
45502026-06-25T00:39:38.579Z Checking zerofrom v0.1.6
45512026-06-25T00:39:38.583Z Checking bitflags v2.11.0
45522026-06-25T00:39:38.588Z Checking smallvec v1.15.1
45532026-06-25T00:39:38.594Z Checking indexmap v2.14.0
45542026-06-25T00:39:38.604Z Checking serde_json v1.0.149
45552026-06-25T00:39:38.608Z Checking scroll v0.12.0
45562026-06-25T00:39:38.673Z Checking yoke v0.8.1
45572026-06-25T00:39:38.725Z Checking num-traits v0.2.19
45582026-06-25T00:39:38.757Z Checking thiserror v1.0.69
45592026-06-25T00:39:38.835Z Checking zerovec v0.11.5
45602026-06-25T00:39:38.835Z Checking zerotrie v0.2.3
45612026-06-25T00:39:38.853Z Checking percent-encoding v2.3.2
45622026-06-25T00:39:38.863Z Checking errno v0.3.14
45632026-06-25T00:39:38.968Z Checking serde_spanned v0.6.9
45642026-06-25T00:39:38.976Z Checking rustix v1.1.3
45652026-06-25T00:39:38.987Z Checking toml_datetime v0.6.11
45662026-06-25T00:39:39.080Z Checking log v0.4.29
45672026-06-25T00:39:39.091Z Checking zerocopy v0.7.35
45682026-06-25T00:39:39.107Z Checking form_urlencoded v1.2.2
45692026-06-25T00:39:39.163Z Checking toml_edit v0.22.27
45702026-06-25T00:39:39.194Z Checking getrandom v0.4.1
45712026-06-25T00:39:39.227Z Checking goblin v0.8.2
45722026-06-25T00:39:39.238Z Checking ordered-float v2.10.1
45732026-06-25T00:39:39.240Z Checking thiserror v2.0.18
45742026-06-25T00:39:39.257Z Checking tinystr v0.8.2
45752026-06-25T00:39:39.321Z Checking potential_utf v0.1.4
45762026-06-25T00:39:39.340Z Checking syn v2.0.117
45772026-06-25T00:39:39.431Z Checking icu_locale_core v2.1.1
45782026-06-25T00:39:39.449Z Checking icu_collections v2.1.1
45792026-06-25T00:39:39.458Z Checking serde-value v0.7.0
45802026-06-25T00:39:39.570Z Checking dtrace-parser v0.2.0
45812026-06-25T00:39:39.657Z Checking thread-id v4.2.2
45822026-06-25T00:39:39.736Z Checking once_cell v1.21.3
45832026-06-25T00:39:39.754Z Checking cargo-platform v0.2.0
45842026-06-25T00:39:39.780Z Checking terminal_size v0.4.3
45852026-06-25T00:39:39.802Z Checking memmap v0.7.0
45862026-06-25T00:39:39.898Z Checking clap_builder v4.6.0
45872026-06-25T00:39:39.908Z Checking tempfile v3.25.0
45882026-06-25T00:39:39.923Z Checking textwrap v0.16.2
45892026-06-25T00:39:39.923Z Checking fs-err v3.3.0
45902026-06-25T00:39:39.983Z Checking icu_provider v2.1.1
45912026-06-25T00:39:40.094Z Checking camino-tempfile v1.4.1
45922026-06-25T00:39:40.106Z Checking tabled v0.15.0
45932026-06-25T00:39:40.123Z Checking anyhow v1.0.102
45942026-06-25T00:39:40.217Z Checking icu_normalizer v2.1.1
45952026-06-25T00:39:40.245Z Checking icu_properties v2.1.2
45962026-06-25T00:39:40.262Z Checking toml v0.8.23
45972026-06-25T00:39:40.317Z Checking macaddr v1.0.1
45982026-06-25T00:39:40.494Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45992026-06-25T00:39:40.575Z Checking cargo_toml v0.21.0
46002026-06-25T00:39:41.047Z Checking idna_adapter v1.2.1
46012026-06-25T00:39:41.079Z Checking dof v0.3.0
46022026-06-25T00:39:41.089Z Checking clap v4.6.1
46032026-06-25T00:39:41.156Z Checking idna v1.1.0
46042026-06-25T00:39:41.333Z Checking usdt-impl v0.5.0
46052026-06-25T00:39:41.376Z Checking url v2.5.8
46062026-06-25T00:39:41.575Z Checking usdt v0.5.0
46072026-06-25T00:39:41.720Z Checking cargo-util-schemas v0.8.2
46082026-06-25T00:39:42.406Z Checking cargo_metadata v0.21.0
46092026-06-25T00:39:43.001Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46102026-06-25T00:39:43.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s
46112026-06-25T00:39:43.515Z
46122026-06-25T00:39:43.515Zinfo: running `cargo check --bins` on dnsadm (280/296)
46132026-06-25T00:39:43.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46142026-06-25T00:39:43.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46152026-06-25T00:39:44.095Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46162026-06-25T00:39:44.555Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46172026-06-25T00:39:44.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
46182026-06-25T00:39:45.101Z
46192026-06-25T00:39:45.101Zinfo: running `cargo check --bins` on end-to-end-tests (281/296)
46202026-06-25T00:39:45.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46212026-06-25T00:39:45.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46222026-06-25T00:39:45.840Z Checking polyval v0.6.2
46232026-06-25T00:39:45.959Z Checking ctr v0.9.2
46242026-06-25T00:39:45.969Z Checking ssh-encoding v0.2.0
46252026-06-25T00:39:45.971Z Checking blowfish v0.9.1
46262026-06-25T00:39:45.987Z Checking password-hash v0.4.2
46272026-06-25T00:39:46.000Z Checking p256 v0.13.2
46282026-06-25T00:39:46.003Z Checking p521 v0.13.3
46292026-06-25T00:39:46.025Z Checking russh-cryptovec v0.7.3
46302026-06-25T00:39:46.094Z Checking bcrypt-pbkdf v0.10.0
46312026-06-25T00:39:46.095Z Checking ghash v0.5.1
46322026-06-25T00:39:46.121Z Checking md5 v0.7.0
46332026-06-25T00:39:46.170Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46342026-06-25T00:39:46.173Z Checking num-bigint v0.4.6
46352026-06-25T00:39:46.209Z Checking pbkdf2 v0.11.0
46362026-06-25T00:39:46.224Z Checking aes-gcm v0.10.3
46372026-06-25T00:39:46.245Z Checking des v0.8.1
46382026-06-25T00:39:46.248Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46392026-06-25T00:39:46.283Z Checking hex-literal v0.4.1
46402026-06-25T00:39:46.376Z Checking ssh-cipher v0.2.0
46412026-06-25T00:39:46.376Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46422026-06-25T00:39:46.379Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46432026-06-25T00:39:46.414Z Checking internet-checksum v0.2.1
46442026-06-25T00:39:46.540Z Checking ssh-key v0.6.7
46452026-06-25T00:39:46.668Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46462026-06-25T00:39:47.172Z Checking russh-keys v0.45.0
46472026-06-25T00:39:47.711Z Checking russh v0.45.0
46482026-06-25T00:40:04.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.95s
46492026-06-25T00:40:04.251Z
46502026-06-25T00:40:04.251Zinfo: running `cargo check --bins` on gateway-cli (282/296)
46512026-06-25T00:40:06.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46522026-06-25T00:40:06.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46532026-06-25T00:40:06.613Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46542026-06-25T00:40:06.613Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46552026-06-25T00:40:06.613Z Checking termios v0.3.3
46562026-06-25T00:40:06.613Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46572026-06-25T00:40:06.613Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46582026-06-25T00:40:07.977Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46592026-06-25T00:40:08.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s
46602026-06-25T00:40:08.705Z
46612026-06-25T00:40:08.705Zinfo: running `cargo check --bins --no-default-features` on installinator (283/296)
46622026-06-25T00:40:09.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46632026-06-25T00:40:09.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46642026-06-25T00:40:09.356Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46652026-06-25T00:40:09.364Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46662026-06-25T00:40:09.476Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46672026-06-25T00:40:09.481Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46682026-06-25T00:40:09.484Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46692026-06-25T00:40:09.496Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46702026-06-25T00:40:10.226Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46712026-06-25T00:40:10.550Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46722026-06-25T00:40:10.550Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46732026-06-25T00:40:11.182Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46742026-06-25T00:40:12.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
46752026-06-25T00:40:12.976Z
46762026-06-25T00:40:12.976Zinfo: running `cargo check --bins` on internal-dns-cli (284/296)
46772026-06-25T00:40:13.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46782026-06-25T00:40:13.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46792026-06-25T00:40:13.556Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46802026-06-25T00:40:13.998Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46812026-06-25T00:40:14.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
46822026-06-25T00:40:14.480Z
46832026-06-25T00:40:14.480Zinfo: running `cargo check --bins` on omicron-live-tests (285/296)
46842026-06-25T00:40:14.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46852026-06-25T00:40:14.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46862026-06-25T00:40:14.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46872026-06-25T00:40:14.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
46882026-06-25T00:40:14.991Z
46892026-06-25T00:40:14.991Zinfo: running `cargo check --bins` on live-tests-macros (286/296)
46902026-06-25T00:40:15.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46912026-06-25T00:40:15.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46922026-06-25T00:40:15.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46932026-06-25T00:40:15.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
46942026-06-25T00:40:15.503Z
46952026-06-25T00:40:15.503Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (287/296)
46962026-06-25T00:40:15.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46972026-06-25T00:40:15.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46982026-06-25T00:40:16.192Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46992026-06-25T00:40:16.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
47002026-06-25T00:40:16.939Z
47012026-06-25T00:40:16.939Zinfo: running `cargo check --bins` on omicron-ntp-admin (288/296)
47022026-06-25T00:40:17.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47032026-06-25T00:40:17.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47042026-06-25T00:40:17.531Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47052026-06-25T00:40:17.534Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47062026-06-25T00:40:17.799Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47072026-06-25T00:40:17.799Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47082026-06-25T00:40:18.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
47092026-06-25T00:40:18.762Z
47102026-06-25T00:40:18.762Zinfo: running `cargo check --bins` on ntp-admin-types (289/296)
47112026-06-25T00:40:19.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47122026-06-25T00:40:19.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47132026-06-25T00:40:19.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47142026-06-25T00:40:19.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47152026-06-25T00:40:19.281Z
47162026-06-25T00:40:19.281Zinfo: running `cargo check --bins` on omicron-package (290/296)
47172026-06-25T00:40:19.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47182026-06-25T00:40:19.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47192026-06-25T00:40:19.905Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47202026-06-25T00:40:20.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
47212026-06-25T00:40:21.146Z
47222026-06-25T00:40:21.146Zinfo: running `cargo check --bins` on tqdb (291/296)
47232026-06-25T00:40:21.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47242026-06-25T00:40:21.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47252026-06-25T00:40:21.870Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47262026-06-25T00:40:22.213Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47272026-06-25T00:40:22.721Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47282026-06-25T00:40:22.721Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47292026-06-25T00:40:28.664Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47302026-06-25T00:40:28.668Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47312026-06-25T00:40:29.234Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47322026-06-25T00:40:29.234Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47332026-06-25T00:40:29.246Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47342026-06-25T00:40:29.246Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47352026-06-25T00:40:30.013Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47362026-06-25T00:40:31.004Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47372026-06-25T00:40:31.807Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47382026-06-25T00:40:32.409Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47392026-06-25T00:40:37.183Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47402026-06-25T00:40:43.693Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47412026-06-25T00:40:43.698Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47422026-06-25T00:40:43.698Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47432026-06-25T00:40:43.699Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47442026-06-25T00:40:45.143Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47452026-06-25T00:40:46.458Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47462026-06-25T00:40:47.122Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47472026-06-25T00:40:48.353Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47482026-06-25T00:40:48.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.72s
47492026-06-25T00:40:49.068Z
47502026-06-25T00:40:49.068Zinfo: running `cargo check --bins` on wicket-dbg (292/296)
47512026-06-25T00:40:49.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47522026-06-25T00:40:49.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47532026-06-25T00:40:49.722Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47542026-06-25T00:40:49.723Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47552026-06-25T00:40:49.727Z Checking rtoolbox v0.0.3
47562026-06-25T00:40:49.846Z Checking tui-tree-widget v0.23.1
47572026-06-25T00:40:49.940Z Checking rpassword v7.4.0
47582026-06-25T00:40:50.993Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47592026-06-25T00:40:54.082Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47602026-06-25T00:40:55.951Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47612026-06-25T00:40:56.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.76s
47622026-06-25T00:40:57.013Z
47632026-06-25T00:40:57.013Zinfo: running `cargo check --bins` on wicket (293/296)
47642026-06-25T00:40:57.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47652026-06-25T00:40:57.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47662026-06-25T00:40:57.654Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47672026-06-25T00:40:58.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
47682026-06-25T00:40:58.180Z
47692026-06-25T00:40:58.180Zinfo: running `cargo check --bins` on wicketd (294/296)
47702026-06-25T00:40:58.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47712026-06-25T00:40:58.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47722026-06-25T00:40:58.846Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47732026-06-25T00:40:58.850Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47742026-06-25T00:40:58.850Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47752026-06-25T00:40:58.850Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47762026-06-25T00:40:59.825Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47772026-06-25T00:41:00.388Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47782026-06-25T00:41:03.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.21s
47792026-06-25T00:41:03.576Z
47802026-06-25T00:41:03.577Zinfo: running `cargo check --bins` on omicron-workspace-hack (295/296)
47812026-06-25T00:41:04.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47822026-06-25T00:41:04.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47832026-06-25T00:41:04.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47842026-06-25T00:41:04.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47852026-06-25T00:41:04.091Z
47862026-06-25T00:41:04.091Zinfo: running `cargo check --bins` on zone-setup (296/296)
47872026-06-25T00:41:04.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47882026-06-25T00:41:04.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47892026-06-25T00:41:04.701Z Checking uzers v0.12.2
47902026-06-25T00:41:04.963Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47912026-06-25T00:41:05.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
47922026-06-25T00:41:05.895Z
47932026-06-25T00:41:05.898Zreal 13:44.132679445
47942026-06-25T00:41:05.898Zuser 20:42.086021155
47952026-06-25T00:41:05.898Zsys 4:06.683602689
47962026-06-25T00:41:05.898Ztrap 0.341130477
47972026-06-25T00:41:05.898Ztflt 0.817378921
47982026-06-25T00:41:05.898Zdflt 1.011584121
47992026-06-25T00:41:05.898Zkflt 0.005507565
48002026-06-25T00:41:05.898Zlock 1:17:13.297250844
48012026-06-25T00:41:05.898Zslp 1:39:38.447047584
48022026-06-25T00:41:05.898Zlat 51.221703881
48032026-06-25T00:41:05.898Zstop 3:17.030421182
48042026-06-25T00:41:05.899Zprocess exited: duration 948158 ms, exit code 0
 
48052026-06-25T00:41:05.905Zfound 0 output files