01KT4Y71DSXMRBK6FNS5PPMFNC: 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: 01KT4Y7VQDPWZTVDFNFJKJKAVW

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-02T19:52:06.179Zjob assigned to worker 01KT4Y81ZC1BJSX8A111B0K2KN [factory aws, i-005fc584c99de889d] (queued for 49 s)
 
22026-06-02T19:52:12.365Zstarting task 0: "setup"
32026-06-02T19:52:12.369Z++ uname -s
42026-06-02T19:52:12.372Z+ kern=SunOS
52026-06-02T19:52:12.372Z+ build_user=build
62026-06-02T19:52:12.372Z+ build_uid=12345
72026-06-02T19:52:12.372Z+ work_dir=/work
82026-06-02T19:52:12.372Z+ input_dir=/input
92026-06-02T19:52:12.372Z+ [[ 0 == 12345 ]]
102026-06-02T19:52:12.372Z+ case "$kern" in
112026-06-02T19:52:12.372Z+ groupadd -g 12345 build
122026-06-02T19:52:12.372Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-02T19:52:14.396Z+ zfs create -o mountpoint=/work rpool/work
142026-06-02T19:52:14.494Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-02T19:52:14.504Z+ home_fs=zfs
162026-06-02T19:52:14.504Z+ [[ zfs == autofs ]]
172026-06-02T19:52:14.504Z+ mkdir -p /home/build
182026-06-02T19:52:14.504Z+ chown build:build /home/build /work
192026-06-02T19:52:16.473Z+ chmod 0700 /home/build /work
202026-06-02T19:52:16.503Zprocess exited: duration 4098 ms, exit code 0
 
212026-06-02T19:52:16.519Zstarting task 1: "rust-toolchain"
222026-06-02T19:52:16.525Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-02T19:52:16.525Z * rust toolchain channel = "1.94.0"
242026-06-02T19:52:16.525Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-02T19:52:16.525Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-02T19:52:16.525Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-02T19:52:16.525Z * rust toolchain profile = "default"
282026-06-02T19:52:16.525Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-02T19:52:16.525Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-02T19:52:16.626Zinfo: downloading installer
312026-06-02T19:52:17.966Zwarn: It looks like you have an existing rustup settings file at:
322026-06-02T19:52:17.966Zwarn: /home/build/.rustup/settings.toml
332026-06-02T19:52:17.966Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-02T19:52:17.966Zwarn: instead of the one inferred from the default host triple.
352026-06-02T19:52:17.991Zinfo: profile set to default
362026-06-02T19:52:17.991Zinfo: default host triple is x86_64-unknown-illumos
372026-06-02T19:52:17.991Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-02T19:52:18.136Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-02T19:52:18.154Zinfo: downloading 6 components
402026-06-02T19:52:32.230Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-02T19:52:32.230Z
422026-06-02T19:52:32.284Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-02T19:52:32.284Z
442026-06-02T19:52:32.284Z
452026-06-02T19:52:32.284ZRust is installed now. Great!
462026-06-02T19:52:32.284Z
472026-06-02T19:52:32.284ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-02T19:52:32.284Zenvironment variable. This has not been done automatically.
492026-06-02T19:52:32.284Z
502026-06-02T19:52:32.284ZTo configure your current shell, you need to source
512026-06-02T19:52:32.284Zthe corresponding env file under $HOME/.cargo.
522026-06-02T19:52:32.284Z
532026-06-02T19:52:32.284ZThis is usually done by running one of the following (note the leading DOT):
542026-06-02T19:52:32.284Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-02T19:52:32.284Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-02T19:52:32.284Zsource "~/.cargo/env.nu" # For nushell
572026-06-02T19:52:32.284Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-02T19:52:32.284Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-02T19:52:32.284Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-02T19:52:32.285Zwarn: no default linker (`cc`) was found in your PATH
612026-06-02T19:52:32.285Zwarn: many Rust crates require a system C toolchain to build
622026-06-02T19:52:32.356Z+ rustup --version
632026-06-02T19:52:32.369Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-02T19:52:32.369Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-02T19:52:32.369Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-02T19:52:32.369Z+ cargo --version
672026-06-02T19:52:32.369Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-02T19:52:32.369Z+ rustc --version
692026-06-02T19:52:32.408Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-02T19:52:32.408Zprocess exited: duration 15866 ms, exit code 0
 
712026-06-02T19:52:32.422Zstarting task 2: "authentication"
722026-06-02T19:52:32.468Zprocess exited: duration 40 ms, exit code 0
 
732026-06-02T19:52:32.524Zstarting task 3: "clone repository"
742026-06-02T19:52:32.527Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-02T19:52:32.528Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-02T19:52:32.575ZCloning into '/work/oxidecomputer/omicron'...
772026-06-02T19:52:43.158Z+ cd /work/oxidecomputer/omicron
782026-06-02T19:52:43.158Z+ git fetch origin c6e59046f4243a68e7973eeec1a426216bbdbe9e
792026-06-02T19:52:43.446ZFrom https://github.com/oxidecomputer/omicron
802026-06-02T19:52:43.446Z * branch c6e59046f4243a68e7973eeec1a426216bbdbe9e -> FETCH_HEAD
812026-06-02T19:52:43.457Z+ [[ -n mergeconflict/fm-sitrepguardedinsert ]]
822026-06-02T19:52:43.460Z++ git branch --show-current
832026-06-02T19:52:43.460Z+ current=main
842026-06-02T19:52:43.460Z+ [[ main != mergeconflict/fm-sitrepguardedinsert ]]
852026-06-02T19:52:43.460Z+ git branch -f mergeconflict/fm-sitrepguardedinsert c6e59046f4243a68e7973eeec1a426216bbdbe9e
862026-06-02T19:52:43.463Z+ git checkout -f mergeconflict/fm-sitrepguardedinsert
872026-06-02T19:52:43.697ZSwitched to branch 'mergeconflict/fm-sitrepguardedinsert'
882026-06-02T19:52:43.701Z+ git reset --hard c6e59046f4243a68e7973eeec1a426216bbdbe9e
892026-06-02T19:52:43.715ZHEAD is now at c6e59046f [fm] Introduce SitrepGuardedInsert.
902026-06-02T19:52:43.719Zprocess exited: duration 11194 ms, exit code 0
 
