01KVRCA74992MQYNKKAJ3DBZDK: 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: 01KVRCFQ049EGB21PKHYJ87KWA

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-22T19:22:44.852Zjob assigned to worker 01KVRCGPEX7VA5FAWR5NA1Q4MA [factory aws, i-04b7ccfd46c7e1247] (queued for 1 m 14 s)
 
22026-06-22T19:22:51.200Zstarting task 0: "setup"
32026-06-22T19:22:51.207Z++ uname -s
42026-06-22T19:22:51.210Z+ kern=SunOS
52026-06-22T19:22:51.211Z+ build_user=build
62026-06-22T19:22:51.211Z+ build_uid=12345
72026-06-22T19:22:51.211Z+ work_dir=/work
82026-06-22T19:22:51.211Z+ input_dir=/input
92026-06-22T19:22:51.211Z+ [[ 0 == 12345 ]]
102026-06-22T19:22:51.211Z+ case "$kern" in
112026-06-22T19:22:51.211Z+ groupadd -g 12345 build
122026-06-22T19:22:51.214Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-22T19:22:53.253Z+ zfs create -o mountpoint=/work rpool/work
142026-06-22T19:22:53.311Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-22T19:22:53.328Z+ home_fs=zfs
162026-06-22T19:22:53.328Z+ [[ zfs == autofs ]]
172026-06-22T19:22:53.328Z+ mkdir -p /home/build
182026-06-22T19:22:53.328Z+ chown build:build /home/build /work
192026-06-22T19:22:55.351Z+ chmod 0700 /home/build /work
202026-06-22T19:22:55.373Zprocess exited: duration 4114 ms, exit code 0
 
212026-06-22T19:22:55.396Zstarting task 1: "rust-toolchain"
222026-06-22T19:22:55.415Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-22T19:22:55.416Z * rust toolchain channel = "1.94.0"
242026-06-22T19:22:55.416Z * rust toolchain profile = "default"
252026-06-22T19:22:55.416Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-22T19:22:55.416Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-22T19:22:55.416Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-22T19:22:55.416Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-22T19:22:55.416Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-22T19:22:55.510Zinfo: downloading installer
312026-06-22T19:22:56.992Zwarn: It looks like you have an existing rustup settings file at:
322026-06-22T19:22:56.992Zwarn: /home/build/.rustup/settings.toml
332026-06-22T19:22:56.992Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-22T19:22:56.992Zwarn: instead of the one inferred from the default host triple.
352026-06-22T19:22:57.008Zinfo: profile set to default
362026-06-22T19:22:57.008Zinfo: default host triple is x86_64-unknown-illumos
372026-06-22T19:22:57.021Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-22T19:22:57.180Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-22T19:22:57.209Zinfo: downloading 6 components
402026-06-22T19:23:13.005Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-22T19:23:13.005Z
422026-06-22T19:23:13.034Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-22T19:23:13.034Z
442026-06-22T19:23:13.034Z
452026-06-22T19:23:13.034ZRust is installed now. Great!
462026-06-22T19:23:13.039Z
472026-06-22T19:23:13.039ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-22T19:23:13.039Zenvironment variable. This has not been done automatically.
492026-06-22T19:23:13.039Z
502026-06-22T19:23:13.039ZTo configure your current shell, you need to source
512026-06-22T19:23:13.039Zthe corresponding env file under $HOME/.cargo.
522026-06-22T19:23:13.039Z
532026-06-22T19:23:13.039ZThis is usually done by running one of the following (note the leading DOT):
542026-06-22T19:23:13.040Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-22T19:23:13.040Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-22T19:23:13.040Zsource "~/.cargo/env.nu" # For nushell
572026-06-22T19:23:13.040Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-22T19:23:13.040Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-22T19:23:13.040Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-22T19:23:13.040Zwarn: no default linker (`cc`) was found in your PATH
612026-06-22T19:23:13.040Zwarn: many Rust crates require a system C toolchain to build
622026-06-22T19:23:13.150Z+ rustup --version
632026-06-22T19:23:13.166Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-22T19:23:13.166Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-22T19:23:13.178Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-22T19:23:13.178Z+ cargo --version
672026-06-22T19:23:13.208Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-22T19:23:13.208Z+ rustc --version
692026-06-22T19:23:13.212Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-22T19:23:13.212Zprocess exited: duration 17808 ms, exit code 0
 
712026-06-22T19:23:14.221Zstarting task 2: "authentication"
722026-06-22T19:23:14.236ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-06-22T19:24:08.770Zprocess exited: duration 54539 ms, exit code 0
 
742026-06-22T19:24:08.797Zstarting task 3: "clone repository"
752026-06-22T19:24:08.802Z+ mkdir -p /work/oxidecomputer/omicron
762026-06-22T19:24:08.802Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-06-22T19:24:08.824ZCloning into '/work/oxidecomputer/omicron'...
782026-06-22T19:24:18.886Z+ cd /work/oxidecomputer/omicron
792026-06-22T19:24:18.886Z+ git fetch origin 8c3936c626894c90c60f54610810b257b0b346b3
802026-06-22T19:24:19.150ZFrom https://github.com/oxidecomputer/omicron
812026-06-22T19:24:19.150Z * branch 8c3936c626894c90c60f54610810b257b0b346b3 -> FETCH_HEAD
822026-06-22T19:24:19.162Z+ [[ -n '' ]]
832026-06-22T19:24:19.162Z+ git reset --hard 8c3936c626894c90c60f54610810b257b0b346b3
842026-06-22T19:24:19.270ZHEAD is now at 8c3936c62 [spr] initial version
852026-06-22T19:24:19.274Zprocess exited: duration 10477 ms, exit code 0
 