912026-06-02T19:52:43.726Zstarting task 4: "build"
922026-06-02T19:52:43.730Z+ source .github/buildomat/ci-env.sh
932026-06-02T19:52:43.730Z++ export CARGO_TERM_COLOR=always
942026-06-02T19:52:43.730Z++ CARGO_TERM_COLOR=always
952026-06-02T19:52:43.730Z+ cargo --version
962026-06-02T19:52:43.740Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-02T19:52:43.743Z+ rustc --version
982026-06-02T19:52:43.763Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-02T19:52:43.766Z+ source ./env.sh
1002026-06-02T19:52:43.766Z++ OLD_SHELL_OPTS=ehxB
1012026-06-02T19:52:43.766Z++ set -o xtrace
1022026-06-02T19:52:43.769Z++++ dirname ./env.sh
1032026-06-02T19:52:43.781Z+++ readlink -f .
1042026-06-02T19:52:43.786Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-02T19:52:43.789Z++ 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-02T19:52:43.789Z++ 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-02T19:52:43.789Z++ 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-02T19:52:43.789Z++ 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-02T19:52:43.789Z++ 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-02T19:52:43.789Z++ 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-02T19:52:43.789Z++ 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-02T19:52:43.789Z++ 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-02T19:52:43.789Z++ case $OLD_SHELL_OPTS in
1142026-06-02T19:52:43.789Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-06-02T19:52:43.789Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1162026-06-02T19:52:43.789Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1172026-06-02T19:52:43.790Z+ banner prerequisites
1182026-06-02T19:52:43.790Z
1192026-06-02T19:52:43.790Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-06-02T19:52:43.790Z # # # # # # # # # # # # # # #
1212026-06-02T19:52:43.790Z # # # # ##### # # ##### # # # # # #### #
1222026-06-02T19:52:43.790Z ##### ##### # ##### # # # # # # # # #
1232026-06-02T19:52:43.790Z # # # # # # # # # # # # # # #
1242026-06-02T19:52:43.790Z # # # ###### # # ###### ### # #### # #### #
1252026-06-02T19:52:43.790Z
1262026-06-02T19:52:43.790Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-06-02T19:52:45.290Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-02T19:52:45.365Z Startup: Caching catalogs ... Done
1292026-06-02T19:52:45.666ZPlanning: Solver setup ... Done (0.261s)
1302026-06-02T19:52:45.686ZPlanning: Running solver ... Done (0.021s)
1312026-06-02T19:52:45.696ZPlanning: Finding local manifests ... Done (0.003s)
1322026-06-02T19:52:45.706ZPlanning: Fetching manifests: 0/2 0% complete
1332026-06-02T19:52:45.725ZPlanning: Fetching manifests: 2/2 100% complete
1342026-06-02T19:52:45.738ZPlanning: Package planning ... Done (0.013s)
1352026-06-02T19:52:45.741ZPlanning: Merging actions ... Done (0.001s)
1362026-06-02T19:52:45.929ZPlanning: Checking for conflicting actions ... Done (0.189s)
1372026-06-02T19:52:45.932ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-06-02T19:52:46.780ZPlanning: Evaluating mediators ... Done (0.848s)
1392026-06-02T19:52:46.783ZPlanning: Planning completed in 1.39 seconds
1402026-06-02T19:52:46.787Z Packages to install: 2
1412026-06-02T19:52:46.787Z Estimated space available: 156.07 GB
1422026-06-02T19:52:46.787ZEstimated space to be consumed: 23.93 MB
1432026-06-02T19:52:46.790Z Create boot environment: No
1442026-06-02T19:52:46.790ZCreate backup boot environment: No
1452026-06-02T19:52:46.790Z Rebuild boot archive: No
1462026-06-02T19:52:46.790Z
1472026-06-02T19:52:46.790ZChanged packages:
1482026-06-02T19:52:46.790Zhelios
1492026-06-02T19:52:46.790Z developer/build-essential
1502026-06-02T19:52:46.790Z None -> 11-3.0
1512026-06-02T19:52:46.790Z library/libxmlsec1
1522026-06-02T19:52:46.790Z None -> 1.2.35-3.0
1532026-06-02T19:52:46.812Z
1542026-06-02T19:52:46.812ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-06-02T19:52:51.051ZDownload: Completed 1.28 MB in 4.24 seconds (309k/s)
1562026-06-02T19:52:51.120Z Actions: 1/268 actions (Installing new actions)
1572026-06-02T19:52:51.159Z Actions: Completed 268 actions in 0.04 seconds.
1582026-06-02T19:52:51.166ZFinalize: Updating package state database ... Done (0.007s)
1592026-06-02T19:52:51.166ZFinalize: Updating package cache ... Done (0.000s)
1602026-06-02T19:52:51.188ZFinalize: Updating image state ... Done (0.020s)
1612026-06-02T19:52:53.564ZFinalize: Creating fast lookup database ... Done (2.355s)
1622026-06-02T19:52:53.652ZFinalize: Reading search index ... Done (0.030s)
1632026-06-02T19:52:53.656ZFinalize: Updating search index ... Done (0.000s)
1642026-06-02T19:52:53.745ZFinalize: Updating package cache ... Done (0.000s)
1652026-06-02T19:52:54.026ZPlanning: Evaluating mediator changes ... Done
1662026-06-02T19:52:54.130ZPlanning: Checking for conflicting actions ... Done
1672026-06-02T19:52:54.135ZPlanning: Consolidating action changes ... Done
1682026-06-02T19:52:54.291ZPlanning: Evaluating mediators ... Done
1692026-06-02T19:52:54.294ZPlanning: Planning completed in 0.27 seconds
1702026-06-02T19:52:54.315Z Mediators to change: 2
1712026-06-02T19:52:54.315Z Create boot environment: No
1722026-06-02T19:52:54.318ZCreate backup boot environment: No
1732026-06-02T19:52:54.436ZFinalize: Updating package state database ... Done
1742026-06-02T19:52:54.436ZFinalize: Updating package cache ... Done
1752026-06-02T19:52:54.446ZFinalize: Updating image state ... Done
1762026-06-02T19:52:56.406ZFinalize: Creating fast lookup database ... Done
1772026-06-02T19:52:56.471ZFinalize: Reading search index ... Done
1782026-06-02T19:52:56.475ZFinalize: Updating search index ... Done
1792026-06-02T19:52:56.563ZFinalize: Updating package cache ... Done
1802026-06-02T19:52:56.848ZPlanning: Evaluating mediator changes ... Done
1812026-06-02T19:52:56.954ZPlanning: Checking for conflicting actions ... Done
1822026-06-02T19:52:56.958ZPlanning: Consolidating action changes ... Done
1832026-06-02T19:52:57.116ZPlanning: Evaluating mediators ... Done
1842026-06-02T19:52:57.120ZPlanning: Planning completed in 0.27 seconds
1852026-06-02T19:52:57.137Z Mediators to change: 1
1862026-06-02T19:52:57.137Z Create boot environment: No
1872026-06-02T19:52:57.137ZCreate backup boot environment: No
1882026-06-02T19:52:57.188ZFinalize: Updating package state database ... Done
1892026-06-02T19:52:57.188ZFinalize: Updating package cache ... Done
1902026-06-02T19:52:57.199ZFinalize: Updating image state ... Done
1912026-06-02T19:52:59.136ZFinalize: Creating fast lookup database ... Done
1922026-06-02T19:52:59.196ZFinalize: Reading search index ... Done
1932026-06-02T19:52:59.199ZFinalize: Updating search index ... Done
1942026-06-02T19:52:59.277ZFinalize: Updating package cache ... Done
1952026-06-02T19:52:59.588ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-06-02T19:52:59.588Zapache system 2.4 system
1972026-06-02T19:52:59.588Zclang system 15 system
1982026-06-02T19:52:59.588Zcsh system system illumos
1992026-06-02T19:52:59.588Zctags system system illumos
2002026-06-02T19:52:59.588Zfile vendor vendor darwinsys
2012026-06-02T19:52:59.589Zfile system system illumos
2022026-06-02T19:52:59.589Zgcc vendor 14 vendor
2032026-06-02T19:52:59.589Zgcc system 13 system
2042026-06-02T19:52:59.589Zgcc system 10 system
2052026-06-02T19:52:59.589Zgo system 1.25 system
2062026-06-02T19:52:59.589Zllvm system 15 system
2072026-06-02T19:52:59.589Zmariadb system 11.4 system
2082026-06-02T19:52:59.589Zmta vendor vendor dma
2092026-06-02T19:52:59.589Zopenjdk system 17 system
2102026-06-02T19:52:59.589Zopenjdk system 11 system
2112026-06-02T19:52:59.589Zopenssl vendor 3 vendor
2122026-06-02T19:52:59.589Zperl system 5.40 system
2132026-06-02T19:52:59.589Zpostgresql system 18 system
2142026-06-02T19:52:59.589Zpostgresql system 17 system
2152026-06-02T19:52:59.590Zpython vendor 3 vendor
2162026-06-02T19:52:59.590Zpython system 2 system
2172026-06-02T19:52:59.590Zpython3 vendor 3.13 vendor
2182026-06-02T19:52:59.590Zruby system 3.4 system
2192026-06-02T19:52:59.590Zruby system 3.0 system
2202026-06-02T19:52:59.590Zwords vendor vendor american-english
2212026-06-02T19:52:59.590Zwords system system australian-english
2222026-06-02T19:52:59.590Zwords system system british-english
2232026-06-02T19:52:59.590Zwords system system canadian-english
2242026-06-02T19:52:59.591Zwords system system french
2252026-06-02T19:52:59.591Zwords system system italian
2262026-06-02T19:52:59.591Zwords system system ngerman
2272026-06-02T19:52:59.591Zwords system system ogerman
2282026-06-02T19:52:59.591Zwords system system spanish
2292026-06-02T19:52:59.849ZPUBLISHER TYPE STATUS P LOCATION
2302026-06-02T19:52:59.849Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-06-02T19:53:00.126ZFMRI IFO
2322026-06-02T19:53:00.126Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-06-02T19:53:00.126Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-06-02T19:53:00.126Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-06-02T19:53:00.126Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-06-02T19:53:00.126Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-06-02T19:53:00.126Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-06-02T19:53:00.126Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-06-02T19:53:00.127Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-06-02T19:53:00.127Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-06-02T19:53:00.377Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-06-02T19:53:00.713Z Updating crates.io index
2432026-06-02T19:53:00.726Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-06-02T19:53:00.958Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-06-02T19:53:02.249Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-06-02T19:53:02.776Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-06-02T19:53:03.640Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-06-02T19:53:04.143Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-06-02T19:53:05.944Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-06-02T19:53:06.722Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-06-02T19:53:07.088Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-06-02T19:53:07.974Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-06-02T19:53:08.212Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-06-02T19:53:08.717Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-06-02T19:53:08.966Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-06-02T19:53:09.988Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-06-02T19:53:10.574Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-06-02T19:53:11.107Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-06-02T19:53:11.372Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-06-02T19:53:11.858Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-06-02T19:53:12.145Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-06-02T19:53:12.499Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-06-02T19:53:12.790Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-06-02T19:53:13.050Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-06-02T19:53:13.421Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-06-02T19:53:13.801Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-06-02T19:53:14.255Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-06-02T19:53:14.688Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-06-02T19:53:15.048Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-06-02T19:53:15.331Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-06-02T19:53:16.463Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-06-02T19:53:16.771Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-06-02T19:53:17.580Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-06-02T19:53:17.954Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-06-02T19:53:18.284Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-06-02T19:53:18.615Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-06-02T19:53:18.985Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2782026-06-02T19:53:19.506Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792026-06-02T19:53:19.786Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802026-06-02T19:53:20.065Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812026-06-02T19:53:20.342Z Updating git repository `https://github.com/illumos/smf-rs`
2822026-06-02T19:53:20.688Z Updating git repository `https://github.com/oxidecomputer/omicron`
2832026-06-02T19:53:32.403Z Downloading crates ...
2842026-06-02T19:53:32.462Z Downloaded anstyle v1.0.13
2852026-06-02T19:53:32.471Z Downloaded icu_properties v2.1.2
2862026-06-02T19:53:32.474Z Downloaded anstream v0.6.21
2872026-06-02T19:53:32.474Z Downloaded form_urlencoded v1.2.2
2882026-06-02T19:53:32.482Z Downloaded textwrap v0.16.2
2892026-06-02T19:53:32.485Z Downloaded utf8_iter v1.0.4
2902026-06-02T19:53:32.485Z Downloaded zmij v1.0.21
2912026-06-02T19:53:32.490Z Downloaded version_check v0.9.5
2922026-06-02T19:53:32.493Z Downloaded smallvec v1.15.1
2932026-06-02T19:53:32.493Z Downloaded usdt v0.5.0
2942026-06-02T19:53:32.496Z Downloaded utf8parse v0.2.2
2952026-06-02T19:53:32.498Z Downloaded icu_properties_data v2.1.2
2962026-06-02T19:53:32.505Z Downloaded pretty-hex v0.4.1
2972026-06-02T19:53:32.509Z Downloaded pest_meta v2.8.6
2982026-06-02T19:53:32.509Z Downloaded toml_datetime v0.6.11
2992026-06-02T19:53:32.511Z Downloaded pest_derive v2.8.6
3002026-06-02T19:53:32.512Z Downloaded usdt-macro v0.5.0
3012026-06-02T19:53:32.517Z Downloaded usdt-attr-macro v0.5.0
3022026-06-02T19:53:32.517Z Downloaded toml_write v0.1.2
3032026-06-02T19:53:32.517Z Downloaded scroll v0.12.0
3042026-06-02T19:53:32.517Z Downloaded semver v1.0.28
3052026-06-02T19:53:32.521Z Downloaded proc-macro-error v1.0.4
3062026-06-02T19:53:32.521Z Downloaded thiserror-impl v1.0.69
3072026-06-02T19:53:32.521Z Downloaded thiserror v2.0.18
3082026-06-02T19:53:32.524Z Downloaded yoke v0.8.1
3092026-06-02T19:53:32.524Z Downloaded clap_derive v4.5.55
3102026-06-02T19:53:32.524Z Downloaded thiserror v1.0.69
3112026-06-02T19:53:32.529Z Downloaded writeable v0.6.2
3122026-06-02T19:53:32.529Z Downloaded typeid v1.0.3
3132026-06-02T19:53:32.533Z Downloaded usdt-impl v0.5.0
3142026-06-02T19:53:32.533Z Downloaded dof v0.3.0
3152026-06-02T19:53:32.533Z Downloaded log v0.4.29
3162026-06-02T19:53:32.533Z Downloaded zerofrom-derive v0.1.6
3172026-06-02T19:53:32.533Z Downloaded unicode-xid v0.2.6
3182026-06-02T19:53:32.534Z Downloaded colorchoice v1.0.4
3192026-06-02T19:53:32.536Z Downloaded ucd-trie v0.1.7
3202026-06-02T19:53:32.537Z Downloaded memchr v2.8.0
3212026-06-02T19:53:32.537Z Downloaded unicode-ident v1.0.24
3222026-06-02T19:53:32.540Z Downloaded cfg-if v1.0.4
3232026-06-02T19:53:32.540Z Downloaded toml v0.8.23
3242026-06-02T19:53:32.543Z Downloaded serde-value v0.7.0
3252026-06-02T19:53:32.543Z Downloaded generic-array v0.14.7
3262026-06-02T19:53:32.543Z Downloaded block-buffer v0.10.4
3272026-06-02T19:53:32.543Z Downloaded litemap v0.8.1
3282026-06-02T19:53:32.548Z Downloaded plain v0.2.3
3292026-06-02T19:53:32.548Z Downloaded equivalent v1.0.2
3302026-06-02T19:53:32.548Z Downloaded heck v0.5.0
3312026-06-02T19:53:32.548Z Downloaded zerofrom v0.1.6
3322026-06-02T19:53:32.552Z Downloaded thiserror-impl v2.0.18
3332026-06-02T19:53:32.552Z Downloaded cpufeatures v0.2.17
3342026-06-02T19:53:32.552Z Downloaded unicode-linebreak v0.1.5
3352026-06-02T19:53:32.552Z Downloaded fnv v1.0.7
3362026-06-02T19:53:32.552Z Downloaded zerocopy-derive v0.7.35
3372026-06-02T19:53:32.554Z Downloaded typenum v1.19.0
3382026-06-02T19:53:32.554Z Downloaded clap_lex v1.0.0
3392026-06-02T19:53:32.557Z Downloaded thread-id v4.2.2
3402026-06-02T19:53:32.560Z Downloaded zerotrie v0.2.3
3412026-06-02T19:53:32.600Z Downloaded toml_edit v0.22.27
3422026-06-02T19:53:32.601Z Downloaded smawk v0.3.2
3432026-06-02T19:53:32.601Z Downloaded ordered-float v2.10.1
3442026-06-02T19:53:32.601Z Downloaded autocfg v1.5.0
3452026-06-02T19:53:32.601Z Downloaded crypto-common v0.1.7
3462026-06-02T19:53:32.601Z Downloaded fastrand v2.3.0
3472026-06-02T19:53:32.601Z Downloaded scroll_derive v0.12.1
3482026-06-02T19:53:32.601Z Downloaded strsim v0.11.1
3492026-06-02T19:53:32.601Z Downloaded yoke-derive v0.8.1
3502026-06-02T19:53:32.601Z Downloaded is_terminal_polyfill v1.70.2
3512026-06-02T19:53:32.601Z Downloaded cargo-platform v0.2.0
3522026-06-02T19:53:32.601Z Downloaded zerovec-derive v0.11.2
3532026-06-02T19:53:32.601Z Downloaded tinystr v0.8.2
3542026-06-02T19:53:32.601Z Downloaded stable_deref_trait v1.2.1
3552026-06-02T19:53:32.601Z Downloaded itoa v1.0.17
3562026-06-02T19:53:32.601Z Downloaded potential_utf v0.1.4
3572026-06-02T19:53:32.601Z Downloaded percent-encoding v2.3.2
3582026-06-02T19:53:32.601Z Downloaded proc-macro-error-attr v1.0.4
3592026-06-02T19:53:32.601Z Downloaded memmap v0.7.0
3602026-06-02T19:53:32.601Z Downloaded zerocopy v0.7.35
3612026-06-02T19:53:32.604Z Downloaded serde_spanned v0.6.9
3622026-06-02T19:53:32.607Z Downloaded idna_adapter v1.2.1
3632026-06-02T19:53:32.607Z Downloaded heck v0.4.1
3642026-06-02T19:53:32.607Z Downloaded url v2.5.8
3652026-06-02T19:53:32.610Z Downloaded winnow v0.7.14
3662026-06-02T19:53:32.615Z Downloaded zerovec v0.11.5
3672026-06-02T19:53:32.617Z Downloaded pest_generator v2.8.6
3682026-06-02T19:53:32.620Z Downloaded anstyle-query v1.1.5
3692026-06-02T19:53:32.620Z Downloaded dtrace-parser v0.2.0
3702026-06-02T19:53:32.620Z Downloaded unicode-width v0.2.0
3712026-06-02T19:53:32.626Z Downloaded tabled_derive v0.7.0
3722026-06-02T19:53:32.630Z Downloaded swrite v0.1.0
3732026-06-02T19:53:32.630Z Downloaded unicode-width v0.1.14
3742026-06-02T19:53:32.632Z Downloaded terminal_size v0.4.3
3752026-06-02T19:53:32.632Z Downloaded macaddr v1.0.1
3762026-06-02T19:53:32.632Z Downloaded serde_tokenstream v0.2.3
3772026-06-02T19:53:32.635Z Downloaded serde v1.0.228
3782026-06-02T19:53:32.638Z Downloaded anstyle-parse v0.2.7
3792026-06-02T19:53:32.641Z Downloaded bytecount v0.6.9
3802026-06-02T19:53:32.641Z Downloaded byteorder v1.5.0
3812026-06-02T19:53:32.644Z Downloaded fs-err v3.3.0
3822026-06-02T19:53:32.647Z Downloaded quote v1.0.45
3832026-06-02T19:53:32.649Z Downloaded cargo_toml v0.21.0
3842026-06-02T19:53:32.652Z Downloaded cargo_metadata v0.21.0
3852026-06-02T19:53:32.655Z Downloaded camino-tempfile v1.4.1
3862026-06-02T19:53:32.658Z Downloaded erased-serde v0.4.9
3872026-06-02T19:53:32.661Z Downloaded anyhow v1.0.102
3882026-06-02T19:53:32.666Z Downloaded errno v0.3.14
3892026-06-02T19:53:32.672Z Downloaded sha2 v0.10.9
3902026-06-02T19:53:32.675Z Downloaded displaydoc v0.2.5
3912026-06-02T19:53:32.678Z Downloaded tempfile v3.25.0
3922026-06-02T19:53:32.680Z Downloaded serde-untagged v0.1.9
3932026-06-02T19:53:32.680Z Downloaded synstructure v0.13.2
3942026-06-02T19:53:32.686Z Downloaded serde_derive v1.0.228
3952026-06-02T19:53:32.689Z Downloaded icu_provider v2.1.1
3962026-06-02T19:53:32.689Z Downloaded once_cell v1.21.3
3972026-06-02T19:53:32.694Z Downloaded num-traits v0.2.19
3982026-06-02T19:53:32.694Z Downloaded getrandom v0.4.1
3992026-06-02T19:53:32.694Z Downloaded digest v0.10.7
4002026-06-02T19:53:32.698Z Downloaded camino v1.2.2
4012026-06-02T19:53:32.704Z Downloaded cargo-util-schemas v0.8.2
4022026-06-02T19:53:32.715Z Downloaded proc-macro2 v1.0.106
4032026-06-02T19:53:32.724Z Downloaded clap v4.5.60
4042026-06-02T19:53:32.728Z Downloaded serde_core v1.0.228
4052026-06-02T19:53:32.731Z Downloaded icu_normalizer v2.1.1
4062026-06-02T19:53:32.734Z Downloaded icu_normalizer_data v2.1.1
4072026-06-02T19:53:32.745Z Downloaded bitflags v2.11.0
4082026-06-02T19:53:32.748Z Downloaded icu_locale_core v2.1.1
4092026-06-02T19:53:32.752Z Downloaded papergrid v0.11.0
4102026-06-02T19:53:32.756Z Downloaded icu_collections v2.1.1
4112026-06-02T19:53:32.766Z Downloaded serde_json v1.0.149
4122026-06-02T19:53:32.770Z Downloaded indexmap v2.14.0
4132026-06-02T19:53:32.784Z Downloaded pest v2.8.6
4142026-06-02T19:53:32.790Z Downloaded idna v1.1.0
4152026-06-02T19:53:32.803Z Downloaded hashbrown v0.17.0
4162026-06-02T19:53:32.809Z Downloaded clap_builder v4.5.60
4172026-06-02T19:53:32.825Z Downloaded goblin v0.8.2
4182026-06-02T19:53:32.830Z Downloaded syn v2.0.117
4192026-06-02T19:53:32.837Z Downloaded tabled v0.15.0
4202026-06-02T19:53:32.845Z Downloaded syn v1.0.109
4212026-06-02T19:53:32.861Z Downloaded rustix v1.1.3
4222026-06-02T19:53:32.892Z Downloaded libc v0.2.185
4232026-06-02T19:53:32.959Z Compiling proc-macro2 v1.0.106
4242026-06-02T19:53:32.959Z Compiling quote v1.0.45
4252026-06-02T19:53:32.959Z Compiling unicode-ident v1.0.24
4262026-06-02T19:53:32.961Z Compiling serde_core v1.0.228
4272026-06-02T19:53:32.962Z Compiling libc v0.2.185
4282026-06-02T19:53:32.962Z Compiling version_check v0.9.5
4292026-06-02T19:53:32.962Z Compiling stable_deref_trait v1.2.1
4302026-06-02T19:53:32.962Z Compiling serde v1.0.228
4312026-06-02T19:53:33.264Z Compiling memchr v2.8.0
4322026-06-02T19:53:33.319Z Compiling zmij v1.0.21
4332026-06-02T19:53:33.461Z Compiling autocfg v1.5.0
4342026-06-02T19:53:33.924Z Compiling ucd-trie v0.1.7
4352026-06-02T19:53:33.929Z Compiling itoa v1.0.17
4362026-06-02T19:53:33.929Z Compiling thiserror v1.0.69
4372026-06-02T19:53:34.087Z Compiling pest v2.8.6
4382026-06-02T19:53:34.157Z Compiling litemap v0.8.1
4392026-06-02T19:53:34.192Z Compiling writeable v0.6.2
4402026-06-02T19:53:34.325Z Compiling icu_properties_data v2.1.2
4412026-06-02T19:53:34.426Z Compiling byteorder v1.5.0
4422026-06-02T19:53:34.449Z Compiling rustix v1.1.3
4432026-06-02T19:53:34.505Z Compiling icu_normalizer_data v2.1.1
4442026-06-02T19:53:34.745Z Compiling errno v0.3.14
4452026-06-02T19:53:34.758Z Compiling serde_json v1.0.149
4462026-06-02T19:53:34.836Z Compiling bitflags v2.11.0
4472026-06-02T19:53:34.882Z Compiling syn v2.0.117
4482026-06-02T19:53:35.002Z Compiling num-traits v0.2.19
4492026-06-02T19:53:35.081Z Compiling typeid v1.0.3
4502026-06-02T19:53:35.097Z Compiling hashbrown v0.17.0
4512026-06-02T19:53:35.195Z Compiling smallvec v1.15.1
4522026-06-02T19:53:35.349Z Compiling pest_meta v2.8.6
4532026-06-02T19:53:35.399Z Compiling equivalent v1.0.2
4542026-06-02T19:53:35.636Z Compiling indexmap v2.14.0
4552026-06-02T19:53:35.669Z Compiling thread-id v4.2.2
4562026-06-02T19:53:35.742Z Compiling proc-macro-error-attr v1.0.4
4572026-06-02T19:53:35.803Z Compiling usdt-impl v0.5.0
4582026-06-02T19:53:35.892Z Compiling syn v1.0.109
4592026-06-02T19:53:35.917Z Compiling erased-serde v0.4.9
4602026-06-02T19:53:36.005Z Compiling winnow v0.7.14
4612026-06-02T19:53:36.187Z Compiling toml_write v0.1.2
4622026-06-02T19:53:36.394Z Compiling proc-macro-error v1.0.4
4632026-06-02T19:53:36.445Z Compiling getrandom v0.4.1
4642026-06-02T19:53:36.572Z Compiling thiserror v2.0.18
4652026-06-02T19:53:36.775Z Compiling utf8parse v0.2.2
4662026-06-02T19:53:36.866Z Compiling plain v0.2.3
4672026-06-02T19:53:36.883Z Compiling percent-encoding v2.3.2
4682026-06-02T19:53:36.898Z Compiling camino v1.2.2
4692026-06-02T19:53:36.950Z Compiling log v0.4.29
4702026-06-02T19:53:36.971Z Compiling utf8_iter v1.0.4
4712026-06-02T19:53:37.062Z Compiling form_urlencoded v1.2.2
4722026-06-02T19:53:37.148Z Compiling anstyle-parse v0.2.7
4732026-06-02T19:53:37.180Z Compiling ordered-float v2.10.1
4742026-06-02T19:53:37.330Z Compiling terminal_size v0.4.3
4752026-06-02T19:53:37.433Z Compiling synstructure v0.13.2
4762026-06-02T19:53:37.450Z Compiling pest_generator v2.8.6
4772026-06-02T19:53:37.464Z Compiling cfg-if v1.0.4
4782026-06-02T19:53:37.537Z Compiling is_terminal_polyfill v1.70.2
4792026-06-02T19:53:37.553Z Compiling pretty-hex v0.4.1
4802026-06-02T19:53:37.627Z Compiling anstyle-query v1.1.5
4812026-06-02T19:53:37.684Z Compiling colorchoice v1.0.4
4822026-06-02T19:53:37.701Z Compiling anstyle v1.0.13
4832026-06-02T19:53:37.722Z Compiling serde-untagged v0.1.9
4842026-06-02T19:53:37.916Z Compiling anstream v0.6.21
4852026-06-02T19:53:37.955Z Compiling semver v1.0.28
4862026-06-02T19:53:38.018Z Compiling fs-err v3.3.0
4872026-06-02T19:53:38.134Z Compiling strsim v0.11.1
4882026-06-02T19:53:38.201Z Compiling bytecount v0.6.9
4892026-06-02T19:53:38.217Z Compiling heck v0.4.1
4902026-06-02T19:53:38.221Z Compiling once_cell v1.21.3
4912026-06-02T19:53:38.269Z Compiling anyhow v1.0.102
4922026-06-02T19:53:38.326Z Compiling fastrand v2.3.0
4932026-06-02T19:53:38.430Z Compiling unicode-xid v0.2.6
4942026-06-02T19:53:38.473Z Compiling clap_lex v1.0.0
4952026-06-02T19:53:38.561Z Compiling heck v0.5.0
4962026-06-02T19:53:38.579Z Compiling fnv v1.0.7
4972026-06-02T19:53:38.595Z Compiling unicode-width v0.1.14
4982026-06-02T19:53:38.676Z Compiling clap_builder v4.5.60
4992026-06-02T19:53:38.727Z Compiling tempfile v3.25.0
5002026-06-02T19:53:38.908Z Compiling papergrid v0.11.0
5012026-06-02T19:53:38.964Z Compiling memmap v0.7.0
5022026-06-02T19:53:38.965Z Compiling smawk v0.3.2
5032026-06-02T19:53:39.070Z Compiling unicode-linebreak v0.1.5
5042026-06-02T19:53:39.100Z Compiling unicode-width v0.2.0
5052026-06-02T19:53:39.120Z Compiling camino-tempfile v1.4.1
5062026-06-02T19:53:39.132Z Compiling serde_derive v1.0.228
5072026-06-02T19:53:39.308Z Compiling zerofrom-derive v0.1.6
5082026-06-02T19:53:39.333Z Compiling yoke-derive v0.8.1
5092026-06-02T19:53:39.362Z Compiling zerovec-derive v0.11.2
5102026-06-02T19:53:39.394Z Compiling displaydoc v0.2.5
5112026-06-02T19:53:40.198Z Compiling thiserror-impl v1.0.69
5122026-06-02T19:53:40.337Z Compiling zerocopy-derive v0.7.35
5132026-06-02T19:53:40.488Z Compiling pest_derive v2.8.6
5142026-06-02T19:53:40.495Z Compiling scroll_derive v0.12.1
5152026-06-02T19:53:40.686Z Compiling zerofrom v0.1.6
5162026-06-02T19:53:40.813Z Compiling yoke v0.8.1
5172026-06-02T19:53:40.871Z Compiling thiserror-impl v2.0.18
5182026-06-02T19:53:41.002Z Compiling zerovec v0.11.5
5192026-06-02T19:53:41.115Z Compiling zerotrie v0.2.3
5202026-06-02T19:53:41.162Z Compiling zerocopy v0.7.35
5212026-06-02T19:53:41.411Z Compiling scroll v0.12.0
5222026-06-02T19:53:41.465Z Compiling tinystr v0.8.2
5232026-06-02T19:53:41.491Z Compiling potential_utf v0.1.4
5242026-06-02T19:53:41.654Z Compiling icu_locale_core v2.1.1
5252026-06-02T19:53:41.669Z Compiling icu_collections v2.1.1
5262026-06-02T19:53:41.685Z Compiling dtrace-parser v0.2.0
5272026-06-02T19:53:41.702Z Compiling goblin v0.8.2
5282026-06-02T19:53:41.767Z Compiling tabled_derive v0.7.0
5292026-06-02T19:53:41.890Z Compiling clap_derive v4.5.55
5302026-06-02T19:53:42.311Z Compiling icu_provider v2.1.1
5312026-06-02T19:53:42.403Z Compiling textwrap v0.16.2
5322026-06-02T19:53:42.537Z Compiling serde_spanned v0.6.9
5332026-06-02T19:53:42.610Z Compiling icu_properties v2.1.2
5342026-06-02T19:53:42.636Z Compiling icu_normalizer v2.1.1
5352026-06-02T19:53:42.636Z Compiling toml_datetime v0.6.11
5362026-06-02T19:53:42.655Z Compiling dof v0.3.0
5372026-06-02T19:53:42.674Z Compiling serde_tokenstream v0.2.3
5382026-06-02T19:53:42.853Z Compiling toml_edit v0.22.27
5392026-06-02T19:53:42.875Z Compiling serde-value v0.7.0
5402026-06-02T19:53:43.017Z Compiling cargo-platform v0.2.0
5412026-06-02T19:53:43.170Z Compiling tabled v0.15.0
5422026-06-02T19:53:43.225Z Compiling macaddr v1.0.1
5432026-06-02T19:53:43.448Z Compiling idna_adapter v1.2.1
5442026-06-02T19:53:43.587Z Compiling idna v1.1.0
5452026-06-02T19:53:43.587Z Compiling usdt-macro v0.5.0
5462026-06-02T19:53:43.640Z Compiling usdt-attr-macro v0.5.0
5472026-06-02T19:53:43.658Z Compiling clap v4.5.60
5482026-06-02T19:53:43.738Z Compiling swrite v0.1.0
5492026-06-02T19:53:43.833Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5502026-06-02T19:53:44.081Z Compiling url v2.5.8
5512026-06-02T19:53:44.216Z Compiling toml v0.8.23
5522026-06-02T19:53:44.647Z Compiling cargo-util-schemas v0.8.2
5532026-06-02T19:53:44.680Z Compiling usdt v0.5.0
5542026-06-02T19:53:44.814Z Compiling cargo_toml v0.21.0
5552026-06-02T19:53:45.526Z Compiling cargo_metadata v0.21.0
5562026-06-02T19:53:46.452Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5572026-06-02T19:53:48.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.28s
5582026-06-02T19:53:48.766Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5592026-06-02T19:53:49.311Z Downloading crates ...
5602026-06-02T19:53:49.401Z Downloaded adler2 v2.0.1
5612026-06-02T19:53:49.413Z Downloaded blowfish v0.9.1
5622026-06-02T19:53:49.419Z Downloaded crc v3.4.0
5632026-06-02T19:53:49.425Z Downloaded bitflags v1.3.2
5642026-06-02T19:53:49.427Z Downloaded colored v2.2.0
5652026-06-02T19:53:49.430Z Downloaded chacha20 v0.9.1
5662026-06-02T19:53:49.433Z Downloaded darling_macro v0.20.11
5672026-06-02T19:53:49.433Z Downloaded bit-vec v0.6.3
5682026-06-02T19:53:49.433Z Downloaded derive_builder_macro v0.20.2
5692026-06-02T19:53:49.436Z Downloaded clang-sys v1.8.1
5702026-06-02T19:53:49.436Z Downloaded bzip2 v0.4.4
5712026-06-02T19:53:49.436Z Downloaded backon v1.6.0
5722026-06-02T19:53:49.439Z Downloaded dropshot-api-manager-types v0.7.2
5732026-06-02T19:53:49.443Z Downloaded der_derive v0.7.3
5742026-06-02T19:53:49.443Z Downloaded ctr v0.9.2
5752026-06-02T19:53:49.446Z Downloaded data-encoding v2.10.0
5762026-06-02T19:53:49.446Z Downloaded bb8 v0.8.6
5772026-06-02T19:53:49.446Z Downloaded cookie_store v0.22.1
5782026-06-02T19:53:49.449Z Downloaded aho-corasick v1.1.4
5792026-06-02T19:53:49.452Z Downloaded bumpalo v3.20.2
5802026-06-02T19:53:49.452Z Downloaded aes v0.8.4
5812026-06-02T19:53:49.456Z Downloaded bzip2 v0.6.1
5822026-06-02T19:53:49.456Z Downloaded argon2 v0.5.3
5832026-06-02T19:53:49.459Z Downloaded dsl_auto_type v0.2.0
5842026-06-02T19:53:49.460Z Downloaded env_filter v1.0.0
5852026-06-02T19:53:49.460Z Downloaded embedded-io v0.4.0
5862026-06-02T19:53:49.460Z Downloaded defmt-parser v1.0.0
5872026-06-02T19:53:49.462Z Downloaded foreign-types v0.3.2
5882026-06-02T19:53:49.462Z Downloaded cargo-platform v0.3.2
5892026-06-02T19:53:49.463Z Downloaded defmt v1.0.1
5902026-06-02T19:53:49.465Z Downloaded dtrace-parser v0.3.0
5912026-06-02T19:53:49.465Z Downloaded dirs-next v2.0.0
5922026-06-02T19:53:49.468Z Downloaded elliptic-curve v0.13.8
5932026-06-02T19:53:49.471Z Downloaded chacha20 v0.10.0
5942026-06-02T19:53:49.471Z Downloaded byte-wrapper v0.1.0
5952026-06-02T19:53:49.474Z Downloaded bitfield-struct v0.6.2
5962026-06-02T19:53:49.474Z Downloaded document-features v0.2.12
5972026-06-02T19:53:49.474Z Downloaded dirs-sys-next v0.1.2
5982026-06-02T19:53:49.474Z Downloaded cpufeatures v0.3.0
5992026-06-02T19:53:49.479Z Downloaded ciborium-ll v0.2.2
6002026-06-02T19:53:49.479Z Downloaded arrayref v0.3.9
6012026-06-02T19:53:49.479Z Downloaded foreign-types v0.5.0
6022026-06-02T19:53:49.479Z Downloaded bitfield-macros v0.19.4
6032026-06-02T19:53:49.482Z Downloaded derive_more-impl v2.1.1
6042026-06-02T19:53:49.482Z Downloaded curve25519-dalek-derive v0.1.1
6052026-06-02T19:53:49.485Z Downloaded ena v0.14.4
6062026-06-02T19:53:49.485Z Downloaded crucible-workspace-hack v0.1.0
6072026-06-02T19:53:49.485Z Downloaded compression-core v0.4.31
6082026-06-02T19:53:49.485Z Downloaded ciborium-io v0.2.2
6092026-06-02T19:53:49.485Z Downloaded camino-tempfile-ext v0.3.3
6102026-06-02T19:53:49.488Z Downloaded bytes v1.11.1
6112026-06-02T19:53:49.491Z Downloaded foreign-types-shared v0.1.1
6122026-06-02T19:53:49.491Z Downloaded enum-as-inner v0.6.1
6132026-06-02T19:53:49.491Z Downloaded darling_macro v0.23.0
6142026-06-02T19:53:49.497Z Downloaded crunchy v0.2.4
6152026-06-02T19:53:49.497Z Downloaded crossbeam-utils v0.8.21
6162026-06-02T19:53:49.497Z Downloaded bit-set v0.5.3
6172026-06-02T19:53:49.501Z Downloaded csv-core v0.1.13
6182026-06-02T19:53:49.501Z Downloaded async-stream-impl v0.3.6
6192026-06-02T19:53:49.501Z Downloaded array-init v0.0.4
6202026-06-02T19:53:49.501Z Downloaded ascii-canvas v3.0.0
6212026-06-02T19:53:49.501Z Downloaded diesel_table_macro_syntax v0.3.0
6222026-06-02T19:53:49.501Z Downloaded defmt v0.3.100
6232026-06-02T19:53:49.501Z Downloaded base16ct v0.2.0
6242026-06-02T19:53:49.504Z Downloaded async-stream v0.3.6
6252026-06-02T19:53:49.504Z Downloaded compression-codecs v0.4.37
6262026-06-02T19:53:49.507Z Downloaded cbc v0.1.2
6272026-06-02T19:53:49.507Z Downloaded cancel-safe-futures v0.1.5
6282026-06-02T19:53:49.509Z Downloaded futures-core v0.3.32
6292026-06-02T19:53:49.509Z Downloaded embedded-io v0.6.1
6302026-06-02T19:53:49.513Z Downloaded bcrypt-pbkdf v0.10.0
6312026-06-02T19:53:49.513Z Downloaded darling_macro v0.13.4
6322026-06-02T19:53:49.513Z Downloaded cfg_aliases v0.1.1
6332026-06-02T19:53:49.513Z Downloaded atomic-waker v1.1.2
6342026-06-02T19:53:49.516Z Downloaded bitfield v0.19.4
6352026-06-02T19:53:49.516Z Downloaded foldhash v0.1.5
6362026-06-02T19:53:49.516Z Downloaded darling_macro v0.21.3
6372026-06-02T19:53:49.519Z Downloaded aead v0.5.2
6382026-06-02T19:53:49.519Z Downloaded cfg_aliases v0.2.1
6392026-06-02T19:53:49.519Z Downloaded atty v0.2.14
6402026-06-02T19:53:49.519Z Downloaded bit-set v0.8.0
6412026-06-02T19:53:49.522Z Downloaded difflib v0.4.0
6422026-06-02T19:53:49.522Z Downloaded dyn-clone v1.0.20
6432026-06-02T19:53:49.525Z Downloaded display-error-chain v0.2.2
6442026-06-02T19:53:49.525Z Downloaded crc-catalog v2.4.0
6452026-06-02T19:53:49.525Z Downloaded dunce v1.0.5
6462026-06-02T19:53:49.529Z Downloaded cexpr v0.6.0
6472026-06-02T19:53:49.529Z Downloaded convert_case v0.10.0
6482026-06-02T19:53:49.529Z Downloaded console v0.16.2
6492026-06-02T19:53:49.532Z Downloaded fd-lock v4.0.4
6502026-06-02T19:53:49.532Z Downloaded endian-type v0.1.2
6512026-06-02T19:53:49.532Z Downloaded crc8 v0.1.1
6522026-06-02T19:53:49.536Z Downloaded cargo_metadata v0.23.1
6532026-06-02T19:53:49.536Z Downloaded block-padding v0.3.3
6542026-06-02T19:53:49.537Z Downloaded diesel-dtrace v0.5.0
6552026-06-02T19:53:49.541Z Downloaded atomicwrites v0.4.4
6562026-06-02T19:53:49.541Z Downloaded castaway v0.2.4
6572026-06-02T19:53:49.541Z Downloaded erased-serde v0.3.31
6582026-06-02T19:53:49.544Z Downloaded env_logger v0.11.9
6592026-06-02T19:53:49.544Z Downloaded cipher v0.4.4
6602026-06-02T19:53:49.547Z Downloaded float-cmp v0.10.0
6612026-06-02T19:53:49.547Z Downloaded flagset v0.4.7
6622026-06-02T19:53:49.547Z Downloaded fixedbitset v0.4.2
6632026-06-02T19:53:49.550Z Downloaded convert_case v0.4.0
6642026-06-02T19:53:49.550Z Downloaded cobs v0.3.0
6652026-06-02T19:53:49.554Z Downloaded futures-io v0.3.32
6662026-06-02T19:53:49.554Z Downloaded assert_matches v1.5.0
6672026-06-02T19:53:49.554Z Downloaded futures-sink v0.3.32
6682026-06-02T19:53:49.557Z Downloaded float-ord v0.3.2
6692026-06-02T19:53:49.557Z Downloaded cstr-argument v0.1.2
6702026-06-02T19:53:49.557Z Downloaded debug-ignore v1.0.5
6712026-06-02T19:53:49.557Z Downloaded fxhash v0.2.1
6722026-06-02T19:53:49.560Z Downloaded futures-task v0.3.32
6732026-06-02T19:53:49.560Z Downloaded backoff v0.4.0
6742026-06-02T19:53:49.560Z Downloaded foldhash v0.2.0
6752026-06-02T19:53:49.563Z Downloaded futures-macro v0.3.32
6762026-06-02T19:53:49.563Z Downloaded bcs v0.1.6
6772026-06-02T19:53:49.563Z Downloaded funty v2.0.0
6782026-06-02T19:53:49.566Z Downloaded buf-list v1.1.2
6792026-06-02T19:53:49.566Z Downloaded filetime v0.2.27
6802026-06-02T19:53:49.569Z Downloaded gethostname v0.5.0
6812026-06-02T19:53:49.569Z Downloaded foreign-types-shared v0.3.1
6822026-06-02T19:53:49.569Z Downloaded derive_builder_core v0.20.2
6832026-06-02T19:53:49.572Z Downloaded async-bb8-diesel v0.2.1
6842026-06-02T19:53:49.572Z Downloaded const_format_proc_macros v0.2.34
6852026-06-02T19:53:49.575Z Downloaded downcast-rs v2.0.2
6862026-06-02T19:53:49.575Z Downloaded hex v0.4.3
6872026-06-02T19:53:49.578Z Downloaded dof v0.4.0
6882026-06-02T19:53:49.578Z Downloaded colored v3.1.1
6892026-06-02T19:53:49.581Z Downloaded headers-core v0.3.0
6902026-06-02T19:53:49.581Z Downloaded hash32 v0.3.1
6912026-06-02T19:53:49.582Z Downloaded ghash v0.5.1
6922026-06-02T19:53:49.582Z Downloaded crossbeam-deque v0.8.6
6932026-06-02T19:53:49.584Z Downloaded hex-literal v0.4.1
6942026-06-02T19:53:49.584Z Downloaded foreign-types-macros v0.2.3
6952026-06-02T19:53:49.584Z Downloaded ed25519 v2.2.3
6962026-06-02T19:53:49.587Z Downloaded git-stub v1.0.0
6972026-06-02T19:53:49.588Z Downloaded bit-vec v0.8.0
6982026-06-02T19:53:49.588Z Downloaded async-recursion v1.1.1
6992026-06-02T19:53:49.590Z Downloaded hash32 v0.2.1
7002026-06-02T19:53:49.593Z Downloaded corncobs v0.1.4
7012026-06-02T19:53:49.593Z Downloaded hostname v0.3.1
7022026-06-02T19:53:49.593Z Downloaded globwalk v0.9.1
7032026-06-02T19:53:49.596Z Downloaded deranged v0.5.8
7042026-06-02T19:53:49.596Z Downloaded httpdate v1.0.3
7052026-06-02T19:53:49.600Z Downloaded either v1.15.0
7062026-06-02T19:53:49.603Z Downloaded constant_time_eq v0.4.2
7072026-06-02T19:53:49.603Z Downloaded darling v0.13.4
7082026-06-02T19:53:49.606Z Downloaded base64ct v1.8.3
7092026-06-02T19:53:49.606Z Downloaded cassowary v0.3.0
7102026-06-02T19:53:49.609Z Downloaded hubpack_derive v0.1.1
7112026-06-02T19:53:49.609Z Downloaded http-range v0.1.5
7122026-06-02T19:53:49.612Z Downloaded hyper-tls v0.6.0
7132026-06-02T19:53:49.615Z Downloaded http-body v1.0.1
7142026-06-02T19:53:49.615Z Downloaded hostname v0.4.2
7152026-06-02T19:53:49.618Z Downloaded illumos-nvpair-sys v0.2.0
7162026-06-02T19:53:49.618Z Downloaded home v0.5.12
7172026-06-02T19:53:49.620Z Downloaded darling v0.23.0
7182026-06-02T19:53:49.624Z Downloaded cmake v0.1.57
7192026-06-02T19:53:49.624Z Downloaded ahash v0.8.12
7202026-06-02T19:53:49.627Z Downloaded ecdsa v0.16.9
7212026-06-02T19:53:49.627Z Downloaded ident_case v1.0.1
7222026-06-02T19:53:49.631Z Downloaded hubpack v0.1.2
7232026-06-02T19:53:49.631Z Downloaded instant v0.1.13
7242026-06-02T19:53:49.631Z Downloaded critical-section v1.2.0
7252026-06-02T19:53:49.634Z Downloaded const-oid v0.9.6
7262026-06-02T19:53:49.634Z Downloaded derive-ex v0.1.8
7272026-06-02T19:53:49.634Z Downloaded fallible-iterator v0.2.0
7282026-06-02T19:53:49.637Z Downloaded find-msvc-tools v0.1.9
7292026-06-02T19:53:49.637Z Downloaded illumos-nvpair v0.3.0
7302026-06-02T19:53:49.639Z Downloaded group v0.13.0
7312026-06-02T19:53:49.640Z Downloaded indoc v1.0.9
7322026-06-02T19:53:49.642Z Downloaded internet-checksum v0.2.1
7332026-06-02T19:53:49.642Z Downloaded darling v0.20.11
7342026-06-02T19:53:49.645Z Downloaded console v0.15.11
7352026-06-02T19:53:49.651Z Downloaded is_ci v1.2.0
7362026-06-02T19:53:49.651Z Downloaded async-trait v0.1.89
7372026-06-02T19:53:49.654Z Downloaded crypto-bigint v0.5.5
7382026-06-02T19:53:49.658Z Downloaded daft-derive v0.1.7
7392026-06-02T19:53:49.661Z Downloaded keccak v0.1.6
7402026-06-02T19:53:49.661Z Downloaded globset v0.4.18
7412026-06-02T19:53:49.661Z Downloaded glob v0.3.3
7422026-06-02T19:53:49.661Z Downloaded lazy_static v1.5.0
7432026-06-02T19:53:49.664Z Downloaded arrayvec v0.7.6
7442026-06-02T19:53:49.664Z Downloaded is-terminal v0.4.17
7452026-06-02T19:53:49.667Z Downloaded kstat-rs v0.2.4
7462026-06-02T19:53:49.667Z Downloaded instability v0.3.11
7472026-06-02T19:53:49.667Z Downloaded inout v0.1.4
7482026-06-02T19:53:49.670Z Downloaded git-stub-vcs v0.1.0
7492026-06-02T19:53:49.670Z Downloaded futures-executor v0.3.32
7502026-06-02T19:53:49.670Z Downloaded ff v0.13.1
7512026-06-02T19:53:49.673Z Downloaded lalrpop-util v0.19.12
7522026-06-02T19:53:49.673Z Downloaded libscf-sys v1.1.0
7532026-06-02T19:53:49.673Z Downloaded highway v1.3.0
7542026-06-02T19:53:49.676Z Downloaded indent_write v2.2.0
7552026-06-02T19:53:49.679Z Downloaded futures-channel v0.3.32
7562026-06-02T19:53:49.679Z Downloaded des v0.8.1
7572026-06-02T19:53:49.682Z Downloaded fixedbitset v0.5.7
7582026-06-02T19:53:49.682Z Downloaded impl-trait-for-tuples v0.2.3
7592026-06-02T19:53:49.685Z Downloaded darling v0.21.3
7602026-06-02T19:53:49.688Z Downloaded lru-slab v0.1.2
7612026-06-02T19:53:49.688Z Downloaded md-5 v0.10.6
7622026-06-02T19:53:49.688Z Downloaded lzss v0.8.2
7632026-06-02T19:53:49.691Z Downloaded md5 v0.7.0
7642026-06-02T19:53:49.691Z Downloaded indoc v2.0.7
7652026-06-02T19:53:49.694Z Downloaded mime v0.3.17
7662026-06-02T19:53:49.694Z Downloaded diff v0.1.13
7672026-06-02T19:53:49.694Z Downloaded maybe-uninit v2.0.0
7682026-06-02T19:53:49.698Z Downloaded ingot v0.1.1
7692026-06-02T19:53:49.698Z Downloaded managed v0.8.0
7702026-06-02T19:53:49.698Z Downloaded blake2 v0.10.6
7712026-06-02T19:53:49.701Z Downloaded lru v0.12.5
7722026-06-02T19:53:49.704Z Downloaded match_cfg v0.1.0
7732026-06-02T19:53:49.704Z Downloaded maplit v1.0.2
7742026-06-02T19:53:49.704Z Downloaded memoffset v0.9.1
7752026-06-02T19:53:49.707Z Downloaded fs_extra v1.3.0
7762026-06-02T19:53:49.707Z Downloaded lru-cache v0.1.2
7772026-06-02T19:53:49.710Z Downloaded derive_more v0.99.20
7782026-06-02T19:53:49.712Z Downloaded newline-converter v0.3.0
7792026-06-02T19:53:49.712Z Downloaded crc32fast v1.5.0
7802026-06-02T19:53:49.716Z Downloaded ed25519-dalek v2.2.0
7812026-06-02T19:53:49.719Z Downloaded ipnetwork v0.21.1
7822026-06-02T19:53:49.719Z Downloaded derive_builder v0.20.2
7832026-06-02T19:53:49.723Z Downloaded http-body-util v0.1.3
7842026-06-02T19:53:49.723Z Downloaded multimap v0.10.1
7852026-06-02T19:53:49.723Z Downloaded crc-any v2.5.0
7862026-06-02T19:53:49.727Z Downloaded cookie v0.18.1
7872026-06-02T19:53:49.727Z Downloaded nodrop v0.1.14
7882026-06-02T19:53:49.727Z Downloaded der v0.7.10
7892026-06-02T19:53:49.730Z Downloaded newtype-uuid-macros v0.1.0
7902026-06-02T19:53:49.730Z Downloaded nibble_vec v0.1.0
7912026-06-02T19:53:49.733Z Downloaded new_debug_unreachable v1.0.6
7922026-06-02T19:53:49.733Z Downloaded ingot-types v0.1.2
7932026-06-02T19:53:49.733Z Downloaded newtype_derive v0.1.6
7942026-06-02T19:53:49.733Z Downloaded fs-err v2.11.0
7952026-06-02T19:53:49.736Z Downloaded daft v0.1.7
7962026-06-02T19:53:49.736Z Downloaded ipnet v2.11.0
7972026-06-02T19:53:49.739Z Downloaded ciborium v0.2.2
7982026-06-02T19:53:49.739Z Downloaded futures v0.3.32
7992026-06-02T19:53:49.742Z Downloaded iana-time-zone v0.1.65
8002026-06-02T19:53:49.745Z Downloaded num v0.4.3
8012026-06-02T19:53:49.745Z Downloaded libsw-core v0.3.2
8022026-06-02T19:53:49.745Z Downloaded jobserver v0.1.34
8032026-06-02T19:53:49.748Z Downloaded normalize-line-endings v0.3.0
8042026-06-02T19:53:49.748Z Downloaded num-iter v0.1.45
8052026-06-02T19:53:49.748Z Downloaded libloading v0.8.9
8062026-06-02T19:53:49.751Z Downloaded num_threads v0.1.7
8072026-06-02T19:53:49.751Z Downloaded const_format v0.2.35
8082026-06-02T19:53:49.754Z Downloaded num-derive v0.4.2
8092026-06-02T19:53:49.758Z Downloaded num-derive v0.3.3
8102026-06-02T19:53:49.758Z Downloaded chacha20poly1305 v0.10.1
8112026-06-02T19:53:49.758Z Downloaded mime_guess v2.0.5
8122026-06-02T19:53:49.761Z Downloaded libsw v3.5.0
8132026-06-02T19:53:49.761Z Downloaded linked-hash-map v0.5.6
8142026-06-02T19:53:49.761Z Downloaded linear-map v1.2.0
8152026-06-02T19:53:49.761Z Downloaded defmt-macros v1.0.1
8162026-06-02T19:53:49.764Z Downloaded darling_core v0.13.4
8172026-06-02T19:53:49.766Z Downloaded opaque-debug v0.3.1
8182026-06-02T19:53:49.767Z Downloaded ingot-macros v0.1.1
8192026-06-02T19:53:49.767Z Downloaded getrandom v0.3.4
8202026-06-02T19:53:49.770Z Downloaded base64 v0.22.1
8212026-06-02T19:53:49.772Z Downloaded openssl-probe v0.1.6
8222026-06-02T19:53:49.772Z Downloaded multer v3.1.0
8232026-06-02T19:53:49.775Z Downloaded lock_api v0.4.14
8242026-06-02T19:53:49.775Z Downloaded humantime v2.3.0
8252026-06-02T19:53:49.775Z Downloaded half v1.8.3
8262026-06-02T19:53:49.779Z Downloaded olpc-cjson v0.1.4
8272026-06-02T19:53:49.779Z Downloaded num_enum_derive v0.5.11
8282026-06-02T19:53:49.782Z Downloaded nanorand v0.7.0
8292026-06-02T19:53:49.782Z Downloaded openssl-macros v0.1.1
8302026-06-02T19:53:49.782Z Downloaded hyper-staticfile v0.10.1
8312026-06-02T19:53:49.782Z Downloaded cc v1.2.56
8322026-06-02T19:53:49.785Z Downloaded num-conv v0.2.0
8332026-06-02T19:53:49.785Z Downloaded getrandom v0.2.17
8342026-06-02T19:53:49.788Z Downloaded dropshot_endpoint v0.17.0
8352026-06-02T19:53:49.791Z Downloaded hyper-rustls v0.27.7
8362026-06-02T19:53:49.791Z Downloaded packed_struct_codegen v0.10.1
8372026-06-02T19:53:49.794Z Downloaded arc-swap v1.8.2
8382026-06-02T19:53:49.794Z Downloaded libefi-sys v0.1.0
8392026-06-02T19:53:49.797Z Downloaded crossbeam-epoch v0.9.18
8402026-06-02T19:53:49.797Z Downloaded native-tls v0.2.18
8412026-06-02T19:53:49.797Z Downloaded oso-derive v0.27.3
8422026-06-02T19:53:49.800Z Downloaded compact_str v0.8.1
8432026-06-02T19:53:49.800Z Downloaded openssl-probe v0.2.1
8442026-06-02T19:53:49.802Z Downloaded newtype-uuid v1.3.2
8452026-06-02T19:53:49.802Z Downloaded diesel_derives v2.3.7
8462026-06-02T19:53:49.805Z Downloaded pbkdf2 v0.12.2
8472026-06-02T19:53:49.809Z Downloaded parse-display v0.10.0
8482026-06-02T19:53:49.823Z Downloaded pbkdf2 v0.11.0
8492026-06-02T19:53:49.826Z Downloaded base64 v0.21.7
8502026-06-02T19:53:49.831Z Downloaded phf_shared v0.11.3
8512026-06-02T19:53:49.831Z Downloaded num_enum_derive v0.7.5
8522026-06-02T19:53:49.831Z Downloaded num-integer v0.1.46
8532026-06-02T19:53:49.834Z Downloaded nu-ansi-term v0.50.3
8542026-06-02T19:53:49.834Z Downloaded peg-runtime v0.8.5
8552026-06-02T19:53:49.834Z Downloaded owo-colors v4.3.0
8562026-06-02T19:53:49.834Z Downloaded nonempty v0.12.0
8572026-06-02T19:53:49.837Z Downloaded indexmap v1.9.3
8582026-06-02T19:53:49.837Z Downloaded litrs v1.0.0
8592026-06-02T19:53:49.840Z Downloaded pin-utils v0.1.0
8602026-06-02T19:53:49.840Z Downloaded num_enum v0.5.11
8612026-06-02T19:53:49.843Z Downloaded darling_core v0.23.0
8622026-06-02T19:53:49.846Z Downloaded predicates-tree v1.0.13
8632026-06-02T19:53:49.846Z Downloaded oxnet v0.1.4
8642026-06-02T19:53:49.848Z Downloaded hmac v0.12.1
8652026-06-02T19:53:49.848Z Downloaded heapless v0.8.0
8662026-06-02T19:53:49.851Z Downloaded num-complex v0.4.6
8672026-06-02T19:53:49.851Z Downloaded phf_shared v0.12.1
8682026-06-02T19:53:49.854Z Downloaded path-slash v0.1.5
8692026-06-02T19:53:49.854Z Downloaded num_enum v0.7.5
8702026-06-02T19:53:49.857Z Downloaded num-rational v0.4.2
8712026-06-02T19:53:49.857Z Downloaded parse-size v1.1.0
8722026-06-02T19:53:49.860Z Downloaded proc-macro-error-attr2 v2.0.0
8732026-06-02T19:53:49.860Z Downloaded precomputed-hash v0.1.1
8742026-06-02T19:53:49.860Z Downloaded powerfmt v0.2.0
8752026-06-02T19:53:49.860Z Downloaded ignore v0.4.25
8762026-06-02T19:53:49.863Z Downloaded httparse v1.10.1
8772026-06-02T19:53:49.863Z Downloaded memmap2 v0.9.10
8782026-06-02T19:53:49.891Z Downloaded flume v0.11.1
8792026-06-02T19:53:49.899Z Downloaded libbz2-rs-sys v0.2.2
8802026-06-02T19:53:49.899Z Downloaded darling_core v0.21.3
8812026-06-02T19:53:49.899Z Downloaded predicates-core v1.0.10
8822026-06-02T19:53:49.899Z Downloaded progenitor-client v0.11.2
8832026-06-02T19:53:49.900Z Downloaded progenitor-macro v0.13.0
8842026-06-02T19:53:49.900Z Downloaded progenitor-client v0.14.0
8852026-06-02T19:53:49.900Z Downloaded proc-macro-crate v3.4.0
8862026-06-02T19:53:49.900Z Downloaded oxide-tokio-rt v0.1.4
8872026-06-02T19:53:49.900Z Downloaded packed_struct v0.10.1
8882026-06-02T19:53:49.900Z Downloaded derive_more v2.1.1
8892026-06-02T19:53:49.900Z Downloaded peg-macros v0.8.5
8902026-06-02T19:53:49.900Z Downloaded psl-types v2.0.11
8912026-06-02T19:53:49.900Z Downloaded heapless v0.7.17
8922026-06-02T19:53:49.900Z Downloaded progenitor-macro v0.11.2
8932026-06-02T19:53:49.900Z Downloaded progenitor-client v0.10.0
8942026-06-02T19:53:49.900Z Downloaded proc-macro-crate v1.3.1
8952026-06-02T19:53:49.900Z Downloaded peg v0.8.5
8962026-06-02T19:53:49.900Z Downloaded progenitor-macro v0.14.0
8972026-06-02T19:53:49.900Z Downloaded pin-project-lite v0.2.17
8982026-06-02T19:53:49.905Z Downloaded paste v1.0.15
8992026-06-02T19:53:49.905Z Downloaded pem v3.0.6
9002026-06-02T19:53:49.905Z Downloaded password-hash v0.5.0
9012026-06-02T19:53:49.905Z Downloaded poly1305 v0.8.0
9022026-06-02T19:53:49.905Z Downloaded phf v0.13.1
9032026-06-02T19:53:49.905Z Downloaded password-hash v0.4.2
9042026-06-02T19:53:49.908Z Downloaded parse-display-derive v0.10.0
9052026-06-02T19:53:49.908Z Downloaded darling_core v0.20.11
9062026-06-02T19:53:49.908Z Downloaded rand_chacha v0.3.1
9072026-06-02T19:53:49.910Z Downloaded phf_shared v0.13.1
9082026-06-02T19:53:49.911Z Downloaded phf v0.12.1
9092026-06-02T19:53:49.911Z Downloaded pem-rfc7468 v0.7.0
9102026-06-02T19:53:49.915Z Downloaded fatfs v0.3.6
9112026-06-02T19:53:49.919Z Downloaded radium v0.7.0
9122026-06-02T19:53:49.919Z Downloaded parking_lot_core v0.8.6
9132026-06-02T19:53:49.919Z Downloaded hickory-resolver v0.25.2
9142026-06-02T19:53:49.923Z Downloaded hickory-resolver v0.24.4
9152026-06-02T19:53:49.923Z Downloaded predicates v3.1.4
9162026-06-02T19:53:49.926Z Downloaded flate2 v1.1.9
9172026-06-02T19:53:49.929Z Downloaded pkg-config v0.3.32
9182026-06-02T19:53:49.929Z Downloaded ref-cast-impl v1.0.25
9192026-06-02T19:53:49.929Z Downloaded progenitor v0.13.0
9202026-06-02T19:53:49.933Z Downloaded proc-macro-error2 v2.0.1
9212026-06-02T19:53:49.933Z Downloaded headers v0.4.1
9222026-06-02T19:53:49.937Z Downloaded ref-cast v1.0.25
9232026-06-02T19:53:49.940Z Downloaded recursive-proc-macro-impl v0.1.1
9242026-06-02T19:53:49.940Z Downloaded rand_xorshift v0.4.0
9252026-06-02T19:53:49.940Z Downloaded recursive v0.1.1
9262026-06-02T19:53:49.940Z Downloaded polyval v0.6.2
9272026-06-02T19:53:49.943Z Downloaded progenitor-extras v0.2.0
9282026-06-02T19:53:49.943Z Downloaded rfc6979 v0.4.0
9292026-06-02T19:53:49.943Z Downloaded expectorate v1.2.0
9302026-06-02T19:53:49.946Z Downloaded crossbeam-channel v0.5.15
9312026-06-02T19:53:49.949Z Downloaded ppv-lite86 v0.2.21
9322026-06-02T19:53:49.949Z Downloaded rustc_version v0.1.7
9332026-06-02T19:53:49.952Z Downloaded rustc-hash v2.1.1
9342026-06-02T19:53:49.952Z Downloaded postgres-protocol v0.6.10
9352026-06-02T19:53:49.952Z Downloaded omicron-zone-package v0.12.2
9362026-06-02T19:53:49.954Z Downloaded progenitor-client v0.13.0
9372026-06-02T19:53:49.954Z Downloaded progenitor v0.14.0
9382026-06-02T19:53:49.957Z Downloaded pin-project-internal v1.1.11
9392026-06-02T19:53:49.958Z Downloaded pkcs8 v0.10.2
9402026-06-02T19:53:49.960Z Downloaded half v2.7.1
9412026-06-02T19:53:49.963Z Downloaded psm v0.1.30
9422026-06-02T19:53:49.963Z Downloaded postcard v1.1.3
9432026-06-02T19:53:49.966Z Downloaded salsa20 v0.10.2
9442026-06-02T19:53:49.966Z Downloaded quick-error v1.2.3
9452026-06-02T19:53:49.969Z Downloaded parking_lot_core v0.9.12
9462026-06-02T19:53:49.969Z Downloaded parking_lot v0.11.2
9472026-06-02T19:53:49.972Z Downloaded hashbrown v0.13.2
9482026-06-02T19:53:49.976Z Downloaded parking_lot v0.12.5
9492026-06-02T19:53:49.976Z Downloaded rustc_version v0.4.1
9502026-06-02T19:53:49.979Z Downloaded russh-cryptovec v0.7.3
9512026-06-02T19:53:49.979Z Downloaded rtoolbox v0.0.3
9522026-06-02T19:53:49.979Z Downloaded async-compression v0.4.41
9532026-06-02T19:53:49.984Z Downloaded same-file v1.0.6
9542026-06-02T19:53:49.984Z Downloaded papergrid v0.17.0
9552026-06-02T19:53:49.986Z Downloaded drift v0.2.0
9562026-06-02T19:53:49.990Z Downloaded derive-where v1.6.0
9572026-06-02T19:53:49.993Z Downloaded ar_archive_writer v0.5.1
9582026-06-02T19:53:49.997Z Downloaded allocator-api2 v0.2.21
9592026-06-02T19:53:50.000Z Downloaded scheduled-thread-pool v0.2.7
9602026-06-02T19:53:50.000Z Downloaded resolv-conf v0.7.6
9612026-06-02T19:53:50.000Z Downloaded sapling-renderdag v0.1.0
9622026-06-02T19:53:50.005Z Downloaded miniz_oxide v0.8.9
9632026-06-02T19:53:50.011Z Downloaded scrypt v0.11.0
9642026-06-02T19:53:50.014Z Downloaded seq-macro v0.3.6
9652026-06-02T19:53:50.014Z Downloaded secrecy v0.10.3
9662026-06-02T19:53:50.017Z Downloaded rand_core v0.6.4
9672026-06-02T19:53:50.017Z Downloaded progenitor v0.11.2
9682026-06-02T19:53:50.017Z Downloaded r2d2 v0.8.10
9692026-06-02T19:53:50.020Z Downloaded secrecy v0.8.0
9702026-06-02T19:53:50.026Z Downloaded scopeguard v1.2.0
9712026-06-02T19:53:50.029Z Downloaded minimal-lexical v0.2.1
9722026-06-02T19:53:50.029Z Downloaded rand_core v0.10.0
9732026-06-02T19:53:50.033Z Downloaded postgres-types v0.2.12
9742026-06-02T19:53:50.033Z Downloaded rand_core v0.9.5
9752026-06-02T19:53:50.033Z Downloaded rand_chacha v0.9.0
9762026-06-02T19:53:50.036Z Downloaded rand_seeder v0.4.0
9772026-06-02T19:53:50.036Z Downloaded primeorder v0.13.6
9782026-06-02T19:53:50.036Z Downloaded pkcs5 v0.7.1
9792026-06-02T19:53:50.039Z Downloaded serde-big-array v0.5.1
9802026-06-02T19:53:50.039Z Downloaded sha1 v0.10.6
9812026-06-02T19:53:50.039Z Downloaded serde_spanned v1.0.4
9822026-06-02T19:53:50.042Z Downloaded serde_plain v1.0.2
9832026-06-02T19:53:50.042Z Downloaded indicatif v0.18.4
9842026-06-02T19:53:50.046Z Downloaded rustversion v1.0.22
9852026-06-02T19:53:50.046Z Downloaded oso v0.27.3
9862026-06-02T19:53:50.050Z Downloaded serde_bytes v0.11.19
9872026-06-02T19:53:50.050Z Downloaded serde_repr v0.1.20
9882026-06-02T19:53:50.054Z Downloaded semver v0.1.20
9892026-06-02T19:53:50.054Z Downloaded scroll_derive v0.13.1
9902026-06-02T19:53:50.054Z Downloaded pkcs1 v0.7.5
9912026-06-02T19:53:50.059Z Downloaded shell-words v1.1.1
9922026-06-02T19:53:50.061Z Downloaded signal-hook-mio v0.2.5
9932026-06-02T19:53:50.064Z Downloaded prefix-trie v0.7.0
9942026-06-02T19:53:50.064Z Downloaded signal-hook-tokio v0.3.1
9952026-06-02T19:53:50.067Z Downloaded siphasher v1.0.2
9962026-06-02T19:53:50.075Z Downloaded slog-bunyan v2.5.0
9972026-06-02T19:53:50.078Z Downloaded sigpipe v0.1.3
9982026-06-02T19:53:50.078Z Downloaded slog-envlogger v2.2.0
9992026-06-02T19:53:50.078Z Downloaded signature v2.2.0
10002026-06-02T19:53:50.081Z Downloaded progenitor-impl v0.14.0
10012026-06-02T19:53:50.081Z Downloaded pin-project v1.1.11
10022026-06-02T19:53:50.087Z Downloaded sct v0.7.1
10032026-06-02T19:53:50.091Z Downloaded rustls-pemfile v2.2.0
10042026-06-02T19:53:50.094Z Downloaded rustls-pemfile v1.0.4
10052026-06-02T19:53:50.094Z Downloaded rustls-native-certs v0.8.3
10062026-06-02T19:53:50.094Z Downloaded russh-keys v0.45.0
10072026-06-02T19:53:50.096Z Downloaded serde_path_to_error v0.1.20
10082026-06-02T19:53:50.096Z Downloaded aes-gcm v0.10.3
10092026-06-02T19:53:50.100Z Downloaded schemars_derive v0.8.22
10102026-06-02T19:53:50.102Z Downloaded quinn-udp v0.5.14
10112026-06-02T19:53:50.108Z Downloaded serde_urlencoded v0.7.1
10122026-06-02T19:53:50.111Z Downloaded serde_derive_internals v0.29.1
10132026-06-02T19:53:50.119Z Downloaded sec1 v0.7.3
10142026-06-02T19:53:50.122Z Downloaded scroll v0.13.0
10152026-06-02T19:53:50.122Z Downloaded openssl-sys v0.9.115
10162026-06-02T19:53:50.127Z Downloaded shlex v1.3.0
10172026-06-02T19:53:50.131Z Downloaded p256 v0.13.2
10182026-06-02T19:53:50.131Z Downloaded sqlparser_derive v0.5.0
10192026-06-02T19:53:50.134Z Downloaded progenitor-impl v0.13.0
10202026-06-02T19:53:50.134Z Downloaded simd-adler32 v0.3.8
10212026-06-02T19:53:50.135Z Downloaded bitvec v1.0.1
10222026-06-02T19:53:50.143Z Downloaded structmeta v0.3.0
10232026-06-02T19:53:50.145Z Downloaded signal-hook-registry v1.4.8
10242026-06-02T19:53:50.146Z Downloaded strsim v0.10.0
10252026-06-02T19:53:50.146Z Downloaded strip-ansi-escapes v0.2.1
10262026-06-02T19:53:50.146Z Downloaded serde_with_macros v1.5.2
10272026-06-02T19:53:50.146Z Downloaded serde-hex v0.1.0
10282026-06-02T19:53:50.148Z Downloaded structmeta-derive v0.3.0
10292026-06-02T19:53:50.148Z Downloaded ssh-cipher v0.2.0
10302026-06-02T19:53:50.148Z Downloaded slog-dtrace v0.3.0
10312026-06-02T19:53:50.151Z Downloaded sync_wrapper v1.0.2
10322026-06-02T19:53:50.152Z Downloaded ssh-encoding v0.2.0
10332026-06-02T19:53:50.152Z Downloaded strum v0.27.2
10342026-06-02T19:53:50.156Z Downloaded strum v0.26.3
10352026-06-02T19:53:50.156Z Downloaded sync-ptr v0.1.4
10362026-06-02T19:53:50.156Z Downloaded rcgen v0.12.1
10372026-06-02T19:53:50.161Z Downloaded supports-color v3.0.2
10382026-06-02T19:53:50.161Z Downloaded hyper-util v0.1.20
10392026-06-02T19:53:50.161Z Downloaded ron v0.8.1
10402026-06-02T19:53:50.164Z Downloaded subtle v2.6.1
10412026-06-02T19:53:50.165Z Downloaded slog-stdlog v4.1.1
10422026-06-02T19:53:50.165Z Downloaded slog-scope v4.4.1
10432026-06-02T19:53:50.168Z Downloaded take_mut v0.2.2
10442026-06-02T19:53:50.168Z Downloaded tabwriter v1.4.1
10452026-06-02T19:53:50.168Z Downloaded mio v1.2.0
10462026-06-02T19:53:50.171Z Downloaded hashbrown v0.12.3
10472026-06-02T19:53:50.174Z Downloaded slog-json v2.6.1
10482026-06-02T19:53:50.174Z Downloaded hashbrown v0.15.5
10492026-06-02T19:53:50.177Z Downloaded jiff-static v0.2.21
10502026-06-02T19:53:50.180Z Downloaded hickory-server v0.25.2
10512026-06-02T19:53:50.182Z Downloaded progenitor-impl v0.11.2
10522026-06-02T19:53:50.182Z Downloaded rusty-fork v0.3.1
10532026-06-02T19:53:50.185Z Downloaded thiserror-impl-no-std v2.0.2
10542026-06-02T19:53:50.185Z Downloaded testing_table v0.3.0
10552026-06-02T19:53:50.188Z Downloaded slog-async v2.8.0
10562026-06-02T19:53:50.191Z Downloaded smf v0.2.3
10572026-06-02T19:53:50.191Z Downloaded tagptr v0.2.0
10582026-06-02T19:53:50.195Z Downloaded itertools v0.10.5
10592026-06-02T19:53:50.199Z Downloaded serde_with_macros v3.17.0
10602026-06-02T19:53:50.199Z Downloaded smallvec v0.6.14
10612026-06-02T19:53:50.202Z Downloaded termtree v0.5.1
10622026-06-02T19:53:50.202Z Downloaded tinyvec_macros v0.1.1
10632026-06-02T19:53:50.202Z Downloaded http v1.4.0
10642026-06-02T19:53:50.205Z Downloaded thread-id v5.1.0
10652026-06-02T19:53:50.208Z Downloaded snafu-derive v0.8.9
10662026-06-02T19:53:50.208Z Downloaded tap v1.0.1
10672026-06-02T19:53:50.215Z Downloaded libxml v0.3.3
10682026-06-02T19:53:50.218Z Downloaded static_assertions v1.1.0
10692026-06-02T19:53:50.218Z Downloaded crossterm v0.29.0
10702026-06-02T19:53:50.222Z Downloaded pretty_assertions v1.4.1
10712026-06-02T19:53:50.226Z Downloaded support-bundle-viewer v0.1.2
10722026-06-02T19:53:50.228Z Downloaded strum_macros v0.24.3
10732026-06-02T19:53:50.228Z Downloaded publicsuffix v2.3.0
10742026-06-02T19:53:50.232Z Downloaded string_cache v0.8.9
10752026-06-02T19:53:50.232Z Downloaded stacker v0.1.23
10762026-06-02T19:53:50.232Z Downloaded tabled_derive v0.11.0
10772026-06-02T19:53:50.235Z Downloaded strum_macros v0.26.4
10782026-06-02T19:53:50.235Z Downloaded time-core v0.1.8
10792026-06-02T19:53:50.235Z Downloaded serde_cbor v0.11.2
10802026-06-02T19:53:50.238Z Downloaded quinn v0.11.9
10812026-06-02T19:53:50.241Z Downloaded slab v0.4.12
10822026-06-02T19:53:50.241Z Downloaded schemars v0.8.22
10832026-06-02T19:53:50.245Z Downloaded tower-service v0.3.3
10842026-06-02T19:53:50.248Z Downloaded spki v0.7.3
10852026-06-02T19:53:50.251Z Downloaded itertools v0.12.1
10862026-06-02T19:53:50.254Z Downloaded rustls-platform-verifier v0.6.2
10872026-06-02T19:53:50.257Z Downloaded spin v0.9.8
10882026-06-02T19:53:50.260Z Downloaded termios v0.3.3
10892026-06-02T19:53:50.260Z Downloaded rustls-pki-types v1.14.0
10902026-06-02T19:53:50.263Z Downloaded thread_local v1.1.9
10912026-06-02T19:53:50.263Z Downloaded sqlformat v0.3.5
10922026-06-02T19:53:50.266Z Downloaded similar v2.7.0
10932026-06-02T19:53:50.269Z Downloaded signal-hook v0.3.18
10942026-06-02T19:53:50.271Z Downloaded tokio-macros v2.7.0
10952026-06-02T19:53:50.271Z Downloaded rayon-core v1.13.0
10962026-06-02T19:53:50.275Z Downloaded slog-term v2.9.2
10972026-06-02T19:53:50.278Z Downloaded num-bigint-dig v0.8.6
10982026-06-02T19:53:50.284Z Downloaded trait-variant v0.1.2
10992026-06-02T19:53:50.290Z Downloaded topological-sort v0.2.2
11002026-06-02T19:53:50.293Z Downloaded tls_codec_derive v0.4.2
11012026-06-02T19:53:50.293Z Downloaded typify-macro v0.6.2
11022026-06-02T19:53:50.297Z Downloaded unarray v0.1.4
11032026-06-02T19:53:50.297Z Downloaded qorb v0.4.1
11042026-06-02T19:53:50.300Z Downloaded try-lock v0.2.5
11052026-06-02T19:53:50.300Z Downloaded thiserror-no-std v2.0.2
11062026-06-02T19:53:50.303Z Downloaded socket2 v0.6.3
11072026-06-02T19:53:50.306Z Downloaded socket2 v0.5.10
11082026-06-02T19:53:50.306Z Downloaded crossterm v0.28.1
11092026-06-02T19:53:50.308Z Downloaded tokio-tungstenite v0.21.0
11102026-06-02T19:53:50.311Z Downloaded prettyplease v0.2.37
11112026-06-02T19:53:50.314Z Downloaded universal-hash v0.5.1
11122026-06-02T19:53:50.317Z Downloaded unit-prefix v0.5.2
11132026-06-02T19:53:50.317Z Downloaded time-macros v0.2.27
11142026-06-02T19:53:50.317Z Downloaded typify-macro v0.4.3
11152026-06-02T19:53:50.320Z Downloaded tls_codec v0.4.2
11162026-06-02T19:53:50.320Z Downloaded strum_macros v0.27.2
11172026-06-02T19:53:50.320Z Downloaded stringprep v0.1.5
11182026-06-02T19:53:50.323Z Downloaded serde_yaml v0.9.34+deprecated
11192026-06-02T19:53:50.326Z Downloaded usdt-attr-macro v0.6.0
11202026-06-02T19:53:50.326Z Downloaded untrusted v0.7.1
11212026-06-02T19:53:50.330Z Downloaded unicode-truncate v1.1.0
11222026-06-02T19:53:50.333Z Downloaded tiny-keccak v2.0.2
11232026-06-02T19:53:50.336Z Downloaded usdt-macro v0.6.0
11242026-06-02T19:53:50.336Z Downloaded usdt v0.6.0
11252026-06-02T19:53:50.336Z Downloaded utf-8 v0.7.6
11262026-06-02T19:53:50.336Z Downloaded dropshot-api-manager v0.7.2
11272026-06-02T19:53:50.339Z Downloaded blake3 v1.8.3
11282026-06-02T19:53:50.344Z Downloaded nom v7.1.3
11292026-06-02T19:53:50.347Z Downloaded schemars v0.9.0
11302026-06-02T19:53:50.354Z Downloaded tui-tree-widget v0.23.1
11312026-06-02T19:53:50.357Z Downloaded slog v2.8.2
11322026-06-02T19:53:50.357Z Downloaded tokio-native-tls v0.3.1
11332026-06-02T19:53:50.360Z Downloaded rsa v0.9.10
11342026-06-02T19:53:50.362Z Downloaded hyper v1.8.1
11352026-06-02T19:53:50.366Z Downloaded waitgroup v0.1.2
11362026-06-02T19:53:50.366Z Downloaded wait-timeout v0.2.1
11372026-06-02T19:53:50.369Z Downloaded void v1.0.2
11382026-06-02T19:53:50.369Z Downloaded tokio-dtrace v0.1.1
11392026-06-02T19:53:50.369Z Downloaded ryu v1.0.23
11402026-06-02T19:53:50.370Z Downloaded rand v0.8.6
11412026-06-02T19:53:50.372Z Downloaded num-bigint v0.4.6
11422026-06-02T19:53:50.376Z Downloaded tokio-rustls v0.25.0
11432026-06-02T19:53:50.379Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11442026-06-02T19:53:50.379Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11452026-06-02T19:53:50.385Z Downloaded xshell-macros v0.2.7
11462026-06-02T19:53:50.388Z Downloaded tower-layer v0.3.3
11472026-06-02T19:53:50.388Z Downloaded toml_writer v1.0.6+spec-1.1.0
11482026-06-02T19:53:50.388Z Downloaded term v0.7.0
11492026-06-02T19:53:50.391Z Downloaded want v0.3.1
11502026-06-02T19:53:50.394Z Downloaded tracing-attributes v0.1.31
11512026-06-02T19:53:50.394Z Downloaded xattr v1.6.1
11522026-06-02T19:53:50.397Z Downloaded term v1.2.1
11532026-06-02T19:53:50.400Z Downloaded schemars v1.2.1
11542026-06-02T19:53:50.407Z Downloaded unicase v2.9.0
11552026-06-02T19:53:50.410Z Downloaded test-strategy v0.4.5
11562026-06-02T19:53:50.410Z Downloaded iddqd v0.4.2
11572026-06-02T19:53:50.415Z Downloaded untrusted v0.9.0
11582026-06-02T19:53:50.418Z Downloaded twox-hash v2.1.2
11592026-06-02T19:53:50.418Z Downloaded iri-string v0.7.10
11602026-06-02T19:53:50.421Z Downloaded tokio-rustls v0.24.1
11612026-06-02T19:53:50.424Z Downloaded tinyvec v1.10.0
11622026-06-02T19:53:50.424Z Downloaded uzers v0.12.2
11632026-06-02T19:53:50.427Z Downloaded libm v0.2.16
11642026-06-02T19:53:50.430Z Downloaded rand v0.9.2
11652026-06-02T19:53:50.433Z Downloaded walkdir v2.5.0
11662026-06-02T19:53:50.436Z Downloaded samael v0.0.19
11672026-06-02T19:53:50.440Z Downloaded zone v0.3.1
11682026-06-02T19:53:50.440Z Downloaded vergen-git2 v9.1.0
11692026-06-02T19:53:50.440Z Downloaded usdt-impl v0.6.0
11702026-06-02T19:53:50.444Z Downloaded tokio-stream v0.1.18
11712026-06-02T19:53:50.444Z Downloaded rustls-webpki v0.103.9
11722026-06-02T19:53:50.447Z Downloaded vergen-lib v9.1.0
11732026-06-02T19:53:50.447Z Downloaded tar v0.4.45
11742026-06-02T19:53:50.449Z Downloaded toml v1.0.6+spec-1.1.0
11752026-06-02T19:53:50.449Z Downloaded toml v0.7.8
11762026-06-02T19:53:50.452Z Downloaded tokio-rustls v0.26.4
11772026-06-02T19:53:50.452Z Downloaded whoami v1.6.1
11782026-06-02T19:53:50.455Z Downloaded xshell v0.2.7
11792026-06-02T19:53:50.455Z Downloaded wyz v0.5.1
11802026-06-02T19:53:50.455Z Downloaded aws-lc-rs v1.16.3
11812026-06-02T19:53:50.461Z Downloaded vsss-rs v3.3.4
11822026-06-02T19:53:50.463Z Downloaded toml_parser v1.0.9+spec-1.1.0
11832026-06-02T19:53:50.466Z Downloaded unicode-properties v0.1.4
11842026-06-02T19:53:50.467Z Downloaded hashbrown v0.16.1
11852026-06-02T19:53:50.469Z Downloaded tungstenite v0.21.0
11862026-06-02T19:53:50.472Z Downloaded vergen-gitcl v1.0.8
11872026-06-02T19:53:50.472Z Downloaded whoami v2.1.0
11882026-06-02T19:53:50.472Z Downloaded subprocess v0.2.15
11892026-06-02T19:53:50.475Z Downloaded rand v0.10.0
11902026-06-02T19:53:50.478Z Downloaded steno v0.4.1
11912026-06-02T19:53:50.481Z Downloaded typify v0.6.2
11922026-06-02T19:53:50.484Z Downloaded typify v0.4.3
11932026-06-02T19:53:50.488Z Downloaded zone_cfg_derive v0.3.1
11942026-06-02T19:53:50.488Z Downloaded tungstenite v0.23.0
11952026-06-02T19:53:50.491Z Downloaded rpassword v7.4.0
11962026-06-02T19:53:50.491Z Downloaded russh v0.45.0
11972026-06-02T19:53:50.497Z Downloaded zstd v0.13.3
11982026-06-02T19:53:50.499Z Downloaded chrono v0.4.44
11992026-06-02T19:53:50.499Z Downloaded zstd-safe v7.2.4
12002026-06-02T19:53:50.502Z Downloaded itertools v0.14.0
12012026-06-02T19:53:50.505Z Downloaded itertools v0.13.0
12022026-06-02T19:53:50.510Z Downloaded zeroize_derive v1.4.3
12032026-06-02T19:53:50.516Z Downloaded h2 v0.4.13
12042026-06-02T19:53:50.520Z Downloaded yasna v0.5.2
12052026-06-02T19:53:50.523Z Downloaded vergen-lib v0.1.6
12062026-06-02T19:53:50.523Z Downloaded vergen v9.1.0
12072026-06-02T19:53:50.526Z Downloaded tracing-core v0.1.36
12082026-06-02T19:53:50.526Z Downloaded hkdf v0.12.4
12092026-06-02T19:53:50.528Z Downloaded zeroize v1.8.2
12102026-06-02T19:53:50.532Z Downloaded reedline v0.40.0
12112026-06-02T19:53:50.537Z Downloaded unicode-bidi v0.3.18
12122026-06-02T19:53:50.541Z Downloaded vte v0.14.1
12132026-06-02T19:53:50.543Z Downloaded unsafe-libyaml v0.2.11
12142026-06-02T19:53:50.543Z Downloaded zerocopy v0.6.6
12152026-06-02T19:53:50.546Z Downloaded tokio-postgres v0.7.16
12162026-06-02T19:53:50.553Z Downloaded futures-util v0.3.32
12172026-06-02T19:53:50.559Z Downloaded snafu v0.8.9
12182026-06-02T19:53:50.562Z Downloaded rustyline v14.0.0
12192026-06-02T19:53:50.576Z Downloaded uuid v1.23.0
12202026-06-02T19:53:50.580Z Downloaded reqwest v0.12.28
12212026-06-02T19:53:50.584Z Downloaded ssh-key v0.6.7
12222026-06-02T19:53:50.587Z Downloaded serde_with v1.14.0
12232026-06-02T19:53:50.590Z Downloaded portable-atomic v1.13.1
12242026-06-02T19:53:50.593Z Downloaded p521 v0.13.3
12252026-06-02T19:53:50.596Z Downloaded bindgen v0.71.1
12262026-06-02T19:53:50.599Z Downloaded lalrpop v0.19.12
12272026-06-02T19:53:50.606Z Downloaded zopfli v0.8.3
12282026-06-02T19:53:50.613Z Downloaded regex v1.12.3
12292026-06-02T19:53:50.616Z Downloaded toml_edit v0.23.10+spec-1.0.0
12302026-06-02T19:53:50.633Z Downloaded unicode_categories v0.1.1
12312026-06-02T19:53:50.636Z Downloaded zip v0.6.6
12322026-06-02T19:53:50.639Z Downloaded yansi v1.0.1
12332026-06-02T19:53:50.639Z Downloaded salty v0.3.0
12342026-06-02T19:53:50.642Z Downloaded typed-path v0.9.3
12352026-06-02T19:53:50.644Z Downloaded rustls-webpki v0.101.7
12362026-06-02T19:53:50.654Z Downloaded goblin v0.10.5
12372026-06-02T19:53:50.657Z Downloaded toml_edit v0.19.15
12382026-06-02T19:53:50.666Z Downloaded x509-cert v0.2.5
12392026-06-02T19:53:50.669Z Downloaded tower v0.5.3
12402026-06-02T19:53:50.674Z Downloaded reqwest v0.13.2
12412026-06-02T19:53:50.677Z Downloaded zerocopy-derive v0.8.40
12422026-06-02T19:53:50.682Z Downloaded proptest v1.10.0
12432026-06-02T19:53:50.687Z Downloaded unicode-segmentation v1.12.0
12442026-06-02T19:53:50.691Z Downloaded tokio-util v0.7.18
12452026-06-02T19:53:50.697Z Downloaded bstr v1.12.1
12462026-06-02T19:53:50.717Z Downloaded quick-xml v0.37.5
12472026-06-02T19:53:50.721Z Downloaded nix v0.27.1
12482026-06-02T19:53:50.727Z Downloaded p384 v0.13.1
12492026-06-02T19:53:50.735Z Downloaded rayon v1.11.0
12502026-06-02T19:53:50.740Z Downloaded quinn-proto v0.11.13
12512026-06-02T19:53:50.757Z Downloaded unicode-normalization v0.1.25
12522026-06-02T19:53:50.760Z Downloaded git2 v0.20.4
12532026-06-02T19:53:50.763Z Downloaded polar-core v0.27.3
12542026-06-02T19:53:50.767Z Downloaded winnow v0.5.40
12552026-06-02T19:53:50.771Z Downloaded winnow v0.6.26
12562026-06-02T19:53:50.777Z Downloaded tough v0.22.0
12572026-06-02T19:53:50.781Z Downloaded tower-http v0.6.8
12582026-06-02T19:53:50.785Z Downloaded serde_with v3.17.0
12592026-06-02T19:53:50.792Z Downloaded petname v2.0.2
12602026-06-02T19:53:50.795Z Downloaded tokio-tungstenite v0.23.1
12612026-06-02T19:53:50.798Z Downloaded rustls-webpki v0.102.8
12622026-06-02T19:53:50.807Z Downloaded moka v0.12.13
12632026-06-02T19:53:50.828Z Downloaded nix v0.28.0
12642026-06-02T19:53:50.837Z Downloaded curve25519-dalek v4.1.3
12652026-06-02T19:53:50.843Z Downloaded smoltcp v0.9.1
12662026-06-02T19:53:50.850Z Downloaded nix v0.31.2
12672026-06-02T19:53:50.857Z Downloaded object v0.30.4
12682026-06-02T19:53:50.862Z Downloaded zlib-rs v0.6.2
12692026-06-02T19:53:50.865Z Downloaded object v0.37.3
12702026-06-02T19:53:50.874Z Downloaded radix_trie v0.2.1
12712026-06-02T19:53:50.920Z Downloaded zip v4.6.1
12722026-06-02T19:53:50.929Z Downloaded hickory-proto v0.25.2
12732026-06-02T19:53:50.929Z Downloaded zerocopy v0.8.40
12742026-06-02T19:53:50.929Z Downloaded rustls v0.23.37
12752026-06-02T19:53:50.929Z Downloaded webpki-roots v1.0.6
12762026-06-02T19:53:50.929Z Downloaded rustls v0.22.4
12772026-06-02T19:53:50.929Z Downloaded openapiv3 v2.2.0
12782026-06-02T19:53:50.941Z Downloaded tabled v0.20.0
12792026-06-02T19:53:50.954Z Downloaded time v0.3.47
12802026-06-02T19:53:50.968Z Downloaded rustls v0.21.12
12812026-06-02T19:53:50.984Z Downloaded openssl v0.10.79
12822026-06-02T19:53:50.993Z Downloaded vcpkg v0.2.15
12832026-06-02T19:53:51.012Z Downloaded hickory-proto v0.24.4
12842026-06-02T19:53:51.022Z Downloaded regex-syntax v0.6.29
12852026-06-02T19:53:51.022Z Downloaded dropshot v0.17.0
12862026-06-02T19:53:51.031Z Downloaded smoltcp v0.11.0
12872026-06-02T19:53:51.046Z Downloaded regress v0.11.1
12882026-06-02T19:53:51.068Z Downloaded sqlparser v0.61.0
12892026-06-02T19:53:51.068Z Downloaded typify-impl v0.6.2
12902026-06-02T19:53:51.068Z Downloaded tracing v0.1.44
12912026-06-02T19:53:51.088Z Downloaded diesel v2.3.7
12922026-06-02T19:53:51.106Z Downloaded rustix v0.38.44
12932026-06-02T19:53:51.106Z Downloaded typify-impl v0.4.3
12942026-06-02T19:53:51.121Z Downloaded ratatui v0.29.0
12952026-06-02T19:53:51.121Z Downloaded zerocopy-derive v0.6.6
12962026-06-02T19:53:51.128Z Downloaded bzip2-sys v0.1.13+1.0.8
12972026-06-02T19:53:51.141Z Downloaded regress v0.10.5
12982026-06-02T19:53:51.142Z Downloaded regex-syntax v0.8.10
12992026-06-02T19:53:51.151Z Downloaded chrono-tz v0.10.4
13002026-06-02T19:53:51.155Z Downloaded sled v0.34.7
13012026-06-02T19:53:51.158Z Downloaded jiff v0.2.21
13022026-06-02T19:53:51.177Z Downloaded libz-sys v1.1.24
13032026-06-02T19:53:51.191Z Downloaded tokio v1.52.1
13042026-06-02T19:53:51.232Z Downloaded regex-automata v0.4.14
13052026-06-02T19:53:51.276Z Downloaded petgraph v0.6.5
13062026-06-02T19:53:51.316Z Downloaded petgraph v0.8.3
13072026-06-02T19:53:51.341Z Downloaded csv v1.4.0
13082026-06-02T19:53:51.361Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13092026-06-02T19:53:51.372Z Downloaded sha3 v0.10.8
13102026-06-02T19:53:51.469Z Downloaded encoding_rs v0.8.35
13112026-06-02T19:53:51.482Z Downloaded ring v0.17.14
13122026-06-02T19:53:51.518Z Downloaded libgit2-sys v0.18.3+1.9.2
13132026-06-02T19:53:51.728Z Downloaded aws-lc-sys v0.40.0
13142026-06-02T19:53:51.976Z Compiling libc v0.2.185
13152026-06-02T19:53:51.976Z Compiling serde v1.0.228
13162026-06-02T19:53:51.980Z Compiling log v0.4.29
13172026-06-02T19:53:51.980Z Compiling find-msvc-tools v0.1.9
13182026-06-02T19:53:51.980Z Compiling shlex v1.3.0
13192026-06-02T19:53:52.123Z Compiling syn v2.0.117
13202026-06-02T19:53:52.126Z Compiling smallvec v1.15.1
13212026-06-02T19:53:52.126Z Compiling typenum v1.19.0
13222026-06-02T19:53:52.303Z Compiling generic-array v0.14.7
13232026-06-02T19:53:52.316Z Compiling subtle v2.6.1
13242026-06-02T19:53:52.378Z Compiling scopeguard v1.2.0
13252026-06-02T19:53:52.424Z Compiling const-oid v0.9.6
13262026-06-02T19:53:52.438Z Compiling serde_json v1.0.149
13272026-06-02T19:53:52.479Z Compiling lock_api v0.4.14
13282026-06-02T19:53:52.482Z Compiling zerocopy v0.8.40
13292026-06-02T19:53:52.565Z Compiling pin-project-lite v0.2.17
13302026-06-02T19:53:52.661Z Compiling portable-atomic v1.13.1
13312026-06-02T19:53:52.699Z Compiling parking_lot_core v0.9.12
13322026-06-02T19:53:52.913Z Compiling pkg-config v0.3.32
13332026-06-02T19:53:52.948Z Compiling getrandom v0.2.17
13342026-06-02T19:53:53.010Z Compiling jobserver v0.1.34
13352026-06-02T19:53:53.062Z Compiling errno v0.3.14
13362026-06-02T19:53:53.107Z Compiling rand_core v0.6.4
13372026-06-02T19:53:53.170Z Compiling signal-hook-registry v1.4.8
13382026-06-02T19:53:53.209Z Compiling cc v1.2.56
13392026-06-02T19:53:53.389Z Compiling bitflags v2.11.0
13402026-06-02T19:53:53.440Z Compiling critical-section v1.2.0
13412026-06-02T19:53:53.457Z Compiling futures-core v0.3.32
13422026-06-02T19:53:53.550Z Compiling libm v0.2.16
13432026-06-02T19:53:53.603Z Compiling once_cell v1.21.3
13442026-06-02T19:53:53.607Z Compiling parking_lot v0.12.5
13452026-06-02T19:53:53.646Z Compiling mio v1.2.0
13462026-06-02T19:53:53.701Z Compiling num-traits v0.2.19
13472026-06-02T19:53:53.735Z Compiling percent-encoding v2.3.2
13482026-06-02T19:53:53.836Z Compiling socket2 v0.6.3
13492026-06-02T19:53:53.921Z Compiling futures-sink v0.3.32
13502026-06-02T19:53:53.980Z Compiling futures-io v0.3.32
13512026-06-02T19:53:54.024Z Compiling futures-channel v0.3.32
13522026-06-02T19:53:54.042Z Compiling slab v0.4.12
13532026-06-02T19:53:54.121Z Compiling futures-task v0.3.32
13542026-06-02T19:53:54.135Z Compiling cpufeatures v0.2.17
13552026-06-02T19:53:54.208Z Compiling getrandom v0.4.1
13562026-06-02T19:53:54.336Z Compiling rand_core v0.10.0
13572026-06-02T19:53:54.365Z Compiling indexmap v2.14.0
13582026-06-02T19:53:54.369Z Compiling rustversion v1.0.22
13592026-06-02T19:53:54.425Z Compiling getrandom v0.3.4
13602026-06-02T19:53:54.526Z Compiling cmake v0.1.57
13612026-06-02T19:53:54.862Z Compiling form_urlencoded v1.2.2
13622026-06-02T19:53:54.884Z Compiling dunce v1.0.5
13632026-06-02T19:53:54.951Z Compiling fs_extra v1.3.0
13642026-06-02T19:53:54.976Z Compiling synstructure v0.13.2
13652026-06-02T19:53:55.058Z Compiling base64ct v1.8.3
13662026-06-02T19:53:55.083Z Compiling ident_case v1.0.1
13672026-06-02T19:53:55.210Z Compiling rustix v1.1.3
13682026-06-02T19:53:55.223Z Compiling aws-lc-sys v0.40.0
13692026-06-02T19:53:55.350Z Compiling pem-rfc7468 v0.7.0
13702026-06-02T19:53:55.446Z Compiling regex-syntax v0.8.10
13712026-06-02T19:53:55.459Z Compiling iana-time-zone v0.1.65
13722026-06-02T19:53:55.581Z Compiling flagset v0.4.7
13732026-06-02T19:53:55.640Z Compiling rand_core v0.9.5
13742026-06-02T19:53:55.658Z Compiling ring v0.17.14
13752026-06-02T19:53:55.683Z Compiling vcpkg v0.2.15
13762026-06-02T19:53:55.707Z Compiling aws-lc-rs v1.16.3
13772026-06-02T19:53:55.908Z Compiling uuid v1.23.0
13782026-06-02T19:53:56.003Z Compiling rustc_version v0.4.1
13792026-06-02T19:53:56.315Z Compiling tracing-core v0.1.36
13802026-06-02T19:53:56.468Z Compiling openssl-sys v0.9.115
13812026-06-02T19:53:56.642Z Compiling base64 v0.22.1
13822026-06-02T19:53:56.746Z Compiling serde_derive v1.0.228
13832026-06-02T19:53:56.904Z Compiling zeroize_derive v1.4.3
13842026-06-02T19:53:56.978Z Compiling zerofrom-derive v0.1.6
13852026-06-02T19:53:57.013Z Compiling yoke-derive v0.8.1
13862026-06-02T19:53:57.013Z Compiling zerovec-derive v0.11.2
13872026-06-02T19:53:57.550Z Compiling zeroize v1.8.2
13882026-06-02T19:53:57.768Z Compiling zerocopy-derive v0.8.40
13892026-06-02T19:53:58.170Z Compiling displaydoc v0.2.5
13902026-06-02T19:53:58.185Z Compiling tokio-macros v2.7.0
13912026-06-02T19:53:58.288Z Compiling crypto-common v0.1.7
13922026-06-02T19:53:58.368Z Compiling zerofrom v0.1.6
13932026-06-02T19:53:58.435Z Compiling block-buffer v0.10.4
13942026-06-02T19:53:58.486Z Compiling yoke v0.8.1
13952026-06-02T19:53:58.597Z Compiling digest v0.10.7
13962026-06-02T19:53:58.663Z Compiling zerovec v0.11.5
13972026-06-02T19:53:58.843Z Compiling zerotrie v0.2.3
13982026-06-02T19:53:58.848Z Compiling futures-macro v0.3.32
13992026-06-02T19:53:58.848Z Compiling hmac v0.12.1
14002026-06-02T19:53:59.007Z Compiling block-padding v0.3.3
14012026-06-02T19:53:59.153Z Compiling tinystr v0.8.2
14022026-06-02T19:53:59.153Z Compiling potential_utf v0.1.4
14032026-06-02T19:53:59.180Z Compiling inout v0.1.4
14042026-06-02T19:53:59.384Z Compiling icu_locale_core v2.1.1
14052026-06-02T19:53:59.424Z Compiling icu_collections v2.1.1
14062026-06-02T19:53:59.424Z Compiling cipher v0.4.4
14072026-06-02T19:53:59.711Z Compiling sha2 v0.10.9
14082026-06-02T19:53:59.780Z Compiling futures-util v0.3.32
14092026-06-02T19:53:59.897Z Compiling der_derive v0.7.3
14102026-06-02T19:54:00.216Z Compiling bytes v1.11.1
14112026-06-02T19:54:00.262Z Compiling icu_provider v2.1.1
14122026-06-02T19:54:00.540Z Compiling icu_normalizer v2.1.1
14132026-06-02T19:54:00.807Z Compiling tokio v1.52.1
14142026-06-02T19:54:00.836Z Compiling icu_properties v2.1.2
14152026-06-02T19:54:01.038Z Compiling der v0.7.10
14162026-06-02T19:54:01.063Z Compiling http v1.4.0
14172026-06-02T19:54:01.779Z Compiling idna_adapter v1.2.1
14182026-06-02T19:54:01.884Z Compiling idna v1.1.0
14192026-06-02T19:54:01.899Z Compiling chrono v0.4.44
14202026-06-02T19:54:01.918Z Compiling spki v0.7.3
14212026-06-02T19:54:01.934Z Compiling salsa20 v0.10.2
14222026-06-02T19:54:02.062Z Compiling ppv-lite86 v0.2.21
14232026-06-02T19:54:02.118Z Compiling pbkdf2 v0.12.2
14242026-06-02T19:54:02.142Z Compiling rustls-pki-types v1.14.0
14252026-06-02T19:54:02.195Z Compiling url v2.5.8
14262026-06-02T19:54:02.220Z Compiling tracing-attributes v0.1.31
14272026-06-02T19:54:02.375Z Compiling thiserror-impl v2.0.18
14282026-06-02T19:54:02.511Z Compiling rand_chacha v0.9.0
14292026-06-02T19:54:02.580Z Compiling scrypt v0.11.0
14302026-06-02T19:54:02.830Z Compiling http-body v1.0.1
14312026-06-02T19:54:02.970Z Compiling cbc v0.1.2
14322026-06-02T19:54:02.982Z Compiling aes v0.8.4
14332026-06-02T19:54:03.189Z Compiling openssl-probe v0.2.1
14342026-06-02T19:54:03.218Z Compiling httparse v1.10.1
14352026-06-02T19:54:03.303Z Compiling tinyvec_macros v0.1.1
14362026-06-02T19:54:03.318Z Compiling untrusted v0.7.1
14372026-06-02T19:54:03.357Z Compiling untrusted v0.9.0
14382026-06-02T19:54:03.433Z Compiling pkcs5 v0.7.1
14392026-06-02T19:54:03.485Z Compiling tracing v0.1.44
14402026-06-02T19:54:03.583Z Compiling tinyvec v1.10.0
14412026-06-02T19:54:03.671Z Compiling thiserror v2.0.18
14422026-06-02T19:54:03.740Z Compiling pest_generator v2.8.6
14432026-06-02T19:54:03.780Z Compiling rand v0.9.2
14442026-06-02T19:54:03.900Z Compiling serde_derive_internals v0.29.1
14452026-06-02T19:54:03.922Z Compiling aho-corasick v1.1.4
14462026-06-02T19:54:04.020Z Compiling schemars v0.8.22
14472026-06-02T19:54:04.220Z Compiling try-lock v0.2.5
14482026-06-02T19:54:04.344Z Compiling atomic-waker v1.1.2
14492026-06-02T19:54:04.463Z Compiling tokio-util v0.7.18
14502026-06-02T19:54:04.490Z Compiling dyn-clone v1.0.20
14512026-06-02T19:54:04.622Z Compiling tower-layer v0.3.3
14522026-06-02T19:54:04.639Z Compiling tower-service v0.3.3
14532026-06-02T19:54:04.727Z Compiling rustls v0.23.37
14542026-06-02T19:54:04.762Z Compiling regex-automata v0.4.14
14552026-06-02T19:54:04.833Z Compiling schemars_derive v0.8.22
14562026-06-02T19:54:04.890Z Compiling pest_derive v2.8.6
14572026-06-02T19:54:05.262Z Compiling h2 v0.4.13
14582026-06-02T19:54:05.324Z Compiling want v0.3.1
14592026-06-02T19:54:05.488Z Compiling pkcs8 v0.10.2
14602026-06-02T19:54:05.653Z Compiling ipnet v2.11.0
14612026-06-02T19:54:05.835Z Compiling scroll_derive v0.13.1
14622026-06-02T19:54:05.861Z Compiling darling_core v0.20.11
14632026-06-02T19:54:06.050Z Compiling openssl v0.10.79
14642026-06-02T19:54:06.112Z Compiling httpdate v1.0.3
14652026-06-02T19:54:06.272Z Compiling pin-utils v0.1.0
14662026-06-02T19:54:06.331Z Compiling foreign-types-shared v0.1.1
14672026-06-02T19:54:06.361Z Compiling tempfile v3.25.0
14682026-06-02T19:54:06.418Z Compiling foreign-types v0.3.2
14692026-06-02T19:54:06.488Z Compiling unicode-normalization v0.1.25
14702026-06-02T19:54:06.560Z Compiling scroll v0.13.0
14712026-06-02T19:54:06.820Z Compiling openssl-macros v0.1.1
14722026-06-02T19:54:06.930Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14732026-06-02T19:54:07.137Z Compiling spin v0.9.8
14742026-06-02T19:54:07.199Z Compiling native-tls v0.2.18
14752026-06-02T19:54:07.726Z Compiling crc32fast v1.5.0
14762026-06-02T19:54:07.734Z Compiling powerfmt v0.2.0
14772026-06-02T19:54:07.734Z Compiling num-conv v0.2.0
14782026-06-02T19:54:07.734Z Compiling time-core v0.1.8
14792026-06-02T19:54:07.734Z Compiling deranged v0.5.8
14802026-06-02T19:54:07.734Z Compiling time-macros v0.2.27
14812026-06-02T19:54:08.034Z Compiling darling_macro v0.20.11
14822026-06-02T19:54:08.489Z Compiling hyper v1.8.1
14832026-06-02T19:54:08.504Z Compiling darling v0.20.11
14842026-06-02T19:54:08.590Z Compiling goblin v0.10.5
14852026-06-02T19:54:08.709Z Compiling rustls-native-certs v0.8.3
14862026-06-02T19:54:08.760Z Compiling sync_wrapper v1.0.2
14872026-06-02T19:54:08.866Z Compiling wait-timeout v0.2.1
14882026-06-02T19:54:08.988Z Compiling syn v1.0.109
14892026-06-02T19:54:09.102Z Compiling simd-adler32 v0.3.8
14902026-06-02T19:54:09.133Z Compiling bit-vec v0.8.0
14912026-06-02T19:54:09.296Z Compiling num_threads v0.1.7
14922026-06-02T19:54:09.372Z Compiling crossbeam-utils v0.8.21
14932026-06-02T19:54:09.390Z Compiling siphasher v1.0.2
14942026-06-02T19:54:09.407Z Compiling quick-error v1.2.3
14952026-06-02T19:54:09.509Z Compiling usdt-impl v0.6.0
14962026-06-02T19:54:09.581Z Compiling hyper-util v0.1.20
14972026-06-02T19:54:09.672Z Compiling rusty-fork v0.3.1
14982026-06-02T19:54:09.731Z Compiling time v0.3.47
14992026-06-02T19:54:10.111Z Compiling bit-set v0.8.0
15002026-06-02T19:54:10.785Z Compiling tower v0.5.3
15012026-06-02T19:54:10.799Z Compiling derive_builder_core v0.20.2
15022026-06-02T19:54:10.814Z Compiling dtrace-parser v0.3.0
15032026-06-02T19:54:10.874Z Compiling http-body-util v0.1.3
15042026-06-02T19:54:11.116Z Compiling webpki-roots v1.0.6
15052026-06-02T19:54:11.199Z Compiling signature v2.2.0
15062026-06-02T19:54:11.249Z Compiling thiserror-impl v1.0.69
15072026-06-02T19:54:11.314Z Compiling scroll_derive v0.12.1
15082026-06-02T19:54:11.314Z Compiling heapless v0.7.17
15092026-06-02T19:54:11.374Z Compiling dof v0.4.0
15102026-06-02T19:54:11.547Z Compiling rand_xorshift v0.4.0
15112026-06-02T19:54:11.555Z Compiling slog v2.8.2
15122026-06-02T19:54:11.702Z Compiling darling_core v0.21.3
15132026-06-02T19:54:11.742Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-06-02T19:54:11.949Z Compiling thread-id v5.1.0
15152026-06-02T19:54:12.002Z Compiling cookie v0.18.1
15162026-06-02T19:54:12.035Z Compiling ryu v1.0.23
15172026-06-02T19:54:12.181Z Compiling unicode-bidi v0.3.18
15182026-06-02T19:54:12.212Z Compiling anyhow v1.0.102
15192026-06-02T19:54:12.481Z Compiling signal-hook v0.3.18
15202026-06-02T19:54:12.514Z Compiling adler2 v2.0.1
15212026-06-02T19:54:12.534Z Compiling unarray v0.1.4
15222026-06-02T19:54:12.636Z Compiling iri-string v0.7.10
15232026-06-02T19:54:12.651Z Compiling paste v1.0.15
15242026-06-02T19:54:12.657Z Compiling zstd-safe v7.2.4
15252026-06-02T19:54:12.700Z Compiling unicode-properties v0.1.4
15262026-06-02T19:54:12.858Z Compiling allocator-api2 v0.2.21
15272026-06-02T19:54:12.887Z Compiling stringprep v0.1.5
15282026-06-02T19:54:12.930Z Compiling proptest v1.10.0
15292026-06-02T19:54:12.960Z Compiling miniz_oxide v0.8.9
15302026-06-02T19:54:13.333Z Compiling thiserror v1.0.69
15312026-06-02T19:54:13.422Z Compiling serde_urlencoded v0.7.1
15322026-06-02T19:54:13.660Z Compiling scroll v0.12.0
15332026-06-02T19:54:13.918Z Compiling tower-http v0.6.8
15342026-06-02T19:54:14.059Z Compiling derive_builder_macro v0.20.2
15352026-06-02T19:54:14.153Z Compiling darling_macro v0.21.3
15362026-06-02T19:54:14.296Z Compiling tokio-native-tls v0.3.1
15372026-06-02T19:54:14.357Z Compiling ipnetwork v0.21.1
15382026-06-02T19:54:14.464Z Compiling bstr v1.12.1
15392026-06-02T19:54:14.552Z Compiling rand_chacha v0.3.1
15402026-06-02T19:54:14.639Z Compiling erased-serde v0.3.31
15412026-06-02T19:54:14.753Z Compiling serde_tokenstream v0.2.3
15422026-06-02T19:54:14.809Z Compiling serde_spanned v0.6.9
15432026-06-02T19:54:14.964Z Compiling toml_datetime v0.6.11
15442026-06-02T19:54:15.065Z Compiling md-5 v0.10.6
15452026-06-02T19:54:15.107Z Compiling pin-project-internal v1.1.11
15462026-06-02T19:54:15.126Z Compiling zerocopy-derive v0.7.35
15472026-06-02T19:54:15.223Z Compiling async-trait v0.1.89
15482026-06-02T19:54:15.237Z Compiling curve25519-dalek v4.1.3
15492026-06-02T19:54:15.372Z Compiling vergen-lib v9.1.0
15502026-06-02T19:54:15.553Z Compiling num-integer v0.1.46
15512026-06-02T19:54:15.581Z Compiling hash32 v0.2.1
15522026-06-02T19:54:15.768Z Compiling ff v0.13.1
15532026-06-02T19:54:15.871Z Compiling memoffset v0.9.1
15542026-06-02T19:54:15.907Z Compiling encoding_rs v0.8.35
15552026-06-02T19:54:15.985Z Compiling ref-cast v1.0.25
15562026-06-02T19:54:16.059Z Compiling fallible-iterator v0.2.0
15572026-06-02T19:54:16.207Z Compiling base16ct v0.2.0
15582026-06-02T19:54:16.232Z Compiling cfg_aliases v0.2.1
15592026-06-02T19:54:16.285Z Compiling rustix v0.38.44
15602026-06-02T19:54:16.312Z Compiling psl-types v2.0.11
15612026-06-02T19:54:16.378Z Compiling litrs v1.0.0
15622026-06-02T19:54:16.422Z Compiling mime v0.3.17
15632026-06-02T19:54:16.438Z Compiling zlib-rs v0.6.2
15642026-06-02T19:54:16.625Z Compiling smoltcp v0.9.1
15652026-06-02T19:54:16.645Z Compiling num-bigint-dig v0.8.6
15662026-06-02T19:54:16.890Z Compiling document-features v0.2.12
15672026-06-02T19:54:16.939Z Compiling publicsuffix v2.3.0
15682026-06-02T19:54:16.974Z Compiling sec1 v0.7.3
15692026-06-02T19:54:17.115Z Compiling postgres-protocol v0.6.10
15702026-06-02T19:54:17.261Z Compiling nix v0.31.2
15712026-06-02T19:54:17.454Z Compiling pin-project v1.1.11
15722026-06-02T19:54:17.554Z Compiling zerocopy v0.7.35
15732026-06-02T19:54:17.568Z Compiling group v0.13.0
15742026-06-02T19:54:17.613Z Compiling num-iter v0.1.45
15752026-06-02T19:54:17.778Z Compiling newtype-uuid v1.3.2
15762026-06-02T19:54:17.987Z Compiling hubpack_derive v0.1.1
15772026-06-02T19:54:18.079Z Compiling rand v0.8.6
15782026-06-02T19:54:18.085Z Compiling darling v0.21.3
15792026-06-02T19:54:18.112Z Compiling oxnet v0.1.4
15802026-06-02T19:54:18.173Z Compiling derive_builder v0.20.2
15812026-06-02T19:54:18.188Z Compiling hyper-tls v0.6.0
15822026-06-02T19:54:18.418Z Compiling goblin v0.8.2
15832026-06-02T19:54:18.900Z Compiling phf_shared v0.13.1
15842026-06-02T19:54:18.954Z Compiling lazy_static v1.5.0
15852026-06-02T19:54:19.050Z Compiling regex v1.12.3
15862026-06-02T19:54:19.102Z Compiling futures-executor v0.3.32
15872026-06-02T19:54:19.135Z Compiling hex v0.4.3
15882026-06-02T19:54:19.154Z Compiling hkdf v0.12.4
15892026-06-02T19:54:19.370Z Compiling flate2 v1.1.9
15902026-06-02T19:54:19.385Z Compiling crypto-bigint v0.5.5
15912026-06-02T19:54:19.458Z Compiling ref-cast-impl v1.0.25
15922026-06-02T19:54:19.475Z Compiling snafu-derive v0.8.9
15932026-06-02T19:54:19.691Z Compiling daft-derive v0.1.7
15942026-06-02T19:54:19.786Z Compiling curve25519-dalek-derive v0.1.1
15952026-06-02T19:54:20.000Z Compiling strum_macros v0.27.2
15962026-06-02T19:54:20.422Z Compiling terminal_size v0.4.3
15972026-06-02T19:54:20.441Z Compiling vergen v9.1.0
15982026-06-02T19:54:20.564Z Compiling fs-err v3.3.0
15992026-06-02T19:54:20.623Z Compiling cargo-platform v0.3.2
16002026-06-02T19:54:20.754Z Compiling ahash v0.8.12
16012026-06-02T19:54:20.897Z Compiling foldhash v0.1.5
16022026-06-02T19:54:20.955Z Compiling object v0.37.3
16032026-06-02T19:54:21.069Z Compiling libbz2-rs-sys v0.2.2
16042026-06-02T19:54:21.222Z Compiling managed v0.8.0
16052026-06-02T19:54:21.377Z Compiling bumpalo v3.20.2
16062026-06-02T19:54:21.445Z Compiling winnow v0.5.40
16072026-06-02T19:54:21.488Z Compiling unicode-segmentation v1.12.0
16082026-06-02T19:54:21.631Z Compiling same-file v1.0.6
16092026-06-02T19:54:21.745Z Compiling bitflags v1.3.2
16102026-06-02T19:54:21.793Z Compiling foldhash v0.2.0
16112026-06-02T19:54:21.871Z Compiling clap_builder v4.5.60
16122026-06-02T19:54:21.936Z Compiling walkdir v2.5.0
16132026-06-02T19:54:21.966Z Compiling strum v0.27.2
16142026-06-02T19:54:22.009Z Compiling hashbrown v0.16.1
16152026-06-02T19:54:22.099Z Compiling zopfli v0.8.3
16162026-06-02T19:54:22.237Z Compiling bzip2 v0.6.1
16172026-06-02T19:54:22.442Z Compiling snafu v0.8.9
16182026-06-02T19:54:22.610Z Compiling hashbrown v0.15.5
16192026-06-02T19:54:22.681Z Compiling cargo_metadata v0.23.1
16202026-06-02T19:54:22.750Z Compiling toml_edit v0.19.15
16212026-06-02T19:54:22.874Z Compiling dof v0.3.0
16222026-06-02T19:54:23.162Z Compiling daft v0.1.7
16232026-06-02T19:54:23.438Z Compiling elliptic-curve v0.13.8
16242026-06-02T19:54:23.693Z Compiling futures v0.3.32
16252026-06-02T19:54:23.786Z Compiling phf v0.13.1
16262026-06-02T19:54:23.847Z Compiling signal-hook-mio v0.2.5
16272026-06-02T19:54:23.958Z Compiling cookie_store v0.22.1
16282026-06-02T19:54:24.022Z Compiling zstd v0.13.3
16292026-06-02T19:54:24.340Z Compiling hubpack v0.1.2
16302026-06-02T19:54:24.357Z Compiling bzip2 v0.4.4
16312026-06-02T19:54:24.529Z Compiling serde_with_macros v3.17.0
16322026-06-02T19:54:24.649Z Compiling postgres-types v0.2.12
16332026-06-02T19:54:24.839Z Compiling usdt-attr-macro v0.6.0
16342026-06-02T19:54:25.207Z Compiling usdt-macro v0.6.0
16352026-06-02T19:54:25.406Z Compiling globset v0.4.18
16362026-06-02T19:54:25.627Z Compiling dtrace-parser v0.2.0
16372026-06-02T19:54:25.653Z Compiling ed25519 v2.2.3
16382026-06-02T19:54:25.764Z Compiling phf_shared v0.11.3
16392026-06-02T19:54:25.927Z Compiling olpc-cjson v0.1.4
16402026-06-02T19:54:25.939Z Compiling pkcs1 v0.7.5
16412026-06-02T19:54:25.953Z Compiling serde-big-array v0.5.1
16422026-06-02T19:54:26.041Z Compiling serde_plain v1.0.2
16432026-06-02T19:54:26.078Z Compiling rfc6979 v0.4.0
16442026-06-02T19:54:26.100Z Compiling pem v3.0.6
16452026-06-02T19:54:26.207Z Compiling serde_repr v0.1.20
16462026-06-02T19:54:26.234Z Compiling async-recursion v1.1.1
16472026-06-02T19:54:26.329Z Compiling enum-as-inner v0.6.1
16482026-06-02T19:54:26.361Z Compiling clap_derive v4.5.55
16492026-06-02T19:54:26.429Z Compiling strum_macros v0.26.4
16502026-06-02T19:54:26.585Z Compiling float-cmp v0.10.0
16512026-06-02T19:54:26.690Z Compiling thread-id v4.2.2
16522026-06-02T19:54:26.746Z Compiling memmap2 v0.9.10
16532026-06-02T19:54:26.778Z Compiling env_filter v1.0.0
16542026-06-02T19:54:26.826Z Compiling fixedbitset v0.5.7
16552026-06-02T19:54:26.876Z Compiling predicates-core v1.0.10
16562026-06-02T19:54:26.954Z Compiling jiff v0.2.21
16572026-06-02T19:54:27.052Z Compiling either v1.15.0
16582026-06-02T19:54:27.079Z Compiling static_assertions v1.1.0
16592026-06-02T19:54:27.132Z Compiling difflib v0.4.0
16602026-06-02T19:54:27.154Z Compiling keccak v0.1.6
16612026-06-02T19:54:27.280Z Compiling precomputed-hash v0.1.1
16622026-06-02T19:54:27.348Z Compiling new_debug_unreachable v1.0.6
16632026-06-02T19:54:27.423Z Compiling typed-path v0.9.3
16642026-06-02T19:54:27.680Z Compiling fixedbitset v0.4.2
16652026-06-02T19:54:27.892Z Compiling data-encoding v2.10.0
16662026-06-02T19:54:28.013Z Compiling normalize-line-endings v0.3.0
16672026-06-02T19:54:28.060Z Compiling whoami v2.1.0
16682026-06-02T19:54:28.096Z Compiling clap v4.5.60
16692026-06-02T19:54:28.143Z Compiling strum v0.26.3
16702026-06-02T19:54:28.177Z Compiling hickory-proto v0.25.2
16712026-06-02T19:54:28.277Z Compiling tokio-postgres v0.7.16
16722026-06-02T19:54:28.428Z Compiling predicates v3.1.4
16732026-06-02T19:54:28.585Z Compiling petgraph v0.6.5
16742026-06-02T19:54:28.615Z Compiling string_cache v0.8.9
16752026-06-02T19:54:28.834Z Compiling sha3 v0.10.8
16762026-06-02T19:54:29.071Z Compiling itertools v0.13.0
16772026-06-02T19:54:29.286Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16782026-06-02T19:54:29.600Z Compiling zip v4.6.1
16792026-06-02T19:54:30.118Z Compiling toml_edit v0.22.27
16802026-06-02T19:54:30.374Z Compiling petgraph v0.8.3
16812026-06-02T19:54:30.533Z Compiling env_logger v0.11.9
16822026-06-02T19:54:30.557Z Compiling usdt v0.6.0
16832026-06-02T19:54:30.891Z Compiling usdt-impl v0.5.0
16842026-06-02T19:54:30.911Z Compiling ecdsa v0.16.9
16852026-06-02T19:54:31.098Z Compiling rsa v0.9.10
16862026-06-02T19:54:31.268Z Compiling ed25519-dalek v2.2.0
16872026-06-02T19:54:31.391Z Compiling serde_with v3.17.0
16882026-06-02T19:54:31.925Z Compiling crossterm v0.28.1
16892026-06-02T19:54:32.280Z Compiling zip v0.6.6
16902026-06-02T19:54:32.860Z Compiling toml v0.7.8
16912026-06-02T19:54:32.889Z Compiling iddqd v0.4.2
16922026-06-02T19:54:33.473Z Compiling heck v0.4.1
16932026-06-02T19:54:33.517Z Compiling similar v2.7.0
16942026-06-02T19:54:33.546Z Compiling toml_parser v1.0.9+spec-1.1.0
16952026-06-02T19:54:33.607Z Compiling crossbeam-epoch v0.9.18
16962026-06-02T19:54:33.719Z Compiling tokio-stream v0.1.18
16972026-06-02T19:54:34.039Z Compiling buf-list v1.1.2
16982026-06-02T19:54:34.199Z Compiling x509-cert v0.2.5
16992026-06-02T19:54:34.242Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17002026-06-02T19:54:34.242Z Compiling openapiv3 v2.2.0
17012026-06-02T19:54:34.242Z Compiling sha1 v0.10.6
17022026-06-02T19:54:34.423Z Compiling peg-runtime v0.8.5
17032026-06-02T19:54:34.464Z Compiling lalrpop-util v0.19.12
17042026-06-02T19:54:34.556Z Compiling thread_local v1.1.9
17052026-06-02T19:54:34.822Z Compiling slog-async v2.8.0
17062026-06-02T19:54:34.928Z Compiling crossbeam-channel v0.5.15
17072026-06-02T19:54:34.928Z Compiling filetime v0.2.27
17082026-06-02T19:54:34.928Z Compiling is-terminal v0.4.17
17092026-06-02T19:54:34.928Z Compiling xattr v1.6.1
17102026-06-02T19:54:34.928Z Compiling take_mut v0.2.2
17112026-06-02T19:54:34.991Z Compiling term v1.2.1
17122026-06-02T19:54:34.992Z Compiling tar v0.4.45
17132026-06-02T19:54:35.440Z Compiling slog-term v2.9.2
17142026-06-02T19:54:45.269Z Compiling rustls-webpki v0.103.9
17152026-06-02T19:54:48.174Z Compiling tokio-rustls v0.26.4
17162026-06-02T19:54:48.174Z Compiling rustls-platform-verifier v0.6.2
17172026-06-02T19:54:48.314Z Compiling hyper-rustls v0.27.7
17182026-06-02T19:54:48.502Z Compiling reqwest v0.12.28
17192026-06-02T19:54:48.502Z Compiling reqwest v0.13.2
17202026-06-02T19:54:49.788Z Compiling tough v0.22.0
17212026-06-02T19:54:52.295Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-06-02T19:54:52.582Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-06-02T19:54:55.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17242026-06-02T19:54:55.518Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17252026-06-02T19:54:55.592ZJun 02 19:54:54.288 INFO Starting download, target: Cockroach
17262026-06-02T19:54:55.592ZJun 02 19:54:54.288 INFO Starting download, target: Clickhouse
17272026-06-02T19:54:55.592ZJun 02 19:54:54.288 INFO Starting download, target: Console
17282026-06-02T19:54:55.592ZJun 02 19:54:54.288 INFO Starting download, target: DendriteStub
17292026-06-02T19:54:55.630ZJun 02 19:54:54.288 INFO Starting download, target: MaghemiteMgd
17302026-06-02T19:54:55.630ZJun 02 19:54:54.288 INFO Starting download, target: TransceiverControl
17312026-06-02T19:54:55.630ZJun 02 19:54:54.288 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17322026-06-02T19:54:55.630ZJun 02 19:54:54.289 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17332026-06-02T19:54:55.630ZJun 02 19:54:54.289 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17342026-06-02T19:54:55.630ZJun 02 19:54:54.289 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-06-02T19:54:55.630ZJun 02 19:54:54.289 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17362026-06-02T19:54:55.630ZJun 02 19:54:54.289 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17372026-06-02T19:54:56.469ZJun 02 19:54:55.158 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17382026-06-02T19:54:56.625ZJun 02 19:54:55.323 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17392026-06-02T19:54:56.681ZJun 02 19:54:55.371 INFO Download complete, target: TransceiverControl
17402026-06-02T19:54:56.874ZJun 02 19:54:55.556 INFO Download complete, target: Console
17412026-06-02T19:54:57.617ZJun 02 19:54:56.098 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17422026-06-02T19:54:59.757ZJun 02 19:54:58.436 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17432026-06-02T19:54:59.904ZJun 02 19:54:58.569 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17442026-06-02T19:55:00.815ZJun 02 19:54:59.521 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17452026-06-02T19:55:00.815ZJun 02 19:54:59.521 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17462026-06-02T19:55:02.566ZJun 02 19:55:00.868 INFO Download complete, target: DendriteStub
17472026-06-02T19:55:02.698ZJun 02 19:55:00.994 INFO Download complete, target: MaghemiteMgd
17482026-06-02T19:55:04.234ZJun 02 19:55:02.920 INFO Checking that binary works, target: Clickhouse
17492026-06-02T19:55:04.354ZJun 02 19:55:03.016 INFO Download complete, target: Clickhouse
17502026-06-02T19:55:05.520ZJun 02 19:55:04.183 INFO Checking that binary works, target: Cockroach
17512026-06-02T19:55:05.775ZJun 02 19:55:04.299 INFO Download complete, target: Cockroach
17522026-06-02T19:55:05.839ZAll builder prerequisites installed successfully, and PATH looks valid
17532026-06-02T19:55:05.839Z
17542026-06-02T19:55:05.839Zreal 2:21.809770767
17552026-06-02T19:55:05.839Zuser 6:55.336563359
17562026-06-02T19:55:05.839Zsys 1:21.037258309
17572026-06-02T19:55:05.839Ztrap 0.217355776
17582026-06-02T19:55:05.840Ztflt 1.282236913
17592026-06-02T19:55:05.840Zdflt 1.917238074
17602026-06-02T19:55:05.840Zkflt 0.034365643
17612026-06-02T19:55:05.840Zlock 21:43.243225634
17622026-06-02T19:55:05.841Zslp 21:29.173824075
17632026-06-02T19:55:05.841Zlat 43.691711182
17642026-06-02T19:55:05.841Zstop 2:00.224832333
17652026-06-02T19:55:05.841Z+ banner hack-check
17662026-06-02T19:55:05.841Z
17672026-06-02T19:55:05.842Z # # ## #### # # #### # # ###### #### # #
17682026-06-02T19:55:05.842Z # # # # # # # # # # # # # # # # #
17692026-06-02T19:55:05.842Z ###### # # # #### ##### # ###### ##### # ####
17702026-06-02T19:55:05.842Z # # ###### # # # # # # # # # #
17712026-06-02T19:55:05.842Z # # # # # # # # # # # # # # # # #
17722026-06-02T19:55:05.842Z # # # # #### # # #### # # ###### #### # #
17732026-06-02T19:55:05.842Z
17742026-06-02T19:55:05.842Z+ export CARGO_INCREMENTAL=0
17752026-06-02T19:55:05.842Z+ CARGO_INCREMENTAL=0
17762026-06-02T19:55:05.843Z+ ptime -m timeout 2h cargo xtask check-features --ci
17772026-06-02T19:55:06.158Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17782026-06-02T19:55:06.415Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17792026-06-02T19:55:08.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
17802026-06-02T19:55:08.366Z Running `target/debug/xtask check-features --ci`
17812026-06-02T19:55:08.414Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17822026-06-02T19:55:08.415Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17832026-06-02T19:55:08.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17842026-06-02T19:55:08.906Z Running `target/debug/xtask download cargo-hack`
17852026-06-02T19:55:09.660Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17862026-06-02T19:55:09.984Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17872026-06-02T19:55:12.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s
17882026-06-02T19:55:12.655Z Running `target/debug/xtask-downloader cargo-hack`
17892026-06-02T19:55:12.714ZJun 02 19:55:11.400 INFO Starting download, target: CargoHack
17902026-06-02T19:55:12.714ZJun 02 19:55:11.400 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17912026-06-02T19:55:13.092ZJun 02 19:55:11.791 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17922026-06-02T19:55:13.128ZJun 02 19:55:11.842 INFO Download complete, target: CargoHack
17932026-06-02T19:55:13.181Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17942026-06-02T19:55:13.181Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17952026-06-02T19:55:13.284Zinfo: running `cargo check --bins` on api_identity (1/295)
17962026-06-02T19:55:13.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972026-06-02T19:55:13.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982026-06-02T19:55:13.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992026-06-02T19:55:13.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18002026-06-02T19:55:13.858Z
18012026-06-02T19:55:13.858Zinfo: running `cargo check --bins` on bootstore (2/295)
18022026-06-02T19:55:14.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-06-02T19:55:14.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-06-02T19:55:14.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-06-02T19:55:14.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18062026-06-02T19:55:14.456Z
18072026-06-02T19:55:14.457Zinfo: running `cargo check --bins` on omicron-ledger (3/295)
18082026-06-02T19:55:14.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-06-02T19:55:14.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-06-02T19:55:14.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-06-02T19:55:14.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18122026-06-02T19:55:14.999Z
18132026-06-02T19:55:14.999Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295)
18142026-06-02T19:55:15.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-06-02T19:55:15.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-06-02T19:55:15.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-06-02T19:55:15.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18182026-06-02T19:55:15.568Z
18192026-06-02T19:55:15.568Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295)
18202026-06-02T19:55:16.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-06-02T19:55:16.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-06-02T19:55:16.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-06-02T19:55:16.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18242026-06-02T19:55:16.152Z
18252026-06-02T19:55:16.152Zinfo: running `cargo check --bins` on omicron-certificates (6/295)
18262026-06-02T19:55:16.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-06-02T19:55:16.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-06-02T19:55:16.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-06-02T19:55:16.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18302026-06-02T19:55:16.722Z
18312026-06-02T19:55:16.722Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/295)
18322026-06-02T19:55:17.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-06-02T19:55:17.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-06-02T19:55:17.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-06-02T19:55:17.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18362026-06-02T19:55:17.313Z
18372026-06-02T19:55:17.313Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295)
18382026-06-02T19:55:17.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-06-02T19:55:17.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-06-02T19:55:17.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-06-02T19:55:17.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18422026-06-02T19:55:17.898Z
18432026-06-02T19:55:17.898Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295)
18442026-06-02T19:55:18.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-06-02T19:55:18.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-06-02T19:55:18.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-06-02T19:55:18.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18482026-06-02T19:55:18.362Z
18492026-06-02T19:55:18.362Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295)
18502026-06-02T19:55:18.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-06-02T19:55:18.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-06-02T19:55:18.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-06-02T19:55:18.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18542026-06-02T19:55:18.870Z
18552026-06-02T19:55:18.870Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295)
18562026-06-02T19:55:19.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-06-02T19:55:19.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-06-02T19:55:19.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-06-02T19:55:19.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18602026-06-02T19:55:19.992Z
18612026-06-02T19:55:19.992Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295)
18622026-06-02T19:55:19.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-06-02T19:55:19.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-06-02T19:55:19.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-06-02T19:55:19.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18662026-06-02T19:55:19.993Z
18672026-06-02T19:55:19.993Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295)
18682026-06-02T19:55:20.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-06-02T19:55:20.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-06-02T19:55:20.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-06-02T19:55:20.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18722026-06-02T19:55:20.284Z
18732026-06-02T19:55:20.284Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295)
18742026-06-02T19:55:20.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-06-02T19:55:20.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-06-02T19:55:20.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-06-02T19:55:20.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18782026-06-02T19:55:20.711Z
18792026-06-02T19:55:20.712Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295)
18802026-06-02T19:55:21.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-06-02T19:55:21.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-06-02T19:55:21.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-06-02T19:55:21.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18842026-06-02T19:55:21.231Z
18852026-06-02T19:55:21.231Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295)
18862026-06-02T19:55:21.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-06-02T19:55:21.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-06-02T19:55:21.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-06-02T19:55:21.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18902026-06-02T19:55:21.673Z
18912026-06-02T19:55:21.673Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295)
18922026-06-02T19:55:22.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-06-02T19:55:22.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-06-02T19:55:22.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-06-02T19:55:22.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18962026-06-02T19:55:22.806Z
18972026-06-02T19:55:22.806Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295)
18982026-06-02T19:55:22.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-06-02T19:55:22.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-06-02T19:55:22.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-06-02T19:55:22.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19022026-06-02T19:55:22.917Z
19032026-06-02T19:55:22.917Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295)
19042026-06-02T19:55:23.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-06-02T19:55:23.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-06-02T19:55:23.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-06-02T19:55:23.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19082026-06-02T19:55:23.019Z
19092026-06-02T19:55:23.019Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295)
19102026-06-02T19:55:23.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-06-02T19:55:23.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-06-02T19:55:23.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-06-02T19:55:23.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19142026-06-02T19:55:23.535Z
19152026-06-02T19:55:23.535Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295)
19162026-06-02T19:55:23.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-06-02T19:55:26.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-06-02T19:55:26.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-06-02T19:55:26.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19202026-06-02T19:55:26.599Z
19212026-06-02T19:55:26.599Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295)
19222026-06-02T19:55:26.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-06-02T19:55:26.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-06-02T19:55:26.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-06-02T19:55:26.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19262026-06-02T19:55:26.673Z
19272026-06-02T19:55:26.673Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295)
19282026-06-02T19:55:26.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-06-02T19:55:26.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-06-02T19:55:26.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-06-02T19:55:26.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19322026-06-02T19:55:26.673Z
19332026-06-02T19:55:26.673Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295)
19342026-06-02T19:55:26.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-06-02T19:55:26.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-06-02T19:55:26.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-06-02T19:55:26.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19382026-06-02T19:55:26.673Z
19392026-06-02T19:55:26.673Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295)
19402026-06-02T19:55:26.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-06-02T19:55:26.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-06-02T19:55:26.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-06-02T19:55:26.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19442026-06-02T19:55:26.673Z
19452026-06-02T19:55:26.673Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295)
19462026-06-02T19:55:26.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-06-02T19:55:26.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-06-02T19:55:26.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-06-02T19:55:26.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19502026-06-02T19:55:26.673Z
19512026-06-02T19:55:26.673Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295)
19522026-06-02T19:55:26.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-06-02T19:55:26.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-06-02T19:55:26.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-06-02T19:55:26.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19562026-06-02T19:55:26.673Z
19572026-06-02T19:55:26.673Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295)
19582026-06-02T19:55:27.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-06-02T19:55:27.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-06-02T19:55:27.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-06-02T19:55:27.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19622026-06-02T19:55:27.070Z
19632026-06-02T19:55:27.070Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295)
19642026-06-02T19:55:27.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-06-02T19:55:27.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-06-02T19:55:27.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-06-02T19:55:27.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19682026-06-02T19:55:27.519Z
19692026-06-02T19:55:27.519Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295)
19702026-06-02T19:55:27.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-06-02T19:55:27.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-06-02T19:55:27.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-06-02T19:55:27.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19742026-06-02T19:55:27.982Z
19752026-06-02T19:55:27.982Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295)
19762026-06-02T19:55:28.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-06-02T19:55:28.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-06-02T19:55:28.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-06-02T19:55:28.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19802026-06-02T19:55:28.437Z
19812026-06-02T19:55:28.437Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295)
19822026-06-02T19:55:28.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-06-02T19:55:28.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-06-02T19:55:28.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-06-02T19:55:28.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19862026-06-02T19:55:28.893Z
19872026-06-02T19:55:28.893Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295)
19882026-06-02T19:55:29.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-06-02T19:55:29.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-06-02T19:55:29.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-06-02T19:55:29.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19922026-06-02T19:55:29.397Z
19932026-06-02T19:55:29.397Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295)
19942026-06-02T19:55:29.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-06-02T19:55:29.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-06-02T19:55:29.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-06-02T19:55:29.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19982026-06-02T19:55:29.800Z
19992026-06-02T19:55:29.801Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295)
20002026-06-02T19:55:30.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-06-02T19:55:30.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-06-02T19:55:30.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-06-02T19:55:30.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20042026-06-02T19:55:30.257Z
20052026-06-02T19:55:30.258Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295)
20062026-06-02T19:55:30.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-06-02T19:55:30.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-06-02T19:55:30.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-06-02T19:55:30.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20102026-06-02T19:55:30.715Z
20112026-06-02T19:55:30.715Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295)
20122026-06-02T19:55:31.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-06-02T19:55:31.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-06-02T19:55:31.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-06-02T19:55:31.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20162026-06-02T19:55:31.176Z
20172026-06-02T19:55:31.176Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295)
20182026-06-02T19:55:31.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-06-02T19:55:31.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-06-02T19:55:31.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-06-02T19:55:31.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20222026-06-02T19:55:32.054Z
20232026-06-02T19:55:32.054Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295)
20242026-06-02T19:55:32.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-06-02T19:55:32.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-06-02T19:55:32.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-06-02T19:55:32.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20282026-06-02T19:55:32.106Z
20292026-06-02T19:55:32.106Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295)
20302026-06-02T19:55:32.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-06-02T19:55:32.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-06-02T19:55:32.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-06-02T19:55:32.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20342026-06-02T19:55:32.570Z
20352026-06-02T19:55:32.570Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295)
20362026-06-02T19:55:32.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-06-02T19:55:32.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-06-02T19:55:32.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-06-02T19:55:32.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20402026-06-02T19:55:33.027Z
20412026-06-02T19:55:33.027Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295)
20422026-06-02T19:55:33.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-06-02T19:55:33.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-06-02T19:55:33.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-06-02T19:55:33.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20462026-06-02T19:55:33.482Z
20472026-06-02T19:55:33.483Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295)
20482026-06-02T19:55:33.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-06-02T19:55:33.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-06-02T19:55:33.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-06-02T19:55:33.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20522026-06-02T19:55:33.938Z
20532026-06-02T19:55:33.939Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295)
20542026-06-02T19:55:34.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-06-02T19:55:34.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-06-02T19:55:34.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-06-02T19:55:34.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20582026-06-02T19:55:34.397Z
20592026-06-02T19:55:34.397Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295)
20602026-06-02T19:55:34.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-06-02T19:55:34.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-06-02T19:55:34.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-06-02T19:55:34.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20642026-06-02T19:55:34.854Z
20652026-06-02T19:55:34.855Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295)
20662026-06-02T19:55:35.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-06-02T19:55:35.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-06-02T19:55:35.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-06-02T19:55:35.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20702026-06-02T19:55:35.314Z
20712026-06-02T19:55:35.315Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295)
20722026-06-02T19:55:35.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-06-02T19:55:35.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-06-02T19:55:35.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-06-02T19:55:35.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20762026-06-02T19:55:35.774Z
20772026-06-02T19:55:35.774Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295)
20782026-06-02T19:55:36.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-06-02T19:55:36.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-06-02T19:55:36.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-06-02T19:55:36.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20822026-06-02T19:55:36.229Z
20832026-06-02T19:55:36.230Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295)
20842026-06-02T19:55:36.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-06-02T19:55:36.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-06-02T19:55:36.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-06-02T19:55:36.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20882026-06-02T19:55:36.851Z
20892026-06-02T19:55:36.851Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295)
20902026-06-02T19:55:37.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-06-02T19:55:37.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-06-02T19:55:37.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-06-02T19:55:37.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20942026-06-02T19:55:37.468Z
20952026-06-02T19:55:37.468Zinfo: running `cargo check --bins` on nexus-config (51/295)
20962026-06-02T19:55:37.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-06-02T19:55:37.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-06-02T19:55:37.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-06-02T19:55:37.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21002026-06-02T19:55:38.085Z
21012026-06-02T19:55:38.085Zinfo: running `cargo check --bins` on nexus-types (52/295)
21022026-06-02T19:55:38.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-06-02T19:55:38.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-06-02T19:55:38.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-06-02T19:55:38.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21062026-06-02T19:55:38.711Z
21072026-06-02T19:55:38.711Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295)
21082026-06-02T19:55:39.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-06-02T19:55:39.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-06-02T19:55:39.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-06-02T19:55:39.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21122026-06-02T19:55:39.301Z
21132026-06-02T19:55:39.301Zinfo: running `cargo check --bins` on omicron-passwords (54/295)
21142026-06-02T19:55:39.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-06-02T19:55:39.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-06-02T19:55:39.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-06-02T19:55:39.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21182026-06-02T19:55:39.870Z
21192026-06-02T19:55:39.870Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/295)
21202026-06-02T19:55:40.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-06-02T19:55:40.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-06-02T19:55:40.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-06-02T19:55:40.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21242026-06-02T19:55:40.462Z
21252026-06-02T19:55:40.462Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295)
21262026-06-02T19:55:40.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-06-02T19:55:40.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-06-02T19:55:40.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-06-02T19:55:40.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21302026-06-02T19:55:41.054Z
21312026-06-02T19:55:41.054Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295)
21322026-06-02T19:55:41.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-06-02T19:55:41.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-06-02T19:55:41.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-06-02T19:55:41.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21362026-06-02T19:55:41.645Z
21372026-06-02T19:55:41.645Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295)
21382026-06-02T19:55:42.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-06-02T19:55:42.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-06-02T19:55:42.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-06-02T19:55:42.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21422026-06-02T19:55:42.234Z
21432026-06-02T19:55:42.234Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295)
21442026-06-02T19:55:42.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-06-02T19:55:42.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-06-02T19:55:42.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-06-02T19:55:42.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21482026-06-02T19:55:42.808Z
21492026-06-02T19:55:42.808Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295)
21502026-06-02T19:55:43.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-06-02T19:55:43.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-06-02T19:55:43.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-06-02T19:55:43.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21542026-06-02T19:55:43.386Z
21552026-06-02T19:55:43.386Zinfo: running `cargo check --bins --no-default-features` on gfss (61/295)
21562026-06-02T19:55:43.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-06-02T19:55:43.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-06-02T19:55:43.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-06-02T19:55:43.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21602026-06-02T19:55:43.953Z
21612026-06-02T19:55:43.953Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295)
21622026-06-02T19:55:44.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-06-02T19:55:44.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-06-02T19:55:44.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-06-02T19:55:44.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21662026-06-02T19:55:44.571Z
21672026-06-02T19:55:44.571Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/295)
21682026-06-02T19:55:45.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-06-02T19:55:45.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-06-02T19:55:45.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-06-02T19:55:45.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21722026-06-02T19:55:45.119Z
21732026-06-02T19:55:45.119Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/295)
21742026-06-02T19:55:45.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-06-02T19:55:45.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-06-02T19:55:45.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-06-02T19:55:45.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21782026-06-02T19:55:45.692Z
21792026-06-02T19:55:45.692Zinfo: running `cargo check --bins` on cockroach-admin-types (65/295)
21802026-06-02T19:55:46.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-06-02T19:55:46.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-06-02T19:55:46.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-06-02T19:55:46.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21842026-06-02T19:55:46.260Z
21852026-06-02T19:55:46.260Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/295)
21862026-06-02T19:55:46.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-06-02T19:55:46.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-06-02T19:55:46.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-06-02T19:55:46.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21902026-06-02T19:55:46.831Z
21912026-06-02T19:55:46.831Zinfo: running `cargo check --bins` on ereport-types (67/295)
21922026-06-02T19:55:47.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-06-02T19:55:47.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-06-02T19:55:47.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-06-02T19:55:47.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21962026-06-02T19:55:47.408Z
21972026-06-02T19:55:47.408Zinfo: running `cargo check --bins` on gateway-client (68/295)
21982026-06-02T19:55:47.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-06-02T19:55:47.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-06-02T19:55:47.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-06-02T19:55:47.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22022026-06-02T19:55:47.991Z
22032026-06-02T19:55:47.991Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/295)
22042026-06-02T19:55:48.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-06-02T19:55:48.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-06-02T19:55:48.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-06-02T19:55:48.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22082026-06-02T19:55:48.574Z
22092026-06-02T19:55:48.574Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295)
22102026-06-02T19:55:49.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-06-02T19:55:49.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-06-02T19:55:49.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-06-02T19:55:49.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22142026-06-02T19:55:49.157Z
22152026-06-02T19:55:49.157Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295)
22162026-06-02T19:55:49.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-06-02T19:55:49.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-06-02T19:55:49.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-06-02T19:55:49.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22202026-06-02T19:55:49.740Z
22212026-06-02T19:55:49.741Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295)
22222026-06-02T19:55:50.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-06-02T19:55:50.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-06-02T19:55:50.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-06-02T19:55:50.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22262026-06-02T19:55:50.319Z
22272026-06-02T19:55:50.320Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/295)
22282026-06-02T19:55:50.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-06-02T19:55:50.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-06-02T19:55:50.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-06-02T19:55:50.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22322026-06-02T19:55:50.919Z
22332026-06-02T19:55:50.919Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295)
22342026-06-02T19:55:51.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-06-02T19:55:51.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-06-02T19:55:51.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-06-02T19:55:51.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22382026-06-02T19:55:51.518Z
22392026-06-02T19:55:51.518Zinfo: running `cargo check --bins` on key-manager-types (75/295)
22402026-06-02T19:55:52.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-06-02T19:55:52.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-06-02T19:55:52.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-06-02T19:55:52.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22442026-06-02T19:55:52.091Z
22452026-06-02T19:55:52.091Zinfo: running `cargo check --bins` on oxlog (76/295)
22462026-06-02T19:55:52.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-06-02T19:55:52.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-06-02T19:55:52.693Z Checking cfg-if v1.0.4
22492026-06-02T19:55:52.696Z Checking libc v0.2.185
22502026-06-02T19:55:52.696Z Checking serde_core v1.0.228
22512026-06-02T19:55:52.812Z Checking zeroize v1.8.2
22522026-06-02T19:55:52.819Z Checking memchr v2.8.0
22532026-06-02T19:55:52.827Z Checking log v0.4.29
22542026-06-02T19:55:52.835Z Checking smallvec v1.15.1
22552026-06-02T19:55:52.848Z Checking typenum v1.19.0
22562026-06-02T19:55:52.848Z Checking subtle v2.6.1
22572026-06-02T19:55:52.947Z Checking itoa v1.0.17
22582026-06-02T19:55:52.981Z Checking scopeguard v1.2.0
22592026-06-02T19:55:53.000Z Checking stable_deref_trait v1.2.1
22602026-06-02T19:55:53.012Z Checking const-oid v0.9.6
22612026-06-02T19:55:53.071Z Checking zerofrom v0.1.6
22622026-06-02T19:55:53.085Z Checking lock_api v0.4.14
22632026-06-02T19:55:53.095Z Checking pin-project-lite v0.2.17
22642026-06-02T19:55:53.180Z Checking yoke v0.8.1
22652026-06-02T19:55:53.193Z Checking portable-atomic v1.13.1
22662026-06-02T19:55:53.196Z Checking critical-section v1.2.0
22672026-06-02T19:55:53.208Z Checking getrandom v0.2.17
22682026-06-02T19:55:53.274Z Checking errno v0.3.14
22692026-06-02T19:55:53.338Z Checking parking_lot_core v0.9.12
22702026-06-02T19:55:53.341Z Checking zerovec v0.11.5
22712026-06-02T19:55:53.366Z Checking generic-array v0.14.7
22722026-06-02T19:55:53.379Z Checking rand_core v0.6.4
22732026-06-02T19:55:53.390Z Checking signal-hook-registry v1.4.8
22742026-06-02T19:55:53.558Z Checking futures-core v0.3.32
22752026-06-02T19:55:53.562Z Checking parking_lot v0.12.5
22762026-06-02T19:55:53.562Z Checking mio v1.2.0
22772026-06-02T19:55:53.609Z Checking once_cell v1.21.3
22782026-06-02T19:55:53.641Z Checking zerocopy v0.8.40
22792026-06-02T19:55:53.677Z Checking zmij v1.0.21
22802026-06-02T19:55:53.723Z Checking socket2 v0.6.3
22812026-06-02T19:55:53.767Z Checking tinystr v0.8.2
22822026-06-02T19:55:53.779Z Checking libm v0.2.16
22832026-06-02T19:55:53.798Z Checking crypto-common v0.1.7
22842026-06-02T19:55:53.822Z Checking block-buffer v0.10.4
22852026-06-02T19:55:53.897Z Checking writeable v0.6.2
22862026-06-02T19:55:53.921Z Checking percent-encoding v2.3.2
22872026-06-02T19:55:53.965Z Checking equivalent v1.0.2
22882026-06-02T19:55:53.976Z Checking digest v0.10.7
22892026-06-02T19:55:53.976Z Checking litemap v0.8.1
22902026-06-02T19:55:54.065Z Checking potential_utf v0.1.4
22912026-06-02T19:55:54.087Z Checking zerotrie v0.2.3
22922026-06-02T19:55:54.087Z Checking futures-sink v0.3.32
22932026-06-02T19:55:54.133Z Checking icu_locale_core v2.1.1
22942026-06-02T19:55:54.165Z Checking icu_collections v2.1.1
22952026-06-02T19:55:54.165Z Checking futures-channel v0.3.32
22962026-06-02T19:55:54.174Z Checking futures-io v0.3.32
22972026-06-02T19:55:54.268Z Checking cpufeatures v0.2.17
22982026-06-02T19:55:54.291Z Checking serde v1.0.228
22992026-06-02T19:55:54.328Z Checking bitflags v2.11.0
23002026-06-02T19:55:54.336Z Checking serde_json v1.0.149
23012026-06-02T19:55:54.348Z Checking slab v0.4.12
23022026-06-02T19:55:54.477Z Checking futures-task v0.3.32
23032026-06-02T19:55:54.508Z Checking num-traits v0.2.19
23042026-06-02T19:55:54.508Z Checking hmac v0.12.1
23052026-06-02T19:55:54.533Z Checking icu_normalizer_data v2.1.1
23062026-06-02T19:55:54.600Z Checking icu_properties_data v2.1.2
23072026-06-02T19:55:54.618Z Checking futures-util v0.3.32
23082026-06-02T19:55:54.618Z Checking rand_core v0.10.0
23092026-06-02T19:55:54.701Z Checking icu_provider v2.1.1
23102026-06-02T19:55:54.759Z Checking bytes v1.11.1
23112026-06-02T19:55:54.759Z Checking hashbrown v0.17.0
23122026-06-02T19:55:54.760Z Checking getrandom v0.4.1
23132026-06-02T19:55:54.882Z Checking block-padding v0.3.3
23142026-06-02T19:55:54.893Z Checking icu_properties v2.1.2
23152026-06-02T19:55:54.977Z Checking icu_normalizer v2.1.1
23162026-06-02T19:55:55.007Z Checking utf8_iter v1.0.4
23172026-06-02T19:55:55.025Z Checking inout v0.1.4
23182026-06-02T19:55:55.112Z Checking tokio v1.52.1
23192026-06-02T19:55:55.122Z Checking sha2 v0.10.9
23202026-06-02T19:55:55.139Z Checking cipher v0.4.4
23212026-06-02T19:55:55.152Z Checking indexmap v2.14.0
23222026-06-02T19:55:55.271Z Checking form_urlencoded v1.2.2
23232026-06-02T19:55:55.350Z Checking getrandom v0.3.4
23242026-06-02T19:55:55.413Z Checking base64ct v1.8.3
23252026-06-02T19:55:55.433Z Checking fnv v1.0.7
23262026-06-02T19:55:55.481Z Checking byteorder v1.5.0
23272026-06-02T19:55:55.498Z Checking flagset v0.4.7
23282026-06-02T19:55:55.649Z Checking pem-rfc7468 v0.7.0
23292026-06-02T19:55:55.661Z Checking rand_core v0.9.5
23302026-06-02T19:55:55.682Z Checking http v1.4.0
23312026-06-02T19:55:55.687Z Checking idna_adapter v1.2.1
23322026-06-02T19:55:55.702Z Checking regex-syntax v0.8.10
23332026-06-02T19:55:55.760Z Checking der v0.7.10
23342026-06-02T19:55:55.792Z Checking salsa20 v0.10.2
23352026-06-02T19:55:55.808Z Checking idna v1.1.0
23362026-06-02T19:55:55.921Z Checking uuid v1.23.0
23372026-06-02T19:55:56.040Z Checking url v2.5.8
23382026-06-02T19:55:56.228Z Checking pbkdf2 v0.12.2
23392026-06-02T19:55:56.238Z Checking rustix v1.1.3
23402026-06-02T19:55:56.332Z Checking tracing-core v0.1.36
23412026-06-02T19:55:56.344Z Checking ppv-lite86 v0.2.21
23422026-06-02T19:55:56.444Z Checking rustls-pki-types v1.14.0
23432026-06-02T19:55:56.472Z Checking spki v0.7.3
23442026-06-02T19:55:56.483Z Checking iana-time-zone v0.1.65
23452026-06-02T19:55:56.585Z Checking base64 v0.22.1
23462026-06-02T19:55:56.627Z Checking rand_chacha v0.9.0
23472026-06-02T19:55:56.630Z Checking tracing v0.1.44
23482026-06-02T19:55:56.641Z Checking chrono v0.4.44
23492026-06-02T19:55:56.718Z Checking scrypt v0.11.0
23502026-06-02T19:55:56.817Z Checking http-body v1.0.1
23512026-06-02T19:55:56.830Z Checking aes v0.8.4
23522026-06-02T19:55:56.840Z Checking cbc v0.1.2
23532026-06-02T19:55:56.853Z Checking aws-lc-sys v0.40.0
23542026-06-02T19:55:56.943Z Checking untrusted v0.9.0
23552026-06-02T19:55:56.962Z Checking untrusted v0.7.1
23562026-06-02T19:55:56.994Z Checking tinyvec_macros v0.1.1
23572026-06-02T19:55:57.050Z Checking openssl-probe v0.2.1
23582026-06-02T19:55:57.065Z Checking tinyvec v1.10.0
23592026-06-02T19:55:57.069Z Checking ring v0.17.14
23602026-06-02T19:55:57.089Z Checking rand v0.9.2
23612026-06-02T19:55:57.154Z Checking atomic-waker v1.1.2
23622026-06-02T19:55:57.208Z Checking pkcs5 v0.7.1
23632026-06-02T19:55:57.252Z Checking tower-layer v0.3.3
23642026-06-02T19:55:57.371Z Checking aws-lc-rs v1.16.3
23652026-06-02T19:55:57.391Z Checking tower-service v0.3.3
23662026-06-02T19:55:57.404Z Checking try-lock v0.2.5
23672026-06-02T19:55:57.463Z Checking pkcs8 v0.10.2
23682026-06-02T19:55:57.480Z Checking ipnet v2.11.0
23692026-06-02T19:55:57.498Z Checking want v0.3.1
23702026-06-02T19:55:57.513Z Checking httparse v1.10.1
23712026-06-02T19:55:57.579Z Checking aho-corasick v1.1.4
23722026-06-02T19:55:57.619Z Checking plain v0.2.3
23732026-06-02T19:55:57.642Z Checking foreign-types-shared v0.1.1
23742026-06-02T19:55:57.718Z Checking pin-utils v0.1.0
23752026-06-02T19:55:57.730Z Checking fastrand v2.3.0
23762026-06-02T19:55:57.742Z Checking dyn-clone v1.0.20
23772026-06-02T19:55:57.742Z Checking httpdate v1.0.3
23782026-06-02T19:55:57.788Z Checking foreign-types v0.3.2
23792026-06-02T19:55:57.848Z Checking unicode-normalization v0.1.25
23802026-06-02T19:55:57.938Z Checking semver v1.0.28
23812026-06-02T19:55:57.938Z Checking openssl-sys v0.9.115
23822026-06-02T19:55:57.938Z Checking tempfile v3.25.0
23832026-06-02T19:55:58.064Z Checking spin v0.9.8
23842026-06-02T19:55:58.081Z Checking unicode-ident v1.0.24
23852026-06-02T19:55:58.095Z Checking ucd-trie v0.1.7
23862026-06-02T19:55:58.192Z Checking proc-macro2 v1.0.106
23872026-06-02T19:55:58.204Z Checking rustls-webpki v0.103.9
23882026-06-02T19:55:58.225Z Checking pest v2.8.6
23892026-06-02T19:55:58.237Z Checking schemars v0.8.22
23902026-06-02T19:55:58.251Z Checking regex-automata v0.4.14
23912026-06-02T19:55:58.254Z Checking openssl v0.10.79
23922026-06-02T19:55:58.254Z Checking rustls-native-certs v0.8.3
23932026-06-02T19:55:58.314Z Checking tokio-util v0.7.18
23942026-06-02T19:55:58.382Z Checking thiserror v2.0.18
23952026-06-02T19:55:58.481Z Checking sync_wrapper v1.0.2
23962026-06-02T19:55:58.493Z Checking wait-timeout v0.2.1
23972026-06-02T19:55:58.579Z Checking simd-adler32 v0.3.8
23982026-06-02T19:55:58.609Z Checking powerfmt v0.2.0
23992026-06-02T19:55:58.623Z Checking rustls v0.23.37
24002026-06-02T19:55:58.740Z Checking siphasher v1.0.2
24012026-06-02T19:55:58.755Z Checking anstyle v1.0.13
24022026-06-02T19:55:58.867Z Checking bit-vec v0.8.0
24032026-06-02T19:55:58.890Z Checking utf8parse v0.2.2
24042026-06-02T19:55:58.913Z Checking h2 v0.4.13
24052026-06-02T19:55:58.935Z Checking pretty-hex v0.4.1
24062026-06-02T19:55:58.984Z Checking quick-error v1.2.3
24072026-06-02T19:55:59.051Z Checking anstyle-parse v0.2.7
24082026-06-02T19:55:59.058Z Checking bit-set v0.8.0
24092026-06-02T19:55:59.080Z Checking rusty-fork v0.3.1
24102026-06-02T19:55:59.196Z Checking deranged v0.5.8
24112026-06-02T19:55:59.209Z Checking tower v0.5.3
24122026-06-02T19:55:59.246Z Checking quote v1.0.45
24132026-06-02T19:55:59.262Z Compiling newtype-uuid v1.3.2
24142026-06-02T19:55:59.416Z Checking http-body-util v0.1.3
24152026-06-02T19:55:59.446Z Checking crossbeam-utils v0.8.21
24162026-06-02T19:55:59.585Z Checking webpki-roots v1.0.6
24172026-06-02T19:55:59.627Z Checking rand_xorshift v0.4.0
24182026-06-02T19:55:59.699Z Checking crc32fast v1.5.0
24192026-06-02T19:55:59.743Z Checking scroll v0.13.0
24202026-06-02T19:55:59.760Z Checking signature v2.2.0
24212026-06-02T19:55:59.838Z Checking unarray v0.1.4
24222026-06-02T19:55:59.884Z Checking num_threads v0.1.7
24232026-06-02T19:55:59.989Z Checking num-conv v0.2.0
24242026-06-02T19:55:59.997Z Checking adler2 v2.0.1
24252026-06-02T19:55:59.997Z Checking iri-string v0.7.10
24262026-06-02T19:56:00.054Z Checking colorchoice v1.0.4
24272026-06-02T19:56:00.063Z Checking is_terminal_polyfill v1.70.2
24282026-06-02T19:56:00.077Z Checking allocator-api2 v0.2.21
24292026-06-02T19:56:00.101Z Checking ryu v1.0.23
24302026-06-02T19:56:00.152Z Checking unicode-properties v0.1.4
24312026-06-02T19:56:00.152Z Checking time-core v0.1.8
24322026-06-02T19:56:00.312Z Checking anstyle-query v1.1.5
24332026-06-02T19:56:00.316Z Checking native-tls v0.2.18
24342026-06-02T19:56:00.316Z Checking unicode-bidi v0.3.18
24352026-06-02T19:56:00.323Z Checking anstream v0.6.21
24362026-06-02T19:56:00.337Z Checking time v0.3.47
24372026-06-02T19:56:00.349Z Checking serde_urlencoded v0.7.1
24382026-06-02T19:56:00.439Z Checking tokio-native-tls v0.3.1
24392026-06-02T19:56:00.513Z Checking miniz_oxide v0.8.9
24402026-06-02T19:56:00.549Z Checking bstr v1.12.1
24412026-06-02T19:56:00.568Z Checking stringprep v0.1.5
24422026-06-02T19:56:00.593Z Checking goblin v0.10.5
24432026-06-02T19:56:00.715Z Checking proptest v1.10.0
24442026-06-02T19:56:00.859Z Checking crossbeam-epoch v0.9.18
24452026-06-02T19:56:00.938Z Checking syn v2.0.117
24462026-06-02T19:56:00.952Z Checking tokio-rustls v0.26.4
24472026-06-02T19:56:00.973Z Checking tower-http v0.6.8
24482026-06-02T19:56:01.081Z Compiling daft v0.1.7
24492026-06-02T19:56:01.173Z Checking ipnetwork v0.21.1
24502026-06-02T19:56:01.248Z Checking rand_chacha v0.3.1
24512026-06-02T19:56:01.355Z Checking scroll v0.12.0
24522026-06-02T19:56:01.389Z Checking thiserror v1.0.69
24532026-06-02T19:56:01.442Z Checking hash32 v0.2.1
24542026-06-02T19:56:01.456Z Checking zstd-sys v2.0.16+zstd.1.5.7
24552026-06-02T19:56:01.481Z Checking num-integer v0.1.46
24562026-06-02T19:56:01.558Z Checking toml_datetime v0.6.11
24572026-06-02T19:56:01.572Z Checking hyper v1.8.1
24582026-06-02T19:56:01.589Z Checking serde_spanned v0.6.9
24592026-06-02T19:56:01.595Z Checking md-5 v0.10.6
24602026-06-02T19:56:01.702Z Checking ff v0.13.1
24612026-06-02T19:56:01.702Z Checking encoding_rs v0.8.35
24622026-06-02T19:56:01.729Z Checking zlib-rs v0.6.2
24632026-06-02T19:56:01.741Z Checking psl-types v2.0.11
24642026-06-02T19:56:01.837Z Checking fallible-iterator v0.2.0
24652026-06-02T19:56:01.852Z Checking base16ct v0.2.0
24662026-06-02T19:56:01.972Z Checking mime v0.3.17
24672026-06-02T19:56:02.117Z Checking postgres-protocol v0.6.10
24682026-06-02T19:56:02.145Z Checking sec1 v0.7.3
24692026-06-02T19:56:02.369Z Checking publicsuffix v2.3.0
24702026-06-02T19:56:02.429Z Checking group v0.13.0
24712026-06-02T19:56:02.480Z Checking hyper-util v0.1.20
24722026-06-02T19:56:02.544Z Checking num-iter v0.1.45
24732026-06-02T19:56:02.578Z Checking heapless v0.7.17
24742026-06-02T19:56:02.614Z Checking flate2 v1.1.9
24752026-06-02T19:56:02.636Z Checking goblin v0.8.2
24762026-06-02T19:56:02.644Z Checking zstd-safe v7.2.4
24772026-06-02T19:56:02.644Z Checking rand v0.8.6
24782026-06-02T19:56:02.811Z Checking cookie v0.18.1
24792026-06-02T19:56:02.911Z Checking oxnet v0.1.4
24802026-06-02T19:56:02.925Z Checking dof v0.4.0
24812026-06-02T19:56:02.976Z Compiling iddqd v0.4.2
24822026-06-02T19:56:03.038Z Checking dtrace-parser v0.3.0
24832026-06-02T19:56:03.137Z Checking phf_shared v0.13.1
24842026-06-02T19:56:03.164Z Checking lazy_static v1.5.0
24852026-06-02T19:56:03.192Z Checking zerocopy v0.7.35
24862026-06-02T19:56:03.251Z Checking pin-project v1.1.11
24872026-06-02T19:56:03.266Z Checking bzip2-sys v0.1.13+1.0.8
24882026-06-02T19:56:03.327Z Checking signal-hook v0.3.18
24892026-06-02T19:56:03.342Z Checking terminal_size v0.4.3
24902026-06-02T19:56:03.353Z Checking futures-executor v0.3.32
24912026-06-02T19:56:03.449Z Checking hex v0.4.3
24922026-06-02T19:56:03.493Z Checking hkdf v0.12.4
24932026-06-02T19:56:03.509Z Checking crypto-bigint v0.5.5
24942026-06-02T19:56:03.546Z Checking thread-id v5.1.0
24952026-06-02T19:56:03.621Z Checking strsim v0.11.1
24962026-06-02T19:56:03.709Z Checking foldhash v0.1.5
24972026-06-02T19:56:03.709Z Checking winnow v0.5.40
24982026-06-02T19:56:03.709Z Checking winnow v0.7.14
24992026-06-02T19:56:03.722Z Checking hyper-rustls v0.27.7
25002026-06-02T19:56:03.758Z Checking hyper-tls v0.6.0
25012026-06-02T19:56:03.777Z Checking either v1.15.0
25022026-06-02T19:56:03.929Z Checking bitflags v1.3.2
25032026-06-02T19:56:03.934Z Checking libbz2-rs-sys v0.2.2
25042026-06-02T19:56:03.957Z Checking same-file v1.0.6
25052026-06-02T19:56:03.991Z Compiling rayon-core v1.13.0
25062026-06-02T19:56:04.073Z Checking clap_lex v1.0.0
25072026-06-02T19:56:04.166Z Checking foldhash v0.2.0
25082026-06-02T19:56:04.220Z Checking bumpalo v3.20.2
25092026-06-02T19:56:04.225Z Checking managed v0.8.0
25102026-06-02T19:56:04.313Z Checking bzip2 v0.6.1
25112026-06-02T19:56:04.326Z Checking hashbrown v0.16.1
25122026-06-02T19:56:04.396Z Checking elliptic-curve v0.13.8
25132026-06-02T19:56:04.412Z Checking smoltcp v0.9.1
25142026-06-02T19:56:04.428Z Checking zopfli v0.8.3
25152026-06-02T19:56:04.475Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25162026-06-02T19:56:04.514Z Checking dof v0.3.0
25172026-06-02T19:56:04.655Z Checking clap_builder v4.5.60
25182026-06-02T19:56:04.720Z Checking walkdir v2.5.0
25192026-06-02T19:56:04.778Z Checking toml_edit v0.19.15
25202026-06-02T19:56:04.781Z Checking reqwest v0.12.28
25212026-06-02T19:56:04.803Z Checking hashbrown v0.15.5
25222026-06-02T19:56:04.817Z Checking usdt-impl v0.6.0
25232026-06-02T19:56:04.830Z Checking signal-hook-mio v0.2.5
25242026-06-02T19:56:04.879Z Checking futures v0.3.32
25252026-06-02T19:56:04.929Z Checking bzip2 v0.4.4
25262026-06-02T19:56:04.954Z Checking snafu v0.8.9
25272026-06-02T19:56:04.997Z Checking phf v0.13.1
25282026-06-02T19:56:05.089Z Checking num-bigint-dig v0.8.6
25292026-06-02T19:56:05.142Z Checking cookie_store v0.22.1
25302026-06-02T19:56:05.182Z Checking zstd v0.13.3
25312026-06-02T19:56:05.254Z Checking postgres-types v0.2.12
25322026-06-02T19:56:05.351Z Checking dtrace-parser v0.2.0
25332026-06-02T19:56:05.365Z Checking crossbeam-deque v0.8.6
25342026-06-02T19:56:05.463Z Checking rustls-platform-verifier v0.6.2
25352026-06-02T19:56:05.536Z Checking globset v0.4.18
25362026-06-02T19:56:05.558Z Checking regex v1.12.3
25372026-06-02T19:56:05.572Z Checking ed25519 v2.2.3
25382026-06-02T19:56:05.596Z Checking phf_shared v0.11.3
25392026-06-02T19:56:05.622Z Checking olpc-cjson v0.1.4
25402026-06-02T19:56:05.734Z Checking ref-cast v1.0.25
25412026-06-02T19:56:05.748Z Checking curve25519-dalek v4.1.3
25422026-06-02T19:56:05.760Z Checking strum v0.27.2
25432026-06-02T19:56:05.778Z Checking hubpack v0.1.2
25442026-06-02T19:56:05.781Z Checking memoffset v0.9.1
25452026-06-02T19:56:05.826Z Checking rustix v0.38.44
25462026-06-02T19:56:05.841Z Checking pkcs1 v0.7.5
25472026-06-02T19:56:05.856Z Checking pem v3.0.6
25482026-06-02T19:56:05.867Z Checking float-cmp v0.10.0
25492026-06-02T19:56:05.870Z Checking serde-big-array v0.5.1
25502026-06-02T19:56:05.891Z Checking erased-serde v0.3.31
25512026-06-02T19:56:05.942Z Checking serde_plain v1.0.2
25522026-06-02T19:56:05.985Z Checking rfc6979 v0.4.0
25532026-06-02T19:56:06.001Z Checking memmap2 v0.9.10
25542026-06-02T19:56:06.004Z Checking thread-id v4.2.2
25552026-06-02T19:56:06.040Z Checking env_filter v1.0.0
25562026-06-02T19:56:06.076Z Checking typed-path v0.9.3
25572026-06-02T19:56:06.079Z Checking precomputed-hash v0.1.1
25582026-06-02T19:56:06.104Z Checking fixedbitset v0.4.2
25592026-06-02T19:56:06.165Z Checking difflib v0.4.0
25602026-06-02T19:56:06.168Z Checking toml_write v0.1.2
25612026-06-02T19:56:06.178Z Checking keccak v0.1.6
25622026-06-02T19:56:06.243Z Checking static_assertions v1.1.0
25632026-06-02T19:56:06.261Z Checking predicates-core v1.0.10
25642026-06-02T19:56:06.310Z Checking data-encoding v2.10.0
25652026-06-02T19:56:06.339Z Checking unicode-segmentation v1.12.0
25662026-06-02T19:56:06.351Z Checking normalize-line-endings v0.3.0
25672026-06-02T19:56:06.353Z Checking whoami v2.1.0
25682026-06-02T19:56:06.379Z Checking new_debug_unreachable v1.0.6
25692026-06-02T19:56:06.435Z Checking jiff v0.2.21
25702026-06-02T19:56:06.449Z Checking fixedbitset v0.5.7
25712026-06-02T19:56:06.511Z Checking ed25519-dalek v2.2.0
25722026-06-02T19:56:06.549Z Checking tokio-postgres v0.7.16
25732026-06-02T19:56:06.572Z Checking hickory-proto v0.25.2
25742026-06-02T19:56:06.605Z Checking crossterm v0.28.1
25752026-06-02T19:56:06.636Z Checking petgraph v0.8.3
25762026-06-02T19:56:06.649Z Checking similar v2.7.0
25772026-06-02T19:56:06.737Z Checking string_cache v0.8.9
25782026-06-02T19:56:06.844Z Checking tough v0.22.0
25792026-06-02T19:56:06.909Z Checking predicates v3.1.4
25802026-06-02T19:56:07.025Z Checking sha3 v0.10.8
25812026-06-02T19:56:07.198Z Checking toml_edit v0.22.27
25822026-06-02T19:56:07.230Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25832026-06-02T19:56:07.313Z Checking slog v2.8.2
25842026-06-02T19:56:07.582Z Checking petgraph v0.6.5
25852026-06-02T19:56:07.813Z Checking env_logger v0.11.9
25862026-06-02T19:56:08.005Z Checking usdt v0.6.0
25872026-06-02T19:56:08.173Z Checking ecdsa v0.16.9
25882026-06-02T19:56:08.187Z Checking usdt-impl v0.5.0
25892026-06-02T19:56:08.298Z Checking rsa v0.9.10
25902026-06-02T19:56:08.458Z Checking nix v0.31.2
25912026-06-02T19:56:08.499Z Checking clap v4.5.60
25922026-06-02T19:56:08.659Z Checking zip v4.6.1
25932026-06-02T19:56:08.771Z Checking toml v0.7.8
25942026-06-02T19:56:08.815Z Checking reqwest v0.13.2
25952026-06-02T19:56:09.061Z Checking zip v0.6.6
25962026-06-02T19:56:09.184Z Checking toml_parser v1.0.9+spec-1.1.0
25972026-06-02T19:56:09.241Z Checking itertools v0.13.0
25982026-06-02T19:56:09.342Z Checking serde_with v3.17.0
25992026-06-02T19:56:09.379Z Checking strum v0.26.3
26002026-06-02T19:56:09.472Z Checking fs-err v3.3.0
26012026-06-02T19:56:09.490Z Checking ahash v0.8.12
26022026-06-02T19:56:09.494Z Checking object v0.37.3
26032026-06-02T19:56:09.545Z Checking tokio-stream v0.1.18
26042026-06-02T19:56:09.555Z Checking buf-list v1.1.2
26052026-06-02T19:56:09.648Z Checking anyhow v1.0.102
26062026-06-02T19:56:09.676Z Checking camino v1.2.2
26072026-06-02T19:56:09.702Z Checking x509-cert v0.2.5
26082026-06-02T19:56:09.762Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26092026-06-02T19:56:09.841Z Checking openapiv3 v2.2.0
26102026-06-02T19:56:09.886Z Checking sha1 v0.10.6
26112026-06-02T19:56:09.922Z Checking lalrpop-util v0.19.12
26122026-06-02T19:56:10.025Z Checking peg-runtime v0.8.5
26132026-06-02T19:56:10.048Z Checking rayon v1.11.0
26142026-06-02T19:56:10.078Z Checking sigpipe v0.1.3
26152026-06-02T19:56:10.153Z Checking glob v0.3.3
26162026-06-02T19:56:11.696Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26172026-06-02T19:56:11.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.88s
26182026-06-02T19:56:12.174Z
26192026-06-02T19:56:12.174Zinfo: running `cargo check --bins` on internal-dns-types (77/295)
26202026-06-02T19:56:12.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212026-06-02T19:56:12.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222026-06-02T19:56:12.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232026-06-02T19:56:12.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26242026-06-02T19:56:12.741Z
26252026-06-02T19:56:12.741Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/295)
26262026-06-02T19:56:13.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272026-06-02T19:56:13.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282026-06-02T19:56:13.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292026-06-02T19:56:13.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26302026-06-02T19:56:13.327Z
26312026-06-02T19:56:13.327Zinfo: running `cargo check --bins` on nexus-types-versions (79/295)
26322026-06-02T19:56:13.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332026-06-02T19:56:13.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342026-06-02T19:56:13.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352026-06-02T19:56:13.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26362026-06-02T19:56:13.931Z
26372026-06-02T19:56:13.931Zinfo: running `cargo check --bins` on oxql-types (80/295)
26382026-06-02T19:56:14.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-06-02T19:56:14.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-06-02T19:56:14.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-06-02T19:56:14.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26422026-06-02T19:56:14.517Z
26432026-06-02T19:56:14.517Zinfo: running `cargo check --bins` on oximeter-types (81/295)
26442026-06-02T19:56:15.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-06-02T19:56:15.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-06-02T19:56:15.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-06-02T19:56:15.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26482026-06-02T19:56:15.104Z
26492026-06-02T19:56:15.104Zinfo: running `cargo check --bins` on oximeter-types-versions (82/295)
26502026-06-02T19:56:15.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-06-02T19:56:15.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-06-02T19:56:15.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-06-02T19:56:15.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26542026-06-02T19:56:15.696Z
26552026-06-02T19:56:15.696Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/295)
26562026-06-02T19:56:16.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-06-02T19:56:16.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-06-02T19:56:16.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-06-02T19:56:16.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26602026-06-02T19:56:16.272Z
26612026-06-02T19:56:16.272Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/295)
26622026-06-02T19:56:16.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-06-02T19:56:16.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-06-02T19:56:16.952Z Compiling structmeta-derive v0.3.0
26652026-06-02T19:56:17.068Z Compiling rustls v0.22.4
26662026-06-02T19:56:17.085Z Compiling multer v3.1.0
26672026-06-02T19:56:17.089Z Compiling async-stream-impl v0.3.6
26682026-06-02T19:56:17.090Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26692026-06-02T19:56:17.108Z Compiling dropshot v0.17.0
26702026-06-02T19:56:17.123Z Compiling dropshot_endpoint v0.17.0
26712026-06-02T19:56:17.123Z Compiling newtype-uuid-macros v0.1.0
26722026-06-02T19:56:17.244Z Checking newtype-uuid v1.3.2
26732026-06-02T19:56:17.307Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26742026-06-02T19:56:17.369Z Checking rustls-webpki v0.102.8
26752026-06-02T19:56:17.461Z Checking daft v0.1.7
26762026-06-02T19:56:17.479Z Checking thread_local v1.1.9
26772026-06-02T19:56:17.679Z Checking match_cfg v0.1.0
26782026-06-02T19:56:17.695Z Checking compression-core v0.4.31
26792026-06-02T19:56:17.698Z Checking iddqd v0.4.2
26802026-06-02T19:56:17.714Z Checking hostname v0.3.1
26812026-06-02T19:56:17.741Z Checking crossbeam-channel v0.5.15
26822026-06-02T19:56:17.788Z Checking compression-codecs v0.4.37
26832026-06-02T19:56:17.803Z Checking slog-json v2.6.1
26842026-06-02T19:56:17.893Z Checking is-terminal v0.4.17
26852026-06-02T19:56:17.949Z Checking toml_datetime v1.0.0+spec-1.1.0
26862026-06-02T19:56:17.963Z Checking serde_spanned v1.0.4
26872026-06-02T19:56:17.979Z Checking take_mut v0.2.2
26882026-06-02T19:56:18.068Z Checking toml_writer v1.0.6+spec-1.1.0
26892026-06-02T19:56:18.082Z Checking debug-ignore v1.0.5
26902026-06-02T19:56:18.093Z Checking term v1.2.1
26912026-06-02T19:56:18.134Z Compiling structmeta v0.3.0
26922026-06-02T19:56:18.149Z Checking slog-async v2.8.0
26932026-06-02T19:56:18.174Z Checking slog-bunyan v2.5.0
26942026-06-02T19:56:18.243Z Checking toml v1.0.6+spec-1.1.0
26952026-06-02T19:56:18.284Z Checking async-compression v0.4.41
26962026-06-02T19:56:18.303Z Checking slog-term v2.9.2
26972026-06-02T19:56:18.318Z Checking async-stream v0.3.6
26982026-06-02T19:56:18.334Z Compiling derive-ex v0.1.8
26992026-06-02T19:56:18.444Z Compiling parse-display-derive v0.10.0
27002026-06-02T19:56:18.519Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27012026-06-02T19:56:18.558Z Checking progenitor-client v0.14.0
27022026-06-02T19:56:18.610Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27032026-06-02T19:56:18.623Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27042026-06-02T19:56:18.761Z Checking waitgroup v0.1.2
27052026-06-02T19:56:18.786Z Checking backon v1.6.0
27062026-06-02T19:56:18.806Z Checking rustls-pemfile v2.2.0
27072026-06-02T19:56:18.874Z Checking serde_path_to_error v0.1.20
27082026-06-02T19:56:18.899Z Checking hostname v0.4.2
27092026-06-02T19:56:18.957Z Checking instant v0.1.13
27102026-06-02T19:56:19.089Z Checking backoff v0.4.0
27112026-06-02T19:56:19.131Z Checking progenitor-extras v0.2.0
27122026-06-02T19:56:19.149Z Checking tokio-rustls v0.25.0
27132026-06-02T19:56:19.194Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27142026-06-02T19:56:19.198Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27152026-06-02T19:56:19.372Z Checking itertools v0.14.0
27162026-06-02T19:56:19.401Z Checking progenitor-client v0.10.0
27172026-06-02T19:56:19.570Z Checking regress v0.10.5
27182026-06-02T19:56:19.610Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27192026-06-02T19:56:19.827Z Checking macaddr v1.0.1
27202026-06-02T19:56:19.992Z Compiling test-strategy v0.4.5
27212026-06-02T19:56:20.095Z Checking parse-display v0.10.0
27222026-06-02T19:56:20.160Z Checking humantime v2.3.0
27232026-06-02T19:56:21.158Z Compiling prettyplease v0.2.37
27242026-06-02T19:56:21.448Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27252026-06-02T19:56:21.630Z Checking num-rational v0.4.2
27262026-06-02T19:56:21.816Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27272026-06-02T19:56:22.038Z Checking num-complex v0.4.6
27282026-06-02T19:56:22.822Z Compiling num v0.4.3
27292026-06-02T19:56:22.899Z Compiling usdt-attr-macro v0.5.0
27302026-06-02T19:56:22.912Z Compiling usdt-macro v0.5.0
27312026-06-02T19:56:22.924Z Checking memmap v0.7.0
27322026-06-02T19:56:22.936Z Compiling float-ord v0.3.2
27332026-06-02T19:56:23.047Z Compiling convert_case v0.4.0
27342026-06-02T19:56:23.051Z Checking unicode-width v0.2.0
27352026-06-02T19:56:23.309Z Checking console v0.15.11
27362026-06-02T19:56:23.428Z Compiling derive_more v0.99.20
27372026-06-02T19:56:23.584Z Checking newline-converter v0.3.0
27382026-06-02T19:56:23.626Z Checking atomicwrites v0.4.4
27392026-06-02T19:56:23.675Z Checking usdt v0.5.0
27402026-06-02T19:56:23.694Z Compiling toml v0.8.23
27412026-06-02T19:56:23.867Z Checking linked-hash-map v0.5.6
27422026-06-02T19:56:23.879Z Compiling minimal-lexical v0.2.1
27432026-06-02T19:56:23.925Z Checking lru-cache v0.1.2
27442026-06-02T19:56:24.044Z Compiling nom v7.1.3
27452026-06-02T19:56:24.088Z Checking expectorate v1.2.0
27462026-06-02T19:56:24.632Z Checking camino-tempfile v1.4.1
27472026-06-02T19:56:24.742Z Checking hickory-proto v0.24.4
27482026-06-02T19:56:24.792Z Checking phf_shared v0.12.1
27492026-06-02T19:56:24.935Z Compiling slog-dtrace v0.3.0
27502026-06-02T19:56:25.027Z Compiling chrono-tz v0.10.4
27512026-06-02T19:56:25.124Z Checking heck v0.5.0
27522026-06-02T19:56:25.205Z Checking resolv-conf v0.7.6
27532026-06-02T19:56:25.250Z Compiling const_format_proc_macros v0.2.34
27542026-06-02T19:56:25.366Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27552026-06-02T19:56:25.422Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27562026-06-02T19:56:25.455Z Checking phf v0.12.1
27572026-06-02T19:56:25.594Z Checking tokio-dtrace v0.1.1
27582026-06-02T19:56:25.780Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27592026-06-02T19:56:25.832Z Compiling derive-where v1.6.0
27602026-06-02T19:56:25.957Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27612026-06-02T19:56:26.266Z Checking highway v1.3.0
27622026-06-02T19:56:26.503Z Checking const_format v0.2.35
27632026-06-02T19:56:26.530Z Checking hickory-resolver v0.24.4
27642026-06-02T19:56:26.733Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27652026-06-02T19:56:26.799Z Checking oxide-tokio-rt v0.1.4
27662026-06-02T19:56:26.927Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27672026-06-02T19:56:27.185Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27682026-06-02T19:56:27.208Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27692026-06-02T19:56:27.250Z Checking qorb v0.4.1
27702026-06-02T19:56:27.382Z Checking gethostname v0.5.0
27712026-06-02T19:56:27.395Z Checking bcs v0.1.6
27722026-06-02T19:56:27.470Z Checking termtree v0.5.1
27732026-06-02T19:56:27.489Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27742026-06-02T19:56:30.686Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27752026-06-02T19:56:33.390Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27762026-06-02T19:56:35.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.22s
27772026-06-02T19:56:35.677Z
27782026-06-02T19:56:35.677Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295)
27792026-06-02T19:56:36.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-06-02T19:56:36.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-06-02T19:56:36.347Z Compiling ar_archive_writer v0.5.1
27822026-06-02T19:56:36.458Z Compiling stacker v0.1.23
27832026-06-02T19:56:36.465Z Compiling cfg_aliases v0.1.1
27842026-06-02T19:56:36.471Z Compiling convert_case v0.10.0
27852026-06-02T19:56:36.477Z Checking unicode-width v0.1.14
27862026-06-02T19:56:36.487Z Compiling proc-macro-error v1.0.4
27872026-06-02T19:56:36.496Z Checking fd-lock v4.0.4
27882026-06-02T19:56:36.500Z Checking nibble_vec v0.1.0
27892026-06-02T19:56:36.520Z Compiling nix v0.28.0
27902026-06-02T19:56:36.610Z Checking vte v0.14.1
27912026-06-02T19:56:36.623Z Compiling recursive-proc-macro-impl v0.1.1
27922026-06-02T19:56:36.707Z Checking bytecount v0.6.9
27932026-06-02T19:56:36.719Z Checking endian-type v0.1.2
27942026-06-02T19:56:36.755Z Checking strip-ansi-escapes v0.2.1
27952026-06-02T19:56:36.769Z Compiling derive_more-impl v2.1.1
27962026-06-02T19:56:36.779Z Compiling tabled_derive v0.7.0
27972026-06-02T19:56:36.802Z Checking papergrid v0.11.0
27982026-06-02T19:56:36.836Z Checking radix_trie v0.2.1
27992026-06-02T19:56:36.870Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28002026-06-02T19:56:37.009Z Compiling peg-macros v0.8.5
28012026-06-02T19:56:37.039Z Checking winnow v0.6.26
28022026-06-02T19:56:37.278Z Compiling psm v0.1.30
28032026-06-02T19:56:37.408Z Compiling sqlparser_derive v0.5.0
28042026-06-02T19:56:37.460Z Checking unicode_categories v0.1.1
28052026-06-02T19:56:37.588Z Checking derive_more v2.1.1
28062026-06-02T19:56:37.616Z Checking nu-ansi-term v0.50.3
28072026-06-02T19:56:37.667Z Checking home v0.5.12
28082026-06-02T19:56:37.735Z Checking tabled v0.15.0
28092026-06-02T19:56:37.769Z Checking crossterm v0.29.0
28102026-06-02T19:56:37.822Z Checking reedline v0.40.0
28112026-06-02T19:56:37.874Z Checking rustyline v14.0.0
28122026-06-02T19:56:38.054Z Checking recursive v0.1.1
28132026-06-02T19:56:38.169Z Checking sqlparser v0.61.0
28142026-06-02T19:56:38.183Z Checking display-error-chain v0.2.2
28152026-06-02T19:56:38.241Z Checking sqlformat v0.3.5
28162026-06-02T19:56:38.406Z Checking peg v0.8.5
28172026-06-02T19:56:49.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.61s
28182026-06-02T19:56:49.478Z
28192026-06-02T19:56:49.478Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295)
28202026-06-02T19:56:49.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-06-02T19:56:49.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-06-02T19:56:50.213Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28232026-06-02T19:56:53.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
28242026-06-02T19:56:53.785Z
28252026-06-02T19:56:53.785Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295)
28262026-06-02T19:56:54.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-06-02T19:56:54.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-06-02T19:56:54.462Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-06-02T19:56:56.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
28302026-06-02T19:56:57.085Z
28312026-06-02T19:56:57.085Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295)
28322026-06-02T19:56:57.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-06-02T19:56:57.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-06-02T19:56:57.763Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-06-02T19:57:00.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28362026-06-02T19:57:01.169Z
28372026-06-02T19:57:01.170Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295)
28382026-06-02T19:57:01.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-06-02T19:57:01.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-06-02T19:57:01.839Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-06-02T19:57:05.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28422026-06-02T19:57:05.273Z
28432026-06-02T19:57:05.273Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295)
28442026-06-02T19:57:05.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-06-02T19:57:05.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-06-02T19:57:05.943Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-06-02T19:57:08.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
28482026-06-02T19:57:08.736Z
28492026-06-02T19:57:08.736Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295)
28502026-06-02T19:57:09.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-06-02T19:57:09.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-06-02T19:57:09.389Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-06-02T19:57:12.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28542026-06-02T19:57:12.187Z
28552026-06-02T19:57:12.187Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295)
28562026-06-02T19:57:12.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-06-02T19:57:12.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-06-02T19:57:12.865Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-06-02T19:57:16.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
28602026-06-02T19:57:16.564Z
28612026-06-02T19:57:16.564Zinfo: running `cargo check --bins` on oximeter (93/295)
28622026-06-02T19:57:16.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-06-02T19:57:16.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-06-02T19:57:16.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-06-02T19:57:16.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28662026-06-02T19:57:17.058Z
28672026-06-02T19:57:17.058Zinfo: running `cargo check --bins` on oximeter-schema (94/295)
28682026-06-02T19:57:17.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-06-02T19:57:17.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-06-02T19:57:17.692Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28712026-06-02T19:57:17.856Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28722026-06-02T19:57:17.859Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28732026-06-02T19:57:18.189Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28742026-06-02T19:57:21.050Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28752026-06-02T19:57:22.368Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28762026-06-02T19:57:22.466Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28772026-06-02T19:57:23.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.07s
28782026-06-02T19:57:23.321Z
28792026-06-02T19:57:23.322Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/295)
28802026-06-02T19:57:23.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-06-02T19:57:23.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-06-02T19:57:23.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-06-02T19:57:23.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28842026-06-02T19:57:23.921Z
28852026-06-02T19:57:23.921Zinfo: running `cargo check --bins` on oximeter-test-utils (96/295)
28862026-06-02T19:57:24.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-06-02T19:57:24.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-06-02T19:57:24.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-06-02T19:57:24.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28902026-06-02T19:57:24.551Z
28912026-06-02T19:57:24.551Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295)
28922026-06-02T19:57:25.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-06-02T19:57:25.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-06-02T19:57:25.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-06-02T19:57:25.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28962026-06-02T19:57:25.193Z
28972026-06-02T19:57:25.193Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295)
28982026-06-02T19:57:25.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-06-02T19:57:25.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-06-02T19:57:25.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-06-02T19:57:25.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29022026-06-02T19:57:25.740Z
29032026-06-02T19:57:25.740Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295)
29042026-06-02T19:57:26.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-06-02T19:57:26.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-06-02T19:57:26.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-06-02T19:57:26.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29082026-06-02T19:57:26.335Z
29092026-06-02T19:57:26.335Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295)
29102026-06-02T19:57:26.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-06-02T19:57:26.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-06-02T19:57:26.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-06-02T19:57:26.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29142026-06-02T19:57:26.927Z
29152026-06-02T19:57:26.927Zinfo: running `cargo check --bins` on trust-quorum-types (101/295)
29162026-06-02T19:57:27.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-06-02T19:57:27.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-06-02T19:57:27.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-06-02T19:57:27.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29202026-06-02T19:57:27.507Z
29212026-06-02T19:57:27.507Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/295)
29222026-06-02T19:57:28.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-06-02T19:57:28.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-06-02T19:57:28.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-06-02T19:57:28.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29262026-06-02T19:57:28.107Z
29272026-06-02T19:57:28.107Zinfo: running `cargo check --bins` on update-engine (103/295)
29282026-06-02T19:57:28.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-06-02T19:57:28.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-06-02T19:57:28.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-06-02T19:57:28.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29322026-06-02T19:57:28.689Z
29332026-06-02T19:57:28.689Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/295)
29342026-06-02T19:57:29.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-06-02T19:57:29.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-06-02T19:57:29.399Z Compiling crucible-workspace-hack v0.1.0
29372026-06-02T19:57:29.517Z Checking secrecy v0.10.3
29382026-06-02T19:57:29.524Z Compiling heapless v0.8.0
29392026-06-02T19:57:29.527Z Compiling toml_datetime v0.7.5+spec-1.1.0
29402026-06-02T19:57:29.538Z Compiling ingot-macros v0.1.1
29412026-06-02T19:57:29.547Z Checking hash32 v0.3.1
29422026-06-02T19:57:29.559Z Compiling smoltcp v0.11.0
29432026-06-02T19:57:29.561Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29442026-06-02T19:57:29.617Z Checking cobs v0.3.0
29452026-06-02T19:57:29.663Z Compiling thiserror-impl-no-std v2.0.2
29462026-06-02T19:57:29.752Z Compiling toml_edit v0.23.10+spec-1.0.0
29472026-06-02T19:57:29.756Z Checking universal-hash v0.5.1
29482026-06-02T19:57:29.789Z Checking half v2.7.1
29492026-06-02T19:57:29.813Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29502026-06-02T19:57:29.895Z Checking ciborium-io v0.2.2
29512026-06-02T19:57:29.928Z Checking opaque-debug v0.3.1
29522026-06-02T19:57:29.983Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29532026-06-02T19:57:30.009Z Checking poly1305 v0.8.0
29542026-06-02T19:57:30.026Z Checking postcard v1.1.3
29552026-06-02T19:57:30.040Z Checking ciborium-ll v0.2.2
29562026-06-02T19:57:30.216Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29572026-06-02T19:57:30.267Z Checking password-hash v0.5.0
29582026-06-02T19:57:30.308Z Compiling proc-macro-crate v3.4.0
29592026-06-02T19:57:30.380Z Checking chacha20 v0.9.1
29602026-06-02T19:57:30.495Z Compiling proc-macro-crate v1.3.1
29612026-06-02T19:57:30.510Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29622026-06-02T19:57:30.574Z Checking blake2 v0.10.6
29632026-06-02T19:57:30.748Z Checking aead v0.5.2
29642026-06-02T19:57:30.807Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29652026-06-02T19:57:30.820Z Compiling foreign-types-macros v0.2.3
29662026-06-02T19:57:30.832Z Checking thiserror-no-std v2.0.2
29672026-06-02T19:57:30.846Z Compiling num_enum_derive v0.7.5
29682026-06-02T19:57:30.879Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29692026-06-02T19:57:30.903Z Checking foreign-types-shared v0.3.1
29702026-06-02T19:57:30.917Z Checking cpufeatures v0.3.0
29712026-06-02T19:57:30.988Z Checking chacha20 v0.10.0
29722026-06-02T19:57:31.002Z Checking vsss-rs v3.3.4
29732026-06-02T19:57:31.014Z Compiling num_enum_derive v0.5.11
29742026-06-02T19:57:31.113Z Checking chacha20poly1305 v0.10.1
29752026-06-02T19:57:31.202Z Checking argon2 v0.5.3
29762026-06-02T19:57:31.237Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29772026-06-02T19:57:31.393Z Checking foreign-types v0.5.0
29782026-06-02T19:57:31.473Z Checking ciborium v0.2.2
29792026-06-02T19:57:31.614Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29802026-06-02T19:57:31.645Z Checking tabwriter v1.4.1
29812026-06-02T19:57:31.788Z Checking byte-wrapper v0.1.0
29822026-06-02T19:57:31.870Z Checking num_enum v0.7.5
29832026-06-02T19:57:31.885Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29842026-06-02T19:57:31.900Z Checking cstr-argument v0.1.2
29852026-06-02T19:57:31.984Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29862026-06-02T19:57:31.995Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29872026-06-02T19:57:32.018Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29882026-06-02T19:57:32.032Z Checking num_enum v0.5.11
29892026-06-02T19:57:32.098Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29902026-06-02T19:57:32.138Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29912026-06-02T19:57:32.185Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29922026-06-02T19:57:32.202Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29932026-06-02T19:57:32.320Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29942026-06-02T19:57:32.334Z Checking ingot-types v0.1.2
29952026-06-02T19:57:32.352Z Checking rand v0.10.0
29962026-06-02T19:57:32.431Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29972026-06-02T19:57:32.444Z Checking indent_write v2.2.0
29982026-06-02T19:57:32.458Z Checking colored v3.1.1
29992026-06-02T19:57:32.575Z Compiling zone_cfg_derive v0.3.1
30002026-06-02T19:57:32.656Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30012026-06-02T19:57:32.690Z Checking ingot v0.1.1
30022026-06-02T19:57:32.732Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30032026-06-02T19:57:32.746Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30042026-06-02T19:57:32.785Z Checking itertools v0.12.1
30052026-06-02T19:57:32.825Z Compiling num-derive v0.4.2
30062026-06-02T19:57:32.839Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30072026-06-02T19:57:32.915Z Checking swrite v0.1.0
30082026-06-02T19:57:33.005Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30092026-06-02T19:57:33.052Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30102026-06-02T19:57:33.210Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30112026-06-02T19:57:33.224Z Checking dropshot-api-manager-types v0.7.2
30122026-06-02T19:57:33.239Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30132026-06-02T19:57:33.310Z Checking smf v0.2.3
30142026-06-02T19:57:33.325Z Checking nanorand v0.7.0
30152026-06-02T19:57:33.391Z Checking whoami v1.6.1
30162026-06-02T19:57:33.516Z Checking flume v0.11.1
30172026-06-02T19:57:33.536Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30182026-06-02T19:57:33.734Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30192026-06-02T19:57:33.779Z Checking zone v0.3.1
30202026-06-02T19:57:34.254Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30212026-06-02T19:57:35.225Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30222026-06-02T19:57:36.098Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30232026-06-02T19:57:39.251Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30242026-06-02T19:57:41.293Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30252026-06-02T19:57:42.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.71s
30262026-06-02T19:57:42.614Z
30272026-06-02T19:57:42.614Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/295)
30282026-06-02T19:57:43.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-06-02T19:57:43.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-06-02T19:57:43.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-06-02T19:57:43.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30322026-06-02T19:57:43.182Z
30332026-06-02T19:57:43.182Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/295)
30342026-06-02T19:57:43.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-06-02T19:57:43.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-06-02T19:57:43.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-06-02T19:57:43.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30382026-06-02T19:57:43.776Z
30392026-06-02T19:57:43.776Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/295)
30402026-06-02T19:57:44.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-06-02T19:57:44.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-06-02T19:57:44.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-06-02T19:57:44.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30442026-06-02T19:57:44.377Z
30452026-06-02T19:57:44.377Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295)
30462026-06-02T19:57:44.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-06-02T19:57:44.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-06-02T19:57:44.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-06-02T19:57:44.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30502026-06-02T19:57:44.974Z
30512026-06-02T19:57:44.974Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295)
30522026-06-02T19:57:45.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-06-02T19:57:45.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-06-02T19:57:45.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-06-02T19:57:45.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30562026-06-02T19:57:45.569Z
30572026-06-02T19:57:45.569Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/295)
30582026-06-02T19:57:46.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-06-02T19:57:46.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-06-02T19:57:46.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-06-02T19:57:46.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30622026-06-02T19:57:46.169Z
30632026-06-02T19:57:46.169Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/295)
30642026-06-02T19:57:46.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-06-02T19:57:46.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-06-02T19:57:46.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-06-02T19:57:46.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30682026-06-02T19:57:46.762Z
30692026-06-02T19:57:46.762Zinfo: running `cargo check --bins` on cockroach-admin-client (112/295)
30702026-06-02T19:57:47.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-06-02T19:57:47.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-06-02T19:57:47.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-06-02T19:57:47.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30742026-06-02T19:57:47.346Z
30752026-06-02T19:57:47.346Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/295)
30762026-06-02T19:57:47.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-06-02T19:57:47.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-06-02T19:57:47.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-06-02T19:57:47.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30802026-06-02T19:57:47.940Z
30812026-06-02T19:57:47.940Zinfo: running `cargo check --bins` on dns-service-client (114/295)
30822026-06-02T19:57:48.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-06-02T19:57:48.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-06-02T19:57:48.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-06-02T19:57:48.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30862026-06-02T19:57:48.537Z
30872026-06-02T19:57:48.537Zinfo: running `cargo check --bins` on installinator-client (115/295)
30882026-06-02T19:57:49.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-06-02T19:57:49.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-06-02T19:57:49.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-06-02T19:57:49.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30922026-06-02T19:57:49.135Z
30932026-06-02T19:57:49.135Zinfo: running `cargo check --bins` on nexus-client (116/295)
30942026-06-02T19:57:49.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-06-02T19:57:49.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-06-02T19:57:49.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-06-02T19:57:49.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30982026-06-02T19:57:49.792Z
30992026-06-02T19:57:49.792Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/295)
31002026-06-02T19:57:50.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-06-02T19:57:50.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-06-02T19:57:50.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-06-02T19:57:50.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31042026-06-02T19:57:50.408Z
31052026-06-02T19:57:50.408Zinfo: running `cargo check --bins` on ntp-admin-client (118/295)
31062026-06-02T19:57:50.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-06-02T19:57:50.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-06-02T19:57:50.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-06-02T19:57:50.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31102026-06-02T19:57:50.984Z
31112026-06-02T19:57:50.984Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/295)
31122026-06-02T19:57:51.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-06-02T19:57:51.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-06-02T19:57:51.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-06-02T19:57:51.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31162026-06-02T19:57:51.568Z
31172026-06-02T19:57:51.568Zinfo: running `cargo check --bins` on oxide-client (120/295)
31182026-06-02T19:57:52.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-06-02T19:57:52.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-06-02T19:57:52.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-06-02T19:57:52.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31222026-06-02T19:57:52.148Z
31232026-06-02T19:57:52.148Zinfo: running `cargo check --bins` on oximeter-client (121/295)
31242026-06-02T19:57:52.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-06-02T19:57:52.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-06-02T19:57:52.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-06-02T19:57:52.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31282026-06-02T19:57:52.744Z
31292026-06-02T19:57:52.744Zinfo: running `cargo check --bins` on repo-depot-client (122/295)
31302026-06-02T19:57:53.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-06-02T19:57:53.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-06-02T19:57:53.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-06-02T19:57:53.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31342026-06-02T19:57:53.323Z
31352026-06-02T19:57:53.323Zinfo: running `cargo check --bins` on sled-agent-client (123/295)
31362026-06-02T19:57:53.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-06-02T19:57:53.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-06-02T19:57:53.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-06-02T19:57:53.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31402026-06-02T19:57:53.929Z
31412026-06-02T19:57:53.929Zinfo: running `cargo check --bins` on wicketd-client (124/295)
31422026-06-02T19:57:54.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-06-02T19:57:54.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-06-02T19:57:54.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-06-02T19:57:54.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31462026-06-02T19:57:54.551Z
31472026-06-02T19:57:54.551Zinfo: running `cargo check --bins` on installinator-common (125/295)
31482026-06-02T19:57:55.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-06-02T19:57:55.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-06-02T19:57:55.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-06-02T19:57:55.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31522026-06-02T19:57:55.163Z
31532026-06-02T19:57:55.163Zinfo: running `cargo check --bins` on installinator-common-versions (126/295)
31542026-06-02T19:57:55.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-06-02T19:57:55.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-06-02T19:57:55.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-06-02T19:57:55.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31582026-06-02T19:57:55.749Z
31592026-06-02T19:57:55.749Zinfo: running `cargo check --bins` on wicket-common (127/295)
31602026-06-02T19:57:56.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-06-02T19:57:56.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-06-02T19:57:56.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-06-02T19:57:56.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31642026-06-02T19:57:56.362Z
31652026-06-02T19:57:56.362Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/295)
31662026-06-02T19:57:56.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-06-02T19:57:56.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-06-02T19:57:57.052Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31692026-06-02T19:57:57.167Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31702026-06-02T19:57:57.174Z Checking csv-core v0.1.13
31712026-06-02T19:57:57.181Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31722026-06-02T19:57:57.188Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31732026-06-02T19:57:57.191Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31742026-06-02T19:57:57.209Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31752026-06-02T19:57:57.221Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31762026-06-02T19:57:57.335Z Checking csv v1.4.0
31772026-06-02T19:57:57.364Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31782026-06-02T19:57:57.378Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31792026-06-02T19:57:57.406Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31802026-06-02T19:57:57.436Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31812026-06-02T19:57:57.672Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31822026-06-02T19:57:58.043Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31832026-06-02T19:57:58.048Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31842026-06-02T19:57:58.374Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31852026-06-02T19:58:04.315Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31862026-06-02T19:58:04.878Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31872026-06-02T19:58:07.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.84s
31882026-06-02T19:58:07.409Z
31892026-06-02T19:58:07.409Zinfo: running `cargo check --bins` on cockroach-admin-api (129/295)
31902026-06-02T19:58:08.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-06-02T19:58:08.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-06-02T19:58:08.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-06-02T19:58:08.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31942026-06-02T19:58:08.916Z
31952026-06-02T19:58:08.916Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295)
31962026-06-02T19:58:08.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-06-02T19:58:08.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-06-02T19:58:08.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-06-02T19:58:08.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32002026-06-02T19:58:08.916Z
32012026-06-02T19:58:08.916Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295)
32022026-06-02T19:58:09.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-06-02T19:58:09.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-06-02T19:58:09.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-06-02T19:58:09.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32062026-06-02T19:58:09.354Z
32072026-06-02T19:58:09.354Zinfo: running `cargo check --bins` on gateway-test-utils (132/295)
32082026-06-02T19:58:09.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-06-02T19:58:09.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-06-02T19:58:09.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-06-02T19:58:09.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32122026-06-02T19:58:10.000Z
32132026-06-02T19:58:10.000Zinfo: running `cargo check --bins` on omicron-gateway (133/295)
32142026-06-02T19:58:10.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-06-02T19:58:10.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-06-02T19:58:10.764Z Compiling regress v0.11.1
32172026-06-02T19:58:10.907Z Compiling unsafe-libyaml v0.2.11
32182026-06-02T19:58:10.917Z Compiling semver v0.1.20
32192026-06-02T19:58:10.917Z Compiling radium v0.7.0
32202026-06-02T19:58:10.942Z Compiling maybe-uninit v2.0.0
32212026-06-02T19:58:10.947Z Checking tap v1.0.1
32222026-06-02T19:58:10.970Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32232026-06-02T19:58:11.057Z Checking wyz v0.5.1
32242026-06-02T19:58:11.185Z Compiling rustc_version v0.1.7
32252026-06-02T19:58:11.233Z Checking progenitor-client v0.13.0
32262026-06-02T19:58:11.265Z Compiling zerocopy-derive v0.6.6
32272026-06-02T19:58:11.418Z Compiling owo-colors v4.3.0
32282026-06-02T19:58:11.422Z Compiling newtype_derive v0.1.6
32292026-06-02T19:58:11.476Z Compiling serde_yaml v0.9.34+deprecated
32302026-06-02T19:58:11.600Z Checking crc-catalog v2.4.0
32312026-06-02T19:58:11.637Z Checking funty v2.0.0
32322026-06-02T19:58:11.691Z Compiling packed_struct v0.10.1
32332026-06-02T19:58:11.710Z Compiling cancel-safe-futures v0.1.5
32342026-06-02T19:58:11.949Z Checking bitvec v1.0.1
32352026-06-02T19:58:11.982Z Checking crc v3.4.0
32362026-06-02T19:58:12.115Z Checking zerocopy v0.6.6
32372026-06-02T19:58:12.150Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32382026-06-02T19:58:12.169Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32392026-06-02T19:58:12.335Z Checking typify-impl v0.6.2
32402026-06-02T19:58:12.466Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32412026-06-02T19:58:12.538Z Compiling packed_struct_codegen v0.10.1
32422026-06-02T19:58:12.700Z Checking libsw-core v0.3.2
32432026-06-02T19:58:12.718Z Compiling bitfield-macros v0.19.4
32442026-06-02T19:58:12.846Z Compiling indexmap v1.9.3
32452026-06-02T19:58:12.935Z Checking nodrop v0.1.14
32462026-06-02T19:58:13.032Z Checking array-init v0.0.4
32472026-06-02T19:58:13.075Z Checking libsw v3.5.0
32482026-06-02T19:58:13.225Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32492026-06-02T19:58:13.261Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32502026-06-02T19:58:13.342Z Checking smallvec v0.6.14
32512026-06-02T19:58:13.512Z Checking bitfield v0.19.4
32522026-06-02T19:58:13.531Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32532026-06-02T19:58:13.660Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32542026-06-02T19:58:13.698Z Checking tagptr v0.2.0
32552026-06-02T19:58:13.768Z Checking smawk v0.3.2
32562026-06-02T19:58:13.811Z Checking linear-map v1.2.0
32572026-06-02T19:58:13.849Z Checking hashbrown v0.12.3
32582026-06-02T19:58:13.863Z Checking base64 v0.21.7
32592026-06-02T19:58:13.883Z Checking unicode-linebreak v0.1.5
32602026-06-02T19:58:13.967Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32612026-06-02T19:58:14.109Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32622026-06-02T19:58:14.113Z Checking textwrap v0.16.2
32632026-06-02T19:58:14.113Z Checking ron v0.8.1
32642026-06-02T19:58:14.113Z Checking moka v0.12.13
32652026-06-02T19:58:14.147Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32662026-06-02T19:58:14.311Z Checking steno v0.4.1
32672026-06-02T19:58:14.566Z Checking serde-hex v0.1.0
32682026-06-02T19:58:14.623Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32692026-06-02T19:58:14.650Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32702026-06-02T19:58:14.747Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32712026-06-02T19:58:14.780Z Checking hashbrown v0.13.2
32722026-06-02T19:58:14.935Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32732026-06-02T19:58:15.127Z Checking crc-any v2.5.0
32742026-06-02T19:58:15.206Z Checking object v0.30.4
32752026-06-02T19:58:15.306Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32762026-06-02T19:58:15.339Z Checking hickory-resolver v0.25.2
32772026-06-02T19:58:15.346Z Checking void v1.0.2
32782026-06-02T19:58:15.374Z Checking half v1.8.3
32792026-06-02T19:58:15.445Z Checking utf-8 v0.7.6
32802026-06-02T19:58:15.488Z Checking path-slash v0.1.5
32812026-06-02T19:58:15.572Z Checking serde_cbor v0.11.2
32822026-06-02T19:58:15.596Z Checking tungstenite v0.23.0
32832026-06-02T19:58:15.635Z Checking lzss v0.8.2
32842026-06-02T19:58:15.910Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32852026-06-02T19:58:15.930Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32862026-06-02T19:58:15.985Z Checking nix v0.27.1
32872026-06-02T19:58:16.038Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32882026-06-02T19:58:16.052Z Checking kstat-rs v0.2.4
32892026-06-02T19:58:16.066Z Checking fxhash v0.2.1
32902026-06-02T19:58:16.162Z Checking serde_bytes v0.11.19
32912026-06-02T19:58:16.183Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32922026-06-02T19:58:16.234Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32932026-06-02T19:58:16.336Z Checking tokio-tungstenite v0.23.1
32942026-06-02T19:58:16.451Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32952026-06-02T19:58:16.498Z Checking signal-hook-tokio v0.3.1
32962026-06-02T19:58:16.786Z Compiling typify-macro v0.6.2
32972026-06-02T19:58:17.576Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32982026-06-02T19:58:17.937Z Compiling typify v0.6.2
32992026-06-02T19:58:18.018Z Compiling progenitor-impl v0.13.0
33002026-06-02T19:58:18.018Z Compiling progenitor-impl v0.14.0
33012026-06-02T19:58:18.471Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33022026-06-02T19:58:18.799Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33032026-06-02T19:58:19.600Z Compiling progenitor-macro v0.14.0
33042026-06-02T19:58:19.631Z Compiling progenitor-macro v0.13.0
33052026-06-02T19:58:22.000Z Checking progenitor v0.14.0
33062026-06-02T19:58:22.167Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33072026-06-02T19:58:22.292Z Checking progenitor v0.13.0
33082026-06-02T19:58:22.414Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33092026-06-02T19:58:25.412Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33102026-06-02T19:58:33.095Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33112026-06-02T19:58:39.376Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33122026-06-02T19:58:40.742Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33132026-06-02T19:58:41.249Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33142026-06-02T19:58:43.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.33s
33152026-06-02T19:58:43.532Z
33162026-06-02T19:58:43.532Zinfo: running `cargo check --bins` on gateway-api (134/295)
33172026-06-02T19:58:44.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-06-02T19:58:44.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-06-02T19:58:44.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-06-02T19:58:44.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33212026-06-02T19:58:44.131Z
33222026-06-02T19:58:44.131Zinfo: running `cargo check --bins` on ipcc (135/295)
33232026-06-02T19:58:44.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-06-02T19:58:44.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-06-02T19:58:44.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-06-02T19:58:44.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33272026-06-02T19:58:44.733Z
33282026-06-02T19:58:44.733Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295)
33292026-06-02T19:58:45.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-06-02T19:58:45.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-06-02T19:58:45.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-06-02T19:58:45.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33332026-06-02T19:58:45.316Z
33342026-06-02T19:58:45.317Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295)
33352026-06-02T19:58:45.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-06-02T19:58:45.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-06-02T19:58:45.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-06-02T19:58:45.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33392026-06-02T19:58:45.936Z
33402026-06-02T19:58:45.936Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295)
33412026-06-02T19:58:46.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-06-02T19:58:46.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-06-02T19:58:46.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-06-02T19:58:46.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33452026-06-02T19:58:46.535Z
33462026-06-02T19:58:46.535Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295)
33472026-06-02T19:58:47.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-06-02T19:58:47.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-06-02T19:58:47.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-06-02T19:58:47.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33512026-06-02T19:58:47.134Z
33522026-06-02T19:58:47.134Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295)
33532026-06-02T19:58:47.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-06-02T19:58:47.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-06-02T19:58:47.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-06-02T19:58:47.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33572026-06-02T19:58:47.734Z
33582026-06-02T19:58:47.734Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295)
33592026-06-02T19:58:48.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-06-02T19:58:48.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-06-02T19:58:48.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-06-02T19:58:48.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33632026-06-02T19:58:48.356Z
33642026-06-02T19:58:48.356Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295)
33652026-06-02T19:58:48.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-06-02T19:58:48.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-06-02T19:58:48.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-06-02T19:58:48.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33692026-06-02T19:58:48.954Z
33702026-06-02T19:58:48.954Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295)
33712026-06-02T19:58:49.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-06-02T19:58:49.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-06-02T19:58:49.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-06-02T19:58:49.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33752026-06-02T19:58:49.549Z
33762026-06-02T19:58:49.549Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295)
33772026-06-02T19:58:50.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-06-02T19:58:50.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-06-02T19:58:50.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-06-02T19:58:50.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33812026-06-02T19:58:50.146Z
33822026-06-02T19:58:50.146Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295)
33832026-06-02T19:58:50.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-06-02T19:58:50.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-06-02T19:58:50.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-06-02T19:58:50.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33872026-06-02T19:58:50.747Z
33882026-06-02T19:58:50.747Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295)
33892026-06-02T19:58:51.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-06-02T19:58:51.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-06-02T19:58:51.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-06-02T19:58:51.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33932026-06-02T19:58:51.348Z
33942026-06-02T19:58:51.348Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295)
33952026-06-02T19:58:51.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-06-02T19:58:51.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-06-02T19:58:51.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-06-02T19:58:51.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33992026-06-02T19:58:51.950Z
34002026-06-02T19:58:51.950Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295)
34012026-06-02T19:58:52.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-06-02T19:58:52.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-06-02T19:58:52.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-06-02T19:58:52.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34052026-06-02T19:58:52.569Z
34062026-06-02T19:58:52.569Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295)
34072026-06-02T19:58:53.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-06-02T19:58:53.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-06-02T19:58:53.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-06-02T19:58:53.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34112026-06-02T19:58:53.183Z
34122026-06-02T19:58:53.183Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295)
34132026-06-02T19:58:53.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-06-02T19:58:53.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-06-02T19:58:53.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-06-02T19:58:53.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34172026-06-02T19:58:53.802Z
34182026-06-02T19:58:53.802Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295)
34192026-06-02T19:58:54.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-06-02T19:58:54.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-06-02T19:58:54.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-06-02T19:58:54.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34232026-06-02T19:58:54.422Z
34242026-06-02T19:58:54.422Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295)
34252026-06-02T19:58:54.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-06-02T19:58:54.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-06-02T19:58:54.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-06-02T19:58:54.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34292026-06-02T19:58:55.038Z
34302026-06-02T19:58:55.038Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295)
34312026-06-02T19:58:55.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-06-02T19:58:55.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-06-02T19:58:55.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-06-02T19:58:55.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34352026-06-02T19:58:55.653Z
34362026-06-02T19:58:55.653Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295)
34372026-06-02T19:58:56.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-06-02T19:58:56.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-06-02T19:58:56.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-06-02T19:58:56.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34412026-06-02T19:58:56.270Z
34422026-06-02T19:58:56.270Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295)
34432026-06-02T19:58:56.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-06-02T19:58:56.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-06-02T19:58:56.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-06-02T19:58:56.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34472026-06-02T19:58:56.887Z
34482026-06-02T19:58:56.888Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295)
34492026-06-02T19:58:57.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-06-02T19:58:57.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-06-02T19:58:57.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-06-02T19:58:57.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34532026-06-02T19:58:57.516Z
34542026-06-02T19:58:57.516Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295)
34552026-06-02T19:58:58.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-06-02T19:58:58.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-06-02T19:58:58.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-06-02T19:58:58.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34592026-06-02T19:58:58.131Z
34602026-06-02T19:58:58.131Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295)
34612026-06-02T19:58:58.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-06-02T19:58:58.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-06-02T19:58:58.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-06-02T19:58:58.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34652026-06-02T19:58:58.743Z
34662026-06-02T19:58:58.743Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295)
34672026-06-02T19:58:59.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-06-02T19:58:59.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-06-02T19:58:59.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-06-02T19:58:59.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34712026-06-02T19:58:59.335Z
34722026-06-02T19:58:59.335Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295)
34732026-06-02T19:58:59.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-06-02T19:58:59.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-06-02T19:58:59.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-06-02T19:58:59.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34772026-06-02T19:58:59.938Z
34782026-06-02T19:58:59.939Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295)
34792026-06-02T19:59:00.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-06-02T19:59:00.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-06-02T19:59:00.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-06-02T19:59:00.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34832026-06-02T19:59:00.542Z
34842026-06-02T19:59:00.542Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295)
34852026-06-02T19:59:01.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-06-02T19:59:01.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-06-02T19:59:01.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-06-02T19:59:01.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34892026-06-02T19:59:01.304Z
34902026-06-02T19:59:01.304Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295)
34912026-06-02T19:59:01.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-06-02T19:59:01.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-06-02T19:59:01.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-06-02T19:59:01.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34952026-06-02T19:59:01.739Z
34962026-06-02T19:59:01.739Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295)
34972026-06-02T19:59:02.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-06-02T19:59:02.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-06-02T19:59:02.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-06-02T19:59:02.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35012026-06-02T19:59:02.343Z
35022026-06-02T19:59:02.344Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295)
35032026-06-02T19:59:02.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-06-02T19:59:02.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-06-02T19:59:02.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-06-02T19:59:02.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35072026-06-02T19:59:02.943Z
35082026-06-02T19:59:02.944Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295)
35092026-06-02T19:59:03.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-06-02T19:59:03.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-06-02T19:59:03.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-06-02T19:59:03.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35132026-06-02T19:59:03.560Z
35142026-06-02T19:59:03.560Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295)
35152026-06-02T19:59:04.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-06-02T19:59:04.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-06-02T19:59:04.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-06-02T19:59:04.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35192026-06-02T19:59:04.182Z
35202026-06-02T19:59:04.182Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295)
35212026-06-02T19:59:04.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-06-02T19:59:04.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-06-02T19:59:04.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-06-02T19:59:04.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35252026-06-02T19:59:04.804Z
35262026-06-02T19:59:04.805Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295)
35272026-06-02T19:59:05.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-06-02T19:59:05.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-06-02T19:59:05.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-06-02T19:59:05.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35312026-06-02T19:59:05.423Z
35322026-06-02T19:59:05.423Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295)
35332026-06-02T19:59:05.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-06-02T19:59:05.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-06-02T19:59:05.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-06-02T19:59:05.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35372026-06-02T19:59:06.045Z
35382026-06-02T19:59:06.045Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295)
35392026-06-02T19:59:06.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-06-02T19:59:06.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-06-02T19:59:06.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-06-02T19:59:06.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35432026-06-02T19:59:06.662Z
35442026-06-02T19:59:06.662Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295)
35452026-06-02T19:59:07.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-06-02T19:59:07.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-06-02T19:59:07.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-06-02T19:59:07.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35492026-06-02T19:59:07.286Z
35502026-06-02T19:59:07.287Zinfo: running `cargo check --bins` on oximeter-producer (173/295)
35512026-06-02T19:59:07.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-06-02T19:59:07.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-06-02T19:59:07.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-06-02T19:59:07.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35552026-06-02T19:59:07.927Z
35562026-06-02T19:59:07.927Zinfo: running `cargo check --bins` on internal-dns-resolver (174/295)
35572026-06-02T19:59:08.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-06-02T19:59:08.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-06-02T19:59:08.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-06-02T19:59:08.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35612026-06-02T19:59:08.533Z
35622026-06-02T19:59:08.533Zinfo: running `cargo check --bins` on dns-server (175/295)
35632026-06-02T19:59:09.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-06-02T19:59:09.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-06-02T19:59:09.190Z Compiling parking_lot_core v0.8.6
35662026-06-02T19:59:09.190Z Compiling atomicwrites v0.4.4
35672026-06-02T19:59:09.190Z Compiling git-stub v1.0.0
35682026-06-02T19:59:09.194Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35692026-06-02T19:59:09.194Z Checking prefix-trie v0.7.0
35702026-06-02T19:59:09.426Z Compiling git-stub-vcs v0.1.0
35712026-06-02T19:59:09.589Z Checking hickory-server v0.25.2
35722026-06-02T19:59:09.699Z Checking parking_lot v0.11.2
35732026-06-02T19:59:09.705Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35742026-06-02T19:59:09.794Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35752026-06-02T19:59:09.794Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35762026-06-02T19:59:09.865Z Checking sled v0.34.7
35772026-06-02T19:59:11.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
35782026-06-02T19:59:11.942Z
35792026-06-02T19:59:11.942Zinfo: running `cargo check --bins` on dns-server-api (176/295)
35802026-06-02T19:59:12.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-06-02T19:59:12.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-06-02T19:59:12.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-06-02T19:59:12.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35842026-06-02T19:59:12.540Z
35852026-06-02T19:59:12.540Zinfo: running `cargo check --bins` on oximeter-producer-api (177/295)
35862026-06-02T19:59:13.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-06-02T19:59:13.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-06-02T19:59:13.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-06-02T19:59:13.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35902026-06-02T19:59:13.138Z
35912026-06-02T19:59:13.138Zinfo: running `cargo check --bins` on sp-sim (178/295)
35922026-06-02T19:59:13.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-06-02T19:59:13.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-06-02T19:59:13.862Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35952026-06-02T19:59:15.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
35962026-06-02T19:59:15.837Z
35972026-06-02T19:59:15.837Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295)
35982026-06-02T19:59:16.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-06-02T19:59:16.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-06-02T19:59:16.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-06-02T19:59:16.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36022026-06-02T19:59:16.495Z
36032026-06-02T19:59:16.495Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295)
36042026-06-02T19:59:17.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-06-02T19:59:17.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-06-02T19:59:17.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-06-02T19:59:17.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36082026-06-02T19:59:17.171Z
36092026-06-02T19:59:17.171Zinfo: running `cargo check --bins` on db-macros (181/295)
36102026-06-02T19:59:17.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-06-02T19:59:17.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-06-02T19:59:17.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-06-02T19:59:17.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36142026-06-02T19:59:17.742Z
36152026-06-02T19:59:17.742Zinfo: running `cargo check --bins` on nexus-macros-common (182/295)
36162026-06-02T19:59:18.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-06-02T19:59:18.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-06-02T19:59:18.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-06-02T19:59:18.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36202026-06-02T19:59:18.328Z
36212026-06-02T19:59:18.328Zinfo: running `cargo check --bins` on nexus-auth (183/295)
36222026-06-02T19:59:18.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-06-02T19:59:18.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-06-02T19:59:18.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-06-02T19:59:18.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36262026-06-02T19:59:18.976Z
36272026-06-02T19:59:18.976Zinfo: running `cargo check --bins` on authz-macros (184/295)
36282026-06-02T19:59:19.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-06-02T19:59:19.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-06-02T19:59:19.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-06-02T19:59:19.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36322026-06-02T19:59:19.564Z
36332026-06-02T19:59:19.564Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/295)
36342026-06-02T19:59:20.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-06-02T19:59:20.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-06-02T19:59:20.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-06-02T19:59:20.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36382026-06-02T19:59:20.207Z
36392026-06-02T19:59:20.207Zinfo: running `cargo check --bins` on nexus-db-model (186/295)
36402026-06-02T19:59:20.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-06-02T19:59:20.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-06-02T19:59:20.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-06-02T19:59:20.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36442026-06-02T19:59:20.850Z
36452026-06-02T19:59:20.850Zinfo: running `cargo check --bins` on nexus-db-schema (187/295)
36462026-06-02T19:59:21.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-06-02T19:59:21.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-06-02T19:59:21.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-06-02T19:59:21.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36502026-06-02T19:59:21.437Z
36512026-06-02T19:59:21.437Zinfo: running `cargo check --bins` on omicron-rpaths (188/295)
36522026-06-02T19:59:21.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-06-02T19:59:21.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-06-02T19:59:21.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-06-02T19:59:21.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36562026-06-02T19:59:22.023Z
36572026-06-02T19:59:22.023Zinfo: running `cargo check --bins` on nexus-defaults (189/295)
36582026-06-02T19:59:22.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-06-02T19:59:22.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-06-02T19:59:22.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-06-02T19:59:22.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36622026-06-02T19:59:22.629Z
36632026-06-02T19:59:22.629Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/295)
36642026-06-02T19:59:23.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-06-02T19:59:23.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-06-02T19:59:23.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-06-02T19:59:23.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36682026-06-02T19:59:23.222Z
36692026-06-02T19:59:23.223Zinfo: running `cargo check --bins` on parallel-task-set (191/295)
36702026-06-02T19:59:23.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-06-02T19:59:23.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-06-02T19:59:23.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-06-02T19:59:23.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36742026-06-02T19:59:23.818Z
36752026-06-02T19:59:23.818Zinfo: running `cargo check --bins` on nexus-db-errors (192/295)
36762026-06-02T19:59:24.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-06-02T19:59:24.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-06-02T19:59:24.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-06-02T19:59:24.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36802026-06-02T19:59:24.465Z
36812026-06-02T19:59:24.465Zinfo: running `cargo check --bins` on nexus-db-lookup (193/295)
36822026-06-02T19:59:25.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-06-02T19:59:25.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-06-02T19:59:25.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-06-02T19:59:25.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36862026-06-02T19:59:25.124Z
36872026-06-02T19:59:25.124Zinfo: running `cargo check --bins` on nexus-inventory (194/295)
36882026-06-02T19:59:25.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-06-02T19:59:25.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-06-02T19:59:25.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-06-02T19:59:25.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36922026-06-02T19:59:25.764Z
36932026-06-02T19:59:25.764Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295)
36942026-06-02T19:59:26.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-06-02T19:59:26.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-06-02T19:59:26.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-06-02T19:59:26.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36982026-06-02T19:59:26.394Z
36992026-06-02T19:59:26.394Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/295)
37002026-06-02T19:59:26.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-06-02T19:59:26.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-06-02T19:59:26.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-06-02T19:59:26.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37042026-06-02T19:59:27.022Z
37052026-06-02T19:59:27.023Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295)
37062026-06-02T19:59:27.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-06-02T19:59:27.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-06-02T19:59:27.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-06-02T19:59:27.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37102026-06-02T19:59:27.637Z
37112026-06-02T19:59:27.637Zinfo: running `cargo check --bins` on key-manager (198/295)
37122026-06-02T19:59:28.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-06-02T19:59:28.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-06-02T19:59:28.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-06-02T19:59:28.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37162026-06-02T19:59:28.238Z
37172026-06-02T19:59:28.238Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/295)
37182026-06-02T19:59:28.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-06-02T19:59:28.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-06-02T19:59:28.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-06-02T19:59:28.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37222026-06-02T19:59:28.850Z
37232026-06-02T19:59:28.850Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295)
37242026-06-02T19:59:29.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-06-02T19:59:29.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-06-02T19:59:29.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-06-02T19:59:29.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37282026-06-02T19:59:29.491Z
37292026-06-02T19:59:29.491Zinfo: running `cargo check --bins` on typed-rng (201/295)
37302026-06-02T19:59:29.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-06-02T19:59:29.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-06-02T19:59:29.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-06-02T19:59:29.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37342026-06-02T19:59:30.075Z
37352026-06-02T19:59:30.075Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295)
37362026-06-02T19:59:30.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-06-02T19:59:30.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-06-02T19:59:30.929Z Compiling libefi-sys v0.1.0
37392026-06-02T19:59:30.949Z Compiling bitfield-struct v0.6.2
37402026-06-02T19:59:31.075Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37412026-06-02T19:59:31.084Z Compiling xshell-macros v0.2.7
37422026-06-02T19:59:31.110Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37432026-06-02T19:59:31.133Z Compiling typify-impl v0.4.3
37442026-06-02T19:59:31.133Z Compiling salty v0.3.0
37452026-06-02T19:59:31.133Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37462026-06-02T19:59:31.201Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37472026-06-02T19:59:31.265Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37482026-06-02T19:59:31.418Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37492026-06-02T19:59:31.496Z Checking xshell v0.2.7
37502026-06-02T19:59:31.518Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37512026-06-02T19:59:31.649Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37522026-06-02T19:59:31.708Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37532026-06-02T19:59:31.803Z Checking primeorder v0.13.6
37542026-06-02T19:59:31.803Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37552026-06-02T19:59:31.822Z Compiling proc-macro-error-attr2 v2.0.0
37562026-06-02T19:59:31.859Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37572026-06-02T19:59:31.896Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37582026-06-02T19:59:31.913Z Checking p384 v0.13.1
37592026-06-02T19:59:32.021Z Checking tungstenite v0.21.0
37602026-06-02T19:59:32.130Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37612026-06-02T19:59:32.146Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37622026-06-02T19:59:32.177Z Compiling proc-macro-error2 v2.0.1
37632026-06-02T19:59:32.508Z Compiling num-derive v0.3.3
37642026-06-02T19:59:32.679Z Compiling tabled_derive v0.11.0
37652026-06-02T19:59:32.828Z Checking tokio-tungstenite v0.21.0
37662026-06-02T19:59:33.044Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37672026-06-02T19:59:33.094Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37682026-06-02T19:59:33.342Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37692026-06-02T19:59:33.763Z Checking libscf-sys v1.1.0
37702026-06-02T19:59:33.793Z Checking papergrid v0.17.0
37712026-06-02T19:59:33.793Z Checking testing_table v0.3.0
37722026-06-02T19:59:33.794Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37732026-06-02T19:59:33.794Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37742026-06-02T19:59:33.874Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37752026-06-02T19:59:33.978Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37762026-06-02T19:59:34.170Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37772026-06-02T19:59:34.188Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37782026-06-02T19:59:34.263Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37792026-06-02T19:59:34.279Z Checking corncobs v0.1.4
37802026-06-02T19:59:34.382Z Compiling unicase v2.9.0
37812026-06-02T19:59:34.397Z Compiling illumos-nvpair-sys v0.2.0
37822026-06-02T19:59:34.432Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37832026-06-02T19:59:34.529Z Checking tabled v0.20.0
37842026-06-02T19:59:34.591Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37852026-06-02T19:59:34.625Z Compiling mime_guess v2.0.5
37862026-06-02T19:59:34.671Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37872026-06-02T19:59:34.688Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37882026-06-02T19:59:34.714Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37892026-06-02T19:59:34.847Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37902026-06-02T19:59:34.870Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37912026-06-02T19:59:34.983Z Checking progenitor-client v0.11.2
37922026-06-02T19:59:35.151Z Checking secrecy v0.8.0
37932026-06-02T19:59:35.235Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37942026-06-02T19:59:35.467Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
37952026-06-02T19:59:35.497Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37962026-06-02T19:59:35.571Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37972026-06-02T19:59:35.586Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37982026-06-02T19:59:35.627Z Compiling typify-macro v0.4.3
37992026-06-02T19:59:35.764Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38002026-06-02T19:59:35.834Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38012026-06-02T19:59:35.837Z Checking filetime v0.2.27
38022026-06-02T19:59:35.987Z Checking xattr v1.6.1
38032026-06-02T19:59:36.123Z Checking crc8 v0.1.1
38042026-06-02T19:59:36.163Z Checking http-range v0.1.5
38052026-06-02T19:59:36.230Z Checking tar v0.4.45
38062026-06-02T19:59:36.323Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38072026-06-02T19:59:36.494Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38082026-06-02T19:59:36.521Z Checking illumos-nvpair v0.3.0
38092026-06-02T19:59:36.619Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38102026-06-02T19:59:36.734Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38112026-06-02T19:59:36.744Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38122026-06-02T19:59:37.003Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38132026-06-02T19:59:37.145Z Checking atty v0.2.14
38142026-06-02T19:59:37.176Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38152026-06-02T19:59:37.311Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
38162026-06-02T19:59:37.336Z Compiling typify v0.4.3
38172026-06-02T19:59:37.412Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38182026-06-02T19:59:37.439Z Compiling progenitor-impl v0.11.2
38192026-06-02T19:59:37.678Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38202026-06-02T19:59:37.736Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38212026-06-02T19:59:37.775Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38222026-06-02T19:59:37.920Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38232026-06-02T19:59:38.080Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38242026-06-02T19:59:38.257Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38252026-06-02T19:59:38.305Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38262026-06-02T19:59:38.362Z Checking hyper-staticfile v0.10.1
38272026-06-02T19:59:38.500Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38282026-06-02T19:59:38.656Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38292026-06-02T19:59:38.803Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38302026-06-02T19:59:38.824Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38312026-06-02T19:59:38.849Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38322026-06-02T19:59:39.015Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38332026-06-02T19:59:39.107Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38342026-06-02T19:59:39.302Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38352026-06-02T19:59:39.326Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38362026-06-02T19:59:39.407Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38372026-06-02T19:59:39.903Z Compiling progenitor-macro v0.11.2
38382026-06-02T19:59:42.324Z Checking progenitor v0.11.2
38392026-06-02T19:59:42.435Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38402026-06-02T19:59:42.601Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38412026-06-02T19:59:47.108Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38422026-06-02T19:59:58.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.93s
38432026-06-02T19:59:58.219Z
38442026-06-02T19:59:58.220Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295)
38452026-06-02T19:59:58.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-06-02T19:59:58.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-06-02T19:59:59.007Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38482026-06-02T20:00:09.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
38492026-06-02T20:00:09.963Z
38502026-06-02T20:00:09.963Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295)
38512026-06-02T20:00:10.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-06-02T20:00:10.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-06-02T20:00:10.751Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38542026-06-02T20:00:21.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38552026-06-02T20:00:21.597Z
38562026-06-02T20:00:21.597Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295)
38572026-06-02T20:00:22.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-06-02T20:00:22.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-06-02T20:00:22.392Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38602026-06-02T20:00:33.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
38612026-06-02T20:00:33.312Z
38622026-06-02T20:00:33.312Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295)
38632026-06-02T20:00:33.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-06-02T20:00:33.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-06-02T20:00:34.107Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-06-02T20:00:44.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
38672026-06-02T20:00:44.982Z
38682026-06-02T20:00:44.982Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295)
38692026-06-02T20:00:45.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-06-02T20:00:45.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-06-02T20:00:45.774Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38722026-06-02T20:00:56.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
38732026-06-02T20:00:56.618Z
38742026-06-02T20:00:56.618Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295)
38752026-06-02T20:00:57.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-06-02T20:00:57.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-06-02T20:00:57.414Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-06-02T20:01:08.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
38792026-06-02T20:01:08.379Z
38802026-06-02T20:01:08.379Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295)
38812026-06-02T20:01:08.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-06-02T20:01:08.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-06-02T20:01:09.171Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38842026-06-02T20:01:19.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
38852026-06-02T20:01:19.990Z
38862026-06-02T20:01:19.990Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/295)
38872026-06-02T20:01:20.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-06-02T20:01:20.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-06-02T20:01:20.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-06-02T20:01:20.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38912026-06-02T20:01:20.592Z
38922026-06-02T20:01:20.592Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295)
38932026-06-02T20:01:21.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-06-02T20:01:21.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-06-02T20:01:21.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-06-02T20:01:21.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38972026-06-02T20:01:21.193Z
38982026-06-02T20:01:21.194Zinfo: running `cargo check --bins` on range-requests (212/295)
38992026-06-02T20:01:21.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-06-02T20:01:21.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-06-02T20:01:21.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-06-02T20:01:21.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39032026-06-02T20:01:21.786Z
39042026-06-02T20:01:21.786Zinfo: running `cargo check --bins` on repo-depot-api (213/295)
39052026-06-02T20:01:22.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-06-02T20:01:22.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-06-02T20:01:22.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-06-02T20:01:22.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39092026-06-02T20:01:22.382Z
39102026-06-02T20:01:22.382Zinfo: running `cargo check --bins` on sled-agent-api (214/295)
39112026-06-02T20:01:22.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-06-02T20:01:22.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-06-02T20:01:22.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-06-02T20:01:22.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39152026-06-02T20:01:22.993Z
39162026-06-02T20:01:22.993Zinfo: running `cargo check --bins` on sled-diagnostics (215/295)
39172026-06-02T20:01:23.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-06-02T20:01:23.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-06-02T20:01:23.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-06-02T20:01:23.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39212026-06-02T20:01:23.607Z
39222026-06-02T20:01:23.607Zinfo: running `cargo check --bins` on zfs-test-harness (216/295)
39232026-06-02T20:01:24.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-06-02T20:01:24.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-06-02T20:01:24.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-06-02T20:01:24.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39272026-06-02T20:01:24.226Z
39282026-06-02T20:01:24.226Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295)
39292026-06-02T20:01:24.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-06-02T20:01:24.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-06-02T20:01:24.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-06-02T20:01:24.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39332026-06-02T20:01:24.852Z
39342026-06-02T20:01:24.852Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295)
39352026-06-02T20:01:25.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-06-02T20:01:25.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-06-02T20:01:25.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-06-02T20:01:25.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39392026-06-02T20:01:25.476Z
39402026-06-02T20:01:25.476Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/295)
39412026-06-02T20:01:25.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-06-02T20:01:26.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-06-02T20:01:26.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-06-02T20:01:26.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39452026-06-02T20:01:26.099Z
39462026-06-02T20:01:26.099Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/295)
39472026-06-02T20:01:26.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-06-02T20:01:26.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-06-02T20:01:26.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-06-02T20:01:26.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39512026-06-02T20:01:26.716Z
39522026-06-02T20:01:26.716Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295)
39532026-06-02T20:01:27.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-06-02T20:01:27.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-06-02T20:01:27.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-06-02T20:01:27.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39572026-06-02T20:01:27.337Z
39582026-06-02T20:01:27.337Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295)
39592026-06-02T20:01:27.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-06-02T20:01:27.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-06-02T20:01:27.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-06-02T20:01:27.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39632026-06-02T20:01:27.959Z
39642026-06-02T20:01:27.959Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/295)
39652026-06-02T20:01:28.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-06-02T20:01:28.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-06-02T20:01:28.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-06-02T20:01:28.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39692026-06-02T20:01:28.588Z
39702026-06-02T20:01:28.588Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/295)
39712026-06-02T20:01:29.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-06-02T20:01:29.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-06-02T20:01:29.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-06-02T20:01:29.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39752026-06-02T20:01:29.242Z
39762026-06-02T20:01:29.242Zinfo: running `cargo check --bins` on trust-quorum (225/295)
39772026-06-02T20:01:29.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-06-02T20:01:29.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-06-02T20:01:29.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-06-02T20:01:29.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39812026-06-02T20:01:29.868Z
39822026-06-02T20:01:29.868Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295)
39832026-06-02T20:01:30.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-06-02T20:01:30.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-06-02T20:01:30.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-06-02T20:01:30.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39872026-06-02T20:01:30.511Z
39882026-06-02T20:01:30.511Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/295)
39892026-06-02T20:01:31.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-06-02T20:01:31.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-06-02T20:01:31.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-06-02T20:01:31.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39932026-06-02T20:01:31.173Z
39942026-06-02T20:01:31.173Zinfo: running `cargo check --bins` on update-common (228/295)
39952026-06-02T20:01:31.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-06-02T20:01:31.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-06-02T20:01:31.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-06-02T20:01:31.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39992026-06-02T20:01:31.787Z
40002026-06-02T20:01:31.787Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295)
40012026-06-02T20:01:32.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-06-02T20:01:32.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-06-02T20:01:32.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-06-02T20:01:32.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40052026-06-02T20:01:32.449Z
40062026-06-02T20:01:32.449Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/295)
40072026-06-02T20:01:32.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-06-02T20:01:32.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-06-02T20:01:32.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-06-02T20:01:32.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40112026-06-02T20:01:33.031Z
40122026-06-02T20:01:33.031Zinfo: running `cargo check --bins` on reconfigurator-cli (231/295)
40132026-06-02T20:01:33.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-06-02T20:01:33.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-06-02T20:01:33.808Z Compiling fs-err v2.11.0
40162026-06-02T20:01:33.811Z Checking ignore v0.4.25
40172026-06-02T20:01:33.811Z Checking arc-swap v1.8.2
40182026-06-02T20:01:33.945Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40192026-06-02T20:01:33.945Z Checking predicates-tree v1.0.13
40202026-06-02T20:01:33.948Z Checking parse-size v1.1.0
40212026-06-02T20:01:33.974Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40222026-06-02T20:01:33.977Z Checking rand_seeder v0.4.0
40232026-06-02T20:01:34.051Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40242026-06-02T20:01:34.069Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40252026-06-02T20:01:34.121Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40262026-06-02T20:01:34.137Z Checking slog-scope v4.4.1
40272026-06-02T20:01:34.224Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40282026-06-02T20:01:34.256Z Compiling petname v2.0.2
40292026-06-02T20:01:34.270Z Checking slog-stdlog v4.1.1
40302026-06-02T20:01:34.285Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40312026-06-02T20:01:34.299Z Checking globwalk v0.9.1
40322026-06-02T20:01:34.372Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40332026-06-02T20:01:34.385Z Checking slog-envlogger v2.2.0
40342026-06-02T20:01:34.474Z Checking camino-tempfile-ext v0.3.3
40352026-06-02T20:01:34.532Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40362026-06-02T20:01:34.575Z Checking sapling-renderdag v0.1.0
40372026-06-02T20:01:34.662Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40382026-06-02T20:01:34.731Z Checking subprocess v0.2.15
40392026-06-02T20:01:34.809Z Checking sync-ptr v0.1.4
40402026-06-02T20:01:34.903Z Checking colored v2.2.0
40412026-06-02T20:01:34.925Z Checking assert_matches v1.5.0
40422026-06-02T20:01:35.008Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40432026-06-02T20:01:35.172Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40442026-06-02T20:01:35.175Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40452026-06-02T20:01:35.938Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40462026-06-02T20:01:37.262Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40472026-06-02T20:01:39.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.43s
40482026-06-02T20:01:39.667Z
40492026-06-02T20:01:39.667Zinfo: running `cargo check --bins` on omicron-repl-utils (232/295)
40502026-06-02T20:01:40.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40512026-06-02T20:01:40.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40522026-06-02T20:01:40.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40532026-06-02T20:01:40.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40542026-06-02T20:01:40.247Z
40552026-06-02T20:01:40.247Zinfo: running `cargo check --bins` on transient-dns-server (233/295)
40562026-06-02T20:01:40.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40572026-06-02T20:01:40.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40582026-06-02T20:01:40.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40592026-06-02T20:01:40.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40602026-06-02T20:01:40.860Z
40612026-06-02T20:01:40.860Zinfo: running `cargo check --bins` on nexus-test-interface (234/295)
40622026-06-02T20:01:41.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-06-02T20:01:41.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-06-02T20:01:41.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40652026-06-02T20:01:41.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40662026-06-02T20:01:41.515Z
40672026-06-02T20:01:41.515Zinfo: running `cargo check --bins` on oximeter-collector (235/295)
40682026-06-02T20:01:42.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-06-02T20:01:42.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-06-02T20:01:42.242Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40712026-06-02T20:01:42.243Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40722026-06-02T20:01:42.889Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40732026-06-02T20:01:44.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s
40742026-06-02T20:01:44.675Z
40752026-06-02T20:01:44.675Zinfo: running `cargo check --bins` on oximeter-api (236/295)
40762026-06-02T20:01:45.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-06-02T20:01:45.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-06-02T20:01:45.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40792026-06-02T20:01:45.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40802026-06-02T20:01:45.290Z
40812026-06-02T20:01:45.290Zinfo: running `cargo check --bins` on cert-dev (237/295)
40822026-06-02T20:01:45.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-06-02T20:01:45.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-06-02T20:01:45.898Z Checking yasna v0.5.2
40852026-06-02T20:01:46.298Z Checking rcgen v0.12.1
40862026-06-02T20:01:46.543Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40872026-06-02T20:01:46.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
40882026-06-02T20:01:46.891Z
40892026-06-02T20:01:46.891Zinfo: running `cargo check --bins` on clickana (238/295)
40902026-06-02T20:01:47.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-06-02T20:01:47.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-06-02T20:01:47.546Z Compiling darling_core v0.23.0
40932026-06-02T20:01:47.549Z Compiling instability v0.3.11
40942026-06-02T20:01:47.657Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40952026-06-02T20:01:47.670Z Checking castaway v0.2.4
40962026-06-02T20:01:47.674Z Compiling indoc v2.0.7
40972026-06-02T20:01:47.684Z Checking unicode-truncate v1.1.0
40982026-06-02T20:01:47.687Z Checking lru v0.12.5
40992026-06-02T20:01:47.687Z Checking cassowary v0.3.0
41002026-06-02T20:01:47.774Z Checking compact_str v0.8.1
41012026-06-02T20:01:48.962Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41022026-06-02T20:01:49.073Z Compiling darling_macro v0.23.0
41032026-06-02T20:01:49.145Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41042026-06-02T20:01:49.478Z Compiling darling v0.23.0
41052026-06-02T20:01:50.095Z Checking ratatui v0.29.0
41062026-06-02T20:01:51.139Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41072026-06-02T20:01:51.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.90s
41082026-06-02T20:01:51.975Z
41092026-06-02T20:01:51.975Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/295)
41102026-06-02T20:01:52.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-06-02T20:01:52.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-06-02T20:01:52.709Z Checking headers-core v0.3.0
41132026-06-02T20:01:52.713Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41142026-06-02T20:01:52.917Z Checking headers v0.4.1
41152026-06-02T20:01:53.270Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41162026-06-02T20:01:54.122Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41172026-06-02T20:01:54.616Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41182026-06-02T20:01:55.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
41192026-06-02T20:01:55.241Z
41202026-06-02T20:01:55.241Zinfo: running `cargo check --bins` on ch-dev (240/295)
41212026-06-02T20:01:55.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-06-02T20:01:55.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-06-02T20:01:55.955Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41242026-06-02T20:01:56.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
41252026-06-02T20:01:56.915Z
41262026-06-02T20:01:56.915Zinfo: running `cargo check --bins` on dev-tools-common (241/295)
41272026-06-02T20:01:57.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-06-02T20:01:57.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-06-02T20:01:57.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41302026-06-02T20:01:57.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
41312026-06-02T20:01:57.386Z
41322026-06-02T20:01:57.386Zinfo: running `cargo check --bins` on crdb-seed (242/295)
41332026-06-02T20:01:57.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-06-02T20:01:57.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-06-02T20:01:58.108Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41362026-06-02T20:01:59.092Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41372026-06-02T20:01:59.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
41382026-06-02T20:01:59.635Z
41392026-06-02T20:01:59.635Zinfo: running `cargo check --bins` on db-dev (243/295)
41402026-06-02T20:02:00.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41412026-06-02T20:02:00.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41422026-06-02T20:02:00.367Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41432026-06-02T20:02:01.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
41442026-06-02T20:02:01.321Z
41452026-06-02T20:02:01.321Zinfo: running `cargo check --bins` on omicron-dev-lib (244/295)
41462026-06-02T20:02:01.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41472026-06-02T20:02:01.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41482026-06-02T20:02:01.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41492026-06-02T20:02:01.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41502026-06-02T20:02:01.968Z
41512026-06-02T20:02:01.969Zinfo: running `cargo check --bins` on xtask-downloader (245/295)
41522026-06-02T20:02:02.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-06-02T20:02:02.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-06-02T20:02:02.583Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41552026-06-02T20:02:03.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
41562026-06-02T20:02:03.436Z
41572026-06-02T20:02:03.436Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/295)
41582026-06-02T20:02:03.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-06-02T20:02:03.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-06-02T20:02:04.192Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41612026-06-02T20:02:04.192Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41622026-06-02T20:02:04.193Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41632026-06-02T20:02:04.197Z Checking git-stub v1.0.0
41642026-06-02T20:02:04.197Z Compiling trait-variant v0.1.2
41652026-06-02T20:02:04.197Z Checking maplit v1.0.2
41662026-06-02T20:02:04.312Z Checking is_ci v1.2.0
41672026-06-02T20:02:04.328Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41682026-06-02T20:02:04.396Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41692026-06-02T20:02:04.427Z Checking supports-color v3.0.2
41702026-06-02T20:02:04.453Z Checking git-stub-vcs v0.1.0
41712026-06-02T20:02:04.542Z Checking drift v0.2.0
41722026-06-02T20:02:04.575Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41732026-06-02T20:02:04.597Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41742026-06-02T20:02:04.646Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41752026-06-02T20:02:04.807Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41762026-06-02T20:02:04.839Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41772026-06-02T20:02:04.858Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41782026-06-02T20:02:04.886Z Checking dropshot-api-manager v0.7.2
41792026-06-02T20:02:05.043Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41802026-06-02T20:02:05.071Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41812026-06-02T20:02:05.293Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41822026-06-02T20:02:05.571Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41832026-06-02T20:02:10.623Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41842026-06-02T20:02:11.695Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41852026-06-02T20:02:12.253Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41862026-06-02T20:02:12.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.24s
41872026-06-02T20:02:12.933Z
41882026-06-02T20:02:12.934Zinfo: running `cargo check --bins` on installinator-api (247/295)
41892026-06-02T20:02:13.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41902026-06-02T20:02:13.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41912026-06-02T20:02:13.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41922026-06-02T20:02:13.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41932026-06-02T20:02:13.505Z
41942026-06-02T20:02:13.505Zinfo: running `cargo check --bins` on nexus-external-api (248/295)
41952026-06-02T20:02:14.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41962026-06-02T20:02:14.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41972026-06-02T20:02:14.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41982026-06-02T20:02:14.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41992026-06-02T20:02:14.155Z
42002026-06-02T20:02:14.155Zinfo: running `cargo check --bins` on nexus-internal-api (249/295)
42012026-06-02T20:02:14.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42022026-06-02T20:02:14.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42032026-06-02T20:02:14.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42042026-06-02T20:02:14.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42052026-06-02T20:02:14.798Z
42062026-06-02T20:02:14.798Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/295)
42072026-06-02T20:02:15.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-06-02T20:02:15.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-06-02T20:02:15.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42102026-06-02T20:02:15.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42112026-06-02T20:02:15.443Z
42122026-06-02T20:02:15.443Zinfo: running `cargo check --bins` on ntp-admin-api (251/295)
42132026-06-02T20:02:15.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-06-02T20:02:15.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-06-02T20:02:15.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42162026-06-02T20:02:15.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42172026-06-02T20:02:16.046Z
42182026-06-02T20:02:16.046Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/295)
42192026-06-02T20:02:16.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-06-02T20:02:16.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-06-02T20:02:16.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-06-02T20:02:16.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42232026-06-02T20:02:16.644Z
42242026-06-02T20:02:16.644Zinfo: running `cargo check --bins` on wicketd-api (253/295)
42252026-06-02T20:02:17.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-06-02T20:02:17.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-06-02T20:02:17.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42282026-06-02T20:02:17.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42292026-06-02T20:02:17.268Z
42302026-06-02T20:02:17.268Zinfo: running `cargo check --bins` on omicron-ls-apis (254/295)
42312026-06-02T20:02:17.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-06-02T20:02:17.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-06-02T20:02:17.890Z Checking typeid v1.0.3
42342026-06-02T20:02:18.002Z Checking ordered-float v2.10.1
42352026-06-02T20:02:18.021Z Checking unicode-xid v0.2.6
42362026-06-02T20:02:18.024Z Checking cargo-platform v0.2.0
42372026-06-02T20:02:18.044Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42382026-06-02T20:02:18.070Z Checking erased-serde v0.4.9
42392026-06-02T20:02:18.205Z Checking serde-value v0.7.0
42402026-06-02T20:02:18.380Z Checking serde-untagged v0.1.9
42412026-06-02T20:02:18.532Z Checking cargo-util-schemas v0.8.2
42422026-06-02T20:02:19.214Z Checking cargo_metadata v0.21.0
42432026-06-02T20:02:19.820Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42442026-06-02T20:02:20.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
42452026-06-02T20:02:20.712Z
42462026-06-02T20:02:20.712Zinfo: running `cargo check --bins` on mgs-dev (255/295)
42472026-06-02T20:02:21.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-06-02T20:02:21.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-06-02T20:02:21.453Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42502026-06-02T20:02:22.084Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42512026-06-02T20:02:22.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
42522026-06-02T20:02:22.805Z
42532026-06-02T20:02:22.805Zinfo: running `cargo check --bins` on omicron-omdb (256/295)
42542026-06-02T20:02:23.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-06-02T20:02:23.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-06-02T20:02:23.766Z Compiling vergen-lib v0.1.6
42572026-06-02T20:02:23.767Z Compiling vergen-gitcl v1.0.8
42582026-06-02T20:02:23.767Z Compiling dirs-sys-next v0.1.2
42592026-06-02T20:02:23.767Z Compiling diesel_derives v2.3.7
42602026-06-02T20:02:23.767Z Compiling glob v0.3.3
42612026-06-02T20:02:23.770Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42622026-06-02T20:02:23.770Z Compiling crunchy v0.2.4
42632026-06-02T20:02:23.770Z Compiling dsl_auto_type v0.2.0
42642026-06-02T20:02:24.128Z Checking scheduled-thread-pool v0.2.7
42652026-06-02T20:02:24.178Z Compiling dirs-next v2.0.0
42662026-06-02T20:02:24.216Z Compiling diesel_table_macro_syntax v0.3.0
42672026-06-02T20:02:24.262Z Compiling tiny-keccak v2.0.2
42682026-06-02T20:02:24.279Z Compiling clang-sys v1.8.1
42692026-06-02T20:02:24.284Z Checking r2d2 v0.8.10
42702026-06-02T20:02:24.425Z Compiling term v0.7.0
42712026-06-02T20:02:24.484Z Checking downcast-rs v2.0.2
42722026-06-02T20:02:24.488Z Compiling bit-vec v0.6.3
42732026-06-02T20:02:24.638Z Compiling itertools v0.10.5
42742026-06-02T20:02:24.658Z Compiling ena v0.14.4
42752026-06-02T20:02:24.763Z Compiling bit-set v0.5.3
42762026-06-02T20:02:24.871Z Compiling ascii-canvas v3.0.0
42772026-06-02T20:02:24.888Z Compiling libloading v0.8.9
42782026-06-02T20:02:24.924Z Compiling diff v0.1.13
42792026-06-02T20:02:24.977Z Compiling bindgen v0.71.1
42802026-06-02T20:02:25.003Z Compiling regex-syntax v0.6.29
42812026-06-02T20:02:25.114Z Compiling cexpr v0.6.0
42822026-06-02T20:02:25.180Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42832026-06-02T20:02:25.370Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42842026-06-02T20:02:25.419Z Compiling rustc-hash v2.1.1
42852026-06-02T20:02:25.554Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42862026-06-02T20:02:25.557Z Compiling libxml v0.3.3
42872026-06-02T20:02:25.698Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42882026-06-02T20:02:25.807Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42892026-06-02T20:02:25.827Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42902026-06-02T20:02:26.022Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42912026-06-02T20:02:26.136Z Compiling strum_macros v0.24.3
42922026-06-02T20:02:26.153Z Compiling indoc v1.0.9
42932026-06-02T20:02:26.314Z Compiling lalrpop v0.19.12
42942026-06-02T20:02:27.081Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42952026-06-02T20:02:27.306Z Checking derive_builder v0.20.2
42962026-06-02T20:02:27.429Z Compiling oso-derive v0.27.3
42972026-06-02T20:02:27.508Z Checking quick-xml v0.37.5
42982026-06-02T20:02:27.585Z Compiling impl-trait-for-tuples v0.2.3
42992026-06-02T20:02:27.933Z Checking openssl-probe v0.1.6
43002026-06-02T20:02:28.082Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43012026-06-02T20:02:28.394Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43022026-06-02T20:02:28.586Z Checking bb8 v0.8.6
43032026-06-02T20:02:28.804Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43042026-06-02T20:02:28.821Z Compiling libz-sys v1.1.24
43052026-06-02T20:02:28.865Z Checking nonempty v0.12.0
43062026-06-02T20:02:29.021Z Compiling strsim v0.10.0
43072026-06-02T20:02:29.038Z Compiling libgit2-sys v0.18.3+1.9.2
43082026-06-02T20:02:29.198Z Compiling vergen-git2 v9.1.0
43092026-06-02T20:02:29.266Z Compiling darling_core v0.13.4
43102026-06-02T20:02:29.376Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43112026-06-02T20:02:29.463Z Compiling base64 v0.21.7
43122026-06-02T20:02:29.567Z Compiling rustls v0.21.12
43132026-06-02T20:02:29.782Z Compiling ron v0.8.1
43142026-06-02T20:02:29.815Z Checking diesel v2.3.7
43152026-06-02T20:02:29.838Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43162026-06-02T20:02:30.729Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43172026-06-02T20:02:30.768Z Checking rustls-webpki v0.101.7
43182026-06-02T20:02:30.921Z Checking sct v0.7.1
43192026-06-02T20:02:31.090Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43202026-06-02T20:02:31.137Z Compiling darling_macro v0.13.4
43212026-06-02T20:02:31.614Z Compiling darling v0.13.4
43222026-06-02T20:02:31.709Z Compiling serde_with_macros v1.5.2
43232026-06-02T20:02:31.728Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43242026-06-02T20:02:32.436Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43252026-06-02T20:02:32.564Z Compiling serde_with v1.14.0
43262026-06-02T20:02:33.495Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43272026-06-02T20:02:33.719Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43282026-06-02T20:02:34.210Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43292026-06-02T20:02:34.881Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43302026-06-02T20:02:35.059Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43312026-06-02T20:02:35.078Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43322026-06-02T20:02:35.245Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43332026-06-02T20:02:35.248Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43342026-06-02T20:02:35.280Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43352026-06-02T20:02:35.544Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43362026-06-02T20:02:35.563Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43372026-06-02T20:02:35.585Z Checking tokio-rustls v0.24.1
43382026-06-02T20:02:35.785Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43392026-06-02T20:02:36.329Z Checking rustls-pemfile v1.0.4
43402026-06-02T20:02:36.408Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43412026-06-02T20:02:36.476Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43422026-06-02T20:02:36.655Z Checking twox-hash v2.1.2
43432026-06-02T20:02:36.674Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43442026-06-02T20:02:36.980Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43452026-06-02T20:02:37.002Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43462026-06-02T20:02:37.240Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43472026-06-02T20:02:37.399Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43482026-06-02T20:02:38.675Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43492026-06-02T20:02:38.698Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43502026-06-02T20:02:39.034Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43512026-06-02T20:02:39.216Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43522026-06-02T20:02:39.365Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43532026-06-02T20:02:39.723Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43542026-06-02T20:02:39.867Z Checking console v0.16.2
43552026-06-02T20:02:40.182Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43562026-06-02T20:02:40.334Z Checking fatfs v0.3.6
43572026-06-02T20:02:40.705Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43582026-06-02T20:02:40.793Z Checking unit-prefix v0.5.2
43592026-06-02T20:02:40.932Z Compiling seq-macro v0.3.6
43602026-06-02T20:02:41.443Z Checking indicatif v0.18.4
43612026-06-02T20:02:41.890Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43622026-06-02T20:02:41.969Z Checking support-bundle-viewer v0.1.2
43632026-06-02T20:02:42.017Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43642026-06-02T20:02:42.302Z Checking multimap v0.10.1
43652026-06-02T20:02:48.046Z Checking async-bb8-diesel v0.2.1
43662026-06-02T20:02:48.402Z Checking diesel-dtrace v0.5.0
43672026-06-02T20:02:51.494Z Compiling samael v0.0.19
43682026-06-02T20:02:56.658Z Compiling git2 v0.20.4
43692026-06-02T20:02:57.525Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43702026-06-02T20:02:58.336Z Compiling polar-core v0.27.3
43712026-06-02T20:02:59.169Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43722026-06-02T20:03:02.929Z Checking oso v0.27.3
43732026-06-02T20:03:30.501Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43742026-06-02T20:04:41.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
43752026-06-02T20:04:41.877Z
43762026-06-02T20:04:41.877Zinfo: running `cargo check --bins` on nexus-networking (257/295)
43772026-06-02T20:04:42.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-06-02T20:04:42.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-06-02T20:04:42.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43802026-06-02T20:04:42.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
43812026-06-02T20:04:42.591Z
43822026-06-02T20:04:42.591Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (258/295)
43832026-06-02T20:04:43.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-06-02T20:04:43.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-06-02T20:04:43.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43862026-06-02T20:04:43.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43872026-06-02T20:04:43.253Z
43882026-06-02T20:04:43.253Zinfo: running `cargo check --bins` on nexus-saga-recovery (259/295)
43892026-06-02T20:04:43.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-06-02T20:04:43.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-06-02T20:04:43.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-06-02T20:04:43.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43932026-06-02T20:04:43.915Z
43942026-06-02T20:04:43.915Zinfo: running `cargo check --bins` on nexus-test-utils-macros (260/295)
43952026-06-02T20:04:44.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-06-02T20:04:44.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-06-02T20:04:44.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43982026-06-02T20:04:44.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43992026-06-02T20:04:44.516Z
44002026-06-02T20:04:44.516Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (261/295)
44012026-06-02T20:04:45.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-06-02T20:04:45.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-06-02T20:04:45.364Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44042026-06-02T20:04:46.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
44052026-06-02T20:04:46.352Z
44062026-06-02T20:04:46.352Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/295)
44072026-06-02T20:04:46.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-06-02T20:04:46.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-06-02T20:04:47.243Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44102026-06-02T20:05:23.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.37s
44112026-06-02T20:05:23.947Z
44122026-06-02T20:05:23.948Zinfo: running `cargo check --bins` on nexus-background-task-interface (263/295)
44132026-06-02T20:05:24.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-06-02T20:05:24.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-06-02T20:05:24.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44162026-06-02T20:05:24.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44172026-06-02T20:05:24.541Z
44182026-06-02T20:05:24.541Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (264/295)
44192026-06-02T20:05:25.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-06-02T20:05:25.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-06-02T20:05:25.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44222026-06-02T20:05:25.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44232026-06-02T20:05:25.185Z
44242026-06-02T20:05:25.185Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/295)
44252026-06-02T20:05:25.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-06-02T20:05:25.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-06-02T20:05:25.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44282026-06-02T20:05:25.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44292026-06-02T20:05:25.858Z
44302026-06-02T20:05:25.858Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (266/295)
44312026-06-02T20:05:26.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-06-02T20:05:26.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-06-02T20:05:26.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44342026-06-02T20:05:26.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44352026-06-02T20:05:26.525Z
44362026-06-02T20:05:26.525Zinfo: running `cargo check --bins` on nexus-mgs-updates (267/295)
44372026-06-02T20:05:27.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44382026-06-02T20:05:27.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44392026-06-02T20:05:27.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44402026-06-02T20:05:27.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44412026-06-02T20:05:27.176Z
44422026-06-02T20:05:27.176Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (268/295)
44432026-06-02T20:05:27.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44442026-06-02T20:05:27.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44452026-06-02T20:05:27.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44462026-06-02T20:05:27.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44472026-06-02T20:05:27.831Z
44482026-06-02T20:05:27.831Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295)
44492026-06-02T20:05:28.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44502026-06-02T20:05:28.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44512026-06-02T20:05:28.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44522026-06-02T20:05:28.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44532026-06-02T20:05:28.490Z
44542026-06-02T20:05:28.490Zinfo: running `cargo check --bins` on support-bundle-collection (270/295)
44552026-06-02T20:05:29.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44562026-06-02T20:05:29.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44572026-06-02T20:05:29.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44582026-06-02T20:05:29.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44592026-06-02T20:05:29.145Z
44602026-06-02T20:05:29.145Zinfo: running `cargo check --bins` on omicron-dev (271/295)
44612026-06-02T20:05:29.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-06-02T20:05:29.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-06-02T20:05:30.052Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44642026-06-02T20:05:30.055Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44652026-06-02T20:05:30.241Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44662026-06-02T20:05:30.271Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44672026-06-02T20:05:30.291Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44682026-06-02T20:05:30.294Z Checking yansi v1.0.1
44692026-06-02T20:05:30.294Z Checking diff v0.1.13
44702026-06-02T20:05:30.322Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44712026-06-02T20:05:30.380Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44722026-06-02T20:05:30.573Z Checking pretty_assertions v1.4.1
44732026-06-02T20:05:31.201Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44742026-06-02T20:05:31.359Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44752026-06-02T20:05:54.951Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44762026-06-02T20:05:54.954Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44772026-06-02T20:05:54.955Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44782026-06-02T20:05:54.955Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44792026-06-02T20:05:54.955Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44802026-06-02T20:05:54.955Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44812026-06-02T20:05:55.790Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44822026-06-02T20:05:55.790Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44832026-06-02T20:05:56.990Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44842026-06-02T20:06:33.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
44852026-06-02T20:06:33.892Z
44862026-06-02T20:06:33.892Zinfo: running `cargo check --bins` on omicron-pins (272/295)
44872026-06-02T20:06:34.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44882026-06-02T20:06:34.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44892026-06-02T20:06:34.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44902026-06-02T20:06:34.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44912026-06-02T20:06:34.494Z
44922026-06-02T20:06:34.495Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295)
44932026-06-02T20:06:35.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44942026-06-02T20:06:35.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44952026-06-02T20:06:35.282Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44962026-06-02T20:06:35.406Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44972026-06-02T20:06:35.409Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44982026-06-02T20:07:01.154Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44992026-06-02T20:07:01.546Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45002026-06-02T20:07:03.285Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45012026-06-02T20:07:03.741Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45022026-06-02T20:07:06.700Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45032026-06-02T20:07:29.855Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45042026-06-02T20:07:30.577Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45052026-06-02T20:07:32.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.73s
45062026-06-02T20:07:32.448Z
45072026-06-02T20:07:32.448Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (274/295)
45082026-06-02T20:07:32.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-06-02T20:07:33.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-06-02T20:07:33.181Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45112026-06-02T20:07:33.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45122026-06-02T20:07:34.077Z
45132026-06-02T20:07:34.077Zinfo: running `cargo check --bins` on omicron-releng (275/295)
45142026-06-02T20:07:34.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-06-02T20:07:34.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-06-02T20:07:34.746Z Compiling blake3 v1.8.3
45172026-06-02T20:07:34.856Z Checking arrayref v0.3.9
45182026-06-02T20:07:34.864Z Checking constant_time_eq v0.4.2
45192026-06-02T20:07:34.864Z Checking arrayvec v0.7.6
45202026-06-02T20:07:34.876Z Checking topological-sort v0.2.2
45212026-06-02T20:07:34.880Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45222026-06-02T20:07:34.880Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45232026-06-02T20:07:34.880Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45242026-06-02T20:07:34.919Z Checking shell-words v1.1.1
45252026-06-02T20:07:35.747Z Checking omicron-zone-package v0.12.2
45262026-06-02T20:07:36.458Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45272026-06-02T20:07:37.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
45282026-06-02T20:07:37.504Z
45292026-06-02T20:07:37.504Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (276/295)
45302026-06-02T20:07:38.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45312026-06-02T20:07:38.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45322026-06-02T20:07:38.157Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45332026-06-02T20:07:38.480Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45342026-06-02T20:07:38.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45352026-06-02T20:07:39.079Z
45362026-06-02T20:07:39.079Zinfo: running `cargo check --bins` on schema (277/295)
45372026-06-02T20:07:39.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45382026-06-02T20:07:39.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45392026-06-02T20:07:39.810Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45402026-06-02T20:07:40.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
45412026-06-02T20:07:40.720Z
45422026-06-02T20:07:40.720Zinfo: running `cargo check --bins` on xtask (278/295)
45432026-06-02T20:07:41.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-06-02T20:07:41.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-06-02T20:07:41.172Z Checking libc v0.2.185
45462026-06-02T20:07:41.175Z Checking serde v1.0.228
45472026-06-02T20:07:41.259Z Checking zerofrom v0.1.6
45482026-06-02T20:07:41.264Z Checking bitflags v2.11.0
45492026-06-02T20:07:41.269Z Checking smallvec v1.15.1
45502026-06-02T20:07:41.275Z Checking indexmap v2.14.0
45512026-06-02T20:07:41.284Z Checking serde_json v1.0.149
45522026-06-02T20:07:41.287Z Checking scroll v0.12.0
45532026-06-02T20:07:41.356Z Checking yoke v0.8.1
45542026-06-02T20:07:41.407Z Checking num-traits v0.2.19
45552026-06-02T20:07:41.440Z Checking thiserror v1.0.69
45562026-06-02T20:07:41.515Z Checking log v0.4.29
45572026-06-02T20:07:41.527Z Checking zerovec v0.11.5
45582026-06-02T20:07:41.536Z Checking zerotrie v0.2.3
45592026-06-02T20:07:41.546Z Checking errno v0.3.14
45602026-06-02T20:07:41.643Z Checking serde_spanned v0.6.9
45612026-06-02T20:07:41.660Z Checking toml_datetime v0.6.11
45622026-06-02T20:07:41.663Z Checking rustix v1.1.3
45632026-06-02T20:07:41.768Z Checking percent-encoding v2.3.2
45642026-06-02T20:07:41.777Z Checking goblin v0.8.2
45652026-06-02T20:07:41.801Z Checking zerocopy v0.7.35
45662026-06-02T20:07:41.836Z Checking toml_edit v0.22.27
45672026-06-02T20:07:41.885Z Checking getrandom v0.4.1
45682026-06-02T20:07:41.905Z Checking form_urlencoded v1.2.2
45692026-06-02T20:07:41.925Z Checking ordered-float v2.10.1
45702026-06-02T20:07:41.950Z Checking tinystr v0.8.2
45712026-06-02T20:07:42.014Z Checking potential_utf v0.1.4
45722026-06-02T20:07:42.034Z Checking thiserror v2.0.18
45732026-06-02T20:07:42.125Z Checking icu_locale_core v2.1.1
45742026-06-02T20:07:42.136Z Checking syn v2.0.117
45752026-06-02T20:07:42.147Z Checking icu_collections v2.1.1
45762026-06-02T20:07:42.147Z Checking serde-value v0.7.0
45772026-06-02T20:07:42.285Z Checking dtrace-parser v0.2.0
45782026-06-02T20:07:42.346Z Checking thread-id v4.2.2
45792026-06-02T20:07:42.428Z Checking once_cell v1.21.3
45802026-06-02T20:07:42.457Z Checking cargo-platform v0.2.0
45812026-06-02T20:07:42.473Z Checking terminal_size v0.4.3
45822026-06-02T20:07:42.519Z Checking memmap v0.7.0
45832026-06-02T20:07:42.601Z Checking clap_builder v4.5.60
45842026-06-02T20:07:42.604Z Checking tempfile v3.25.0
45852026-06-02T20:07:42.629Z Checking textwrap v0.16.2
45862026-06-02T20:07:42.647Z Checking fs-err v3.3.0
45872026-06-02T20:07:42.674Z Checking icu_provider v2.1.1
45882026-06-02T20:07:42.797Z Checking camino-tempfile v1.4.1
45892026-06-02T20:07:42.819Z Checking tabled v0.15.0
45902026-06-02T20:07:42.831Z Checking anyhow v1.0.102
45912026-06-02T20:07:42.909Z Checking icu_normalizer v2.1.1
45922026-06-02T20:07:42.921Z Checking icu_properties v2.1.2
45932026-06-02T20:07:42.949Z Checking toml v0.8.23
45942026-06-02T20:07:43.024Z Checking macaddr v1.0.1
45952026-06-02T20:07:43.204Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45962026-06-02T20:07:43.262Z Checking cargo_toml v0.21.0
45972026-06-02T20:07:43.633Z Checking dof v0.3.0
45982026-06-02T20:07:43.719Z Checking idna_adapter v1.2.1
45992026-06-02T20:07:43.781Z Checking clap v4.5.60
46002026-06-02T20:07:43.838Z Checking idna v1.1.0
46012026-06-02T20:07:43.927Z Checking usdt-impl v0.5.0
46022026-06-02T20:07:44.060Z Checking url v2.5.8
46032026-06-02T20:07:44.177Z Checking usdt v0.5.0
46042026-06-02T20:07:44.400Z Checking cargo-util-schemas v0.8.2
46052026-06-02T20:07:45.097Z Checking cargo_metadata v0.21.0
46062026-06-02T20:07:45.717Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46072026-06-02T20:07:46.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s
46082026-06-02T20:07:46.251Z
46092026-06-02T20:07:46.251Zinfo: running `cargo check --bins` on dnsadm (279/295)
46102026-06-02T20:07:46.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46112026-06-02T20:07:46.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46122026-06-02T20:07:46.902Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46132026-06-02T20:07:47.395Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46142026-06-02T20:07:47.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
46152026-06-02T20:07:47.974Z
46162026-06-02T20:07:47.974Zinfo: running `cargo check --bins` on end-to-end-tests (280/295)
46172026-06-02T20:07:48.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46182026-06-02T20:07:48.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46192026-06-02T20:07:48.787Z Checking polyval v0.6.2
46202026-06-02T20:07:48.913Z Checking ctr v0.9.2
46212026-06-02T20:07:48.925Z Checking ssh-encoding v0.2.0
46222026-06-02T20:07:48.925Z Checking blowfish v0.9.1
46232026-06-02T20:07:48.946Z Checking password-hash v0.4.2
46242026-06-02T20:07:48.960Z Checking p521 v0.13.3
46252026-06-02T20:07:48.960Z Checking p256 v0.13.2
46262026-06-02T20:07:48.988Z Checking russh-cryptovec v0.7.3
46272026-06-02T20:07:49.055Z Checking ghash v0.5.1
46282026-06-02T20:07:49.067Z Checking bcrypt-pbkdf v0.10.0
46292026-06-02T20:07:49.072Z Checking md5 v0.7.0
46302026-06-02T20:07:49.097Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46312026-06-02T20:07:49.113Z Checking num-bigint v0.4.6
46322026-06-02T20:07:49.158Z Checking pbkdf2 v0.11.0
46332026-06-02T20:07:49.172Z Checking aes-gcm v0.10.3
46342026-06-02T20:07:49.201Z Checking des v0.8.1
46352026-06-02T20:07:49.221Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46362026-06-02T20:07:49.240Z Checking hex-literal v0.4.1
46372026-06-02T20:07:49.301Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46382026-06-02T20:07:49.321Z Checking ssh-cipher v0.2.0
46392026-06-02T20:07:49.336Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46402026-06-02T20:07:49.336Z Checking socket2 v0.5.10
46412026-06-02T20:07:49.363Z Checking internet-checksum v0.2.1
46422026-06-02T20:07:49.485Z Checking ssh-key v0.6.7
46432026-06-02T20:07:49.607Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46442026-06-02T20:07:50.104Z Checking russh-keys v0.45.0
46452026-06-02T20:07:50.660Z Checking russh v0.45.0
46462026-06-02T20:08:06.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.94s
46472026-06-02T20:08:07.142Z
46482026-06-02T20:08:07.142Zinfo: running `cargo check --bins` on gateway-cli (281/295)
46492026-06-02T20:08:07.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46502026-06-02T20:08:07.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46512026-06-02T20:08:07.786Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46522026-06-02T20:08:07.896Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46532026-06-02T20:08:07.904Z Checking termios v0.3.3
46542026-06-02T20:08:09.104Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46552026-06-02T20:08:09.251Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46562026-06-02T20:08:11.026Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46572026-06-02T20:08:11.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s
46582026-06-02T20:08:11.774Z
46592026-06-02T20:08:11.774Zinfo: running `cargo check --bins --no-default-features` on installinator (282/295)
46602026-06-02T20:08:12.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46612026-06-02T20:08:12.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46622026-06-02T20:08:12.488Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46632026-06-02T20:08:12.491Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46642026-06-02T20:08:12.606Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46652026-06-02T20:08:12.614Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46662026-06-02T20:08:12.630Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46672026-06-02T20:08:12.640Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46682026-06-02T20:08:13.353Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46692026-06-02T20:08:13.688Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46702026-06-02T20:08:13.688Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46712026-06-02T20:08:14.329Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46722026-06-02T20:08:15.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
46732026-06-02T20:08:16.165Z
46742026-06-02T20:08:16.165Zinfo: running `cargo check --bins` on internal-dns-cli (283/295)
46752026-06-02T20:08:16.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46762026-06-02T20:08:16.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46772026-06-02T20:08:16.811Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46782026-06-02T20:08:17.263Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46792026-06-02T20:08:17.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
46802026-06-02T20:08:17.761Z
46812026-06-02T20:08:17.761Zinfo: running `cargo check --bins` on omicron-live-tests (284/295)
46822026-06-02T20:08:18.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46832026-06-02T20:08:18.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46842026-06-02T20:08:18.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46852026-06-02T20:08:18.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46862026-06-02T20:08:18.352Z
46872026-06-02T20:08:18.352Zinfo: running `cargo check --bins` on live-tests-macros (285/295)
46882026-06-02T20:08:18.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46892026-06-02T20:08:18.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46902026-06-02T20:08:18.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46912026-06-02T20:08:18.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46922026-06-02T20:08:18.949Z
46932026-06-02T20:08:18.949Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295)
46942026-06-02T20:08:19.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46952026-06-02T20:08:19.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46962026-06-02T20:08:19.711Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46972026-06-02T20:08:20.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
46982026-06-02T20:08:20.521Z
46992026-06-02T20:08:20.521Zinfo: running `cargo check --bins` on omicron-ntp-admin (287/295)
47002026-06-02T20:08:21.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47012026-06-02T20:08:21.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47022026-06-02T20:08:21.185Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47032026-06-02T20:08:21.188Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47042026-06-02T20:08:21.464Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47052026-06-02T20:08:21.464Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47062026-06-02T20:08:22.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
47072026-06-02T20:08:22.444Z
47082026-06-02T20:08:22.445Zinfo: running `cargo check --bins` on ntp-admin-types (288/295)
47092026-06-02T20:08:22.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47102026-06-02T20:08:22.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47112026-06-02T20:08:22.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47122026-06-02T20:08:22.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47132026-06-02T20:08:23.038Z
47142026-06-02T20:08:23.038Zinfo: running `cargo check --bins` on omicron-package (289/295)
47152026-06-02T20:08:23.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47162026-06-02T20:08:23.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47172026-06-02T20:08:23.729Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47182026-06-02T20:08:24.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
47192026-06-02T20:08:25.008Z
47202026-06-02T20:08:25.008Zinfo: running `cargo check --bins` on tqdb (290/295)
47212026-06-02T20:08:25.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47222026-06-02T20:08:25.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47232026-06-02T20:08:25.794Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47242026-06-02T20:08:26.146Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47252026-06-02T20:08:26.657Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47262026-06-02T20:08:26.660Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47272026-06-02T20:08:32.574Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47282026-06-02T20:08:32.578Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47292026-06-02T20:08:33.147Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47302026-06-02T20:08:33.151Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47312026-06-02T20:08:33.151Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47322026-06-02T20:08:33.151Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47332026-06-02T20:08:33.897Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47342026-06-02T20:08:34.902Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47352026-06-02T20:08:35.671Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47362026-06-02T20:08:36.280Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47372026-06-02T20:08:40.571Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47382026-06-02T20:08:46.958Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47392026-06-02T20:08:46.964Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47402026-06-02T20:08:46.964Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47412026-06-02T20:08:46.964Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47422026-06-02T20:08:48.430Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47432026-06-02T20:08:49.790Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47442026-06-02T20:08:50.466Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47452026-06-02T20:08:51.694Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47462026-06-02T20:08:52.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.22s
47472026-06-02T20:08:52.454Z
47482026-06-02T20:08:52.454Zinfo: running `cargo check --bins` on wicket-dbg (291/295)
47492026-06-02T20:08:52.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47502026-06-02T20:08:53.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47512026-06-02T20:08:53.174Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47522026-06-02T20:08:53.174Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47532026-06-02T20:08:53.180Z Checking rtoolbox v0.0.3
47542026-06-02T20:08:53.180Z Checking tui-tree-widget v0.23.1
47552026-06-02T20:08:53.413Z Checking rpassword v7.4.0
47562026-06-02T20:08:54.452Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47572026-06-02T20:08:57.534Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47582026-06-02T20:08:59.418Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47592026-06-02T20:09:00.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.86s
47602026-06-02T20:09:00.522Z
47612026-06-02T20:09:00.522Zinfo: running `cargo check --bins` on wicket (292/295)
47622026-06-02T20:09:01.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47632026-06-02T20:09:01.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47642026-06-02T20:09:01.227Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47652026-06-02T20:09:01.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
47662026-06-02T20:09:01.790Z
47672026-06-02T20:09:01.790Zinfo: running `cargo check --bins` on wicketd (293/295)
47682026-06-02T20:09:02.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47692026-06-02T20:09:02.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47702026-06-02T20:09:02.517Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47712026-06-02T20:09:02.517Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47722026-06-02T20:09:02.524Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47732026-06-02T20:09:02.524Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47742026-06-02T20:09:03.507Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47752026-06-02T20:09:04.449Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47762026-06-02T20:09:10.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s
47772026-06-02T20:09:11.015Z
47782026-06-02T20:09:11.015Zinfo: running `cargo check --bins` on omicron-workspace-hack (294/295)
47792026-06-02T20:09:11.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47802026-06-02T20:09:11.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47812026-06-02T20:09:11.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47822026-06-02T20:09:11.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47832026-06-02T20:09:11.039Z
47842026-06-02T20:09:11.039Zinfo: running `cargo check --bins` on zone-setup (295/295)
47852026-06-02T20:09:11.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47862026-06-02T20:09:11.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47872026-06-02T20:09:11.039Z Checking uzers v0.12.2
47882026-06-02T20:09:11.039Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47892026-06-02T20:09:11.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
47902026-06-02T20:09:11.039Z
47912026-06-02T20:09:11.039Zreal 14:04.119239992
47922026-06-02T20:09:11.039Zuser 21:02.342319260
47932026-06-02T20:09:11.039Zsys 4:19.469236676
47942026-06-02T20:09:11.039Ztrap 0.322444243
47952026-06-02T20:09:11.039Ztflt 2.317079592
47962026-06-02T20:09:11.039Zdflt 2.061990691
47972026-06-02T20:09:11.039Zkflt 0.009326244
47982026-06-02T20:09:11.039Zlock 1:18:01.557472671
47992026-06-02T20:09:11.039Zslp 1:40:57.991771049
48002026-06-02T20:09:11.039Zlat 1:04.290198929
48012026-06-02T20:09:11.039Zstop 3:46.896175281
48022026-06-02T20:09:11.039Zprocess exited: duration 986012 ms, exit code 0
 
48032026-06-02T20:09:11.090Zfound 0 output files