862026-06-22T19:24:19.280Zstarting task 4: "build"
872026-06-22T19:24:19.284Z+ source .github/buildomat/ci-env.sh
882026-06-22T19:24:19.284Z++ export CARGO_TERM_COLOR=always
892026-06-22T19:24:19.284Z++ CARGO_TERM_COLOR=always
902026-06-22T19:24:19.284Z+ cargo --version
912026-06-22T19:24:19.295Zcargo 1.94.0 (85eff7c80 2026-01-15)
922026-06-22T19:24:19.298Z+ rustc --version
932026-06-22T19:24:19.720Zrustc 1.94.0 (4a4ef493e 2026-03-02)
942026-06-22T19:24:19.725Z+ source ./env.sh
952026-06-22T19:24:19.725Z++ OLD_SHELL_OPTS=ehxB
962026-06-22T19:24:19.725Z++ set -o xtrace
972026-06-22T19:24:19.725Z++++ dirname ./env.sh
982026-06-22T19:24:19.725Z+++ readlink -f .
992026-06-22T19:24:19.725Z++ OMICRON_WS=/work/oxidecomputer/omicron
1002026-06-22T19:24:19.725Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-06-22T19:24:19.725Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-06-22T19:24:19.725Z++ 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
1032026-06-22T19:24:19.725Z++ 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
1042026-06-22T19:24:19.725Z++ 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
1052026-06-22T19:24:19.725Z++ 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
1062026-06-22T19:24:19.725Z++ 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
1072026-06-22T19:24:19.726Z++ 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
1082026-06-22T19:24:19.726Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-06-22T19:24:19.726Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-06-22T19:24:19.726Z++ case $OLD_SHELL_OPTS in
1112026-06-22T19:24:19.726Z++ unset OLD_SHELL_OPTS OMICRON_WS
1122026-06-22T19:24:19.726Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1132026-06-22T19:24:19.726Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1142026-06-22T19:24:19.726Z+ banner prerequisites
1152026-06-22T19:24:19.726Z
1162026-06-22T19:24:19.726Z ##### ##### ###### ##### ###### #### # # # #### #
1172026-06-22T19:24:19.726Z # # # # # # # # # # # # # # #
1182026-06-22T19:24:19.726Z # # # # ##### # # ##### # # # # # #### #
1192026-06-22T19:24:19.726Z ##### ##### # ##### # # # # # # # # #
1202026-06-22T19:24:19.726Z # # # # # # # # # # # # # # #
1212026-06-22T19:24:19.726Z # # # ###### # # ###### ### # #### # #### #
1222026-06-22T19:24:19.726Z
1232026-06-22T19:24:19.726Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1242026-06-22T19:24:21.438Z Startup: Refreshing catalog 'helios' ... Done
1252026-06-22T19:24:21.535Z Startup: Caching catalogs ... Done
1262026-06-22T19:24:21.959ZPlanning: Solver setup ... Done (0.382s)
1272026-06-22T19:24:21.984ZPlanning: Running solver ... Done (0.023s)
1282026-06-22T19:24:21.994ZPlanning: Finding local manifests ... Done (0.003s)
1292026-06-22T19:24:22.009ZPlanning: Fetching manifests: 0/2 0% complete
1302026-06-22T19:24:22.021ZPlanning: Fetching manifests: 2/2 100% complete
1312026-06-22T19:24:22.036ZPlanning: Package planning ... Done (0.014s)
1322026-06-22T19:24:22.039ZPlanning: Merging actions ... Done (0.002s)
1332026-06-22T19:24:22.204ZPlanning: Checking for conflicting actions ... Done (0.166s)
1342026-06-22T19:24:22.207ZPlanning: Consolidating action changes ... Done (0.001s)
1352026-06-22T19:24:23.024ZPlanning: Evaluating mediators ... Done (0.817s)
1362026-06-22T19:24:23.038ZPlanning: Planning completed in 1.47 seconds
1372026-06-22T19:24:23.065Z Packages to install: 2
1382026-06-22T19:24:23.065Z Estimated space available: 156.07 GB
1392026-06-22T19:24:23.065ZEstimated space to be consumed: 28.17 MB
1402026-06-22T19:24:23.065Z Create boot environment: No
1412026-06-22T19:24:23.065ZCreate backup boot environment: No
1422026-06-22T19:24:23.065Z Rebuild boot archive: No
1432026-06-22T19:24:23.065Z
1442026-06-22T19:24:23.065ZChanged packages:
1452026-06-22T19:24:23.065Zhelios
1462026-06-22T19:24:23.065Z developer/build-essential
1472026-06-22T19:24:23.066Z None -> 11-3.0
1482026-06-22T19:24:23.066Z library/libxmlsec1
1492026-06-22T19:24:23.066Z None -> 1.2.35-3.0
1502026-06-22T19:24:23.082Z
1512026-06-22T19:24:23.082ZDownload: 0/214 items 0.0/1.3MB 0% complete
1522026-06-22T19:24:23.539ZDownload: Completed 1.28 MB in 0.48 seconds (2.7M/s)
1532026-06-22T19:24:23.618Z Actions: 1/268 actions (Installing new actions)
1542026-06-22T19:24:23.653Z Actions: Completed 268 actions in 0.04 seconds.
1552026-06-22T19:24:23.672ZFinalize: Updating package state database ... Done (0.009s)
1562026-06-22T19:24:23.672ZFinalize: Updating package cache ... Done (0.000s)
1572026-06-22T19:24:23.689ZFinalize: Updating image state ... Done (0.025s)
1582026-06-22T19:24:26.148ZFinalize: Creating fast lookup database ... Done (2.418s)
1592026-06-22T19:24:26.215ZFinalize: Reading search index ... Done (0.012s)
1602026-06-22T19:24:26.229ZFinalize: Updating search index ... Done (0.000s)
1612026-06-22T19:24:26.310ZFinalize: Updating package cache ... Done (0.000s)
1622026-06-22T19:24:26.633ZPlanning: Evaluating mediator changes ... Done
1632026-06-22T19:24:26.720ZPlanning: Checking for conflicting actions ... Done
1642026-06-22T19:24:26.735ZPlanning: Consolidating action changes ... Done
1652026-06-22T19:24:26.875ZPlanning: Evaluating mediators ... Done
1662026-06-22T19:24:26.886ZPlanning: Planning completed in 0.26 seconds
1672026-06-22T19:24:26.906Z Mediators to change: 2
1682026-06-22T19:24:26.906Z Create boot environment: No
1692026-06-22T19:24:26.906ZCreate backup boot environment: No
1702026-06-22T19:24:26.951ZFinalize: Updating package state database ... Done
1712026-06-22T19:24:26.951ZFinalize: Updating package cache ... Done
1722026-06-22T19:24:26.962ZFinalize: Updating image state ... Done
1732026-06-22T19:24:28.912ZFinalize: Creating fast lookup database ... Done
1742026-06-22T19:24:28.976ZFinalize: Reading search index ... Done
1752026-06-22T19:24:28.984ZFinalize: Updating search index ... Done
1762026-06-22T19:24:29.033ZFinalize: Updating package cache ... Done
1772026-06-22T19:24:29.319ZPlanning: Evaluating mediator changes ... Done
1782026-06-22T19:24:29.425ZPlanning: Checking for conflicting actions ... Done
1792026-06-22T19:24:29.428ZPlanning: Consolidating action changes ... Done
1802026-06-22T19:24:29.592ZPlanning: Evaluating mediators ... Done
1812026-06-22T19:24:29.602ZPlanning: Planning completed in 0.26 seconds
1822026-06-22T19:24:29.619Z Mediators to change: 1
1832026-06-22T19:24:29.619Z Create boot environment: No
1842026-06-22T19:24:29.619ZCreate backup boot environment: No
1852026-06-22T19:24:29.643ZFinalize: Updating package state database ... Done
1862026-06-22T19:24:29.643ZFinalize: Updating package cache ... Done
1872026-06-22T19:24:29.664ZFinalize: Updating image state ... Done
1882026-06-22T19:24:31.607ZFinalize: Creating fast lookup database ... Done
1892026-06-22T19:24:32.080ZFinalize: Reading search index ... Done
1902026-06-22T19:24:32.086ZFinalize: Updating search index ... Done
1912026-06-22T19:24:32.086ZFinalize: Updating package cache ... Done
1922026-06-22T19:24:32.086ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1932026-06-22T19:24:32.086Zapache system 2.4 system
1942026-06-22T19:24:32.086Zclang system 15 system
1952026-06-22T19:24:32.086Zcsh system system illumos
1962026-06-22T19:24:32.086Zctags system system illumos
1972026-06-22T19:24:32.086Zfile vendor vendor darwinsys
1982026-06-22T19:24:32.086Zfile system system illumos
1992026-06-22T19:24:32.086Zgcc vendor 14 vendor
2002026-06-22T19:24:32.086Zgcc system 13 system
2012026-06-22T19:24:32.086Zgcc system 10 system
2022026-06-22T19:24:32.086Zgo system 1.25 system
2032026-06-22T19:24:32.086Zllvm system 15 system
2042026-06-22T19:24:32.086Zmariadb system 11.4 system
2052026-06-22T19:24:32.086Zmta vendor vendor dma
2062026-06-22T19:24:32.086Zopenjdk system 17 system
2072026-06-22T19:24:32.086Zopenjdk system 11 system
2082026-06-22T19:24:32.086Zopenssl vendor 3 vendor
2092026-06-22T19:24:32.086Zperl system 5.40 system
2102026-06-22T19:24:32.086Zpostgresql system 18 system
2112026-06-22T19:24:32.087Zpostgresql system 17 system
2122026-06-22T19:24:32.087Zpython vendor 3 vendor
2132026-06-22T19:24:32.087Zpython system 2 system
2142026-06-22T19:24:32.087Zpython3 vendor 3.13 vendor
2152026-06-22T19:24:32.087Zruby system 3.4 system
2162026-06-22T19:24:32.087Zruby system 3.0 system
2172026-06-22T19:24:32.087Zwords vendor vendor american-english
2182026-06-22T19:24:32.087Zwords system system australian-english
2192026-06-22T19:24:32.087Zwords system system british-english
2202026-06-22T19:24:32.087Zwords system system canadian-english
2212026-06-22T19:24:32.087Zwords system system french
2222026-06-22T19:24:32.087Zwords system system italian
2232026-06-22T19:24:32.087Zwords system system ngerman
2242026-06-22T19:24:32.087Zwords system system ogerman
2252026-06-22T19:24:32.087Zwords system system spanish
2262026-06-22T19:24:32.303ZPUBLISHER TYPE STATUS P LOCATION
2272026-06-22T19:24:32.303Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2282026-06-22T19:24:33.011ZFMRI IFO
2292026-06-22T19:24:33.011Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2302026-06-22T19:24:33.011Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2312026-06-22T19:24:33.011Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2322026-06-22T19:24:33.011Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2332026-06-22T19:24:33.011Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2342026-06-22T19:24:33.011Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2352026-06-22T19:24:33.011Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2362026-06-22T19:24:33.011Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2372026-06-22T19:24:33.011Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2382026-06-22T19:24:33.423Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2392026-06-22T19:24:33.426Z Updating crates.io index
2402026-06-22T19:24:33.426Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2412026-06-22T19:24:33.426Z Updating git repository `https://github.com/oxidecomputer/lldp`
2422026-06-22T19:24:34.331Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2432026-06-22T19:24:34.816Z Updating git repository `https://github.com/oxidecomputer/propolis`
2442026-06-22T19:24:36.148Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2452026-06-22T19:24:36.731Z Updating git repository `https://github.com/oxidecomputer/crucible`
2462026-06-22T19:24:38.377Z Updating git repository `https://github.com/oxidecomputer/opte`
2472026-06-22T19:24:39.185Z Updating git repository `https://github.com/oxidecomputer/tofino`
2482026-06-22T19:24:39.675Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2492026-06-22T19:24:40.705Z Updating git repository `https://github.com/oxidecomputer/clickward`
2502026-06-22T19:24:41.645Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2512026-06-22T19:24:41.886Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2522026-06-22T19:24:42.277Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2532026-06-22T19:24:42.700Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-06-22T19:24:43.228Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2552026-06-22T19:24:43.609Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-06-22T19:24:44.041Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2572026-06-22T19:24:44.275Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2582026-06-22T19:24:44.924Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2592026-06-22T19:24:45.154Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2602026-06-22T19:24:45.359Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2612026-06-22T19:24:45.626Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2622026-06-22T19:24:46.046Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2632026-06-22T19:24:47.019Z Updating git repository `https://github.com/oxidecomputer/erebor`
2642026-06-22T19:24:47.024Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2652026-06-22T19:24:47.455Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2662026-06-22T19:24:47.689Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2672026-06-22T19:24:48.040Z Updating git repository `https://github.com/oxidecomputer/ispf`
2682026-06-22T19:24:48.287Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2692026-06-22T19:24:49.614Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2702026-06-22T19:24:50.572Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2712026-06-22T19:24:50.943Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2722026-06-22T19:24:51.202Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732026-06-22T19:24:51.552Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2742026-06-22T19:24:51.834Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2752026-06-22T19:24:52.147Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2762026-06-22T19:24:53.152Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2772026-06-22T19:24:53.741Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2782026-06-22T19:24:53.749Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2792026-06-22T19:24:54.370Z Updating git repository `https://github.com/illumos/smf-rs`
2802026-06-22T19:24:56.279Z Downloading crates ...
2812026-06-22T19:24:56.310Z Downloaded digest v0.10.7
2822026-06-22T19:24:56.369Z Downloaded serde_core v1.0.228
2832026-06-22T19:24:56.369Z Downloaded zerofrom-derive v0.1.6
2842026-06-22T19:24:56.369Z Downloaded scroll v0.12.0
2852026-06-22T19:24:56.369Z Downloaded anstream v1.0.0
2862026-06-22T19:24:56.369Z Downloaded icu_normalizer v2.1.1
2872026-06-22T19:24:56.370Z Downloaded pretty-hex v0.4.1
2882026-06-22T19:24:56.370Z Downloaded thread-id v4.2.2
2892026-06-22T19:24:56.370Z Downloaded usdt v0.5.0
2902026-06-22T19:24:56.370Z Downloaded tabled v0.15.0
2912026-06-22T19:24:56.390Z Downloaded zerovec-derive v0.11.2
2922026-06-22T19:24:56.390Z Downloaded yoke-derive v0.8.1
2932026-06-22T19:24:56.390Z Downloaded utf8parse v0.2.2
2942026-06-22T19:24:56.390Z Downloaded usdt-macro v0.5.0
2952026-06-22T19:24:56.390Z Downloaded scroll_derive v0.12.1
2962026-06-22T19:24:56.390Z Downloaded percent-encoding v2.3.2
2972026-06-22T19:24:56.390Z Downloaded memmap v0.7.0
2982026-06-22T19:24:56.390Z Downloaded dtrace-parser v0.2.0
2992026-06-22T19:24:56.390Z Downloaded swrite v0.1.0
3002026-06-22T19:24:56.390Z Downloaded zerofrom v0.1.6
3012026-06-22T19:24:56.390Z Downloaded unicode-linebreak v0.1.5
3022026-06-22T19:24:56.390Z Downloaded icu_provider v2.1.1
3032026-06-22T19:24:56.390Z Downloaded fs-err v3.3.0
3042026-06-22T19:24:56.390Z Downloaded unicode-xid v0.2.6
3052026-06-22T19:24:56.390Z Downloaded toml_write v0.1.2
3062026-06-22T19:24:56.390Z Downloaded cargo_toml v0.21.0
3072026-06-22T19:24:56.390Z Downloaded block-buffer v0.10.4
3082026-06-22T19:24:56.390Z Downloaded typeid v1.0.3
3092026-06-22T19:24:56.390Z Downloaded utf8_iter v1.0.4
3102026-06-22T19:24:56.390Z Downloaded usdt-attr-macro v0.5.0
3112026-06-22T19:24:56.390Z Downloaded toml_datetime v0.6.11
3122026-06-22T19:24:56.390Z Downloaded form_urlencoded v1.2.2
3132026-06-22T19:24:56.390Z Downloaded proc-macro2 v1.0.106
3142026-06-22T19:24:56.390Z Downloaded itoa v1.0.17
3152026-06-22T19:24:56.390Z Downloaded generic-array v0.14.7
3162026-06-22T19:24:56.390Z Downloaded thiserror v2.0.18
3172026-06-22T19:24:56.390Z Downloaded ordered-float v2.10.1
3182026-06-22T19:24:56.390Z Downloaded macaddr v1.0.1
3192026-06-22T19:24:56.390Z Downloaded plain v0.2.3
3202026-06-22T19:24:56.390Z Downloaded is_terminal_polyfill v1.70.2
3212026-06-22T19:24:56.390Z Downloaded colorchoice v1.0.4
3222026-06-22T19:24:56.390Z Downloaded zmij v1.0.21
3232026-06-22T19:24:56.390Z Downloaded potential_utf v0.1.4
3242026-06-22T19:24:56.390Z Downloaded yoke v0.8.1
3252026-06-22T19:24:56.391Z Downloaded version_check v0.9.5
3262026-06-22T19:24:56.391Z Downloaded thiserror-impl v1.0.69
3272026-06-22T19:24:56.391Z Downloaded terminal_size v0.4.3
3282026-06-22T19:24:56.391Z Downloaded heck v0.5.0
3292026-06-22T19:24:56.391Z Downloaded thiserror-impl v2.0.18
3302026-06-22T19:24:56.400Z Downloaded errno v0.3.14
3312026-06-22T19:24:56.400Z Downloaded clap_lex v1.0.0
3322026-06-22T19:24:56.400Z Downloaded tinystr v0.8.2
3332026-06-22T19:24:56.400Z Downloaded thiserror v1.0.69
3342026-06-22T19:24:56.400Z Downloaded usdt-impl v0.5.0
3352026-06-22T19:24:56.400Z Downloaded proc-macro-error-attr v1.0.4
3362026-06-22T19:24:56.400Z Downloaded cargo_metadata v0.21.0
3372026-06-22T19:24:56.401Z Downloaded ucd-trie v0.1.7
3382026-06-22T19:24:56.401Z Downloaded serde-value v0.7.0
3392026-06-22T19:24:56.401Z Downloaded zerocopy-derive v0.7.35
3402026-06-22T19:24:56.401Z Downloaded writeable v0.6.2
3412026-06-22T19:24:56.842Z Downloaded unicode-ident v1.0.24
3422026-06-22T19:24:56.842Z Downloaded textwrap v0.16.2
3432026-06-22T19:24:56.843Z Downloaded stable_deref_trait v1.2.1
3442026-06-22T19:24:56.843Z Downloaded cpufeatures v0.2.17
3452026-06-22T19:24:56.843Z Downloaded cargo-platform v0.2.0
3462026-06-22T19:24:56.843Z Downloaded toml v0.8.23
3472026-06-22T19:24:56.876Z Downloaded tabled_derive v0.7.0
3482026-06-22T19:24:56.877Z Downloaded toml_edit v0.22.27
3492026-06-22T19:24:56.877Z Downloaded zerotrie v0.2.3
3502026-06-22T19:24:56.877Z Downloaded zerocopy v0.7.35
3512026-06-22T19:24:56.877Z Downloaded serde-untagged v0.1.9
3522026-06-22T19:24:56.877Z Downloaded typenum v1.19.0
3532026-06-22T19:24:56.877Z Downloaded url v2.5.8
3542026-06-22T19:24:56.877Z Downloaded icu_locale_core v2.1.1
3552026-06-22T19:24:56.877Z Downloaded heck v0.4.1
3562026-06-22T19:24:56.877Z Downloaded fastrand v2.3.0
3572026-06-22T19:24:56.877Z Downloaded equivalent v1.0.2
3582026-06-22T19:24:56.877Z Downloaded serde_tokenstream v0.2.3
3592026-06-22T19:24:56.877Z Downloaded crypto-common v0.1.7
3602026-06-22T19:24:56.877Z Downloaded cfg-if v1.0.4
3612026-06-22T19:24:56.877Z Downloaded idna_adapter v1.2.1
3622026-06-22T19:24:56.877Z Downloaded strsim v0.11.1
3632026-06-22T19:24:56.877Z Downloaded smawk v0.3.2
3642026-06-22T19:24:56.877Z Downloaded serde_spanned v0.6.9
3652026-06-22T19:24:56.877Z Downloaded synstructure v0.13.2
3662026-06-22T19:24:56.878Z Downloaded fnv v1.0.7
3672026-06-22T19:24:56.878Z Downloaded zerovec v0.11.5
3682026-06-22T19:24:56.878Z Downloaded erased-serde v0.4.9
3692026-06-22T19:24:56.878Z Downloaded anstyle v1.0.14
3702026-06-22T19:24:56.878Z Downloaded proc-macro-error v1.0.4
3712026-06-22T19:24:56.878Z Downloaded dof v0.3.0
3722026-06-22T19:24:56.878Z Downloaded sha2 v0.10.9
3732026-06-22T19:24:56.878Z Downloaded winnow v0.7.14
3742026-06-22T19:24:56.878Z Downloaded unicode-width v0.2.0
3752026-06-22T19:24:56.878Z Downloaded anstyle-query v1.1.5
3762026-06-22T19:24:56.878Z Downloaded displaydoc v0.2.5
3772026-06-22T19:24:56.878Z Downloaded unicode-width v0.1.14
3782026-06-22T19:24:56.878Z Downloaded semver v1.0.28
3792026-06-22T19:24:56.878Z Downloaded autocfg v1.5.0
3802026-06-22T19:24:56.878Z Downloaded anstyle-parse v1.0.0
3812026-06-22T19:24:56.878Z Downloaded quote v1.0.45
3822026-06-22T19:24:56.878Z Downloaded litemap v0.8.1
3832026-06-22T19:24:56.878Z Downloaded camino-tempfile v1.4.1
3842026-06-22T19:24:56.878Z Downloaded icu_collections v2.1.1
3852026-06-22T19:24:56.878Z Downloaded bytecount v0.6.9
3862026-06-22T19:24:56.878Z Downloaded bitflags v2.11.0
3872026-06-22T19:24:56.878Z Downloaded once_cell v1.21.3
3882026-06-22T19:24:56.878Z Downloaded anyhow v1.0.102
3892026-06-22T19:24:56.878Z Downloaded tempfile v3.25.0
3902026-06-22T19:24:56.879Z Downloaded smallvec v1.15.1
3912026-06-22T19:24:56.879Z Downloaded camino v1.2.2
3922026-06-22T19:24:56.879Z Downloaded byteorder v1.5.0
3932026-06-22T19:24:56.879Z Downloaded pest_generator v2.8.6
3942026-06-22T19:24:56.879Z Downloaded getrandom v0.4.1
3952026-06-22T19:24:56.879Z Downloaded icu_properties v2.1.2
3962026-06-22T19:24:56.879Z Downloaded num-traits v0.2.19
3972026-06-22T19:24:56.879Z Downloaded cargo-util-schemas v0.8.2
3982026-06-22T19:24:56.879Z Downloaded papergrid v0.11.0
3992026-06-22T19:24:56.879Z Downloaded log v0.4.29
4002026-06-22T19:24:56.879Z Downloaded clap_derive v4.6.1
4012026-06-22T19:24:56.879Z Downloaded clap v4.6.1
4022026-06-22T19:24:56.879Z Downloaded pest_meta v2.8.6
4032026-06-22T19:24:56.879Z Downloaded pest v2.8.6
4042026-06-22T19:24:56.879Z Downloaded pest_derive v2.8.6
4052026-06-22T19:24:56.879Z Downloaded serde_derive v1.0.228
4062026-06-22T19:24:56.879Z Downloaded icu_normalizer_data v2.1.1
4072026-06-22T19:24:56.879Z Downloaded serde v1.0.228
4082026-06-22T19:24:56.879Z Downloaded idna v1.1.0
4092026-06-22T19:24:56.879Z Downloaded hashbrown v0.17.0
4102026-06-22T19:24:56.879Z Downloaded memchr v2.8.0
4112026-06-22T19:24:56.879Z Downloaded indexmap v2.14.0
4122026-06-22T19:24:56.879Z Downloaded serde_json v1.0.149
4132026-06-22T19:24:56.879Z Downloaded icu_properties_data v2.1.2
4142026-06-22T19:24:56.879Z Downloaded clap_builder v4.6.0
4152026-06-22T19:24:56.879Z Downloaded goblin v0.8.2
4162026-06-22T19:24:56.880Z Downloaded syn v1.0.109
4172026-06-22T19:24:56.880Z Downloaded syn v2.0.117
4182026-06-22T19:24:56.880Z Downloaded rustix v1.1.3
4192026-06-22T19:24:56.880Z Downloaded libc v0.2.185
4202026-06-22T19:24:56.880Z Compiling proc-macro2 v1.0.106
4212026-06-22T19:24:56.880Z Compiling quote v1.0.45
4222026-06-22T19:24:56.880Z Compiling unicode-ident v1.0.24
4232026-06-22T19:24:56.880Z Compiling serde_core v1.0.228
4242026-06-22T19:24:56.880Z Compiling libc v0.2.185
4252026-06-22T19:24:56.880Z Compiling version_check v0.9.5
4262026-06-22T19:24:56.880Z Compiling serde v1.0.228
4272026-06-22T19:24:56.880Z Compiling stable_deref_trait v1.2.1
4282026-06-22T19:24:57.159Z Compiling memchr v2.8.0
4292026-06-22T19:24:57.213Z Compiling zmij v1.0.21
4302026-06-22T19:24:57.375Z Compiling thiserror v1.0.69
4312026-06-22T19:24:57.420Z Compiling autocfg v1.5.0
4322026-06-22T19:24:57.689Z Compiling ucd-trie v0.1.7
4332026-06-22T19:24:57.736Z Compiling itoa v1.0.17
4342026-06-22T19:24:58.232Z Compiling pest v2.8.6
4352026-06-22T19:24:58.283Z Compiling litemap v0.8.1
4362026-06-22T19:24:58.283Z Compiling writeable v0.6.2
4372026-06-22T19:24:58.283Z Compiling rustix v1.1.3
4382026-06-22T19:24:58.283Z Compiling icu_properties_data v2.1.2
4392026-06-22T19:24:58.283Z Compiling byteorder v1.5.0
4402026-06-22T19:24:58.283Z Compiling syn v2.0.117
4412026-06-22T19:24:58.340Z Compiling icu_normalizer_data v2.1.1
4422026-06-22T19:24:58.438Z Compiling errno v0.3.14
4432026-06-22T19:24:58.480Z Compiling bitflags v2.11.0
4442026-06-22T19:24:58.529Z Compiling serde_json v1.0.149
4452026-06-22T19:24:58.695Z Compiling num-traits v0.2.19
4462026-06-22T19:24:58.727Z Compiling equivalent v1.0.2
4472026-06-22T19:24:58.753Z Compiling smallvec v1.15.1
4482026-06-22T19:24:58.839Z Compiling typeid v1.0.3
4492026-06-22T19:24:58.948Z Compiling pest_meta v2.8.6
4502026-06-22T19:24:59.396Z Compiling hashbrown v0.17.0
4512026-06-22T19:24:59.416Z Compiling thread-id v4.2.2
4522026-06-22T19:24:59.416Z Compiling usdt-impl v0.5.0
4532026-06-22T19:24:59.416Z Compiling proc-macro-error-attr v1.0.4
4542026-06-22T19:24:59.416Z Compiling erased-serde v0.4.9
4552026-06-22T19:24:59.912Z Compiling syn v1.0.109
4562026-06-22T19:24:59.959Z Compiling toml_write v0.1.2
4572026-06-22T19:24:59.959Z Compiling indexmap v2.14.0
4582026-06-22T19:24:59.959Z Compiling winnow v0.7.14
4592026-06-22T19:24:59.992Z Compiling proc-macro-error v1.0.4
4602026-06-22T19:25:00.200Z Compiling camino v1.2.2
4612026-06-22T19:25:00.239Z Compiling utf8_iter v1.0.4
4622026-06-22T19:25:00.358Z Compiling getrandom v0.4.1
4632026-06-22T19:25:00.572Z Compiling plain v0.2.3
4642026-06-22T19:25:00.611Z Compiling log v0.4.29
4652026-06-22T19:25:00.612Z Compiling percent-encoding v2.3.2
4662026-06-22T19:25:00.662Z Compiling utf8parse v0.2.2
4672026-06-22T19:25:00.711Z Compiling thiserror v2.0.18
4682026-06-22T19:25:00.777Z Compiling anstyle-parse v1.0.0
4692026-06-22T19:25:00.830Z Compiling form_urlencoded v1.2.2
4702026-06-22T19:25:00.830Z Compiling ordered-float v2.10.1
4712026-06-22T19:25:00.932Z Compiling synstructure v0.13.2
4722026-06-22T19:25:00.962Z Compiling pest_generator v2.8.6
4732026-06-22T19:25:01.128Z Compiling terminal_size v0.4.3
4742026-06-22T19:25:01.274Z Compiling cfg-if v1.0.4
4752026-06-22T19:25:01.382Z Compiling anstyle-query v1.1.5
4762026-06-22T19:25:01.881Z Compiling pretty-hex v0.4.1
4772026-06-22T19:25:01.929Z Compiling anstyle v1.0.14
4782026-06-22T19:25:01.929Z Compiling colorchoice v1.0.4
4792026-06-22T19:25:01.929Z Compiling is_terminal_polyfill v1.70.2
4802026-06-22T19:25:01.929Z Compiling serde-untagged v0.1.9
4812026-06-22T19:25:01.929Z Compiling anstream v1.0.0
4822026-06-22T19:25:01.929Z Compiling semver v1.0.28
4832026-06-22T19:25:01.929Z Compiling fs-err v3.3.0
4842026-06-22T19:25:01.929Z Compiling heck v0.4.1
4852026-06-22T19:25:02.417Z Compiling strsim v0.11.1
4862026-06-22T19:25:02.450Z Compiling fnv v1.0.7
4872026-06-22T19:25:02.450Z Compiling bytecount v0.6.9
4882026-06-22T19:25:02.451Z Compiling once_cell v1.21.3
4892026-06-22T19:25:02.451Z Compiling unicode-xid v0.2.6
4902026-06-22T19:25:02.451Z Compiling clap_lex v1.0.0
4912026-06-22T19:25:02.451Z Compiling fastrand v2.3.0
4922026-06-22T19:25:02.451Z Compiling heck v0.5.0
4932026-06-22T19:25:02.451Z Compiling unicode-width v0.1.14
4942026-06-22T19:25:02.464Z Compiling anyhow v1.0.102
4952026-06-22T19:25:02.486Z Compiling tempfile v3.25.0
4962026-06-22T19:25:02.509Z Compiling clap_builder v4.6.0
4972026-06-22T19:25:02.677Z Compiling papergrid v0.11.0
4982026-06-22T19:25:02.717Z Compiling memmap v0.7.0
4992026-06-22T19:25:02.717Z Compiling serde_derive v1.0.228
5002026-06-22T19:25:02.753Z Compiling zerofrom-derive v0.1.6
5012026-06-22T19:25:02.864Z Compiling yoke-derive v0.8.1
5022026-06-22T19:25:03.323Z Compiling zerovec-derive v0.11.2
5032026-06-22T19:25:03.335Z Compiling displaydoc v0.2.5
5042026-06-22T19:25:03.856Z Compiling thiserror-impl v1.0.69
5052026-06-22T19:25:04.019Z Compiling zerocopy-derive v0.7.35
5062026-06-22T19:25:04.044Z Compiling pest_derive v2.8.6
5072026-06-22T19:25:04.123Z Compiling scroll_derive v0.12.1
5082026-06-22T19:25:04.579Z Compiling zerofrom v0.1.6
5092026-06-22T19:25:04.619Z Compiling yoke v0.8.1
5102026-06-22T19:25:04.619Z Compiling thiserror-impl v2.0.18
5112026-06-22T19:25:04.619Z Compiling zerovec v0.11.5
5122026-06-22T19:25:04.805Z Compiling zerotrie v0.2.3
5132026-06-22T19:25:04.868Z Compiling zerocopy v0.7.35
5142026-06-22T19:25:05.044Z Compiling tinystr v0.8.2
5152026-06-22T19:25:05.135Z Compiling potential_utf v0.1.4
5162026-06-22T19:25:05.757Z Compiling icu_locale_core v2.1.1
5172026-06-22T19:25:05.797Z Compiling dtrace-parser v0.2.0
5182026-06-22T19:25:05.797Z Compiling icu_collections v2.1.1
5192026-06-22T19:25:05.797Z Compiling scroll v0.12.0
5202026-06-22T19:25:05.797Z Compiling tabled_derive v0.7.0
5212026-06-22T19:25:05.797Z Compiling goblin v0.8.2
5222026-06-22T19:25:06.343Z Compiling icu_provider v2.1.1
5232026-06-22T19:25:06.381Z Compiling clap_derive v4.6.1
5242026-06-22T19:25:06.381Z Compiling unicode-linebreak v0.1.5
5252026-06-22T19:25:06.381Z Compiling serde_spanned v0.6.9
5262026-06-22T19:25:06.381Z Compiling toml_datetime v0.6.11
5272026-06-22T19:25:06.381Z Compiling icu_normalizer v2.1.1
5282026-06-22T19:25:06.381Z Compiling icu_properties v2.1.2
5292026-06-22T19:25:06.381Z Compiling dof v0.3.0
5302026-06-22T19:25:06.381Z Compiling serde_tokenstream v0.2.3
5312026-06-22T19:25:06.449Z Compiling toml_edit v0.22.27
5322026-06-22T19:25:06.518Z Compiling serde-value v0.7.0
5332026-06-22T19:25:06.637Z Compiling cargo-platform v0.2.0
5342026-06-22T19:25:06.742Z Compiling smawk v0.3.2
5352026-06-22T19:25:07.306Z Compiling unicode-width v0.2.0
5362026-06-22T19:25:07.738Z Compiling tabled v0.15.0
5372026-06-22T19:25:07.738Z Compiling macaddr v1.0.1
5382026-06-22T19:25:07.738Z Compiling idna_adapter v1.2.1
5392026-06-22T19:25:07.738Z Compiling textwrap v0.16.2
5402026-06-22T19:25:07.738Z Compiling idna v1.1.0
5412026-06-22T19:25:07.738Z Compiling usdt-attr-macro v0.5.0
5422026-06-22T19:25:07.753Z Compiling usdt-macro v0.5.0
5432026-06-22T19:25:07.753Z Compiling url v2.5.8
5442026-06-22T19:25:07.880Z Compiling clap v4.6.1
5452026-06-22T19:25:07.957Z Compiling toml v0.8.23
5462026-06-22T19:25:07.998Z Compiling camino-tempfile v1.4.1
5472026-06-22T19:25:08.333Z Compiling cargo-util-schemas v0.8.2
5482026-06-22T19:25:08.361Z Compiling cargo_toml v0.21.0
5492026-06-22T19:25:08.438Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5502026-06-22T19:25:08.585Z Compiling swrite v0.1.0
5512026-06-22T19:25:09.453Z Compiling usdt v0.5.0
5522026-06-22T19:25:09.492Z Compiling cargo_metadata v0.21.0
5532026-06-22T19:25:10.218Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5542026-06-22T19:25:12.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.60s
5552026-06-22T19:25:12.552Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5562026-06-22T19:25:13.042Z Downloading crates ...
5572026-06-22T19:25:13.115Z Downloaded ascii-canvas v3.0.0
5582026-06-22T19:25:13.128Z Downloaded assert_matches v1.5.0
5592026-06-22T19:25:13.140Z Downloaded async-bb8-diesel v0.2.1
5602026-06-22T19:25:13.140Z Downloaded cfg_aliases v0.2.1
5612026-06-22T19:25:13.140Z Downloaded cexpr v0.6.0
5622026-06-22T19:25:13.140Z Downloaded byte-wrapper v0.1.0
5632026-06-22T19:25:13.159Z Downloaded bitfield-struct v0.6.2
5642026-06-22T19:25:13.159Z Downloaded async-compression v0.4.41
5652026-06-22T19:25:13.159Z Downloaded cstr-argument v0.1.2
5662026-06-22T19:25:13.159Z Downloaded critical-section v1.2.0
5672026-06-22T19:25:13.159Z Downloaded bit-set v0.8.0
5682026-06-22T19:25:13.159Z Downloaded anstream v0.6.21
5692026-06-22T19:25:13.159Z Downloaded crossbeam-utils v0.8.21
5702026-06-22T19:25:13.190Z Downloaded crossbeam-epoch v0.9.18
5712026-06-22T19:25:13.190Z Downloaded crc-any v2.5.0
5722026-06-22T19:25:13.190Z Downloaded darling v0.23.0
5732026-06-22T19:25:13.190Z Downloaded cassowary v0.3.0
5742026-06-22T19:25:13.190Z Downloaded buf-list v1.1.2
5752026-06-22T19:25:13.191Z Downloaded csv-core v0.1.13
5762026-06-22T19:25:13.191Z Downloaded bit-vec v0.8.0
5772026-06-22T19:25:13.191Z Downloaded blowfish v0.9.1
5782026-06-22T19:25:13.191Z Downloaded bitflags v1.3.2
5792026-06-22T19:25:13.191Z Downloaded block-padding v0.3.3
5802026-06-22T19:25:13.191Z Downloaded daft v0.1.7
5812026-06-22T19:25:13.205Z Downloaded bitfield v0.19.4
5822026-06-22T19:25:13.205Z Downloaded cargo-platform v0.3.2
5832026-06-22T19:25:13.205Z Downloaded ctr v0.9.2
5842026-06-22T19:25:13.205Z Downloaded darling v0.20.11
5852026-06-22T19:25:13.205Z Downloaded daft-derive v0.1.7
5862026-06-22T19:25:13.205Z Downloaded cfg_aliases v0.1.1
5872026-06-22T19:25:13.205Z Downloaded async-recursion v1.1.1
5882026-06-22T19:25:13.205Z Downloaded darling_macro v0.23.0
5892026-06-22T19:25:13.205Z Downloaded ciborium-ll v0.2.2
5902026-06-22T19:25:13.206Z Downloaded aead v0.5.2
5912026-06-22T19:25:13.206Z Downloaded arrayref v0.3.9
5922026-06-22T19:25:13.206Z Downloaded bit-vec v0.6.3
5932026-06-22T19:25:13.206Z Downloaded diesel_table_macro_syntax v0.3.0
5942026-06-22T19:25:13.206Z Downloaded atomic-waker v1.1.2
5952026-06-22T19:25:13.206Z Downloaded darling_macro v0.20.11
5962026-06-22T19:25:13.206Z Downloaded deranged v0.5.8
5972026-06-22T19:25:13.249Z Downloaded des v0.8.1
5982026-06-22T19:25:13.249Z Downloaded darling_macro v0.21.3
5992026-06-22T19:25:13.249Z Downloaded cargo_metadata v0.23.1
6002026-06-22T19:25:13.249Z Downloaded colored v2.2.0
6012026-06-22T19:25:13.249Z Downloaded chacha20 v0.9.1
6022026-06-22T19:25:13.249Z Downloaded anstyle-parse v0.2.7
6032026-06-22T19:25:13.249Z Downloaded derive-where v1.6.0
6042026-06-22T19:25:13.249Z Downloaded embedded-io v0.6.1
6052026-06-22T19:25:13.249Z Downloaded bit-set v0.5.3
6062026-06-22T19:25:13.249Z Downloaded ciborium-io v0.2.2
6072026-06-22T19:25:13.249Z Downloaded defmt-macros v1.0.1
6082026-06-22T19:25:13.258Z Downloaded compression-core v0.4.31
6092026-06-22T19:25:13.258Z Downloaded castaway v0.2.4
6102026-06-22T19:25:13.258Z Downloaded bitfield-macros v0.19.4
6112026-06-22T19:25:13.258Z Downloaded array-init v0.0.4
6122026-06-22T19:25:13.258Z Downloaded derive_builder_macro v0.20.2
6132026-06-22T19:25:13.258Z Downloaded base16ct v0.2.0
6142026-06-22T19:25:13.258Z Downloaded defmt v0.3.100
6152026-06-22T19:25:13.258Z Downloaded debug-ignore v1.0.5
6162026-06-22T19:25:13.258Z Downloaded embedded-io v0.4.0
6172026-06-22T19:25:13.258Z Downloaded cobs v0.3.0
6182026-06-22T19:25:13.258Z Downloaded dropshot-api-manager-types v0.7.2
6192026-06-22T19:25:13.258Z Downloaded dirs-next v2.0.0
6202026-06-22T19:25:13.259Z Downloaded bb8 v0.8.6
6212026-06-22T19:25:13.259Z Downloaded cpufeatures v0.3.0
6222026-06-22T19:25:13.259Z Downloaded defmt-parser v1.0.0
6232026-06-22T19:25:13.259Z Downloaded crc8 v0.1.1
6242026-06-22T19:25:13.259Z Downloaded crunchy v0.2.4
6252026-06-22T19:25:13.259Z Downloaded derive-ex v0.1.8
6262026-06-22T19:25:13.259Z Downloaded darling v0.13.4
6272026-06-22T19:25:13.259Z Downloaded dirs-sys-next v0.1.2
6282026-06-22T19:25:13.259Z Downloaded float-cmp v0.10.0
6292026-06-22T19:25:13.259Z Downloaded crucible-workspace-hack v0.1.0
6302026-06-22T19:25:13.259Z Downloaded document-features v0.2.12
6312026-06-22T19:25:13.259Z Downloaded atty v0.2.14
6322026-06-22T19:25:13.259Z Downloaded crc v3.4.0
6332026-06-22T19:25:13.259Z Downloaded downcast-rs v2.0.2
6342026-06-22T19:25:13.259Z Downloaded atomicwrites v0.4.4
6352026-06-22T19:25:13.259Z Downloaded async-stream-impl v0.3.6
6362026-06-22T19:25:13.259Z Downloaded foreign-types v0.3.2
6372026-06-22T19:25:13.259Z Downloaded convert_case v0.4.0
6382026-06-22T19:25:13.259Z Downloaded foreign-types-shared v0.3.1
6392026-06-22T19:25:13.259Z Downloaded adler2 v2.0.1
6402026-06-22T19:25:13.259Z Downloaded foreign-types-shared v0.1.1
6412026-06-22T19:25:13.259Z Downloaded foreign-types v0.5.0
6422026-06-22T19:25:13.259Z Downloaded float-ord v0.3.2
6432026-06-22T19:25:13.311Z Downloaded enum-as-inner v0.6.1
6442026-06-22T19:25:13.311Z Downloaded fd-lock v4.0.4
6452026-06-22T19:25:13.311Z Downloaded dyn-clone v1.0.20
6462026-06-22T19:25:13.311Z Downloaded async-stream v0.3.6
6472026-06-22T19:25:13.311Z Downloaded camino-tempfile-ext v0.3.3
6482026-06-22T19:25:13.312Z Downloaded curve25519-dalek-derive v0.1.1
6492026-06-22T19:25:13.312Z Downloaded arrayvec v0.7.6
6502026-06-22T19:25:13.312Z Downloaded ciborium v0.2.2
6512026-06-22T19:25:13.349Z Downloaded bzip2 v0.6.1
6522026-06-22T19:25:13.349Z Downloaded bcrypt-pbkdf v0.10.0
6532026-06-22T19:25:13.349Z Downloaded fixedbitset v0.4.2
6542026-06-22T19:25:13.349Z Downloaded endian-type v0.1.2
6552026-06-22T19:25:13.349Z Downloaded foreign-types-macros v0.2.3
6562026-06-22T19:25:13.349Z Downloaded dtrace-parser v0.3.0
6572026-06-22T19:25:13.349Z Downloaded dof v0.4.0
6582026-06-22T19:25:13.349Z Downloaded darling_macro v0.13.4
6592026-06-22T19:25:13.349Z Downloaded blake2 v0.10.6
6602026-06-22T19:25:13.349Z Downloaded futures-sink v0.3.32
6612026-06-22T19:25:13.349Z Downloaded futures-macro v0.3.32
6622026-06-22T19:25:13.349Z Downloaded gethostname v0.5.0
6632026-06-22T19:25:13.349Z Downloaded fxhash v0.2.1
6642026-06-22T19:25:13.349Z Downloaded dsl_auto_type v0.2.0
6652026-06-22T19:25:13.349Z Downloaded git-stub v1.0.0
6662026-06-22T19:25:13.349Z Downloaded darling v0.21.3
6672026-06-22T19:25:13.350Z Downloaded globwalk v0.9.1
6682026-06-22T19:25:13.350Z Downloaded hex v0.4.3
6692026-06-22T19:25:13.350Z Downloaded flagset v0.4.7
6702026-06-22T19:25:13.350Z Downloaded display-error-chain v0.2.2
6712026-06-22T19:25:13.350Z Downloaded env_filter v1.0.0
6722026-06-22T19:25:13.350Z Downloaded crc-catalog v2.4.0
6732026-06-22T19:25:13.350Z Downloaded base64ct v1.8.3
6742026-06-22T19:25:13.350Z Downloaded ghash v0.5.1
6752026-06-22T19:25:13.350Z Downloaded futures-io v0.3.32
6762026-06-22T19:25:13.350Z Downloaded dunce v1.0.5
6772026-06-22T19:25:13.350Z Downloaded argon2 v0.5.3
6782026-06-22T19:25:13.350Z Downloaded cmake v0.1.57
6792026-06-22T19:25:13.350Z Downloaded der_derive v0.7.3
6802026-06-22T19:25:13.350Z Downloaded either v1.15.0
6812026-06-22T19:25:13.351Z Downloaded cipher v0.4.4
6822026-06-22T19:25:13.351Z Downloaded cbc v0.1.2
6832026-06-22T19:25:13.384Z Downloaded defmt v1.0.1
6842026-06-22T19:25:13.384Z Downloaded headers-core v0.3.0
6852026-06-22T19:25:13.384Z Downloaded compression-codecs v0.4.37
6862026-06-22T19:25:13.384Z Downloaded hash32 v0.3.1
6872026-06-22T19:25:13.384Z Downloaded futures-task v0.3.32
6882026-06-22T19:25:13.384Z Downloaded futures-core v0.3.32
6892026-06-22T19:25:13.384Z Downloaded convert_case v0.10.0
6902026-06-22T19:25:13.384Z Downloaded backoff v0.4.0
6912026-06-22T19:25:13.384Z Downloaded constant_time_eq v0.4.2
6922026-06-22T19:25:13.384Z Downloaded ecdsa v0.16.9
6932026-06-22T19:25:13.384Z Downloaded foldhash v0.1.5
6942026-06-22T19:25:13.384Z Downloaded derive_builder_core v0.20.2
6952026-06-22T19:25:13.384Z Downloaded colored v3.1.1
6962026-06-22T19:25:13.384Z Downloaded filetime v0.2.27
6972026-06-22T19:25:13.384Z Downloaded clang-sys v1.8.1
6982026-06-22T19:25:13.384Z Downloaded fallible-iterator v0.2.0
6992026-06-22T19:25:13.385Z Downloaded diesel-dtrace v0.5.0
7002026-06-22T19:25:13.385Z Downloaded data-encoding v2.10.0
7012026-06-22T19:25:13.385Z Downloaded cc v1.2.56
7022026-06-22T19:25:13.385Z Downloaded find-msvc-tools v0.1.9
7032026-06-22T19:25:13.385Z Downloaded hostname v0.3.1
7042026-06-22T19:25:13.385Z Downloaded ff v0.13.1
7052026-06-22T19:25:13.385Z Downloaded env_logger v0.11.9
7062026-06-22T19:25:13.385Z Downloaded ena v0.14.4
7072026-06-22T19:25:13.385Z Downloaded crc32fast v1.5.0
7082026-06-22T19:25:13.385Z Downloaded bzip2 v0.4.4
7092026-06-22T19:25:13.385Z Downloaded ahash v0.8.12
7102026-06-22T19:25:13.385Z Downloaded hubpack_derive v0.1.1
7112026-06-22T19:25:13.385Z Downloaded httpdate v1.0.3
7122026-06-22T19:25:13.385Z Downloaded http-body v1.0.1
7132026-06-22T19:25:13.385Z Downloaded fs_extra v1.3.0
7142026-06-22T19:25:13.385Z Downloaded hostname v0.4.2
7152026-06-22T19:25:13.385Z Downloaded hex-literal v0.4.1
7162026-06-22T19:25:13.414Z Downloaded fs-err v2.11.0
7172026-06-22T19:25:13.414Z Downloaded corncobs v0.1.4
7182026-06-22T19:25:13.414Z Downloaded bcs v0.1.6
7192026-06-22T19:25:13.414Z Downloaded http-range v0.1.5
7202026-06-22T19:25:13.414Z Downloaded group v0.13.0
7212026-06-22T19:25:13.414Z Downloaded hubpack v0.1.2
7222026-06-22T19:25:13.414Z Downloaded home v0.5.12
7232026-06-22T19:25:13.414Z Downloaded hash32 v0.2.1
7242026-06-22T19:25:13.414Z Downloaded chacha20 v0.10.0
7252026-06-22T19:25:13.414Z Downloaded cancel-safe-futures v0.1.5
7262026-06-22T19:25:13.414Z Downloaded crossbeam-deque v0.8.6
7272026-06-22T19:25:13.414Z Downloaded funty v2.0.0
7282026-06-22T19:25:13.414Z Downloaded async-trait v0.1.89
7292026-06-22T19:25:13.414Z Downloaded fixedbitset v0.5.7
7302026-06-22T19:25:13.414Z Downloaded ident_case v1.0.1
7312026-06-22T19:25:13.414Z Downloaded derive_builder v0.20.2
7322026-06-22T19:25:13.414Z Downloaded erased-serde v0.3.31
7332026-06-22T19:25:13.414Z Downloaded ed25519 v2.2.3
7342026-06-22T19:25:13.414Z Downloaded cookie_store v0.22.1
7352026-06-22T19:25:13.414Z Downloaded illumos-nvpair-sys v0.2.0
7362026-06-22T19:25:13.414Z Downloaded const_format_proc_macros v0.2.34
7372026-06-22T19:25:13.414Z Downloaded console v0.16.2
7382026-06-22T19:25:13.452Z Downloaded backon v1.6.0
7392026-06-22T19:25:13.452Z Downloaded hyper-tls v0.6.0
7402026-06-22T19:25:13.452Z Downloaded cookie v0.18.1
7412026-06-22T19:25:13.452Z Downloaded bumpalo v3.20.2
7422026-06-22T19:25:13.452Z Downloaded futures-executor v0.3.32
7432026-06-22T19:25:13.452Z Downloaded diff v0.1.13
7442026-06-22T19:25:13.452Z Downloaded darling_core v0.13.4
7452026-06-22T19:25:13.452Z Downloaded difflib v0.4.0
7462026-06-22T19:25:13.452Z Downloaded inout v0.1.4
7472026-06-22T19:25:13.452Z Downloaded highway v1.3.0
7482026-06-22T19:25:13.452Z Downloaded illumos-nvpair v0.3.0
7492026-06-22T19:25:13.452Z Downloaded lazy_static v1.5.0
7502026-06-22T19:25:13.453Z Downloaded derive_more v0.99.20
7512026-06-22T19:25:13.453Z Downloaded getrandom v0.2.17
7522026-06-22T19:25:13.453Z Downloaded foldhash v0.2.0
7532026-06-22T19:25:13.453Z Downloaded indent_write v2.2.0
7542026-06-22T19:25:13.477Z Downloaded http-body-util v0.1.3
7552026-06-22T19:25:13.477Z Downloaded glob v0.3.3
7562026-06-22T19:25:13.477Z Downloaded darling_core v0.23.0
7572026-06-22T19:25:13.477Z Downloaded globset v0.4.18
7582026-06-22T19:25:13.477Z Downloaded lru-slab v0.1.2
7592026-06-22T19:25:13.477Z Downloaded instant v0.1.13
7602026-06-22T19:25:13.478Z Downloaded darling_core v0.21.3
7612026-06-22T19:25:13.478Z Downloaded lru-cache v0.1.2
7622026-06-22T19:25:13.478Z Downloaded libscf-sys v1.1.0
7632026-06-22T19:25:13.478Z Downloaded humantime v2.3.0
7642026-06-22T19:25:13.478Z Downloaded half v1.8.3
7652026-06-22T19:25:13.478Z Downloaded hyper-staticfile v0.10.1
7662026-06-22T19:25:13.478Z Downloaded futures-channel v0.3.32
7672026-06-22T19:25:13.478Z Downloaded linked-hash-map v0.5.6
7682026-06-22T19:25:13.478Z Downloaded git-stub-vcs v0.1.0
7692026-06-22T19:25:13.478Z Downloaded drift v0.2.0
7702026-06-22T19:25:13.478Z Downloaded maybe-uninit v2.0.0
7712026-06-22T19:25:13.479Z Downloaded managed v0.8.0
7722026-06-22T19:25:13.479Z Downloaded maplit v1.0.2
7732026-06-22T19:25:13.479Z Downloaded memoffset v0.9.1
7742026-06-22T19:25:13.479Z Downloaded match_cfg v0.1.0
7752026-06-22T19:25:13.479Z Downloaded lru v0.12.5
7762026-06-22T19:25:13.479Z Downloaded indoc v1.0.9
7772026-06-22T19:25:13.479Z Downloaded is_ci v1.2.0
7782026-06-22T19:25:13.511Z Downloaded lzss v0.8.2
7792026-06-22T19:25:13.512Z Downloaded keccak v0.1.6
7802026-06-22T19:25:13.512Z Downloaded ipnet v2.11.0
7812026-06-22T19:25:13.512Z Downloaded console v0.15.11
7822026-06-22T19:25:13.512Z Downloaded ingot-types v0.1.2
7832026-06-22T19:25:13.512Z Downloaded chacha20poly1305 v0.10.1
7842026-06-22T19:25:13.512Z Downloaded allocator-api2 v0.2.21
7852026-06-22T19:25:13.512Z Downloaded elliptic-curve v0.13.8
7862026-06-22T19:25:13.512Z Downloaded kstat-rs v0.2.4
7872026-06-22T19:25:13.512Z Downloaded multimap v0.10.1
7882026-06-22T19:25:13.512Z Downloaded md5 v0.7.0
7892026-06-22T19:25:13.512Z Downloaded internet-checksum v0.2.1
7902026-06-22T19:25:13.512Z Downloaded lalrpop-util v0.19.12
7912026-06-22T19:25:13.512Z Downloaded is-terminal v0.4.17
7922026-06-22T19:25:13.512Z Downloaded ingot v0.1.1
7932026-06-22T19:25:13.512Z Downloaded newtype-uuid-macros v0.1.0
7942026-06-22T19:25:13.512Z Downloaded instability v0.3.11
7952026-06-22T19:25:13.512Z Downloaded nibble_vec v0.1.0
7962026-06-22T19:25:13.512Z Downloaded num v0.4.3
7972026-06-22T19:25:13.536Z Downloaded normalize-line-endings v0.3.0
7982026-06-22T19:25:13.536Z Downloaded newtype_derive v0.1.6
7992026-06-22T19:25:13.536Z Downloaded newline-converter v0.3.0
8002026-06-22T19:25:13.536Z Downloaded new_debug_unreachable v1.0.6
8012026-06-22T19:25:13.536Z Downloaded num-derive v0.3.3
8022026-06-22T19:25:13.536Z Downloaded getrandom v0.3.4
8032026-06-22T19:25:13.536Z Downloaded libloading v0.8.9
8042026-06-22T19:25:13.536Z Downloaded derive_more v2.1.1
8052026-06-22T19:25:13.536Z Downloaded num-derive v0.4.2
8062026-06-22T19:25:13.536Z Downloaded num-conv v0.2.0
8072026-06-22T19:25:13.536Z Downloaded hyper-rustls v0.27.7
8082026-06-22T19:25:13.536Z Downloaded num-iter v0.1.45
8092026-06-22T19:25:13.536Z Downloaded num_enum_derive v0.5.11
8102026-06-22T19:25:13.536Z Downloaded nonempty v0.12.0
8112026-06-22T19:25:13.536Z Downloaded fatfs v0.3.6
8122026-06-22T19:25:13.536Z Downloaded httparse v1.10.1
8132026-06-22T19:25:13.537Z Downloaded hmac v0.12.1
8142026-06-22T19:25:13.537Z Downloaded libsw v3.5.0
8152026-06-22T19:25:13.537Z Downloaded impl-trait-for-tuples v0.2.3
8162026-06-22T19:25:13.537Z Downloaded libsw-core v0.3.2
8172026-06-22T19:25:13.537Z Downloaded futures v0.3.32
8182026-06-22T19:25:13.967Z Downloaded linear-map v1.2.0
8192026-06-22T19:25:13.967Z Downloaded arc-swap v1.8.2
8202026-06-22T19:25:13.967Z Downloaded mime_guess v2.0.5
8212026-06-22T19:25:13.967Z Downloaded flume v0.11.1
8222026-06-22T19:25:13.967Z Downloaded mime v0.3.17
8232026-06-22T19:25:13.967Z Downloaded base64 v0.22.1
8242026-06-22T19:25:13.967Z Downloaded opaque-debug v0.3.1
8252026-06-22T19:25:13.967Z Downloaded ingot-macros v0.1.1
8262026-06-22T19:25:13.967Z Downloaded iana-time-zone v0.1.65
8272026-06-22T19:25:13.967Z Downloaded olpc-cjson v0.1.4
8282026-06-22T19:25:13.967Z Downloaded half v2.7.1
8292026-06-22T19:25:13.967Z Downloaded native-tls v0.2.18
8302026-06-22T19:25:13.967Z Downloaded indoc v2.0.7
8312026-06-22T19:25:13.967Z Downloaded newtype-uuid v1.3.2
8322026-06-22T19:25:13.967Z Downloaded md-5 v0.10.6
8332026-06-22T19:25:13.967Z Downloaded openssl-probe v0.2.1
8342026-06-22T19:25:13.967Z Downloaded openssl-probe v0.1.6
8352026-06-22T19:25:13.967Z Downloaded openssl-macros v0.1.1
8362026-06-22T19:25:13.967Z Downloaded libefi-sys v0.1.0
8372026-06-22T19:25:13.967Z Downloaded jobserver v0.1.34
8382026-06-22T19:25:13.997Z Downloaded darling_core v0.20.11
8392026-06-22T19:25:13.997Z Downloaded multer v3.1.0
8402026-06-22T19:25:13.997Z Downloaded compact_str v0.8.1
8412026-06-22T19:25:13.997Z Downloaded nu-ansi-term v0.50.3
8422026-06-22T19:25:13.997Z Downloaded oso-derive v0.27.3
8432026-06-22T19:25:13.997Z Downloaded const-oid v0.9.6
8442026-06-22T19:25:13.997Z Downloaded bytes v1.11.1
8452026-06-22T19:25:13.997Z Downloaded dropshot_endpoint v0.17.0
8462026-06-22T19:25:13.997Z Downloaded num-complex v0.4.6
8472026-06-22T19:25:13.997Z Downloaded pbkdf2 v0.11.0
8482026-06-22T19:25:13.997Z Downloaded path-slash v0.1.5
8492026-06-22T19:25:13.998Z Downloaded lock_api v0.4.14
8502026-06-22T19:25:13.998Z Downloaded parse-display v0.10.0
8512026-06-22T19:25:13.998Z Downloaded packed_struct_codegen v0.10.1
8522026-06-22T19:25:13.998Z Downloaded parse-size v1.1.0
8532026-06-22T19:25:13.998Z Downloaded num_threads v0.1.7
8542026-06-22T19:25:13.998Z Downloaded num_enum_derive v0.7.6
8552026-06-22T19:25:13.998Z Downloaded num_enum v0.5.11
8562026-06-22T19:25:13.998Z Downloaded phf_shared v0.11.3
8572026-06-22T19:25:13.998Z Downloaded pin-utils v0.1.0
8582026-06-22T19:25:13.998Z Downloaded crossbeam-channel v0.5.15
8592026-06-22T19:25:13.998Z Downloaded owo-colors v4.3.0
8602026-06-22T19:25:13.998Z Downloaded num_enum v0.7.6
8612026-06-22T19:25:13.998Z Downloaded base64 v0.21.7
8622026-06-22T19:25:13.998Z Downloaded num-rational v0.4.2
8632026-06-22T19:25:13.998Z Downloaded num-integer v0.1.46
8642026-06-22T19:25:13.998Z Downloaded crypto-bigint v0.5.5
8652026-06-22T19:25:13.998Z Downloaded nodrop v0.1.14
8662026-06-22T19:25:13.998Z Downloaded phf_shared v0.13.1
8672026-06-22T19:25:13.998Z Downloaded powerfmt v0.2.0
8682026-06-22T19:25:13.998Z Downloaded der v0.7.10
8692026-06-22T19:25:13.998Z Downloaded oxnet v0.1.6
8702026-06-22T19:25:13.998Z Downloaded litrs v1.0.0
8712026-06-22T19:25:13.998Z Downloaded parse-display-derive v0.10.0
8722026-06-22T19:25:13.998Z Downloaded packed_struct v0.10.1
8732026-06-22T19:25:13.998Z Downloaded predicates-core v1.0.10
8742026-06-22T19:25:13.998Z Downloaded parking_lot_core v0.8.6
8752026-06-22T19:25:13.998Z Downloaded flate2 v1.1.9
8762026-06-22T19:25:13.998Z Downloaded password-hash v0.4.2
8772026-06-22T19:25:13.998Z Downloaded heapless v0.8.0
8782026-06-22T19:25:13.998Z Downloaded pbkdf2 v0.12.2
8792026-06-22T19:25:13.998Z Downloaded peg v0.8.5
8802026-06-22T19:25:13.998Z Downloaded heapless v0.7.17
8812026-06-22T19:25:13.998Z Downloaded headers v0.4.1
8822026-06-22T19:25:13.998Z Downloaded proc-macro-error-attr2 v2.0.0
8832026-06-22T19:25:13.998Z Downloaded ipnetwork v0.21.1
8842026-06-22T19:25:13.998Z Downloaded proc-macro-crate v1.3.1
8852026-06-22T19:25:13.998Z Downloaded memmap2 v0.9.10
8862026-06-22T19:25:13.999Z Downloaded progenitor-client v0.14.0
8872026-06-22T19:25:13.999Z Downloaded pem v3.0.6
8882026-06-22T19:25:13.999Z Downloaded omicron-zone-package v0.12.2
8892026-06-22T19:25:13.999Z Downloaded phf_shared v0.12.1
8902026-06-22T19:25:13.999Z Downloaded progenitor-macro v0.13.0
8912026-06-22T19:25:13.999Z Downloaded ed25519-dalek v2.2.0
8922026-06-22T19:25:13.999Z Downloaded parking_lot v0.12.5
8932026-06-22T19:25:13.999Z Downloaded expectorate v1.2.0
8942026-06-22T19:25:13.999Z Downloaded nanorand v0.7.0
8952026-06-22T19:25:13.999Z Downloaded oxide-tokio-rt v0.1.4
8962026-06-22T19:25:13.999Z Downloaded progenitor-macro v0.14.0
8972026-06-22T19:25:13.999Z Downloaded quick-error v1.2.3
8982026-06-22T19:25:13.999Z Downloaded proc-macro-crate v3.4.0
8992026-06-22T19:25:13.999Z Downloaded radium v0.7.0
9002026-06-22T19:25:13.999Z Downloaded paste v1.0.15
9012026-06-22T19:25:13.999Z Downloaded rand_chacha v0.3.1
9022026-06-22T19:25:13.999Z Downloaded rand_xorshift v0.4.0
9032026-06-22T19:25:13.999Z Downloaded polyval v0.6.2
9042026-06-22T19:25:13.999Z Downloaded ignore v0.4.25
9052026-06-22T19:25:13.999Z Downloaded peg-runtime v0.8.5
9062026-06-22T19:25:13.999Z Downloaded password-hash v0.5.0
9072026-06-22T19:25:13.999Z Downloaded ar_archive_writer v0.5.1
9082026-06-22T19:25:13.999Z Downloaded pem-rfc7468 v0.7.0
9092026-06-22T19:25:13.999Z Downloaded recursive v0.1.1
9102026-06-22T19:25:13.999Z Downloaded phf v0.13.1
9112026-06-22T19:25:13.999Z Downloaded pkg-config v0.3.32
9122026-06-22T19:25:13.999Z Downloaded pkcs8 v0.10.2
9132026-06-22T19:25:13.999Z Downloaded parking_lot_core v0.9.12
9142026-06-22T19:25:13.999Z Downloaded primeorder v0.13.6
9152026-06-22T19:25:13.999Z Downloaded pin-project-internal v1.1.11
9162026-06-22T19:25:13.999Z Downloaded predicates v3.1.4
9172026-06-22T19:25:13.999Z Downloaded ref-cast-impl v1.0.25
9182026-06-22T19:25:13.999Z Downloaded poly1305 v0.8.0
9192026-06-22T19:25:13.999Z Downloaded postgres-protocol v0.6.10
9202026-06-22T19:25:13.999Z Downloaded parking_lot v0.11.2
9212026-06-22T19:25:13.999Z Downloaded progenitor-extras v0.2.0
9222026-06-22T19:25:13.999Z Downloaded pkcs5 v0.7.1
9232026-06-22T19:25:14.000Z Downloaded jiff-static v0.2.21
9242026-06-22T19:25:14.000Z Downloaded diesel_derives v2.3.7
9252026-06-22T19:25:14.000Z Downloaded hickory-resolver v0.25.2
9262026-06-22T19:25:14.000Z Downloaded derive_more-impl v2.1.1
9272026-06-22T19:25:14.000Z Downloaded libbz2-rs-sys v0.2.2
9282026-06-22T19:25:14.000Z Downloaded rfc6979 v0.4.0
9292026-06-22T19:25:14.000Z Downloaded progenitor v0.14.0
9302026-06-22T19:25:14.000Z Downloaded predicates-tree v1.0.13
9312026-06-22T19:25:14.000Z Downloaded russh-cryptovec v0.7.3
9322026-06-22T19:25:14.000Z Downloaded rtoolbox v0.0.3
9332026-06-22T19:25:14.000Z Downloaded progenitor-client v0.13.0
9342026-06-22T19:25:14.000Z Downloaded hashbrown v0.12.3
9352026-06-22T19:25:14.000Z Downloaded precomputed-hash v0.1.1
9362026-06-22T19:25:14.000Z Downloaded rand_core v0.6.4
9372026-06-22T19:25:14.000Z Downloaded phf v0.12.1
9382026-06-22T19:25:14.026Z Downloaded psm v0.1.30
9392026-06-22T19:25:14.026Z Downloaded progenitor v0.13.0
9402026-06-22T19:25:14.027Z Downloaded rustc_version v0.4.1
9412026-06-22T19:25:14.027Z Downloaded rustc_version v0.1.7
9422026-06-22T19:25:14.027Z Downloaded rand_seeder v0.4.0
9432026-06-22T19:25:14.027Z Downloaded rand_chacha v0.9.0
9442026-06-22T19:25:14.027Z Downloaded ppv-lite86 v0.2.21
9452026-06-22T19:25:14.027Z Downloaded resolv-conf v0.7.6
9462026-06-22T19:25:14.027Z Downloaded indicatif v0.18.4
9472026-06-22T19:25:14.027Z Downloaded pkcs1 v0.7.5
9482026-06-22T19:25:14.027Z Downloaded pin-project-lite v0.2.17
9492026-06-22T19:25:14.027Z Downloaded quinn-udp v0.5.14
9502026-06-22T19:25:14.027Z Downloaded psl-types v2.0.11
9512026-06-22T19:25:14.027Z Downloaded openssl-sys v0.9.115
9522026-06-22T19:25:14.027Z Downloaded r2d2 v0.8.10
9532026-06-22T19:25:14.027Z Downloaded hashbrown v0.13.2
9542026-06-22T19:25:14.027Z Downloaded const_format v0.2.35
9552026-06-22T19:25:14.027Z Downloaded postcard v1.1.3
9562026-06-22T19:25:14.027Z Downloaded crossterm v0.29.0
9572026-06-22T19:25:14.028Z Downloaded oso v0.27.3
9582026-06-22T19:25:14.028Z Downloaded aes v0.8.4
9592026-06-22T19:25:14.028Z Downloaded p256 v0.13.2
9602026-06-22T19:25:14.028Z Downloaded salsa20 v0.10.2
9612026-06-22T19:25:14.028Z Downloaded sapling-renderdag v0.1.0
9622026-06-22T19:25:14.028Z Downloaded rustc-hash v2.1.1
9632026-06-22T19:25:14.028Z Downloaded papergrid v0.17.0
9642026-06-22T19:25:14.028Z Downloaded indexmap v1.9.3
9652026-06-22T19:25:14.028Z Downloaded scheduled-thread-pool v0.2.7
9662026-06-22T19:25:14.028Z Downloaded ref-cast v1.0.25
9672026-06-22T19:25:14.029Z Downloaded postgres-types v0.2.12
9682026-06-22T19:25:14.029Z Downloaded recursive-proc-macro-impl v0.1.1
9692026-06-22T19:25:14.029Z Downloaded hickory-resolver v0.24.4
9702026-06-22T19:25:14.030Z Downloaded miniz_oxide v0.8.9
9712026-06-22T19:25:14.030Z Downloaded secrecy v0.10.3
9722026-06-22T19:25:14.030Z Downloaded secrecy v0.8.0
9732026-06-22T19:25:14.030Z Downloaded peg-macros v0.8.5
9742026-06-22T19:25:14.030Z Downloaded itertools v0.10.5
9752026-06-22T19:25:14.030Z Downloaded seq-macro v0.3.6
9762026-06-22T19:25:14.030Z Downloaded same-file v1.0.6
9772026-06-22T19:25:14.030Z Downloaded serde_urlencoded v0.7.1
9782026-06-22T19:25:14.030Z Downloaded rand_core v0.9.5
9792026-06-22T19:25:14.030Z Downloaded rustls-pemfile v2.2.0
9802026-06-22T19:25:14.030Z Downloaded rustls-pemfile v1.0.4
9812026-06-22T19:25:14.030Z Downloaded hyper-util v0.1.20
9822026-06-22T19:25:14.030Z Downloaded serde_spanned v1.0.4
9832026-06-22T19:25:14.030Z Downloaded semver v0.1.20
9842026-06-22T19:25:14.030Z Downloaded pin-project v1.1.11
9852026-06-22T19:25:14.030Z Downloaded signal-hook-tokio v0.3.1
9862026-06-22T19:25:14.031Z Downloaded sigpipe v0.1.3
9872026-06-22T19:25:14.031Z Downloaded scrypt v0.11.0
9882026-06-22T19:25:14.031Z Downloaded scopeguard v1.2.0
9892026-06-22T19:25:14.031Z Downloaded serde_bytes v0.11.19
9902026-06-22T19:25:14.031Z Downloaded prettyplease v0.2.37
9912026-06-22T19:25:14.031Z Downloaded siphasher v1.0.2
9922026-06-22T19:25:14.031Z Downloaded signal-hook-mio v0.2.5
9932026-06-22T19:25:14.031Z Downloaded slog-envlogger v2.2.0
9942026-06-22T19:25:14.031Z Downloaded crossterm v0.28.1
9952026-06-22T19:25:14.031Z Downloaded schemars_derive v0.8.22
9962026-06-22T19:25:14.031Z Downloaded hickory-server v0.25.2
9972026-06-22T19:25:14.031Z Downloaded hashbrown v0.15.5
9982026-06-22T19:25:14.031Z Downloaded rustversion v1.0.22
9992026-06-22T19:25:14.031Z Downloaded serde_plain v1.0.2
10002026-06-22T19:25:14.031Z Downloaded http v1.4.0
10012026-06-22T19:25:14.031Z Downloaded dropshot-api-manager v0.7.2
10022026-06-22T19:25:14.032Z Downloaded proc-macro-error2 v2.0.1
10032026-06-22T19:25:14.032Z Downloaded serde_path_to_error v0.1.20
10042026-06-22T19:25:14.032Z Downloaded serde_derive_internals v0.29.1
10052026-06-22T19:25:14.032Z Downloaded serde-hex v0.1.0
10062026-06-22T19:25:14.032Z Downloaded nom v7.1.3
10072026-06-22T19:25:14.032Z Downloaded num-bigint v0.4.6
10082026-06-22T19:25:14.032Z Downloaded sha1 v0.10.6
10092026-06-22T19:25:14.032Z Downloaded serde_repr v0.1.20
10102026-06-22T19:25:14.032Z Downloaded progenitor-impl v0.13.0
10112026-06-22T19:25:14.032Z Downloaded strip-ansi-escapes v0.2.1
10122026-06-22T19:25:14.032Z Downloaded rusty-fork v0.3.1
10132026-06-22T19:25:14.032Z Downloaded rustls-pki-types v1.14.0
10142026-06-22T19:25:14.032Z Downloaded serde-big-array v0.5.1
10152026-06-22T19:25:14.033Z Downloaded rand_core v0.10.0
10162026-06-22T19:25:14.033Z Downloaded scroll v0.13.0
10172026-06-22T19:25:14.033Z Downloaded sqlparser_derive v0.5.0
10182026-06-22T19:25:14.033Z Downloaded shell-words v1.1.1
10192026-06-22T19:25:14.033Z Downloaded aes-gcm v0.10.3
10202026-06-22T19:25:14.033Z Downloaded rcgen v0.12.1
10212026-06-22T19:25:14.033Z Downloaded ssh-cipher v0.2.0
10222026-06-22T19:25:14.033Z Downloaded serde_with_macros v1.5.2
10232026-06-22T19:25:14.033Z Downloaded strum v0.27.2
10242026-06-22T19:25:14.033Z Downloaded strum v0.26.3
10252026-06-22T19:25:14.033Z Downloaded structmeta-derive v0.3.0
10262026-06-22T19:25:14.033Z Downloaded simd-adler32 v0.3.8
10272026-06-22T19:25:14.033Z Downloaded blake3 v1.8.3
10282026-06-22T19:25:14.033Z Downloaded rustls-native-certs v0.8.3
10292026-06-22T19:25:14.033Z Downloaded pretty_assertions v1.4.1
10302026-06-22T19:25:14.033Z Downloaded signal-hook-registry v1.4.8
10312026-06-22T19:25:14.033Z Downloaded signature v2.2.0
10322026-06-22T19:25:14.033Z Downloaded subtle v2.6.1
10332026-06-22T19:25:14.033Z Downloaded strsim v0.10.0
10342026-06-22T19:25:14.033Z Downloaded prefix-trie v0.7.0
10352026-06-22T19:25:14.033Z Downloaded slog-stdlog v4.1.1
10362026-06-22T19:25:14.033Z Downloaded slog-json v2.6.1
10372026-06-22T19:25:14.033Z Downloaded russh-keys v0.45.0
10382026-06-22T19:25:14.053Z Downloaded structmeta v0.3.0
10392026-06-22T19:25:14.053Z Downloaded slog-dtrace v0.3.0
10402026-06-22T19:25:14.053Z Downloaded slog-async v2.8.0
10412026-06-22T19:25:14.053Z Downloaded sec1 v0.7.3
10422026-06-22T19:25:14.053Z Downloaded slog-term v2.9.2
10432026-06-22T19:25:14.053Z Downloaded tagptr v0.2.0
10442026-06-22T19:25:14.053Z Downloaded sync_wrapper v1.0.2
10452026-06-22T19:25:14.053Z Downloaded supports-color v3.0.2
10462026-06-22T19:25:14.053Z Downloaded scroll_derive v0.13.1
10472026-06-22T19:25:14.054Z Downloaded take_mut v0.2.2
10482026-06-22T19:25:14.054Z Downloaded slog-scope v4.4.1
10492026-06-22T19:25:14.054Z Downloaded minimal-lexical v0.2.1
10502026-06-22T19:25:14.054Z Downloaded rayon-core v1.13.0
10512026-06-22T19:25:14.054Z Downloaded sct v0.7.1
10522026-06-22T19:25:14.054Z Downloaded itertools v0.13.0
10532026-06-22T19:25:14.054Z Downloaded slog-bunyan v2.5.0
10542026-06-22T19:25:14.054Z Downloaded itertools v0.12.1
10552026-06-22T19:25:14.054Z Downloaded shlex v1.3.0
10562026-06-22T19:25:14.054Z Downloaded ssh-encoding v0.2.0
10572026-06-22T19:25:14.054Z Downloaded static_assertions v1.1.0
10582026-06-22T19:25:14.054Z Downloaded stacker v0.1.23
10592026-06-22T19:25:14.054Z Downloaded hashbrown v0.16.1
10602026-06-22T19:25:14.054Z Downloaded smf v0.2.3
10612026-06-22T19:25:14.054Z Downloaded snafu-derive v0.8.9
10622026-06-22T19:25:14.054Z Downloaded strum_macros v0.24.3
10632026-06-22T19:25:14.054Z Downloaded stringprep v0.1.5
10642026-06-22T19:25:14.054Z Downloaded tabled_derive v0.11.0
10652026-06-22T19:25:14.054Z Downloaded termtree v0.5.1
10662026-06-22T19:25:14.054Z Downloaded string_cache v0.8.9
10672026-06-22T19:25:14.055Z Downloaded tabwriter v1.4.1
10682026-06-22T19:25:14.055Z Downloaded tinyvec_macros v0.1.1
10692026-06-22T19:25:14.055Z Downloaded thiserror-impl-no-std v2.0.2
10702026-06-22T19:25:14.055Z Downloaded serde_with_macros v3.17.0
10712026-06-22T19:25:14.055Z Downloaded tap v1.0.1
10722026-06-22T19:25:14.055Z Downloaded sqlformat v0.3.5
10732026-06-22T19:25:14.055Z Downloaded rand v0.8.6
10742026-06-22T19:25:14.055Z Downloaded ron v0.8.1
10752026-06-22T19:25:14.076Z Downloaded thread-id v5.1.0
10762026-06-22T19:25:14.076Z Downloaded slab v0.4.12
10772026-06-22T19:25:14.076Z Downloaded time-core v0.1.8
10782026-06-22T19:25:14.076Z Downloaded sync-ptr v0.1.4
10792026-06-22T19:25:14.076Z Downloaded testing_table v0.3.0
10802026-06-22T19:25:14.518Z Downloaded schemars v0.8.22
10812026-06-22T19:25:14.519Z Downloaded smallvec v0.6.14
10822026-06-22T19:25:14.519Z Downloaded quinn v0.11.9
10832026-06-22T19:25:14.519Z Downloaded itertools v0.14.0
10842026-06-22T19:25:14.519Z Downloaded strum_macros v0.26.4
10852026-06-22T19:25:14.519Z Downloaded mio v1.2.0
10862026-06-22T19:25:14.519Z Downloaded strum_macros v0.27.2
10872026-06-22T19:25:14.519Z Downloaded serde_cbor v0.11.2
10882026-06-22T19:25:14.519Z Downloaded topological-sort v0.2.2
10892026-06-22T19:25:14.537Z Downloaded rustls-platform-verifier v0.6.2
10902026-06-22T19:25:14.537Z Downloaded thiserror-no-std v2.0.2
10912026-06-22T19:25:14.537Z Downloaded tower-service v0.3.3
10922026-06-22T19:25:14.537Z Downloaded termios v0.3.3
10932026-06-22T19:25:14.537Z Downloaded try-lock v0.2.5
10942026-06-22T19:25:14.537Z Downloaded trait-variant v0.1.2
10952026-06-22T19:25:14.537Z Downloaded signal-hook v0.3.18
10962026-06-22T19:25:14.537Z Downloaded ryu v1.0.23
10972026-06-22T19:25:14.537Z Downloaded tower-layer v0.3.3
10982026-06-22T19:25:14.537Z Downloaded support-bundle-viewer v0.1.2
10992026-06-22T19:25:14.537Z Downloaded tls_codec v0.4.2
11002026-06-22T19:25:14.537Z Downloaded tokio-dtrace v0.1.1
11012026-06-22T19:25:14.538Z Downloaded typify-macro v0.6.2
11022026-06-22T19:25:14.538Z Downloaded hyper v1.8.1
11032026-06-22T19:25:14.538Z Downloaded socket2 v0.5.10
11042026-06-22T19:25:14.538Z Downloaded libxml v0.3.3
11052026-06-22T19:25:14.538Z Downloaded tokio-tungstenite v0.21.0
11062026-06-22T19:25:14.538Z Downloaded untrusted v0.7.1
11072026-06-22T19:25:14.538Z Downloaded unarray v0.1.4
11082026-06-22T19:25:14.538Z Downloaded tls_codec_derive v0.4.2
11092026-06-22T19:25:14.538Z Downloaded tiny-keccak v2.0.2
11102026-06-22T19:25:14.538Z Downloaded untrusted v0.9.0
11112026-06-22T19:25:14.538Z Downloaded spki v0.7.3
11122026-06-22T19:25:14.538Z Downloaded socket2 v0.6.3
11132026-06-22T19:25:14.538Z Downloaded similar v2.7.0
11142026-06-22T19:25:14.538Z Downloaded h2 v0.4.13
11152026-06-22T19:25:14.538Z Downloaded schemars v0.9.0
11162026-06-22T19:25:14.538Z Downloaded unicode-truncate v1.1.0
11172026-06-22T19:25:14.538Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11182026-06-22T19:25:14.538Z Downloaded progenitor-impl v0.14.0
11192026-06-22T19:25:14.538Z Downloaded utf-8 v0.7.6
11202026-06-22T19:25:14.538Z Downloaded num-bigint-dig v0.8.6
11212026-06-22T19:25:14.539Z Downloaded tokio-native-tls v0.3.1
11222026-06-22T19:25:14.539Z Downloaded usdt v0.6.0
11232026-06-22T19:25:14.539Z Downloaded universal-hash v0.5.1
11242026-06-22T19:25:14.539Z Downloaded rand v0.9.2
11252026-06-22T19:25:14.539Z Downloaded iri-string v0.7.10
11262026-06-22T19:25:14.539Z Downloaded unit-prefix v0.5.2
11272026-06-22T19:25:14.539Z Downloaded tokio-tungstenite v0.23.1
11282026-06-22T19:25:14.539Z Downloaded toml_writer v1.0.6+spec-1.1.0
11292026-06-22T19:25:14.539Z Downloaded want v0.3.1
11302026-06-22T19:25:14.539Z Downloaded spin v0.9.8
11312026-06-22T19:25:14.539Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11322026-06-22T19:25:14.539Z Downloaded tokio-macros v2.7.0
11332026-06-22T19:25:14.539Z Downloaded serde_yaml v0.9.34+deprecated
11342026-06-22T19:25:14.539Z Downloaded void v1.0.2
11352026-06-22T19:25:14.539Z Downloaded usdt-attr-macro v0.6.0
11362026-06-22T19:25:14.539Z Downloaded term v0.7.0
11372026-06-22T19:25:14.539Z Downloaded hkdf v0.12.4
11382026-06-22T19:25:14.539Z Downloaded rsa v0.9.10
11392026-06-22T19:25:14.539Z Downloaded thread_local v1.1.9
11402026-06-22T19:25:14.539Z Downloaded time-macros v0.2.27
11412026-06-22T19:25:14.539Z Downloaded term v1.2.1
11422026-06-22T19:25:14.540Z Downloaded publicsuffix v2.3.0
11432026-06-22T19:25:14.540Z Downloaded waitgroup v0.1.2
11442026-06-22T19:25:14.540Z Downloaded xshell-macros v0.2.7
11452026-06-22T19:25:14.540Z Downloaded tui-tree-widget v0.23.1
11462026-06-22T19:25:14.540Z Downloaded qorb v0.4.1
11472026-06-22T19:25:14.540Z Downloaded iddqd v0.4.2
11482026-06-22T19:25:14.540Z Downloaded unicase v2.9.0
11492026-06-22T19:25:14.540Z Downloaded tokio-rustls v0.25.0
11502026-06-22T19:25:14.540Z Downloaded nom v8.0.0
11512026-06-22T19:25:14.540Z Downloaded slog v2.8.2
11522026-06-22T19:25:14.540Z Downloaded xattr v1.6.1
11532026-06-22T19:25:14.540Z Downloaded futures-util v0.3.32
11542026-06-22T19:25:14.540Z Downloaded uzers v0.12.2
11552026-06-22T19:25:14.540Z Downloaded toml_parser v1.0.9+spec-1.1.0
11562026-06-22T19:25:14.540Z Downloaded vergen-lib v0.1.6
11572026-06-22T19:25:14.540Z Downloaded usdt-macro v0.6.0
11582026-06-22T19:25:14.540Z Downloaded vergen-gitcl v1.0.8
11592026-06-22T19:25:14.540Z Downloaded zeroize_derive v1.4.3
11602026-06-22T19:25:14.540Z Downloaded tokio-rustls v0.24.1
11612026-06-22T19:25:14.540Z Downloaded rand v0.10.0
11622026-06-22T19:25:14.540Z Downloaded usdt-impl v0.6.0
11632026-06-22T19:25:14.540Z Downloaded tokio-stream v0.1.18
11642026-06-22T19:25:14.540Z Downloaded tokio-rustls v0.26.4
11652026-06-22T19:25:14.540Z Downloaded schemars v1.2.1
11662026-06-22T19:25:14.541Z Downloaded snafu v0.8.9
11672026-06-22T19:25:14.541Z Downloaded wait-timeout v0.2.1
11682026-06-22T19:25:14.541Z Downloaded tracing-attributes v0.1.31
11692026-06-22T19:25:14.541Z Downloaded zone_cfg_derive v0.3.1
11702026-06-22T19:25:14.541Z Downloaded vsss-rs v3.3.4
11712026-06-22T19:25:14.541Z Downloaded vergen-lib v9.1.0
11722026-06-22T19:25:14.541Z Downloaded vergen-git2 v9.1.0
11732026-06-22T19:25:14.541Z Downloaded curve25519-dalek v4.1.3
11742026-06-22T19:25:14.541Z Downloaded twox-hash v2.1.2
11752026-06-22T19:25:14.541Z Downloaded walkdir v2.5.0
11762026-06-22T19:25:14.541Z Downloaded samael v0.0.19
11772026-06-22T19:25:14.541Z Downloaded libm v0.2.16
11782026-06-22T19:25:14.541Z Downloaded test-strategy v0.4.5
11792026-06-22T19:25:14.541Z Downloaded whoami v2.1.0
11802026-06-22T19:25:14.541Z Downloaded rustls-webpki v0.103.9
11812026-06-22T19:25:14.541Z Downloaded aho-corasick v1.1.4
11822026-06-22T19:25:14.541Z Downloaded unicode-properties v0.1.4
11832026-06-22T19:25:14.541Z Downloaded whoami v1.6.1
11842026-06-22T19:25:14.541Z Downloaded wyz v0.5.1
11852026-06-22T19:25:14.541Z Downloaded subprocess v0.2.15
11862026-06-22T19:25:14.541Z Downloaded toml v1.0.6+spec-1.1.0
11872026-06-22T19:25:14.541Z Downloaded tar v0.4.45
11882026-06-22T19:25:14.541Z Downloaded zone v0.3.1
11892026-06-22T19:25:14.592Z Downloaded vergen v9.1.0
11902026-06-22T19:25:14.592Z Downloaded tracing-core v0.1.36
11912026-06-22T19:25:14.592Z Downloaded zstd v0.13.3
11922026-06-22T19:25:14.592Z Downloaded reedline v0.40.0
11932026-06-22T19:25:14.593Z Downloaded unicode-bidi v0.3.18
11942026-06-22T19:25:14.593Z Downloaded steno v0.4.1
11952026-06-22T19:25:14.593Z Downloaded p521 v0.13.3
11962026-06-22T19:25:14.593Z Downloaded zstd-safe v7.2.4
11972026-06-22T19:25:14.593Z Downloaded xshell v0.2.7
11982026-06-22T19:25:14.593Z Downloaded tinyvec v1.10.0
11992026-06-22T19:25:14.593Z Downloaded tungstenite v0.21.0
12002026-06-22T19:25:14.593Z Downloaded typify v0.6.2
12012026-06-22T19:25:14.593Z Downloaded unsafe-libyaml v0.2.11
12022026-06-22T19:25:14.593Z Downloaded zeroize v1.8.2
12032026-06-22T19:25:14.593Z Downloaded toml v0.7.8
12042026-06-22T19:25:14.593Z Downloaded toml_edit v0.23.10+spec-1.0.0
12052026-06-22T19:25:14.594Z Downloaded yasna v0.5.2
12062026-06-22T19:25:14.594Z Downloaded vte v0.14.1
12072026-06-22T19:25:14.594Z Downloaded bitvec v1.0.1
12082026-06-22T19:25:14.594Z Downloaded serde_with v1.14.0
12092026-06-22T19:25:14.594Z Downloaded regex v1.12.3
12102026-06-22T19:25:14.594Z Downloaded tungstenite v0.23.0
12112026-06-22T19:25:14.594Z Downloaded reqwest v0.13.2
12122026-06-22T19:25:14.594Z Downloaded zopfli v0.8.3
12132026-06-22T19:25:14.594Z Downloaded russh v0.45.0
12142026-06-22T19:25:14.594Z Downloaded rpassword v7.4.0
12152026-06-22T19:25:14.594Z Downloaded unicode_categories v0.1.1
12162026-06-22T19:25:14.594Z Downloaded ssh-key v0.6.7
12172026-06-22T19:25:14.594Z Downloaded zerocopy v0.6.6
12182026-06-22T19:25:14.594Z Downloaded zip v0.6.6
12192026-06-22T19:25:14.595Z Downloaded chrono v0.4.44
12202026-06-22T19:25:14.595Z Downloaded uuid v1.23.0
12212026-06-22T19:25:14.595Z Downloaded rayon v1.11.0
12222026-06-22T19:25:14.595Z Downloaded p384 v0.13.1
12232026-06-22T19:25:14.595Z Downloaded reqwest v0.12.28
12242026-06-22T19:25:14.595Z Downloaded tower v0.5.3
12252026-06-22T19:25:15.017Z Downloaded bindgen v0.71.1
12262026-06-22T19:25:15.017Z Downloaded aws-lc-rs v1.16.3
12272026-06-22T19:25:15.017Z Downloaded x509-cert v0.2.5
12282026-06-22T19:25:15.017Z Downloaded tokio-postgres v0.7.16
12292026-06-22T19:25:15.017Z Downloaded rustyline v14.0.0
12302026-06-22T19:25:15.017Z Downloaded yansi v1.0.1
12312026-06-22T19:25:15.017Z Downloaded git2 v0.20.4
12322026-06-22T19:25:15.017Z Downloaded rustls-webpki v0.101.7
12332026-06-22T19:25:15.017Z Downloaded toml_edit v0.19.15
12342026-06-22T19:25:15.017Z Downloaded zerocopy-derive v0.8.40
12352026-06-22T19:25:15.017Z Downloaded rustls-webpki v0.102.8
12362026-06-22T19:25:15.054Z Downloaded tokio-util v0.7.18
12372026-06-22T19:25:15.054Z Downloaded typed-path v0.9.3
12382026-06-22T19:25:15.055Z Downloaded petname v2.0.2
12392026-06-22T19:25:15.055Z Downloaded moka v0.12.13
12402026-06-22T19:25:15.055Z Downloaded lalrpop v0.19.12
12412026-06-22T19:25:15.055Z Downloaded salty v0.3.0
12422026-06-22T19:25:15.055Z Downloaded quick-xml v0.37.5
12432026-06-22T19:25:15.055Z Downloaded portable-atomic v1.13.1
12442026-06-22T19:25:15.055Z Downloaded zip v4.6.1
12452026-06-22T19:25:15.055Z Downloaded goblin v0.10.5
12462026-06-22T19:25:15.055Z Downloaded unicode-segmentation v1.12.0
12472026-06-22T19:25:15.055Z Downloaded proptest v1.10.0
12482026-06-22T19:25:15.055Z Downloaded serde_with v3.17.0
12492026-06-22T19:25:15.055Z Downloaded unicode-normalization v0.1.25
12502026-06-22T19:25:15.055Z Downloaded object v0.30.4
12512026-06-22T19:25:15.055Z Downloaded tough v0.22.0
12522026-06-22T19:25:15.055Z Downloaded tower-http v0.6.8
12532026-06-22T19:25:15.055Z Downloaded openssl v0.10.79
12542026-06-22T19:25:15.055Z Downloaded quinn-proto v0.11.13
12552026-06-22T19:25:15.055Z Downloaded nix v0.27.1
12562026-06-22T19:25:15.055Z Downloaded winnow v0.6.26
12572026-06-22T19:25:15.055Z Downloaded dropshot v0.17.0
12582026-06-22T19:25:15.055Z Downloaded winnow v0.5.40
12592026-06-22T19:25:15.055Z Downloaded nix v0.28.0
12602026-06-22T19:25:15.055Z Downloaded hickory-proto v0.24.4
12612026-06-22T19:25:15.055Z Downloaded polar-core v0.27.3
12622026-06-22T19:25:15.055Z Downloaded radix_trie v0.2.1
12632026-06-22T19:25:15.055Z Downloaded bstr v1.12.1
12642026-06-22T19:25:15.055Z Downloaded smoltcp v0.9.1
12652026-06-22T19:25:15.055Z Downloaded tabled v0.20.0
12662026-06-22T19:25:15.055Z Downloaded rustls v0.21.12
12672026-06-22T19:25:15.055Z Downloaded regex-syntax v0.6.29
12682026-06-22T19:25:15.056Z Downloaded vcpkg v0.2.15
12692026-06-22T19:25:15.056Z Downloaded webpki-roots v1.0.6
12702026-06-22T19:25:15.056Z Downloaded regress v0.11.1
12712026-06-22T19:25:15.056Z Downloaded object v0.37.3
12722026-06-22T19:25:15.056Z Downloaded nix v0.31.2
12732026-06-22T19:25:15.056Z Downloaded zlib-rs v0.6.2
12742026-06-22T19:25:15.056Z Downloaded hickory-proto v0.25.2
12752026-06-22T19:25:15.056Z Downloaded rustls v0.22.4
12762026-06-22T19:25:15.056Z Downloaded smoltcp v0.11.0
12772026-06-22T19:25:15.056Z Downloaded zerocopy v0.8.40
12782026-06-22T19:25:15.056Z Downloaded regex-syntax v0.8.10
12792026-06-22T19:25:15.056Z Downloaded openapiv3 v2.2.0
12802026-06-22T19:25:15.056Z Downloaded regress v0.10.5
12812026-06-22T19:25:15.056Z Downloaded diesel v2.3.7
12822026-06-22T19:25:15.056Z Downloaded rustix v0.38.44
12832026-06-22T19:25:15.056Z Downloaded rustls v0.23.37
12842026-06-22T19:25:15.056Z Downloaded csv v1.4.0
12852026-06-22T19:25:15.056Z Downloaded time v0.3.47
12862026-06-22T19:25:15.056Z Downloaded sqlparser v0.61.0
12872026-06-22T19:25:15.056Z Downloaded sled v0.34.7
12882026-06-22T19:25:15.056Z Downloaded tracing v0.1.44
12892026-06-22T19:25:15.056Z Downloaded ratatui v0.29.0
12902026-06-22T19:25:15.080Z Downloaded typify-impl v0.6.2
12912026-06-22T19:25:15.502Z Downloaded bzip2-sys v0.1.13+1.0.8
12922026-06-22T19:25:15.523Z Downloaded libz-sys v1.1.24
12932026-06-22T19:25:15.523Z Downloaded regex-automata v0.4.14
12942026-06-22T19:25:15.523Z Downloaded zerocopy-derive v0.6.6
12952026-06-22T19:25:15.523Z Downloaded sha3 v0.10.8
12962026-06-22T19:25:15.523Z Downloaded tokio v1.52.1
12972026-06-22T19:25:15.523Z Downloaded petgraph v0.6.5
12982026-06-22T19:25:15.523Z Downloaded chrono-tz v0.10.4
12992026-06-22T19:25:15.523Z Downloaded jiff v0.2.21
13002026-06-22T19:25:15.523Z Downloaded petgraph v0.8.3
13012026-06-22T19:25:15.523Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13022026-06-22T19:25:15.523Z Downloaded encoding_rs v0.8.35
13032026-06-22T19:25:15.523Z Downloaded ring v0.17.14
13042026-06-22T19:25:15.523Z Downloaded libgit2-sys v0.18.3+1.9.2
13052026-06-22T19:25:15.969Z Downloaded aws-lc-sys v0.40.0
13062026-06-22T19:25:16.220Z Compiling libc v0.2.185
13072026-06-22T19:25:16.220Z Compiling serde v1.0.228
13082026-06-22T19:25:16.227Z Compiling log v0.4.29
13092026-06-22T19:25:16.227Z Compiling shlex v1.3.0
13102026-06-22T19:25:16.227Z Compiling find-msvc-tools v0.1.9
13112026-06-22T19:25:16.366Z Compiling syn v2.0.117
13122026-06-22T19:25:16.397Z Compiling smallvec v1.15.1
13132026-06-22T19:25:16.397Z Compiling typenum v1.19.0
13142026-06-22T19:25:16.568Z Compiling generic-array v0.14.7
13152026-06-22T19:25:16.986Z Compiling subtle v2.6.1
13162026-06-22T19:25:17.003Z Compiling scopeguard v1.2.0
13172026-06-22T19:25:17.003Z Compiling const-oid v0.9.6
13182026-06-22T19:25:17.003Z Compiling lock_api v0.4.14
13192026-06-22T19:25:17.003Z Compiling serde_json v1.0.149
13202026-06-22T19:25:17.003Z Compiling zerocopy v0.8.40
13212026-06-22T19:25:17.003Z Compiling parking_lot_core v0.9.12
13222026-06-22T19:25:17.042Z Compiling pin-project-lite v0.2.17
13232026-06-22T19:25:17.103Z Compiling portable-atomic v1.13.1
13242026-06-22T19:25:17.172Z Compiling pkg-config v0.3.32
13252026-06-22T19:25:17.361Z Compiling bitflags v2.11.0
13262026-06-22T19:25:17.416Z Compiling getrandom v0.2.17
13272026-06-22T19:25:17.483Z Compiling jobserver v0.1.34
13282026-06-22T19:25:17.514Z Compiling errno v0.3.14
13292026-06-22T19:25:17.590Z Compiling rand_core v0.6.4
13302026-06-22T19:25:17.673Z Compiling signal-hook-registry v1.4.8
13312026-06-22T19:25:18.159Z Compiling cc v1.2.56
13322026-06-22T19:25:18.179Z Compiling libm v0.2.16
13332026-06-22T19:25:18.179Z Compiling futures-core v0.3.32
13342026-06-22T19:25:18.179Z Compiling critical-section v1.2.0
13352026-06-22T19:25:18.179Z Compiling parking_lot v0.12.5
13362026-06-22T19:25:18.179Z Compiling mio v1.2.0
13372026-06-22T19:25:18.179Z Compiling num-traits v0.2.19
13382026-06-22T19:25:18.179Z Compiling once_cell v1.21.3
13392026-06-22T19:25:18.240Z Compiling percent-encoding v2.3.2
13402026-06-22T19:25:18.764Z Compiling socket2 v0.6.3
13412026-06-22T19:25:18.805Z Compiling futures-sink v0.3.32
13422026-06-22T19:25:18.805Z Compiling futures-io v0.3.32
13432026-06-22T19:25:18.805Z Compiling futures-task v0.3.32
13442026-06-22T19:25:18.805Z Compiling futures-channel v0.3.32
13452026-06-22T19:25:18.805Z Compiling slab v0.4.12
13462026-06-22T19:25:18.805Z Compiling cpufeatures v0.2.17
13472026-06-22T19:25:18.805Z Compiling getrandom v0.4.1
13482026-06-22T19:25:18.805Z Compiling rand_core v0.10.0
13492026-06-22T19:25:18.805Z Compiling indexmap v2.14.0
13502026-06-22T19:25:18.805Z Compiling rustversion v1.0.22
13512026-06-22T19:25:18.849Z Compiling getrandom v0.3.4
13522026-06-22T19:25:18.888Z Compiling cmake v0.1.57
13532026-06-22T19:25:19.292Z Compiling form_urlencoded v1.2.2
13542026-06-22T19:25:19.304Z Compiling fs_extra v1.3.0
13552026-06-22T19:25:19.402Z Compiling dunce v1.0.5
13562026-06-22T19:25:19.463Z Compiling ident_case v1.0.1
13572026-06-22T19:25:19.488Z Compiling synstructure v0.13.2
13582026-06-22T19:25:19.512Z Compiling base64ct v1.8.3
13592026-06-22T19:25:19.577Z Compiling aws-lc-sys v0.40.0
13602026-06-22T19:25:19.590Z Compiling rustix v1.1.3
13612026-06-22T19:25:20.184Z Compiling pem-rfc7468 v0.7.0
13622026-06-22T19:25:20.198Z Compiling regex-syntax v0.8.10
13632026-06-22T19:25:20.198Z Compiling iana-time-zone v0.1.65
13642026-06-22T19:25:20.198Z Compiling flagset v0.4.7
13652026-06-22T19:25:20.198Z Compiling rand_core v0.9.5
13662026-06-22T19:25:20.198Z Compiling ring v0.17.14
13672026-06-22T19:25:20.198Z Compiling vcpkg v0.2.15
13682026-06-22T19:25:20.198Z Compiling aws-lc-rs v1.16.3
13692026-06-22T19:25:20.319Z Compiling uuid v1.23.0
13702026-06-22T19:25:20.412Z Compiling rustc_version v0.4.1
13712026-06-22T19:25:20.730Z Compiling tracing-core v0.1.36
13722026-06-22T19:25:20.845Z Compiling openssl-sys v0.9.115
13732026-06-22T19:25:21.060Z Compiling base64 v0.22.1
13742026-06-22T19:25:21.268Z Compiling serde_derive v1.0.228
13752026-06-22T19:25:21.330Z Compiling zeroize_derive v1.4.3
13762026-06-22T19:25:21.388Z Compiling zerofrom-derive v0.1.6
13772026-06-22T19:25:21.417Z Compiling yoke-derive v0.8.1
13782026-06-22T19:25:21.871Z Compiling zerocopy-derive v0.8.40
13792026-06-22T19:25:21.973Z Compiling zeroize v1.8.2
13802026-06-22T19:25:22.212Z Compiling zerovec-derive v0.11.2
13812026-06-22T19:25:22.587Z Compiling displaydoc v0.2.5
13822026-06-22T19:25:22.764Z Compiling crypto-common v0.1.7
13832026-06-22T19:25:22.843Z Compiling zerofrom v0.1.6
13842026-06-22T19:25:23.329Z Compiling block-buffer v0.10.4
13852026-06-22T19:25:23.346Z Compiling yoke v0.8.1
13862026-06-22T19:25:23.346Z Compiling digest v0.10.7
13872026-06-22T19:25:23.346Z Compiling tokio-macros v2.7.0
13882026-06-22T19:25:23.346Z Compiling futures-macro v0.3.32
13892026-06-22T19:25:23.392Z Compiling zerotrie v0.2.3
13902026-06-22T19:25:23.392Z Compiling zerovec v0.11.5
13912026-06-22T19:25:23.640Z Compiling hmac v0.12.1
13922026-06-22T19:25:23.801Z Compiling tinystr v0.8.2
13932026-06-22T19:25:23.869Z Compiling potential_utf v0.1.4
13942026-06-22T19:25:23.901Z Compiling block-padding v0.3.3
13952026-06-22T19:25:24.010Z Compiling icu_locale_core v2.1.1
13962026-06-22T19:25:24.425Z Compiling icu_collections v2.1.1
13972026-06-22T19:25:24.425Z Compiling inout v0.1.4
13982026-06-22T19:25:24.433Z Compiling futures-util v0.3.32
13992026-06-22T19:25:24.433Z Compiling cipher v0.4.4
14002026-06-22T19:25:24.858Z Compiling sha2 v0.10.9
14012026-06-22T19:25:24.866Z Compiling der_derive v0.7.3
14022026-06-22T19:25:24.866Z Compiling bytes v1.11.1
14032026-06-22T19:25:24.866Z Compiling icu_provider v2.1.1
14042026-06-22T19:25:24.874Z Compiling chrono v0.4.44
14052026-06-22T19:25:25.120Z Compiling icu_normalizer v2.1.1
14062026-06-22T19:25:25.373Z Compiling tokio v1.52.1
14072026-06-22T19:25:25.475Z Compiling icu_properties v2.1.2
14082026-06-22T19:25:25.642Z Compiling der v0.7.10
14092026-06-22T19:25:25.876Z Compiling ppv-lite86 v0.2.21
14102026-06-22T19:25:26.014Z Compiling http v1.4.0
14112026-06-22T19:25:26.219Z Compiling salsa20 v0.10.2
14122026-06-22T19:25:26.381Z Compiling pbkdf2 v0.12.2
14132026-06-22T19:25:26.419Z Compiling idna_adapter v1.2.1
14142026-06-22T19:25:26.441Z Compiling rustls-pki-types v1.14.0
14152026-06-22T19:25:26.448Z Compiling thiserror-impl v2.0.18
14162026-06-22T19:25:26.496Z Compiling idna v1.1.0
14172026-06-22T19:25:27.005Z Compiling spki v0.7.3
14182026-06-22T19:25:27.559Z Compiling url v2.5.8
14192026-06-22T19:25:27.559Z Compiling tracing-attributes v0.1.31
14202026-06-22T19:25:27.559Z Compiling http-body v1.0.1
14212026-06-22T19:25:27.559Z Compiling scrypt v0.11.0
14222026-06-22T19:25:27.639Z Compiling rand_chacha v0.9.0
14232026-06-22T19:25:27.639Z Compiling aes v0.8.4
14242026-06-22T19:25:27.639Z Compiling cbc v0.1.2
14252026-06-22T19:25:27.639Z Compiling tinyvec_macros v0.1.1
14262026-06-22T19:25:27.639Z Compiling untrusted v0.9.0
14272026-06-22T19:25:27.711Z Compiling openssl-probe v0.2.1
14282026-06-22T19:25:27.711Z Compiling untrusted v0.7.1
14292026-06-22T19:25:27.814Z Compiling httparse v1.10.1
14302026-06-22T19:25:27.841Z Compiling pkcs5 v0.7.1
14312026-06-22T19:25:27.882Z Compiling thiserror v2.0.18
14322026-06-22T19:25:27.945Z Compiling tinyvec v1.10.0
14332026-06-22T19:25:28.183Z Compiling pest_generator v2.8.6
14342026-06-22T19:25:28.245Z Compiling tracing v0.1.44
14352026-06-22T19:25:28.273Z Compiling rand v0.9.2
14362026-06-22T19:25:28.307Z Compiling serde_derive_internals v0.29.1
14372026-06-22T19:25:28.348Z Compiling aho-corasick v1.1.4
14382026-06-22T19:25:28.505Z Compiling schemars v0.8.22
14392026-06-22T19:25:28.794Z Compiling dyn-clone v1.0.20
14402026-06-22T19:25:28.898Z Compiling tower-service v0.3.3
14412026-06-22T19:25:28.964Z Compiling try-lock v0.2.5
14422026-06-22T19:25:29.029Z Compiling atomic-waker v1.1.2
14432026-06-22T19:25:29.029Z Compiling tower-layer v0.3.3
14442026-06-22T19:25:29.089Z Compiling rustls v0.23.37
14452026-06-22T19:25:29.117Z Compiling want v0.3.1
14462026-06-22T19:25:29.152Z Compiling regex-automata v0.4.14
14472026-06-22T19:25:29.183Z Compiling tokio-util v0.7.18
14482026-06-22T19:25:29.272Z Compiling schemars_derive v0.8.22
14492026-06-22T19:25:29.306Z Compiling pest_derive v2.8.6
14502026-06-22T19:25:29.673Z Compiling pkcs8 v0.10.2
14512026-06-22T19:25:29.948Z Compiling h2 v0.4.13
14522026-06-22T19:25:29.999Z Compiling ipnet v2.11.0
14532026-06-22T19:25:30.075Z Compiling scroll_derive v0.13.1
14542026-06-22T19:25:30.256Z Compiling darling_core v0.20.11
14552026-06-22T19:25:30.486Z Compiling pin-utils v0.1.0
14562026-06-22T19:25:30.524Z Compiling openssl v0.10.79
14572026-06-22T19:25:30.559Z Compiling foreign-types-shared v0.1.1
14582026-06-22T19:25:30.635Z Compiling httpdate v1.0.3
14592026-06-22T19:25:30.725Z Compiling foreign-types v0.3.2
14602026-06-22T19:25:30.795Z Compiling scroll v0.13.0
14612026-06-22T19:25:30.854Z Compiling tempfile v3.25.0
14622026-06-22T19:25:31.070Z Compiling unicode-normalization v0.1.25
14632026-06-22T19:25:31.235Z Compiling openssl-macros v0.1.1
14642026-06-22T19:25:31.527Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14652026-06-22T19:25:31.568Z Compiling socket2 v0.5.10
14662026-06-22T19:25:31.632Z Compiling spin v0.9.8
14672026-06-22T19:25:31.895Z Compiling num-conv v0.2.0
14682026-06-22T19:25:31.976Z Compiling native-tls v0.2.18
14692026-06-22T19:25:32.041Z Compiling crc32fast v1.5.0
14702026-06-22T19:25:32.041Z Compiling time-core v0.1.8
14712026-06-22T19:25:32.554Z Compiling powerfmt v0.2.0
14722026-06-22T19:25:33.027Z Compiling time-macros v0.2.27
14732026-06-22T19:25:33.027Z Compiling deranged v0.5.8
14742026-06-22T19:25:33.027Z Compiling darling_macro v0.20.11
14752026-06-22T19:25:33.055Z Compiling hyper v1.8.1
14762026-06-22T19:25:33.674Z Compiling darling v0.20.11
14772026-06-22T19:25:33.750Z Compiling goblin v0.10.5
14782026-06-22T19:25:33.750Z Compiling rustls-native-certs v0.8.3
14792026-06-22T19:25:33.750Z Compiling sync_wrapper v1.0.2
14802026-06-22T19:25:33.750Z Compiling wait-timeout v0.2.1
14812026-06-22T19:25:33.750Z Compiling unicode-segmentation v1.12.0
14822026-06-22T19:25:33.789Z Compiling crossbeam-utils v0.8.21
14832026-06-22T19:25:33.947Z Compiling syn v1.0.109
14842026-06-22T19:25:34.044Z Compiling bit-vec v0.8.0
14852026-06-22T19:25:34.061Z Compiling usdt-impl v0.6.0
14862026-06-22T19:25:34.227Z Compiling hyper-util v0.1.20
14872026-06-22T19:25:34.246Z Compiling siphasher v1.0.2
14882026-06-22T19:25:34.266Z Compiling simd-adler32 v0.3.8
14892026-06-22T19:25:34.434Z Compiling quick-error v1.2.3
14902026-06-22T19:25:34.503Z Compiling num_threads v0.1.7
14912026-06-22T19:25:34.940Z Compiling rusty-fork v0.3.1
14922026-06-22T19:25:34.943Z Compiling time v0.3.47
14932026-06-22T19:25:34.943Z Compiling bit-set v0.8.0
14942026-06-22T19:25:34.993Z Compiling tower v0.5.3
14952026-06-22T19:25:35.015Z Compiling derive_builder_core v0.20.2
14962026-06-22T19:25:35.888Z Compiling dtrace-parser v0.3.0
14972026-06-22T19:25:35.892Z Compiling http-body-util v0.1.3
14982026-06-22T19:25:35.892Z Compiling webpki-roots v1.0.6
14992026-06-22T19:25:36.318Z Compiling signature v2.2.0
15002026-06-22T19:25:36.728Z Compiling scroll_derive v0.12.1
15012026-06-22T19:25:36.728Z Compiling thiserror-impl v1.0.69
15022026-06-22T19:25:36.728Z Compiling dof v0.4.0
15032026-06-22T19:25:36.728Z Compiling heapless v0.7.17
15042026-06-22T19:25:36.728Z Compiling rand_xorshift v0.4.0
15052026-06-22T19:25:37.138Z Compiling slog v2.8.2
15062026-06-22T19:25:37.138Z Compiling darling_core v0.21.3
15072026-06-22T19:25:37.138Z Compiling bzip2-sys v0.1.13+1.0.8
15082026-06-22T19:25:37.138Z Compiling thread-id v5.1.0
15092026-06-22T19:25:37.141Z Compiling cookie v0.18.1
15102026-06-22T19:25:37.141Z Compiling unicode-bidi v0.3.18
15112026-06-22T19:25:37.141Z Compiling unarray v0.1.4
15122026-06-22T19:25:37.141Z Compiling anyhow v1.0.102
15132026-06-22T19:25:37.263Z Compiling adler2 v2.0.1
15142026-06-22T19:25:37.343Z Compiling iri-string v0.7.10
15152026-06-22T19:25:37.356Z Compiling paste v1.0.15
15162026-06-22T19:25:37.401Z Compiling ryu v1.0.23
15172026-06-22T19:25:37.433Z Compiling zstd-safe v7.2.4
15182026-06-22T19:25:37.609Z Compiling allocator-api2 v0.2.21
15192026-06-22T19:25:37.617Z Compiling unicode-properties v0.1.4
15202026-06-22T19:25:37.633Z Compiling signal-hook v0.3.18
15212026-06-22T19:25:37.699Z Compiling serde_urlencoded v0.7.1
15222026-06-22T19:25:37.822Z Compiling stringprep v0.1.5
15232026-06-22T19:25:37.850Z Compiling miniz_oxide v0.8.9
15242026-06-22T19:25:37.948Z Compiling thiserror v1.0.69
15252026-06-22T19:25:38.043Z Compiling proptest v1.10.0
15262026-06-22T19:25:38.484Z Compiling scroll v0.12.0
15272026-06-22T19:25:38.734Z Compiling tower-http v0.6.8
15282026-06-22T19:25:38.882Z Compiling derive_builder_macro v0.20.2
15292026-06-22T19:25:38.898Z Compiling tokio-native-tls v0.3.1
15302026-06-22T19:25:39.030Z Compiling darling_macro v0.21.3
15312026-06-22T19:25:39.063Z Compiling heck v0.4.1
15322026-06-22T19:25:39.625Z Compiling ipnetwork v0.21.1
15332026-06-22T19:25:39.649Z Compiling bstr v1.12.1
15342026-06-22T19:25:39.649Z Compiling rand_chacha v0.3.1
15352026-06-22T19:25:39.649Z Compiling erased-serde v0.3.31
15362026-06-22T19:25:39.649Z Compiling serde_spanned v0.6.9
15372026-06-22T19:25:39.649Z Compiling serde_tokenstream v0.2.3
15382026-06-22T19:25:39.649Z Compiling toml_datetime v0.6.11
15392026-06-22T19:25:39.878Z Compiling md-5 v0.10.6
15402026-06-22T19:25:39.910Z Compiling pin-project-internal v1.1.11
15412026-06-22T19:25:39.910Z Compiling zerocopy-derive v0.7.35
15422026-06-22T19:25:39.949Z Compiling async-trait v0.1.89
15432026-06-22T19:25:40.025Z Compiling curve25519-dalek v4.1.3
15442026-06-22T19:25:40.122Z Compiling vergen-lib v9.1.0
15452026-06-22T19:25:40.316Z Compiling num-integer v0.1.46
15462026-06-22T19:25:40.348Z Compiling hash32 v0.2.1
15472026-06-22T19:25:40.577Z Compiling ff v0.13.1
15482026-06-22T19:25:40.646Z Compiling memoffset v0.9.1
15492026-06-22T19:25:40.701Z Compiling encoding_rs v0.8.35
15502026-06-22T19:25:40.796Z Compiling smoltcp v0.9.1
15512026-06-22T19:25:40.845Z Compiling psl-types v2.0.11
15522026-06-22T19:25:40.966Z Compiling rustix v0.38.44
15532026-06-22T19:25:40.999Z Compiling base16ct v0.2.0
15542026-06-22T19:25:41.010Z Compiling ref-cast v1.0.25
15552026-06-22T19:25:41.133Z Compiling num-bigint-dig v0.8.6
15562026-06-22T19:25:41.250Z Compiling mime v0.3.17
15572026-06-22T19:25:41.338Z Compiling zlib-rs v0.6.2
15582026-06-22T19:25:41.829Z Compiling fallible-iterator v0.2.0
15592026-06-22T19:25:41.829Z Compiling litrs v1.0.0
15602026-06-22T19:25:42.287Z Compiling cfg_aliases v0.2.1
15612026-06-22T19:25:42.287Z Compiling nix v0.31.2
15622026-06-22T19:25:42.287Z Compiling postgres-protocol v0.6.10
15632026-06-22T19:25:42.311Z Compiling document-features v0.2.12
15642026-06-22T19:25:42.311Z Compiling sec1 v0.7.3
15652026-06-22T19:25:42.311Z Compiling pin-project v1.1.11
15662026-06-22T19:25:42.311Z Compiling publicsuffix v2.3.0
15672026-06-22T19:25:42.389Z Compiling zerocopy v0.7.35
15682026-06-22T19:25:42.851Z Compiling group v0.13.0
15692026-06-22T19:25:42.860Z Compiling num-iter v0.1.45
15702026-06-22T19:25:42.860Z Compiling newtype-uuid v1.3.2
15712026-06-22T19:25:42.860Z Compiling hubpack_derive v0.1.1
15722026-06-22T19:25:42.939Z Compiling rand v0.8.6
15732026-06-22T19:25:42.955Z Compiling darling v0.21.3
15742026-06-22T19:25:42.956Z Compiling oxnet v0.1.6
15752026-06-22T19:25:43.063Z Compiling derive_builder v0.20.2
15762026-06-22T19:25:43.130Z Compiling snafu-derive v0.8.9
15772026-06-22T19:25:43.201Z Compiling hyper-tls v0.6.0
15782026-06-22T19:25:43.431Z Compiling goblin v0.8.2
15792026-06-22T19:25:44.423Z Compiling phf_shared v0.13.1
15802026-06-22T19:25:44.464Z Compiling lazy_static v1.5.0
15812026-06-22T19:25:44.464Z Compiling regex v1.12.3
15822026-06-22T19:25:44.464Z Compiling anstyle-parse v0.2.7
15832026-06-22T19:25:44.464Z Compiling flate2 v1.1.9
15842026-06-22T19:25:44.475Z Compiling strum_macros v0.27.2
15852026-06-22T19:25:44.646Z Compiling futures-executor v0.3.32
15862026-06-22T19:25:44.669Z Compiling hex v0.4.3
15872026-06-22T19:25:44.846Z Compiling hkdf v0.12.4
15882026-06-22T19:25:44.981Z Compiling crypto-bigint v0.5.5
15892026-06-22T19:25:45.046Z Compiling ref-cast-impl v1.0.25
15902026-06-22T19:25:45.046Z Compiling daft-derive v0.1.7
15912026-06-22T19:25:45.047Z Compiling curve25519-dalek-derive v0.1.1
15922026-06-22T19:25:45.503Z Compiling terminal_size v0.4.3
15932026-06-22T19:25:45.621Z Compiling vergen v9.1.0
15942026-06-22T19:25:45.649Z Compiling fs-err v3.3.0
15952026-06-22T19:25:45.716Z Compiling cargo-platform v0.3.2
15962026-06-22T19:25:46.210Z Compiling ahash v0.8.12
15972026-06-22T19:25:46.744Z Compiling object v0.37.3
15982026-06-22T19:25:46.744Z Compiling bitflags v1.3.2
15992026-06-22T19:25:46.744Z Compiling managed v0.8.0
16002026-06-22T19:25:46.744Z Compiling same-file v1.0.6
16012026-06-22T19:25:46.744Z Compiling foldhash v0.1.5
16022026-06-22T19:25:46.768Z Compiling libbz2-rs-sys v0.2.2
16032026-06-22T19:25:46.768Z Compiling winnow v0.5.40
16042026-06-22T19:25:46.768Z Compiling foldhash v0.2.0
16052026-06-22T19:25:46.768Z Compiling bumpalo v3.20.2
16062026-06-22T19:25:46.768Z Compiling strum v0.27.2
16072026-06-22T19:25:46.768Z Compiling zopfli v0.8.3
16082026-06-22T19:25:46.768Z Compiling bzip2 v0.6.1
16092026-06-22T19:25:47.021Z Compiling hashbrown v0.16.1
16102026-06-22T19:25:47.126Z Compiling hashbrown v0.15.5
16112026-06-22T19:25:47.126Z Compiling clap_builder v4.6.0
16122026-06-22T19:25:47.135Z Compiling walkdir v2.5.0
16132026-06-22T19:25:47.533Z Compiling cargo_metadata v0.23.1
16142026-06-22T19:25:47.957Z Compiling elliptic-curve v0.13.8
16152026-06-22T19:25:47.985Z Compiling toml_edit v0.19.15
16162026-06-22T19:25:47.985Z Compiling daft v0.1.7
16172026-06-22T19:25:48.062Z Compiling dof v0.3.0
16182026-06-22T19:25:48.305Z Compiling snafu v0.8.9
16192026-06-22T19:25:48.644Z Compiling futures v0.3.32
16202026-06-22T19:25:48.769Z Compiling anstream v0.6.21
16212026-06-22T19:25:49.054Z Compiling phf v0.13.1
16222026-06-22T19:25:49.090Z Compiling signal-hook-mio v0.2.5
16232026-06-22T19:25:49.164Z Compiling cookie_store v0.22.1
16242026-06-22T19:25:49.371Z Compiling zstd v0.13.3
16252026-06-22T19:25:49.916Z Compiling bzip2 v0.4.4
16262026-06-22T19:25:50.055Z Compiling hubpack v0.1.2
16272026-06-22T19:25:50.055Z Compiling serde_with_macros v3.17.0
16282026-06-22T19:25:50.055Z Compiling postgres-types v0.2.12
16292026-06-22T19:25:50.109Z Compiling usdt-attr-macro v0.6.0
16302026-06-22T19:25:50.345Z Compiling usdt-macro v0.6.0
16312026-06-22T19:25:50.406Z Compiling globset v0.4.18
16322026-06-22T19:25:50.849Z Compiling dtrace-parser v0.2.0
16332026-06-22T19:25:50.928Z Compiling ed25519 v2.2.3
16342026-06-22T19:25:51.018Z Compiling phf_shared v0.11.3
16352026-06-22T19:25:51.082Z Compiling olpc-cjson v0.1.4
16362026-06-22T19:25:51.110Z Compiling pkcs1 v0.7.5
16372026-06-22T19:25:51.132Z Compiling enum-as-inner v0.6.1
16382026-06-22T19:25:51.166Z Compiling strum_macros v0.26.4
16392026-06-22T19:25:51.184Z Compiling clap_derive v4.6.1
16402026-06-22T19:25:51.516Z Compiling serde_plain v1.0.2
16412026-06-22T19:25:51.638Z Compiling serde-big-array v0.5.1
16422026-06-22T19:25:51.663Z Compiling rfc6979 v0.4.0
16432026-06-22T19:25:52.165Z Compiling pem v3.0.6
16442026-06-22T19:25:52.172Z Compiling serde_repr v0.1.20
16452026-06-22T19:25:52.172Z Compiling async-recursion v1.1.1
16462026-06-22T19:25:52.172Z Compiling float-cmp v0.10.0
16472026-06-22T19:25:52.172Z Compiling thread-id v4.2.2
16482026-06-22T19:25:52.173Z Compiling memmap2 v0.9.10
16492026-06-22T19:25:52.173Z Compiling env_filter v1.0.0
16502026-06-22T19:25:52.741Z Compiling fixedbitset v0.4.2
16512026-06-22T19:25:52.783Z Compiling whoami v2.1.0
16522026-06-22T19:25:52.783Z Compiling jiff v0.2.21
16532026-06-22T19:25:52.783Z Compiling data-encoding v2.10.0
16542026-06-22T19:25:52.784Z Compiling either v1.15.0
16552026-06-22T19:25:52.784Z Compiling typed-path v0.9.3
16562026-06-22T19:25:52.784Z Compiling precomputed-hash v0.1.1
16572026-06-22T19:25:52.818Z Compiling fixedbitset v0.5.7
16582026-06-22T19:25:53.104Z Compiling static_assertions v1.1.0
16592026-06-22T19:25:53.132Z Compiling difflib v0.4.0
16602026-06-22T19:25:53.132Z Compiling normalize-line-endings v0.3.0
16612026-06-22T19:25:53.132Z Compiling keccak v0.1.6
16622026-06-22T19:25:53.153Z Compiling predicates-core v1.0.10
16632026-06-22T19:25:54.430Z Compiling new_debug_unreachable v1.0.6
16642026-06-22T19:25:54.638Z Compiling predicates v3.1.4
16652026-06-22T19:25:54.638Z Compiling sha3 v0.10.8
16662026-06-22T19:25:54.638Z Compiling string_cache v0.8.9
16672026-06-22T19:25:54.639Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16682026-06-22T19:25:54.639Z Compiling clap v4.6.1
16692026-06-22T19:25:54.639Z Compiling strum v0.26.3
16702026-06-22T19:25:54.639Z Compiling petgraph v0.8.3
16712026-06-22T19:25:54.639Z Compiling hickory-proto v0.25.2
16722026-06-22T19:25:54.639Z Compiling toml_edit v0.22.27
16732026-06-22T19:25:54.639Z Compiling itertools v0.13.0
16742026-06-22T19:25:54.746Z Compiling tokio-postgres v0.7.16
16752026-06-22T19:25:55.267Z Compiling zip v4.6.1
16762026-06-22T19:25:55.911Z Compiling petgraph v0.6.5
16772026-06-22T19:25:56.313Z Compiling env_logger v0.11.9
16782026-06-22T19:25:56.746Z Compiling usdt v0.6.0
16792026-06-22T19:25:56.877Z Compiling usdt-impl v0.5.0
16802026-06-22T19:25:56.877Z Compiling ecdsa v0.16.9
16812026-06-22T19:25:56.877Z Compiling rsa v0.9.10
16822026-06-22T19:25:56.877Z Compiling ed25519-dalek v2.2.0
16832026-06-22T19:25:56.931Z Compiling serde_with v3.17.0
16842026-06-22T19:25:57.074Z Compiling crossterm v0.28.1
16852026-06-22T19:25:57.824Z Compiling zip v0.6.6
16862026-06-22T19:25:57.942Z Compiling toml v0.7.8
16872026-06-22T19:25:58.042Z Compiling iddqd v0.4.2
16882026-06-22T19:25:58.676Z Compiling toml_parser v1.0.9+spec-1.1.0
16892026-06-22T19:25:58.718Z Compiling similar v2.7.0
16902026-06-22T19:25:58.744Z Compiling crossbeam-epoch v0.9.18
16912026-06-22T19:25:58.815Z Compiling tokio-stream v0.1.18
16922026-06-22T19:25:59.111Z Compiling buf-list v1.1.2
16932026-06-22T19:25:59.286Z Compiling x509-cert v0.2.5
16942026-06-22T19:25:59.303Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16952026-06-22T19:25:59.303Z Compiling openapiv3 v2.2.0
16962026-06-22T19:25:59.341Z Compiling sha1 v0.10.6
16972026-06-22T19:25:59.569Z Compiling peg-runtime v0.8.5
16982026-06-22T19:26:00.022Z Compiling lalrpop-util v0.19.12
16992026-06-22T19:26:00.046Z Compiling thread_local v1.1.9
17002026-06-22T19:26:00.046Z Compiling slog-async v2.8.0
17012026-06-22T19:26:00.046Z Compiling crossbeam-channel v0.5.15
17022026-06-22T19:26:00.046Z Compiling filetime v0.2.27
17032026-06-22T19:26:00.082Z Compiling is-terminal v0.4.17
17042026-06-22T19:26:00.082Z Compiling xattr v1.6.1
17052026-06-22T19:26:00.116Z Compiling term v1.2.1
17062026-06-22T19:26:00.159Z Compiling take_mut v0.2.2
17072026-06-22T19:26:00.248Z Compiling tar v0.4.45
17082026-06-22T19:26:00.720Z Compiling slog-term v2.9.2
17092026-06-22T19:26:10.496Z Compiling rustls-webpki v0.103.9
17102026-06-22T19:26:13.358Z Compiling tokio-rustls v0.26.4
17112026-06-22T19:26:13.358Z Compiling rustls-platform-verifier v0.6.2
17122026-06-22T19:26:13.681Z Compiling hyper-rustls v0.27.7
17132026-06-22T19:26:14.096Z Compiling reqwest v0.12.28
17142026-06-22T19:26:14.096Z Compiling reqwest v0.13.2
17152026-06-22T19:26:14.943Z Compiling tough v0.22.0
17162026-06-22T19:26:17.503Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17172026-06-22T19:26:17.713Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17182026-06-22T19:26:20.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
17192026-06-22T19:26:20.774Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17202026-06-22T19:26:20.881ZJun 22 19:26:18.999 INFO Starting download, target: Clickhouse
17212026-06-22T19:26:20.881ZJun 22 19:26:19.000 INFO Starting download, target: Cockroach
17222026-06-22T19:26:20.881ZJun 22 19:26:19.000 INFO Starting download, target: Console
17232026-06-22T19:26:21.050ZJun 22 19:26:19.000 INFO Starting download, target: DendriteStub
17242026-06-22T19:26:21.051ZJun 22 19:26:19.000 INFO Starting download, target: MaghemiteMgd
17252026-06-22T19:26:21.051ZJun 22 19:26:19.000 INFO Starting download, target: MaghemiteDdmd
17262026-06-22T19:26:21.051ZJun 22 19:26:19.000 INFO Starting download, target: TransceiverControl
17272026-06-22T19:26:21.051ZJun 22 19:26:19.000 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17282026-06-22T19:26:21.051ZJun 22 19:26:19.000 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17292026-06-22T19:26:21.051ZJun 22 19:26:19.000 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17302026-06-22T19:26:21.051ZJun 22 19:26:19.000 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17312026-06-22T19:26:21.051ZJun 22 19:26:19.000 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17322026-06-22T19:26:21.051ZJun 22 19:26:19.000 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17332026-06-22T19:26:21.052ZJun 22 19:26:19.000 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17342026-06-22T19:26:21.876ZJun 22 19:26:19.980 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17352026-06-22T19:26:22.023ZJun 22 19:26:20.222 INFO Download complete, target: Console
17362026-06-22T19:26:22.735ZJun 22 19:26:20.904 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17372026-06-22T19:26:26.046ZJun 22 19:26:24.221 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17382026-06-22T19:26:26.242ZJun 22 19:26:24.432 INFO Download complete, target: TransceiverControl
17392026-06-22T19:26:29.301ZJun 22 19:26:27.503 INFO Checking that binary works, target: Clickhouse
17402026-06-22T19:26:29.528ZJun 22 19:26:27.595 INFO Download complete, target: Clickhouse
17412026-06-22T19:26:42.178ZJun 22 19:26:40.383 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17422026-06-22T19:26:44.385ZJun 22 19:26:42.546 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17432026-06-22T19:26:44.403ZJun 22 19:26:42.583 INFO Download complete, target: DendriteStub
17442026-06-22T19:26:46.147ZJun 22 19:26:44.334 INFO Download complete, target: MaghemiteDdmd
17452026-06-22T19:26:49.093ZJun 22 19:26:47.291 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17462026-06-22T19:26:49.093ZJun 22 19:26:47.291 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17472026-06-22T19:26:50.536ZJun 22 19:26:48.736 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17482026-06-22T19:26:52.954ZJun 22 19:26:51.152 INFO Download complete, target: MaghemiteMgd
17492026-06-22T19:26:53.643ZJun 22 19:26:51.854 INFO Checking that binary works, target: Cockroach
17502026-06-22T19:26:53.752ZJun 22 19:26:51.967 INFO Download complete, target: Cockroach
17512026-06-22T19:26:53.767ZAll builder prerequisites installed successfully, and PATH looks valid
17522026-06-22T19:26:53.770Z
17532026-06-22T19:26:53.771Zreal 2:34.435789874
17542026-06-22T19:26:53.771Zuser 6:59.912213242
17552026-06-22T19:26:53.771Zsys 1:24.116243359
17562026-06-22T19:26:53.771Ztrap 0.214932222
17572026-06-22T19:26:53.771Ztflt 0.656620673
17582026-06-22T19:26:53.771Zdflt 0.614377282
17592026-06-22T19:26:53.771Zkflt 0.026629696
17602026-06-22T19:26:53.771Zlock 31:03.044200586
17612026-06-22T19:26:53.771Zslp 22:25.894751360
17622026-06-22T19:26:53.771Zlat 44.123802478
17632026-06-22T19:26:53.771Zstop 1:56.605169634
17642026-06-22T19:26:53.771Z+ banner hack-check
17652026-06-22T19:26:53.771Z
17662026-06-22T19:26:53.771Z # # ## #### # # #### # # ###### #### # #
17672026-06-22T19:26:53.771Z # # # # # # # # # # # # # # # # #
17682026-06-22T19:26:53.771Z ###### # # # #### ##### # ###### ##### # ####
17692026-06-22T19:26:53.771Z # # ###### # # # # # # # # # #
17702026-06-22T19:26:53.771Z # # # # # # # # # # # # # # # # #
17712026-06-22T19:26:53.771Z # # # # #### # # #### # # ###### #### # #
17722026-06-22T19:26:53.771Z
17732026-06-22T19:26:53.771Z+ export CARGO_INCREMENTAL=0
17742026-06-22T19:26:53.771Z+ CARGO_INCREMENTAL=0
17752026-06-22T19:26:53.771Z+ ptime -m timeout 2h cargo xtask check-features --ci
17762026-06-22T19:26:54.226Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17772026-06-22T19:26:54.433Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17782026-06-22T19:26:56.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
17792026-06-22T19:26:56.343Z Running `target/debug/xtask check-features --ci`
17802026-06-22T19:26:56.366Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17812026-06-22T19:26:56.366Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17822026-06-22T19:26:56.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17832026-06-22T19:26:56.803Z Running `target/debug/xtask download cargo-hack`
17842026-06-22T19:26:57.513Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17852026-06-22T19:26:57.811Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17862026-06-22T19:27:00.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.55s
17872026-06-22T19:27:00.541Z Running `target/debug/xtask-downloader cargo-hack`
17882026-06-22T19:27:00.604ZJun 22 19:26:58.788 INFO Starting download, target: CargoHack
17892026-06-22T19:27:00.633ZJun 22 19:26:58.789 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17902026-06-22T19:27:00.786ZJun 22 19:26:58.990 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17912026-06-22T19:27:00.836ZJun 22 19:26:59.039 INFO Download complete, target: CargoHack
17922026-06-22T19:27:00.854Zrunning: "/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"
17932026-06-22T19:27:00.874Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17942026-06-22T19:27:01.016Zinfo: running `cargo check --bins` on api_identity (1/298)
17952026-06-22T19:27:01.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17962026-06-22T19:27:01.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17972026-06-22T19:27:01.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17982026-06-22T19:27:01.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17992026-06-22T19:27:01.502Z
18002026-06-22T19:27:01.502Zinfo: running `cargo check --bins` on bootstore (2/298)
18012026-06-22T19:27:01.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18022026-06-22T19:27:01.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18032026-06-22T19:27:01.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18042026-06-22T19:27:01.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18052026-06-22T19:27:02.021Z
18062026-06-22T19:27:02.021Zinfo: running `cargo check --bins` on omicron-ledger (3/298)
18072026-06-22T19:27:02.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18082026-06-22T19:27:02.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18092026-06-22T19:27:02.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18102026-06-22T19:27:02.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18112026-06-22T19:27:02.501Z
18122026-06-22T19:27:02.501Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/298)
18132026-06-22T19:27:02.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18142026-06-22T19:27:02.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18152026-06-22T19:27:02.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18162026-06-22T19:27:02.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18172026-06-22T19:27:03.006Z
18182026-06-22T19:27:03.006Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/298)
18192026-06-22T19:27:03.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202026-06-22T19:27:03.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212026-06-22T19:27:03.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222026-06-22T19:27:03.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18232026-06-22T19:27:03.514Z
18242026-06-22T19:27:03.514Zinfo: running `cargo check --bins` on omicron-certificates (6/298)
18252026-06-22T19:27:03.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-06-22T19:27:03.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-06-22T19:27:03.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-06-22T19:27:03.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18292026-06-22T19:27:04.033Z
18302026-06-22T19:27:04.033Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/298)
18312026-06-22T19:27:04.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-06-22T19:27:04.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-06-22T19:27:04.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-06-22T19:27:04.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18352026-06-22T19:27:04.543Z
18362026-06-22T19:27:04.543Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/298)
18372026-06-22T19:27:04.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-06-22T19:27:04.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-06-22T19:27:04.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-06-22T19:27:05.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18412026-06-22T19:27:05.052Z
18422026-06-22T19:27:05.052Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/298)
18432026-06-22T19:27:05.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-06-22T19:27:05.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-06-22T19:27:05.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-06-22T19:27:05.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18472026-06-22T19:27:05.459Z
18482026-06-22T19:27:05.459Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/298)
18492026-06-22T19:27:06.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-06-22T19:27:06.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-06-22T19:27:06.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-06-22T19:27:06.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18532026-06-22T19:27:06.199Z
18542026-06-22T19:27:06.199Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/298)
18552026-06-22T19:27:06.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-06-22T19:27:06.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-06-22T19:27:06.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-06-22T19:27:06.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18592026-06-22T19:27:06.220Z
18602026-06-22T19:27:06.220Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/298)
18612026-06-22T19:27:06.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-06-22T19:27:06.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-06-22T19:27:06.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-06-22T19:27:06.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18652026-06-22T19:27:06.618Z
18662026-06-22T19:27:06.618Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/298)
18672026-06-22T19:27:06.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-06-22T19:27:06.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-06-22T19:27:06.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-06-22T19:27:06.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18712026-06-22T19:27:06.991Z
18722026-06-22T19:27:06.991Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/298)
18732026-06-22T19:27:07.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-06-22T19:27:07.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-06-22T19:27:07.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-06-22T19:27:07.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18772026-06-22T19:27:07.786Z
18782026-06-22T19:27:07.786Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/298)
18792026-06-22T19:27:07.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-06-22T19:27:07.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-06-22T19:27:07.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-06-22T19:27:07.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18832026-06-22T19:27:07.792Z
18842026-06-22T19:27:07.792Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/298)
18852026-06-22T19:27:08.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-06-22T19:27:08.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-06-22T19:27:08.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-06-22T19:27:08.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18892026-06-22T19:27:08.149Z
18902026-06-22T19:27:08.149Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/298)
18912026-06-22T19:27:08.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-06-22T19:27:08.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-06-22T19:27:08.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-06-22T19:27:08.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18952026-06-22T19:27:08.541Z
18962026-06-22T19:27:08.541Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/298)
18972026-06-22T19:27:08.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-06-22T19:27:09.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-06-22T19:27:09.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-06-22T19:27:09.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19012026-06-22T19:27:09.289Z
19022026-06-22T19:27:09.289Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/298)
19032026-06-22T19:27:09.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-06-22T19:27:09.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-06-22T19:27:09.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-06-22T19:27:09.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19072026-06-22T19:27:09.311Z
19082026-06-22T19:27:09.311Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/298)
19092026-06-22T19:27:09.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-06-22T19:27:09.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-06-22T19:27:09.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-06-22T19:27:09.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19132026-06-22T19:27:09.699Z
19142026-06-22T19:27:09.699Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/298)
19152026-06-22T19:27:10.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-06-22T19:27:10.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-06-22T19:27:10.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-06-22T19:27:10.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19192026-06-22T19:27:10.097Z
19202026-06-22T19:27:10.098Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/298)
19212026-06-22T19:27:10.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-06-22T19:27:10.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-06-22T19:27:10.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-06-22T19:27:10.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19252026-06-22T19:27:10.481Z
19262026-06-22T19:27:10.482Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/298)
19272026-06-22T19:27:10.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-06-22T19:27:10.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-06-22T19:27:10.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-06-22T19:27:10.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19312026-06-22T19:27:10.875Z
19322026-06-22T19:27:10.876Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/298)
19332026-06-22T19:27:11.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-06-22T19:27:11.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-06-22T19:27:11.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-06-22T19:27:11.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19372026-06-22T19:27:11.270Z
19382026-06-22T19:27:11.270Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/298)
19392026-06-22T19:27:12.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-06-22T19:27:12.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-06-22T19:27:12.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-06-22T19:27:12.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19432026-06-22T19:27:12.028Z
19442026-06-22T19:27:12.028Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/298)
19452026-06-22T19:27:12.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-06-22T19:27:12.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-06-22T19:27:12.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-06-22T19:27:12.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19492026-06-22T19:27:12.038Z
19502026-06-22T19:27:12.038Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/298)
19512026-06-22T19:27:12.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-06-22T19:27:12.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-06-22T19:27:12.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-06-22T19:27:12.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19552026-06-22T19:27:12.429Z
19562026-06-22T19:27:12.429Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/298)
19572026-06-22T19:27:12.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-06-22T19:27:12.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-06-22T19:27:12.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-06-22T19:27:12.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19612026-06-22T19:27:12.810Z
19622026-06-22T19:27:12.810Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/298)
19632026-06-22T19:27:13.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-06-22T19:27:13.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-06-22T19:27:13.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-06-22T19:27:13.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19672026-06-22T19:27:13.578Z
19682026-06-22T19:27:13.578Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/298)
19692026-06-22T19:27:13.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-06-22T19:27:13.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-06-22T19:27:13.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-06-22T19:27:13.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19732026-06-22T19:27:13.584Z
19742026-06-22T19:27:13.584Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/298)
19752026-06-22T19:27:13.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-06-22T19:27:13.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-06-22T19:27:13.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-06-22T19:27:13.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19792026-06-22T19:27:13.972Z
19802026-06-22T19:27:13.972Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/298)
19812026-06-22T19:27:14.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-06-22T19:27:14.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-06-22T19:27:14.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-06-22T19:27:14.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19852026-06-22T19:27:14.356Z
19862026-06-22T19:27:14.356Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/298)
19872026-06-22T19:27:14.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-06-22T19:27:14.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-06-22T19:27:14.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-06-22T19:27:14.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19912026-06-22T19:27:14.737Z
19922026-06-22T19:27:14.738Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/298)
19932026-06-22T19:27:15.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-06-22T19:27:15.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-06-22T19:27:15.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-06-22T19:27:15.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19972026-06-22T19:27:15.118Z
19982026-06-22T19:27:15.118Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/298)
19992026-06-22T19:27:15.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-06-22T19:27:15.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-06-22T19:27:15.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-06-22T19:27:15.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20032026-06-22T19:27:15.501Z
20042026-06-22T19:27:15.501Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/298)
20052026-06-22T19:27:15.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-06-22T19:27:15.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-06-22T19:27:15.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-06-22T19:27:15.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20092026-06-22T19:27:15.884Z
20102026-06-22T19:27:15.884Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/298)
20112026-06-22T19:27:16.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-06-22T19:27:16.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-06-22T19:27:16.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-06-22T19:27:16.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20152026-06-22T19:27:16.272Z
20162026-06-22T19:27:16.272Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/298)
20172026-06-22T19:27:16.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-06-22T19:27:16.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-06-22T19:27:16.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-06-22T19:27:16.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20212026-06-22T19:27:16.653Z
20222026-06-22T19:27:16.653Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/298)
20232026-06-22T19:27:16.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-06-22T19:27:16.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-06-22T19:27:16.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-06-22T19:27:16.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20272026-06-22T19:27:17.040Z
20282026-06-22T19:27:17.040Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/298)
20292026-06-22T19:27:17.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-06-22T19:27:17.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-06-22T19:27:17.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-06-22T19:27:17.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20332026-06-22T19:27:17.792Z
20342026-06-22T19:27:17.792Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/298)
20352026-06-22T19:27:17.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-06-22T19:27:17.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-06-22T19:27:17.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-06-22T19:27:17.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20392026-06-22T19:27:17.803Z
20402026-06-22T19:27:17.803Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/298)
20412026-06-22T19:27:18.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-06-22T19:27:18.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-06-22T19:27:18.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-06-22T19:27:18.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20452026-06-22T19:27:18.187Z
20462026-06-22T19:27:18.187Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/298)
20472026-06-22T19:27:18.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-06-22T19:27:18.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-06-22T19:27:18.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-06-22T19:27:18.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20512026-06-22T19:27:18.567Z
20522026-06-22T19:27:18.567Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/298)
20532026-06-22T19:27:18.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-06-22T19:27:18.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-06-22T19:27:18.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-06-22T19:27:18.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20572026-06-22T19:27:18.955Z
20582026-06-22T19:27:18.955Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/298)
20592026-06-22T19:27:19.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-06-22T19:27:19.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-06-22T19:27:19.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-06-22T19:27:19.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20632026-06-22T19:27:19.345Z
20642026-06-22T19:27:19.345Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/298)
20652026-06-22T19:27:19.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-06-22T19:27:19.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-06-22T19:27:19.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-06-22T19:27:19.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20692026-06-22T19:27:19.726Z
20702026-06-22T19:27:19.726Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/298)
20712026-06-22T19:27:20.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-06-22T19:27:20.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-06-22T19:27:20.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-06-22T19:27:20.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20752026-06-22T19:27:20.109Z
20762026-06-22T19:27:20.109Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/298)
20772026-06-22T19:27:20.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-06-22T19:27:20.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-06-22T19:27:20.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-06-22T19:27:20.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20812026-06-22T19:27:20.491Z
20822026-06-22T19:27:20.491Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/298)
20832026-06-22T19:27:20.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-06-22T19:27:20.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-06-22T19:27:20.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-06-22T19:27:20.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
20872026-06-22T19:27:21.041Z
20882026-06-22T19:27:21.041Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/298)
20892026-06-22T19:27:21.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-06-22T19:27:21.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-06-22T19:27:21.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-06-22T19:27:21.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
20932026-06-22T19:27:21.593Z
20942026-06-22T19:27:21.593Zinfo: running `cargo check --bins` on nexus-config (51/298)
20952026-06-22T19:27:22.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-06-22T19:27:22.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-06-22T19:27:22.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-06-22T19:27:22.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
20992026-06-22T19:27:22.141Z
21002026-06-22T19:27:22.141Zinfo: running `cargo check --bins` on nexus-types (52/298)
21012026-06-22T19:27:22.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-06-22T19:27:22.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-06-22T19:27:22.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-06-22T19:27:22.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21052026-06-22T19:27:22.701Z
21062026-06-22T19:27:22.701Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/298)
21072026-06-22T19:27:23.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-06-22T19:27:23.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-06-22T19:27:23.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-06-22T19:27:23.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21112026-06-22T19:27:23.212Z
21122026-06-22T19:27:23.212Zinfo: running `cargo check --bins` on omicron-passwords (54/298)
21132026-06-22T19:27:23.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-06-22T19:27:23.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-06-22T19:27:23.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-06-22T19:27:23.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21172026-06-22T19:27:23.714Z
21182026-06-22T19:27:23.714Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/298)
21192026-06-22T19:27:24.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-06-22T19:27:24.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-06-22T19:27:24.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-06-22T19:27:24.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21232026-06-22T19:27:24.636Z
21242026-06-22T19:27:24.636Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/298)
21252026-06-22T19:27:24.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-06-22T19:27:24.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-06-22T19:27:24.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-06-22T19:27:24.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21292026-06-22T19:27:24.753Z
21302026-06-22T19:27:24.753Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/298)
21312026-06-22T19:27:25.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-06-22T19:27:25.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-06-22T19:27:25.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-06-22T19:27:25.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21352026-06-22T19:27:25.276Z
21362026-06-22T19:27:25.276Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/298)
21372026-06-22T19:27:25.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-06-22T19:27:25.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-06-22T19:27:25.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-06-22T19:27:26.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21412026-06-22T19:27:26.540Z
21422026-06-22T19:27:26.540Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/298)
21432026-06-22T19:27:26.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-06-22T19:27:26.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-06-22T19:27:26.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-06-22T19:27:26.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21472026-06-22T19:27:26.551Z
21482026-06-22T19:27:26.552Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/298)
21492026-06-22T19:27:26.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-06-22T19:27:26.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-06-22T19:27:26.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-06-22T19:27:26.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21532026-06-22T19:27:26.801Z
21542026-06-22T19:27:26.801Zinfo: running `cargo check --bins --no-default-features` on gfss (61/298)
21552026-06-22T19:27:27.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-06-22T19:27:27.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-06-22T19:27:27.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-06-22T19:27:27.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21592026-06-22T19:27:27.301Z
21602026-06-22T19:27:27.301Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/298)
21612026-06-22T19:27:27.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-06-22T19:27:27.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-06-22T19:27:27.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-06-22T19:27:27.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21652026-06-22T19:27:27.798Z
21662026-06-22T19:27:27.798Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/298)
21672026-06-22T19:27:28.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-06-22T19:27:28.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-06-22T19:27:28.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-06-22T19:27:28.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21712026-06-22T19:27:28.648Z
21722026-06-22T19:27:28.648Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/298)
21732026-06-22T19:27:28.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-06-22T19:27:28.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-06-22T19:27:28.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-06-22T19:27:28.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21772026-06-22T19:27:29.236Z
21782026-06-22T19:27:29.236Zinfo: running `cargo check --bins` on cockroach-admin-types (65/298)
21792026-06-22T19:27:29.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-06-22T19:27:29.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-06-22T19:27:29.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-06-22T19:27:29.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21832026-06-22T19:27:29.335Z
21842026-06-22T19:27:29.335Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/298)
21852026-06-22T19:27:29.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-06-22T19:27:29.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-06-22T19:27:29.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-06-22T19:27:29.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21892026-06-22T19:27:29.826Z
21902026-06-22T19:27:29.826Zinfo: running `cargo check --bins` on ereport-types (67/298)
21912026-06-22T19:27:30.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-06-22T19:27:30.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-06-22T19:27:30.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-06-22T19:27:30.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21952026-06-22T19:27:30.333Z
21962026-06-22T19:27:30.333Zinfo: running `cargo check --bins` on gateway-client (68/298)
21972026-06-22T19:27:30.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-06-22T19:27:30.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-06-22T19:27:30.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-06-22T19:27:30.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22012026-06-22T19:27:30.845Z
22022026-06-22T19:27:30.845Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/298)
22032026-06-22T19:27:31.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-06-22T19:27:31.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-06-22T19:27:31.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-06-22T19:27:31.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
22072026-06-22T19:27:31.347Z
22082026-06-22T19:27:31.347Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/298)
22092026-06-22T19:27:31.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-06-22T19:27:31.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-06-22T19:27:31.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-06-22T19:27:31.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
22132026-06-22T19:27:31.854Z
22142026-06-22T19:27:31.854Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/298)
22152026-06-22T19:27:32.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-06-22T19:27:32.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-06-22T19:27:32.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-06-22T19:27:32.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22192026-06-22T19:27:32.708Z
22202026-06-22T19:27:32.708Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/298)
22212026-06-22T19:27:32.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-06-22T19:27:32.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-06-22T19:27:32.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-06-22T19:27:32.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22252026-06-22T19:27:32.876Z
22262026-06-22T19:27:32.876Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/298)
22272026-06-22T19:27:33.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-06-22T19:27:33.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-06-22T19:27:33.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-06-22T19:27:33.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22312026-06-22T19:27:33.820Z
22322026-06-22T19:27:33.820Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/298)
22332026-06-22T19:27:33.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-06-22T19:27:34.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-06-22T19:27:34.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-06-22T19:27:34.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22372026-06-22T19:27:34.268Z
22382026-06-22T19:27:34.268Zinfo: running `cargo check --bins` on key-manager-types (75/298)
22392026-06-22T19:27:34.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-06-22T19:27:34.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-06-22T19:27:34.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-06-22T19:27:34.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
22432026-06-22T19:27:34.432Z
22442026-06-22T19:27:34.433Zinfo: running `cargo check --bins` on oxlog (76/298)
22452026-06-22T19:27:34.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-06-22T19:27:34.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-06-22T19:27:34.975Z Checking cfg-if v1.0.4
22482026-06-22T19:27:34.979Z Checking libc v0.2.185
22492026-06-22T19:27:34.979Z Checking serde_core v1.0.228
22502026-06-22T19:27:35.086Z Checking zeroize v1.8.2
22512026-06-22T19:27:35.094Z Checking memchr v2.8.0
22522026-06-22T19:27:35.102Z Checking log v0.4.29
22532026-06-22T19:27:35.115Z Checking smallvec v1.15.1
22542026-06-22T19:27:35.122Z Checking typenum v1.19.0
22552026-06-22T19:27:35.132Z Checking subtle v2.6.1
22562026-06-22T19:27:35.223Z Checking itoa v1.0.17
22572026-06-22T19:27:35.254Z Checking scopeguard v1.2.0
22582026-06-22T19:27:35.685Z Checking stable_deref_trait v1.2.1
22592026-06-22T19:27:35.688Z Checking const-oid v0.9.6
22602026-06-22T19:27:35.688Z Checking zerofrom v0.1.6
22612026-06-22T19:27:35.688Z Checking lock_api v0.4.14
22622026-06-22T19:27:35.688Z Checking pin-project-lite v0.2.17
22632026-06-22T19:27:35.688Z Checking yoke v0.8.1
22642026-06-22T19:27:35.688Z Checking portable-atomic v1.13.1
22652026-06-22T19:27:35.688Z Checking getrandom v0.2.17
22662026-06-22T19:27:35.688Z Checking errno v0.3.14
22672026-06-22T19:27:35.688Z Checking parking_lot_core v0.9.12
22682026-06-22T19:27:35.688Z Checking zerovec v0.11.5
22692026-06-22T19:27:35.688Z Checking signal-hook-registry v1.4.8
22702026-06-22T19:27:35.688Z Checking generic-array v0.14.7
22712026-06-22T19:27:35.688Z Checking rand_core v0.6.4
22722026-06-22T19:27:35.713Z Checking critical-section v1.2.0
22732026-06-22T19:27:35.770Z Checking futures-core v0.3.32
22742026-06-22T19:27:35.808Z Checking parking_lot v0.12.5
22752026-06-22T19:27:35.808Z Checking mio v1.2.0
22762026-06-22T19:27:35.843Z Checking once_cell v1.21.3
22772026-06-22T19:27:35.885Z Checking zerocopy v0.8.40
22782026-06-22T19:27:35.945Z Checking zmij v1.0.21
22792026-06-22T19:27:36.001Z Checking socket2 v0.6.3
22802026-06-22T19:27:36.009Z Checking libm v0.2.16
22812026-06-22T19:27:36.031Z Checking tinystr v0.8.2
22822026-06-22T19:27:36.060Z Checking crypto-common v0.1.7
22832026-06-22T19:27:36.082Z Checking block-buffer v0.10.4
22842026-06-22T19:27:36.147Z Checking equivalent v1.0.2
22852026-06-22T19:27:36.175Z Checking litemap v0.8.1
22862026-06-22T19:27:36.207Z Checking writeable v0.6.2
22872026-06-22T19:27:36.214Z Checking digest v0.10.7
22882026-06-22T19:27:36.222Z Checking percent-encoding v2.3.2
22892026-06-22T19:27:36.236Z Checking potential_utf v0.1.4
22902026-06-22T19:27:36.342Z Checking zerotrie v0.2.3
22912026-06-22T19:27:36.356Z Checking icu_locale_core v2.1.1
22922026-06-22T19:27:36.367Z Checking futures-sink v0.3.32
22932026-06-22T19:27:36.379Z Checking icu_collections v2.1.1
22942026-06-22T19:27:36.393Z Checking cpufeatures v0.2.17
22952026-06-22T19:27:36.458Z Checking futures-channel v0.3.32
22962026-06-22T19:27:36.461Z Checking futures-io v0.3.32
22972026-06-22T19:27:36.563Z Checking serde v1.0.228
22982026-06-22T19:27:36.576Z Checking bitflags v2.11.0
22992026-06-22T19:27:36.579Z Checking serde_json v1.0.149
23002026-06-22T19:27:36.645Z Checking slab v0.4.12
23012026-06-22T19:27:36.672Z Checking futures-task v0.3.32
23022026-06-22T19:27:36.700Z Checking num-traits v0.2.19
23032026-06-22T19:27:36.741Z Checking hmac v0.12.1
23042026-06-22T19:27:36.800Z Checking futures-util v0.3.32
23052026-06-22T19:27:37.215Z Checking icu_normalizer_data v2.1.1
23062026-06-22T19:27:37.220Z Checking icu_properties_data v2.1.2
23072026-06-22T19:27:37.220Z Checking rand_core v0.10.0
23082026-06-22T19:27:37.220Z Checking icu_provider v2.1.1
23092026-06-22T19:27:37.220Z Checking bytes v1.11.1
23102026-06-22T19:27:37.220Z Checking hashbrown v0.17.0
23112026-06-22T19:27:37.220Z Checking getrandom v0.4.1
23122026-06-22T19:27:37.220Z Checking icu_normalizer v2.1.1
23132026-06-22T19:27:37.220Z Checking icu_properties v2.1.2
23142026-06-22T19:27:37.230Z Checking block-padding v0.3.3
23152026-06-22T19:27:37.244Z Checking utf8_iter v1.0.4
23162026-06-22T19:27:37.350Z Checking inout v0.1.4
23172026-06-22T19:27:37.366Z Checking sha2 v0.10.9
23182026-06-22T19:27:37.389Z Checking tokio v1.52.1
23192026-06-22T19:27:37.421Z Checking form_urlencoded v1.2.2
23202026-06-22T19:27:37.440Z Checking indexmap v2.14.0
23212026-06-22T19:27:37.484Z Checking cipher v0.4.4
23222026-06-22T19:27:37.545Z Checking getrandom v0.3.4
23232026-06-22T19:27:37.655Z Checking byteorder v1.5.0
23242026-06-22T19:27:37.682Z Checking fnv v1.0.7
23252026-06-22T19:27:37.695Z Checking base64ct v1.8.3
23262026-06-22T19:27:37.776Z Checking flagset v0.4.7
23272026-06-22T19:27:37.839Z Checking rand_core v0.9.5
23282026-06-22T19:27:37.895Z Checking http v1.4.0
23292026-06-22T19:27:37.922Z Checking pem-rfc7468 v0.7.0
23302026-06-22T19:27:37.988Z Checking idna_adapter v1.2.1
23312026-06-22T19:27:38.405Z Checking regex-syntax v0.8.10
23322026-06-22T19:27:38.408Z Checking salsa20 v0.10.2
23332026-06-22T19:27:38.408Z Checking der v0.7.10
23342026-06-22T19:27:38.409Z Checking idna v1.1.0
23352026-06-22T19:27:38.409Z Checking uuid v1.23.0
23362026-06-22T19:27:38.409Z Checking url v2.5.8
23372026-06-22T19:27:38.462Z Checking pbkdf2 v0.12.2
23382026-06-22T19:27:38.484Z Checking rustix v1.1.3
23392026-06-22T19:27:38.568Z Checking tracing-core v0.1.36
23402026-06-22T19:27:38.662Z Checking ppv-lite86 v0.2.21
23412026-06-22T19:27:38.759Z Checking rustls-pki-types v1.14.0
23422026-06-22T19:27:38.807Z Checking iana-time-zone v0.1.65
23432026-06-22T19:27:39.246Z Checking spki v0.7.3
23442026-06-22T19:27:39.250Z Checking base64 v0.22.1
23452026-06-22T19:27:39.250Z Checking chrono v0.4.44
23462026-06-22T19:27:39.250Z Checking rand_chacha v0.9.0
23472026-06-22T19:27:39.250Z Checking tracing v0.1.44
23482026-06-22T19:27:39.250Z Checking scrypt v0.11.0
23492026-06-22T19:27:39.250Z Checking http-body v1.0.1
23502026-06-22T19:27:39.250Z Checking cbc v0.1.2
23512026-06-22T19:27:39.250Z Checking aes v0.8.4
23522026-06-22T19:27:39.250Z Checking aws-lc-sys v0.40.0
23532026-06-22T19:27:39.250Z Checking tinyvec_macros v0.1.1
23542026-06-22T19:27:39.272Z Checking untrusted v0.7.1
23552026-06-22T19:27:39.296Z Checking openssl-probe v0.2.1
23562026-06-22T19:27:39.718Z Checking untrusted v0.9.0
23572026-06-22T19:27:39.722Z Checking tinyvec v1.10.0
23582026-06-22T19:27:39.722Z Checking rand v0.9.2
23592026-06-22T19:27:39.722Z Checking tower-layer v0.3.3
23602026-06-22T19:27:39.722Z Checking ring v0.17.14
23612026-06-22T19:27:39.722Z Checking atomic-waker v1.1.2
23622026-06-22T19:27:39.722Z Checking pkcs5 v0.7.1
23632026-06-22T19:27:39.722Z Checking tower-service v0.3.3
23642026-06-22T19:27:39.722Z Checking try-lock v0.2.5
23652026-06-22T19:27:39.722Z Checking aws-lc-rs v1.16.3
23662026-06-22T19:27:39.722Z Checking ipnet v2.11.0
23672026-06-22T19:27:39.733Z Checking want v0.3.1
23682026-06-22T19:27:40.712Z Checking httparse v1.10.1
23692026-06-22T19:27:40.851Z Checking pkcs8 v0.10.2
23702026-06-22T19:27:40.851Z Checking aho-corasick v1.1.4
23712026-06-22T19:27:40.851Z Checking dyn-clone v1.0.20
23722026-06-22T19:27:40.851Z Checking fastrand v2.3.0
23732026-06-22T19:27:40.851Z Checking utf8parse v0.2.2
23742026-06-22T19:27:40.851Z Checking plain v0.2.3
23752026-06-22T19:27:40.851Z Checking pin-utils v0.1.0
23762026-06-22T19:27:40.851Z Checking httpdate v1.0.3
23772026-06-22T19:27:40.851Z Checking foreign-types-shared v0.1.1
23782026-06-22T19:27:40.851Z Checking unicode-normalization v0.1.25
23792026-06-22T19:27:40.851Z Checking tempfile v3.25.0
23802026-06-22T19:27:40.851Z Checking foreign-types v0.3.2
23812026-06-22T19:27:40.851Z Checking semver v1.0.28
23822026-06-22T19:27:40.851Z Checking openssl-sys v0.9.115
23832026-06-22T19:27:40.851Z Checking spin v0.9.8
23842026-06-22T19:27:40.852Z Checking socket2 v0.5.10
23852026-06-22T19:27:40.852Z Checking unicode-ident v1.0.24
23862026-06-22T19:27:40.852Z Checking ucd-trie v0.1.7
23872026-06-22T19:27:40.852Z Checking anstyle v1.0.14
23882026-06-22T19:27:40.852Z Checking regex-automata v0.4.14
23892026-06-22T19:27:40.852Z Checking proc-macro2 v1.0.106
23902026-06-22T19:27:40.852Z Checking rustls-webpki v0.103.9
23912026-06-22T19:27:40.852Z Checking openssl v0.10.79
23922026-06-22T19:27:40.852Z Checking pest v2.8.6
23932026-06-22T19:27:40.852Z Checking tokio-util v0.7.18
23942026-06-22T19:27:40.852Z Checking schemars v0.8.22
23952026-06-22T19:27:40.852Z Checking rustls-native-certs v0.8.3
23962026-06-22T19:27:40.999Z Checking thiserror v2.0.18
23972026-06-22T19:27:40.999Z Checking sync_wrapper v1.0.2
23982026-06-22T19:27:41.694Z Checking wait-timeout v0.2.1
23992026-06-22T19:27:41.694Z Checking bit-vec v0.8.0
24002026-06-22T19:27:41.694Z Checking rustls v0.23.37
24012026-06-22T19:27:41.755Z Checking is_terminal_polyfill v1.70.2
24022026-06-22T19:27:41.755Z Checking anstyle-query v1.1.5
24032026-06-22T19:27:41.755Z Checking pretty-hex v0.4.1
24042026-06-22T19:27:41.755Z Checking quick-error v1.2.3
24052026-06-22T19:27:41.755Z Checking h2 v0.4.13
24062026-06-22T19:27:41.755Z Checking siphasher v1.0.2
24072026-06-22T19:27:41.755Z Checking colorchoice v1.0.4
24082026-06-22T19:27:41.755Z Checking simd-adler32 v0.3.8
24092026-06-22T19:27:41.755Z Checking powerfmt v0.2.0
24102026-06-22T19:27:41.756Z Checking rusty-fork v0.3.1
24112026-06-22T19:27:41.756Z Checking bit-set v0.8.0
24122026-06-22T19:27:41.756Z Checking deranged v0.5.8
24132026-06-22T19:27:41.756Z Checking tower v0.5.3
24142026-06-22T19:27:41.756Z Checking quote v1.0.45
24152026-06-22T19:27:41.756Z Compiling newtype-uuid v1.3.2
24162026-06-22T19:27:41.822Z Checking http-body-util v0.1.3
24172026-06-22T19:27:41.858Z Checking webpki-roots v1.0.6
24182026-06-22T19:27:42.072Z Checking crossbeam-utils v0.8.21
24192026-06-22T19:27:42.144Z Checking rand_xorshift v0.4.0
24202026-06-22T19:27:42.145Z Checking crc32fast v1.5.0
24212026-06-22T19:27:42.219Z Checking scroll v0.13.0
24222026-06-22T19:27:42.219Z Checking signature v2.2.0
24232026-06-22T19:27:42.594Z Checking unicode-bidi v0.3.18
24242026-06-22T19:27:42.688Z Checking ryu v1.0.23
24252026-06-22T19:27:42.688Z Checking num_threads v0.1.7
24262026-06-22T19:27:42.688Z Checking adler2 v2.0.1
24272026-06-22T19:27:42.688Z Checking iri-string v0.7.10
24282026-06-22T19:27:42.688Z Checking num-conv v0.2.0
24292026-06-22T19:27:42.689Z Checking unarray v0.1.4
24302026-06-22T19:27:42.689Z Checking time-core v0.1.8
24312026-06-22T19:27:42.689Z Checking allocator-api2 v0.2.21
24322026-06-22T19:27:42.689Z Checking unicode-properties v0.1.4
24332026-06-22T19:27:42.689Z Checking proptest v1.10.0
24342026-06-22T19:27:42.689Z Checking time v0.3.47
24352026-06-22T19:27:42.689Z Checking native-tls v0.2.18
24362026-06-22T19:27:42.718Z Checking stringprep v0.1.5
24372026-06-22T19:27:42.894Z Checking tokio-native-tls v0.3.1
24382026-06-22T19:27:42.955Z Checking miniz_oxide v0.8.9
24392026-06-22T19:27:42.955Z Checking serde_urlencoded v0.7.1
24402026-06-22T19:27:43.014Z Checking bstr v1.12.1
24412026-06-22T19:27:43.099Z Checking goblin v0.10.5
24422026-06-22T19:27:43.225Z Checking crossbeam-epoch v0.9.18
24432026-06-22T19:27:43.359Z Compiling daft v0.1.7
24442026-06-22T19:27:43.420Z Checking tokio-rustls v0.26.4
24452026-06-22T19:27:43.441Z Checking syn v2.0.117
24462026-06-22T19:27:43.467Z Checking tower-http v0.6.8
24472026-06-22T19:27:43.629Z Checking ipnetwork v0.21.1
24482026-06-22T19:27:43.657Z Checking anstyle-parse v1.0.0
24492026-06-22T19:27:43.765Z Checking rand_chacha v0.3.1
24502026-06-22T19:27:43.783Z Checking thiserror v1.0.69
24512026-06-22T19:27:43.783Z Checking scroll v0.12.0
24522026-06-22T19:27:43.834Z Checking zstd-sys v2.0.16+zstd.1.5.7
24532026-06-22T19:27:44.266Z Checking hash32 v0.2.1
24542026-06-22T19:27:44.293Z Checking num-integer v0.1.46
24552026-06-22T19:27:44.293Z Checking serde_spanned v0.6.9
24562026-06-22T19:27:44.293Z Checking hyper v1.8.1
24572026-06-22T19:27:44.293Z Checking toml_datetime v0.6.11
24582026-06-22T19:27:44.293Z Checking md-5 v0.10.6
24592026-06-22T19:27:44.293Z Checking ff v0.13.1
24602026-06-22T19:27:44.293Z Checking encoding_rs v0.8.35
24612026-06-22T19:27:44.293Z Checking base16ct v0.2.0
24622026-06-22T19:27:44.293Z Checking fallible-iterator v0.2.0
24632026-06-22T19:27:44.293Z Checking psl-types v2.0.11
24642026-06-22T19:27:44.293Z Checking mime v0.3.17
24652026-06-22T19:27:44.324Z Checking zlib-rs v0.6.2
24662026-06-22T19:27:44.442Z Checking postgres-protocol v0.6.10
24672026-06-22T19:27:44.492Z Checking publicsuffix v2.3.0
24682026-06-22T19:27:44.542Z Checking sec1 v0.7.3
24692026-06-22T19:27:44.611Z Checking group v0.13.0
24702026-06-22T19:27:44.742Z Checking num-iter v0.1.45
24712026-06-22T19:27:44.922Z Checking goblin v0.8.2
24722026-06-22T19:27:44.922Z Checking heapless v0.7.17
24732026-06-22T19:27:45.370Z Checking zstd-safe v7.2.4
24742026-06-22T19:27:45.370Z Checking hyper-util v0.1.20
24752026-06-22T19:27:45.388Z Checking rand v0.8.6
24762026-06-22T19:27:45.388Z Checking oxnet v0.1.6
24772026-06-22T19:27:45.388Z Checking anstream v1.0.0
24782026-06-22T19:27:45.388Z Checking flate2 v1.1.9
24792026-06-22T19:27:45.388Z Checking cookie v0.18.1
24802026-06-22T19:27:45.388Z Compiling iddqd v0.4.2
24812026-06-22T19:27:45.430Z Checking dof v0.4.0
24822026-06-22T19:27:45.488Z Checking dtrace-parser v0.3.0
24832026-06-22T19:27:45.500Z Checking phf_shared v0.13.1
24842026-06-22T19:27:45.547Z Checking lazy_static v1.5.0
24852026-06-22T19:27:45.657Z Checking anstyle-parse v0.2.7
24862026-06-22T19:27:46.096Z Checking zerocopy v0.7.35
24872026-06-22T19:27:46.122Z Checking pin-project v1.1.11
24882026-06-22T19:27:46.122Z Checking bzip2-sys v0.1.13+1.0.8
24892026-06-22T19:27:46.122Z Checking signal-hook v0.3.18
24902026-06-22T19:27:46.122Z Checking terminal_size v0.4.3
24912026-06-22T19:27:46.122Z Checking futures-executor v0.3.32
24922026-06-22T19:27:46.122Z Checking hex v0.4.3
24932026-06-22T19:27:46.123Z Checking hkdf v0.12.4
24942026-06-22T19:27:46.123Z Checking crypto-bigint v0.5.5
24952026-06-22T19:27:46.123Z Checking thread-id v5.1.0
24962026-06-22T19:27:46.123Z Checking same-file v1.0.6
24972026-06-22T19:27:46.182Z Checking foldhash v0.1.5
24982026-06-22T19:27:46.183Z Checking hyper-rustls v0.27.7
24992026-06-22T19:27:46.195Z Checking hyper-tls v0.6.0
25002026-06-22T19:27:46.195Z Compiling rayon-core v1.13.0
25012026-06-22T19:27:46.195Z Checking bitflags v1.3.2
25022026-06-22T19:27:46.644Z Checking strsim v0.11.1
25032026-06-22T19:27:46.644Z Checking winnow v0.7.14
25042026-06-22T19:27:46.644Z Checking either v1.15.0
25052026-06-22T19:27:46.645Z Checking winnow v0.5.40
25062026-06-22T19:27:46.645Z Checking foldhash v0.2.0
25072026-06-22T19:27:46.645Z Checking clap_lex v1.0.0
25082026-06-22T19:27:46.645Z Checking managed v0.8.0
25092026-06-22T19:27:46.645Z Checking libbz2-rs-sys v0.2.2
25102026-06-22T19:27:46.645Z Checking bumpalo v3.20.2
25112026-06-22T19:27:46.645Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25122026-06-22T19:27:46.645Z Checking dof v0.3.0
25132026-06-22T19:27:46.686Z Checking smoltcp v0.9.1
25142026-06-22T19:27:46.758Z Checking zopfli v0.8.3
25152026-06-22T19:27:46.814Z Checking clap_builder v4.6.0
25162026-06-22T19:27:46.885Z Checking elliptic-curve v0.13.8
25172026-06-22T19:27:46.923Z Checking bzip2 v0.6.1
25182026-06-22T19:27:46.945Z Checking hashbrown v0.16.1
25192026-06-22T19:27:47.067Z Checking reqwest v0.12.28
25202026-06-22T19:27:47.547Z Checking hashbrown v0.15.5
25212026-06-22T19:27:47.592Z Checking walkdir v2.5.0
25222026-06-22T19:27:47.593Z Checking usdt-impl v0.6.0
25232026-06-22T19:27:47.593Z Checking signal-hook-mio v0.2.5
25242026-06-22T19:27:47.593Z Checking futures v0.3.32
25252026-06-22T19:27:47.593Z Checking snafu v0.8.9
25262026-06-22T19:27:47.593Z Checking bzip2 v0.4.4
25272026-06-22T19:27:47.593Z Checking toml_edit v0.19.15
25282026-06-22T19:27:47.593Z Checking anstream v0.6.21
25292026-06-22T19:27:47.593Z Checking phf v0.13.1
25302026-06-22T19:27:47.593Z Checking num-bigint-dig v0.8.6
25312026-06-22T19:27:48.029Z Checking cookie_store v0.22.1
25322026-06-22T19:27:48.060Z Checking zstd v0.13.3
25332026-06-22T19:27:48.060Z Checking postgres-types v0.2.12
25342026-06-22T19:27:48.060Z Checking dtrace-parser v0.2.0
25352026-06-22T19:27:48.060Z Checking crossbeam-deque v0.8.6
25362026-06-22T19:27:48.060Z Checking rustls-platform-verifier v0.6.2
25372026-06-22T19:27:48.060Z Checking globset v0.4.18
25382026-06-22T19:27:48.061Z Checking regex v1.12.3
25392026-06-22T19:27:48.061Z Checking ed25519 v2.2.3
25402026-06-22T19:27:48.090Z Checking phf_shared v0.11.3
25412026-06-22T19:27:48.112Z Checking olpc-cjson v0.1.4
25422026-06-22T19:27:48.148Z Checking ref-cast v1.0.25
25432026-06-22T19:27:48.593Z Checking curve25519-dalek v4.1.3
25442026-06-22T19:27:48.599Z Checking strum v0.27.2
25452026-06-22T19:27:48.599Z Checking hubpack v0.1.2
25462026-06-22T19:27:48.599Z Checking memoffset v0.9.1
25472026-06-22T19:27:48.599Z Checking rustix v0.38.44
25482026-06-22T19:27:48.599Z Checking pkcs1 v0.7.5
25492026-06-22T19:27:48.599Z Checking pem v3.0.6
25502026-06-22T19:27:48.599Z Checking float-cmp v0.10.0
25512026-06-22T19:27:48.599Z Checking serde_plain v1.0.2
25522026-06-22T19:27:48.599Z Checking erased-serde v0.3.31
25532026-06-22T19:27:48.599Z Checking serde-big-array v0.5.1
25542026-06-22T19:27:48.599Z Checking rfc6979 v0.4.0
25552026-06-22T19:27:48.599Z Checking thread-id v4.2.2
25562026-06-22T19:27:48.599Z Checking memmap2 v0.9.10
25572026-06-22T19:27:48.599Z Checking env_filter v1.0.0
25582026-06-22T19:27:48.599Z Checking static_assertions v1.1.0
25592026-06-22T19:27:48.599Z Checking toml_write v0.1.2
25602026-06-22T19:27:48.599Z Checking fixedbitset v0.5.7
25612026-06-22T19:27:48.633Z Checking difflib v0.4.0
25622026-06-22T19:27:48.662Z Checking jiff v0.2.21
25632026-06-22T19:27:48.672Z Checking whoami v2.1.0
25642026-06-22T19:27:49.124Z Checking unicode-segmentation v1.12.0
25652026-06-22T19:27:49.128Z Checking precomputed-hash v0.1.1
25662026-06-22T19:27:49.128Z Checking data-encoding v2.10.0
25672026-06-22T19:27:49.128Z Checking fixedbitset v0.4.2
25682026-06-22T19:27:49.128Z Checking keccak v0.1.6
25692026-06-22T19:27:49.128Z Checking predicates-core v1.0.10
25702026-06-22T19:27:49.128Z Checking normalize-line-endings v0.3.0
25712026-06-22T19:27:49.128Z Checking typed-path v0.9.3
25722026-06-22T19:27:49.128Z Checking new_debug_unreachable v1.0.6
25732026-06-22T19:27:49.128Z Checking sha3 v0.10.8
25742026-06-22T19:27:49.128Z Checking predicates v3.1.4
25752026-06-22T19:27:49.128Z Checking crossterm v0.28.1
25762026-06-22T19:27:49.128Z Checking hickory-proto v0.25.2
25772026-06-22T19:27:49.128Z Checking similar v2.7.0
25782026-06-22T19:27:49.128Z Checking string_cache v0.8.9
25792026-06-22T19:27:49.203Z Checking ed25519-dalek v2.2.0
25802026-06-22T19:27:49.224Z Checking petgraph v0.6.5
25812026-06-22T19:27:49.340Z Checking tokio-postgres v0.7.16
25822026-06-22T19:27:49.436Z Checking slog v2.8.2
25832026-06-22T19:27:49.450Z Checking petgraph v0.8.3
25842026-06-22T19:27:49.687Z Checking toml_edit v0.22.27
25852026-06-22T19:27:49.703Z Checking tough v0.22.0
25862026-06-22T19:27:49.725Z Checking usdt v0.6.0
25872026-06-22T19:27:49.890Z Checking env_logger v0.11.9
25882026-06-22T19:27:50.081Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25892026-06-22T19:27:50.465Z Checking usdt-impl v0.5.0
25902026-06-22T19:27:50.566Z Checking ecdsa v0.16.9
25912026-06-22T19:27:50.760Z Checking toml v0.7.8
25922026-06-22T19:27:50.770Z Checking rsa v0.9.10
25932026-06-22T19:27:50.893Z Checking zip v4.6.1
25942026-06-22T19:27:50.906Z Checking nix v0.31.2
25952026-06-22T19:27:51.235Z Checking reqwest v0.13.2
25962026-06-22T19:27:51.424Z Checking clap v4.6.1
25972026-06-22T19:27:52.689Z Checking zip v0.6.6
25982026-06-22T19:27:52.757Z Checking toml_parser v1.0.9+spec-1.1.0
25992026-06-22T19:27:52.757Z Checking itertools v0.13.0
26002026-06-22T19:27:52.757Z Checking serde_with v3.17.0
26012026-06-22T19:27:52.757Z Checking strum v0.26.3
26022026-06-22T19:27:52.757Z Checking fs-err v3.3.0
26032026-06-22T19:27:52.757Z Checking ahash v0.8.12
26042026-06-22T19:27:52.757Z Checking object v0.37.3
26052026-06-22T19:27:52.757Z Checking tokio-stream v0.1.18
26062026-06-22T19:27:52.757Z Checking buf-list v1.1.2
26072026-06-22T19:27:52.757Z Checking camino v1.2.2
26082026-06-22T19:27:52.757Z Checking anyhow v1.0.102
26092026-06-22T19:27:52.757Z Checking x509-cert v0.2.5
26102026-06-22T19:27:52.757Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26112026-06-22T19:27:52.757Z Checking openapiv3 v2.2.0
26122026-06-22T19:27:52.757Z Checking sha1 v0.10.6
26132026-06-22T19:27:52.757Z Checking lalrpop-util v0.19.12
26142026-06-22T19:27:52.757Z Checking peg-runtime v0.8.5
26152026-06-22T19:27:52.757Z Checking rayon v1.11.0
26162026-06-22T19:27:52.757Z Checking sigpipe v0.1.3
26172026-06-22T19:27:52.757Z Checking glob v0.3.3
26182026-06-22T19:27:54.512Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26192026-06-22T19:27:54.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.94s
26202026-06-22T19:27:54.948Z
26212026-06-22T19:27:54.948Zinfo: running `cargo check --bins` on internal-dns-types (77/298)
26222026-06-22T19:27:54.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26232026-06-22T19:27:54.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26242026-06-22T19:27:54.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26252026-06-22T19:27:54.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26262026-06-22T19:27:55.056Z
26272026-06-22T19:27:55.056Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/298)
26282026-06-22T19:27:55.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292026-06-22T19:27:56.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302026-06-22T19:27:56.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26312026-06-22T19:27:56.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26322026-06-22T19:27:56.306Z
26332026-06-22T19:27:56.306Zinfo: running `cargo check --bins` on nexus-types-versions (79/298)
26342026-06-22T19:27:56.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352026-06-22T19:27:56.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362026-06-22T19:27:56.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372026-06-22T19:27:56.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26382026-06-22T19:27:56.322Z
26392026-06-22T19:27:56.322Zinfo: running `cargo check --bins` on oxql-types (80/298)
26402026-06-22T19:27:56.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-06-22T19:27:56.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-06-22T19:27:56.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-06-22T19:27:56.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26442026-06-22T19:27:56.974Z
26452026-06-22T19:27:56.974Zinfo: running `cargo check --bins` on oximeter-types (81/298)
26462026-06-22T19:27:57.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-06-22T19:27:57.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-06-22T19:27:57.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-06-22T19:27:57.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26502026-06-22T19:27:57.161Z
26512026-06-22T19:27:57.161Zinfo: running `cargo check --bins` on oximeter-types-versions (82/298)
26522026-06-22T19:27:57.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-06-22T19:27:57.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-06-22T19:27:57.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-06-22T19:27:57.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26562026-06-22T19:27:57.626Z
26572026-06-22T19:27:57.627Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/298)
26582026-06-22T19:27:58.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-06-22T19:27:58.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-06-22T19:27:58.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-06-22T19:27:58.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
26622026-06-22T19:27:58.131Z
26632026-06-22T19:27:58.131Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/298)
26642026-06-22T19:27:58.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-06-22T19:27:58.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-06-22T19:27:58.751Z Compiling structmeta-derive v0.3.0
26672026-06-22T19:27:58.862Z Compiling rustls v0.22.4
26682026-06-22T19:27:58.873Z Compiling multer v3.1.0
26692026-06-22T19:27:58.881Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26702026-06-22T19:27:58.881Z Compiling async-stream-impl v0.3.6
26712026-06-22T19:27:58.900Z Compiling dropshot v0.17.0
26722026-06-22T19:27:58.915Z Compiling newtype-uuid-macros v0.1.0
26732026-06-22T19:27:58.915Z Compiling dropshot_endpoint v0.17.0
26742026-06-22T19:27:59.042Z Checking newtype-uuid v1.3.2
26752026-06-22T19:27:59.094Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26762026-06-22T19:27:59.132Z Checking rustls-webpki v0.102.8
26772026-06-22T19:27:59.228Z Checking daft v0.1.7
26782026-06-22T19:27:59.248Z Checking thread_local v1.1.9
26792026-06-22T19:27:59.412Z Checking compression-core v0.4.31
26802026-06-22T19:27:59.485Z Checking match_cfg v0.1.0
26812026-06-22T19:27:59.489Z Checking iddqd v0.4.2
26822026-06-22T19:27:59.500Z Checking crossbeam-channel v0.5.15
26832026-06-22T19:27:59.540Z Checking hostname v0.3.1
26842026-06-22T19:27:59.557Z Checking compression-codecs v0.4.37
26852026-06-22T19:27:59.633Z Checking atomicwrites v0.4.4
26862026-06-22T19:27:59.656Z Checking slog-json v2.6.1
26872026-06-22T19:28:00.127Z Checking toml_datetime v1.0.0+spec-1.1.0
26882026-06-22T19:28:00.131Z Checking is-terminal v0.4.17
26892026-06-22T19:28:00.131Z Checking serde_spanned v1.0.4
26902026-06-22T19:28:00.131Z Checking toml_writer v1.0.6+spec-1.1.0
26912026-06-22T19:28:00.131Z Checking debug-ignore v1.0.5
26922026-06-22T19:28:00.131Z Compiling structmeta v0.3.0
26932026-06-22T19:28:00.131Z Checking take_mut v0.2.2
26942026-06-22T19:28:00.131Z Checking term v1.2.1
26952026-06-22T19:28:00.131Z Checking slog-bunyan v2.5.0
26962026-06-22T19:28:00.131Z Checking slog-async v2.8.0
26972026-06-22T19:28:00.131Z Checking toml v1.0.6+spec-1.1.0
26982026-06-22T19:28:00.131Z Checking async-compression v0.4.41
26992026-06-22T19:28:00.131Z Compiling derive-ex v0.1.8
27002026-06-22T19:28:00.152Z Compiling parse-display-derive v0.10.0
27012026-06-22T19:28:00.181Z Checking slog-term v2.9.2
27022026-06-22T19:28:00.297Z Checking async-stream v0.3.6
27032026-06-22T19:28:00.406Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27042026-06-22T19:28:00.419Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27052026-06-22T19:28:00.444Z Checking progenitor-client v0.14.0
27062026-06-22T19:28:00.481Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27072026-06-22T19:28:00.790Z Checking waitgroup v0.1.2
27082026-06-22T19:28:00.824Z Checking backon v1.6.0
27092026-06-22T19:28:00.824Z Checking rustls-pemfile v2.2.0
27102026-06-22T19:28:00.824Z Checking serde_path_to_error v0.1.20
27112026-06-22T19:28:00.824Z Checking hostname v0.4.2
27122026-06-22T19:28:00.824Z Checking instant v0.1.13
27132026-06-22T19:28:00.963Z Checking backoff v0.4.0
27142026-06-22T19:28:01.024Z Checking progenitor-extras v0.2.0
27152026-06-22T19:28:01.117Z Checking tokio-rustls v0.25.0
27162026-06-22T19:28:01.275Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27172026-06-22T19:28:01.275Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27182026-06-22T19:28:01.350Z Checking itertools v0.14.0
27192026-06-22T19:28:02.250Z Checking regress v0.10.5
27202026-06-22T19:28:02.385Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27212026-06-22T19:28:02.385Z Checking macaddr v1.0.1
27222026-06-22T19:28:02.385Z Compiling test-strategy v0.4.5
27232026-06-22T19:28:02.385Z Checking parse-display v0.10.0
27242026-06-22T19:28:02.385Z Checking humantime v2.3.0
27252026-06-22T19:28:03.048Z Compiling prettyplease v0.2.37
27262026-06-22T19:28:03.308Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27272026-06-22T19:28:03.496Z Checking num-rational v0.4.2
27282026-06-22T19:28:03.667Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27292026-06-22T19:28:04.069Z Checking num-complex v0.4.6
27302026-06-22T19:28:04.630Z Checking num v0.4.3
27312026-06-22T19:28:04.737Z Compiling usdt-macro v0.5.0
27322026-06-22T19:28:04.748Z Compiling usdt-attr-macro v0.5.0
27332026-06-22T19:28:04.796Z Checking memmap v0.7.0
27342026-06-22T19:28:04.818Z Checking float-ord v0.3.2
27352026-06-22T19:28:05.314Z Compiling convert_case v0.4.0
27362026-06-22T19:28:05.317Z Checking unicode-width v0.2.0
27372026-06-22T19:28:05.317Z Checking console v0.15.11
27382026-06-22T19:28:05.317Z Compiling derive_more v0.99.20
27392026-06-22T19:28:05.452Z Checking newline-converter v0.3.0
27402026-06-22T19:28:05.463Z Compiling toml v0.8.23
27412026-06-22T19:28:05.518Z Checking usdt v0.5.0
27422026-06-22T19:28:05.558Z Checking linked-hash-map v0.5.6
27432026-06-22T19:28:05.688Z Compiling minimal-lexical v0.2.1
27442026-06-22T19:28:05.726Z Checking lru-cache v0.1.2
27452026-06-22T19:28:06.261Z Checking expectorate v1.2.0
27462026-06-22T19:28:06.302Z Compiling nom v7.1.3
27472026-06-22T19:28:06.470Z Checking camino-tempfile v1.4.1
27482026-06-22T19:28:06.499Z Checking hickory-proto v0.24.4
27492026-06-22T19:28:06.645Z Checking phf_shared v0.12.1
27502026-06-22T19:28:06.729Z Compiling slog-dtrace v0.3.0
27512026-06-22T19:28:07.174Z Checking heck v0.5.0
27522026-06-22T19:28:07.177Z Compiling chrono-tz v0.10.4
27532026-06-22T19:28:07.177Z Checking resolv-conf v0.7.6
27542026-06-22T19:28:07.177Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27552026-06-22T19:28:07.177Z Compiling const_format_proc_macros v0.2.34
27562026-06-22T19:28:07.177Z Checking phf v0.12.1
27572026-06-22T19:28:07.297Z Checking tokio-dtrace v0.1.1
27582026-06-22T19:28:07.308Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27592026-06-22T19:28:07.508Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27602026-06-22T19:28:08.192Z Compiling derive-where v1.6.0
27612026-06-22T19:28:08.195Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27622026-06-22T19:28:08.195Z Checking highway v1.3.0
27632026-06-22T19:28:08.196Z Checking const_format v0.2.35
27642026-06-22T19:28:08.360Z Checking hickory-resolver v0.24.4
27652026-06-22T19:28:08.784Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27662026-06-22T19:28:08.797Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27672026-06-22T19:28:08.797Z Checking oxide-tokio-rt v0.1.4
27682026-06-22T19:28:08.850Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27692026-06-22T19:28:08.886Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27702026-06-22T19:28:09.176Z Checking qorb v0.4.1
27712026-06-22T19:28:09.334Z Checking gethostname v0.5.0
27722026-06-22T19:28:09.347Z Checking bcs v0.1.6
27732026-06-22T19:28:09.361Z Checking termtree v0.5.1
27742026-06-22T19:28:09.427Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27752026-06-22T19:28:12.353Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27762026-06-22T19:28:14.855Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27772026-06-22T19:28:16.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.78s
27782026-06-22T19:28:17.074Z
27792026-06-22T19:28:17.075Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/298)
27802026-06-22T19:28:17.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812026-06-22T19:28:17.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822026-06-22T19:28:17.681Z Compiling ar_archive_writer v0.5.1
27832026-06-22T19:28:17.685Z Compiling stacker v0.1.23
27842026-06-22T19:28:17.828Z Compiling cfg_aliases v0.1.1
27852026-06-22T19:28:17.833Z Compiling convert_case v0.10.0
27862026-06-22T19:28:17.833Z Checking unicode-width v0.1.14
27872026-06-22T19:28:17.833Z Compiling proc-macro-error v1.0.4
27882026-06-22T19:28:17.834Z Checking fd-lock v4.0.4
27892026-06-22T19:28:17.834Z Checking nibble_vec v0.1.0
27902026-06-22T19:28:17.850Z Compiling nix v0.28.0
27912026-06-22T19:28:17.928Z Checking vte v0.14.1
27922026-06-22T19:28:18.350Z Compiling recursive-proc-macro-impl v0.1.1
27932026-06-22T19:28:18.358Z Checking endian-type v0.1.2
27942026-06-22T19:28:18.358Z Checking bytecount v0.6.9
27952026-06-22T19:28:18.358Z Checking strip-ansi-escapes v0.2.1
27962026-06-22T19:28:18.358Z Compiling derive_more-impl v2.1.1
27972026-06-22T19:28:18.358Z Compiling tabled_derive v0.7.0
27982026-06-22T19:28:18.358Z Checking papergrid v0.11.0
27992026-06-22T19:28:18.358Z Checking radix_trie v0.2.1
28002026-06-22T19:28:18.358Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28012026-06-22T19:28:18.358Z Compiling peg-macros v0.8.5
28022026-06-22T19:28:18.394Z Checking winnow v0.6.26
28032026-06-22T19:28:18.653Z Compiling psm v0.1.30
28042026-06-22T19:28:18.672Z Compiling sqlparser_derive v0.5.0
28052026-06-22T19:28:18.811Z Checking home v0.5.12
28062026-06-22T19:28:19.024Z Checking nu-ansi-term v0.50.3
28072026-06-22T19:28:19.066Z Checking derive_more v2.1.1
28082026-06-22T19:28:19.128Z Checking unicode_categories v0.1.1
28092026-06-22T19:28:19.184Z Checking reedline v0.40.0
28102026-06-22T19:28:19.184Z Checking tabled v0.15.0
28112026-06-22T19:28:19.201Z Checking rustyline v14.0.0
28122026-06-22T19:28:19.201Z Checking crossterm v0.29.0
28132026-06-22T19:28:19.438Z Checking recursive v0.1.1
28142026-06-22T19:28:19.454Z Checking display-error-chain v0.2.2
28152026-06-22T19:28:19.506Z Checking sqlparser v0.61.0
28162026-06-22T19:28:19.528Z Checking sqlformat v0.3.5
28172026-06-22T19:28:19.699Z Checking peg v0.8.5
28182026-06-22T19:28:30.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.57s
28192026-06-22T19:28:30.808Z
28202026-06-22T19:28:30.808Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/298)
28212026-06-22T19:28:31.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-06-22T19:28:31.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-06-22T19:28:31.415Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28242026-06-22T19:28:34.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s
28252026-06-22T19:28:34.974Z
28262026-06-22T19:28:34.974Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/298)
28272026-06-22T19:28:35.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-06-22T19:28:35.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-06-22T19:28:35.580Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28302026-06-22T19:28:37.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
28312026-06-22T19:28:38.133Z
28322026-06-22T19:28:38.133Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/298)
28332026-06-22T19:28:38.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-06-22T19:28:38.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-06-22T19:28:38.732Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-06-22T19:28:41.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.75s
28372026-06-22T19:28:42.065Z
28382026-06-22T19:28:42.065Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/298)
28392026-06-22T19:28:42.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-06-22T19:28:42.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-06-22T19:28:42.663Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-06-22T19:28:45.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s
28432026-06-22T19:28:46.066Z
28442026-06-22T19:28:46.066Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/298)
28452026-06-22T19:28:46.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-06-22T19:28:46.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-06-22T19:28:46.689Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-06-22T19:28:49.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
28492026-06-22T19:28:49.368Z
28502026-06-22T19:28:49.368Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/298)
28512026-06-22T19:28:50.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-06-22T19:28:50.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-06-22T19:28:50.229Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-06-22T19:28:52.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
28552026-06-22T19:28:52.725Z
28562026-06-22T19:28:52.725Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/298)
28572026-06-22T19:28:53.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-06-22T19:28:53.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-06-22T19:28:53.334Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28602026-06-22T19:28:57.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s
28612026-06-22T19:28:57.205Z
28622026-06-22T19:28:57.205Zinfo: running `cargo check --bins` on oximeter (93/298)
28632026-06-22T19:28:57.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-06-22T19:28:57.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-06-22T19:28:57.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662026-06-22T19:28:57.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
28672026-06-22T19:28:57.394Z
28682026-06-22T19:28:57.395Zinfo: running `cargo check --bins` on oximeter-schema (94/298)
28692026-06-22T19:28:57.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-06-22T19:28:57.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-06-22T19:28:57.977Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28722026-06-22T19:28:58.122Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28732026-06-22T19:28:58.135Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28742026-06-22T19:28:58.455Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28752026-06-22T19:29:01.133Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28762026-06-22T19:29:02.364Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28772026-06-22T19:29:02.550Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28782026-06-22T19:29:03.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.80s
28792026-06-22T19:29:03.766Z
28802026-06-22T19:29:03.766Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/298)
28812026-06-22T19:29:03.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-06-22T19:29:03.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-06-22T19:29:03.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-06-22T19:29:03.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
28852026-06-22T19:29:04.288Z
28862026-06-22T19:29:04.288Zinfo: running `cargo check --bins` on oximeter-test-utils (96/298)
28872026-06-22T19:29:04.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-06-22T19:29:04.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-06-22T19:29:04.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-06-22T19:29:04.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28912026-06-22T19:29:04.440Z
28922026-06-22T19:29:04.440Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/298)
28932026-06-22T19:29:04.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-06-22T19:29:04.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-06-22T19:29:04.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-06-22T19:29:04.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28972026-06-22T19:29:04.971Z
28982026-06-22T19:29:04.971Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/298)
28992026-06-22T19:29:05.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-06-22T19:29:05.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-06-22T19:29:05.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-06-22T19:29:05.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29032026-06-22T19:29:05.509Z
29042026-06-22T19:29:05.509Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/298)
29052026-06-22T19:29:05.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-06-22T19:29:05.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-06-22T19:29:05.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-06-22T19:29:05.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29092026-06-22T19:29:06.445Z
29102026-06-22T19:29:06.445Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/298)
29112026-06-22T19:29:06.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-06-22T19:29:06.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-06-22T19:29:06.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-06-22T19:29:06.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29152026-06-22T19:29:06.574Z
29162026-06-22T19:29:06.574Zinfo: running `cargo check --bins` on trust-quorum-types (101/298)
29172026-06-22T19:29:07.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-06-22T19:29:07.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-06-22T19:29:07.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-06-22T19:29:07.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29212026-06-22T19:29:07.094Z
29222026-06-22T19:29:07.094Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/298)
29232026-06-22T19:29:07.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-06-22T19:29:07.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-06-22T19:29:07.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-06-22T19:29:07.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29272026-06-22T19:29:07.630Z
29282026-06-22T19:29:07.630Zinfo: running `cargo check --bins` on update-engine (103/298)
29292026-06-22T19:29:08.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-06-22T19:29:08.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-06-22T19:29:08.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-06-22T19:29:08.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29332026-06-22T19:29:08.484Z
29342026-06-22T19:29:08.484Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/298)
29352026-06-22T19:29:08.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-06-22T19:29:08.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-06-22T19:29:08.801Z Compiling crucible-workspace-hack v0.1.0
29382026-06-22T19:29:08.912Z Checking secrecy v0.10.3
29392026-06-22T19:29:08.923Z Compiling toml_datetime v0.7.5+spec-1.1.0
29402026-06-22T19:29:08.931Z Compiling heapless v0.8.0
29412026-06-22T19:29:08.935Z Compiling ingot-macros v0.1.1
29422026-06-22T19:29:08.939Z Checking hash32 v0.3.1
29432026-06-22T19:29:08.950Z Compiling smoltcp v0.11.0
29442026-06-22T19:29:08.953Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29452026-06-22T19:29:09.015Z Checking cobs v0.3.0
29462026-06-22T19:29:09.056Z Compiling toml_edit v0.23.10+spec-1.0.0
29472026-06-22T19:29:09.134Z Compiling thiserror-impl-no-std v2.0.2
29482026-06-22T19:29:09.148Z Checking universal-hash v0.5.1
29492026-06-22T19:29:09.159Z Checking half v2.7.1
29502026-06-22T19:29:09.188Z Checking opaque-debug v0.3.1
29512026-06-22T19:29:09.279Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29522026-06-22T19:29:09.293Z Checking ciborium-io v0.2.2
29532026-06-22T19:29:09.302Z Checking poly1305 v0.8.0
29542026-06-22T19:29:09.348Z Checking postcard v1.1.3
29552026-06-22T19:29:09.407Z Checking ciborium-ll v0.2.2
29562026-06-22T19:29:09.447Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29572026-06-22T19:29:09.546Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29582026-06-22T19:29:09.578Z Compiling proc-macro-crate v3.4.0
29592026-06-22T19:29:09.634Z Checking password-hash v0.5.0
29602026-06-22T19:29:09.817Z Checking chacha20 v0.9.1
29612026-06-22T19:29:09.853Z Compiling proc-macro-crate v1.3.1
29622026-06-22T19:29:09.857Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29632026-06-22T19:29:10.009Z Checking blake2 v0.10.6
29642026-06-22T19:29:10.103Z Checking aead v0.5.2
29652026-06-22T19:29:10.118Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29662026-06-22T19:29:10.144Z Compiling num_enum_derive v0.7.6
29672026-06-22T19:29:10.242Z Compiling foreign-types-macros v0.2.3
29682026-06-22T19:29:10.254Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29692026-06-22T19:29:10.267Z Checking foreign-types-shared v0.3.1
29702026-06-22T19:29:10.300Z Checking thiserror-no-std v2.0.2
29712026-06-22T19:29:10.320Z Checking cpufeatures v0.3.0
29722026-06-22T19:29:10.350Z Compiling num_enum_derive v0.5.11
29732026-06-22T19:29:10.386Z Checking vsss-rs v3.3.4
29742026-06-22T19:29:10.396Z Checking chacha20 v0.10.0
29752026-06-22T19:29:10.484Z Checking argon2 v0.5.3
29762026-06-22T19:29:10.611Z Checking chacha20poly1305 v0.10.1
29772026-06-22T19:29:10.739Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29782026-06-22T19:29:10.831Z Checking foreign-types v0.5.0
29792026-06-22T19:29:10.841Z Checking ciborium v0.2.2
29802026-06-22T19:29:11.016Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29812026-06-22T19:29:11.052Z Checking tabwriter v1.4.1
29822026-06-22T19:29:11.213Z Checking byte-wrapper v0.1.0
29832026-06-22T19:29:11.220Z Checking num_enum v0.7.6
29842026-06-22T19:29:11.248Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29852026-06-22T19:29:11.300Z Checking cstr-argument v0.1.2
29862026-06-22T19:29:11.306Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29872026-06-22T19:29:11.374Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29882026-06-22T19:29:11.386Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29892026-06-22T19:29:11.415Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29902026-06-22T19:29:11.491Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29912026-06-22T19:29:11.578Z Checking num_enum v0.5.11
29922026-06-22T19:29:11.590Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29932026-06-22T19:29:11.684Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29942026-06-22T19:29:11.696Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29952026-06-22T19:29:11.752Z Checking rand v0.10.0
29962026-06-22T19:29:11.764Z Checking ingot-types v0.1.2
29972026-06-22T19:29:12.183Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29982026-06-22T19:29:12.189Z Checking indent_write v2.2.0
29992026-06-22T19:29:12.189Z Checking colored v3.1.1
30002026-06-22T19:29:12.189Z Compiling zone_cfg_derive v0.3.1
30012026-06-22T19:29:12.189Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30022026-06-22T19:29:12.189Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30032026-06-22T19:29:12.189Z Checking itertools v0.12.1
30042026-06-22T19:29:12.189Z Checking ingot v0.1.1
30052026-06-22T19:29:12.202Z Compiling num-derive v0.4.2
30062026-06-22T19:29:12.228Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30072026-06-22T19:29:12.256Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30082026-06-22T19:29:12.336Z Checking swrite v0.1.0
30092026-06-22T19:29:12.415Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30102026-06-22T19:29:12.459Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30112026-06-22T19:29:12.580Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30122026-06-22T19:29:12.606Z Checking dropshot-api-manager-types v0.7.2
30132026-06-22T19:29:12.622Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30142026-06-22T19:29:12.689Z Checking smf v0.2.3
30152026-06-22T19:29:12.705Z Checking nanorand v0.7.0
30162026-06-22T19:29:12.779Z Checking whoami v1.6.1
30172026-06-22T19:29:12.897Z Checking flume v0.11.1
30182026-06-22T19:29:12.919Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30192026-06-22T19:29:13.167Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30202026-06-22T19:29:13.167Z Checking zone v0.3.1
30212026-06-22T19:29:13.725Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30222026-06-22T19:29:14.704Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30232026-06-22T19:29:15.582Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30242026-06-22T19:29:18.878Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30252026-06-22T19:29:20.903Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30262026-06-22T19:29:21.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.84s
30272026-06-22T19:29:22.162Z
30282026-06-22T19:29:22.162Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/298)
30292026-06-22T19:29:22.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302026-06-22T19:29:22.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312026-06-22T19:29:22.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322026-06-22T19:29:22.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30332026-06-22T19:29:22.688Z
30342026-06-22T19:29:22.688Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/298)
30352026-06-22T19:29:23.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-06-22T19:29:23.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-06-22T19:29:23.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382026-06-22T19:29:23.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30392026-06-22T19:29:23.214Z
30402026-06-22T19:29:23.214Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/298)
30412026-06-22T19:29:23.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-06-22T19:29:23.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-06-22T19:29:23.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442026-06-22T19:29:23.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30452026-06-22T19:29:23.748Z
30462026-06-22T19:29:23.748Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/298)
30472026-06-22T19:29:24.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-06-22T19:29:24.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-06-22T19:29:24.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-06-22T19:29:24.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30512026-06-22T19:29:24.280Z
30522026-06-22T19:29:24.280Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/298)
30532026-06-22T19:29:24.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-06-22T19:29:24.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-06-22T19:29:24.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-06-22T19:29:24.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30572026-06-22T19:29:24.811Z
30582026-06-22T19:29:24.811Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/298)
30592026-06-22T19:29:25.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-06-22T19:29:25.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-06-22T19:29:25.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-06-22T19:29:25.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30632026-06-22T19:29:25.340Z
30642026-06-22T19:29:25.340Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/298)
30652026-06-22T19:29:25.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-06-22T19:29:25.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-06-22T19:29:25.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-06-22T19:29:25.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30692026-06-22T19:29:25.867Z
30702026-06-22T19:29:25.867Zinfo: running `cargo check --bins` on cockroach-admin-client (112/298)
30712026-06-22T19:29:26.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-06-22T19:29:26.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-06-22T19:29:26.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-06-22T19:29:26.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30752026-06-22T19:29:26.378Z
30762026-06-22T19:29:26.378Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/298)
30772026-06-22T19:29:26.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-06-22T19:29:26.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-06-22T19:29:26.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-06-22T19:29:26.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30812026-06-22T19:29:26.904Z
30822026-06-22T19:29:26.904Zinfo: running `cargo check --bins` on dns-service-client (114/298)
30832026-06-22T19:29:27.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-06-22T19:29:27.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-06-22T19:29:27.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-06-22T19:29:27.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30872026-06-22T19:29:27.430Z
30882026-06-22T19:29:27.430Zinfo: running `cargo check --bins` on installinator-client (115/298)
30892026-06-22T19:29:27.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-06-22T19:29:27.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-06-22T19:29:27.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-06-22T19:29:27.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30932026-06-22T19:29:27.972Z
30942026-06-22T19:29:27.972Zinfo: running `cargo check --bins` on nexus-client (116/298)
30952026-06-22T19:29:28.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-06-22T19:29:28.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-06-22T19:29:28.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-06-22T19:29:28.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30992026-06-22T19:29:28.530Z
31002026-06-22T19:29:28.530Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/298)
31012026-06-22T19:29:29.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-06-22T19:29:29.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-06-22T19:29:29.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-06-22T19:29:29.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31052026-06-22T19:29:29.097Z
31062026-06-22T19:29:29.097Zinfo: running `cargo check --bins` on ntp-admin-client (118/298)
31072026-06-22T19:29:29.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-06-22T19:29:29.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-06-22T19:29:29.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-06-22T19:29:29.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31112026-06-22T19:29:29.945Z
31122026-06-22T19:29:29.945Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/298)
31132026-06-22T19:29:30.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-06-22T19:29:30.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-06-22T19:29:30.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-06-22T19:29:30.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31172026-06-22T19:29:30.128Z
31182026-06-22T19:29:30.128Zinfo: running `cargo check --bins` on oxide-client (120/298)
31192026-06-22T19:29:30.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-06-22T19:29:30.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-06-22T19:29:30.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-06-22T19:29:30.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31232026-06-22T19:29:30.649Z
31242026-06-22T19:29:30.649Zinfo: running `cargo check --bins` on oximeter-client (121/298)
31252026-06-22T19:29:31.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-06-22T19:29:31.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-06-22T19:29:31.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-06-22T19:29:31.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31292026-06-22T19:29:31.166Z
31302026-06-22T19:29:31.166Zinfo: running `cargo check --bins` on repo-depot-client (122/298)
31312026-06-22T19:29:31.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-06-22T19:29:31.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-06-22T19:29:31.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-06-22T19:29:31.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31352026-06-22T19:29:31.682Z
31362026-06-22T19:29:31.682Zinfo: running `cargo check --bins` on sled-agent-client (123/298)
31372026-06-22T19:29:32.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-06-22T19:29:32.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-06-22T19:29:32.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-06-22T19:29:32.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31412026-06-22T19:29:32.217Z
31422026-06-22T19:29:32.217Zinfo: running `cargo check --bins` on wicketd-client (124/298)
31432026-06-22T19:29:32.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-06-22T19:29:32.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-06-22T19:29:32.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-06-22T19:29:32.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31472026-06-22T19:29:32.838Z
31482026-06-22T19:29:32.838Zinfo: running `cargo check --bins` on installinator-common (125/298)
31492026-06-22T19:29:33.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-06-22T19:29:33.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-06-22T19:29:33.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-06-22T19:29:33.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31532026-06-22T19:29:33.317Z
31542026-06-22T19:29:33.317Zinfo: running `cargo check --bins` on installinator-common-versions (126/298)
31552026-06-22T19:29:34.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-06-22T19:29:34.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-06-22T19:29:34.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-06-22T19:29:34.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31592026-06-22T19:29:34.156Z
31602026-06-22T19:29:34.156Zinfo: running `cargo check --bins` on wicket-common (127/298)
31612026-06-22T19:29:34.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-06-22T19:29:34.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-06-22T19:29:34.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-06-22T19:29:34.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31652026-06-22T19:29:34.409Z
31662026-06-22T19:29:34.409Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/298)
31672026-06-22T19:29:34.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-06-22T19:29:34.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-06-22T19:29:35.009Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31702026-06-22T19:29:35.523Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31712026-06-22T19:29:35.526Z Checking csv-core v0.1.13
31722026-06-22T19:29:35.526Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31732026-06-22T19:29:35.526Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31742026-06-22T19:29:35.526Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31752026-06-22T19:29:35.526Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31762026-06-22T19:29:35.526Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31772026-06-22T19:29:35.526Z Checking csv v1.4.0
31782026-06-22T19:29:35.526Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31792026-06-22T19:29:35.526Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31802026-06-22T19:29:35.526Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31812026-06-22T19:29:35.526Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31822026-06-22T19:29:35.622Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31832026-06-22T19:29:35.979Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31842026-06-22T19:29:35.982Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31852026-06-22T19:29:36.311Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31862026-06-22T19:29:42.323Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31872026-06-22T19:29:42.848Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31882026-06-22T19:29:45.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.80s
31892026-06-22T19:29:45.354Z
31902026-06-22T19:29:45.354Zinfo: running `cargo check --bins` on cockroach-admin-api (129/298)
31912026-06-22T19:29:45.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922026-06-22T19:29:45.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932026-06-22T19:29:45.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31942026-06-22T19:29:45.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31952026-06-22T19:29:45.877Z
31962026-06-22T19:29:45.877Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/298)
31972026-06-22T19:29:46.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-06-22T19:29:46.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-06-22T19:29:46.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002026-06-22T19:29:46.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32012026-06-22T19:29:46.486Z
32022026-06-22T19:29:46.486Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/298)
32032026-06-22T19:29:46.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-06-22T19:29:47.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-06-22T19:29:47.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-06-22T19:29:47.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32072026-06-22T19:29:47.100Z
32082026-06-22T19:29:47.100Zinfo: running `cargo check --bins` on gateway-test-utils (132/298)
32092026-06-22T19:29:47.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-06-22T19:29:47.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-06-22T19:29:47.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122026-06-22T19:29:47.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32132026-06-22T19:29:47.677Z
32142026-06-22T19:29:47.677Zinfo: running `cargo check --bins` on omicron-gateway (133/298)
32152026-06-22T19:29:48.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-06-22T19:29:48.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-06-22T19:29:48.796Z Compiling regress v0.11.1
32182026-06-22T19:29:48.800Z Compiling unsafe-libyaml v0.2.11
32192026-06-22T19:29:48.800Z Compiling semver v0.1.20
32202026-06-22T19:29:48.800Z Compiling radium v0.7.0
32212026-06-22T19:29:48.800Z Checking nom v8.0.0
32222026-06-22T19:29:48.800Z Checking tap v1.0.1
32232026-06-22T19:29:48.800Z Compiling maybe-uninit v2.0.0
32242026-06-22T19:29:48.800Z Checking wyz v0.5.1
32252026-06-22T19:29:48.805Z Compiling rustc_version v0.1.7
32262026-06-22T19:29:48.858Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32272026-06-22T19:29:48.891Z Compiling zerocopy-derive v0.6.6
32282026-06-22T19:29:48.985Z Compiling cancel-safe-futures v0.1.5
32292026-06-22T19:29:49.029Z Compiling serde_yaml v0.9.34+deprecated
32302026-06-22T19:29:49.218Z Compiling newtype_derive v0.1.6
32312026-06-22T19:29:49.251Z Checking crc-catalog v2.4.0
32322026-06-22T19:29:49.345Z Compiling packed_struct v0.10.1
32332026-06-22T19:29:49.405Z Checking funty v2.0.0
32342026-06-22T19:29:49.597Z Compiling owo-colors v4.3.0
32352026-06-22T19:29:49.722Z Checking bitvec v1.0.1
32362026-06-22T19:29:49.722Z Checking zerocopy v0.6.6
32372026-06-22T19:29:49.951Z Checking typify-impl v0.6.2
32382026-06-22T19:29:50.021Z Checking crc v3.4.0
32392026-06-22T19:29:50.292Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32402026-06-22T19:29:50.355Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32412026-06-22T19:29:50.456Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32422026-06-22T19:29:50.505Z Compiling packed_struct_codegen v0.10.1
32432026-06-22T19:29:50.696Z Checking libsw-core v0.3.2
32442026-06-22T19:29:50.824Z Compiling bitfield-macros v0.19.4
32452026-06-22T19:29:50.845Z Compiling indexmap v1.9.3
32462026-06-22T19:29:51.045Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32472026-06-22T19:29:51.068Z Checking nodrop v0.1.14
32482026-06-22T19:29:51.130Z Checking libsw v3.5.0
32492026-06-22T19:29:51.144Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32502026-06-22T19:29:51.158Z Checking array-init v0.0.4
32512026-06-22T19:29:51.282Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32522026-06-22T19:29:51.456Z Checking smallvec v0.6.14
32532026-06-22T19:29:51.473Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32542026-06-22T19:29:51.535Z Checking bitfield v0.19.4
32552026-06-22T19:29:51.751Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32562026-06-22T19:29:51.789Z Checking tagptr v0.2.0
32572026-06-22T19:29:51.803Z Checking unicode-linebreak v0.1.5
32582026-06-22T19:29:51.877Z Checking base64 v0.21.7
32592026-06-22T19:29:51.898Z Checking smawk v0.3.2
32602026-06-22T19:29:51.928Z Checking linear-map v1.2.0
32612026-06-22T19:29:52.041Z Checking hashbrown v0.12.3
32622026-06-22T19:29:52.061Z Checking textwrap v0.16.2
32632026-06-22T19:29:52.104Z Checking moka v0.12.13
32642026-06-22T19:29:52.116Z Checking ron v0.8.1
32652026-06-22T19:29:52.243Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32662026-06-22T19:29:52.288Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32672026-06-22T19:29:52.425Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32682026-06-22T19:29:52.640Z Checking steno v0.4.1
32692026-06-22T19:29:52.654Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32702026-06-22T19:29:52.765Z Checking serde-hex v0.1.0
32712026-06-22T19:29:53.177Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32722026-06-22T19:29:53.185Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32732026-06-22T19:29:53.253Z Checking hashbrown v0.13.2
32742026-06-22T19:29:53.538Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32752026-06-22T19:29:53.604Z Checking crc-any v2.5.0
32762026-06-22T19:29:53.702Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32772026-06-22T19:29:53.727Z Checking object v0.30.4
32782026-06-22T19:29:53.752Z Checking hickory-resolver v0.25.2
32792026-06-22T19:29:53.789Z Checking utf-8 v0.7.6
32802026-06-22T19:29:53.850Z Checking half v1.8.3
32812026-06-22T19:29:53.924Z Checking void v1.0.2
32822026-06-22T19:29:54.034Z Checking path-slash v0.1.5
32832026-06-22T19:29:54.049Z Checking serde_cbor v0.11.2
32842026-06-22T19:29:54.138Z Checking lzss v0.8.2
32852026-06-22T19:29:54.273Z Checking tungstenite v0.23.0
32862026-06-22T19:29:54.428Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32872026-06-22T19:29:54.463Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32882026-06-22T19:29:54.479Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32892026-06-22T19:29:54.546Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32902026-06-22T19:29:54.587Z Checking nix v0.27.1
32912026-06-22T19:29:54.603Z Checking kstat-rs v0.2.4
32922026-06-22T19:29:54.627Z Compiling typify-macro v0.6.2
32932026-06-22T19:29:54.684Z Checking fxhash v0.2.1
32942026-06-22T19:29:54.699Z Checking serde_bytes v0.11.19
32952026-06-22T19:29:54.790Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32962026-06-22T19:29:54.806Z Checking tokio-tungstenite v0.23.1
32972026-06-22T19:29:54.871Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32982026-06-22T19:29:54.895Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32992026-06-22T19:29:55.066Z Checking signal-hook-tokio v0.3.1
33002026-06-22T19:29:55.727Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33012026-06-22T19:29:55.931Z Compiling typify v0.6.2
33022026-06-22T19:29:56.010Z Compiling progenitor-impl v0.14.0
33032026-06-22T19:29:56.615Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33042026-06-22T19:29:56.920Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33052026-06-22T19:29:57.433Z Compiling progenitor-macro v0.14.0
33062026-06-22T19:29:59.744Z Checking progenitor v0.14.0
33072026-06-22T19:29:59.860Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33082026-06-22T19:29:59.863Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33092026-06-22T19:30:02.524Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33102026-06-22T19:30:10.586Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33112026-06-22T19:30:17.064Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33122026-06-22T19:30:18.418Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33132026-06-22T19:30:18.908Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33142026-06-22T19:30:20.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.27s
33152026-06-22T19:30:21.133Z
33162026-06-22T19:30:21.133Zinfo: running `cargo check --bins` on gateway-api (134/298)
33172026-06-22T19:30:21.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-06-22T19:30:21.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-06-22T19:30:21.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-06-22T19:30:21.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33212026-06-22T19:30:21.660Z
33222026-06-22T19:30:21.660Zinfo: running `cargo check --bins` on ipcc (135/298)
33232026-06-22T19:30:22.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-06-22T19:30:22.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-06-22T19:30:22.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-06-22T19:30:22.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33272026-06-22T19:30:22.188Z
33282026-06-22T19:30:22.188Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/298)
33292026-06-22T19:30:22.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-06-22T19:30:22.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-06-22T19:30:22.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-06-22T19:30:22.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33332026-06-22T19:30:22.693Z
33342026-06-22T19:30:22.694Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/298)
33352026-06-22T19:30:23.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-06-22T19:30:23.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-06-22T19:30:23.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-06-22T19:30:23.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33392026-06-22T19:30:23.242Z
33402026-06-22T19:30:23.242Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/298)
33412026-06-22T19:30:23.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-06-22T19:30:23.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-06-22T19:30:23.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-06-22T19:30:23.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33452026-06-22T19:30:23.771Z
33462026-06-22T19:30:23.771Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/298)
33472026-06-22T19:30:24.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-06-22T19:30:24.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-06-22T19:30:24.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-06-22T19:30:24.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33512026-06-22T19:30:24.300Z
33522026-06-22T19:30:24.300Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/298)
33532026-06-22T19:30:24.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-06-22T19:30:24.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-06-22T19:30:24.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-06-22T19:30:24.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33572026-06-22T19:30:24.854Z
33582026-06-22T19:30:24.854Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/298)
33592026-06-22T19:30:25.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-06-22T19:30:25.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-06-22T19:30:25.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-06-22T19:30:25.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33632026-06-22T19:30:25.384Z
33642026-06-22T19:30:25.384Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/298)
33652026-06-22T19:30:25.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-06-22T19:30:25.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-06-22T19:30:25.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-06-22T19:30:25.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33692026-06-22T19:30:25.966Z
33702026-06-22T19:30:25.966Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/298)
33712026-06-22T19:30:26.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-06-22T19:30:26.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-06-22T19:30:26.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-06-22T19:30:26.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33752026-06-22T19:30:26.464Z
33762026-06-22T19:30:26.464Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/298)
33772026-06-22T19:30:26.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-06-22T19:30:26.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-06-22T19:30:26.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-06-22T19:30:26.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33812026-06-22T19:30:26.968Z
33822026-06-22T19:30:26.968Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/298)
33832026-06-22T19:30:27.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-06-22T19:30:27.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-06-22T19:30:27.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-06-22T19:30:27.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33872026-06-22T19:30:27.497Z
33882026-06-22T19:30:27.497Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/298)
33892026-06-22T19:30:27.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-06-22T19:30:27.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-06-22T19:30:27.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-06-22T19:30:27.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33932026-06-22T19:30:28.029Z
33942026-06-22T19:30:28.029Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/298)
33952026-06-22T19:30:28.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-06-22T19:30:28.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-06-22T19:30:28.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-06-22T19:30:28.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33992026-06-22T19:30:28.559Z
34002026-06-22T19:30:28.559Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/298)
34012026-06-22T19:30:29.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-06-22T19:30:29.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-06-22T19:30:29.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-06-22T19:30:29.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34052026-06-22T19:30:29.510Z
34062026-06-22T19:30:29.510Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/298)
34072026-06-22T19:30:29.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-06-22T19:30:29.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-06-22T19:30:29.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-06-22T19:30:29.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34112026-06-22T19:30:29.654Z
34122026-06-22T19:30:29.655Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/298)
34132026-06-22T19:30:30.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-06-22T19:30:30.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-06-22T19:30:30.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-06-22T19:30:30.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34172026-06-22T19:30:30.205Z
34182026-06-22T19:30:30.205Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/298)
34192026-06-22T19:30:30.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-06-22T19:30:30.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-06-22T19:30:30.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-06-22T19:30:30.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34232026-06-22T19:30:30.757Z
34242026-06-22T19:30:30.757Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/298)
34252026-06-22T19:30:31.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-06-22T19:30:31.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-06-22T19:30:31.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-06-22T19:30:31.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34292026-06-22T19:30:31.302Z
34302026-06-22T19:30:31.302Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/298)
34312026-06-22T19:30:31.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-06-22T19:30:31.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-06-22T19:30:31.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-06-22T19:30:31.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34352026-06-22T19:30:31.847Z
34362026-06-22T19:30:31.847Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/298)
34372026-06-22T19:30:32.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-06-22T19:30:32.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-06-22T19:30:32.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-06-22T19:30:32.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34412026-06-22T19:30:32.433Z
34422026-06-22T19:30:32.433Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/298)
34432026-06-22T19:30:32.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-06-22T19:30:32.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-06-22T19:30:32.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-06-22T19:30:32.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34472026-06-22T19:30:32.949Z
34482026-06-22T19:30:32.949Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/298)
34492026-06-22T19:30:33.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-06-22T19:30:33.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-06-22T19:30:33.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-06-22T19:30:33.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34532026-06-22T19:30:33.495Z
34542026-06-22T19:30:33.496Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/298)
34552026-06-22T19:30:33.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-06-22T19:30:33.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-06-22T19:30:33.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-06-22T19:30:33.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34592026-06-22T19:30:34.042Z
34602026-06-22T19:30:34.042Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/298)
34612026-06-22T19:30:34.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-06-22T19:30:34.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-06-22T19:30:34.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-06-22T19:30:34.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34652026-06-22T19:30:34.570Z
34662026-06-22T19:30:34.570Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/298)
34672026-06-22T19:30:35.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-06-22T19:30:35.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-06-22T19:30:35.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-06-22T19:30:35.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34712026-06-22T19:30:35.103Z
34722026-06-22T19:30:35.103Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/298)
34732026-06-22T19:30:35.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-06-22T19:30:35.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-06-22T19:30:35.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-06-22T19:30:35.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34772026-06-22T19:30:35.631Z
34782026-06-22T19:30:35.631Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/298)
34792026-06-22T19:30:36.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-06-22T19:30:36.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-06-22T19:30:36.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-06-22T19:30:36.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34832026-06-22T19:30:36.153Z
34842026-06-22T19:30:36.153Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/298)
34852026-06-22T19:30:36.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-06-22T19:30:36.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-06-22T19:30:36.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-06-22T19:30:36.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34892026-06-22T19:30:36.681Z
34902026-06-22T19:30:36.681Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/298)
34912026-06-22T19:30:37.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-06-22T19:30:37.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-06-22T19:30:37.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-06-22T19:30:37.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34952026-06-22T19:30:37.216Z
34962026-06-22T19:30:37.216Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/298)
34972026-06-22T19:30:37.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-06-22T19:30:37.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-06-22T19:30:37.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-06-22T19:30:37.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35012026-06-22T19:30:37.775Z
35022026-06-22T19:30:37.775Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/298)
35032026-06-22T19:30:38.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-06-22T19:30:38.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-06-22T19:30:38.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-06-22T19:30:38.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35072026-06-22T19:30:38.262Z
35082026-06-22T19:30:38.262Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/298)
35092026-06-22T19:30:38.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-06-22T19:30:38.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-06-22T19:30:38.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-06-22T19:30:38.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35132026-06-22T19:30:38.808Z
35142026-06-22T19:30:38.808Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/298)
35152026-06-22T19:30:39.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-06-22T19:30:39.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-06-22T19:30:39.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-06-22T19:30:39.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35192026-06-22T19:30:39.345Z
35202026-06-22T19:30:39.345Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/298)
35212026-06-22T19:30:39.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-06-22T19:30:39.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-06-22T19:30:39.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-06-22T19:30:39.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35252026-06-22T19:30:39.885Z
35262026-06-22T19:30:39.885Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/298)
35272026-06-22T19:30:40.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-06-22T19:30:40.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-06-22T19:30:40.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-06-22T19:30:40.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35312026-06-22T19:30:40.426Z
35322026-06-22T19:30:40.426Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/298)
35332026-06-22T19:30:40.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-06-22T19:30:40.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-06-22T19:30:40.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-06-22T19:30:40.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35372026-06-22T19:30:40.969Z
35382026-06-22T19:30:40.970Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/298)
35392026-06-22T19:30:41.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-06-22T19:30:41.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-06-22T19:30:41.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-06-22T19:30:41.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35432026-06-22T19:30:41.515Z
35442026-06-22T19:30:41.515Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/298)
35452026-06-22T19:30:41.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-06-22T19:30:41.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-06-22T19:30:41.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-06-22T19:30:41.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35492026-06-22T19:30:42.060Z
35502026-06-22T19:30:42.060Zinfo: running `cargo check --bins` on oximeter-producer (173/298)
35512026-06-22T19:30:42.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-06-22T19:30:42.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-06-22T19:30:42.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-06-22T19:30:42.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35552026-06-22T19:30:42.617Z
35562026-06-22T19:30:42.617Zinfo: running `cargo check --bins` on internal-dns-resolver (174/298)
35572026-06-22T19:30:43.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-06-22T19:30:43.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-06-22T19:30:43.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-06-22T19:30:43.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35612026-06-22T19:30:43.142Z
35622026-06-22T19:30:43.142Zinfo: running `cargo check --bins` on dns-server (175/298)
35632026-06-22T19:30:43.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-06-22T19:30:43.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-06-22T19:30:43.728Z Compiling parking_lot_core v0.8.6
35662026-06-22T19:30:43.731Z Compiling git-stub v1.0.0
35672026-06-22T19:30:43.731Z Checking prefix-trie v0.7.0
35682026-06-22T19:30:43.731Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35692026-06-22T19:30:43.958Z Compiling git-stub-vcs v0.1.0
35702026-06-22T19:30:44.120Z Checking hickory-server v0.25.2
35712026-06-22T19:30:44.230Z Checking parking_lot v0.11.2
35722026-06-22T19:30:44.240Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35732026-06-22T19:30:44.313Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35742026-06-22T19:30:44.313Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35752026-06-22T19:30:44.800Z Checking sled v0.34.7
35762026-06-22T19:30:46.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
35772026-06-22T19:30:46.419Z
35782026-06-22T19:30:46.419Zinfo: running `cargo check --bins` on dns-server-api (176/298)
35792026-06-22T19:30:46.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-06-22T19:30:46.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-06-22T19:30:46.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-06-22T19:30:46.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
35832026-06-22T19:30:46.939Z
35842026-06-22T19:30:46.939Zinfo: running `cargo check --bins` on oximeter-producer-api (177/298)
35852026-06-22T19:30:47.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-06-22T19:30:47.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-06-22T19:30:47.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-06-22T19:30:47.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35892026-06-22T19:30:47.823Z
35902026-06-22T19:30:47.823Zinfo: running `cargo check --bins` on sp-sim (178/298)
35912026-06-22T19:30:47.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-06-22T19:30:47.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-06-22T19:30:48.123Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35942026-06-22T19:30:49.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.40s
35952026-06-22T19:30:50.048Z
35962026-06-22T19:30:50.048Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/298)
35972026-06-22T19:30:50.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-06-22T19:30:50.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-06-22T19:30:50.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-06-22T19:30:50.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36012026-06-22T19:30:50.622Z
36022026-06-22T19:30:50.622Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/298)
36032026-06-22T19:30:51.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-06-22T19:30:51.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-06-22T19:30:51.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-06-22T19:30:51.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36072026-06-22T19:30:51.202Z
36082026-06-22T19:30:51.202Zinfo: running `cargo check --bins` on db-macros (181/298)
36092026-06-22T19:30:51.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-06-22T19:30:51.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-06-22T19:30:51.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-06-22T19:30:51.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36132026-06-22T19:30:51.707Z
36142026-06-22T19:30:51.707Zinfo: running `cargo check --bins` on nexus-macros-common (182/298)
36152026-06-22T19:30:52.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-06-22T19:30:52.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-06-22T19:30:52.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-06-22T19:30:52.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36192026-06-22T19:30:52.215Z
36202026-06-22T19:30:52.215Zinfo: running `cargo check --bins` on nexus-auth (183/298)
36212026-06-22T19:30:52.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-06-22T19:30:52.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-06-22T19:30:52.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-06-22T19:30:52.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36252026-06-22T19:30:52.786Z
36262026-06-22T19:30:52.786Zinfo: running `cargo check --bins` on authz-macros (184/298)
36272026-06-22T19:30:53.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-06-22T19:30:53.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-06-22T19:30:53.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302026-06-22T19:30:53.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36312026-06-22T19:30:53.299Z
36322026-06-22T19:30:53.299Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/298)
36332026-06-22T19:30:53.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-06-22T19:30:53.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-06-22T19:30:53.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36362026-06-22T19:30:53.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36372026-06-22T19:30:53.850Z
36382026-06-22T19:30:53.850Zinfo: running `cargo check --bins` on nexus-db-model (186/298)
36392026-06-22T19:30:54.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402026-06-22T19:30:54.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412026-06-22T19:30:54.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36422026-06-22T19:30:54.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36432026-06-22T19:30:54.410Z
36442026-06-22T19:30:54.410Zinfo: running `cargo check --bins` on nexus-db-schema (187/298)
36452026-06-22T19:30:54.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462026-06-22T19:30:54.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472026-06-22T19:30:54.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36482026-06-22T19:30:54.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36492026-06-22T19:30:54.927Z
36502026-06-22T19:30:54.927Zinfo: running `cargo check --bins` on omicron-rpaths (188/298)
36512026-06-22T19:30:55.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36522026-06-22T19:30:55.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36532026-06-22T19:30:55.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36542026-06-22T19:30:55.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36552026-06-22T19:30:55.425Z
36562026-06-22T19:30:55.425Zinfo: running `cargo check --bins` on nexus-defaults (189/298)
36572026-06-22T19:30:55.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36582026-06-22T19:30:55.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36592026-06-22T19:30:55.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36602026-06-22T19:30:55.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36612026-06-22T19:30:55.949Z
36622026-06-22T19:30:55.949Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/298)
36632026-06-22T19:30:56.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36642026-06-22T19:30:56.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36652026-06-22T19:30:56.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36662026-06-22T19:30:56.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36672026-06-22T19:30:56.456Z
36682026-06-22T19:30:56.456Zinfo: running `cargo check --bins` on parallel-task-set (191/298)
36692026-06-22T19:30:56.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36702026-06-22T19:30:56.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36712026-06-22T19:30:56.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36722026-06-22T19:30:56.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36732026-06-22T19:30:56.966Z
36742026-06-22T19:30:56.966Zinfo: running `cargo check --bins` on omicron-git-version (192/298)
36752026-06-22T19:30:57.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36762026-06-22T19:30:57.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36772026-06-22T19:30:57.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36782026-06-22T19:30:57.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36792026-06-22T19:30:57.474Z
36802026-06-22T19:30:57.474Zinfo: running `cargo check --bins` on nexus-db-errors (193/298)
36812026-06-22T19:30:57.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36822026-06-22T19:30:57.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36832026-06-22T19:30:57.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36842026-06-22T19:30:57.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36852026-06-22T19:30:58.054Z
36862026-06-22T19:30:58.054Zinfo: running `cargo check --bins` on nexus-db-lookup (194/298)
36872026-06-22T19:30:58.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36882026-06-22T19:30:58.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36892026-06-22T19:30:58.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36902026-06-22T19:30:58.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36912026-06-22T19:30:58.623Z
36922026-06-22T19:30:58.623Zinfo: running `cargo check --bins` on nexus-inventory (195/298)
36932026-06-22T19:30:59.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36942026-06-22T19:30:59.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36952026-06-22T19:30:59.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36962026-06-22T19:30:59.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36972026-06-22T19:30:59.181Z
36982026-06-22T19:30:59.181Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/298)
36992026-06-22T19:30:59.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37002026-06-22T19:30:59.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37012026-06-22T19:30:59.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37022026-06-22T19:30:59.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37032026-06-22T19:30:59.723Z
37042026-06-22T19:30:59.723Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/298)
37052026-06-22T19:31:00.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37062026-06-22T19:31:00.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37072026-06-22T19:31:00.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37082026-06-22T19:31:00.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37092026-06-22T19:31:00.260Z
37102026-06-22T19:31:00.260Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/298)
37112026-06-22T19:31:00.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37122026-06-22T19:31:00.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37132026-06-22T19:31:00.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37142026-06-22T19:31:00.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37152026-06-22T19:31:00.800Z
37162026-06-22T19:31:00.800Zinfo: running `cargo check --bins` on key-manager (199/298)
37172026-06-22T19:31:01.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37182026-06-22T19:31:01.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37192026-06-22T19:31:01.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37202026-06-22T19:31:01.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
37212026-06-22T19:31:01.321Z
37222026-06-22T19:31:01.321Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/298)
37232026-06-22T19:31:01.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37242026-06-22T19:31:01.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37252026-06-22T19:31:01.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37262026-06-22T19:31:01.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37272026-06-22T19:31:01.892Z
37282026-06-22T19:31:01.892Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/298)
37292026-06-22T19:31:02.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37302026-06-22T19:31:02.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37312026-06-22T19:31:02.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37322026-06-22T19:31:02.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37332026-06-22T19:31:02.405Z
37342026-06-22T19:31:02.405Zinfo: running `cargo check --bins` on typed-rng (202/298)
37352026-06-22T19:31:02.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362026-06-22T19:31:02.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372026-06-22T19:31:02.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37382026-06-22T19:31:02.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
37392026-06-22T19:31:02.912Z
37402026-06-22T19:31:02.912Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/298)
37412026-06-22T19:31:03.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37422026-06-22T19:31:03.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37432026-06-22T19:31:03.692Z Compiling libefi-sys v0.1.0
37442026-06-22T19:31:03.696Z Compiling bitfield-struct v0.6.2
37452026-06-22T19:31:03.832Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37462026-06-22T19:31:03.840Z Compiling xshell-macros v0.2.7
37472026-06-22T19:31:03.850Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37482026-06-22T19:31:03.906Z Compiling salty v0.3.0
37492026-06-22T19:31:03.906Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37502026-06-22T19:31:03.906Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37512026-06-22T19:31:03.917Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37522026-06-22T19:31:04.012Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37532026-06-22T19:31:04.166Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37542026-06-22T19:31:04.183Z Checking primeorder v0.13.6
37552026-06-22T19:31:04.183Z Compiling proc-macro-error-attr2 v2.0.0
37562026-06-22T19:31:04.214Z Checking xshell v0.2.7
37572026-06-22T19:31:04.308Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37582026-06-22T19:31:04.360Z Checking tungstenite v0.21.0
37592026-06-22T19:31:04.389Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37602026-06-22T19:31:04.427Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37612026-06-22T19:31:04.427Z Checking p384 v0.13.1
37622026-06-22T19:31:04.518Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37632026-06-22T19:31:04.534Z Compiling num-derive v0.3.3
37642026-06-22T19:31:04.564Z Compiling proc-macro-error2 v2.0.1
37652026-06-22T19:31:04.655Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37662026-06-22T19:31:04.773Z Checking tokio-tungstenite v0.21.0
37672026-06-22T19:31:04.799Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37682026-06-22T19:31:04.845Z Checking papergrid v0.17.0
37692026-06-22T19:31:04.875Z Compiling tabled_derive v0.11.0
37702026-06-22T19:31:04.886Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37712026-06-22T19:31:04.889Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37722026-06-22T19:31:05.032Z Compiling progenitor-impl v0.13.0
37732026-06-22T19:31:05.041Z Checking testing_table v0.3.0
37742026-06-22T19:31:05.138Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37752026-06-22T19:31:05.166Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37762026-06-22T19:31:05.183Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37772026-06-22T19:31:05.373Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37782026-06-22T19:31:05.377Z Compiling unicase v2.9.0
37792026-06-22T19:31:05.414Z Checking libscf-sys v1.1.0
37802026-06-22T19:31:05.544Z Compiling illumos-nvpair-sys v0.2.0
37812026-06-22T19:31:05.567Z Checking corncobs v0.1.4
37822026-06-22T19:31:05.591Z Compiling mime_guess v2.0.5
37832026-06-22T19:31:05.676Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37842026-06-22T19:31:05.696Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37852026-06-22T19:31:05.765Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37862026-06-22T19:31:05.780Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37872026-06-22T19:31:05.877Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37882026-06-22T19:31:05.901Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37892026-06-22T19:31:06.034Z Checking tabled v0.20.0
37902026-06-22T19:31:06.125Z Checking progenitor-client v0.13.0
37912026-06-22T19:31:06.223Z Checking secrecy v0.8.0
37922026-06-22T19:31:06.330Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37932026-06-22T19:31:06.353Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37942026-06-22T19:31:06.426Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37952026-06-22T19:31:06.566Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
37962026-06-22T19:31:06.778Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
37972026-06-22T19:31:06.825Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37982026-06-22T19:31:06.854Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37992026-06-22T19:31:06.890Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38002026-06-22T19:31:06.924Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38012026-06-22T19:31:07.115Z Checking filetime v0.2.27
38022026-06-22T19:31:07.131Z Checking crc8 v0.1.1
38032026-06-22T19:31:07.242Z Checking http-range v0.1.5
38042026-06-22T19:31:07.330Z Checking xattr v1.6.1
38052026-06-22T19:31:07.369Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38062026-06-22T19:31:07.438Z Checking tar v0.4.45
38072026-06-22T19:31:07.543Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38082026-06-22T19:31:07.580Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38092026-06-22T19:31:07.654Z Compiling progenitor-macro v0.13.0
38102026-06-22T19:31:07.697Z Checking illumos-nvpair v0.3.0
38112026-06-22T19:31:07.815Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38122026-06-22T19:31:07.859Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38132026-06-22T19:31:07.866Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38142026-06-22T19:31:08.008Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38152026-06-22T19:31:08.117Z Checking atty v0.2.14
38162026-06-22T19:31:08.218Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38172026-06-22T19:31:08.239Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38182026-06-22T19:31:08.254Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38192026-06-22T19:31:08.324Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38202026-06-22T19:31:08.511Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38212026-06-22T19:31:08.568Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38222026-06-22T19:31:08.587Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38232026-06-22T19:31:08.611Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38242026-06-22T19:31:08.780Z Checking hyper-staticfile v0.10.1
38252026-06-22T19:31:08.842Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38262026-06-22T19:31:08.937Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38272026-06-22T19:31:09.073Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38282026-06-22T19:31:09.089Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38292026-06-22T19:31:09.337Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38302026-06-22T19:31:09.394Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38312026-06-22T19:31:09.625Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38322026-06-22T19:31:09.923Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38332026-06-22T19:31:10.516Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38342026-06-22T19:31:10.991Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38352026-06-22T19:31:11.409Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38362026-06-22T19:31:11.681Z Checking progenitor v0.13.0
38372026-06-22T19:31:11.819Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38382026-06-22T19:31:13.893Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38392026-06-22T19:31:17.069Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38402026-06-22T19:31:27.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.05s
38412026-06-22T19:31:28.167Z
38422026-06-22T19:31:28.167Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/298)
38432026-06-22T19:31:28.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38442026-06-22T19:31:29.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38452026-06-22T19:31:29.077Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38462026-06-22T19:31:39.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s
38472026-06-22T19:31:39.707Z
38482026-06-22T19:31:39.707Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/298)
38492026-06-22T19:31:40.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-06-22T19:31:40.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-06-22T19:31:40.380Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38522026-06-22T19:31:51.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s
38532026-06-22T19:31:51.239Z
38542026-06-22T19:31:51.239Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/298)
38552026-06-22T19:31:51.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-06-22T19:31:51.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-06-22T19:31:51.986Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38582026-06-22T19:32:02.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
38592026-06-22T19:32:02.713Z
38602026-06-22T19:32:02.713Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/298)
38612026-06-22T19:32:03.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-06-22T19:32:03.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-06-22T19:32:03.433Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38642026-06-22T19:32:14.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
38652026-06-22T19:32:14.297Z
38662026-06-22T19:32:14.297Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/298)
38672026-06-22T19:32:14.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-06-22T19:32:14.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-06-22T19:32:15.014Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38702026-06-22T19:32:25.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.29s
38712026-06-22T19:32:25.816Z
38722026-06-22T19:32:25.816Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/298)
38732026-06-22T19:32:26.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-06-22T19:32:26.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-06-22T19:32:26.528Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38762026-06-22T19:32:38.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
38772026-06-22T19:32:38.800Z
38782026-06-22T19:32:38.800Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/298)
38792026-06-22T19:32:38.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-06-22T19:32:38.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-06-22T19:32:38.801Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38822026-06-22T19:32:48.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
38832026-06-22T19:32:49.011Z
38842026-06-22T19:32:49.011Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/298)
38852026-06-22T19:32:49.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-06-22T19:32:49.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-06-22T19:32:49.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38882026-06-22T19:32:49.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
38892026-06-22T19:32:49.554Z
38902026-06-22T19:32:49.555Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/298)
38912026-06-22T19:32:49.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-06-22T19:32:49.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-06-22T19:32:49.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38942026-06-22T19:32:49.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
38952026-06-22T19:32:50.054Z
38962026-06-22T19:32:50.054Zinfo: running `cargo check --bins` on range-requests (213/298)
38972026-06-22T19:32:50.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-06-22T19:32:50.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-06-22T19:32:50.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002026-06-22T19:32:50.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
39012026-06-22T19:32:50.572Z
39022026-06-22T19:32:50.572Zinfo: running `cargo check --bins` on repo-depot-api (214/298)
39032026-06-22T19:32:51.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-06-22T19:32:51.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-06-22T19:32:51.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39062026-06-22T19:32:51.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
39072026-06-22T19:32:51.103Z
39082026-06-22T19:32:51.104Zinfo: running `cargo check --bins` on sled-agent-api (215/298)
39092026-06-22T19:32:51.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-06-22T19:32:51.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-06-22T19:32:51.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39122026-06-22T19:32:51.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39132026-06-22T19:32:51.754Z
39142026-06-22T19:32:51.755Zinfo: running `cargo check --bins` on sled-diagnostics (216/298)
39152026-06-22T19:32:52.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-06-22T19:32:52.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-06-22T19:32:52.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39182026-06-22T19:32:52.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39192026-06-22T19:32:52.185Z
39202026-06-22T19:32:52.185Zinfo: running `cargo check --bins` on zfs-test-harness (217/298)
39212026-06-22T19:32:52.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222026-06-22T19:32:52.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232026-06-22T19:32:52.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39242026-06-22T19:32:52.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39252026-06-22T19:32:52.729Z
39262026-06-22T19:32:52.729Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/298)
39272026-06-22T19:32:53.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39282026-06-22T19:32:53.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39292026-06-22T19:32:53.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39302026-06-22T19:32:53.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39312026-06-22T19:32:53.351Z
39322026-06-22T19:32:53.351Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/298)
39332026-06-22T19:32:53.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-06-22T19:32:53.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-06-22T19:32:53.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39362026-06-22T19:32:53.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39372026-06-22T19:32:53.943Z
39382026-06-22T19:32:53.943Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/298)
39392026-06-22T19:32:54.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-06-22T19:32:54.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-06-22T19:32:54.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39422026-06-22T19:32:54.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39432026-06-22T19:32:54.434Z
39442026-06-22T19:32:54.434Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/298)
39452026-06-22T19:32:55.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-06-22T19:32:55.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-06-22T19:32:55.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-06-22T19:32:55.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39492026-06-22T19:32:55.408Z
39502026-06-22T19:32:55.408Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/298)
39512026-06-22T19:32:55.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-06-22T19:32:55.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-06-22T19:32:55.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-06-22T19:32:55.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39552026-06-22T19:32:56.017Z
39562026-06-22T19:32:56.018Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/298)
39572026-06-22T19:32:57.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-06-22T19:32:57.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-06-22T19:32:57.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-06-22T19:32:57.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39612026-06-22T19:32:57.378Z
39622026-06-22T19:32:57.378Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/298)
39632026-06-22T19:32:57.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-06-22T19:32:57.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-06-22T19:32:57.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39662026-06-22T19:32:57.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39672026-06-22T19:32:57.500Z
39682026-06-22T19:32:57.501Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/298)
39692026-06-22T19:32:57.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-06-22T19:32:57.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-06-22T19:32:57.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39722026-06-22T19:32:57.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39732026-06-22T19:32:57.501Z
39742026-06-22T19:32:57.501Zinfo: running `cargo check --bins` on trust-quorum (226/298)
39752026-06-22T19:32:57.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-06-22T19:32:57.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-06-22T19:32:57.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39782026-06-22T19:32:57.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39792026-06-22T19:32:57.759Z
39802026-06-22T19:32:57.759Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/298)
39812026-06-22T19:32:58.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-06-22T19:32:58.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-06-22T19:32:58.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39842026-06-22T19:32:58.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39852026-06-22T19:32:58.278Z
39862026-06-22T19:32:58.279Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/298)
39872026-06-22T19:32:58.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-06-22T19:32:58.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-06-22T19:32:58.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39902026-06-22T19:32:58.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39912026-06-22T19:32:58.856Z
39922026-06-22T19:32:58.856Zinfo: running `cargo check --bins` on update-common (229/298)
39932026-06-22T19:32:59.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-06-22T19:32:59.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-06-22T19:32:59.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-06-22T19:32:59.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39972026-06-22T19:32:59.362Z
39982026-06-22T19:32:59.363Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/298)
39992026-06-22T19:32:59.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-06-22T19:32:59.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-06-22T19:32:59.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-06-22T19:32:59.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40032026-06-22T19:32:59.951Z
40042026-06-22T19:32:59.951Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/298)
40052026-06-22T19:33:00.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-06-22T19:33:00.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-06-22T19:33:00.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-06-22T19:33:00.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40092026-06-22T19:33:00.470Z
40102026-06-22T19:33:00.470Zinfo: running `cargo check --bins` on reconfigurator-cli (232/298)
40112026-06-22T19:33:00.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-06-22T19:33:01.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-06-22T19:33:01.164Z Compiling fs-err v2.11.0
40142026-06-22T19:33:01.186Z Checking ignore v0.4.25
40152026-06-22T19:33:01.186Z Checking arc-swap v1.8.2
40162026-06-22T19:33:01.286Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40172026-06-22T19:33:01.286Z Checking predicates-tree v1.0.13
40182026-06-22T19:33:01.306Z Checking parse-size v1.1.0
40192026-06-22T19:33:01.325Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40202026-06-22T19:33:01.325Z Checking rand_seeder v0.4.0
40212026-06-22T19:33:01.395Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40222026-06-22T19:33:01.408Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40232026-06-22T19:33:01.463Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40242026-06-22T19:33:01.482Z Checking slog-scope v4.4.1
40252026-06-22T19:33:01.508Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40262026-06-22T19:33:01.613Z Compiling petname v2.0.2
40272026-06-22T19:33:01.619Z Checking slog-stdlog v4.1.1
40282026-06-22T19:33:01.619Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40292026-06-22T19:33:01.670Z Checking globwalk v0.9.1
40302026-06-22T19:33:01.706Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40312026-06-22T19:33:01.716Z Checking slog-envlogger v2.2.0
40322026-06-22T19:33:01.899Z Checking camino-tempfile-ext v0.3.3
40332026-06-22T19:33:01.934Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40342026-06-22T19:33:01.934Z Checking sapling-renderdag v0.1.0
40352026-06-22T19:33:02.012Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40362026-06-22T19:33:02.061Z Checking subprocess v0.2.15
40372026-06-22T19:33:02.143Z Checking sync-ptr v0.1.4
40382026-06-22T19:33:02.226Z Checking colored v2.2.0
40392026-06-22T19:33:02.249Z Checking assert_matches v1.5.0
40402026-06-22T19:33:02.334Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40412026-06-22T19:33:02.502Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40422026-06-22T19:33:02.519Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40432026-06-22T19:33:03.161Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40442026-06-22T19:33:04.486Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40452026-06-22T19:33:06.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.18s
40462026-06-22T19:33:06.830Z
40472026-06-22T19:33:06.830Zinfo: running `cargo check --bins` on omicron-repl-utils (233/298)
40482026-06-22T19:33:07.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40492026-06-22T19:33:07.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40502026-06-22T19:33:07.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40512026-06-22T19:33:07.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40522026-06-22T19:33:07.388Z
40532026-06-22T19:33:07.388Zinfo: running `cargo check --bins` on transient-dns-server (234/298)
40542026-06-22T19:33:07.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40552026-06-22T19:33:07.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40562026-06-22T19:33:07.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40572026-06-22T19:33:07.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40582026-06-22T19:33:07.978Z
40592026-06-22T19:33:07.978Zinfo: running `cargo check --bins` on nexus-test-interface (235/298)
40602026-06-22T19:33:08.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-06-22T19:33:08.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-06-22T19:33:08.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40632026-06-22T19:33:08.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40642026-06-22T19:33:08.483Z
40652026-06-22T19:33:08.483Zinfo: running `cargo check --bins` on oximeter-collector (236/298)
40662026-06-22T19:33:08.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-06-22T19:33:09.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-06-22T19:33:09.167Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40692026-06-22T19:33:09.167Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40702026-06-22T19:33:09.750Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40712026-06-22T19:33:11.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.79s
40722026-06-22T19:33:11.466Z
40732026-06-22T19:33:11.466Zinfo: running `cargo check --bins` on oximeter-api (237/298)
40742026-06-22T19:33:11.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-06-22T19:33:11.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-06-22T19:33:11.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40772026-06-22T19:33:11.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40782026-06-22T19:33:12.087Z
40792026-06-22T19:33:12.087Zinfo: running `cargo check --bins` on cert-dev (238/298)
40802026-06-22T19:33:12.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-06-22T19:33:12.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-06-22T19:33:12.513Z Checking yasna v0.5.2
40832026-06-22T19:33:12.942Z Checking rcgen v0.12.1
40842026-06-22T19:33:13.244Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40852026-06-22T19:33:13.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
40862026-06-22T19:33:13.479Z
40872026-06-22T19:33:13.480Zinfo: running `cargo check --bins` on clickana (239/298)
40882026-06-22T19:33:14.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-06-22T19:33:14.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-06-22T19:33:14.074Z Compiling darling_core v0.23.0
40912026-06-22T19:33:14.154Z Compiling instability v0.3.11
40922026-06-22T19:33:14.171Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40932026-06-22T19:33:14.171Z Checking castaway v0.2.4
40942026-06-22T19:33:14.171Z Compiling indoc v2.0.7
40952026-06-22T19:33:14.171Z Checking unicode-truncate v1.1.0
40962026-06-22T19:33:14.172Z Checking lru v0.12.5
40972026-06-22T19:33:14.172Z Checking cassowary v0.3.0
40982026-06-22T19:33:14.249Z Checking compact_str v0.8.1
40992026-06-22T19:33:15.494Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41002026-06-22T19:33:16.807Z Compiling darling_macro v0.23.0
41012026-06-22T19:33:16.874Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41022026-06-22T19:33:16.874Z Compiling darling v0.23.0
41032026-06-22T19:33:17.043Z Checking ratatui v0.29.0
41042026-06-22T19:33:17.628Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41052026-06-22T19:33:18.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s
41062026-06-22T19:33:18.455Z
41072026-06-22T19:33:18.455Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/298)
41082026-06-22T19:33:18.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-06-22T19:33:18.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-06-22T19:33:19.070Z Checking headers-core v0.3.0
41112026-06-22T19:33:19.077Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41122026-06-22T19:33:19.259Z Checking headers v0.4.1
41132026-06-22T19:33:19.656Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41142026-06-22T19:33:20.904Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41152026-06-22T19:33:21.002Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41162026-06-22T19:33:21.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s
41172026-06-22T19:33:21.670Z
41182026-06-22T19:33:21.670Zinfo: running `cargo check --bins` on ch-dev (241/298)
41192026-06-22T19:33:21.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-06-22T19:33:22.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-06-22T19:33:22.540Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41222026-06-22T19:33:22.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
41232026-06-22T19:33:23.117Z
41242026-06-22T19:33:23.117Zinfo: running `cargo check --bins` on dev-tools-common (242/298)
41252026-06-22T19:33:23.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-06-22T19:33:23.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-06-22T19:33:23.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41282026-06-22T19:33:23.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
41292026-06-22T19:33:23.544Z
41302026-06-22T19:33:23.544Zinfo: running `cargo check --bins` on crdb-seed (243/298)
41312026-06-22T19:33:23.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-06-22T19:33:24.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-06-22T19:33:24.146Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41342026-06-22T19:33:25.282Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41352026-06-22T19:33:25.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s
41362026-06-22T19:33:25.611Z
41372026-06-22T19:33:25.611Zinfo: running `cargo check --bins` on db-dev (244/298)
41382026-06-22T19:33:26.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41392026-06-22T19:33:26.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41402026-06-22T19:33:26.350Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41412026-06-22T19:33:27.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
41422026-06-22T19:33:27.269Z
41432026-06-22T19:33:27.269Zinfo: running `cargo check --bins` on omicron-dev-lib (245/298)
41442026-06-22T19:33:27.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-06-22T19:33:27.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-06-22T19:33:27.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41472026-06-22T19:33:27.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41482026-06-22T19:33:27.745Z
41492026-06-22T19:33:27.745Zinfo: running `cargo check --bins` on xtask-downloader (246/298)
41502026-06-22T19:33:28.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41512026-06-22T19:33:28.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41522026-06-22T19:33:28.557Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41532026-06-22T19:33:29.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
41542026-06-22T19:33:29.582Z
41552026-06-22T19:33:29.583Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/298)
41562026-06-22T19:33:29.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41572026-06-22T19:33:29.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41582026-06-22T19:33:29.839Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41592026-06-22T19:33:29.839Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41602026-06-22T19:33:29.956Z Checking git-stub v1.0.0
41612026-06-22T19:33:29.956Z Compiling trait-variant v0.1.2
41622026-06-22T19:33:29.956Z Checking maplit v1.0.2
41632026-06-22T19:33:29.956Z Checking is_ci v1.2.0
41642026-06-22T19:33:30.088Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41652026-06-22T19:33:30.088Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41662026-06-22T19:33:30.088Z Checking drift v0.2.0
41672026-06-22T19:33:30.088Z Checking supports-color v3.0.2
41682026-06-22T19:33:30.153Z Checking git-stub-vcs v0.1.0
41692026-06-22T19:33:30.153Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41702026-06-22T19:33:30.249Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41712026-06-22T19:33:30.249Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41722026-06-22T19:33:30.267Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41732026-06-22T19:33:30.355Z Checking dropshot-api-manager v0.7.2
41742026-06-22T19:33:30.408Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41752026-06-22T19:33:30.408Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41762026-06-22T19:33:30.483Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41772026-06-22T19:33:31.320Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41782026-06-22T19:33:31.639Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41792026-06-22T19:33:32.052Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41802026-06-22T19:33:33.274Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41812026-06-22T19:33:33.866Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41822026-06-22T19:33:34.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s
41832026-06-22T19:33:34.474Z
41842026-06-22T19:33:34.474Zinfo: running `cargo check --bins` on installinator-api (248/298)
41852026-06-22T19:33:35.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41862026-06-22T19:33:35.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41872026-06-22T19:33:35.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41882026-06-22T19:33:35.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
41892026-06-22T19:33:35.059Z
41902026-06-22T19:33:35.059Zinfo: running `cargo check --bins` on nexus-external-api (249/298)
41912026-06-22T19:33:35.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41922026-06-22T19:33:38.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41932026-06-22T19:33:38.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41942026-06-22T19:33:38.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41952026-06-22T19:33:38.634Z
41962026-06-22T19:33:38.634Zinfo: running `cargo check --bins` on nexus-internal-api (250/298)
41972026-06-22T19:33:38.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-06-22T19:33:38.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-06-22T19:33:38.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42002026-06-22T19:33:38.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42012026-06-22T19:33:38.634Z
42022026-06-22T19:33:38.634Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/298)
42032026-06-22T19:33:38.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-06-22T19:33:38.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-06-22T19:33:38.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42062026-06-22T19:33:38.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42072026-06-22T19:33:38.811Z
42082026-06-22T19:33:38.811Zinfo: running `cargo check --bins` on ntp-admin-api (252/298)
42092026-06-22T19:33:38.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-06-22T19:33:38.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-06-22T19:33:38.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42122026-06-22T19:33:38.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42132026-06-22T19:33:38.811Z
42142026-06-22T19:33:38.811Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/298)
42152026-06-22T19:33:38.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-06-22T19:33:38.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-06-22T19:33:38.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42182026-06-22T19:33:38.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
42192026-06-22T19:33:38.811Z
42202026-06-22T19:33:38.811Zinfo: running `cargo check --bins` on wicketd-api (254/298)
42212026-06-22T19:33:38.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42222026-06-22T19:33:38.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42232026-06-22T19:33:38.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42242026-06-22T19:33:38.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42252026-06-22T19:33:38.812Z
42262026-06-22T19:33:38.812Zinfo: running `cargo check --bins` on omicron-ls-apis (255/298)
42272026-06-22T19:33:38.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42282026-06-22T19:33:39.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42292026-06-22T19:33:39.073Z Checking typeid v1.0.3
42302026-06-22T19:33:39.073Z Checking ordered-float v2.10.1
42312026-06-22T19:33:39.073Z Checking unicode-xid v0.2.6
42322026-06-22T19:33:39.073Z Checking cargo-platform v0.2.0
42332026-06-22T19:33:39.073Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42342026-06-22T19:33:39.074Z Checking erased-serde v0.4.9
42352026-06-22T19:33:39.158Z Checking serde-value v0.7.0
42362026-06-22T19:33:39.632Z Checking serde-untagged v0.1.9
42372026-06-22T19:33:39.720Z Checking cargo-util-schemas v0.8.2
42382026-06-22T19:33:40.469Z Checking cargo_metadata v0.21.0
42392026-06-22T19:33:40.805Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42402026-06-22T19:33:41.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
42412026-06-22T19:33:41.622Z
42422026-06-22T19:33:41.622Zinfo: running `cargo check --bins` on mgs-dev (256/298)
42432026-06-22T19:33:42.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42442026-06-22T19:33:42.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42452026-06-22T19:33:42.664Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42462026-06-22T19:33:42.967Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42472026-06-22T19:33:43.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
42482026-06-22T19:33:45.159Z
42492026-06-22T19:33:45.159Zinfo: running `cargo check --bins` on omicron-omdb (257/298)
42502026-06-22T19:33:45.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42512026-06-22T19:33:45.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42522026-06-22T19:33:45.249Z Compiling vergen-lib v0.1.6
42532026-06-22T19:33:45.249Z Compiling diesel_derives v2.3.7
42542026-06-22T19:33:45.249Z Compiling dsl_auto_type v0.2.0
42552026-06-22T19:33:45.249Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42562026-06-22T19:33:45.249Z Checking scheduled-thread-pool v0.2.7
42572026-06-22T19:33:45.249Z Compiling vergen-gitcl v1.0.8
42582026-06-22T19:33:45.249Z Compiling diesel_table_macro_syntax v0.3.0
42592026-06-22T19:33:45.249Z Compiling dirs-sys-next v0.1.2
42602026-06-22T19:33:45.249Z Compiling crunchy v0.2.4
42612026-06-22T19:33:45.249Z Compiling glob v0.3.3
42622026-06-22T19:33:45.249Z Compiling dirs-next v2.0.0
42632026-06-22T19:33:45.249Z Checking r2d2 v0.8.10
42642026-06-22T19:33:45.249Z Compiling tiny-keccak v2.0.2
42652026-06-22T19:33:45.249Z Checking downcast-rs v2.0.2
42662026-06-22T19:33:45.249Z Compiling term v0.7.0
42672026-06-22T19:33:45.249Z Compiling bit-vec v0.6.3
42682026-06-22T19:33:45.249Z Compiling clang-sys v1.8.1
42692026-06-22T19:33:45.287Z Compiling bit-set v0.5.3
42702026-06-22T19:33:45.287Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42712026-06-22T19:33:45.411Z Compiling ascii-canvas v3.0.0
42722026-06-22T19:33:45.439Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42732026-06-22T19:33:45.520Z Compiling itertools v0.10.5
42742026-06-22T19:33:45.554Z Compiling ena v0.14.4
42752026-06-22T19:33:45.560Z Compiling libloading v0.8.9
42762026-06-22T19:33:45.595Z Compiling regex-syntax v0.6.29
42772026-06-22T19:33:45.625Z Compiling bindgen v0.71.1
42782026-06-22T19:33:45.671Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42792026-06-22T19:33:45.746Z Compiling diff v0.1.13
42802026-06-22T19:33:46.042Z Compiling cexpr v0.6.0
42812026-06-22T19:33:46.077Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42822026-06-22T19:33:46.270Z Compiling rustc-hash v2.1.1
42832026-06-22T19:33:46.424Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42842026-06-22T19:33:46.485Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42852026-06-22T19:33:46.562Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42862026-06-22T19:33:46.706Z Compiling libxml v0.3.3
42872026-06-22T19:33:46.807Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42882026-06-22T19:33:46.829Z Compiling strum_macros v0.24.3
42892026-06-22T19:33:46.933Z Compiling lalrpop v0.19.12
42902026-06-22T19:33:47.031Z Compiling indoc v1.0.9
42912026-06-22T19:33:47.759Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42922026-06-22T19:33:47.939Z Checking derive_builder v0.20.2
42932026-06-22T19:33:48.086Z Compiling oso-derive v0.27.3
42942026-06-22T19:33:48.245Z Checking quick-xml v0.37.5
42952026-06-22T19:33:48.296Z Compiling impl-trait-for-tuples v0.2.3
42962026-06-22T19:33:48.598Z Checking openssl-probe v0.1.6
42972026-06-22T19:33:48.771Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42982026-06-22T19:33:49.130Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42992026-06-22T19:33:49.329Z Checking bb8 v0.8.6
43002026-06-22T19:33:49.499Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43012026-06-22T19:33:49.519Z Checking nonempty v0.12.0
43022026-06-22T19:33:49.611Z Compiling libz-sys v1.1.24
43032026-06-22T19:33:49.682Z Compiling strsim v0.10.0
43042026-06-22T19:33:49.720Z Compiling libgit2-sys v0.18.3+1.9.2
43052026-06-22T19:33:49.877Z Compiling darling_core v0.13.4
43062026-06-22T19:33:50.020Z Compiling vergen-git2 v9.1.0
43072026-06-22T19:33:50.174Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43082026-06-22T19:33:50.391Z Compiling rustls v0.21.12
43092026-06-22T19:33:50.436Z Compiling base64 v0.21.7
43102026-06-22T19:33:50.493Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43112026-06-22T19:33:50.618Z Checking diesel v2.3.7
43122026-06-22T19:33:50.694Z Compiling ron v0.8.1
43132026-06-22T19:33:51.488Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43142026-06-22T19:33:51.660Z Checking rustls-webpki v0.101.7
43152026-06-22T19:33:51.682Z Checking sct v0.7.1
43162026-06-22T19:33:51.733Z Compiling darling_macro v0.13.4
43172026-06-22T19:33:51.841Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43182026-06-22T19:33:52.185Z Compiling darling v0.13.4
43192026-06-22T19:33:52.279Z Compiling serde_with_macros v1.5.2
43202026-06-22T19:33:52.754Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43212026-06-22T19:33:53.188Z Compiling serde_with v1.14.0
43222026-06-22T19:33:53.299Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43232026-06-22T19:33:54.348Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43242026-06-22T19:33:54.514Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43252026-06-22T19:33:55.074Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43262026-06-22T19:33:55.727Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43272026-06-22T19:33:55.876Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43282026-06-22T19:33:55.903Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43292026-06-22T19:33:56.066Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43302026-06-22T19:33:56.091Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43312026-06-22T19:33:56.111Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43322026-06-22T19:33:56.253Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43332026-06-22T19:33:56.280Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43342026-06-22T19:33:56.485Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43352026-06-22T19:33:56.506Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43362026-06-22T19:33:56.523Z Checking tokio-rustls v0.24.1
43372026-06-22T19:33:56.725Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43382026-06-22T19:33:57.295Z Checking rustls-pemfile v1.0.4
43392026-06-22T19:33:57.339Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43402026-06-22T19:33:57.438Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43412026-06-22T19:33:57.537Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43422026-06-22T19:33:57.632Z Checking twox-hash v2.1.2
43432026-06-22T19:33:57.910Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43442026-06-22T19:33:57.932Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43452026-06-22T19:33:57.970Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43462026-06-22T19:33:58.214Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43472026-06-22T19:33:58.370Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43482026-06-22T19:33:59.656Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43492026-06-22T19:33:59.668Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43502026-06-22T19:33:59.999Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43512026-06-22T19:34:00.336Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43522026-06-22T19:34:00.630Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43532026-06-22T19:34:00.812Z Checking console v0.16.2
43542026-06-22T19:34:01.147Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43552026-06-22T19:34:01.296Z Checking fatfs v0.3.6
43562026-06-22T19:34:01.332Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43572026-06-22T19:34:01.747Z Checking unit-prefix v0.5.2
43582026-06-22T19:34:01.887Z Compiling seq-macro v0.3.6
43592026-06-22T19:34:02.417Z Checking indicatif v0.18.4
43602026-06-22T19:34:02.651Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43612026-06-22T19:34:02.682Z Checking support-bundle-viewer v0.1.2
43622026-06-22T19:34:02.806Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43632026-06-22T19:34:02.904Z Checking multimap v0.10.1
43642026-06-22T19:34:07.124Z Checking async-bb8-diesel v0.2.1
43652026-06-22T19:34:07.488Z Checking diesel-dtrace v0.5.0
43662026-06-22T19:34:12.266Z Compiling samael v0.0.19
43672026-06-22T19:34:17.734Z Compiling git2 v0.20.4
43682026-06-22T19:34:18.755Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43692026-06-22T19:34:18.833Z Compiling polar-core v0.27.3
43702026-06-22T19:34:20.170Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43712026-06-22T19:34:23.311Z Checking oso v0.27.3
43722026-06-22T19:34:53.164Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43732026-06-22T19:35:19.923Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43742026-06-22T19:36:04.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s
43752026-06-22T19:36:05.130Z
43762026-06-22T19:36:05.130Zinfo: running `cargo check --bins` on nexus-networking (258/298)
43772026-06-22T19:36:05.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-06-22T19:36:05.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-06-22T19:36:05.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43802026-06-22T19:36:05.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43812026-06-22T19:36:05.756Z
43822026-06-22T19:36:05.756Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/298)
43832026-06-22T19:36:06.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-06-22T19:36:06.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-06-22T19:36:06.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43862026-06-22T19:36:06.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43872026-06-22T19:36:06.333Z
43882026-06-22T19:36:06.333Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/298)
43892026-06-22T19:36:06.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-06-22T19:36:06.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-06-22T19:36:06.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-06-22T19:36:06.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43932026-06-22T19:36:06.922Z
43942026-06-22T19:36:06.922Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/298)
43952026-06-22T19:36:07.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-06-22T19:36:07.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-06-22T19:36:07.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43982026-06-22T19:36:07.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
43992026-06-22T19:36:07.442Z
44002026-06-22T19:36:07.442Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/298)
44012026-06-22T19:36:07.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-06-22T19:36:07.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-06-22T19:36:08.222Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44042026-06-22T19:36:08.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
44052026-06-22T19:36:09.142Z
44062026-06-22T19:36:09.142Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/298)
44072026-06-22T19:36:09.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-06-22T19:36:09.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-06-22T19:36:09.905Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44102026-06-22T19:36:46.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.27s
44112026-06-22T19:36:46.618Z
44122026-06-22T19:36:46.618Zinfo: running `cargo check --bins` on nexus-background-task-interface (264/298)
44132026-06-22T19:36:47.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-06-22T19:36:47.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-06-22T19:36:47.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44162026-06-22T19:36:47.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44172026-06-22T19:36:47.134Z
44182026-06-22T19:36:47.134Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (265/298)
44192026-06-22T19:36:47.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-06-22T19:36:47.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-06-22T19:36:47.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44222026-06-22T19:36:47.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44232026-06-22T19:36:47.706Z
44242026-06-22T19:36:47.706Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (266/298)
44252026-06-22T19:36:48.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-06-22T19:36:48.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-06-22T19:36:48.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44282026-06-22T19:36:48.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44292026-06-22T19:36:48.291Z
44302026-06-22T19:36:48.291Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (267/298)
44312026-06-22T19:36:48.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-06-22T19:36:48.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-06-22T19:36:48.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44342026-06-22T19:36:48.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44352026-06-22T19:36:48.871Z
44362026-06-22T19:36:48.871Zinfo: running `cargo check --bins` on nexus-mgs-updates (268/298)
44372026-06-22T19:36:49.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44382026-06-22T19:36:49.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44392026-06-22T19:36:49.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44402026-06-22T19:36:49.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44412026-06-22T19:36:49.437Z
44422026-06-22T19:36:49.437Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (269/298)
44432026-06-22T19:36:49.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44442026-06-22T19:36:49.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44452026-06-22T19:36:49.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44462026-06-22T19:36:49.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44472026-06-22T19:36:50.028Z
44482026-06-22T19:36:50.028Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (270/298)
44492026-06-22T19:36:50.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44502026-06-22T19:36:50.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44512026-06-22T19:36:50.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44522026-06-22T19:36:50.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44532026-06-22T19:36:50.601Z
44542026-06-22T19:36:50.601Zinfo: running `cargo check --bins` on nexus-switch-config (271/298)
44552026-06-22T19:36:51.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44562026-06-22T19:36:51.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44572026-06-22T19:36:51.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44582026-06-22T19:36:51.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44592026-06-22T19:36:51.182Z
44602026-06-22T19:36:51.182Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (272/298)
44612026-06-22T19:36:51.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-06-22T19:36:51.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-06-22T19:36:51.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44642026-06-22T19:36:51.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44652026-06-22T19:36:51.774Z
44662026-06-22T19:36:51.774Zinfo: running `cargo check --bins` on support-bundle-collection (273/298)
44672026-06-22T19:36:52.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44682026-06-22T19:36:52.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44692026-06-22T19:36:52.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44702026-06-22T19:36:52.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44712026-06-22T19:36:52.366Z
44722026-06-22T19:36:52.366Zinfo: running `cargo check --bins` on omicron-dev (274/298)
44732026-06-22T19:36:52.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44742026-06-22T19:36:52.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44752026-06-22T19:36:53.247Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44762026-06-22T19:36:53.247Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44772026-06-22T19:36:53.364Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44782026-06-22T19:36:53.447Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44792026-06-22T19:36:53.498Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44802026-06-22T19:36:53.498Z Checking yansi v1.0.1
44812026-06-22T19:36:53.498Z Checking diff v0.1.13
44822026-06-22T19:36:53.498Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44832026-06-22T19:36:53.744Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44842026-06-22T19:36:53.795Z Checking pretty_assertions v1.4.1
44852026-06-22T19:36:54.365Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44862026-06-22T19:36:54.457Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44872026-06-22T19:37:18.658Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44882026-06-22T19:37:18.662Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44892026-06-22T19:37:18.662Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
44902026-06-22T19:37:18.662Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44912026-06-22T19:37:18.662Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44922026-06-22T19:37:18.662Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44932026-06-22T19:37:18.662Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44942026-06-22T19:37:19.194Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
44952026-06-22T19:37:19.520Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44962026-06-22T19:37:19.561Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44972026-06-22T19:37:20.736Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44982026-06-22T19:37:57.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
44992026-06-22T19:37:57.282Z
45002026-06-22T19:37:57.282Zinfo: running `cargo check --bins` on omicron-pins (275/298)
45012026-06-22T19:37:57.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45022026-06-22T19:37:57.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45032026-06-22T19:37:57.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45042026-06-22T19:37:57.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
45052026-06-22T19:37:57.784Z
45062026-06-22T19:37:57.784Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (276/298)
45072026-06-22T19:37:58.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45082026-06-22T19:37:58.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45092026-06-22T19:37:58.498Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45102026-06-22T19:37:58.611Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45112026-06-22T19:37:58.620Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45122026-06-22T19:38:28.053Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45132026-06-22T19:38:28.181Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45142026-06-22T19:38:28.356Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45152026-06-22T19:38:28.356Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45162026-06-22T19:38:30.445Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45172026-06-22T19:38:53.766Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45182026-06-22T19:38:54.356Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45192026-06-22T19:38:56.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.14s
45202026-06-22T19:38:56.293Z
45212026-06-22T19:38:56.293Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (277/298)
45222026-06-22T19:38:56.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45232026-06-22T19:38:56.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45242026-06-22T19:38:56.956Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45252026-06-22T19:38:57.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
45262026-06-22T19:38:57.897Z
45272026-06-22T19:38:57.897Zinfo: running `cargo check --bins` on omicron-releng (278/298)
45282026-06-22T19:38:58.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-06-22T19:38:58.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-06-22T19:38:58.274Z Compiling blake3 v1.8.3
45312026-06-22T19:38:58.451Z Checking arrayvec v0.7.6
45322026-06-22T19:38:58.451Z Checking constant_time_eq v0.4.2
45332026-06-22T19:38:58.707Z Checking arrayref v0.3.9
45342026-06-22T19:38:58.707Z Checking topological-sort v0.2.2
45352026-06-22T19:38:58.707Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45362026-06-22T19:38:58.707Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45372026-06-22T19:38:58.707Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45382026-06-22T19:38:58.708Z Checking shell-words v1.1.1
45392026-06-22T19:38:59.277Z Checking omicron-zone-package v0.12.2
45402026-06-22T19:38:59.917Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45412026-06-22T19:39:00.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
45422026-06-22T19:39:00.948Z
45432026-06-22T19:39:00.948Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (279/298)
45442026-06-22T19:39:01.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45452026-06-22T19:39:01.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45462026-06-22T19:39:01.600Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45472026-06-22T19:39:01.838Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45482026-06-22T19:39:02.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
45492026-06-22T19:39:02.593Z
45502026-06-22T19:39:02.593Zinfo: running `cargo check --bins` on schema (280/298)
45512026-06-22T19:39:03.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-06-22T19:39:03.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-06-22T19:39:03.087Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45542026-06-22T19:39:03.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45552026-06-22T19:39:04.045Z
45562026-06-22T19:39:04.045Zinfo: running `cargo check --bins` on xtask (281/298)
45572026-06-22T19:39:04.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45582026-06-22T19:39:04.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45592026-06-22T19:39:04.425Z Checking libc v0.2.185
45602026-06-22T19:39:04.425Z Checking serde v1.0.228
45612026-06-22T19:39:04.425Z Checking zerofrom v0.1.6
45622026-06-22T19:39:04.425Z Checking bitflags v2.11.0
45632026-06-22T19:39:04.425Z Checking smallvec v1.15.1
45642026-06-22T19:39:04.425Z Checking indexmap v2.14.0
45652026-06-22T19:39:04.482Z Checking serde_json v1.0.149
45662026-06-22T19:39:04.482Z Checking scroll v0.12.0
45672026-06-22T19:39:04.554Z Checking yoke v0.8.1
45682026-06-22T19:39:04.586Z Checking num-traits v0.2.19
45692026-06-22T19:39:04.650Z Checking thiserror v1.0.69
45702026-06-22T19:39:04.659Z Checking percent-encoding v2.3.2
45712026-06-22T19:39:04.802Z Checking zerovec v0.11.5
45722026-06-22T19:39:05.151Z Checking zerotrie v0.2.3
45732026-06-22T19:39:05.151Z Checking errno v0.3.14
45742026-06-22T19:39:05.151Z Checking toml_datetime v0.6.11
45752026-06-22T19:39:05.151Z Checking serde_spanned v0.6.9
45762026-06-22T19:39:05.151Z Checking rustix v1.1.3
45772026-06-22T19:39:05.311Z Checking log v0.4.29
45782026-06-22T19:39:05.311Z Checking zerocopy v0.7.35
45792026-06-22T19:39:05.311Z Checking form_urlencoded v1.2.2
45802026-06-22T19:39:05.311Z Checking toml_edit v0.22.27
45812026-06-22T19:39:05.311Z Checking getrandom v0.4.1
45822026-06-22T19:39:05.311Z Checking goblin v0.8.2
45832026-06-22T19:39:05.311Z Checking thiserror v2.0.18
45842026-06-22T19:39:05.311Z Checking ordered-float v2.10.1
45852026-06-22T19:39:05.311Z Checking tinystr v0.8.2
45862026-06-22T19:39:05.311Z Checking potential_utf v0.1.4
45872026-06-22T19:39:05.311Z Checking syn v2.0.117
45882026-06-22T19:39:05.674Z Checking icu_locale_core v2.1.1
45892026-06-22T19:39:05.674Z Checking icu_collections v2.1.1
45902026-06-22T19:39:05.674Z Checking serde-value v0.7.0
45912026-06-22T19:39:05.684Z Checking dtrace-parser v0.2.0
45922026-06-22T19:39:05.684Z Checking thread-id v4.2.2
45932026-06-22T19:39:05.684Z Checking once_cell v1.21.3
45942026-06-22T19:39:05.684Z Checking cargo-platform v0.2.0
45952026-06-22T19:39:05.684Z Checking terminal_size v0.4.3
45962026-06-22T19:39:05.684Z Checking memmap v0.7.0
45972026-06-22T19:39:05.749Z Checking clap_builder v4.6.0
45982026-06-22T19:39:05.787Z Checking tempfile v3.25.0
45992026-06-22T19:39:05.787Z Checking textwrap v0.16.2
46002026-06-22T19:39:05.787Z Checking fs-err v3.3.0
46012026-06-22T19:39:05.850Z Checking icu_provider v2.1.1
46022026-06-22T19:39:05.959Z Checking camino-tempfile v1.4.1
46032026-06-22T19:39:06.025Z Checking anyhow v1.0.102
46042026-06-22T19:39:06.026Z Checking tabled v0.15.0
46052026-06-22T19:39:06.095Z Checking toml v0.8.23
46062026-06-22T19:39:06.124Z Checking icu_normalizer v2.1.1
46072026-06-22T19:39:06.124Z Checking icu_properties v2.1.2
46082026-06-22T19:39:06.151Z Checking macaddr v1.0.1
46092026-06-22T19:39:06.327Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46102026-06-22T19:39:06.391Z Checking cargo_toml v0.21.0
46112026-06-22T19:39:07.111Z Checking idna_adapter v1.2.1
46122026-06-22T19:39:07.229Z Checking dof v0.3.0
46132026-06-22T19:39:07.229Z Checking clap v4.6.1
46142026-06-22T19:39:07.229Z Checking idna v1.1.0
46152026-06-22T19:39:07.404Z Checking usdt-impl v0.5.0
46162026-06-22T19:39:07.404Z Checking url v2.5.8
46172026-06-22T19:39:07.558Z Checking usdt v0.5.0
46182026-06-22T19:39:07.619Z Checking cargo-util-schemas v0.8.2
46192026-06-22T19:39:08.296Z Checking cargo_metadata v0.21.0
46202026-06-22T19:39:08.906Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46212026-06-22T19:39:09.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s
46222026-06-22T19:39:09.393Z
46232026-06-22T19:39:09.393Zinfo: running `cargo check --bins` on dnsadm (282/298)
46242026-06-22T19:39:09.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46252026-06-22T19:39:09.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46262026-06-22T19:39:09.988Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46272026-06-22T19:39:10.437Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46282026-06-22T19:39:10.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
46292026-06-22T19:39:11.117Z
46302026-06-22T19:39:11.117Zinfo: running `cargo check --bins` on end-to-end-tests (283/298)
46312026-06-22T19:39:11.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46322026-06-22T19:39:11.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46332026-06-22T19:39:11.747Z Checking polyval v0.6.2
46342026-06-22T19:39:11.845Z Checking ctr v0.9.2
46352026-06-22T19:39:11.852Z Checking ssh-encoding v0.2.0
46362026-06-22T19:39:11.852Z Checking blowfish v0.9.1
46372026-06-22T19:39:11.881Z Checking password-hash v0.4.2
46382026-06-22T19:39:11.925Z Checking p521 v0.13.3
46392026-06-22T19:39:11.925Z Checking p256 v0.13.2
46402026-06-22T19:39:11.977Z Checking russh-cryptovec v0.7.3
46412026-06-22T19:39:12.000Z Checking ghash v0.5.1
46422026-06-22T19:39:12.017Z Checking bcrypt-pbkdf v0.10.0
46432026-06-22T19:39:12.017Z Checking md5 v0.7.0
46442026-06-22T19:39:12.081Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46452026-06-22T19:39:12.094Z Checking num-bigint v0.4.6
46462026-06-22T19:39:12.094Z Checking aes-gcm v0.10.3
46472026-06-22T19:39:12.094Z Checking pbkdf2 v0.11.0
46482026-06-22T19:39:12.132Z Checking des v0.8.1
46492026-06-22T19:39:12.208Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46502026-06-22T19:39:12.247Z Checking hex-literal v0.4.1
46512026-06-22T19:39:12.845Z Checking ssh-cipher v0.2.0
46522026-06-22T19:39:12.845Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46532026-06-22T19:39:12.845Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46542026-06-22T19:39:12.845Z Checking internet-checksum v0.2.1
46552026-06-22T19:39:13.121Z Checking ssh-key v0.6.7
46562026-06-22T19:39:13.121Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46572026-06-22T19:39:13.197Z Checking russh-keys v0.45.0
46582026-06-22T19:39:13.608Z Checking russh v0.45.0
46592026-06-22T19:39:30.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.04s
46602026-06-22T19:39:30.209Z
46612026-06-22T19:39:30.209Zinfo: running `cargo check --bins` on gateway-cli (284/298)
46622026-06-22T19:39:30.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46632026-06-22T19:39:30.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46642026-06-22T19:39:30.799Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46652026-06-22T19:39:30.909Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46662026-06-22T19:39:30.922Z Checking termios v0.3.3
46672026-06-22T19:39:32.099Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46682026-06-22T19:39:32.248Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46692026-06-22T19:39:33.928Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46702026-06-22T19:39:34.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s
46712026-06-22T19:39:34.674Z
46722026-06-22T19:39:34.674Zinfo: running `cargo check --bins --no-default-features` on installinator (285/298)
46732026-06-22T19:39:35.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46742026-06-22T19:39:35.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46752026-06-22T19:39:35.324Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46762026-06-22T19:39:35.356Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46772026-06-22T19:39:35.356Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46782026-06-22T19:39:35.356Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46792026-06-22T19:39:35.435Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46802026-06-22T19:39:35.445Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46812026-06-22T19:39:36.200Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46822026-06-22T19:39:36.547Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46832026-06-22T19:39:36.547Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46842026-06-22T19:39:37.174Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46852026-06-22T19:39:38.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
46862026-06-22T19:39:38.975Z
46872026-06-22T19:39:38.975Zinfo: running `cargo check --bins` on internal-dns-cli (286/298)
46882026-06-22T19:39:39.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46892026-06-22T19:39:39.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46902026-06-22T19:39:39.550Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46912026-06-22T19:39:39.987Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46922026-06-22T19:39:40.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
46932026-06-22T19:39:40.460Z
46942026-06-22T19:39:40.460Zinfo: running `cargo check --bins` on omicron-live-tests (287/298)
46952026-06-22T19:39:40.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46962026-06-22T19:39:40.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46972026-06-22T19:39:40.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46982026-06-22T19:39:40.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
46992026-06-22T19:39:40.986Z
47002026-06-22T19:39:40.987Zinfo: running `cargo check --bins` on live-tests-macros (288/298)
47012026-06-22T19:39:41.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47022026-06-22T19:39:41.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47032026-06-22T19:39:41.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47042026-06-22T19:39:41.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47052026-06-22T19:39:41.495Z
47062026-06-22T19:39:41.495Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (289/298)
47072026-06-22T19:39:41.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47082026-06-22T19:39:41.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47092026-06-22T19:39:42.186Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47102026-06-22T19:39:42.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
47112026-06-22T19:39:42.939Z
47122026-06-22T19:39:42.940Zinfo: running `cargo check --bins` on omicron-ntp-admin (290/298)
47132026-06-22T19:39:43.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47142026-06-22T19:39:43.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47152026-06-22T19:39:43.534Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47162026-06-22T19:39:43.538Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47172026-06-22T19:39:43.802Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47182026-06-22T19:39:43.802Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47192026-06-22T19:39:44.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
47202026-06-22T19:39:44.754Z
47212026-06-22T19:39:44.754Zinfo: running `cargo check --bins` on ntp-admin-types (291/298)
47222026-06-22T19:39:45.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47232026-06-22T19:39:45.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47242026-06-22T19:39:45.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47252026-06-22T19:39:45.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47262026-06-22T19:39:45.275Z
47272026-06-22T19:39:45.275Zinfo: running `cargo check --bins` on omicron-package (292/298)
47282026-06-22T19:39:45.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47292026-06-22T19:39:45.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47302026-06-22T19:39:45.902Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47312026-06-22T19:39:46.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
47322026-06-22T19:39:47.133Z
47332026-06-22T19:39:47.133Zinfo: running `cargo check --bins` on tqdb (293/298)
47342026-06-22T19:39:47.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47352026-06-22T19:39:47.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47362026-06-22T19:39:47.860Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47372026-06-22T19:39:48.204Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47382026-06-22T19:39:48.725Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47392026-06-22T19:39:48.736Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47402026-06-22T19:39:54.750Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47412026-06-22T19:39:54.754Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47422026-06-22T19:39:55.347Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47432026-06-22T19:39:55.347Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47442026-06-22T19:39:55.363Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47452026-06-22T19:39:55.363Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47462026-06-22T19:39:56.135Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47472026-06-22T19:39:57.131Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47482026-06-22T19:39:57.930Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47492026-06-22T19:39:58.550Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47502026-06-22T19:40:03.199Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47512026-06-22T19:40:09.743Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47522026-06-22T19:40:09.812Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47532026-06-22T19:40:09.812Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47542026-06-22T19:40:09.812Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47552026-06-22T19:40:11.200Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47562026-06-22T19:40:12.551Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47572026-06-22T19:40:13.215Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47582026-06-22T19:40:14.445Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47592026-06-22T19:40:14.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.82s
47602026-06-22T19:40:15.303Z
47612026-06-22T19:40:15.303Zinfo: running `cargo check --bins` on wicket-dbg (294/298)
47622026-06-22T19:40:15.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47632026-06-22T19:40:15.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47642026-06-22T19:40:15.895Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47652026-06-22T19:40:15.896Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47662026-06-22T19:40:15.944Z Checking rtoolbox v0.0.3
47672026-06-22T19:40:15.977Z Checking tui-tree-widget v0.23.1
47682026-06-22T19:40:16.054Z Checking rpassword v7.4.0
47692026-06-22T19:40:17.087Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47702026-06-22T19:40:20.168Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47712026-06-22T19:40:22.046Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47722026-06-22T19:40:23.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.76s
47732026-06-22T19:40:23.126Z
47742026-06-22T19:40:23.126Zinfo: running `cargo check --bins` on wicket (295/298)
47752026-06-22T19:40:23.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47762026-06-22T19:40:23.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47772026-06-22T19:40:23.921Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47782026-06-22T19:40:24.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
47792026-06-22T19:40:24.585Z
47802026-06-22T19:40:24.585Zinfo: running `cargo check --bins` on wicketd (296/298)
47812026-06-22T19:40:25.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47822026-06-22T19:40:25.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47832026-06-22T19:40:25.393Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47842026-06-22T19:40:25.393Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47852026-06-22T19:40:25.393Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47862026-06-22T19:40:25.393Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47872026-06-22T19:40:26.156Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47882026-06-22T19:40:27.109Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47892026-06-22T19:40:34.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s
47902026-06-22T19:40:34.619Z
47912026-06-22T19:40:34.619Zinfo: running `cargo check --bins` on omicron-workspace-hack (297/298)
47922026-06-22T19:40:34.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47932026-06-22T19:40:34.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47942026-06-22T19:40:34.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47952026-06-22T19:40:34.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47962026-06-22T19:40:34.619Z
47972026-06-22T19:40:34.619Zinfo: running `cargo check --bins` on zone-setup (298/298)
47982026-06-22T19:40:34.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47992026-06-22T19:40:34.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48002026-06-22T19:40:34.619Z Checking uzers v0.12.2
48012026-06-22T19:40:34.619Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48022026-06-22T19:40:34.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
48032026-06-22T19:40:34.906Z
48042026-06-22T19:40:34.906Zreal 13:38.199213800
48052026-06-22T19:40:34.906Zuser 20:44.038038733
48062026-06-22T19:40:34.906Zsys 4:06.075223293
48072026-06-22T19:40:34.906Ztrap 0.320746058
48082026-06-22T19:40:34.906Ztflt 0.698186387
48092026-06-22T19:40:34.906Zdflt 1.049529599
48102026-06-22T19:40:34.906Zkflt 0.005416259
48112026-06-22T19:40:34.906Zlock 1:13:46.711677970
48122026-06-22T19:40:34.906Zslp 1:39:09.483444097
48132026-06-22T19:40:34.906Zlat 56.814262947
48142026-06-22T19:40:34.906Zstop 3:16.825556965
48152026-06-22T19:40:34.906Zprocess exited: duration 972689 ms, exit code 0
 
48162026-06-22T19:40:35.335Zfound 0 output files