01M0X8W5C1A29DXEGZP9D5JRSQ: 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: 01M0X8XFEZM4VPT3WEFQZQN4R5

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T20:14:38.655Zjob assigned to worker 01M0X8XQ9JC97FRFQA9QH3TC91 [factory aws, i-017420c8989a5f6fd] (queued for 50 s)
 
22026-08-25T20:14:44.805Zstarting task 0: "setup"
32026-08-25T20:14:44.810Z++ uname -s
42026-08-25T20:14:44.814Z+ kern=SunOS
52026-08-25T20:14:44.814Z+ build_user=build
62026-08-25T20:14:44.814Z+ build_uid=12345
72026-08-25T20:14:44.814Z+ work_dir=/work
82026-08-25T20:14:44.814Z+ input_dir=/input
92026-08-25T20:14:44.815Z+ [[ 0 == 12345 ]]
102026-08-25T20:14:44.815Z+ case "$kern" in
112026-08-25T20:14:44.815Z+ groupadd -g 12345 build
122026-08-25T20:14:44.815Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T20:14:46.819Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T20:14:46.866Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T20:14:46.870Z+ home_fs=zfs
162026-08-25T20:14:46.870Z+ [[ zfs == autofs ]]
172026-08-25T20:14:46.870Z+ mkdir -p /home/build
182026-08-25T20:14:46.870Z+ chown build:build /home/build /work
192026-08-25T20:14:48.870Z+ chmod 0700 /home/build /work
202026-08-25T20:14:48.877Zprocess exited: duration 4065 ms, exit code 0
 
212026-08-25T20:14:48.886Zstarting task 1: "rust-toolchain"
222026-08-25T20:14:48.890Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-25T20:14:48.890Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-25T20:14:48.890Z * rust toolchain channel = "1.97.1"
252026-08-25T20:14:48.890Z * rust toolchain profile = "default"
262026-08-25T20:14:48.890Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-25T20:14:48.890Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-25T20:14:48.894Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T20:14:48.894Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T20:14:48.980Zinfo: downloading installer
312026-08-25T20:14:50.443Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T20:14:50.443Zwarn: /home/build/.rustup/settings.toml
332026-08-25T20:14:50.443Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T20:14:50.443Zwarn: instead of the one inferred from the default host triple.
352026-08-25T20:14:50.456Zinfo: profile set to default
362026-08-25T20:14:50.456Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T20:14:50.459Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T20:14:50.591Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T20:14:50.594Zinfo: downloading 6 components
402026-08-25T20:15:05.858Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-25T20:15:05.858Z
422026-08-25T20:15:05.886Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T20:15:05.886Z
442026-08-25T20:15:05.886Z
452026-08-25T20:15:05.886ZRust is installed now. Great!
462026-08-25T20:15:05.886Z
472026-08-25T20:15:05.886ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T20:15:05.886Zenvironment variable. This has not been done automatically.
492026-08-25T20:15:05.886Z
502026-08-25T20:15:05.887ZTo configure your current shell, you need to source
512026-08-25T20:15:05.887Zthe corresponding env file under $HOME/.cargo.
522026-08-25T20:15:05.887Z
532026-08-25T20:15:05.894ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T20:15:05.894Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T20:15:05.894Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T20:15:05.896Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T20:15:05.896Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T20:15:05.897Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T20:15:05.897Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T20:15:05.897Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T20:15:05.897Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T20:15:05.981Z+ rustup --version
632026-08-25T20:15:05.989Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T20:15:05.993Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T20:15:06.010Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T20:15:06.060Z+ cargo --version
672026-08-25T20:15:06.060Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T20:15:06.060Z+ rustc --version
692026-08-25T20:15:06.060Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T20:15:06.060Zprocess exited: duration 17166 ms, exit code 0
 
712026-08-25T20:15:06.068Zstarting task 2: "authentication"
722026-08-25T20:15:06.083Zprocess exited: duration 16 ms, exit code 0
 
732026-08-25T20:15:06.093Zstarting task 3: "clone repository"
742026-08-25T20:15:06.096Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-25T20:15:06.096Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-25T20:15:06.122ZCloning into '/work/oxidecomputer/omicron'...
772026-08-25T20:15:25.995Z+ cd /work/oxidecomputer/omicron
782026-08-25T20:15:25.995Z+ git fetch origin f9406b5460c1f04022a1060d2b372426b70b4370
792026-08-25T20:15:26.828ZFrom https://github.com/oxidecomputer/omicron
802026-08-25T20:15:26.828Z * branch f9406b5460c1f04022a1060d2b372426b70b4370 -> FETCH_HEAD
812026-08-25T20:15:26.838Z+ [[ -n '' ]]
822026-08-25T20:15:26.839Z+ git reset --hard f9406b5460c1f04022a1060d2b372426b70b4370
832026-08-25T20:15:27.096ZHEAD is now at f9406b546 set a longer 60s timeout
842026-08-25T20:15:27.099Zprocess exited: duration 21006 ms, exit code 0
 
852026-08-25T20:15:27.105Zstarting task 4: "build"
862026-08-25T20:15:27.110Z+ source .github/buildomat/ci-env.sh
872026-08-25T20:15:27.110Z++ export CARGO_TERM_COLOR=always
882026-08-25T20:15:27.110Z++ CARGO_TERM_COLOR=always
892026-08-25T20:15:27.113Z+++ uname -s
902026-08-25T20:15:27.113Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-25T20:15:27.113Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-25T20:15:27.113Z+ cargo --version
932026-08-25T20:15:27.122Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-25T20:15:27.126Z+ rustc --version
952026-08-25T20:15:27.143Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-25T20:15:27.147Z+ source ./env.sh
972026-08-25T20:15:27.147Z++ OLD_SHELL_OPTS=ehxB
982026-08-25T20:15:27.147Z++ set -o xtrace
992026-08-25T20:15:27.151Z++++ dirname ./env.sh
1002026-08-25T20:15:27.151Z+++ readlink -f .
1012026-08-25T20:15:27.155Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022026-08-25T20:15:27.155Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-08-25T20:15:27.155Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-08-25T20:15:27.155Z++ 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
1052026-08-25T20:15:27.155Z++ 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
1062026-08-25T20:15:27.155Z++ 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
1072026-08-25T20:15:27.155Z++ 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
1082026-08-25T20:15:27.155Z++ 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
1092026-08-25T20:15:27.155Z++ 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
1102026-08-25T20:15:27.155Z++ 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
1112026-08-25T20:15:27.156Z++ 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
1122026-08-25T20:15:27.156Z++ case $OLD_SHELL_OPTS in
1132026-08-25T20:15:27.156Z++ unset OLD_SHELL_OPTS OMICRON_WS
1142026-08-25T20:15:27.156Z+ 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
1152026-08-25T20:15:27.156Z+ 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
1162026-08-25T20:15:27.156Z+ banner prerequisites
1172026-08-25T20:15:27.156Z
1182026-08-25T20:15:27.158Z ##### ##### ###### ##### ###### #### # # # #### #
1192026-08-25T20:15:27.159Z # # # # # # # # # # # # # # #
1202026-08-25T20:15:27.159Z # # # # ##### # # ##### # # # # # #### #
1212026-08-25T20:15:27.159Z ##### ##### # ##### # # # # # # # # #
1222026-08-25T20:15:27.159Z # # # # # # # # # # # # # # #
1232026-08-25T20:15:27.159Z # # # ###### # # ###### ### # #### # #### #
1242026-08-25T20:15:27.159Z
1252026-08-25T20:15:27.159Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1262026-08-25T20:15:28.914Z Startup: Refreshing catalog 'helios' ... Done
1272026-08-25T20:15:29.295Z Startup: Caching catalogs ... Done
1282026-08-25T20:15:31.441ZPlanning: Solver setup ... Done (2.028s)
1292026-08-25T20:15:31.504ZPlanning: Running solver ... Done (0.063s)
1302026-08-25T20:15:31.585ZPlanning: Finding local manifests ... Done (0.002s)
1312026-08-25T20:15:31.593ZPlanning: Fetching manifests: 0/2 0% complete
1322026-08-25T20:15:31.593ZPlanning: Fetching manifests: 2/2 100% complete
1332026-08-25T20:15:31.596ZPlanning: Package planning ... Done (0.013s)
1342026-08-25T20:15:31.596ZPlanning: Merging actions ... Done (0.001s)
1352026-08-25T20:15:31.811ZPlanning: Checking for conflicting actions ... Done (0.217s)
1362026-08-25T20:15:31.816ZPlanning: Consolidating action changes ... Done (0.001s)
1372026-08-25T20:15:32.555ZPlanning: Evaluating mediators ... Done (0.742s)
1382026-08-25T20:15:32.560ZPlanning: Planning completed in 3.22 seconds
1392026-08-25T20:15:32.565Z Packages to install: 2
1402026-08-25T20:15:32.565Z Estimated space available: 156.01 GB
1412026-08-25T20:15:32.566ZEstimated space to be consumed: 80.56 MB
1422026-08-25T20:15:32.566Z Create boot environment: No
1432026-08-25T20:15:32.567ZCreate backup boot environment: No
1442026-08-25T20:15:32.567Z Rebuild boot archive: No
1452026-08-25T20:15:32.567Z
1462026-08-25T20:15:32.567ZChanged packages:
1472026-08-25T20:15:32.567Zhelios
1482026-08-25T20:15:32.567Z developer/build-essential
1492026-08-25T20:15:32.568Z None -> 11-3.0
1502026-08-25T20:15:32.568Z library/libxmlsec1
1512026-08-25T20:15:32.568Z None -> 1.2.35-3.0
1522026-08-25T20:15:32.590Z
1532026-08-25T20:15:32.590ZDownload: 0/214 items 0.0/1.3MB 0% complete
1542026-08-25T20:15:32.655ZDownload: Completed 1.28 MB in 0.07 seconds (18.9M/s)
1552026-08-25T20:15:32.725Z Actions: 1/268 actions (Installing new actions)
1562026-08-25T20:15:32.762Z Actions: Completed 268 actions in 0.04 seconds.
1572026-08-25T20:15:32.798ZFinalize: Updating package state database ... Done (0.036s)
1582026-08-25T20:15:32.802ZFinalize: Updating package cache ... Done (0.000s)
1592026-08-25T20:15:32.886ZFinalize: Updating image state ... Done (0.087s)
1602026-08-25T20:15:35.315ZFinalize: Creating fast lookup database ... Done (2.378s)
1612026-08-25T20:15:35.383ZFinalize: Reading search index ... Done (0.012s)
1622026-08-25T20:15:35.387ZFinalize: Updating search index ... Done (0.000s)
1632026-08-25T20:15:35.481ZFinalize: Updating package cache ... Done (0.000s)
1642026-08-25T20:15:35.847ZPlanning: Evaluating mediator changes ... Done
1652026-08-25T20:15:35.948ZPlanning: Checking for conflicting actions ... Done
1662026-08-25T20:15:35.958ZPlanning: Consolidating action changes ... Done
1672026-08-25T20:15:36.104ZPlanning: Evaluating mediators ... Done
1682026-08-25T20:15:36.107ZPlanning: Planning completed in 0.26 seconds
1692026-08-25T20:15:36.127Z Mediators to change: 2
1702026-08-25T20:15:36.127Z Create boot environment: No
1712026-08-25T20:15:36.127ZCreate backup boot environment: No
1722026-08-25T20:15:36.203ZFinalize: Updating package state database ... Done
1732026-08-25T20:15:36.203ZFinalize: Updating package cache ... Done
1742026-08-25T20:15:36.256ZFinalize: Updating image state ... Done
1752026-08-25T20:15:38.172ZFinalize: Creating fast lookup database ... Done
1762026-08-25T20:15:38.233ZFinalize: Reading search index ... Done
1772026-08-25T20:15:38.236ZFinalize: Updating search index ... Done
1782026-08-25T20:15:38.287ZFinalize: Updating package cache ... Done
1792026-08-25T20:15:38.569ZPlanning: Evaluating mediator changes ... Done
1802026-08-25T20:15:38.675ZPlanning: Checking for conflicting actions ... Done
1812026-08-25T20:15:38.678ZPlanning: Consolidating action changes ... Done
1822026-08-25T20:15:38.834ZPlanning: Evaluating mediators ... Done
1832026-08-25T20:15:38.837ZPlanning: Planning completed in 0.26 seconds
1842026-08-25T20:15:38.851Z Mediators to change: 1
1852026-08-25T20:15:38.851Z Create boot environment: No
1862026-08-25T20:15:38.855ZCreate backup boot environment: No
1872026-08-25T20:15:38.886ZFinalize: Updating package state database ... Done
1882026-08-25T20:15:38.886ZFinalize: Updating package cache ... Done
1892026-08-25T20:15:38.941ZFinalize: Updating image state ... Done
1902026-08-25T20:15:40.860ZFinalize: Creating fast lookup database ... Done
1912026-08-25T20:15:40.935ZFinalize: Reading search index ... Done
1922026-08-25T20:15:40.940ZFinalize: Updating search index ... Done
1932026-08-25T20:15:40.975ZFinalize: Updating package cache ... Done
1942026-08-25T20:15:41.284ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952026-08-25T20:15:41.284Zapache system 2.4 system
1962026-08-25T20:15:41.284Zclang system 15 system
1972026-08-25T20:15:41.284Zcsh system system illumos
1982026-08-25T20:15:41.284Zctags system system illumos
1992026-08-25T20:15:41.284Zfile vendor vendor darwinsys
2002026-08-25T20:15:41.284Zfile system system illumos
2012026-08-25T20:15:41.284Zgcc vendor 14 vendor
2022026-08-25T20:15:41.286Zgcc system 13 system
2032026-08-25T20:15:41.286Zgcc system 10 system
2042026-08-25T20:15:41.286Zgo system 1.25 system
2052026-08-25T20:15:41.287Zllvm system 15 system
2062026-08-25T20:15:41.287Zmariadb system 11.4 system
2072026-08-25T20:15:41.287Zmta vendor vendor dma
2082026-08-25T20:15:41.287Zopenjdk system 17 system
2092026-08-25T20:15:41.287Zopenjdk system 11 system
2102026-08-25T20:15:41.287Zopenssl vendor 3 vendor
2112026-08-25T20:15:41.287Zperl system 5.40 system
2122026-08-25T20:15:41.287Zpostgresql system 18 system
2132026-08-25T20:15:41.287Zpostgresql system 17 system
2142026-08-25T20:15:41.287Zpython vendor 3 vendor
2152026-08-25T20:15:41.287Zpython system 2 system
2162026-08-25T20:15:41.287Zpython3 vendor 3.13 vendor
2172026-08-25T20:15:41.287Zruby system 3.4 system
2182026-08-25T20:15:41.287Zruby system 3.0 system
2192026-08-25T20:15:41.287Zwords vendor vendor american-english
2202026-08-25T20:15:41.287Zwords system system australian-english
2212026-08-25T20:15:41.287Zwords system system british-english
2222026-08-25T20:15:41.287Zwords system system canadian-english
2232026-08-25T20:15:41.287Zwords system system french
2242026-08-25T20:15:41.287Zwords system system italian
2252026-08-25T20:15:41.287Zwords system system ngerman
2262026-08-25T20:15:41.287Zwords system system ogerman
2272026-08-25T20:15:41.287Zwords system system spanish
2282026-08-25T20:15:41.533ZPUBLISHER TYPE STATUS P LOCATION
2292026-08-25T20:15:41.535Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2302026-08-25T20:15:42.020ZFMRI IFO
2312026-08-25T20:15:42.020Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2322026-08-25T20:15:42.020Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2332026-08-25T20:15:42.020Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2342026-08-25T20:15:42.020Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2352026-08-25T20:15:42.020Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2362026-08-25T20:15:42.020Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2372026-08-25T20:15:42.020Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2382026-08-25T20:15:42.020Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2392026-08-25T20:15:42.024Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2402026-08-25T20:15:42.356Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2412026-08-25T20:15:42.742Z Updating crates.io index
2422026-08-25T20:15:42.745Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-08-25T20:15:43.328Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-08-25T20:15:43.709Z Updating git repository `https://github.com/oxidecomputer/propolis`
2452026-08-25T20:15:44.949Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462026-08-25T20:15:45.482Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-08-25T20:15:47.097Z Updating git repository `https://github.com/oxidecomputer/opte`
2482026-08-25T20:15:47.999Z Updating git repository `https://github.com/oxidecomputer/tofino`
2492026-08-25T20:15:48.646Z Updating git repository `https://github.com/oxidecomputer/lldp`
2502026-08-25T20:15:49.407Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2512026-08-25T20:15:50.600Z Updating git repository `https://github.com/oxidecomputer/clickward`
2522026-08-25T20:15:52.363Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2532026-08-25T20:15:52.772Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2542026-08-25T20:15:53.665Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2552026-08-25T20:15:53.938Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2562026-08-25T20:15:54.180Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2572026-08-25T20:15:54.607Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-08-25T20:15:54.903Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-08-25T20:15:55.223Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2602026-08-25T20:15:55.730Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2612026-08-25T20:15:56.115Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2622026-08-25T20:15:56.381Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2632026-08-25T20:15:56.923Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2642026-08-25T20:15:57.279Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2652026-08-25T20:15:58.021Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-08-25T20:15:58.450Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-08-25T20:15:59.048Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-08-25T20:15:59.774Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-08-25T20:16:00.339Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2702026-08-25T20:16:00.802Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2712026-08-25T20:16:01.142Z Updating git repository `https://github.com/oxidecomputer/ispf`
2722026-08-25T20:16:01.449Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732026-08-25T20:16:01.862Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2742026-08-25T20:16:02.319Z Updating git repository `https://github.com/oxidecomputer/tough`
2752026-08-25T20:16:02.907Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2762026-08-25T20:16:03.334Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-08-25T20:16:03.634Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-08-25T20:16:03.951Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2792026-08-25T20:16:04.472Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2802026-08-25T20:16:04.750Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2812026-08-25T20:16:05.322Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2822026-08-25T20:16:05.789Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2832026-08-25T20:16:06.065Z Updating git repository `https://github.com/illumos/smf-rs`
2842026-08-25T20:16:06.358Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2852026-08-25T20:16:09.071Z Downloading crates ...
2862026-08-25T20:16:09.173Z Downloaded digest v0.10.7
2872026-08-25T20:16:09.194Z Downloaded camino-tempfile v1.4.1
2882026-08-25T20:16:09.194Z Downloaded pest_generator v2.8.6
2892026-08-25T20:16:09.194Z Downloaded zerocopy-derive v0.7.35
2902026-08-25T20:16:09.195Z Downloaded toml_datetime v0.6.11
2912026-08-25T20:16:09.195Z Downloaded toml_write v0.1.2
2922026-08-25T20:16:09.195Z Downloaded zmij v1.0.21
2932026-08-25T20:16:09.195Z Downloaded tempfile v3.27.0
2942026-08-25T20:16:09.195Z Downloaded bytecount v0.6.9
2952026-08-25T20:16:09.195Z Downloaded anstream v1.0.0
2962026-08-25T20:16:09.195Z Downloaded anstyle v1.0.14
2972026-08-25T20:16:09.195Z Downloaded hashbrown v0.17.0
2982026-08-25T20:16:09.195Z Downloaded papergrid v0.11.0
2992026-08-25T20:16:09.195Z Downloaded zerocopy v0.7.35
3002026-08-25T20:16:09.195Z Downloaded memmap v0.7.0
3012026-08-25T20:16:09.195Z Downloaded crypto-common v0.1.7
3022026-08-25T20:16:09.196Z Downloaded byteorder v1.5.0
3032026-08-25T20:16:09.196Z Downloaded colorchoice v1.0.4
3042026-08-25T20:16:09.196Z Downloaded fastrand v2.3.0
3052026-08-25T20:16:09.196Z Downloaded cfg-if v1.0.4
3062026-08-25T20:16:09.196Z Downloaded clap v4.6.1
3072026-08-25T20:16:09.196Z Downloaded macaddr v1.0.1
3082026-08-25T20:16:09.196Z Downloaded clap_lex v1.0.0
3092026-08-25T20:16:09.196Z Downloaded generic-array v0.14.7
3102026-08-25T20:16:09.197Z Downloaded cargo-platform v0.3.2
3112026-08-25T20:16:09.197Z Downloaded cargo_metadata v0.23.1
3122026-08-25T20:16:09.197Z Downloaded plain v0.2.3
3132026-08-25T20:16:09.197Z Downloaded dtrace-parser v0.2.0
3142026-08-25T20:16:09.198Z Downloaded equivalent v1.0.2
3152026-08-25T20:16:09.198Z Downloaded cpufeatures v0.2.17
3162026-08-25T20:16:09.198Z Downloaded dof v0.3.0
3172026-08-25T20:16:09.199Z Downloaded itoa v1.0.17
3182026-08-25T20:16:09.199Z Downloaded memchr v2.8.0
3192026-08-25T20:16:09.199Z Downloaded proc-macro-error-attr v1.0.4
3202026-08-25T20:16:09.222Z Downloaded block-buffer v0.10.4
3212026-08-25T20:16:09.222Z Downloaded heck v0.5.0
3222026-08-25T20:16:09.222Z Downloaded anstyle-parse v1.0.0
3232026-08-25T20:16:09.222Z Downloaded cargo_toml v0.21.0
3242026-08-25T20:16:09.222Z Downloaded bitflags v2.11.0
3252026-08-25T20:16:09.274Z Downloaded strsim v0.11.1
3262026-08-25T20:16:09.274Z Downloaded scroll_derive v0.12.1
3272026-08-25T20:16:09.274Z Downloaded swrite v0.1.0
3282026-08-25T20:16:09.274Z Downloaded terminal_size v0.4.3
3292026-08-25T20:16:09.274Z Downloaded errno v0.3.14
3302026-08-25T20:16:09.275Z Downloaded version_check v0.9.5
3312026-08-25T20:16:09.275Z Downloaded serde_spanned v0.6.9
3322026-08-25T20:16:09.275Z Downloaded is_terminal_polyfill v1.70.2
3332026-08-25T20:16:09.275Z Downloaded thread-id v4.2.2
3342026-08-25T20:16:09.275Z Downloaded utf8parse v0.2.2
3352026-08-25T20:16:09.275Z Downloaded smawk v0.3.2
3362026-08-25T20:16:09.275Z Downloaded pretty-hex v0.4.1
3372026-08-25T20:16:09.275Z Downloaded usdt v0.5.0
3382026-08-25T20:16:09.275Z Downloaded fnv v1.0.7
3392026-08-25T20:16:09.275Z Downloaded anstyle-query v1.1.5
3402026-08-25T20:16:09.275Z Downloaded tabled_derive v0.7.0
3412026-08-25T20:16:09.275Z Downloaded usdt-macro v0.5.0
3422026-08-25T20:16:09.276Z Downloaded autocfg v1.5.0
3432026-08-25T20:16:09.276Z Downloaded usdt-attr-macro v0.5.0
3442026-08-25T20:16:09.320Z Downloaded pest_derive v2.8.6
3452026-08-25T20:16:09.320Z Downloaded fs-err v3.3.0
3462026-08-25T20:16:09.320Z Downloaded anyhow v1.0.104
3472026-08-25T20:16:09.320Z Downloaded quote v1.0.45
3482026-08-25T20:16:09.320Z Downloaded unicode-linebreak v0.1.5
3492026-08-25T20:16:09.320Z Downloaded heck v0.4.1
3502026-08-25T20:16:09.320Z Downloaded proc-macro-error v1.0.4
3512026-08-25T20:16:09.320Z Downloaded scroll v0.12.0
3522026-08-25T20:16:09.320Z Downloaded usdt-impl v0.5.0
3532026-08-25T20:16:09.320Z Downloaded clap_derive v4.6.1
3542026-08-25T20:16:09.320Z Downloaded sha2 v0.10.9
3552026-08-25T20:16:09.320Z Downloaded thiserror-impl v1.0.69
3562026-08-25T20:16:09.320Z Downloaded serde_tokenstream v0.2.3
3572026-08-25T20:16:09.321Z Downloaded thiserror v1.0.69
3582026-08-25T20:16:09.342Z Downloaded once_cell v1.21.3
3592026-08-25T20:16:09.342Z Downloaded toml v0.8.23
3602026-08-25T20:16:09.342Z Downloaded semver v1.0.28
3612026-08-25T20:16:09.342Z Downloaded thiserror-impl v2.0.18
3622026-08-25T20:16:09.342Z Downloaded serde_core v1.0.228
3632026-08-25T20:16:09.342Z Downloaded thiserror v2.0.18
3642026-08-25T20:16:09.342Z Downloaded camino v1.2.5
3652026-08-25T20:16:09.342Z Downloaded log v0.4.33
3662026-08-25T20:16:09.342Z Downloaded ucd-trie v0.1.7
3672026-08-25T20:16:09.342Z Downloaded proc-macro2 v1.0.106
3682026-08-25T20:16:09.388Z Downloaded unicode-ident v1.0.24
3692026-08-25T20:16:09.389Z Downloaded getrandom v0.4.3
3702026-08-25T20:16:09.389Z Downloaded textwrap v0.16.2
3712026-08-25T20:16:09.389Z Downloaded serde_derive v1.0.228
3722026-08-25T20:16:09.389Z Downloaded pest_meta v2.8.6
3732026-08-25T20:16:09.389Z Downloaded toml_edit v0.22.27
3742026-08-25T20:16:09.416Z Downloaded serde v1.0.228
3752026-08-25T20:16:09.416Z Downloaded indexmap v2.14.0
3762026-08-25T20:16:09.416Z Downloaded pest v2.8.6
3772026-08-25T20:16:09.417Z Downloaded typenum v1.20.1
3782026-08-25T20:16:09.464Z Downloaded winnow v0.7.14
3792026-08-25T20:16:09.464Z Downloaded clap_builder v4.6.0
3802026-08-25T20:16:09.465Z Downloaded serde_json v1.0.151
3812026-08-25T20:16:09.465Z Downloaded goblin v0.8.2
3822026-08-25T20:16:09.465Z Downloaded tabled v0.15.0
3832026-08-25T20:16:09.525Z Downloaded syn v1.0.109
3842026-08-25T20:16:09.525Z Downloaded syn v2.0.117
3852026-08-25T20:16:09.525Z Downloaded unicode-width v0.1.14
3862026-08-25T20:16:09.525Z Downloaded unicode-width v0.2.0
3872026-08-25T20:16:09.603Z Downloaded rustix v1.1.4
3882026-08-25T20:16:09.604Z Downloaded libc v0.2.185
3892026-08-25T20:16:09.640Z Compiling proc-macro2 v1.0.106
3902026-08-25T20:16:09.645Z Compiling unicode-ident v1.0.24
3912026-08-25T20:16:09.645Z Compiling quote v1.0.45
3922026-08-25T20:16:09.645Z Compiling serde_core v1.0.228
3932026-08-25T20:16:09.645Z Compiling libc v0.2.185
3942026-08-25T20:16:09.646Z Compiling version_check v0.9.5
3952026-08-25T20:16:09.646Z Compiling memchr v2.8.0
3962026-08-25T20:16:09.646Z Compiling serde v1.0.228
3972026-08-25T20:16:09.887Z Compiling zmij v1.0.21
3982026-08-25T20:16:10.154Z Compiling ucd-trie v0.1.7
3992026-08-25T20:16:10.172Z Compiling itoa v1.0.17
4002026-08-25T20:16:10.357Z Compiling thiserror v1.0.69
4012026-08-25T20:16:10.394Z Compiling pest v2.8.6
4022026-08-25T20:16:10.420Z Compiling byteorder v1.5.0
4032026-08-25T20:16:10.571Z Compiling rustix v1.1.4
4042026-08-25T20:16:10.653Z Compiling errno v0.3.14
4052026-08-25T20:16:10.818Z Compiling serde_json v1.0.151
4062026-08-25T20:16:10.867Z Compiling bitflags v2.11.0
4072026-08-25T20:16:11.051Z Compiling syn v2.0.117
4082026-08-25T20:16:11.120Z Compiling thread-id v4.2.2
4092026-08-25T20:16:11.138Z Compiling proc-macro-error-attr v1.0.4
4102026-08-25T20:16:11.203Z Compiling usdt-impl v0.5.0
4112026-08-25T20:16:11.301Z Compiling syn v1.0.109
4122026-08-25T20:16:11.334Z Compiling camino v1.2.5
4132026-08-25T20:16:11.415Z Compiling pest_meta v2.8.6
4142026-08-25T20:16:11.782Z Compiling proc-macro-error v1.0.4
4152026-08-25T20:16:11.797Z Compiling plain v0.2.3
4162026-08-25T20:16:11.797Z Compiling hashbrown v0.17.0
4172026-08-25T20:16:11.826Z Compiling getrandom v0.4.3
4182026-08-25T20:16:11.878Z Compiling log v0.4.33
4192026-08-25T20:16:12.098Z Compiling utf8parse v0.2.2
4202026-08-25T20:16:12.193Z Compiling equivalent v1.0.2
4212026-08-25T20:16:12.264Z Compiling indexmap v2.14.0
4222026-08-25T20:16:12.283Z Compiling anstyle-parse v1.0.0
4232026-08-25T20:16:12.302Z Compiling terminal_size v0.4.3
4242026-08-25T20:16:12.850Z Compiling anstyle-query v1.1.5
4252026-08-25T20:16:12.873Z Compiling pretty-hex v0.4.1
4262026-08-25T20:16:12.951Z Compiling is_terminal_polyfill v1.70.2
4272026-08-25T20:16:12.967Z Compiling autocfg v1.5.0
4282026-08-25T20:16:13.010Z Compiling colorchoice v1.0.4
4292026-08-25T20:16:13.026Z Compiling thiserror v2.0.18
4302026-08-25T20:16:13.050Z Compiling winnow v0.7.14
4312026-08-25T20:16:13.084Z Compiling toml_write v0.1.2
4322026-08-25T20:16:13.126Z Compiling cfg-if v1.0.4
4332026-08-25T20:16:13.239Z Compiling anstyle v1.0.14
4342026-08-25T20:16:13.285Z Compiling pest_generator v2.8.6
4352026-08-25T20:16:13.399Z Compiling fs-err v3.3.0
4362026-08-25T20:16:13.459Z Compiling anstream v1.0.0
4372026-08-25T20:16:13.561Z Compiling clap_lex v1.0.0
4382026-08-25T20:16:13.591Z Compiling fnv v1.0.7
4392026-08-25T20:16:13.608Z Compiling once_cell v1.21.3
4402026-08-25T20:16:13.769Z Compiling heck v0.4.1
4412026-08-25T20:16:13.789Z Compiling fastrand v2.3.0
4422026-08-25T20:16:13.824Z Compiling unicode-width v0.1.14
4432026-08-25T20:16:13.978Z Compiling bytecount v0.6.9
4442026-08-25T20:16:13.996Z Compiling heck v0.5.0
4452026-08-25T20:16:14.011Z Compiling strsim v0.11.1
4462026-08-25T20:16:14.047Z Compiling anyhow v1.0.104
4472026-08-25T20:16:14.088Z Compiling papergrid v0.11.0
4482026-08-25T20:16:14.110Z Compiling tempfile v3.27.0
4492026-08-25T20:16:14.223Z Compiling clap_builder v4.6.0
4502026-08-25T20:16:14.445Z Compiling semver v1.0.28
4512026-08-25T20:16:14.477Z Compiling cargo-platform v0.3.2
4522026-08-25T20:16:14.513Z Compiling tabled_derive v0.7.0
4532026-08-25T20:16:14.517Z Compiling memmap v0.7.0
4542026-08-25T20:16:14.573Z Compiling smawk v0.3.2
4552026-08-25T20:16:14.705Z Compiling unicode-width v0.2.0
4562026-08-25T20:16:14.722Z Compiling unicode-linebreak v0.1.5
4572026-08-25T20:16:14.927Z Compiling serde_derive v1.0.228
4582026-08-25T20:16:14.961Z Compiling thiserror-impl v1.0.69
4592026-08-25T20:16:14.978Z Compiling zerocopy-derive v0.7.35
4602026-08-25T20:16:15.042Z Compiling pest_derive v2.8.6
4612026-08-25T20:16:15.076Z Compiling scroll_derive v0.12.1
4622026-08-25T20:16:15.401Z Compiling thiserror-impl v2.0.18
4632026-08-25T20:16:15.474Z Compiling clap_derive v4.6.1
4642026-08-25T20:16:15.478Z Compiling tabled v0.15.0
4652026-08-25T20:16:15.721Z Compiling scroll v0.12.0
4662026-08-25T20:16:15.827Z Compiling zerocopy v0.7.35
4672026-08-25T20:16:16.051Z Compiling goblin v0.8.2
4682026-08-25T20:16:16.332Z Compiling dtrace-parser v0.2.0
4692026-08-25T20:16:16.413Z Compiling textwrap v0.16.2
4702026-08-25T20:16:16.861Z Compiling camino-tempfile v1.4.1
4712026-08-25T20:16:16.880Z Compiling swrite v0.1.0
4722026-08-25T20:16:17.262Z Compiling clap v4.6.1
4732026-08-25T20:16:17.962Z Compiling dof v0.3.0
4742026-08-25T20:16:17.962Z Compiling serde_tokenstream v0.2.3
4752026-08-25T20:16:17.978Z Compiling serde_spanned v0.6.9
4762026-08-25T20:16:17.993Z Compiling toml_datetime v0.6.11
4772026-08-25T20:16:17.996Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4782026-08-25T20:16:18.043Z Compiling macaddr v1.0.1
4792026-08-25T20:16:18.043Z Compiling cargo_metadata v0.23.1
4802026-08-25T20:16:18.170Z Compiling toml_edit v0.22.27
4812026-08-25T20:16:18.769Z Compiling usdt-attr-macro v0.5.0
4822026-08-25T20:16:18.769Z Compiling usdt-macro v0.5.0
4832026-08-25T20:16:19.381Z Compiling usdt v0.5.0
4842026-08-25T20:16:19.465Z Compiling toml v0.8.23
4852026-08-25T20:16:19.787Z Compiling cargo_toml v0.21.0
4862026-08-25T20:16:21.034Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4872026-08-25T20:16:23.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.86s
4882026-08-25T20:16:23.262Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4892026-08-25T20:16:23.774Z Downloading crates ...
4902026-08-25T20:16:23.833Z Downloaded addr2line v0.25.1
4912026-08-25T20:16:23.838Z Downloaded adler2 v2.0.1
4922026-08-25T20:16:23.838Z Downloaded bit-set v0.8.0
4932026-08-25T20:16:23.838Z Downloaded bitfield v0.19.4
4942026-08-25T20:16:23.838Z Downloaded atty v0.2.14
4952026-08-25T20:16:23.843Z Downloaded backtrace v0.3.76
4962026-08-25T20:16:23.848Z Downloaded foreign-types-shared v0.3.1
4972026-08-25T20:16:23.848Z Downloaded futures-task v0.3.32
4982026-08-25T20:16:23.855Z Downloaded aead v0.5.2
4992026-08-25T20:16:23.855Z Downloaded aho-corasick v1.1.4
5002026-08-25T20:16:23.861Z Downloaded elliptic-curve v0.14.1
5012026-08-25T20:16:23.861Z Downloaded cfg_aliases v0.2.1
5022026-08-25T20:16:23.861Z Downloaded futures-channel v0.3.32
5032026-08-25T20:16:23.861Z Downloaded ascii-canvas v3.0.0
5042026-08-25T20:16:23.868Z Downloaded fallible-iterator v0.2.0
5052026-08-25T20:16:23.868Z Downloaded assert_matches v1.5.0
5062026-08-25T20:16:23.868Z Downloaded atomic-waker v1.1.2
5072026-08-25T20:16:23.875Z Downloaded half v2.7.1
5082026-08-25T20:16:23.875Z Downloaded arrayref v0.3.9
5092026-08-25T20:16:23.875Z Downloaded bcs v0.1.6
5102026-08-25T20:16:23.875Z Downloaded foreign-types v0.3.2
5112026-08-25T20:16:23.875Z Downloaded embedded-io v0.4.0
5122026-08-25T20:16:23.875Z Downloaded float-cmp v0.10.0
5132026-08-25T20:16:23.875Z Downloaded gethostname v0.5.0
5142026-08-25T20:16:23.875Z Downloaded bit-vec v0.8.0
5152026-08-25T20:16:23.882Z Downloaded aead v0.6.1
5162026-08-25T20:16:23.882Z Downloaded env_filter v2.0.0
5172026-08-25T20:16:23.882Z Downloaded atomicwrites v0.4.4
5182026-08-25T20:16:23.882Z Downloaded float-ord v0.3.2
5192026-08-25T20:16:23.882Z Downloaded futures-io v0.3.32
5202026-08-25T20:16:23.882Z Downloaded foreign-types-shared v0.1.1
5212026-08-25T20:16:23.882Z Downloaded futures-macro v0.3.32
5222026-08-25T20:16:23.882Z Downloaded ena v0.14.4
5232026-08-25T20:16:23.882Z Downloaded bitfield-macros v0.19.4
5242026-08-25T20:16:23.882Z Downloaded foreign-types-macros v0.2.3
5252026-08-25T20:16:23.891Z Downloaded anstyle-parse v0.2.7
5262026-08-25T20:16:23.891Z Downloaded embedded-io v0.6.1
5272026-08-25T20:16:23.891Z Downloaded ahash v0.8.12
5282026-08-25T20:16:23.896Z Downloaded backon v1.6.0
5292026-08-25T20:16:23.896Z Downloaded bit-set v0.5.3
5302026-08-25T20:16:23.896Z Downloaded form_urlencoded v1.2.2
5312026-08-25T20:16:23.898Z Downloaded endian-type v0.1.2
5322026-08-25T20:16:23.898Z Downloaded futures-core v0.3.32
5332026-08-25T20:16:23.898Z Downloaded array-init v0.0.4
5342026-08-25T20:16:23.898Z Downloaded enum-as-inner v0.6.1
5352026-08-25T20:16:23.898Z Downloaded futures-sink v0.3.32
5362026-08-25T20:16:23.907Z Downloaded backtrace-ext v0.2.1
5372026-08-25T20:16:23.907Z Downloaded foldhash v0.1.5
5382026-08-25T20:16:23.907Z Downloaded fs-err v2.11.0
5392026-08-25T20:16:23.909Z Downloaded num_enum v0.5.11
5402026-08-25T20:16:23.919Z Downloaded async-stream v0.3.6
5412026-08-25T20:16:23.919Z Downloaded argon2 v0.5.3
5422026-08-25T20:16:23.920Z Downloaded base16ct v0.2.0
5432026-08-25T20:16:23.920Z Downloaded bitfield-struct v0.6.2
5442026-08-25T20:16:23.920Z Downloaded foreign-types v0.5.0
5452026-08-25T20:16:23.920Z Downloaded castaway v0.2.4
5462026-08-25T20:16:23.920Z Downloaded block-padding v0.4.2
5472026-08-25T20:16:23.920Z Downloaded httpdate v1.0.3
5482026-08-25T20:16:23.926Z Downloaded enum_dispatch v0.3.13
5492026-08-25T20:16:23.926Z Downloaded fd-lock v4.0.4
5502026-08-25T20:16:23.926Z Downloaded find-msvc-tools v0.1.9
5512026-08-25T20:16:23.926Z Downloaded ciborium-io v0.2.2
5522026-08-25T20:16:23.926Z Downloaded async-stream-impl v0.3.6
5532026-08-25T20:16:23.926Z Downloaded base16ct v1.0.0
5542026-08-25T20:16:23.926Z Downloaded ff v0.14.0
5552026-08-25T20:16:23.926Z Downloaded futures-executor v0.3.32
5562026-08-25T20:16:23.926Z Downloaded fxhash v0.2.1
5572026-08-25T20:16:23.926Z Downloaded group v0.14.0
5582026-08-25T20:16:23.926Z Downloaded http-body v1.0.1
5592026-08-25T20:16:23.926Z Downloaded cobs v0.3.0
5602026-08-25T20:16:23.926Z Downloaded hash32 v0.3.1
5612026-08-25T20:16:23.926Z Downloaded hostname v0.4.2
5622026-08-25T20:16:23.926Z Downloaded async-recursion v1.1.1
5632026-08-25T20:16:23.933Z Downloaded block-buffer v0.12.1
5642026-08-25T20:16:23.933Z Downloaded fixedbitset v0.4.2
5652026-08-25T20:16:23.933Z Downloaded hex-literal v1.1.0
5662026-08-25T20:16:23.938Z Downloaded anstream v0.6.21
5672026-08-25T20:16:23.938Z Downloaded bb8 v0.8.6
5682026-08-25T20:16:23.938Z Downloaded arrayvec v0.7.6
5692026-08-25T20:16:23.938Z Downloaded globwalk v0.9.1
5702026-08-25T20:16:23.938Z Downloaded hubpack v0.1.2
5712026-08-25T20:16:23.944Z Downloaded argon2 v0.6.0-rc.8
5722026-08-25T20:16:23.944Z Downloaded async-bb8-diesel v0.2.1
5732026-08-25T20:16:23.944Z Downloaded const-oid v0.10.2
5742026-08-25T20:16:23.949Z Downloaded erased-serde v0.3.31
5752026-08-25T20:16:23.949Z Downloaded hubpack_derive v0.1.1
5762026-08-25T20:16:23.949Z Downloaded compression-core v0.4.31
5772026-08-25T20:16:23.949Z Downloaded newline-converter v0.3.0
5782026-08-25T20:16:23.949Z Downloaded nibble_vec v0.1.0
5792026-08-25T20:16:23.949Z Downloaded cfg_aliases v0.1.1
5802026-08-25T20:16:23.960Z Downloaded ghash v0.6.0
5812026-08-25T20:16:23.960Z Downloaded hostname v0.3.1
5822026-08-25T20:16:23.960Z Downloaded num_threads v0.1.7
5832026-08-25T20:16:23.960Z Downloaded nodrop v0.1.14
5842026-08-25T20:16:23.960Z Downloaded normalize-line-endings v0.3.0
5852026-08-25T20:16:23.965Z Downloaded hash32 v0.2.1
5862026-08-25T20:16:23.965Z Downloaded bcrypt-pbkdf v0.11.0
5872026-08-25T20:16:23.965Z Downloaded cmake v0.1.57
5882026-08-25T20:16:23.965Z Downloaded compression-codecs v0.4.37
5892026-08-25T20:16:23.965Z Downloaded async-trait v0.1.89
5902026-08-25T20:16:23.965Z Downloaded http-range v0.1.5
5912026-08-25T20:16:23.966Z Downloaded hex v0.4.3
5922026-08-25T20:16:23.966Z Downloaded cmov v0.5.4
5932026-08-25T20:16:23.966Z Downloaded cassowary v0.3.0
5942026-08-25T20:16:23.967Z Downloaded fixedbitset v0.5.7
5952026-08-25T20:16:23.967Z Downloaded byte-wrapper v0.1.0
5962026-08-25T20:16:23.971Z Downloaded flagset v0.4.7
5972026-08-25T20:16:23.971Z Downloaded foldhash v0.2.0
5982026-08-25T20:16:23.971Z Downloaded headers-core v0.3.0
5992026-08-25T20:16:23.971Z Downloaded openssl-macros v0.1.1
6002026-08-25T20:16:23.971Z Downloaded bs58 v0.5.1
6012026-08-25T20:16:23.971Z Downloaded parse-display v0.10.0
6022026-08-25T20:16:23.972Z Downloaded predicates-core v1.0.10
6032026-08-25T20:16:23.972Z Downloaded funty v2.0.0
6042026-08-25T20:16:23.977Z Downloaded radium v0.7.0
6052026-08-25T20:16:23.977Z Downloaded home v0.5.12
6062026-08-25T20:16:23.977Z Downloaded cipher v0.5.2
6072026-08-25T20:16:23.977Z Downloaded cexpr v0.6.0
6082026-08-25T20:16:23.984Z Downloaded bit-vec v0.6.3
6092026-08-25T20:16:23.984Z Downloaded chacha20 v0.9.1
6102026-08-25T20:16:23.984Z Downloaded cipher v0.4.4
6112026-08-25T20:16:23.984Z Downloaded bitflags v1.3.2
6122026-08-25T20:16:23.992Z Downloaded cbc v0.2.1
6132026-08-25T20:16:23.992Z Downloaded potential_utf v0.1.4
6142026-08-25T20:16:23.992Z Downloaded base64ct v1.8.3
6152026-08-25T20:16:23.992Z Downloaded blowfish v0.10.0
6162026-08-25T20:16:23.992Z Downloaded camino-tempfile-ext v0.3.3
6172026-08-25T20:16:23.992Z Downloaded colored v3.1.1
6182026-08-25T20:16:23.998Z Downloaded phf_shared v0.13.1
6192026-08-25T20:16:23.998Z Downloaded rustc-hash v2.1.1
6202026-08-25T20:16:24.003Z Downloaded fs_extra v1.3.0
6212026-08-25T20:16:24.003Z Downloaded http-body-util v0.1.3
6222026-08-25T20:16:24.003Z Downloaded ff v0.13.1
6232026-08-25T20:16:24.003Z Downloaded num-integer v0.1.46
6242026-08-25T20:16:24.008Z Downloaded group v0.13.0
6252026-08-25T20:16:24.008Z Downloaded rand_xorshift v0.4.0
6262026-08-25T20:16:24.009Z Downloaded rfc6979 v0.4.0
6272026-08-25T20:16:24.009Z Downloaded signal-hook-tokio v0.3.1
6282026-08-25T20:16:24.015Z Downloaded fatfs v0.3.6
6292026-08-25T20:16:24.015Z Downloaded generic-array v1.4.3
6302026-08-25T20:16:24.015Z Downloaded filetime v0.2.27
6312026-08-25T20:16:24.015Z Downloaded signature v2.2.0
6322026-08-25T20:16:24.023Z Downloaded glob v0.3.3
6332026-08-25T20:16:24.023Z Downloaded bzip2 v0.4.4
6342026-08-25T20:16:24.023Z Downloaded cancel-safe-futures v0.1.5
6352026-08-25T20:16:24.023Z Downloaded oxide-generation-macros v0.2.0
6362026-08-25T20:16:24.027Z Downloaded serde_spanned v1.1.1
6372026-08-25T20:16:24.027Z Downloaded slog-bunyan v2.5.0
6382026-08-25T20:16:24.027Z Downloaded tabwriter v1.4.1
6392026-08-25T20:16:24.032Z Downloaded pem v3.0.6
6402026-08-25T20:16:24.032Z Downloaded sqlparser_derive v0.5.0
6412026-08-25T20:16:24.032Z Downloaded pem-rfc7468 v0.7.0
6422026-08-25T20:16:24.038Z Downloaded slog-envlogger v2.2.0
6432026-08-25T20:16:24.038Z Downloaded const-oid v0.9.6
6442026-08-25T20:16:24.038Z Downloaded backoff v0.4.0
6452026-08-25T20:16:24.038Z Downloaded bzip2 v0.6.1
6462026-08-25T20:16:24.038Z Downloaded ciborium-ll v0.2.2
6472026-08-25T20:16:24.042Z Downloaded clang-sys v1.8.1
6482026-08-25T20:16:24.042Z Downloaded blake2 v0.11.0-rc.6
6492026-08-25T20:16:24.042Z Downloaded globset v0.4.18
6502026-08-25T20:16:24.042Z Downloaded supports-unicode v3.0.0
6512026-08-25T20:16:24.042Z Downloaded arc-swap v1.8.2
6522026-08-25T20:16:24.047Z Downloaded console v0.15.11
6532026-08-25T20:16:24.047Z Downloaded console v0.16.2
6542026-08-25T20:16:24.048Z Downloaded git-stub v1.0.0
6552026-08-25T20:16:24.048Z Downloaded rand_seeder v0.4.0
6562026-08-25T20:16:24.057Z Downloaded highway v1.3.0
6572026-08-25T20:16:24.057Z Downloaded unarray v0.1.4
6582026-08-25T20:16:24.057Z Downloaded untrusted v0.9.0
6592026-08-25T20:16:24.057Z Downloaded untrusted v0.7.1
6602026-08-25T20:16:24.057Z Downloaded utf8_iter v1.0.4
6612026-08-25T20:16:24.063Z Downloaded want v0.3.1
6622026-08-25T20:16:24.063Z Downloaded base64 v0.21.7
6632026-08-25T20:16:24.063Z Downloaded env_logger v0.11.11
6642026-08-25T20:16:24.065Z Downloaded git-stub-vcs v0.1.0
6652026-08-25T20:16:24.065Z Downloaded rand_core v0.9.5
6662026-08-25T20:16:24.065Z Downloaded phf v0.12.1
6672026-08-25T20:16:24.065Z Downloaded progenitor v0.14.0
6682026-08-25T20:16:24.065Z Downloaded pbkdf2 v0.13.0
6692026-08-25T20:16:24.065Z Downloaded progenitor v0.13.0
6702026-08-25T20:16:24.065Z Downloaded chacha20 v0.10.0
6712026-08-25T20:16:24.071Z Downloaded ciborium v0.2.2
6722026-08-25T20:16:24.071Z Downloaded buf-list v1.1.2
6732026-08-25T20:16:24.071Z Downloaded colored v2.2.0
6742026-08-25T20:16:24.071Z Downloaded scroll_derive v0.13.1
6752026-08-25T20:16:24.071Z Downloaded serde-hex v0.1.0
6762026-08-25T20:16:24.071Z Downloaded serde_path_to_error v0.1.20
6772026-08-25T20:16:24.071Z Downloaded tokio-macros v2.7.0
6782026-08-25T20:16:24.072Z Downloaded xshell-macros v0.2.7
6792026-08-25T20:16:24.072Z Downloaded zone v0.3.1
6802026-08-25T20:16:24.072Z Downloaded getrandom v0.2.17
6812026-08-25T20:16:24.072Z Downloaded convert_case v0.4.0
6822026-08-25T20:16:24.079Z Downloaded crucible-workspace-hack v0.1.0
6832026-08-25T20:16:24.079Z Downloaded blake2 v0.10.6
6842026-08-25T20:16:24.079Z Downloaded httparse v1.10.1
6852026-08-25T20:16:24.087Z Downloaded poly1305 v0.9.0
6862026-08-25T20:16:24.087Z Downloaded allocator-api2 v0.2.21
6872026-08-25T20:16:24.088Z Downloaded snafu-derive v0.8.9
6882026-08-25T20:16:24.088Z Downloaded string_cache v0.8.9
6892026-08-25T20:16:24.088Z Downloaded structmeta v0.3.0
6902026-08-25T20:16:24.088Z Downloaded curve25519-dalek-derive v0.1.1
6912026-08-25T20:16:24.088Z Downloaded debug-ignore v1.0.5
6922026-08-25T20:16:24.093Z Downloaded defmt v0.3.100
6932026-08-25T20:16:24.093Z Downloaded rpassword v7.5.4
6942026-08-25T20:16:24.093Z Downloaded hmac v0.12.1
6952026-08-25T20:16:24.093Z Downloaded parking_lot_core v0.9.12
6962026-08-25T20:16:24.099Z Downloaded thread_local v1.1.9
6972026-08-25T20:16:24.099Z Downloaded compact_str v0.8.1
6982026-08-25T20:16:24.099Z Downloaded yoke-derive v0.8.1
6992026-08-25T20:16:24.099Z Downloaded darling_macro v0.20.11
7002026-08-25T20:16:24.104Z Downloaded flume v0.11.1
7012026-08-25T20:16:24.104Z Downloaded toml_writer v1.1.1+spec-1.1.0
7022026-08-25T20:16:24.104Z Downloaded rustls-pemfile v2.2.0
7032026-08-25T20:16:24.110Z Downloaded subtle v2.6.1
7042026-08-25T20:16:24.110Z Downloaded ident_case v1.0.1
7052026-08-25T20:16:24.110Z Downloaded scrypt v0.12.0
7062026-08-25T20:16:24.110Z Downloaded serde_with_macros v1.5.2
7072026-08-25T20:16:24.118Z Downloaded slog-async v2.8.0
7082026-08-25T20:16:24.118Z Downloaded slog-dtrace v0.3.0
7092026-08-25T20:16:24.118Z Downloaded derive_builder_macro v0.20.2
7102026-08-25T20:16:24.118Z Downloaded dtrace-parser v0.3.0
7112026-08-25T20:16:24.118Z Downloaded difflib v0.4.0
7122026-08-25T20:16:24.122Z Downloaded strum_macros v0.24.3
7132026-08-25T20:16:24.122Z Downloaded instability v0.3.11
7142026-08-25T20:16:24.133Z Downloaded is_ci v1.2.0
7152026-08-25T20:16:24.133Z Downloaded jiff-static v0.2.34
7162026-08-25T20:16:24.134Z Downloaded omicron-zone-package v0.12.3
7172026-08-25T20:16:24.146Z Downloaded base64 v0.22.1
7182026-08-25T20:16:24.146Z Downloaded ctr v0.10.1
7192026-08-25T20:16:24.146Z Downloaded darling v0.13.4
7202026-08-25T20:16:24.146Z Downloaded der_derive v0.7.3
7212026-08-25T20:16:24.146Z Downloaded deranged v0.5.8
7222026-08-25T20:16:24.146Z Downloaded hyper-tls v0.6.0
7232026-08-25T20:16:24.146Z Downloaded primefield v0.14.0
7242026-08-25T20:16:24.149Z Downloaded tokio-dtrace v0.1.1
7252026-08-25T20:16:24.149Z Downloaded illumos-nvpair-sys v0.2.0
7262026-08-25T20:16:24.150Z Downloaded match_cfg v0.1.0
7272026-08-25T20:16:24.150Z Downloaded new_debug_unreachable v1.0.6
7282026-08-25T20:16:24.151Z Downloaded num_enum_derive v0.5.11
7292026-08-25T20:16:24.151Z Downloaded tls_codec v0.4.2
7302026-08-25T20:16:24.151Z Downloaded chumsky v0.9.3
7312026-08-25T20:16:24.151Z Downloaded diesel-dtrace v0.5.0
7322026-08-25T20:16:24.151Z Downloaded openssl-probe v0.1.6
7332026-08-25T20:16:24.154Z Downloaded openssl-probe v0.2.1
7342026-08-25T20:16:24.155Z Downloaded ar_archive_writer v0.5.1
7352026-08-25T20:16:24.155Z Downloaded path-slash v0.1.5
7362026-08-25T20:16:24.155Z Downloaded unicase v2.9.0
7372026-08-25T20:16:24.155Z Downloaded half v1.8.3
7382026-08-25T20:16:24.160Z Downloaded pkcs1 v0.8.0-rc.4
7392026-08-25T20:16:24.167Z Downloaded mime v0.3.17
7402026-08-25T20:16:24.167Z Downloaded num-iter v0.1.45
7412026-08-25T20:16:24.174Z Downloaded precomputed-hash v0.1.1
7422026-08-25T20:16:24.174Z Downloaded hmac v0.13.0
7432026-08-25T20:16:24.174Z Downloaded progenitor-client v0.14.0
7442026-08-25T20:16:24.180Z Downloaded wyz v0.5.1
7452026-08-25T20:16:24.180Z Downloaded critical-section v1.2.0
7462026-08-25T20:16:24.180Z Downloaded signal-hook v0.3.18
7472026-08-25T20:16:24.188Z Downloaded percent-encoding v2.3.2
7482026-08-25T20:16:24.196Z Downloaded rustc_version v0.4.1
7492026-08-25T20:16:24.196Z Downloaded rustls-native-certs v0.8.3
7502026-08-25T20:16:24.196Z Downloaded scheduled-thread-pool v0.2.7
7512026-08-25T20:16:24.196Z Downloaded crossbeam-utils v0.8.21
7522026-08-25T20:16:24.196Z Downloaded serde_with_macros v3.21.0
7532026-08-25T20:16:24.196Z Downloaded term v1.2.1
7542026-08-25T20:16:24.200Z Downloaded digest v0.11.3
7552026-08-25T20:16:24.200Z Downloaded dof v0.4.0
7562026-08-25T20:16:24.200Z Downloaded bytes v1.11.1
7572026-08-25T20:16:24.205Z Downloaded libefi-sys v0.1.0
7582026-08-25T20:16:24.205Z Downloaded parse-size v1.1.0
7592026-08-25T20:16:24.205Z Downloaded seq-macro v0.3.6
7602026-08-25T20:16:24.219Z Downloaded darling v0.20.11
7612026-08-25T20:16:24.219Z Downloaded linear-map v1.2.0
7622026-08-25T20:16:24.220Z Downloaded md5 v0.8.0
7632026-08-25T20:16:24.220Z Downloaded headers v0.4.1
7642026-08-25T20:16:24.226Z Downloaded multer v3.1.0
7652026-08-25T20:16:24.226Z Downloaded sha1 v0.10.6
7662026-08-25T20:16:24.226Z Downloaded p384 v0.14.0
7672026-08-25T20:16:24.226Z Downloaded oso v0.27.3
7682026-08-25T20:16:24.226Z Downloaded oxide-update-engine-types v0.1.2
7692026-08-25T20:16:24.226Z Downloaded pkcs1 v0.7.5
7702026-08-25T20:16:24.226Z Downloaded papergrid v0.18.0
7712026-08-25T20:16:24.226Z Downloaded newtype-uuid v1.3.2
7722026-08-25T20:16:24.226Z Downloaded num_enum v0.7.6
7732026-08-25T20:16:24.236Z Downloaded ipnet v2.12.0
7742026-08-25T20:16:24.236Z Downloaded serde_urlencoded v0.7.1
7752026-08-25T20:16:24.237Z Downloaded sponge-cursor v0.1.0
7762026-08-25T20:16:24.237Z Downloaded tinyvec_macros v0.1.1
7772026-08-25T20:16:24.237Z Downloaded toml v0.7.8
7782026-08-25T20:16:24.237Z Downloaded unsafe-libyaml v0.2.11
7792026-08-25T20:16:24.249Z Downloaded tracing-attributes v0.1.31
7802026-08-25T20:16:24.249Z Downloaded heapless v0.8.0
7812026-08-25T20:16:24.249Z Downloaded jobserver v0.1.34
7822026-08-25T20:16:24.249Z Downloaded ecdsa v0.17.0
7832026-08-25T20:16:24.249Z Downloaded futures v0.3.32
7842026-08-25T20:16:24.249Z Downloaded hybrid-array v0.4.13
7852026-08-25T20:16:24.249Z Downloaded oxide-update-engine-display v0.1.2
7862026-08-25T20:16:24.249Z Downloaded polyval v0.7.1
7872026-08-25T20:16:24.257Z Downloaded r2d2 v0.8.10
7882026-08-25T20:16:24.257Z Downloaded poly1305 v0.8.0
7892026-08-25T20:16:24.257Z Downloaded predicates v3.1.4
7902026-08-25T20:16:24.258Z Downloaded progenitor-extras v0.2.0
7912026-08-25T20:16:24.258Z Downloaded time-core v0.1.8
7922026-08-25T20:16:24.258Z Downloaded tokio-test v0.4.5
7932026-08-25T20:16:24.258Z Downloaded try-lock v0.2.5
7942026-08-25T20:16:24.258Z Downloaded topological-sort v0.2.2
7952026-08-25T20:16:24.258Z Downloaded stable_deref_trait v1.2.1
7962026-08-25T20:16:24.258Z Downloaded supports-hyperlinks v3.2.0
7972026-08-25T20:16:24.258Z Downloaded tap v1.0.1
7982026-08-25T20:16:24.258Z Downloaded cc v1.2.56
7992026-08-25T20:16:24.258Z Downloaded primeorder v0.14.0
8002026-08-25T20:16:24.258Z Downloaded aes v0.9.1
8012026-08-25T20:16:24.258Z Downloaded testing_table v0.3.0
8022026-08-25T20:16:24.278Z Downloaded schemars v0.8.22
8032026-08-25T20:16:24.291Z Downloaded schemars v0.9.0
8042026-08-25T20:16:24.291Z Downloaded crc-any v2.5.0
8052026-08-25T20:16:24.291Z Downloaded zerocopy v0.6.6
8062026-08-25T20:16:24.291Z Downloaded corncobs v0.1.4
8072026-08-25T20:16:24.291Z Downloaded usdt-macro v0.6.0
8082026-08-25T20:16:24.291Z Downloaded sapling-renderdag v0.1.0
8092026-08-25T20:16:24.291Z Downloaded getrandom v0.3.4
8102026-08-25T20:16:24.291Z Downloaded wait-timeout v0.2.1
8112026-08-25T20:16:24.291Z Downloaded rand_core v0.10.0
8122026-08-25T20:16:24.291Z Downloaded serde_yaml v0.9.34+deprecated
8132026-08-25T20:16:24.291Z Downloaded zerofrom v0.1.6
8142026-08-25T20:16:24.291Z Downloaded bumpalo v3.20.2
8152026-08-25T20:16:24.291Z Downloaded chacha20poly1305 v0.10.1
8162026-08-25T20:16:24.292Z Downloaded sec1 v0.8.1
8172026-08-25T20:16:24.292Z Downloaded slog v2.8.2
8182026-08-25T20:16:24.296Z Downloaded typify-macro v0.6.2
8192026-08-25T20:16:24.296Z Downloaded cpubits v0.1.1
8202026-08-25T20:16:24.296Z Downloaded publicsuffix v2.3.0
8212026-08-25T20:16:24.296Z Downloaded heapless v0.7.17
8222026-08-25T20:16:24.296Z Downloaded prettyplease v0.2.37
8232026-08-25T20:16:24.350Z Downloaded quinn-udp v0.5.14
8242026-08-25T20:16:24.351Z Downloaded test-strategy v0.4.5
8252026-08-25T20:16:24.351Z Downloaded simd-adler32 v0.3.8
8262026-08-25T20:16:24.351Z Downloaded darling_macro v0.13.4
8272026-08-25T20:16:24.351Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8282026-08-25T20:16:24.351Z Downloaded tui-tree-widget v0.23.1
8292026-08-25T20:16:24.351Z Downloaded vergen-lib v0.1.6
8302026-08-25T20:16:24.351Z Downloaded usdt-impl v0.6.0
8312026-08-25T20:16:24.351Z Downloaded dirs-next v2.0.0
8322026-08-25T20:16:24.351Z Downloaded dsl_auto_type v0.2.0
8332026-08-25T20:16:24.352Z Downloaded dunce v1.0.5
8342026-08-25T20:16:24.352Z Downloaded idna_adapter v1.2.1
8352026-08-25T20:16:24.352Z Downloaded document-features v0.2.12
8362026-08-25T20:16:24.352Z Downloaded inout v0.2.2
8372026-08-25T20:16:24.352Z Downloaded instant v0.1.13
8382026-08-25T20:16:24.352Z Downloaded tracing-core v0.1.36
8392026-08-25T20:16:24.352Z Downloaded tungstenite v0.23.0
8402026-08-25T20:16:24.352Z Downloaded keccak v0.1.6
8412026-08-25T20:16:24.352Z Downloaded samael v0.0.19
8422026-08-25T20:16:24.352Z Downloaded zerotrie v0.2.3
8432026-08-25T20:16:24.352Z Downloaded hickory-resolver v0.24.4
8442026-08-25T20:16:24.352Z Downloaded indexmap v1.9.3
8452026-08-25T20:16:24.352Z Downloaded shlex v1.3.0
8462026-08-25T20:16:24.352Z Downloaded strum_macros v0.27.2
8472026-08-25T20:16:24.352Z Downloaded indent_write v2.2.0
8482026-08-25T20:16:24.352Z Downloaded newtype_derive v0.1.6
8492026-08-25T20:16:24.352Z Downloaded nonempty v0.12.0
8502026-08-25T20:16:24.352Z Downloaded stacker v0.1.23
8512026-08-25T20:16:24.352Z Downloaded writeable v0.6.2
8522026-08-25T20:16:24.352Z Downloaded dropshot-api-manager-types v0.8.0
8532026-08-25T20:16:24.352Z Downloaded vte v0.14.1
8542026-08-25T20:16:24.352Z Downloaded async-compression v0.4.41
8552026-08-25T20:16:24.352Z Downloaded hkdf v0.13.0
8562026-08-25T20:16:24.352Z Downloaded parking_lot v0.12.5
8572026-08-25T20:16:24.377Z Downloaded rustls-pki-types v1.14.0
8582026-08-25T20:16:24.377Z Downloaded constant_time_eq v0.4.2
8592026-08-25T20:16:24.377Z Downloaded linked-hash-map v0.5.6
8602026-08-25T20:16:24.377Z Downloaded multimap v0.10.1
8612026-08-25T20:16:24.377Z Downloaded delegate v0.13.5
8622026-08-25T20:16:24.377Z Downloaded rand_chacha v0.3.1
8632026-08-25T20:16:24.377Z Downloaded progenitor-macro v0.13.0
8642026-08-25T20:16:24.388Z Downloaded rfc6979 v0.6.0
8652026-08-25T20:16:24.388Z Downloaded russh-cryptovec v0.62.0
8662026-08-25T20:16:24.388Z Downloaded rustc_version v0.1.7
8672026-08-25T20:16:24.388Z Downloaded same-file v1.0.6
8682026-08-25T20:16:24.388Z Downloaded password-hash v0.6.1
8692026-08-25T20:16:24.388Z Downloaded expectorate v1.2.0
8702026-08-25T20:16:24.388Z Downloaded hashbrown v0.12.3
8712026-08-25T20:16:24.397Z Downloaded slog-term v2.9.2
8722026-08-25T20:16:24.397Z Downloaded toml_parser v1.1.2+spec-1.1.0
8732026-08-25T20:16:24.398Z Downloaded knus-derive v3.4.0
8742026-08-25T20:16:24.398Z Downloaded serde_cbor v0.11.2
8752026-08-25T20:16:24.398Z Downloaded signal-hook-mio v0.2.5
8762026-08-25T20:16:24.398Z Downloaded olpc-cjson v0.1.4
8772026-08-25T20:16:24.398Z Downloaded strum v0.26.3
8782026-08-25T20:16:24.398Z Downloaded strum v0.27.2
8792026-08-25T20:16:24.398Z Downloaded predicates-tree v1.0.13
8802026-08-25T20:16:24.409Z Downloaded serde_plain v1.0.2
8812026-08-25T20:16:24.409Z Downloaded siphasher v1.0.2
8822026-08-25T20:16:24.409Z Downloaded flate2 v1.1.9
8832026-08-25T20:16:24.409Z Downloaded indicatif v0.18.4
8842026-08-25T20:16:24.409Z Downloaded ron v0.8.1
8852026-08-25T20:16:24.422Z Downloaded hickory-resolver v0.25.2
8862026-08-25T20:16:24.422Z Downloaded hashbrown v0.13.2
8872026-08-25T20:16:24.422Z Downloaded ssh-encoding v0.3.0
8882026-08-25T20:16:24.422Z Downloaded zerovec-derive v0.11.2
8892026-08-25T20:16:24.436Z Downloaded uuid v1.23.4
8902026-08-25T20:16:24.436Z Downloaded darling v0.23.0
8912026-08-25T20:16:24.443Z Downloaded libsw v3.5.0
8922026-08-25T20:16:24.443Z Downloaded maybe-uninit v2.0.0
8932026-08-25T20:16:24.443Z Downloaded parking_lot_core v0.8.6
8942026-08-25T20:16:24.443Z Downloaded parse-display-derive v0.10.0
8952026-08-25T20:16:24.443Z Downloaded password-hash v0.5.0
8962026-08-25T20:16:24.443Z Downloaded pkcs8 v0.10.2
8972026-08-25T20:16:24.443Z Downloaded rsa v0.9.10
8982026-08-25T20:16:24.443Z Downloaded crc-catalog v2.4.0
8992026-08-25T20:16:24.443Z Downloaded primeorder v0.13.6
9002026-08-25T20:16:24.443Z Downloaded unit-prefix v0.5.2
9012026-08-25T20:16:24.443Z Downloaded universal-hash v0.5.1
9022026-08-25T20:16:24.443Z Downloaded libsw-core v0.3.2
9032026-08-25T20:16:24.449Z Downloaded pkcs5 v0.8.1
9042026-08-25T20:16:24.449Z Downloaded crypto-common v0.2.2
9052026-08-25T20:16:24.449Z Downloaded darling_macro v0.23.0
9062026-08-25T20:16:24.449Z Downloaded kem v0.3.0
9072026-08-25T20:16:24.449Z Downloaded whoami v2.1.0
9082026-08-25T20:16:24.449Z Downloaded oxide-update-engine v0.1.2
9092026-08-25T20:16:24.449Z Downloaded rayon-core v1.13.0
9102026-08-25T20:16:24.454Z Downloaded tinyvec v1.10.0
9112026-08-25T20:16:24.454Z Downloaded secrecy v0.10.3
9122026-08-25T20:16:24.454Z Downloaded slog-json v2.6.1
9132026-08-25T20:16:24.454Z Downloaded crc8 v0.1.1
9142026-08-25T20:16:24.464Z Downloaded digest-io v0.1.0
9152026-08-25T20:16:24.464Z Downloaded dirs-sys-next v0.1.2
9162026-08-25T20:16:24.464Z Downloaded display-error-chain v0.2.2
9172026-08-25T20:16:24.464Z Downloaded dyn-clone v1.0.20
9182026-08-25T20:16:24.464Z Downloaded illumos-nvpair v0.3.0
9192026-08-25T20:16:24.473Z Downloaded hickory-server v0.25.2
9202026-08-25T20:16:24.473Z Downloaded http v1.4.2
9212026-08-25T20:16:24.473Z Downloaded crc32fast v1.5.0
9222026-08-25T20:16:24.473Z Downloaded num-bigint-dig v0.8.6
9232026-08-25T20:16:24.483Z Downloaded icu_normalizer_data v2.1.1
9242026-08-25T20:16:24.484Z Downloaded ssh-cipher v0.3.0
9252026-08-25T20:16:24.484Z Downloaded internet-checksum v0.2.1
9262026-08-25T20:16:24.484Z Downloaded lru-cache v0.1.2
9272026-08-25T20:16:24.484Z Downloaded maplit v1.0.2
9282026-08-25T20:16:24.484Z Downloaded crossbeam-epoch v0.9.18
9292026-08-25T20:16:24.493Z Downloaded tinystr v0.8.2
9302026-08-25T20:16:24.493Z Downloaded lazy_static v1.5.0
9312026-08-25T20:16:24.493Z Downloaded similar v2.7.0
9322026-08-25T20:16:24.493Z Downloaded walkdir v2.5.0
9332026-08-25T20:16:24.493Z Downloaded num-derive v0.4.2
9342026-08-25T20:16:24.493Z Downloaded progenitor-impl v0.14.0
9352026-08-25T20:16:24.507Z Downloaded serde_derive_internals v0.29.1
9362026-08-25T20:16:24.507Z Downloaded proc-macro-crate v3.4.0
9372026-08-25T20:16:24.507Z Downloaded smf v0.2.3
9382026-08-25T20:16:24.507Z Downloaded synstructure v0.13.2
9392026-08-25T20:16:24.508Z Downloaded oso-derive v0.27.3
9402026-08-25T20:16:24.517Z Downloaded postgres-types v0.2.12
9412026-08-25T20:16:24.517Z Downloaded vergen-lib v9.1.0
9422026-08-25T20:16:24.517Z Downloaded thiserror-no-std v2.0.2
9432026-08-25T20:16:24.517Z Downloaded tokio-tungstenite v0.21.0
9442026-08-25T20:16:24.517Z Downloaded unicode_categories v0.1.1
9452026-08-25T20:16:24.518Z Downloaded zstd v0.13.3
9462026-08-25T20:16:24.518Z Downloaded daft v0.1.8
9472026-08-25T20:16:24.518Z Downloaded progenitor-macro v0.14.0
9482026-08-25T20:16:24.518Z Downloaded russh-util v0.52.0
9492026-08-25T20:16:24.518Z Downloaded tower-layer v0.3.3
9502026-08-25T20:16:24.527Z Downloaded recursive v0.1.1
9512026-08-25T20:16:24.527Z Downloaded recursive-proc-macro-impl v0.1.1
9522026-08-25T20:16:24.527Z Downloaded tower v0.5.3
9532026-08-25T20:16:24.527Z Downloaded pin-project v1.1.11
9542026-08-25T20:16:24.535Z Downloaded ingot-macros v0.2.0
9552026-08-25T20:16:24.535Z Downloaded libbz2-rs-sys v0.2.2
9562026-08-25T20:16:24.535Z Downloaded pin-project-lite v0.2.17
9572026-08-25T20:16:24.536Z Downloaded serde-big-array v0.5.1
9582026-08-25T20:16:24.542Z Downloaded unicode-bidi v0.3.18
9592026-08-25T20:16:24.542Z Downloaded oxide-tokio-rt v0.1.4
9602026-08-25T20:16:24.542Z Downloaded zeroize v1.9.0
9612026-08-25T20:16:24.542Z Downloaded downcast-rs v2.0.2
9622026-08-25T20:16:24.542Z Downloaded displaydoc v0.2.5
9632026-08-25T20:16:24.542Z Downloaded thread-id v5.1.0
9642026-08-25T20:16:24.544Z Downloaded signature v3.0.0
9652026-08-25T20:16:24.544Z Downloaded sigpipe v0.1.3
9662026-08-25T20:16:24.553Z Downloaded zip v0.6.6
9672026-08-25T20:16:24.554Z Downloaded module-lattice v0.2.3
9682026-08-25T20:16:24.554Z Downloaded rand v0.10.1
9692026-08-25T20:16:24.565Z Downloaded miette-derive v7.6.0
9702026-08-25T20:16:24.565Z Downloaded derive-where v1.6.0
9712026-08-25T20:16:24.565Z Downloaded phc v0.6.1
9722026-08-25T20:16:24.565Z Downloaded universal-hash v0.6.1
9732026-08-25T20:16:24.565Z Downloaded ipnetwork v0.21.1
9742026-08-25T20:16:24.565Z Downloaded take_mut v0.2.2
9752026-08-25T20:16:24.571Z Downloaded zone_cfg_derive v0.3.1
9762026-08-25T20:16:24.571Z Downloaded crunchy v0.2.4
9772026-08-25T20:16:24.571Z Downloaded paste v1.0.15
9782026-08-25T20:16:24.571Z Downloaded sha2 v0.11.0
9792026-08-25T20:16:24.571Z Downloaded socket2 v0.5.10
9802026-08-25T20:16:24.572Z Downloaded num-traits v0.2.19
9812026-08-25T20:16:24.577Z Downloaded sync-ptr v0.1.4
9822026-08-25T20:16:24.577Z Downloaded cookie v0.18.1
9832026-08-25T20:16:24.577Z Downloaded crc v3.4.0
9842026-08-25T20:16:24.577Z Downloaded port-file v0.1.0
9852026-08-25T20:16:24.582Z Downloaded ed25519-dalek v3.0.0
9862026-08-25T20:16:24.585Z Downloaded twox-hash v2.1.2
9872026-08-25T20:16:24.592Z Downloaded unicode-properties v0.1.4
9882026-08-25T20:16:24.597Z Downloaded whoami v1.6.1
9892026-08-25T20:16:24.604Z Downloaded qorb v0.4.1
9902026-08-25T20:16:24.608Z Downloaded newtype-uuid-macros v0.1.0
9912026-08-25T20:16:24.608Z Downloaded data-encoding v2.10.0
9922026-08-25T20:16:24.608Z Downloaded phf_shared v0.12.1
9932026-08-25T20:16:24.619Z Downloaded rustversion v1.0.22
9942026-08-25T20:16:24.619Z Downloaded slab v0.4.12
9952026-08-25T20:16:24.619Z Downloaded derive_builder v0.20.2
9962026-08-25T20:16:24.619Z Downloaded des v0.9.0
9972026-08-25T20:16:24.619Z Downloaded lzss v0.8.2
9982026-08-25T20:16:24.626Z Downloaded rcgen v0.12.1
9992026-08-25T20:16:24.626Z Downloaded nanorand v0.7.0
10002026-08-25T20:16:24.626Z Downloaded mio v1.2.0
10012026-08-25T20:16:24.626Z Downloaded parking_lot v0.11.2
10022026-08-25T20:16:24.626Z Downloaded tokio-native-tls v0.3.1
10032026-08-25T20:16:24.626Z Downloaded darling_core v0.23.0
10042026-08-25T20:16:24.630Z Downloaded dropshot_endpoint v0.17.1
10052026-08-25T20:16:24.630Z Downloaded sha1 v0.11.0
10062026-08-25T20:16:24.630Z Downloaded proc-macro-crate v1.3.1
10072026-08-25T20:16:24.635Z Downloaded num-bigint v0.4.6
10082026-08-25T20:16:24.635Z Downloaded litemap v0.8.1
10092026-08-25T20:16:24.640Z Downloaded secrecy v0.8.0
10102026-08-25T20:16:24.640Z Downloaded slog-stdlog v4.1.1
10112026-08-25T20:16:24.640Z Downloaded slog-scope v4.4.1
10122026-08-25T20:16:24.640Z Downloaded ppv-lite86 v0.2.21
10132026-08-25T20:16:24.640Z Downloaded aes-gcm v0.11.0
10142026-08-25T20:16:24.644Z Downloaded progenitor-impl v0.13.0
10152026-08-25T20:16:24.644Z Downloaded humantime v2.3.0
10162026-08-25T20:16:24.644Z Downloaded strsim v0.10.0
10172026-08-25T20:16:24.644Z Downloaded structmeta-derive v0.3.0
10182026-08-25T20:16:24.648Z Downloaded utf-8 v0.7.6
10192026-08-25T20:16:24.648Z Downloaded unicode-truncate v1.1.0
10202026-08-25T20:16:24.648Z Downloaded xattr v1.6.1
10212026-08-25T20:16:24.653Z Downloaded ingot v0.2.1
10222026-08-25T20:16:24.653Z Downloaded resolv-conf v0.7.6
10232026-08-25T20:16:24.653Z Downloaded p521 v0.14.0
10242026-08-25T20:16:24.658Z Downloaded derive_more v2.1.1
10252026-08-25T20:16:24.666Z Downloaded icu_collections v2.1.1
10262026-08-25T20:16:24.674Z Downloaded indoc v2.0.7
10272026-08-25T20:16:24.674Z Downloaded miniz_oxide v0.8.9
10282026-08-25T20:16:24.674Z Downloaded vergen-gitcl v1.0.8
10292026-08-25T20:16:24.674Z Downloaded ingot-types v0.2.0
10302026-08-25T20:16:24.674Z Downloaded zerofrom-derive v0.1.6
10312026-08-25T20:16:24.674Z Downloaded libloading v0.8.9
10322026-08-25T20:16:24.674Z Downloaded defmt v1.0.1
10332026-08-25T20:16:24.674Z Downloaded defmt-macros v1.0.1
10342026-08-25T20:16:24.678Z Downloaded x509-cert v0.2.5
10352026-08-25T20:16:24.679Z Downloaded pin-project-internal v1.1.11
10362026-08-25T20:16:24.679Z Downloaded mime_guess v2.0.5
10372026-08-25T20:16:24.679Z Downloaded zeroize_derive v1.5.0
10382026-08-25T20:16:24.679Z Downloaded keccak v0.2.0
10392026-08-25T20:16:24.687Z Downloaded salsa20 v0.11.0
10402026-08-25T20:16:24.687Z Downloaded hashbrown v0.14.5
10412026-08-25T20:16:24.695Z Downloaded libxml v0.3.3
10422026-08-25T20:16:24.695Z Downloaded toml_edit v0.23.10+spec-1.0.0
10432026-08-25T20:16:24.695Z Downloaded lock_api v0.4.14
10442026-08-25T20:16:24.695Z Downloaded yasna v0.5.2
10452026-08-25T20:16:24.706Z Downloaded md-5 v0.10.6
10462026-08-25T20:16:24.706Z Downloaded rand_core v0.6.4
10472026-08-25T20:16:24.706Z Downloaded num v0.4.3
10482026-08-25T20:16:24.711Z Downloaded sqlformat v0.3.5
10492026-08-25T20:16:24.711Z Downloaded uzers v0.12.2
10502026-08-25T20:16:24.711Z Downloaded ignore v0.4.25
10512026-08-25T20:16:24.716Z Downloaded oxnet v0.1.6
10522026-08-25T20:16:24.716Z Downloaded tokio-util v0.7.18
10532026-08-25T20:16:24.721Z Downloaded dropshot-api-manager v0.8.0
10542026-08-25T20:16:24.721Z Downloaded itertools v0.10.5
10552026-08-25T20:16:24.728Z Downloaded strip-ansi-escapes v0.2.1
10562026-08-25T20:16:24.728Z Downloaded tar v0.4.46
10572026-08-25T20:16:24.739Z Downloaded sec1 v0.7.3
10582026-08-25T20:16:24.739Z Downloaded smallvec v0.6.14
10592026-08-25T20:16:24.740Z Downloaded postcard v1.1.3
10602026-08-25T20:16:24.747Z Downloaded powerfmt v0.2.0
10612026-08-25T20:16:24.748Z Downloaded rand_pcg v0.10.2
10622026-08-25T20:16:24.748Z Downloaded daft-derive v0.1.8
10632026-08-25T20:16:24.748Z Downloaded ed25519 v2.2.3
10642026-08-25T20:16:24.748Z Downloaded ed25519 v3.0.0
10652026-08-25T20:16:24.748Z Downloaded serde_repr v0.1.20
10662026-08-25T20:16:24.748Z Downloaded cstr-argument v0.1.2
10672026-08-25T20:16:24.748Z Downloaded unicode-xid v0.2.6
10682026-08-25T20:16:24.748Z Downloaded defmt-parser v1.0.0
10692026-08-25T20:16:24.748Z Downloaded diesel_table_macro_syntax v0.3.0
10702026-08-25T20:16:24.748Z Downloaded is-terminal v0.4.17
10712026-08-25T20:16:24.748Z Downloaded managed v0.8.0
10722026-08-25T20:16:24.748Z Downloaded libscf-sys v1.2.0
10732026-08-25T20:16:24.761Z Downloaded zopfli v0.8.3
10742026-08-25T20:16:24.767Z Downloaded time-macros v0.2.27
10752026-08-25T20:16:24.767Z Downloaded iana-time-zone v0.1.65
10762026-08-25T20:16:24.767Z Downloaded tagptr v0.2.0
10772026-08-25T20:16:24.767Z Downloaded trait-variant v0.1.2
10782026-08-25T20:16:24.767Z Downloaded openssl-sys v0.9.117
10792026-08-25T20:16:24.767Z Downloaded void v1.0.2
10802026-08-25T20:16:24.772Z Downloaded opaque-debug v0.3.1
10812026-08-25T20:16:24.772Z Downloaded reedline v0.40.0
10822026-08-25T20:16:24.776Z Downloaded schemars v1.2.1
10832026-08-25T20:16:24.785Z Downloaded hashbrown v0.15.5
10842026-08-25T20:16:24.789Z Downloaded kstat-rs v0.2.5
10852026-08-25T20:16:24.790Z Downloaded pkg-config v0.3.32
10862026-08-25T20:16:24.790Z Downloaded psl-types v2.0.11
10872026-08-25T20:16:24.790Z Downloaded proc-macro-error-attr2 v2.0.0
10882026-08-25T20:16:24.790Z Downloaded scopeguard v1.2.0
10892026-08-25T20:16:24.790Z Downloaded quick-error v1.2.3
10902026-08-25T20:16:24.790Z Downloaded winnow v0.5.40
10912026-08-25T20:16:24.797Z Downloaded cookie_store v0.22.1
10922026-08-25T20:16:24.797Z Downloaded hashbrown v0.16.1
10932026-08-25T20:16:24.803Z Downloaded hyper-util v0.1.20
10942026-08-25T20:16:24.803Z Downloaded shell-words v1.1.1
10952026-08-25T20:16:24.803Z Downloaded wnaf v0.14.0
10962026-08-25T20:16:24.803Z Downloaded spki v0.7.3
10972026-08-25T20:16:24.809Z Downloaded num_enum_derive v0.7.6
10982026-08-25T20:16:24.809Z Downloaded owo-colors v4.3.0
10992026-08-25T20:16:24.809Z Downloaded litrs v1.0.0
11002026-08-25T20:16:24.809Z Downloaded ml-kem v0.3.2
11012026-08-25T20:16:24.825Z Downloaded oxide-generation v0.1.3
11022026-08-25T20:16:24.825Z Downloaded tokio-rustls v0.26.4
11032026-08-25T20:16:24.825Z Downloaded rand_chacha v0.9.0
11042026-08-25T20:16:24.825Z Downloaded darling_macro v0.21.3
11052026-08-25T20:16:24.825Z Downloaded lalrpop-util v0.19.12
11062026-08-25T20:16:24.825Z Downloaded packed_struct_codegen v0.10.1
11072026-08-25T20:16:24.825Z Downloaded tokio-postgres v0.7.16
11082026-08-25T20:16:24.832Z Downloaded term v0.7.0
11092026-08-25T20:16:24.832Z Downloaded scroll v0.13.0
11102026-08-25T20:16:24.832Z Downloaded zerocopy-derive v0.8.55
11112026-08-25T20:16:24.832Z Downloaded yansi v1.0.1
11122026-08-25T20:16:24.832Z Downloaded nom v7.1.3
11132026-08-25T20:16:24.837Z Downloaded rustls-platform-verifier v0.6.2
11142026-08-25T20:16:24.837Z Downloaded impl-trait-for-tuples v0.2.3
11152026-08-25T20:16:24.837Z Downloaded tiny-keccak v2.0.2
11162026-08-25T20:16:24.844Z Downloaded num-rational v0.4.2
11172026-08-25T20:16:24.844Z Downloaded drift v0.2.0
11182026-08-25T20:16:24.849Z Downloaded vsss-rs v3.3.4
11192026-08-25T20:16:24.849Z Downloaded const_format_proc_macros v0.2.34
11202026-08-25T20:16:24.849Z Downloaded spin v0.9.8
11212026-08-25T20:16:24.853Z Downloaded scuffle v0.1.0
11222026-08-25T20:16:24.853Z Downloaded signal-hook-registry v1.4.8
11232026-08-25T20:16:24.853Z Downloaded termtree v0.5.1
11242026-08-25T20:16:24.853Z Downloaded icu_provider v2.1.1
11252026-08-25T20:16:24.857Z Downloaded supports-color v3.0.2
11262026-08-25T20:16:24.857Z Downloaded sync_wrapper v1.0.2
11272026-08-25T20:16:24.857Z Downloaded hkdf v0.12.4
11282026-08-25T20:16:24.863Z Downloaded inout v0.1.4
11292026-08-25T20:16:24.864Z Downloaded memoffset v0.9.1
11302026-08-25T20:16:24.864Z Downloaded blake3 v1.8.5
11312026-08-25T20:16:24.925Z Downloaded ctutils v0.4.2
11322026-08-25T20:16:24.925Z Downloaded miette v7.6.0
11332026-08-25T20:16:24.932Z Downloaded schemars_derive v0.8.22
11342026-08-25T20:16:24.932Z Downloaded static_assertions v1.1.0
11352026-08-25T20:16:24.932Z Downloaded termios v0.3.3
11362026-08-25T20:16:24.932Z Downloaded num-conv v0.2.0
11372026-08-25T20:16:24.932Z Downloaded crossbeam-deque v0.8.6
11382026-08-25T20:16:24.932Z Downloaded ecdsa v0.16.9
11392026-08-25T20:16:24.932Z Downloaded semver v0.1.20
11402026-08-25T20:16:24.932Z Downloaded diesel_derives v2.3.7
11412026-08-25T20:16:24.932Z Downloaded futures-util v0.3.32
11422026-08-25T20:16:24.933Z Downloaded h2 v0.4.15
11432026-08-25T20:16:24.933Z Downloaded ryu v1.0.23
11442026-08-25T20:16:24.933Z Downloaded lru v0.12.5
11452026-08-25T20:16:24.933Z Downloaded nu-ansi-term v0.50.3
11462026-08-25T20:16:24.933Z Downloaded crypto-primes v0.7.2
11472026-08-25T20:16:24.933Z Downloaded usdt v0.6.0
11482026-08-25T20:16:24.933Z Downloaded url v2.5.8
11492026-08-25T20:16:24.933Z Downloaded crypto-bigint v0.5.5
11502026-08-25T20:16:24.933Z Downloaded ref-cast v1.0.25
11512026-08-25T20:16:24.933Z Downloaded diff v0.1.13
11522026-08-25T20:16:24.934Z Downloaded convert_case v0.10.0
11532026-08-25T20:16:24.934Z Downloaded tungstenite v0.21.0
11542026-08-25T20:16:24.934Z Downloaded aws-lc-rs v1.16.3
11552026-08-25T20:16:24.934Z Downloaded p256 v0.14.0
11562026-08-25T20:16:24.934Z Downloaded serde_bytes v0.11.19
11572026-08-25T20:16:24.934Z Downloaded pem-rfc7468 v1.0.0
11582026-08-25T20:16:24.934Z Downloaded progenitor-client v0.13.0
11592026-08-25T20:16:24.934Z Downloaded vergen-git2 v9.1.0
11602026-08-25T20:16:24.934Z Downloaded rtoolbox v0.0.3
11612026-08-25T20:16:24.934Z Downloaded cpufeatures v0.3.0
11622026-08-25T20:16:24.934Z Downloaded indoc v1.0.9
11632026-08-25T20:16:24.950Z Downloaded phf_shared v0.11.3
11642026-08-25T20:16:24.951Z Downloaded socket2 v0.6.3
11652026-08-25T20:16:24.958Z Downloaded rayon v1.11.0
11662026-08-25T20:16:24.959Z Downloaded ssh-key v0.7.0-rc.11
11672026-08-25T20:16:24.959Z Downloaded icu_locale_core v2.1.1
11682026-08-25T20:16:24.959Z Downloaded crossterm v0.28.1
11692026-08-25T20:16:24.963Z Downloaded quick-xml v0.37.5
11702026-08-25T20:16:24.963Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11712026-08-25T20:16:24.963Z Downloaded csv-core v0.1.13
11722026-08-25T20:16:24.963Z Downloaded bitvec v1.0.1
11732026-08-25T20:16:24.971Z Downloaded tower-service v0.3.3
11742026-08-25T20:16:24.975Z Downloaded peg-runtime v0.8.5
11752026-08-25T20:16:24.975Z Downloaded portable-atomic v1.13.1
11762026-08-25T20:16:24.978Z Downloaded spki v0.8.0
11772026-08-25T20:16:24.978Z Downloaded postgres-protocol v0.6.10
11782026-08-25T20:16:24.978Z Downloaded derive_more v0.99.20
11792026-08-25T20:16:24.982Z Downloaded num-complex v0.4.6
11802026-08-25T20:16:24.982Z Downloaded phf v0.13.1
11812026-08-25T20:16:24.982Z Downloaded stringprep v0.1.5
11822026-08-25T20:16:24.982Z Downloaded chrono v0.4.45
11832026-08-25T20:16:24.988Z Downloaded tokio-tungstenite v0.23.1
11842026-08-25T20:16:24.994Z Downloaded support-bundle-viewer v0.1.2
11852026-08-25T20:16:24.994Z Downloaded yoke v0.8.1
11862026-08-25T20:16:24.994Z Downloaded thiserror-impl-no-std v2.0.2
11872026-08-25T20:16:24.994Z Downloaded waitgroup v0.1.2
11882026-08-25T20:16:24.994Z Downloaded subprocess v0.2.15
11892026-08-25T20:16:24.994Z Downloaded psm v0.1.30
11902026-08-25T20:16:25.000Z Downloaded memmap2 v0.9.10
11912026-08-25T20:16:25.000Z Downloaded lru-slab v0.1.2
11922026-08-25T20:16:25.000Z Downloaded icu_properties_data v2.1.2
11932026-08-25T20:16:25.004Z Downloaded nom v8.0.0
11942026-08-25T20:16:25.004Z Downloaded derive_builder_core v0.20.2
11952026-08-25T20:16:25.004Z Downloaded usdt-attr-macro v0.6.0
11962026-08-25T20:16:25.004Z Downloaded native-tls v0.2.18
11972026-08-25T20:16:25.017Z Downloaded ref-cast-impl v1.0.25
11982026-08-25T20:16:25.017Z Downloaded rand v0.8.6
11992026-08-25T20:16:25.017Z Downloaded serde_tokenstream v0.3.0
12002026-08-25T20:16:25.030Z Downloaded strum_macros v0.26.4
12012026-08-25T20:16:25.030Z Downloaded smallvec v1.15.1
12022026-08-25T20:16:25.031Z Downloaded tls_codec_derive v0.4.2
12032026-08-25T20:16:25.031Z Downloaded either v1.15.0
12042026-08-25T20:16:25.031Z Downloaded rusty-fork v0.3.1
12052026-08-25T20:16:25.035Z Downloaded rustc-demangle v0.1.27
12062026-08-25T20:16:25.036Z Downloaded pretty_assertions v1.4.1
12072026-08-25T20:16:25.036Z Downloaded vergen v9.1.0
12082026-08-25T20:16:25.036Z Downloaded zstd-safe v7.2.4
12092026-08-25T20:16:25.041Z Downloaded packed_struct v0.10.1
12102026-08-25T20:16:25.051Z Downloaded hyper-staticfile v0.10.1
12112026-08-25T20:16:25.051Z Downloaded tokio-stream v0.1.18
12122026-08-25T20:16:25.057Z Downloaded idna v1.1.0
12132026-08-25T20:16:25.057Z Downloaded peg v0.8.5
12142026-08-25T20:16:25.057Z Downloaded darling_core v0.13.4
12152026-08-25T20:16:25.057Z Downloaded pkcs8 v0.11.0
12162026-08-25T20:16:25.061Z Downloaded proc-macro-error2 v2.0.1
12172026-08-25T20:16:25.061Z Downloaded bindgen v0.71.1
12182026-08-25T20:16:25.064Z Downloaded serdect v0.4.3
12192026-08-25T20:16:25.064Z Downloaded hyper-rustls v0.27.7
12202026-08-25T20:16:25.064Z Downloaded xshell v0.2.7
12212026-08-25T20:16:25.064Z Downloaded darling_core v0.21.3
12222026-08-25T20:16:25.069Z Downloaded toml v1.1.2+spec-1.1.0
12232026-08-25T20:16:25.075Z Downloaded derive_more-impl v2.1.1
12242026-08-25T20:16:25.075Z Downloaded darling v0.21.3
12252026-08-25T20:16:25.079Z Downloaded reqwest v0.13.2
12262026-08-25T20:16:25.079Z Downloaded icu_normalizer v2.1.1
12272026-08-25T20:16:25.079Z Downloaded unicode-normalization v0.1.25
12282026-08-25T20:16:25.082Z Downloaded derive-ex v0.1.8
12292026-08-25T20:16:25.085Z Downloaded rustyline v14.0.0
12302026-08-25T20:16:25.090Z Downloaded serde_with v1.14.0
12312026-08-25T20:16:25.094Z Downloaded time v0.3.47
12322026-08-25T20:16:25.098Z Downloaded darling_core v0.20.11
12332026-08-25T20:16:25.101Z Downloaded knus v3.4.0
12342026-08-25T20:16:25.101Z Downloaded prefix-trie v0.7.0
12352026-08-25T20:16:25.105Z Downloaded peg-macros v0.8.5
12362026-08-25T20:16:25.105Z Downloaded lalrpop v0.19.12
12372026-08-25T20:16:25.111Z Downloaded toml_edit v0.19.15
12382026-08-25T20:16:25.139Z Downloaded git2 v0.20.4
12392026-08-25T20:16:25.143Z Downloaded quinn v0.11.11
12402026-08-25T20:16:25.146Z Downloaded rand v0.9.2
12412026-08-25T20:16:25.149Z Downloaded typify v0.6.2
12422026-08-25T20:16:25.153Z Downloaded itertools v0.14.0
12432026-08-25T20:16:25.159Z Downloaded snafu v0.8.9
12442026-08-25T20:16:25.166Z Downloaded const_format v0.2.35
12452026-08-25T20:16:25.171Z Downloaded der v0.8.0
12462026-08-25T20:16:25.174Z Downloaded der v0.7.10
12472026-08-25T20:16:25.182Z Downloaded russh v0.62.4
12482026-08-25T20:16:25.186Z Downloaded crossbeam-channel v0.5.15
12492026-08-25T20:16:25.193Z Downloaded steno v0.4.1
12502026-08-25T20:16:25.200Z Downloaded rustls-webpki v0.103.13
12512026-08-25T20:16:25.200Z Downloaded unicode-segmentation v1.12.0
12522026-08-25T20:16:25.200Z Downloaded tough v0.22.0
12532026-08-25T20:16:25.204Z Downloaded icu_properties v2.1.2
12542026-08-25T20:16:25.204Z Downloaded elliptic-curve v0.13.8
12552026-08-25T20:16:25.211Z Downloaded rawzip v0.4.4
12562026-08-25T20:16:25.220Z Downloaded zerovec v0.11.5
12572026-08-25T20:16:25.225Z Downloaded itertools v0.15.0
12582026-08-25T20:16:25.230Z Downloaded minimal-lexical v0.2.1
12592026-08-25T20:16:25.235Z Downloaded goblin v0.10.5
12602026-08-25T20:16:25.238Z Downloaded tower-http v0.6.8
12612026-08-25T20:16:25.241Z Downloaded itertools v0.12.1
12622026-08-25T20:16:25.244Z Downloaded regex v1.12.3
12632026-08-25T20:16:25.249Z Downloaded internal-russh-num-bigint v0.5.0
12642026-08-25T20:16:25.256Z Downloaded crossterm v0.29.0
12652026-08-25T20:16:25.260Z Downloaded iri-string v0.7.10
12662026-08-25T20:16:25.260Z Downloaded ed25519-dalek v2.2.0
12672026-08-25T20:16:25.266Z Downloaded rsa v0.10.0-rc.18
12682026-08-25T20:16:25.266Z Downloaded itertools v0.13.0
12692026-08-25T20:16:25.270Z Downloaded gimli v0.32.3
12702026-08-25T20:16:25.277Z Downloaded syn v3.0.3
12712026-08-25T20:16:25.284Z Downloaded zlib-rs v0.6.2
12722026-08-25T20:16:25.288Z Downloaded proptest v1.11.0
12732026-08-25T20:16:25.291Z Downloaded tabled v0.21.0
12742026-08-25T20:16:25.300Z Downloaded winnow v0.6.26
12752026-08-25T20:16:25.306Z Downloaded zip v4.6.1
12762026-08-25T20:16:25.309Z Downloaded moka v0.12.13
12772026-08-25T20:16:25.312Z Downloaded vcpkg v0.2.15
12782026-08-25T20:16:25.334Z Downloaded typed-path v0.9.3
12792026-08-25T20:16:25.339Z Downloaded jiff-core v0.1.0
12802026-08-25T20:16:25.342Z Downloaded hyper v1.10.1
12812026-08-25T20:16:25.348Z Downloaded regex-syntax v0.6.29
12822026-08-25T20:16:25.352Z Downloaded zerocopy v0.8.55
12832026-08-25T20:16:25.360Z Downloaded bstr v1.12.1
12842026-08-25T20:16:25.366Z Downloaded quinn-proto v0.11.16
12852026-08-25T20:16:25.370Z Downloaded p384 v0.13.1
12862026-08-25T20:16:25.375Z Downloaded reqwest v0.12.28
12872026-08-25T20:16:25.378Z Downloaded iddqd v0.4.2
12882026-08-25T20:16:25.382Z Downloaded winnow v1.0.3
12892026-08-25T20:16:25.389Z Downloaded libm v0.2.16
12902026-08-25T20:16:25.396Z Downloaded smoltcp v0.9.1
12912026-08-25T20:16:25.407Z Downloaded radix_trie v0.2.1
12922026-08-25T20:16:25.411Z Downloaded salty v0.3.0
12932026-08-25T20:16:25.414Z Downloaded sha3 v0.12.0
12942026-08-25T20:16:25.423Z Downloaded curve25519-dalek v4.1.3
12952026-08-25T20:16:25.445Z Downloaded hickory-proto v0.24.4
12962026-08-25T20:16:25.454Z Downloaded crypto-bigint v0.7.5
12972026-08-25T20:16:25.465Z Downloaded rustls v0.23.41
12982026-08-25T20:16:25.470Z Downloaded smoltcp v0.11.0
12992026-08-25T20:16:25.478Z Downloaded hickory-proto v0.25.2
13002026-08-25T20:16:25.487Z Downloaded regex-syntax v0.8.10
13012026-08-25T20:16:25.492Z Downloaded petname v2.0.2
13022026-08-25T20:16:25.495Z Downloaded nix v0.27.1
13032026-08-25T20:16:25.501Z Downloaded serde_with v3.21.0
13042026-08-25T20:16:25.509Z Downloaded rustix v0.38.44
13052026-08-25T20:16:25.523Z Downloaded object v0.30.4
13062026-08-25T20:16:25.529Z Downloaded polar-core v0.27.3
13072026-08-25T20:16:25.533Z Downloaded nix v0.28.0
13082026-08-25T20:16:25.540Z Downloaded openssl v0.10.80
13092026-08-25T20:16:25.546Z Downloaded curve25519-dalek v5.0.0
13102026-08-25T20:16:25.552Z Downloaded object v0.37.3
13112026-08-25T20:16:25.559Z Downloaded typify-impl v0.6.2
13122026-08-25T20:16:25.570Z Downloaded sqlparser v0.61.0
13132026-08-25T20:16:25.580Z Downloaded regress v0.10.5
13142026-08-25T20:16:25.583Z Downloaded nix v0.31.2
13152026-08-25T20:16:25.588Z Downloaded dropshot v0.17.1
13162026-08-25T20:16:25.600Z Downloaded openapiv3 v2.2.0
13172026-08-25T20:16:25.610Z Downloaded regress v0.11.1
13182026-08-25T20:16:25.613Z Downloaded diesel v2.3.7
13192026-08-25T20:16:25.627Z Downloaded sha3 v0.11.0
13202026-08-25T20:16:25.631Z Downloaded ratatui v0.29.0
13212026-08-25T20:16:25.642Z Downloaded tracing v0.1.44
13222026-08-25T20:16:25.653Z Downloaded regex-automata v0.4.14
13232026-08-25T20:16:25.662Z Downloaded sled v0.34.7
13242026-08-25T20:16:25.680Z Downloaded bzip2-sys v0.1.13+1.0.8
13252026-08-25T20:16:25.713Z Downloaded zerocopy-derive v0.6.6
13262026-08-25T20:16:25.713Z Downloaded petgraph v0.6.5
13272026-08-25T20:16:25.716Z Downloaded jiff v0.2.34
13282026-08-25T20:16:25.716Z Downloaded chrono-tz v0.10.4
13292026-08-25T20:16:25.720Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13302026-08-25T20:16:25.730Z Downloaded petgraph v0.8.3
13312026-08-25T20:16:25.765Z Downloaded libz-sys v1.1.24
13322026-08-25T20:16:25.776Z Downloaded csv v1.4.0
13332026-08-25T20:16:25.792Z Downloaded sha3 v0.10.8
13342026-08-25T20:16:25.795Z Downloaded encoding_rs v0.8.35
13352026-08-25T20:16:25.805Z Downloaded tokio v1.52.1
13362026-08-25T20:16:25.828Z Downloaded libgit2-sys v0.18.3+1.9.2
13372026-08-25T20:16:25.859Z Downloaded ring v0.17.14
13382026-08-25T20:16:26.332Z Downloaded aws-lc-sys v0.40.0
13392026-08-25T20:16:26.586Z Compiling serde_core v1.0.228
13402026-08-25T20:16:26.586Z Compiling libc v0.2.185
13412026-08-25T20:16:26.590Z Compiling serde v1.0.228
13422026-08-25T20:16:26.590Z Compiling log v0.4.33
13432026-08-25T20:16:26.590Z Compiling smallvec v1.15.1
13442026-08-25T20:16:26.722Z Compiling find-msvc-tools v0.1.9
13452026-08-25T20:16:26.732Z Compiling shlex v1.3.0
13462026-08-25T20:16:26.740Z Compiling syn v2.0.117
13472026-08-25T20:16:26.941Z Compiling subtle v2.6.1
13482026-08-25T20:16:26.956Z Compiling scopeguard v1.2.0
13492026-08-25T20:16:26.976Z Compiling stable_deref_trait v1.2.1
13502026-08-25T20:16:27.042Z Compiling lock_api v0.4.14
13512026-08-25T20:16:27.056Z Compiling typenum v1.20.1
13522026-08-25T20:16:27.059Z Compiling zerocopy v0.8.55
13532026-08-25T20:16:27.059Z Compiling portable-atomic v1.13.1
13542026-08-25T20:16:27.106Z Compiling serde_json v1.0.151
13552026-08-25T20:16:27.265Z Compiling critical-section v1.2.0
13562026-08-25T20:16:27.311Z Compiling libm v0.2.16
13572026-08-25T20:16:27.374Z Compiling num-traits v0.2.19
13582026-08-25T20:16:27.493Z Compiling pkg-config v0.3.32
13592026-08-25T20:16:27.581Z Compiling errno v0.3.14
13602026-08-25T20:16:27.606Z Compiling jobserver v0.1.34
13612026-08-25T20:16:27.710Z Compiling getrandom v0.2.17
13622026-08-25T20:16:27.850Z Compiling cc v1.2.56
13632026-08-25T20:16:27.983Z Compiling rand_core v0.6.4
13642026-08-25T20:16:27.992Z Compiling generic-array v0.14.7
13652026-08-25T20:16:28.029Z Compiling parking_lot_core v0.9.12
13662026-08-25T20:16:28.158Z Compiling once_cell v1.21.3
13672026-08-25T20:16:28.174Z Compiling getrandom v0.4.3
13682026-08-25T20:16:28.215Z Compiling pin-project-lite v0.2.17
13692026-08-25T20:16:28.267Z Compiling const-oid v0.9.6
13702026-08-25T20:16:28.379Z Compiling rand_core v0.10.0
13712026-08-25T20:16:28.739Z Compiling signal-hook-registry v1.4.8
13722026-08-25T20:16:28.803Z Compiling litemap v0.8.1
13732026-08-25T20:16:28.867Z Compiling bitflags v2.11.0
13742026-08-25T20:16:29.005Z Compiling writeable v0.6.2
13752026-08-25T20:16:29.014Z Compiling percent-encoding v2.3.2
13762026-08-25T20:16:29.038Z Compiling futures-core v0.3.32
13772026-08-25T20:16:29.098Z Compiling semver v1.0.28
13782026-08-25T20:16:29.163Z Compiling parking_lot v0.12.5
13792026-08-25T20:16:29.189Z Compiling mio v1.2.0
13802026-08-25T20:16:29.205Z Compiling icu_normalizer_data v2.1.1
13812026-08-25T20:16:29.209Z Compiling icu_properties_data v2.1.2
13822026-08-25T20:16:29.432Z Compiling socket2 v0.6.3
13832026-08-25T20:16:29.452Z Compiling rustix v1.1.4
13842026-08-25T20:16:29.493Z Compiling getrandom v0.3.4
13852026-08-25T20:16:29.540Z Compiling futures-sink v0.3.32
13862026-08-25T20:16:29.579Z Compiling synstructure v0.13.2
13872026-08-25T20:16:29.648Z Compiling futures-channel v0.3.32
13882026-08-25T20:16:29.699Z Compiling indexmap v2.14.0
13892026-08-25T20:16:29.838Z Compiling futures-task v0.3.32
13902026-08-25T20:16:29.869Z Compiling utf8_iter v1.0.4
13912026-08-25T20:16:30.011Z Compiling futures-io v0.3.32
13922026-08-25T20:16:30.018Z Compiling slab v0.4.12
13932026-08-25T20:16:30.129Z Compiling form_urlencoded v1.2.2
13942026-08-25T20:16:30.160Z Compiling rustversion v1.0.22
13952026-08-25T20:16:30.174Z Compiling iana-time-zone v0.1.65
13962026-08-25T20:16:30.202Z Compiling base64ct v1.8.3
13972026-08-25T20:16:30.297Z Compiling cmake v0.1.57
13982026-08-25T20:16:30.313Z Compiling fs_extra v1.3.0
13992026-08-25T20:16:30.378Z Compiling flagset v0.4.7
14002026-08-25T20:16:30.401Z Compiling ident_case v1.0.1
14012026-08-25T20:16:30.478Z Compiling pem-rfc7468 v0.7.0
14022026-08-25T20:16:30.506Z Compiling dunce v1.0.5
14032026-08-25T20:16:30.519Z Compiling regex-syntax v0.8.10
14042026-08-25T20:16:30.567Z Compiling rand_core v0.9.5
14052026-08-25T20:16:30.598Z Compiling uuid v1.23.4
14062026-08-25T20:16:30.673Z Compiling aws-lc-sys v0.40.0
14072026-08-25T20:16:30.769Z Compiling base64 v0.22.1
14082026-08-25T20:16:30.838Z Compiling vcpkg v0.2.15
14092026-08-25T20:16:31.121Z Compiling syn v1.0.109
14102026-08-25T20:16:31.154Z Compiling serde_derive_internals v0.29.1
14112026-08-25T20:16:31.175Z Compiling rustc_version v0.4.1
14122026-08-25T20:16:31.313Z Compiling tracing-core v0.1.36
14132026-08-25T20:16:31.328Z Compiling serde_derive v1.0.228
14142026-08-25T20:16:31.427Z Compiling zeroize_derive v1.5.0
14152026-08-25T20:16:31.494Z Compiling zerocopy-derive v0.8.55
14162026-08-25T20:16:31.557Z Compiling zerofrom-derive v0.1.6
14172026-08-25T20:16:31.860Z Compiling yoke-derive v0.8.1
14182026-08-25T20:16:32.064Z Compiling zerovec-derive v0.11.2
14192026-08-25T20:16:32.064Z Compiling displaydoc v0.2.5
14202026-08-25T20:16:32.812Z Compiling tokio-macros v2.7.0
14212026-08-25T20:16:32.884Z Compiling futures-macro v0.3.32
14222026-08-25T20:16:32.948Z Compiling zerofrom v0.1.6
14232026-08-25T20:16:33.021Z Compiling der_derive v0.7.3
14242026-08-25T20:16:33.072Z Compiling yoke v0.8.1
14252026-08-25T20:16:33.190Z Compiling thiserror-impl v2.0.18
14262026-08-25T20:16:33.256Z Compiling zerovec v0.11.5
14272026-08-25T20:16:33.522Z Compiling zerotrie v0.2.3
14282026-08-25T20:16:33.679Z Compiling futures-util v0.3.32
14292026-08-25T20:16:33.753Z Compiling tinystr v0.8.2
14302026-08-25T20:16:33.818Z Compiling potential_utf v0.1.4
14312026-08-25T20:16:33.955Z Compiling icu_locale_core v2.1.1
14322026-08-25T20:16:33.970Z Compiling icu_collections v2.1.1
14332026-08-25T20:16:33.983Z Compiling openssl-sys v0.9.117
14342026-08-25T20:16:34.482Z Compiling tracing-attributes v0.1.31
14352026-08-25T20:16:34.498Z Compiling thiserror v2.0.18
14362026-08-25T20:16:34.501Z Compiling simd-adler32 v0.3.8
14372026-08-25T20:16:34.603Z Compiling icu_provider v2.1.1
14382026-08-25T20:16:34.754Z Compiling zeroize v1.9.0
14392026-08-25T20:16:34.780Z Compiling bytes v1.11.1
14402026-08-25T20:16:34.817Z Compiling chrono v0.4.45
14412026-08-25T20:16:34.893Z Compiling icu_properties v2.1.2
14422026-08-25T20:16:35.377Z Compiling tokio v1.52.1
14432026-08-25T20:16:35.518Z Compiling block-buffer v0.10.4
14442026-08-25T20:16:35.693Z Compiling crypto-common v0.1.7
14452026-08-25T20:16:35.756Z Compiling icu_normalizer v2.1.1
14462026-08-25T20:16:35.846Z Compiling digest v0.10.7
14472026-08-25T20:16:35.917Z Compiling ppv-lite86 v0.2.21
14482026-08-25T20:16:36.023Z Compiling der v0.7.10
14492026-08-25T20:16:36.026Z Compiling http v1.4.2
14502026-08-25T20:16:36.151Z Compiling schemars v0.8.22
14512026-08-25T20:16:36.166Z Compiling aws-lc-rs v1.16.3
14522026-08-25T20:16:36.248Z Compiling idna_adapter v1.2.1
14532026-08-25T20:16:36.350Z Compiling rand_chacha v0.9.0
14542026-08-25T20:16:36.382Z Compiling idna v1.1.0
14552026-08-25T20:16:36.396Z Compiling dyn-clone v1.0.20
14562026-08-25T20:16:36.447Z Compiling cpufeatures v0.2.17
14572026-08-25T20:16:36.539Z Compiling tracing v0.1.44
14582026-08-25T20:16:36.568Z Compiling rand v0.9.2
14592026-08-25T20:16:36.807Z Compiling url v2.5.8
14602026-08-25T20:16:36.931Z Compiling spki v0.7.3
14612026-08-25T20:16:37.034Z Compiling http-body v1.0.1
14622026-08-25T20:16:37.049Z Compiling rustls-pki-types v1.14.0
14632026-08-25T20:16:37.140Z Compiling pkcs8 v0.10.2
14642026-08-25T20:16:37.247Z Compiling schemars_derive v0.8.22
14652026-08-25T20:16:37.317Z Compiling spin v0.9.8
14662026-08-25T20:16:37.405Z Compiling httparse v1.10.1
14672026-08-25T20:16:37.516Z Compiling tinyvec_macros v0.1.1
14682026-08-25T20:16:37.540Z Compiling cmov v0.5.4
14692026-08-25T20:16:37.585Z Compiling adler2 v2.0.1
14702026-08-25T20:16:37.624Z Compiling crc32fast v1.5.0
14712026-08-25T20:16:37.713Z Compiling openssl-probe v0.2.1
14722026-08-25T20:16:37.743Z Compiling ctutils v0.4.2
14732026-08-25T20:16:37.800Z Compiling miniz_oxide v0.8.9
14742026-08-25T20:16:37.875Z Compiling tinyvec v1.10.0
14752026-08-25T20:16:37.936Z Compiling tempfile v3.27.0
14762026-08-25T20:16:37.966Z Compiling pest_generator v2.8.6
14772026-08-25T20:16:38.211Z Compiling sha2 v0.10.9
14782026-08-25T20:16:38.289Z Compiling terminal_size v0.4.3
14792026-08-25T20:16:38.387Z Compiling aho-corasick v1.1.4
14802026-08-25T20:16:38.427Z Compiling tower-layer v0.3.3
14812026-08-25T20:16:38.587Z Compiling radium v0.7.0
14822026-08-25T20:16:38.632Z Compiling tower-service v0.3.3
14832026-08-25T20:16:38.728Z Compiling try-lock v0.2.5
14842026-08-25T20:16:38.826Z Compiling atomic-waker v1.1.2
14852026-08-25T20:16:38.838Z Compiling untrusted v0.7.1
14862026-08-25T20:16:38.961Z Compiling want v0.3.1
14872026-08-25T20:16:38.978Z Compiling pest_derive v2.8.6
14882026-08-25T20:16:39.294Z Compiling tokio-util v0.7.18
14892026-08-25T20:16:39.404Z Compiling regex-automata v0.4.14
14902026-08-25T20:16:39.486Z Compiling hybrid-array v0.4.13
14912026-08-25T20:16:39.985Z Compiling h2 v0.4.15
14922026-08-25T20:16:40.016Z Compiling ipnet v2.12.0
14932026-08-25T20:16:40.246Z Compiling scroll_derive v0.13.1
14942026-08-25T20:16:40.286Z Compiling darling_core v0.20.11
14952026-08-25T20:16:40.496Z Compiling rustls v0.23.41
14962026-08-25T20:16:40.659Z Compiling foreign-types-shared v0.1.1
14972026-08-25T20:16:40.747Z Compiling httpdate v1.0.3
14982026-08-25T20:16:40.936Z Compiling openssl v0.10.80
14992026-08-25T20:16:41.019Z Compiling tap v1.0.1
15002026-08-25T20:16:41.040Z Compiling untrusted v0.9.0
15012026-08-25T20:16:41.048Z Compiling maybe-uninit v2.0.0
15022026-08-25T20:16:41.129Z Compiling wyz v0.5.1
15032026-08-25T20:16:41.152Z Compiling scroll v0.13.0
15042026-08-25T20:16:41.211Z Compiling foreign-types v0.3.2
15052026-08-25T20:16:41.359Z Compiling unicode-normalization v0.1.25
15062026-08-25T20:16:41.415Z Compiling rand_chacha v0.3.1
15072026-08-25T20:16:41.483Z Compiling signature v2.2.0
15082026-08-25T20:16:41.671Z Compiling hex v0.4.3
15092026-08-25T20:16:41.744Z Compiling thiserror-impl v1.0.69
15102026-08-25T20:16:41.766Z Compiling openssl-macros v0.1.1
15112026-08-25T20:16:41.934Z Compiling bzip2-sys v0.1.13+1.0.8
15122026-08-25T20:16:42.158Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15132026-08-25T20:16:42.187Z Compiling num-integer v0.1.46
15142026-08-25T20:16:42.206Z Compiling wait-timeout v0.2.1
15152026-08-25T20:16:42.454Z Compiling ahash v0.8.12
15162026-08-25T20:16:42.505Z Compiling quick-error v1.2.3
15172026-08-25T20:16:42.529Z Compiling darling_macro v0.20.11
15182026-08-25T20:16:42.533Z Compiling packed_struct v0.10.1
15192026-08-25T20:16:42.649Z Compiling native-tls v0.2.18
15202026-08-25T20:16:42.658Z Compiling num-conv v0.2.0
15212026-08-25T20:16:42.762Z Compiling bit-vec v0.8.0
15222026-08-25T20:16:42.776Z Compiling funty v2.0.0
15232026-08-25T20:16:42.795Z Compiling time-core v0.1.8
15242026-08-25T20:16:42.942Z Compiling powerfmt v0.2.0
15252026-08-25T20:16:42.961Z Compiling num-bigint-dig v0.8.6
15262026-08-25T20:16:42.983Z Compiling darling v0.20.11
15272026-08-25T20:16:42.997Z Compiling thiserror v1.0.69
15282026-08-25T20:16:43.064Z Compiling time-macros v0.2.27
15292026-08-25T20:16:43.097Z Compiling hyper v1.10.1
15302026-08-25T20:16:43.133Z Compiling deranged v0.5.8
15312026-08-25T20:16:43.163Z Compiling bitvec v1.0.1
15322026-08-25T20:16:43.340Z Compiling bit-set v0.8.0
15332026-08-25T20:16:43.481Z Compiling clap_builder v4.6.0
15342026-08-25T20:16:43.571Z Compiling rusty-fork v0.3.1
15352026-08-25T20:16:44.088Z Compiling num-iter v0.1.45
15362026-08-25T20:16:44.207Z Compiling hyper-util v0.1.20
15372026-08-25T20:16:44.559Z Compiling rand v0.8.6
15382026-08-25T20:16:44.622Z Compiling goblin v0.10.5
15392026-08-25T20:16:44.934Z Compiling packed_struct_codegen v0.10.1
15402026-08-25T20:16:45.348Z Compiling lazy_static v1.5.0
15412026-08-25T20:16:45.443Z Compiling hmac v0.12.1
15422026-08-25T20:16:45.602Z Compiling toml_datetime v0.6.11
15432026-08-25T20:16:45.852Z Compiling serde_spanned v0.6.9
15442026-08-25T20:16:45.855Z Compiling clap_derive v4.6.1
15452026-08-25T20:16:45.970Z Compiling bitfield-macros v0.19.4
15462026-08-25T20:16:46.051Z Compiling zerocopy-derive v0.6.6
15472026-08-25T20:16:46.947Z Compiling rand_xorshift v0.4.0
15482026-08-25T20:16:46.955Z Compiling sync_wrapper v1.0.2
15492026-08-25T20:16:46.955Z Compiling indexmap v1.9.3
15502026-08-25T20:16:46.955Z Compiling unarray v0.1.4
15512026-08-25T20:16:46.955Z Compiling crossbeam-utils v0.8.21
15522026-08-25T20:16:46.955Z Compiling object v0.37.3
15532026-08-25T20:16:46.955Z Compiling crc-catalog v2.4.0
15542026-08-25T20:16:46.982Z Compiling nodrop v0.1.14
15552026-08-25T20:16:47.070Z Compiling usdt-impl v0.6.0
15562026-08-25T20:16:47.079Z Compiling siphasher v1.0.2
15572026-08-25T20:16:47.096Z Compiling num_threads v0.1.7
15582026-08-25T20:16:47.131Z Compiling unicode-segmentation v1.12.0
15592026-08-25T20:16:51.273Z Compiling zlib-rs v0.6.2
15602026-08-25T20:16:51.340Z Compiling paste v1.0.15
15612026-08-25T20:16:51.340Z Compiling time v0.3.47
15622026-08-25T20:16:51.340Z Compiling dof v0.4.0
15632026-08-25T20:16:51.340Z Compiling array-init v0.0.4
15642026-08-25T20:16:51.340Z Compiling clap v4.6.1
15652026-08-25T20:16:51.340Z Compiling crc v3.4.0
15662026-08-25T20:16:51.340Z Compiling zerocopy v0.6.6
15672026-08-25T20:16:51.340Z Compiling proptest v1.11.0
15682026-08-25T20:16:51.340Z Compiling bitfield v0.19.4
15692026-08-25T20:16:51.340Z Compiling tower v0.5.3
15702026-08-25T20:16:51.340Z Compiling smallvec v0.6.14
15712026-08-25T20:16:51.340Z Compiling derive_builder_core v0.20.2
15722026-08-25T20:16:51.340Z Compiling dtrace-parser v0.3.0
15732026-08-25T20:16:53.690Z Compiling ipnetwork v0.21.1
15742026-08-25T20:16:53.690Z Compiling flate2 v1.1.9
15752026-08-25T20:16:53.690Z Compiling pkcs1 v0.7.5
15762026-08-25T20:16:53.690Z Compiling http-body-util v0.1.3
15772026-08-25T20:16:53.690Z Compiling heapless v0.7.17
15782026-08-25T20:16:53.690Z Compiling structmeta-derive v0.3.0
15792026-08-25T20:16:53.690Z Compiling scroll_derive v0.12.1
15802026-08-25T20:16:53.690Z Compiling slog v2.8.2
15812026-08-25T20:16:53.690Z Compiling darling_core v0.23.0
15822026-08-25T20:16:53.691Z Compiling thread-id v5.1.0
15832026-08-25T20:16:53.691Z Compiling cookie v0.18.1
15842026-08-25T20:16:53.691Z Compiling env_filter v2.0.0
15852026-08-25T20:16:53.691Z Compiling syn v3.0.3
15862026-08-25T20:16:53.691Z Compiling base64 v0.21.7
15872026-08-25T20:16:53.691Z Compiling unicode-bidi v0.3.18
15882026-08-25T20:16:53.751Z Compiling iri-string v0.7.10
15892026-08-25T20:16:53.751Z Compiling gimli v0.32.3
15902026-08-25T20:16:53.751Z Compiling unicode-properties v0.1.4
15912026-08-25T20:16:53.751Z Compiling zstd-safe v7.2.4
15922026-08-25T20:16:53.751Z Compiling winnow v0.5.40
15932026-08-25T20:16:53.751Z Compiling hashbrown v0.12.3
15942026-08-25T20:16:53.751Z Compiling ryu v1.0.23
15952026-08-25T20:16:53.751Z Compiling signal-hook v0.3.18
15962026-08-25T20:16:53.751Z Compiling allocator-api2 v0.2.21
15972026-08-25T20:16:53.751Z Compiling anyhow v1.0.104
15982026-08-25T20:16:53.751Z Compiling toml_edit v0.19.15
15992026-08-25T20:16:53.751Z Compiling serde_urlencoded v0.7.1
16002026-08-25T20:16:54.015Z Compiling addr2line v0.25.1
16012026-08-25T20:16:54.232Z Compiling darling_macro v0.23.0
16022026-08-25T20:16:54.232Z Compiling tower-http v0.6.8
16032026-08-25T20:16:54.258Z Compiling stringprep v0.1.5
16042026-08-25T20:16:54.258Z Compiling structmeta v0.3.0
16052026-08-25T20:16:54.278Z Compiling daft-derive v0.1.8
16062026-08-25T20:16:54.410Z Compiling ron v0.8.1
16072026-08-25T20:16:54.419Z Compiling scroll v0.12.0
16082026-08-25T20:16:54.423Z Compiling env_logger v0.11.11
16092026-08-25T20:16:55.250Z Compiling rsa v0.9.10
16102026-08-25T20:16:55.279Z Compiling newtype-uuid v1.3.2
16112026-08-25T20:16:55.279Z Compiling oxnet v0.1.6
16122026-08-25T20:16:55.279Z Compiling derive_builder_macro v0.20.2
16132026-08-25T20:16:55.279Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16142026-08-25T20:16:55.279Z Compiling hashbrown v0.13.2
16152026-08-25T20:16:55.419Z Compiling serde-hex v0.1.0
16162026-08-25T20:16:55.595Z Compiling bzip2 v0.4.4
16172026-08-25T20:16:55.706Z Compiling tokio-native-tls v0.3.1
16182026-08-25T20:16:55.800Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16192026-08-25T20:16:55.881Z Compiling camino v1.2.5
16202026-08-25T20:16:56.501Z Compiling bstr v1.12.1
16212026-08-25T20:16:56.820Z Compiling block-padding v0.4.2
16222026-08-25T20:16:56.996Z Compiling crypto-common v0.2.2
16232026-08-25T20:16:57.133Z Compiling block-buffer v0.12.1
16242026-08-25T20:16:57.155Z Compiling rustls-native-certs v0.8.3
16252026-08-25T20:16:57.337Z Compiling x509-cert v0.2.5
16262026-08-25T20:16:57.439Z Compiling md-5 v0.10.6
16272026-08-25T20:16:57.610Z Compiling erased-serde v0.3.31
16282026-08-25T20:16:57.870Z Compiling serde_tokenstream v0.2.3
16292026-08-25T20:16:58.093Z Compiling curve25519-dalek v4.1.3
16302026-08-25T20:16:58.178Z Compiling async-trait v0.1.89
16312026-08-25T20:16:58.420Z Compiling pin-project-internal v1.1.11
16322026-08-25T20:16:58.711Z Compiling zerocopy-derive v0.7.35
16332026-08-25T20:16:58.744Z Compiling vergen-lib v9.1.0
16342026-08-25T20:16:58.794Z Compiling hash32 v0.2.1
16352026-08-25T20:16:58.919Z Compiling memoffset v0.9.1
16362026-08-25T20:16:58.922Z Compiling encoding_rs v0.8.35
16372026-08-25T20:16:58.985Z Compiling cfg_aliases v0.2.1
16382026-08-25T20:16:59.059Z Compiling psl-types v2.0.11
16392026-08-25T20:16:59.105Z Compiling mime v0.3.17
16402026-08-25T20:16:59.180Z Compiling rustix v0.38.44
16412026-08-25T20:16:59.196Z Compiling rustc-demangle v0.1.27
16422026-08-25T20:16:59.365Z Compiling crc-any v2.5.0
16432026-08-25T20:16:59.509Z Compiling ref-cast v1.0.25
16442026-08-25T20:16:59.524Z Compiling owo-colors v4.3.0
16452026-08-25T20:16:59.559Z Compiling smoltcp v0.9.1
16462026-08-25T20:16:59.575Z Compiling fallible-iterator v0.2.0
16472026-08-25T20:16:59.592Z Compiling litrs v1.0.0
16482026-08-25T20:16:59.761Z Compiling zerocopy v0.7.35
16492026-08-25T20:16:59.840Z Compiling postgres-protocol v0.6.10
16502026-08-25T20:16:59.868Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16512026-08-25T20:16:59.913Z Compiling pin-project v1.1.11
16522026-08-25T20:16:59.963Z Compiling backtrace v0.3.76
16532026-08-25T20:17:00.011Z Compiling publicsuffix v2.3.0
16542026-08-25T20:17:00.087Z Compiling document-features v0.2.12
16552026-08-25T20:17:00.277Z Compiling nix v0.31.2
16562026-08-25T20:17:00.464Z Compiling inout v0.2.2
16572026-08-25T20:17:00.631Z Compiling daft v0.1.8
16582026-08-25T20:17:00.643Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16592026-08-25T20:17:00.657Z Compiling hyper-tls v0.6.0
16602026-08-25T20:17:00.748Z Compiling zip v0.6.6
16612026-08-25T20:17:00.776Z Compiling object v0.30.4
16622026-08-25T20:17:00.871Z Compiling derive_builder v0.20.2
16632026-08-25T20:17:00.914Z Compiling toml v0.7.8
16642026-08-25T20:17:01.137Z Compiling goblin v0.8.2
16652026-08-25T20:17:01.152Z Compiling derive-ex v0.1.8
16662026-08-25T20:17:01.329Z Compiling darling v0.23.0
16672026-08-25T20:17:01.540Z Compiling convert_case v0.10.0
16682026-08-25T20:17:01.760Z Compiling phf_shared v0.13.1
16692026-08-25T20:17:01.806Z Compiling regex v1.12.3
16702026-08-25T20:17:01.837Z Compiling hubpack_derive v0.1.1
16712026-08-25T20:17:02.005Z Compiling futures-executor v0.3.32
16722026-08-25T20:17:02.225Z Compiling strum_macros v0.27.2
16732026-08-25T20:17:02.262Z Compiling snafu-derive v0.8.9
16742026-08-25T20:17:02.279Z Compiling curve25519-dalek-derive v0.1.1
16752026-08-25T20:17:02.786Z Compiling ref-cast-impl v1.0.25
16762026-08-25T20:17:02.910Z Compiling vergen v9.1.0
16772026-08-25T20:17:03.085Z Compiling cargo-platform v0.3.2
16782026-08-25T20:17:03.324Z Compiling ff v0.13.1
16792026-08-25T20:17:03.351Z Compiling fs-err v3.3.0
16802026-08-25T20:17:03.464Z Compiling path-slash v0.1.5
16812026-08-25T20:17:03.534Z Compiling foldhash v0.1.5
16822026-08-25T20:17:03.595Z Compiling managed v0.8.0
16832026-08-25T20:17:03.673Z Compiling bitflags v1.3.2
16842026-08-25T20:17:03.703Z Compiling base16ct v0.2.0
16852026-08-25T20:17:03.748Z Compiling either v1.15.0
16862026-08-25T20:17:03.809Z Compiling bumpalo v3.20.2
16872026-08-25T20:17:03.878Z Compiling libbz2-rs-sys v0.2.2
16882026-08-25T20:17:03.948Z Compiling jiff-core v0.1.0
16892026-08-25T20:17:04.064Z Compiling same-file v1.0.6
16902026-08-25T20:17:04.117Z Compiling is_ci v1.2.0
16912026-08-25T20:17:04.132Z Compiling foldhash v0.2.0
16922026-08-25T20:17:04.227Z Compiling supports-color v3.0.2
16932026-08-25T20:17:04.255Z Compiling walkdir v2.5.0
16942026-08-25T20:17:04.348Z Compiling hashbrown v0.16.1
16952026-08-25T20:17:04.399Z Compiling bzip2 v0.6.1
16962026-08-25T20:17:04.551Z Compiling strum v0.27.2
16972026-08-25T20:17:04.568Z Compiling snafu v0.8.9
16982026-08-25T20:17:04.583Z Compiling zopfli v0.8.3
16992026-08-25T20:17:04.613Z Compiling textwrap v0.16.2
17002026-08-25T20:17:04.677Z Compiling jiff v0.2.34
17012026-08-25T20:17:04.912Z Compiling sec1 v0.7.3
17022026-08-25T20:17:05.022Z Compiling hashbrown v0.15.5
17032026-08-25T20:17:05.051Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17042026-08-25T20:17:05.217Z Compiling group v0.13.0
17052026-08-25T20:17:05.386Z Compiling dof v0.3.0
17062026-08-25T20:17:05.386Z Compiling cargo_metadata v0.23.1
17072026-08-25T20:17:05.722Z Compiling test-strategy v0.4.5
17082026-08-25T20:17:06.137Z Compiling hubpack v0.1.2
17092026-08-25T20:17:06.360Z Compiling futures v0.3.32
17102026-08-25T20:17:06.444Z Compiling phf v0.13.1
17112026-08-25T20:17:06.471Z Compiling derive_more-impl v2.1.1
17122026-08-25T20:17:06.610Z Compiling signal-hook-mio v0.2.5
17132026-08-25T20:17:06.770Z Compiling serde_with_macros v3.21.0
17142026-08-25T20:17:07.101Z Compiling cookie_store v0.22.1
17152026-08-25T20:17:07.223Z Compiling zstd v0.13.3
17162026-08-25T20:17:07.489Z Compiling reqwest v0.12.28
17172026-08-25T20:17:07.631Z Compiling cipher v0.5.2
17182026-08-25T20:17:07.750Z Compiling backtrace-ext v0.2.1
17192026-08-25T20:17:07.920Z Compiling postgres-types v0.2.12
17202026-08-25T20:17:08.200Z Compiling usdt-macro v0.6.0
17212026-08-25T20:17:08.461Z Compiling usdt-attr-macro v0.6.0
17222026-08-25T20:17:08.553Z Compiling globset v0.4.18
17232026-08-25T20:17:08.675Z Compiling phf_shared v0.11.3
17242026-08-25T20:17:08.867Z Compiling hkdf v0.12.4
17252026-08-25T20:17:08.953Z Compiling dtrace-parser v0.2.0
17262026-08-25T20:17:08.962Z Compiling byte-wrapper v0.1.0
17272026-08-25T20:17:09.006Z Compiling olpc-cjson v0.1.4
17282026-08-25T20:17:09.068Z Compiling ed25519 v2.2.3
17292026-08-25T20:17:09.169Z Compiling crypto-bigint v0.5.5
17302026-08-25T20:17:09.209Z Compiling serde-big-array v0.5.1
17312026-08-25T20:17:09.240Z Compiling serde_plain v1.0.2
17322026-08-25T20:17:09.284Z Compiling strum_macros v0.26.4
17332026-08-25T20:17:09.356Z Compiling serde_repr v0.1.20
17342026-08-25T20:17:09.432Z Compiling async-recursion v1.1.1
17352026-08-25T20:17:09.672Z Compiling miette-derive v7.6.0
17362026-08-25T20:17:09.879Z Compiling enum-as-inner v0.6.1
17372026-08-25T20:17:09.936Z Compiling pem v3.0.6
17382026-08-25T20:17:10.073Z Compiling float-cmp v0.10.0
17392026-08-25T20:17:10.222Z Compiling thread-id v4.2.2
17402026-08-25T20:17:10.251Z Compiling memmap2 v0.9.10
17412026-08-25T20:17:10.310Z Compiling normalize-line-endings v0.3.0
17422026-08-25T20:17:10.376Z Compiling const-oid v0.10.2
17432026-08-25T20:17:10.407Z Compiling keccak v0.1.6
17442026-08-25T20:17:10.464Z Compiling precomputed-hash v0.1.1
17452026-08-25T20:17:10.555Z Compiling static_assertions v1.1.0
17462026-08-25T20:17:10.581Z Compiling fixedbitset v0.5.7
17472026-08-25T20:17:10.629Z Compiling difflib v0.4.0
17482026-08-25T20:17:10.819Z Compiling new_debug_unreachable v1.0.6
17492026-08-25T20:17:10.889Z Compiling predicates-core v1.0.10
17502026-08-25T20:17:10.904Z Compiling data-encoding v2.10.0
17512026-08-25T20:17:11.035Z Compiling supports-unicode v3.0.0
17522026-08-25T20:17:11.157Z Compiling winnow v1.0.3
17532026-08-25T20:17:11.184Z Compiling supports-hyperlinks v3.2.0
17542026-08-25T20:17:11.198Z Compiling typed-path v0.9.3
17552026-08-25T20:17:11.211Z Compiling whoami v2.1.0
17562026-08-25T20:17:11.243Z Compiling fixedbitset v0.4.2
17572026-08-25T20:17:11.296Z Compiling cpufeatures v0.3.0
17582026-08-25T20:17:11.330Z Compiling toml_edit v0.22.27
17592026-08-25T20:17:11.459Z Compiling chacha20 v0.10.0
17602026-08-25T20:17:11.472Z Compiling tokio-postgres v0.7.16
17612026-08-25T20:17:11.576Z Compiling petgraph v0.6.5
17622026-08-25T20:17:11.672Z Compiling miette v7.6.0
17632026-08-25T20:17:11.756Z Compiling hickory-proto v0.25.2
17642026-08-25T20:17:12.190Z Compiling toml_parser v1.1.2+spec-1.1.0
17652026-08-25T20:17:12.414Z Compiling predicates v3.1.4
17662026-08-25T20:17:12.806Z Compiling strum v0.26.3
17672026-08-25T20:17:12.821Z Compiling string_cache v0.8.9
17682026-08-25T20:17:12.936Z Compiling petgraph v0.8.3
17692026-08-25T20:17:13.039Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17702026-08-25T20:17:13.053Z Compiling sha3 v0.10.8
17712026-08-25T20:17:13.119Z Compiling digest v0.11.3
17722026-08-25T20:17:13.294Z Compiling usdt v0.6.0
17732026-08-25T20:17:13.504Z Compiling usdt-impl v0.5.0
17742026-08-25T20:17:13.557Z Compiling elliptic-curve v0.13.8
17752026-08-25T20:17:13.670Z Compiling ed25519-dalek v2.2.0
17762026-08-25T20:17:13.986Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17772026-08-25T20:17:14.055Z Compiling crossterm v0.28.1
17782026-08-25T20:17:14.232Z Compiling serde_with v3.21.0
17792026-08-25T20:17:14.865Z Compiling derive_more v2.1.1
17802026-08-25T20:17:14.986Z Compiling zip v4.6.1
17812026-08-25T20:17:15.468Z Compiling iddqd v0.4.2
17822026-08-25T20:17:15.763Z Compiling itertools v0.13.0
17832026-08-25T20:17:15.863Z Compiling itertools v0.15.0
17842026-08-25T20:17:15.958Z Compiling similar v2.7.0
17852026-08-25T20:17:15.988Z Compiling crossbeam-epoch v0.9.18
17862026-08-25T20:17:16.226Z Compiling heck v0.4.1
17872026-08-25T20:17:16.432Z Compiling tokio-stream v0.1.18
17882026-08-25T20:17:16.497Z Compiling buf-list v1.1.2
17892026-08-25T20:17:16.497Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17902026-08-25T20:17:16.704Z Compiling openapiv3 v2.2.0
17912026-08-25T20:17:16.795Z Compiling peg-runtime v0.8.5
17922026-08-25T20:17:16.795Z Compiling lalrpop-util v0.19.12
17932026-08-25T20:17:16.877Z Compiling thread_local v1.1.9
17942026-08-25T20:17:16.878Z Compiling slog-async v2.8.0
17952026-08-25T20:17:16.956Z Compiling crossbeam-channel v0.5.15
17962026-08-25T20:17:16.997Z Compiling filetime v0.2.27
17972026-08-25T20:17:17.011Z Compiling is-terminal v0.4.17
17982026-08-25T20:17:17.011Z Compiling take_mut v0.2.2
17992026-08-25T20:17:17.125Z Compiling term v1.2.1
18002026-08-25T20:17:17.246Z Compiling xattr v1.6.1
18012026-08-25T20:17:17.246Z Compiling camino-tempfile v1.4.1
18022026-08-25T20:17:17.327Z Compiling tar v0.4.46
18032026-08-25T20:17:17.471Z Compiling slog-term v2.9.2
18042026-08-25T20:17:23.358Z Compiling rustls-webpki v0.103.13
18052026-08-25T20:17:26.044Z Compiling tokio-rustls v0.26.4
18062026-08-25T20:17:26.044Z Compiling rustls-platform-verifier v0.6.2
18072026-08-25T20:17:26.044Z Compiling tough v0.22.0
18082026-08-25T20:17:26.261Z Compiling hyper-rustls v0.27.7
18092026-08-25T20:17:26.460Z Compiling reqwest v0.13.2
18102026-08-25T20:17:28.659Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18112026-08-25T20:17:28.867Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18122026-08-25T20:17:31.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18132026-08-25T20:17:31.897Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18142026-08-25T20:17:31.953ZAug 25 20:17:30.721 INFO Starting download, target: Cockroach
18152026-08-25T20:17:31.953ZAug 25 20:17:30.721 INFO Starting download, target: Console
18162026-08-25T20:17:31.953ZAug 25 20:17:30.721 INFO Starting download, target: Clickhouse
18172026-08-25T20:17:31.953ZAug 25 20:17:30.721 INFO Starting download, target: DendriteStub
18182026-08-25T20:17:31.956ZAug 25 20:17:30.721 INFO Starting download, target: MaghemiteMgd
18192026-08-25T20:17:31.956ZAug 25 20:17:30.721 INFO Starting download, target: MaghemiteDdmd
18202026-08-25T20:17:31.956ZAug 25 20:17:30.721 INFO Starting download, target: TransceiverControl
18212026-08-25T20:17:31.956ZAug 25 20:17:30.721 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18222026-08-25T20:17:31.956ZAug 25 20:17:30.721 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18232026-08-25T20:17:31.956ZAug 25 20:17:30.721 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18242026-08-25T20:17:31.956ZAug 25 20:17:30.721 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18252026-08-25T20:17:31.956ZAug 25 20:17:30.721 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18262026-08-25T20:17:31.956ZAug 25 20:17:30.721 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18272026-08-25T20:17:31.956ZAug 25 20:17:30.721 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18282026-08-25T20:17:32.669ZAug 25 20:17:31.438 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18292026-08-25T20:17:32.888ZAug 25 20:17:31.653 INFO Download complete, target: TransceiverControl
18302026-08-25T20:17:33.760ZAug 25 20:17:32.464 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18312026-08-25T20:17:33.940ZAug 25 20:17:32.704 INFO Download complete, target: Console
18322026-08-25T20:17:34.121ZAug 25 20:17:32.874 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18332026-08-25T20:17:34.488ZAug 25 20:17:33.253 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18342026-08-25T20:17:34.917ZAug 25 20:17:33.684 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18352026-08-25T20:17:34.988ZAug 25 20:17:33.753 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18362026-08-25T20:17:36.423ZAug 25 20:17:35.188 INFO Download complete, target: MaghemiteDdmd
18372026-08-25T20:17:37.366ZAug 25 20:17:36.135 INFO Download complete, target: DendriteStub
18382026-08-25T20:17:37.457ZAug 25 20:17:36.226 INFO Download complete, target: MaghemiteMgd
18392026-08-25T20:17:38.378ZAug 25 20:17:37.136 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18402026-08-25T20:17:38.379ZAug 25 20:17:37.136 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18412026-08-25T20:17:40.799ZAug 25 20:17:39.569 INFO Checking that binary works, target: Clickhouse
18422026-08-25T20:17:40.897ZAug 25 20:17:39.667 INFO Download complete, target: Clickhouse
18432026-08-25T20:17:42.839ZAug 25 20:17:41.600 INFO Checking that binary works, target: Cockroach
18442026-08-25T20:17:42.941ZAug 25 20:17:41.710 INFO Download complete, target: Cockroach
18452026-08-25T20:17:42.956ZAll builder prerequisites installed successfully, and PATH looks valid
18462026-08-25T20:17:42.959Z
18472026-08-25T20:17:42.959Zreal 2:15.800598930
18482026-08-25T20:17:42.959Zuser 7:19.246921488
18492026-08-25T20:17:42.959Zsys 1:26.053738119
18502026-08-25T20:17:42.959Ztrap 0.248345700
18512026-08-25T20:17:42.959Ztflt 0.576378623
18522026-08-25T20:17:42.959Zdflt 0.810283566
18532026-08-25T20:17:42.959Zkflt 0.020634542
18542026-08-25T20:17:42.959Zlock 28:07.274895876
18552026-08-25T20:17:42.959Zslp 22:20.484613092
18562026-08-25T20:17:42.959Zlat 46.955926394
18572026-08-25T20:17:42.959Zstop 2:37.733439818
18582026-08-25T20:17:42.959Z+ banner hack-check
18592026-08-25T20:17:42.959Z
18602026-08-25T20:17:42.959Z # # ## #### # # #### # # ###### #### # #
18612026-08-25T20:17:42.959Z # # # # # # # # # # # # # # # # #
18622026-08-25T20:17:42.959Z ###### # # # #### ##### # ###### ##### # ####
18632026-08-25T20:17:42.959Z # # ###### # # # # # # # # # #
18642026-08-25T20:17:42.959Z # # # # # # # # # # # # # # # # #
18652026-08-25T20:17:42.959Z # # # # #### # # #### # # ###### #### # #
18662026-08-25T20:17:42.959Z
18672026-08-25T20:17:42.959Z+ export CARGO_INCREMENTAL=0
18682026-08-25T20:17:42.959Z+ CARGO_INCREMENTAL=0
18692026-08-25T20:17:42.959Z+ ptime -m timeout 2h cargo xtask check-features --ci
18702026-08-25T20:17:43.463Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18712026-08-25T20:17:43.748Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18722026-08-25T20:17:45.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
18732026-08-25T20:17:45.586Z Running `target/debug/xtask check-features --ci`
18742026-08-25T20:17:45.609Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18752026-08-25T20:17:45.612Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18762026-08-25T20:17:46.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18772026-08-25T20:17:46.051Z Running `target/debug/xtask download cargo-hack`
18782026-08-25T20:17:46.832Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18792026-08-25T20:17:47.141Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18802026-08-25T20:17:49.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.65s
18812026-08-25T20:17:49.897Z Running `target/debug/xtask-downloader cargo-hack`
18822026-08-25T20:17:49.936ZAug 25 20:17:48.705 INFO Starting download, target: CargoHack
18832026-08-25T20:17:49.940ZAug 25 20:17:48.706 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18842026-08-25T20:17:50.265ZAug 25 20:17:49.035 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18852026-08-25T20:17:50.316ZAug 25 20:17:49.085 INFO Download complete, target: CargoHack
18862026-08-25T20:17:50.319Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18872026-08-25T20:17:50.332Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18882026-08-25T20:17:50.489Zinfo: running `cargo check --bins` on api_identity (1/377)
18892026-08-25T20:17:50.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-08-25T20:17:50.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-08-25T20:17:50.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-08-25T20:17:50.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18932026-08-25T20:17:51.033Z
18942026-08-25T20:17:51.033Zinfo: running `cargo check --bins` on bootstore (2/377)
18952026-08-25T20:17:51.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-08-25T20:17:51.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-08-25T20:17:51.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-08-25T20:17:51.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18992026-08-25T20:17:51.594Z
19002026-08-25T20:17:51.594Zinfo: running `cargo check --bins` on omicron-ledger (3/377)
19012026-08-25T20:17:52.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-08-25T20:17:52.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-08-25T20:17:52.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-08-25T20:17:52.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19052026-08-25T20:17:52.120Z
19062026-08-25T20:17:52.120Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/377)
19072026-08-25T20:17:52.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-08-25T20:17:52.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-08-25T20:17:52.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-08-25T20:17:52.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19112026-08-25T20:17:52.658Z
19122026-08-25T20:17:52.658Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/377)
19132026-08-25T20:17:53.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-08-25T20:17:53.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-08-25T20:17:53.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-08-25T20:17:53.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19172026-08-25T20:17:53.200Z
19182026-08-25T20:17:53.200Zinfo: running `cargo check --bins` on omicron-certificates (6/377)
19192026-08-25T20:17:53.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-08-25T20:17:53.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-08-25T20:17:53.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-08-25T20:17:53.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19232026-08-25T20:17:53.769Z
19242026-08-25T20:17:53.769Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/377)
19252026-08-25T20:17:54.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-08-25T20:17:54.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-08-25T20:17:54.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-08-25T20:17:54.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19292026-08-25T20:17:54.314Z
19302026-08-25T20:17:54.314Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/377)
19312026-08-25T20:17:54.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-08-25T20:17:54.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-08-25T20:17:54.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-08-25T20:17:54.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19352026-08-25T20:17:54.863Z
19362026-08-25T20:17:54.863Zinfo: running `cargo check --bins --no-default-features` on omicron-generation-kinds (9/377)
19372026-08-25T20:17:55.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-08-25T20:17:55.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-08-25T20:17:55.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-08-25T20:17:55.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19412026-08-25T20:17:55.273Z
19422026-08-25T20:17:55.273Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std,testing` on omicron-generation-kinds (10/377)
19432026-08-25T20:17:55.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-08-25T20:17:55.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-08-25T20:17:55.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-08-25T20:17:55.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19472026-08-25T20:17:55.688Z
19482026-08-25T20:17:55.688Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-generation-kinds (11/377)
19492026-08-25T20:17:56.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-08-25T20:17:56.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-08-25T20:17:56.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-08-25T20:17:56.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19532026-08-25T20:17:56.089Z
19542026-08-25T20:17:56.090Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-generation-kinds (12/377)
19552026-08-25T20:17:56.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-08-25T20:17:56.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-08-25T20:17:56.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-08-25T20:17:56.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19592026-08-25T20:17:56.543Z
19602026-08-25T20:17:56.544Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-generation-kinds (13/377)
19612026-08-25T20:17:56.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-08-25T20:17:56.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-08-25T20:17:56.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-08-25T20:17:56.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19652026-08-25T20:17:56.902Z
19662026-08-25T20:17:56.902Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-generation-kinds (14/377)
19672026-08-25T20:17:57.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-08-25T20:17:57.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-08-25T20:17:57.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-08-25T20:17:57.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19712026-08-25T20:17:57.303Z
19722026-08-25T20:17:57.303Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-generation-kinds (15/377)
19732026-08-25T20:17:57.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-08-25T20:17:57.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-08-25T20:17:57.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-08-25T20:17:57.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19772026-08-25T20:17:57.711Z
19782026-08-25T20:17:57.711Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-generation-kinds (16/377)
19792026-08-25T20:17:58.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-08-25T20:17:58.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-08-25T20:17:58.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-08-25T20:17:58.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19832026-08-25T20:17:58.116Z
19842026-08-25T20:17:58.116Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-generation-kinds (17/377)
19852026-08-25T20:17:58.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-08-25T20:17:58.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-08-25T20:17:58.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-08-25T20:17:58.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19892026-08-25T20:17:58.522Z
19902026-08-25T20:17:58.522Zinfo: running `cargo check --bins --no-default-features --features slog2` on omicron-generation-kinds (18/377)
19912026-08-25T20:17:58.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-08-25T20:17:58.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-08-25T20:17:58.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-08-25T20:17:58.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19952026-08-25T20:17:58.928Z
19962026-08-25T20:17:58.928Zinfo: running `cargo check --bins --no-default-features --features default,slog2` on omicron-generation-kinds (19/377)
19972026-08-25T20:17:59.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-08-25T20:17:59.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-08-25T20:17:59.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-08-25T20:17:59.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20012026-08-25T20:17:59.337Z
20022026-08-25T20:17:59.337Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2` on omicron-generation-kinds (20/377)
20032026-08-25T20:17:59.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-08-25T20:17:59.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-08-25T20:17:59.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-08-25T20:17:59.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20072026-08-25T20:17:59.747Z
20082026-08-25T20:17:59.747Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2` on omicron-generation-kinds (21/377)
20092026-08-25T20:18:00.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-08-25T20:18:00.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-08-25T20:18:00.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-08-25T20:18:00.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20132026-08-25T20:18:00.154Z
20142026-08-25T20:18:00.155Zinfo: running `cargo check --bins --no-default-features --features serde,slog2` on omicron-generation-kinds (22/377)
20152026-08-25T20:18:00.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-08-25T20:18:00.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-08-25T20:18:00.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-08-25T20:18:00.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20192026-08-25T20:18:00.561Z
20202026-08-25T20:18:00.561Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2` on omicron-generation-kinds (23/377)
20212026-08-25T20:18:00.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-08-25T20:18:00.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-08-25T20:18:00.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-08-25T20:18:00.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20252026-08-25T20:18:00.975Z
20262026-08-25T20:18:00.975Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2` on omicron-generation-kinds (24/377)
20272026-08-25T20:18:01.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-08-25T20:18:01.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-08-25T20:18:01.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-08-25T20:18:01.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20312026-08-25T20:18:01.380Z
20322026-08-25T20:18:01.380Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2` on omicron-generation-kinds (25/377)
20332026-08-25T20:18:01.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-08-25T20:18:01.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-08-25T20:18:01.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-08-25T20:18:01.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20372026-08-25T20:18:01.792Z
20382026-08-25T20:18:01.792Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-generation-kinds (26/377)
20392026-08-25T20:18:02.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-08-25T20:18:02.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-08-25T20:18:02.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-08-25T20:18:02.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20432026-08-25T20:18:02.204Z
20442026-08-25T20:18:02.204Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-generation-kinds (27/377)
20452026-08-25T20:18:02.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-08-25T20:18:02.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-08-25T20:18:02.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-08-25T20:18:02.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20492026-08-25T20:18:02.610Z
20502026-08-25T20:18:02.610Zinfo: running `cargo check --bins --no-default-features --features slog2,std` on omicron-generation-kinds (28/377)
20512026-08-25T20:18:02.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-08-25T20:18:02.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-08-25T20:18:02.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-08-25T20:18:02.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20552026-08-25T20:18:03.019Z
20562026-08-25T20:18:03.019Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std` on omicron-generation-kinds (29/377)
20572026-08-25T20:18:03.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-08-25T20:18:03.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-08-25T20:18:03.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-08-25T20:18:03.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20612026-08-25T20:18:03.429Z
20622026-08-25T20:18:03.429Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-generation-kinds (30/377)
20632026-08-25T20:18:03.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-08-25T20:18:03.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-08-25T20:18:03.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-08-25T20:18:03.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20672026-08-25T20:18:03.840Z
20682026-08-25T20:18:03.840Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-generation-kinds (31/377)
20692026-08-25T20:18:04.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-08-25T20:18:04.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-08-25T20:18:04.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-08-25T20:18:04.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20732026-08-25T20:18:04.253Z
20742026-08-25T20:18:04.253Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-generation-kinds (32/377)
20752026-08-25T20:18:04.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-08-25T20:18:04.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-08-25T20:18:04.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-08-25T20:18:04.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20792026-08-25T20:18:04.661Z
20802026-08-25T20:18:04.661Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-generation-kinds (33/377)
20812026-08-25T20:18:05.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-08-25T20:18:05.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-08-25T20:18:05.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-08-25T20:18:05.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20852026-08-25T20:18:05.073Z
20862026-08-25T20:18:05.073Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-generation-kinds (34/377)
20872026-08-25T20:18:05.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-08-25T20:18:05.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-08-25T20:18:05.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-08-25T20:18:05.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20912026-08-25T20:18:05.485Z
20922026-08-25T20:18:05.486Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-generation-kinds (35/377)
20932026-08-25T20:18:05.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-08-25T20:18:05.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-08-25T20:18:05.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-08-25T20:18:05.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20972026-08-25T20:18:05.898Z
20982026-08-25T20:18:05.898Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-generation-kinds (36/377)
20992026-08-25T20:18:06.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-08-25T20:18:06.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-08-25T20:18:06.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-08-25T20:18:06.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21032026-08-25T20:18:06.310Z
21042026-08-25T20:18:06.310Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-generation-kinds (37/377)
21052026-08-25T20:18:06.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-08-25T20:18:06.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-08-25T20:18:06.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-08-25T20:18:06.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21092026-08-25T20:18:06.723Z
21102026-08-25T20:18:06.723Zinfo: running `cargo check --bins --no-default-features --features slog2,testing` on omicron-generation-kinds (38/377)
21112026-08-25T20:18:07.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-08-25T20:18:07.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-08-25T20:18:07.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-08-25T20:18:07.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21152026-08-25T20:18:07.132Z
21162026-08-25T20:18:07.132Zinfo: running `cargo check --bins --no-default-features --features default,slog2,testing` on omicron-generation-kinds (39/377)
21172026-08-25T20:18:07.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-08-25T20:18:07.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-08-25T20:18:07.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-08-25T20:18:07.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21212026-08-25T20:18:07.542Z
21222026-08-25T20:18:07.542Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2,testing` on omicron-generation-kinds (40/377)
21232026-08-25T20:18:07.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-08-25T20:18:07.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-08-25T20:18:07.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-08-25T20:18:07.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21272026-08-25T20:18:07.995Z
21282026-08-25T20:18:07.995Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2,testing` on omicron-generation-kinds (41/377)
21292026-08-25T20:18:08.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-08-25T20:18:08.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-08-25T20:18:08.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-08-25T20:18:08.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21332026-08-25T20:18:08.369Z
21342026-08-25T20:18:08.369Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,testing` on omicron-generation-kinds (42/377)
21352026-08-25T20:18:08.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-08-25T20:18:08.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-08-25T20:18:08.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-08-25T20:18:08.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21392026-08-25T20:18:08.779Z
21402026-08-25T20:18:08.779Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2,testing` on omicron-generation-kinds (43/377)
21412026-08-25T20:18:09.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-08-25T20:18:09.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-08-25T20:18:09.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-08-25T20:18:09.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21452026-08-25T20:18:09.188Z
21462026-08-25T20:18:09.188Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2,testing` on omicron-generation-kinds (44/377)
21472026-08-25T20:18:09.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-08-25T20:18:09.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-08-25T20:18:09.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-08-25T20:18:09.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21512026-08-25T20:18:09.596Z
21522026-08-25T20:18:09.596Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2,testing` on omicron-generation-kinds (45/377)
21532026-08-25T20:18:09.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-08-25T20:18:09.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-08-25T20:18:09.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-08-25T20:18:09.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21572026-08-25T20:18:10.003Z
21582026-08-25T20:18:10.003Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-generation-kinds (46/377)
21592026-08-25T20:18:10.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-08-25T20:18:10.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-08-25T20:18:10.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-08-25T20:18:10.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21632026-08-25T20:18:10.415Z
21642026-08-25T20:18:10.415Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-generation-kinds (47/377)
21652026-08-25T20:18:10.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-08-25T20:18:10.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-08-25T20:18:10.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-08-25T20:18:10.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21692026-08-25T20:18:10.827Z
21702026-08-25T20:18:10.827Zinfo: running `cargo check --bins --no-default-features --features slog2,std,testing` on omicron-generation-kinds (48/377)
21712026-08-25T20:18:11.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-08-25T20:18:11.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-08-25T20:18:11.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-08-25T20:18:11.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21752026-08-25T20:18:11.242Z
21762026-08-25T20:18:11.242Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (49/377)
21772026-08-25T20:18:11.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-08-25T20:18:11.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-08-25T20:18:11.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-08-25T20:18:11.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21812026-08-25T20:18:11.656Z
21822026-08-25T20:18:11.656Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (50/377)
21832026-08-25T20:18:12.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-08-25T20:18:12.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-08-25T20:18:12.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-08-25T20:18:12.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21872026-08-25T20:18:12.074Z
21882026-08-25T20:18:12.074Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (51/377)
21892026-08-25T20:18:12.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-08-25T20:18:12.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-08-25T20:18:12.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-08-25T20:18:12.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21932026-08-25T20:18:12.482Z
21942026-08-25T20:18:12.482Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (52/377)
21952026-08-25T20:18:12.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-08-25T20:18:12.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-08-25T20:18:12.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-08-25T20:18:12.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21992026-08-25T20:18:12.892Z
22002026-08-25T20:18:12.892Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (53/377)
22012026-08-25T20:18:13.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-08-25T20:18:13.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-08-25T20:18:13.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-08-25T20:18:13.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22052026-08-25T20:18:13.301Z
22062026-08-25T20:18:13.301Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (54/377)
22072026-08-25T20:18:13.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-08-25T20:18:13.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-08-25T20:18:13.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-08-25T20:18:13.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
22112026-08-25T20:18:13.709Z
22122026-08-25T20:18:13.709Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (55/377)
22132026-08-25T20:18:14.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-08-25T20:18:14.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-08-25T20:18:14.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-08-25T20:18:14.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
22172026-08-25T20:18:14.117Z
22182026-08-25T20:18:14.117Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (56/377)
22192026-08-25T20:18:14.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-08-25T20:18:14.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-08-25T20:18:14.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-08-25T20:18:14.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
22232026-08-25T20:18:14.528Z
22242026-08-25T20:18:14.528Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (57/377)
22252026-08-25T20:18:14.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-08-25T20:18:14.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-08-25T20:18:14.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-08-25T20:18:14.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
22292026-08-25T20:18:14.935Z
22302026-08-25T20:18:14.935Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (58/377)
22312026-08-25T20:18:15.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-08-25T20:18:15.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-08-25T20:18:15.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342026-08-25T20:18:15.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22352026-08-25T20:18:15.347Z
22362026-08-25T20:18:15.347Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (59/377)
22372026-08-25T20:18:15.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382026-08-25T20:18:15.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392026-08-25T20:18:15.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402026-08-25T20:18:15.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22412026-08-25T20:18:15.759Z
22422026-08-25T20:18:15.759Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (60/377)
22432026-08-25T20:18:16.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442026-08-25T20:18:16.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452026-08-25T20:18:16.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462026-08-25T20:18:16.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22472026-08-25T20:18:16.168Z
22482026-08-25T20:18:16.168Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (61/377)
22492026-08-25T20:18:16.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502026-08-25T20:18:16.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512026-08-25T20:18:16.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22522026-08-25T20:18:16.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22532026-08-25T20:18:16.583Z
22542026-08-25T20:18:16.583Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (62/377)
22552026-08-25T20:18:16.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22562026-08-25T20:18:16.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22572026-08-25T20:18:16.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22582026-08-25T20:18:16.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22592026-08-25T20:18:16.995Z
22602026-08-25T20:18:16.995Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (63/377)
22612026-08-25T20:18:17.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22622026-08-25T20:18:17.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22632026-08-25T20:18:17.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22642026-08-25T20:18:17.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22652026-08-25T20:18:17.406Z
22662026-08-25T20:18:17.406Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (64/377)
22672026-08-25T20:18:17.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22682026-08-25T20:18:17.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22692026-08-25T20:18:17.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22702026-08-25T20:18:17.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
22712026-08-25T20:18:17.814Z
22722026-08-25T20:18:17.814Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (65/377)
22732026-08-25T20:18:18.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22742026-08-25T20:18:18.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22752026-08-25T20:18:18.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22762026-08-25T20:18:18.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22772026-08-25T20:18:18.225Z
22782026-08-25T20:18:18.225Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (66/377)
22792026-08-25T20:18:18.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22802026-08-25T20:18:18.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22812026-08-25T20:18:18.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22822026-08-25T20:18:18.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22832026-08-25T20:18:18.638Z
22842026-08-25T20:18:18.638Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (67/377)
22852026-08-25T20:18:18.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22862026-08-25T20:18:19.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22872026-08-25T20:18:19.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22882026-08-25T20:18:19.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22892026-08-25T20:18:19.068Z
22902026-08-25T20:18:19.068Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (68/377)
22912026-08-25T20:18:19.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22922026-08-25T20:18:19.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22932026-08-25T20:18:19.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22942026-08-25T20:18:19.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22952026-08-25T20:18:19.464Z
22962026-08-25T20:18:19.464Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (69/377)
22972026-08-25T20:18:19.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22982026-08-25T20:18:19.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22992026-08-25T20:18:19.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23002026-08-25T20:18:19.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23012026-08-25T20:18:19.878Z
23022026-08-25T20:18:19.878Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (70/377)
23032026-08-25T20:18:20.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23042026-08-25T20:18:20.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23052026-08-25T20:18:20.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23062026-08-25T20:18:20.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
23072026-08-25T20:18:20.284Z
23082026-08-25T20:18:20.284Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (71/377)
23092026-08-25T20:18:20.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23102026-08-25T20:18:20.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23112026-08-25T20:18:20.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23122026-08-25T20:18:20.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
23132026-08-25T20:18:20.691Z
23142026-08-25T20:18:20.691Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (72/377)
23152026-08-25T20:18:21.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23162026-08-25T20:18:21.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23172026-08-25T20:18:21.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23182026-08-25T20:18:21.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
23192026-08-25T20:18:21.099Z
23202026-08-25T20:18:21.100Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (73/377)
23212026-08-25T20:18:21.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23222026-08-25T20:18:21.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23232026-08-25T20:18:21.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23242026-08-25T20:18:21.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
23252026-08-25T20:18:21.509Z
23262026-08-25T20:18:21.509Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (74/377)
23272026-08-25T20:18:21.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23282026-08-25T20:18:21.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23292026-08-25T20:18:21.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23302026-08-25T20:18:21.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23312026-08-25T20:18:21.923Z
23322026-08-25T20:18:21.923Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (75/377)
23332026-08-25T20:18:22.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23342026-08-25T20:18:22.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23352026-08-25T20:18:22.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23362026-08-25T20:18:22.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23372026-08-25T20:18:22.336Z
23382026-08-25T20:18:22.336Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (76/377)
23392026-08-25T20:18:22.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23402026-08-25T20:18:22.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23412026-08-25T20:18:22.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23422026-08-25T20:18:22.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23432026-08-25T20:18:22.750Z
23442026-08-25T20:18:22.751Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (77/377)
23452026-08-25T20:18:23.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23462026-08-25T20:18:23.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23472026-08-25T20:18:23.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23482026-08-25T20:18:23.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23492026-08-25T20:18:23.161Z
23502026-08-25T20:18:23.161Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (78/377)
23512026-08-25T20:18:23.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23522026-08-25T20:18:23.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23532026-08-25T20:18:23.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23542026-08-25T20:18:23.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23552026-08-25T20:18:23.573Z
23562026-08-25T20:18:23.573Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (79/377)
23572026-08-25T20:18:23.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23582026-08-25T20:18:23.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23592026-08-25T20:18:23.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23602026-08-25T20:18:23.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23612026-08-25T20:18:23.985Z
23622026-08-25T20:18:23.985Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (80/377)
23632026-08-25T20:18:24.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23642026-08-25T20:18:24.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23652026-08-25T20:18:24.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23662026-08-25T20:18:24.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23672026-08-25T20:18:24.406Z
23682026-08-25T20:18:24.406Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (81/377)
23692026-08-25T20:18:24.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23702026-08-25T20:18:24.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23712026-08-25T20:18:24.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23722026-08-25T20:18:24.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23732026-08-25T20:18:24.822Z
23742026-08-25T20:18:24.822Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (82/377)
23752026-08-25T20:18:25.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23762026-08-25T20:18:25.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23772026-08-25T20:18:25.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23782026-08-25T20:18:25.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23792026-08-25T20:18:25.239Z
23802026-08-25T20:18:25.239Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (83/377)
23812026-08-25T20:18:25.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23822026-08-25T20:18:25.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23832026-08-25T20:18:25.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23842026-08-25T20:18:25.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23852026-08-25T20:18:25.652Z
23862026-08-25T20:18:25.652Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (84/377)
23872026-08-25T20:18:26.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23882026-08-25T20:18:26.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23892026-08-25T20:18:26.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23902026-08-25T20:18:26.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23912026-08-25T20:18:26.065Z
23922026-08-25T20:18:26.065Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (85/377)
23932026-08-25T20:18:26.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23942026-08-25T20:18:26.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23952026-08-25T20:18:26.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23962026-08-25T20:18:26.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23972026-08-25T20:18:26.477Z
23982026-08-25T20:18:26.477Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (86/377)
23992026-08-25T20:18:26.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24002026-08-25T20:18:26.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24012026-08-25T20:18:26.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24022026-08-25T20:18:26.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24032026-08-25T20:18:26.889Z
24042026-08-25T20:18:26.889Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (87/377)
24052026-08-25T20:18:27.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24062026-08-25T20:18:27.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24072026-08-25T20:18:27.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24082026-08-25T20:18:27.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24092026-08-25T20:18:27.302Z
24102026-08-25T20:18:27.302Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (88/377)
24112026-08-25T20:18:27.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24122026-08-25T20:18:27.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24132026-08-25T20:18:27.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24142026-08-25T20:18:27.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24152026-08-25T20:18:27.713Z
24162026-08-25T20:18:27.713Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (89/377)
24172026-08-25T20:18:28.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24182026-08-25T20:18:28.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24192026-08-25T20:18:28.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24202026-08-25T20:18:28.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24212026-08-25T20:18:28.308Z
24222026-08-25T20:18:28.308Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (90/377)
24232026-08-25T20:18:28.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24242026-08-25T20:18:28.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24252026-08-25T20:18:28.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24262026-08-25T20:18:28.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24272026-08-25T20:18:28.903Z
24282026-08-25T20:18:28.903Zinfo: running `cargo check --bins` on nexus-config (91/377)
24292026-08-25T20:18:29.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24302026-08-25T20:18:29.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24312026-08-25T20:18:29.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24322026-08-25T20:18:29.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24332026-08-25T20:18:29.497Z
24342026-08-25T20:18:29.497Zinfo: running `cargo check --bins` on nexus-types (92/377)
24352026-08-25T20:18:30.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24362026-08-25T20:18:30.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24372026-08-25T20:18:30.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24382026-08-25T20:18:30.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24392026-08-25T20:18:30.090Z
24402026-08-25T20:18:30.090Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (93/377)
24412026-08-25T20:18:30.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24422026-08-25T20:18:30.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24432026-08-25T20:18:30.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24442026-08-25T20:18:30.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24452026-08-25T20:18:30.657Z
24462026-08-25T20:18:30.657Zinfo: running `cargo check --bins` on omicron-passwords (94/377)
24472026-08-25T20:18:31.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24482026-08-25T20:18:31.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24492026-08-25T20:18:31.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24502026-08-25T20:18:31.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
24512026-08-25T20:18:31.200Z
24522026-08-25T20:18:31.200Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (95/377)
24532026-08-25T20:18:31.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24542026-08-25T20:18:31.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24552026-08-25T20:18:31.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24562026-08-25T20:18:31.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24572026-08-25T20:18:31.763Z
24582026-08-25T20:18:31.763Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (96/377)
24592026-08-25T20:18:32.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24602026-08-25T20:18:32.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24612026-08-25T20:18:32.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24622026-08-25T20:18:32.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24632026-08-25T20:18:32.327Z
24642026-08-25T20:18:32.327Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (97/377)
24652026-08-25T20:18:32.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24662026-08-25T20:18:32.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24672026-08-25T20:18:32.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24682026-08-25T20:18:32.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24692026-08-25T20:18:32.886Z
24702026-08-25T20:18:32.886Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (98/377)
24712026-08-25T20:18:33.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24722026-08-25T20:18:33.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24732026-08-25T20:18:33.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24742026-08-25T20:18:33.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24752026-08-25T20:18:33.451Z
24762026-08-25T20:18:33.451Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (99/377)
24772026-08-25T20:18:33.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24782026-08-25T20:18:33.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24792026-08-25T20:18:33.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24802026-08-25T20:18:33.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
24812026-08-25T20:18:33.994Z
24822026-08-25T20:18:33.994Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (100/377)
24832026-08-25T20:18:34.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24842026-08-25T20:18:34.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24852026-08-25T20:18:34.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24862026-08-25T20:18:34.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
24872026-08-25T20:18:34.538Z
24882026-08-25T20:18:34.538Zinfo: running `cargo check --bins --no-default-features` on gfss (101/377)
24892026-08-25T20:18:34.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24902026-08-25T20:18:35.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24912026-08-25T20:18:35.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24922026-08-25T20:18:35.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
24932026-08-25T20:18:35.076Z
24942026-08-25T20:18:35.076Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (102/377)
24952026-08-25T20:18:35.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24962026-08-25T20:18:35.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24972026-08-25T20:18:35.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24982026-08-25T20:18:35.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
24992026-08-25T20:18:35.617Z
25002026-08-25T20:18:35.617Zinfo: running `cargo check --bins` on trust-quorum-types (103/377)
25012026-08-25T20:18:36.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25022026-08-25T20:18:36.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25032026-08-25T20:18:36.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25042026-08-25T20:18:36.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
25052026-08-25T20:18:36.157Z
25062026-08-25T20:18:36.157Zinfo: running `cargo check --bins` on wicketd-commission-types (104/377)
25072026-08-25T20:18:36.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25082026-08-25T20:18:36.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25092026-08-25T20:18:36.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25102026-08-25T20:18:36.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25112026-08-25T20:18:36.718Z
25122026-08-25T20:18:36.718Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (105/377)
25132026-08-25T20:18:37.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25142026-08-25T20:18:37.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25152026-08-25T20:18:37.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25162026-08-25T20:18:37.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25172026-08-25T20:18:37.282Z
25182026-08-25T20:18:37.282Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (106/377)
25192026-08-25T20:18:37.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25202026-08-25T20:18:37.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25212026-08-25T20:18:37.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25222026-08-25T20:18:37.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25232026-08-25T20:18:37.833Z
25242026-08-25T20:18:37.833Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (107/377)
25252026-08-25T20:18:38.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25262026-08-25T20:18:38.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25272026-08-25T20:18:38.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25282026-08-25T20:18:38.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25292026-08-25T20:18:38.384Z
25302026-08-25T20:18:38.384Zinfo: running `cargo check --bins` on clickhouse-admin-types (108/377)
25312026-08-25T20:18:38.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25322026-08-25T20:18:38.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25332026-08-25T20:18:38.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25342026-08-25T20:18:38.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25352026-08-25T20:18:38.944Z
25362026-08-25T20:18:38.944Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (109/377)
25372026-08-25T20:18:39.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25382026-08-25T20:18:39.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25392026-08-25T20:18:39.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25402026-08-25T20:18:39.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25412026-08-25T20:18:39.504Z
25422026-08-25T20:18:39.504Zinfo: running `cargo check --bins` on cockroach-admin-types (110/377)
25432026-08-25T20:18:39.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25442026-08-25T20:18:39.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25452026-08-25T20:18:39.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25462026-08-25T20:18:39.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
25472026-08-25T20:18:40.049Z
25482026-08-25T20:18:40.049Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (111/377)
25492026-08-25T20:18:40.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25502026-08-25T20:18:40.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25512026-08-25T20:18:40.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25522026-08-25T20:18:40.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
25532026-08-25T20:18:40.595Z
25542026-08-25T20:18:40.595Zinfo: running `cargo check --bins` on ereport-types (112/377)
25552026-08-25T20:18:41.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25562026-08-25T20:18:41.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25572026-08-25T20:18:41.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25582026-08-25T20:18:41.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25592026-08-25T20:18:41.148Z
25602026-08-25T20:18:41.149Zinfo: running `cargo check --bins` on gateway-client (113/377)
25612026-08-25T20:18:41.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25622026-08-25T20:18:41.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25632026-08-25T20:18:41.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25642026-08-25T20:18:41.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25652026-08-25T20:18:41.707Z
25662026-08-25T20:18:41.707Zinfo: running `cargo check --bins --no-default-features` on gateway-types (114/377)
25672026-08-25T20:18:42.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25682026-08-25T20:18:42.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25692026-08-25T20:18:42.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25702026-08-25T20:18:42.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
25712026-08-25T20:18:42.257Z
25722026-08-25T20:18:42.257Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (115/377)
25732026-08-25T20:18:42.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25742026-08-25T20:18:42.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25752026-08-25T20:18:42.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25762026-08-25T20:18:42.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25772026-08-25T20:18:42.813Z
25782026-08-25T20:18:42.813Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (116/377)
25792026-08-25T20:18:43.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25802026-08-25T20:18:43.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25812026-08-25T20:18:43.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25822026-08-25T20:18:43.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25832026-08-25T20:18:43.383Z
25842026-08-25T20:18:43.383Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (117/377)
25852026-08-25T20:18:43.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25862026-08-25T20:18:43.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25872026-08-25T20:18:43.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25882026-08-25T20:18:43.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25892026-08-25T20:18:43.954Z
25902026-08-25T20:18:43.954Zinfo: running `cargo check --bins` on key-manager-types (118/377)
25912026-08-25T20:18:44.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25922026-08-25T20:18:44.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25932026-08-25T20:18:44.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25942026-08-25T20:18:44.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
25952026-08-25T20:18:44.497Z
25962026-08-25T20:18:44.497Zinfo: running `cargo check --bins` on oxlog (119/377)
25972026-08-25T20:18:44.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25982026-08-25T20:18:44.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25992026-08-25T20:18:45.087Z Checking cfg-if v1.0.4
26002026-08-25T20:18:45.090Z Checking serde_core v1.0.228
26012026-08-25T20:18:45.190Z Checking libc v0.2.185
26022026-08-25T20:18:45.204Z Checking memchr v2.8.0
26032026-08-25T20:18:45.213Z Checking log v0.4.33
26042026-08-25T20:18:45.218Z Checking smallvec v1.15.1
26052026-08-25T20:18:45.234Z Checking subtle v2.6.1
26062026-08-25T20:18:45.244Z Checking itoa v1.0.17
26072026-08-25T20:18:45.254Z Checking scopeguard v1.2.0
26082026-08-25T20:18:45.351Z Checking lock_api v0.4.14
26092026-08-25T20:18:45.365Z Checking stable_deref_trait v1.2.1
26102026-08-25T20:18:45.377Z Checking typenum v1.20.1
26112026-08-25T20:18:45.388Z Checking zerofrom v0.1.6
26122026-08-25T20:18:45.399Z Checking zerocopy v0.8.55
26132026-08-25T20:18:45.432Z Checking portable-atomic v1.13.1
26142026-08-25T20:18:45.495Z Checking yoke v0.8.1
26152026-08-25T20:18:45.541Z Checking critical-section v1.2.0
26162026-08-25T20:18:45.574Z Checking pin-project-lite v0.2.17
26172026-08-25T20:18:45.585Z Checking errno v0.3.14
26182026-08-25T20:18:45.633Z Checking getrandom v0.2.17
26192026-08-25T20:18:45.657Z Checking zerovec v0.11.5
26202026-08-25T20:18:45.693Z Checking const-oid v0.9.6
26212026-08-25T20:18:45.726Z Checking libm v0.2.16
26222026-08-25T20:18:45.778Z Checking rand_core v0.6.4
26232026-08-25T20:18:45.833Z Checking once_cell v1.21.3
26242026-08-25T20:18:45.952Z Checking zmij v1.0.21
26252026-08-25T20:18:46.005Z Checking signal-hook-registry v1.4.8
26262026-08-25T20:18:46.082Z Checking tinystr v0.8.2
26272026-08-25T20:18:46.097Z Checking parking_lot_core v0.9.12
26282026-08-25T20:18:46.159Z Checking futures-core v0.3.32
26292026-08-25T20:18:46.159Z Checking rand_core v0.10.0
26302026-08-25T20:18:46.253Z Checking percent-encoding v2.3.2
26312026-08-25T20:18:46.278Z Checking litemap v0.8.1
26322026-08-25T20:18:46.282Z Checking writeable v0.6.2
26332026-08-25T20:18:46.305Z Checking getrandom v0.4.3
26342026-08-25T20:18:46.367Z Checking parking_lot v0.12.5
26352026-08-25T20:18:46.486Z Checking potential_utf v0.1.4
26362026-08-25T20:18:46.493Z Checking num-traits v0.2.19
26372026-08-25T20:18:46.493Z Checking zerotrie v0.2.3
26382026-08-25T20:18:46.494Z Checking mio v1.2.0
26392026-08-25T20:18:46.494Z Checking icu_locale_core v2.1.1
26402026-08-25T20:18:46.508Z Checking equivalent v1.0.2
26412026-08-25T20:18:46.542Z Checking icu_collections v2.1.1
26422026-08-25T20:18:46.588Z Checking socket2 v0.6.3
26432026-08-25T20:18:46.666Z Checking icu_properties_data v2.1.2
26442026-08-25T20:18:46.687Z Checking serde v1.0.228
26452026-08-25T20:18:46.721Z Checking bitflags v2.11.0
26462026-08-25T20:18:46.789Z Checking serde_json v1.0.151
26472026-08-25T20:18:46.822Z Checking icu_normalizer_data v2.1.1
26482026-08-25T20:18:46.834Z Checking byteorder v1.5.0
26492026-08-25T20:18:46.882Z Checking futures-sink v0.3.32
26502026-08-25T20:18:46.895Z Checking hashbrown v0.17.0
26512026-08-25T20:18:46.907Z Checking getrandom v0.3.4
26522026-08-25T20:18:46.979Z Checking futures-channel v0.3.32
26532026-08-25T20:18:46.992Z Checking icu_provider v2.1.1
26542026-08-25T20:18:47.024Z Checking utf8_iter v1.0.4
26552026-08-25T20:18:47.047Z Checking futures-io v0.3.32
26562026-08-25T20:18:47.087Z Checking zeroize v1.9.0
26572026-08-25T20:18:47.139Z Checking bytes v1.11.1
26582026-08-25T20:18:47.157Z Checking futures-task v0.3.32
26592026-08-25T20:18:47.169Z Checking slab v0.4.12
26602026-08-25T20:18:47.217Z Checking icu_properties v2.1.2
26612026-08-25T20:18:47.248Z Checking generic-array v0.14.7
26622026-08-25T20:18:47.299Z Checking icu_normalizer v2.1.1
26632026-08-25T20:18:47.318Z Checking futures-util v0.3.32
26642026-08-25T20:18:47.352Z Checking indexmap v2.14.0
26652026-08-25T20:18:47.451Z Checking rustix v1.1.4
26662026-08-25T20:18:47.564Z Checking tokio v1.52.1
26672026-08-25T20:18:47.586Z Checking form_urlencoded v1.2.2
26682026-08-25T20:18:47.690Z Checking block-buffer v0.10.4
26692026-08-25T20:18:47.712Z Checking crypto-common v0.1.7
26702026-08-25T20:18:47.842Z Checking base64ct v1.8.3
26712026-08-25T20:18:47.854Z Checking digest v0.10.7
26722026-08-25T20:18:47.900Z Checking fnv v1.0.7
26732026-08-25T20:18:47.995Z Checking iana-time-zone v0.1.65
26742026-08-25T20:18:48.024Z Checking idna_adapter v1.2.1
26752026-08-25T20:18:48.044Z Checking flagset v0.4.7
26762026-08-25T20:18:48.067Z Checking pem-rfc7468 v0.7.0
26772026-08-25T20:18:48.095Z Checking chrono v0.4.45
26782026-08-25T20:18:48.134Z Checking idna v1.1.0
26792026-08-25T20:18:48.137Z Checking ppv-lite86 v0.2.21
26802026-08-25T20:18:48.162Z Checking rand_core v0.9.5
26812026-08-25T20:18:48.225Z Checking der v0.7.10
26822026-08-25T20:18:48.277Z Checking uuid v1.23.4
26832026-08-25T20:18:48.339Z Checking base64 v0.22.1
26842026-08-25T20:18:48.384Z Checking url v2.5.8
26852026-08-25T20:18:48.447Z Checking regex-syntax v0.8.10
26862026-08-25T20:18:48.571Z Checking http v1.4.2
26872026-08-25T20:18:48.599Z Checking rand_chacha v0.9.0
26882026-08-25T20:18:48.799Z Checking tracing-core v0.1.36
26892026-08-25T20:18:48.817Z Checking cpufeatures v0.2.17
26902026-08-25T20:18:48.886Z Checking dyn-clone v1.0.20
26912026-08-25T20:18:48.951Z Checking spki v0.7.3
26922026-08-25T20:18:48.963Z Checking simd-adler32 v0.3.8
26932026-08-25T20:18:48.986Z Checking rand v0.9.2
26942026-08-25T20:18:49.105Z Checking tracing v0.1.44
26952026-08-25T20:18:49.116Z Checking pkcs8 v0.10.2
26962026-08-25T20:18:49.127Z Checking http-body v1.0.1
26972026-08-25T20:18:49.140Z Checking rustls-pki-types v1.14.0
26982026-08-25T20:18:49.233Z Checking semver v1.0.28
26992026-08-25T20:18:49.252Z Checking spin v0.9.8
27002026-08-25T20:18:49.267Z Checking tinyvec_macros v0.1.1
27012026-08-25T20:18:49.305Z Checking anstyle v1.0.14
27022026-08-25T20:18:49.332Z Checking openssl-probe v0.2.1
27032026-08-25T20:18:49.421Z Checking utf8parse v0.2.2
27042026-08-25T20:18:49.433Z Checking adler2 v2.0.1
27052026-08-25T20:18:49.433Z Checking cmov v0.5.4
27062026-08-25T20:18:49.456Z Checking schemars v0.8.22
27072026-08-25T20:18:49.467Z Checking tinyvec v1.10.0
27082026-08-25T20:18:49.480Z Checking sha2 v0.10.9
27092026-08-25T20:18:49.514Z Checking anstyle-parse v1.0.0
27102026-08-25T20:18:49.545Z Checking miniz_oxide v0.8.9
27112026-08-25T20:18:49.619Z Checking ctutils v0.4.2
27122026-08-25T20:18:49.662Z Checking terminal_size v0.4.3
27132026-08-25T20:18:49.720Z Checking aws-lc-sys v0.40.0
27142026-08-25T20:18:49.747Z Checking thiserror v2.0.18
27152026-08-25T20:18:49.771Z Checking tower-layer v0.3.3
27162026-08-25T20:18:49.771Z Checking anstyle-query v1.1.5
27172026-08-25T20:18:49.823Z Checking atomic-waker v1.1.2
27182026-08-25T20:18:49.843Z Checking untrusted v0.7.1
27192026-08-25T20:18:49.869Z Checking colorchoice v1.0.4
27202026-08-25T20:18:49.890Z Checking is_terminal_polyfill v1.70.2
27212026-08-25T20:18:49.915Z Checking fastrand v2.3.0
27222026-08-25T20:18:49.915Z Checking tower-service v0.3.3
27232026-08-25T20:18:49.948Z Checking try-lock v0.2.5
27242026-08-25T20:18:49.962Z Checking hybrid-array v0.4.13
27252026-08-25T20:18:49.976Z Checking anstream v1.0.0
27262026-08-25T20:18:50.012Z Checking ipnet v2.12.0
27272026-08-25T20:18:50.041Z Checking want v0.3.1
27282026-08-25T20:18:50.110Z Checking tempfile v3.27.0
27292026-08-25T20:18:50.118Z Checking httparse v1.10.1
27302026-08-25T20:18:50.157Z Checking crc32fast v1.5.0
27312026-08-25T20:18:50.170Z Checking aho-corasick v1.1.4
27322026-08-25T20:18:50.212Z Checking aws-lc-rs v1.16.3
27332026-08-25T20:18:50.266Z Checking untrusted v0.9.0
27342026-08-25T20:18:50.288Z Checking httpdate v1.0.3
27352026-08-25T20:18:50.297Z Checking plain v0.2.3
27362026-08-25T20:18:50.314Z Checking foreign-types-shared v0.1.1
27372026-08-25T20:18:50.370Z Checking tap v1.0.1
27382026-08-25T20:18:50.390Z Checking foreign-types v0.3.2
27392026-08-25T20:18:50.404Z Checking unicode-normalization v0.1.25
27402026-08-25T20:18:50.427Z Checking rand_chacha v0.3.1
27412026-08-25T20:18:50.453Z Checking signature v2.2.0
27422026-08-25T20:18:50.466Z Checking wyz v0.5.1
27432026-08-25T20:18:50.587Z Checking radium v0.7.0
27442026-08-25T20:18:50.627Z Checking hex v0.4.3
27452026-08-25T20:18:50.640Z Checking num-integer v0.1.46
27462026-08-25T20:18:50.707Z Checking openssl-sys v0.9.117
27472026-08-25T20:18:50.753Z Checking wait-timeout v0.2.1
27482026-08-25T20:18:50.833Z Checking clap_lex v1.0.0
27492026-08-25T20:18:50.846Z Checking tokio-util v0.7.18
27502026-08-25T20:18:50.849Z Checking regex-automata v0.4.14
27512026-08-25T20:18:50.849Z Checking quick-error v1.2.3
27522026-08-25T20:18:50.859Z Checking bit-vec v0.8.0
27532026-08-25T20:18:50.872Z Checking funty v2.0.0
27542026-08-25T20:18:50.945Z Checking ucd-trie v0.1.7
27552026-08-25T20:18:50.952Z Checking unicode-ident v1.0.24
27562026-08-25T20:18:51.047Z Checking rustls-webpki v0.103.13
27572026-08-25T20:18:51.060Z Checking strsim v0.11.1
27582026-08-25T20:18:51.066Z Checking proc-macro2 v1.0.106
27592026-08-25T20:18:51.081Z Checking pest v2.8.6
27602026-08-25T20:18:51.093Z Checking openssl v0.10.80
27612026-08-25T20:18:51.181Z Checking bitvec v1.0.1
27622026-08-25T20:18:51.214Z Checking clap_builder v4.6.0
27632026-08-25T20:18:51.368Z Checking bit-set v0.8.0
27642026-08-25T20:18:51.408Z Checking h2 v0.4.15
27652026-08-25T20:18:51.459Z Checking rustls v0.23.41
27662026-08-25T20:18:51.510Z Checking rusty-fork v0.3.1
27672026-08-25T20:18:51.678Z Checking num-iter v0.1.45
27682026-08-25T20:18:51.789Z Checking rand v0.8.6
27692026-08-25T20:18:52.180Z Checking lazy_static v1.5.0
27702026-08-25T20:18:52.214Z Checking rand_xorshift v0.4.0
27712026-08-25T20:18:52.287Z Checking hmac v0.12.1
27722026-08-25T20:18:52.331Z Checking thiserror v1.0.69
27732026-08-25T20:18:52.423Z Checking maybe-uninit v2.0.0
27742026-08-25T20:18:52.436Z Checking serde_spanned v0.6.9
27752026-08-25T20:18:52.436Z Checking toml_datetime v0.6.11
27762026-08-25T20:18:52.485Z Checking sync_wrapper v1.0.2
27772026-08-25T20:18:52.499Z Checking siphasher v1.0.2
27782026-08-25T20:18:52.558Z Checking zlib-rs v0.6.2
27792026-08-25T20:18:52.586Z Checking powerfmt v0.2.0
27802026-08-25T20:18:52.622Z Checking pretty-hex v0.4.1
27812026-08-25T20:18:52.634Z Checking nodrop v0.1.14
27822026-08-25T20:18:52.648Z Checking unarray v0.1.4
27832026-08-25T20:18:52.721Z Checking crc-catalog v2.4.0
27842026-08-25T20:18:52.733Z Checking deranged v0.5.8
27852026-08-25T20:18:52.733Z Checking array-init v0.0.4
27862026-08-25T20:18:52.756Z Checking proptest v1.11.0
27872026-08-25T20:18:52.806Z Checking crc v3.4.0
27882026-08-25T20:18:52.974Z Checking tower v0.5.3
27892026-08-25T20:18:53.019Z Checking packed_struct v0.10.1
27902026-08-25T20:18:53.053Z Checking native-tls v0.2.18
27912026-08-25T20:18:53.231Z Checking smallvec v0.6.14
27922026-08-25T20:18:53.372Z Checking clap v4.6.1
27932026-08-25T20:18:53.424Z Checking flate2 v1.1.9
27942026-08-25T20:18:53.436Z Checking num-bigint-dig v0.8.6
27952026-08-25T20:18:53.451Z Checking quote v1.0.45
27962026-08-25T20:18:53.622Z Checking ipnetwork v0.21.1
27972026-08-25T20:18:53.677Z Checking pkcs1 v0.7.5
27982026-08-25T20:18:53.753Z Checking http-body-util v0.1.3
27992026-08-25T20:18:53.761Z Checking crossbeam-utils v0.8.21
28002026-08-25T20:18:53.836Z Checking zerocopy v0.6.6
28012026-08-25T20:18:53.882Z Checking bitfield v0.19.4
28022026-08-25T20:18:53.920Z Checking bzip2-sys v0.1.13+1.0.8
28032026-08-25T20:18:54.002Z Checking ahash v0.8.12
28042026-08-25T20:18:54.063Z Checking scroll v0.13.0
28052026-08-25T20:18:54.076Z Checking env_filter v2.0.0
28062026-08-25T20:18:54.129Z Checking hashbrown v0.12.3
28072026-08-25T20:18:54.143Z Checking iri-string v0.7.10
28082026-08-25T20:18:54.195Z Checking hyper v1.10.1
28092026-08-25T20:18:54.198Z Checking gimli v0.32.3
28102026-08-25T20:18:54.219Z Checking num-conv v0.2.0
28112026-08-25T20:18:54.257Z Checking ryu v1.0.23
28122026-08-25T20:18:54.292Z Checking num_threads v0.1.7
28132026-08-25T20:18:54.330Z Checking time-core v0.1.8
28142026-08-25T20:18:54.377Z Checking allocator-api2 v0.2.21
28152026-08-25T20:18:54.391Z Checking base64 v0.21.7
28162026-08-25T20:18:54.474Z Checking unicode-properties v0.1.4
28172026-08-25T20:18:54.529Z Checking winnow v0.5.40
28182026-08-25T20:18:54.564Z Checking unicode-bidi v0.3.18
28192026-08-25T20:18:54.619Z Checking ron v0.8.1
28202026-08-25T20:18:54.651Z Checking newtype-uuid v1.3.2
28212026-08-25T20:18:54.651Z Checking indexmap v1.9.3
28222026-08-25T20:18:54.851Z Checking stringprep v0.1.5
28232026-08-25T20:18:54.864Z Checking time v0.3.47
28242026-08-25T20:18:54.958Z Checking serde_urlencoded v0.7.1
28252026-08-25T20:18:54.998Z Checking goblin v0.10.5
28262026-08-25T20:18:55.113Z Checking hyper-util v0.1.20
28272026-08-25T20:18:55.124Z Checking rsa v0.9.10
28282026-08-25T20:18:55.149Z Checking tower-http v0.6.8
28292026-08-25T20:18:55.161Z Checking env_logger v0.11.11
28302026-08-25T20:18:55.345Z Checking hashbrown v0.13.2
28312026-08-25T20:18:55.416Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
28322026-08-25T20:18:55.590Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
28332026-08-25T20:18:55.665Z Checking toml_edit v0.19.15
28342026-08-25T20:18:55.760Z Checking addr2line v0.25.1
28352026-08-25T20:18:55.772Z Checking crossbeam-epoch v0.9.18
28362026-08-25T20:18:55.772Z Checking bzip2 v0.4.4
28372026-08-25T20:18:55.915Z Checking oxnet v0.1.6
28382026-08-25T20:18:55.961Z Checking syn v2.0.117
28392026-08-25T20:18:55.975Z Checking serde-hex v0.1.0
28402026-08-25T20:18:55.987Z Checking tokio-native-tls v0.3.1
28412026-08-25T20:18:56.143Z Checking bstr v1.12.1
28422026-08-25T20:18:56.170Z Checking block-padding v0.4.2
28432026-08-25T20:18:56.310Z Checking crypto-common v0.2.2
28442026-08-25T20:18:56.344Z Checking block-buffer v0.12.1
28452026-08-25T20:18:56.511Z Checking rustls-native-certs v0.8.3
28462026-08-25T20:18:56.529Z Checking x509-cert v0.2.5
28472026-08-25T20:18:56.642Z Checking scroll v0.12.0
28482026-08-25T20:18:56.690Z Checking object v0.37.3
28492026-08-25T20:18:56.867Z Checking zstd-sys v2.0.16+zstd.1.5.7
28502026-08-25T20:18:56.893Z Checking md-5 v0.10.6
28512026-08-25T20:18:56.976Z Checking hash32 v0.2.1
28522026-08-25T20:18:57.032Z Checking encoding_rs v0.8.35
28532026-08-25T20:18:57.131Z Checking mime v0.3.17
28542026-08-25T20:18:57.161Z Checking fallible-iterator v0.2.0
28552026-08-25T20:18:57.299Z Checking crc-any v2.5.0
28562026-08-25T20:18:57.314Z Checking either v1.15.0
28572026-08-25T20:18:57.428Z Checking rustc-demangle v0.1.27
28582026-08-25T20:18:57.445Z Checking psl-types v2.0.11
28592026-08-25T20:18:57.469Z Checking postgres-protocol v0.6.10
28602026-08-25T20:18:57.495Z Checking dof v0.4.0
28612026-08-25T20:18:57.561Z Checking publicsuffix v2.3.0
28622026-08-25T20:18:57.645Z Checking heapless v0.7.17
28632026-08-25T20:18:57.717Z Checking zstd-safe v7.2.4
28642026-08-25T20:18:57.793Z Checking goblin v0.8.2
28652026-08-25T20:18:57.898Z Checking toml v0.7.8
28662026-08-25T20:18:57.958Z Checking hyper-tls v0.6.0
28672026-08-25T20:18:58.055Z Checking inout v0.2.2
28682026-08-25T20:18:58.128Z Checking daft v0.1.8
28692026-08-25T20:18:58.141Z Checking cookie v0.18.1
28702026-08-25T20:18:58.192Z Checking zip v0.6.6
28712026-08-25T20:18:58.192Z Checking object v0.30.4
28722026-08-25T20:18:58.216Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
28732026-08-25T20:18:58.377Z Checking tokio-rustls v0.26.4
28742026-08-25T20:18:58.391Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
28752026-08-25T20:18:58.403Z Checking phf_shared v0.13.1
28762026-08-25T20:18:58.407Z Checking dtrace-parser v0.3.0
28772026-08-25T20:18:58.531Z Checking zerocopy v0.7.35
28782026-08-25T20:18:58.592Z Checking pin-project v1.1.11
28792026-08-25T20:18:58.609Z Checking signal-hook v0.3.18
28802026-08-25T20:18:58.644Z Checking futures-executor v0.3.32
28812026-08-25T20:18:58.687Z Checking ff v0.13.1
28822026-08-25T20:18:58.788Z Checking thread-id v5.1.0
28832026-08-25T20:18:58.802Z Compiling illumos-nvpair-sys v0.2.0
28842026-08-25T20:18:58.814Z Checking foldhash v0.1.5
28852026-08-25T20:18:58.865Z Checking base16ct v0.2.0
28862026-08-25T20:18:58.944Z Checking unicode-width v0.2.0
28872026-08-25T20:18:58.969Z Checking is_ci v1.2.0
28882026-08-25T20:18:58.988Z Checking libbz2-rs-sys v0.2.2
28892026-08-25T20:18:59.004Z Checking backtrace v0.3.76
28902026-08-25T20:18:59.016Z Checking smawk v0.3.2
28912026-08-25T20:18:59.059Z Checking jiff-core v0.1.0
28922026-08-25T20:18:59.212Z Checking bitflags v1.3.2
28932026-08-25T20:18:59.215Z Checking same-file v1.0.6
28942026-08-25T20:18:59.215Z Checking managed v0.8.0
28952026-08-25T20:18:59.289Z Checking bumpalo v3.20.2
28962026-08-25T20:18:59.302Z Checking foldhash v0.2.0
28972026-08-25T20:18:59.352Z Checking path-slash v0.1.5
28982026-08-25T20:18:59.365Z Checking unicode-linebreak v0.1.5
28992026-08-25T20:18:59.387Z Compiling rayon-core v1.13.0
29002026-08-25T20:18:59.446Z Checking smoltcp v0.9.1
29012026-08-25T20:18:59.449Z Checking hashbrown v0.16.1
29022026-08-25T20:18:59.485Z Checking zopfli v0.8.3
29032026-08-25T20:18:59.568Z Checking textwrap v0.16.2
29042026-08-25T20:18:59.584Z Checking bzip2 v0.6.1
29052026-08-25T20:18:59.703Z Checking dof v0.3.0
29062026-08-25T20:18:59.731Z Checking jiff v0.2.34
29072026-08-25T20:18:59.770Z Checking walkdir v2.5.0
29082026-08-25T20:18:59.782Z Checking backtrace-ext v0.2.1
29092026-08-25T20:18:59.812Z Checking supports-color v3.0.2
29102026-08-25T20:18:59.877Z Checking sec1 v0.7.3
29112026-08-25T20:18:59.914Z Checking hashbrown v0.15.5
29122026-08-25T20:18:59.931Z Checking usdt-impl v0.6.0
29132026-08-25T20:18:59.950Z Checking group v0.13.0
29142026-08-25T20:18:59.976Z Checking signal-hook-mio v0.2.5
29152026-08-25T20:19:00.031Z Checking futures v0.3.32
29162026-08-25T20:19:00.076Z Checking snafu v0.8.9
29172026-08-25T20:19:00.080Z Checking hyper-rustls v0.27.7
29182026-08-25T20:19:00.099Z Checking phf v0.13.1
29192026-08-25T20:19:00.110Z Checking cookie_store v0.22.1
29202026-08-25T20:19:00.206Z Checking cipher v0.5.2
29212026-08-25T20:19:00.241Z Checking reqwest v0.12.28
29222026-08-25T20:19:00.274Z Checking zstd v0.13.3
29232026-08-25T20:19:00.293Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
29242026-08-25T20:19:00.316Z Checking postgres-types v0.2.12
29252026-08-25T20:19:00.377Z Checking rustls-platform-verifier v0.6.2
29262026-08-25T20:19:00.433Z Checking globset v0.4.18
29272026-08-25T20:19:00.446Z Checking crossbeam-deque v0.8.6
29282026-08-25T20:19:00.462Z Checking phf_shared v0.11.3
29292026-08-25T20:19:00.517Z Checking regex v1.12.3
29302026-08-25T20:19:00.610Z Checking dtrace-parser v0.2.0
29312026-08-25T20:19:00.618Z Checking hkdf v0.12.4
29322026-08-25T20:19:00.621Z Checking byte-wrapper v0.1.0
29332026-08-25T20:19:00.641Z Checking curve25519-dalek v4.1.3
29342026-08-25T20:19:00.676Z Checking ref-cast v1.0.25
29352026-08-25T20:19:00.752Z Checking strum v0.27.2
29362026-08-25T20:19:00.775Z Checking olpc-cjson v0.1.4
29372026-08-25T20:19:00.794Z Checking hubpack v0.1.2
29382026-08-25T20:19:00.831Z Checking ed25519 v2.2.3
29392026-08-25T20:19:00.834Z Checking memoffset v0.9.1
29402026-08-25T20:19:00.858Z Checking rustix v0.38.44
29412026-08-25T20:19:00.903Z Checking owo-colors v4.3.0
29422026-08-25T20:19:00.915Z Checking pem v3.0.6
29432026-08-25T20:19:00.958Z Checking crypto-bigint v0.5.5
29442026-08-25T20:19:00.971Z Checking serde-big-array v0.5.1
29452026-08-25T20:19:01.023Z Checking erased-serde v0.3.31
29462026-08-25T20:19:01.069Z Checking serde_plain v1.0.2
29472026-08-25T20:19:01.101Z Checking float-cmp v0.10.0
29482026-08-25T20:19:01.210Z Checking thread-id v4.2.2
29492026-08-25T20:19:01.228Z Checking memmap2 v0.9.10
29502026-08-25T20:19:01.298Z Checking keccak v0.1.6
29512026-08-25T20:19:01.379Z Checking new_debug_unreachable v1.0.6
29522026-08-25T20:19:01.399Z Checking fixedbitset v0.4.2
29532026-08-25T20:19:01.411Z Checking supports-hyperlinks v3.2.0
29542026-08-25T20:19:01.442Z Checking unicode-segmentation v1.12.0
29552026-08-25T20:19:01.456Z Checking cpufeatures v0.3.0
29562026-08-25T20:19:01.459Z Checking winnow v0.7.14
29572026-08-25T20:19:01.510Z Checking precomputed-hash v0.1.1
29582026-08-25T20:19:01.522Z Checking static_assertions v1.1.0
29592026-08-25T20:19:01.545Z Checking difflib v0.4.0
29602026-08-25T20:19:01.586Z Checking normalize-line-endings v0.3.0
29612026-08-25T20:19:01.592Z Checking predicates-core v1.0.10
29622026-08-25T20:19:01.611Z Checking winnow v1.0.3
29632026-08-25T20:19:01.637Z Checking toml_write v0.1.2
29642026-08-25T20:19:01.674Z Checking whoami v2.1.0
29652026-08-25T20:19:01.714Z Checking data-encoding v2.10.0
29662026-08-25T20:19:01.717Z Checking supports-unicode v3.0.0
29672026-08-25T20:19:01.749Z Checking fixedbitset v0.5.7
29682026-08-25T20:19:01.797Z Checking const-oid v0.10.2
29692026-08-25T20:19:01.817Z Checking typed-path v0.9.3
29702026-08-25T20:19:01.862Z Checking unicode-width v0.1.14
29712026-08-25T20:19:01.875Z Checking elliptic-curve v0.13.8
29722026-08-25T20:19:01.937Z Checking petgraph v0.8.3
29732026-08-25T20:19:01.950Z Checking digest v0.11.3
29742026-08-25T20:19:01.989Z Checking hickory-proto v0.25.2
29752026-08-25T20:19:02.103Z Checking miette v7.6.0
29762026-08-25T20:19:02.128Z Checking tokio-postgres v0.7.16
29772026-08-25T20:19:02.178Z Checking similar v2.7.0
29782026-08-25T20:19:02.440Z Checking toml_parser v1.1.2+spec-1.1.0
29792026-08-25T20:19:02.559Z Checking predicates v3.1.4
29802026-08-25T20:19:02.572Z Checking tough v0.22.0
29812026-08-25T20:19:02.594Z Checking crossterm v0.28.1
29822026-08-25T20:19:02.640Z Checking toml_edit v0.22.27
29832026-08-25T20:19:02.772Z Checking zip v4.6.1
29842026-08-25T20:19:02.877Z Checking string_cache v0.8.9
29852026-08-25T20:19:03.025Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29862026-08-25T20:19:03.281Z Checking petgraph v0.6.5
29872026-08-25T20:19:03.366Z Checking chacha20 v0.10.0
29882026-08-25T20:19:03.391Z Checking sha3 v0.10.8
29892026-08-25T20:19:03.513Z Checking ed25519-dalek v2.2.0
29902026-08-25T20:19:03.605Z Checking slog v2.8.2
29912026-08-25T20:19:03.625Z Checking usdt v0.6.0
29922026-08-25T20:19:03.745Z Checking usdt-impl v0.5.0
29932026-08-25T20:19:03.756Z Checking nix v0.31.2
29942026-08-25T20:19:03.793Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
29952026-08-25T20:19:03.865Z Checking iddqd v0.4.2
29962026-08-25T20:19:04.343Z Checking reqwest v0.13.2
29972026-08-25T20:19:04.488Z Checking itertools v0.15.0
29982026-08-25T20:19:04.540Z Checking itertools v0.13.0
29992026-08-25T20:19:04.583Z Checking strum v0.26.3
30002026-08-25T20:19:04.696Z Checking serde_with v3.21.0
30012026-08-25T20:19:04.778Z Checking derive_more v2.1.1
30022026-08-25T20:19:04.785Z Checking fs-err v3.3.0
30032026-08-25T20:19:04.864Z Checking tokio-stream v0.1.18
30042026-08-25T20:19:04.938Z Checking buf-list v1.1.2
30052026-08-25T20:19:05.086Z Checking anyhow v1.0.104
30062026-08-25T20:19:05.123Z Checking camino v1.2.5
30072026-08-25T20:19:05.192Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
30082026-08-25T20:19:05.243Z Checking openapiv3 v2.2.0
30092026-08-25T20:19:05.282Z Checking lalrpop-util v0.19.12
30102026-08-25T20:19:05.302Z Checking peg-runtime v0.8.5
30112026-08-25T20:19:05.374Z Checking illumos-nvpair v0.3.0
30122026-08-25T20:19:05.439Z Checking rayon v1.11.0
30132026-08-25T20:19:05.451Z Checking sigpipe v0.1.3
30142026-08-25T20:19:05.455Z Checking glob v0.3.3
30152026-08-25T20:19:06.394Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30162026-08-25T20:19:06.716Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30172026-08-25T20:19:07.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.50s
30182026-08-25T20:19:07.159Z
30192026-08-25T20:19:07.159Zinfo: running `cargo check --bins` on internal-dns-types (120/377)
30202026-08-25T20:19:07.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30212026-08-25T20:19:07.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30222026-08-25T20:19:07.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30232026-08-25T20:19:07.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30242026-08-25T20:19:07.765Z
30252026-08-25T20:19:07.765Zinfo: running `cargo check --bins` on internal-dns-types-versions (121/377)
30262026-08-25T20:19:08.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272026-08-25T20:19:08.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282026-08-25T20:19:08.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30292026-08-25T20:19:08.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30302026-08-25T20:19:08.275Z
30312026-08-25T20:19:08.275Zinfo: running `cargo check --bins` on nexus-types-versions (122/377)
30322026-08-25T20:19:08.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332026-08-25T20:19:08.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342026-08-25T20:19:08.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352026-08-25T20:19:08.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30362026-08-25T20:19:08.862Z
30372026-08-25T20:19:08.862Zinfo: running `cargo check --bins` on oxql-types (123/377)
30382026-08-25T20:19:09.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392026-08-25T20:19:09.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402026-08-25T20:19:09.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412026-08-25T20:19:09.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30422026-08-25T20:19:09.425Z
30432026-08-25T20:19:09.425Zinfo: running `cargo check --bins` on oximeter-types (124/377)
30442026-08-25T20:19:09.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-08-25T20:19:09.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-08-25T20:19:09.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472026-08-25T20:19:09.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30482026-08-25T20:19:09.984Z
30492026-08-25T20:19:09.984Zinfo: running `cargo check --bins` on oximeter-types-versions (125/377)
30502026-08-25T20:19:10.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-08-25T20:19:10.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-08-25T20:19:10.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-08-25T20:19:10.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30542026-08-25T20:19:10.549Z
30552026-08-25T20:19:10.549Zinfo: running `cargo check --bins` on oximeter-macro-impl (126/377)
30562026-08-25T20:19:11.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-08-25T20:19:11.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-08-25T20:19:11.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592026-08-25T20:19:11.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30602026-08-25T20:19:11.097Z
30612026-08-25T20:19:11.097Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (127/377)
30622026-08-25T20:19:11.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632026-08-25T20:19:11.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642026-08-25T20:19:11.765Z Compiling multer v3.1.0
30652026-08-25T20:19:11.877Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30662026-08-25T20:19:11.877Z Compiling async-stream-impl v0.3.6
30672026-08-25T20:19:11.892Z Compiling serde_tokenstream v0.3.0
30682026-08-25T20:19:11.901Z Compiling dropshot v0.17.1
30692026-08-25T20:19:11.914Z Compiling parse-display-derive v0.10.0
30702026-08-25T20:19:11.926Z Compiling dropshot_endpoint v0.17.1
30712026-08-25T20:19:11.929Z Compiling newtype-uuid-macros v0.1.0
30722026-08-25T20:19:12.091Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30732026-08-25T20:19:12.148Z Checking thread_local v1.1.9
30742026-08-25T20:19:12.198Z Compiling oxide-generation-macros v0.2.0
30752026-08-25T20:19:12.243Z Checking match_cfg v0.1.0
30762026-08-25T20:19:12.312Z Checking compression-core v0.4.31
30772026-08-25T20:19:12.331Z Checking hostname v0.3.1
30782026-08-25T20:19:12.430Z Checking crossbeam-channel v0.5.15
30792026-08-25T20:19:12.445Z Checking compression-codecs v0.4.37
30802026-08-25T20:19:12.445Z Checking atomicwrites v0.4.4
30812026-08-25T20:19:12.488Z Checking slog-json v2.6.1
30822026-08-25T20:19:12.576Z Checking toml_datetime v1.1.1+spec-1.1.0
30832026-08-25T20:19:12.610Z Checking is-terminal v0.4.17
30842026-08-25T20:19:12.647Z Checking serde_spanned v1.1.1
30852026-08-25T20:19:12.683Z Checking term v1.2.1
30862026-08-25T20:19:12.745Z Checking take_mut v0.2.2
30872026-08-25T20:19:12.762Z Checking debug-ignore v1.0.5
30882026-08-25T20:19:12.775Z Checking toml_writer v1.1.1+spec-1.1.0
30892026-08-25T20:19:12.788Z Checking slog-bunyan v2.5.0
30902026-08-25T20:19:12.801Z Checking slog-async v2.8.0
30912026-08-25T20:19:12.859Z Checking async-compression v0.4.41
30922026-08-25T20:19:12.898Z Checking async-stream v0.3.6
30932026-08-25T20:19:12.911Z Checking slog-term v2.9.2
30942026-08-25T20:19:12.925Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30952026-08-25T20:19:12.946Z Checking toml v1.1.2+spec-1.1.0
30962026-08-25T20:19:12.973Z Checking progenitor-client v0.14.0
30972026-08-25T20:19:13.023Z Checking sha1 v0.11.0
30982026-08-25T20:19:13.101Z Checking oxide-generation v0.1.3
30992026-08-25T20:19:13.164Z Checking waitgroup v0.1.2
31002026-08-25T20:19:13.198Z Checking rustls-pemfile v2.2.0
31012026-08-25T20:19:13.213Z Checking backon v1.6.0
31022026-08-25T20:19:13.258Z Checking serde_path_to_error v0.1.20
31032026-08-25T20:19:13.266Z Checking hostname v0.4.2
31042026-08-25T20:19:13.322Z Checking instant v0.1.13
31052026-08-25T20:19:13.393Z Checking progenitor-extras v0.2.0
31062026-08-25T20:19:13.438Z Checking backoff v0.4.0
31072026-08-25T20:19:13.541Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31082026-08-25T20:19:13.554Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31092026-08-25T20:19:13.585Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31102026-08-25T20:19:13.606Z Checking parse-display v0.10.0
31112026-08-25T20:19:13.620Z Checking regress v0.10.5
31122026-08-25T20:19:13.623Z Checking itertools v0.14.0
31132026-08-25T20:19:13.747Z Checking macaddr v1.0.1
31142026-08-25T20:19:13.909Z Checking humantime v2.3.0
31152026-08-25T20:19:14.765Z Compiling prettyplease v0.2.37
31162026-08-25T20:19:15.047Z Checking num-rational v0.4.2
31172026-08-25T20:19:15.320Z Checking num-complex v0.4.6
31182026-08-25T20:19:15.627Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31192026-08-25T20:19:15.704Z Checking num v0.4.3
31202026-08-25T20:19:15.855Z Compiling usdt-macro v0.5.0
31212026-08-25T20:19:15.869Z Compiling usdt-attr-macro v0.5.0
31222026-08-25T20:19:15.880Z Checking memmap v0.7.0
31232026-08-25T20:19:15.927Z Checking float-ord v0.3.2
31242026-08-25T20:19:16.032Z Compiling convert_case v0.4.0
31252026-08-25T20:19:16.397Z Compiling derive_more v0.99.20
31262026-08-25T20:19:16.504Z Checking newline-converter v0.3.0
31272026-08-25T20:19:16.592Z Checking console v0.15.11
31282026-08-25T20:19:16.612Z Compiling toml v0.8.23
31292026-08-25T20:19:16.643Z Checking usdt v0.5.0
31302026-08-25T20:19:16.838Z Checking linked-hash-map v0.5.6
31312026-08-25T20:19:16.875Z Compiling minimal-lexical v0.2.1
31322026-08-25T20:19:16.983Z Checking lru-cache v0.1.2
31332026-08-25T20:19:17.105Z Compiling nom v7.1.3
31342026-08-25T20:19:17.127Z Checking expectorate v1.2.0
31352026-08-25T20:19:17.272Z Checking camino-tempfile v1.4.1
31362026-08-25T20:19:17.433Z Checking hickory-proto v0.24.4
31372026-08-25T20:19:17.582Z Checking phf_shared v0.12.1
31382026-08-25T20:19:17.718Z Compiling slog-dtrace v0.3.0
31392026-08-25T20:19:17.732Z Checking resolv-conf v0.7.6
31402026-08-25T20:19:17.923Z Checking heck v0.5.0
31412026-08-25T20:19:18.050Z Compiling unicode-xid v0.2.6
31422026-08-25T20:19:18.101Z Compiling chrono-tz v0.10.4
31432026-08-25T20:19:18.174Z Compiling const_format_proc_macros v0.2.34
31442026-08-25T20:19:18.362Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31452026-08-25T20:19:18.394Z Checking phf v0.12.1
31462026-08-25T20:19:18.449Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31472026-08-25T20:19:18.538Z Checking tokio-dtrace v0.1.1
31482026-08-25T20:19:18.730Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31492026-08-25T20:19:18.980Z Compiling derive-where v1.6.0
31502026-08-25T20:19:19.006Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31512026-08-25T20:19:19.020Z Checking highway v1.3.0
31522026-08-25T20:19:19.267Z Checking const_format v0.2.35
31532026-08-25T20:19:19.312Z Checking hickory-resolver v0.24.4
31542026-08-25T20:19:19.498Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31552026-08-25T20:19:19.943Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31562026-08-25T20:19:20.021Z Checking oxide-tokio-rt v0.1.4
31572026-08-25T20:19:20.224Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31582026-08-25T20:19:20.237Z Checking qorb v0.4.1
31592026-08-25T20:19:20.413Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31602026-08-25T20:19:20.534Z Checking gethostname v0.5.0
31612026-08-25T20:19:20.549Z Checking bcs v0.1.6
31622026-08-25T20:19:20.569Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31632026-08-25T20:19:20.660Z Checking termtree v0.5.1
31642026-08-25T20:19:23.586Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31652026-08-25T20:19:26.629Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31662026-08-25T20:19:28.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.76s
31672026-08-25T20:19:29.029Z
31682026-08-25T20:19:29.029Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (128/377)
31692026-08-25T20:19:29.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702026-08-25T20:19:29.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712026-08-25T20:19:29.731Z Compiling ar_archive_writer v0.5.1
31722026-08-25T20:19:29.821Z Compiling stacker v0.1.23
31732026-08-25T20:19:29.826Z Compiling cfg_aliases v0.1.1
31742026-08-25T20:19:29.832Z Compiling proc-macro-error v1.0.4
31752026-08-25T20:19:29.839Z Checking fd-lock v4.0.4
31762026-08-25T20:19:29.843Z Checking nibble_vec v0.1.0
31772026-08-25T20:19:29.843Z Compiling recursive-proc-macro-impl v0.1.1
31782026-08-25T20:19:29.843Z Checking vte v0.14.1
31792026-08-25T20:19:29.880Z Compiling nix v0.28.0
31802026-08-25T20:19:29.957Z Checking bytecount v0.6.9
31812026-08-25T20:19:29.972Z Checking endian-type v0.1.2
31822026-08-25T20:19:30.012Z Checking strip-ansi-escapes v0.2.1
31832026-08-25T20:19:30.060Z Checking papergrid v0.11.0
31842026-08-25T20:19:30.075Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31852026-08-25T20:19:30.091Z Checking radix_trie v0.2.1
31862026-08-25T20:19:30.110Z Compiling peg-macros v0.8.5
31872026-08-25T20:19:30.121Z Compiling tabled_derive v0.7.0
31882026-08-25T20:19:30.241Z Checking winnow v0.6.26
31892026-08-25T20:19:30.299Z Compiling sqlparser_derive v0.5.0
31902026-08-25T20:19:30.536Z Checking home v0.5.12
31912026-08-25T20:19:30.642Z Checking unicode_categories v0.1.1
31922026-08-25T20:19:30.654Z Compiling psm v0.1.30
31932026-08-25T20:19:30.666Z Checking nu-ansi-term v0.50.3
31942026-08-25T20:19:30.814Z Checking crossterm v0.29.0
31952026-08-25T20:19:30.871Z Checking reedline v0.40.0
31962026-08-25T20:19:31.046Z Checking display-error-chain v0.2.2
31972026-08-25T20:19:31.064Z Checking tabled v0.15.0
31982026-08-25T20:19:31.150Z Checking rustyline v14.0.0
31992026-08-25T20:19:31.374Z Checking sqlformat v0.3.5
32002026-08-25T20:19:31.402Z Checking recursive v0.1.1
32012026-08-25T20:19:31.433Z Checking peg v0.8.5
32022026-08-25T20:19:31.492Z Checking sqlparser v0.61.0
32032026-08-25T20:19:42.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.56s
32042026-08-25T20:19:42.773Z
32052026-08-25T20:19:42.773Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (129/377)
32062026-08-25T20:19:43.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-08-25T20:19:43.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-08-25T20:19:43.428Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32092026-08-25T20:19:46.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
32102026-08-25T20:19:47.125Z
32112026-08-25T20:19:47.125Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (130/377)
32122026-08-25T20:19:47.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-08-25T20:19:47.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-08-25T20:19:47.791Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32152026-08-25T20:19:50.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
32162026-08-25T20:19:50.506Z
32172026-08-25T20:19:50.506Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (131/377)
32182026-08-25T20:19:50.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-08-25T20:19:50.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-08-25T20:19:51.157Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32212026-08-25T20:19:54.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s
32222026-08-25T20:19:54.678Z
32232026-08-25T20:19:54.678Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (132/377)
32242026-08-25T20:19:55.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-08-25T20:19:55.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-08-25T20:19:55.369Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32272026-08-25T20:19:58.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s
32282026-08-25T20:19:58.861Z
32292026-08-25T20:19:58.862Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (133/377)
32302026-08-25T20:19:59.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312026-08-25T20:19:59.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322026-08-25T20:19:59.504Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32332026-08-25T20:20:03.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s
32342026-08-25T20:20:03.223Z
32352026-08-25T20:20:03.223Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (134/377)
32362026-08-25T20:20:03.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372026-08-25T20:20:03.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382026-08-25T20:20:03.223Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32392026-08-25T20:20:05.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s
32402026-08-25T20:20:06.222Z
32412026-08-25T20:20:06.222Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (135/377)
32422026-08-25T20:20:06.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432026-08-25T20:20:06.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442026-08-25T20:20:06.892Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32452026-08-25T20:20:11.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
32462026-08-25T20:20:11.069Z
32472026-08-25T20:20:11.069Zinfo: running `cargo check --bins` on oximeter (136/377)
32482026-08-25T20:20:11.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492026-08-25T20:20:11.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502026-08-25T20:20:11.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32512026-08-25T20:20:11.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32522026-08-25T20:20:11.069Z
32532026-08-25T20:20:11.069Zinfo: running `cargo check --bins` on oximeter-schema (137/377)
32542026-08-25T20:20:13.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32552026-08-25T20:20:13.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32562026-08-25T20:20:13.265Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32572026-08-25T20:20:13.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
32582026-08-25T20:20:13.265Z
32592026-08-25T20:20:13.265Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (138/377)
32602026-08-25T20:20:13.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32612026-08-25T20:20:13.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32622026-08-25T20:20:13.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32632026-08-25T20:20:13.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32642026-08-25T20:20:13.265Z
32652026-08-25T20:20:13.265Zinfo: running `cargo check --bins` on oximeter-test-utils (139/377)
32662026-08-25T20:20:13.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32672026-08-25T20:20:13.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32682026-08-25T20:20:13.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32692026-08-25T20:20:13.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32702026-08-25T20:20:13.265Z
32712026-08-25T20:20:13.266Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (140/377)
32722026-08-25T20:20:13.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32732026-08-25T20:20:13.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32742026-08-25T20:20:13.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32752026-08-25T20:20:13.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32762026-08-25T20:20:13.837Z
32772026-08-25T20:20:13.837Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (141/377)
32782026-08-25T20:20:14.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32792026-08-25T20:20:14.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32802026-08-25T20:20:14.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32812026-08-25T20:20:14.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32822026-08-25T20:20:14.881Z
32832026-08-25T20:20:14.881Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (142/377)
32842026-08-25T20:20:14.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32852026-08-25T20:20:14.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32862026-08-25T20:20:14.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32872026-08-25T20:20:14.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32882026-08-25T20:20:14.897Z
32892026-08-25T20:20:14.898Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (143/377)
32902026-08-25T20:20:15.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32912026-08-25T20:20:15.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32922026-08-25T20:20:15.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32932026-08-25T20:20:15.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32942026-08-25T20:20:15.402Z
32952026-08-25T20:20:15.402Zinfo: running `cargo check --bins` on trust-quorum-test-utils (144/377)
32962026-08-25T20:20:15.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32972026-08-25T20:20:16.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32982026-08-25T20:20:16.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32992026-08-25T20:20:16.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33002026-08-25T20:20:16.010Z
33012026-08-25T20:20:16.010Zinfo: running `cargo check --bins` on reconfigurator-cli (145/377)
33022026-08-25T20:20:16.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33032026-08-25T20:20:16.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33042026-08-25T20:20:16.795Z Compiling crucible-workspace-hack v0.1.0
33052026-08-25T20:20:16.841Z Compiling regress v0.11.1
33062026-08-25T20:20:16.841Z Checking secrecy v0.10.3
33072026-08-25T20:20:16.842Z Checking half v2.7.1
33082026-08-25T20:20:16.842Z Checking ciborium-io v0.2.2
33092026-08-25T20:20:16.842Z Checking inout v0.1.4
33102026-08-25T20:20:16.842Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33112026-08-25T20:20:16.842Z Checking universal-hash v0.5.1
33122026-08-25T20:20:17.021Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33132026-08-25T20:20:17.031Z Compiling thiserror-impl-no-std v2.0.2
33142026-08-25T20:20:17.076Z Checking cipher v0.4.4
33152026-08-25T20:20:17.091Z Checking opaque-debug v0.3.1
33162026-08-25T20:20:17.159Z Checking poly1305 v0.8.0
33172026-08-25T20:20:17.181Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33182026-08-25T20:20:17.206Z Checking ciborium-ll v0.2.2
33192026-08-25T20:20:17.257Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33202026-08-25T20:20:17.292Z Checking chacha20 v0.9.1
33212026-08-25T20:20:17.378Z Checking ciborium v0.2.2
33222026-08-25T20:20:17.438Z Checking password-hash v0.5.0
33232026-08-25T20:20:17.470Z Checking blake2 v0.10.6
33242026-08-25T20:20:17.480Z Checking aead v0.5.2
33252026-08-25T20:20:17.646Z Compiling toml_datetime v0.7.5+spec-1.1.0
33262026-08-25T20:20:17.663Z Checking indent_write v2.2.0
33272026-08-25T20:20:17.690Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33282026-08-25T20:20:17.738Z Checking argon2 v0.5.3
33292026-08-25T20:20:17.788Z Checking chacha20poly1305 v0.10.1
33302026-08-25T20:20:17.812Z Compiling toml_edit v0.23.10+spec-1.0.0
33312026-08-25T20:20:17.891Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33322026-08-25T20:20:17.929Z Compiling unsafe-libyaml v0.2.11
33332026-08-25T20:20:18.056Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33342026-08-25T20:20:18.226Z Checking thiserror-no-std v2.0.2
33352026-08-25T20:20:18.268Z Compiling heapless v0.8.0
33362026-08-25T20:20:18.295Z Checking vsss-rs v3.3.4
33372026-08-25T20:20:18.534Z Compiling typify-impl v0.6.2
33382026-08-25T20:20:18.563Z Compiling serde_yaml v0.9.34+deprecated
33392026-08-25T20:20:18.679Z Compiling proc-macro-crate v3.4.0
33402026-08-25T20:20:19.016Z Compiling ingot-macros v0.2.0
33412026-08-25T20:20:19.202Z Compiling num_enum_derive v0.7.6
33422026-08-25T20:20:19.338Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33432026-08-25T20:20:19.427Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33442026-08-25T20:20:19.443Z Checking hash32 v0.3.1
33452026-08-25T20:20:19.574Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33462026-08-25T20:20:19.787Z Compiling smoltcp v0.11.0
33472026-08-25T20:20:20.006Z Checking tabwriter v1.4.1
33482026-08-25T20:20:20.108Z Checking cobs v0.3.0
33492026-08-25T20:20:20.153Z Checking swrite v0.1.0
33502026-08-25T20:20:20.167Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33512026-08-25T20:20:20.244Z Compiling proc-macro-crate v1.3.1
33522026-08-25T20:20:20.267Z Checking postcard v1.1.3
33532026-08-25T20:20:20.276Z Checking num_enum v0.7.6
33542026-08-25T20:20:20.382Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33552026-08-25T20:20:20.392Z Compiling foreign-types-macros v0.2.3
33562026-08-25T20:20:20.552Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33572026-08-25T20:20:20.569Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33582026-08-25T20:20:20.588Z Checking foreign-types-shared v0.3.1
33592026-08-25T20:20:20.661Z Checking colored v3.1.1
33602026-08-25T20:20:20.684Z Compiling num_enum_derive v0.5.11
33612026-08-25T20:20:20.924Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33622026-08-25T20:20:20.979Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33632026-08-25T20:20:20.994Z Checking foreign-types v0.5.0
33642026-08-25T20:20:21.076Z Checking cstr-argument v0.1.2
33652026-08-25T20:20:21.205Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
33662026-08-25T20:20:21.359Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33672026-08-25T20:20:21.416Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33682026-08-25T20:20:21.433Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33692026-08-25T20:20:21.490Z Checking rand v0.10.1
33702026-08-25T20:20:21.491Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
33712026-08-25T20:20:21.596Z Compiling zone_cfg_derive v0.3.1
33722026-08-25T20:20:21.632Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33732026-08-25T20:20:21.717Z Checking num_enum v0.5.11
33742026-08-25T20:20:21.735Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33752026-08-25T20:20:21.823Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33762026-08-25T20:20:21.842Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
33772026-08-25T20:20:21.863Z Checking ingot-types v0.2.0
33782026-08-25T20:20:21.991Z Checking itertools v0.12.1
33792026-08-25T20:20:22.012Z Compiling num-derive v0.4.2
33802026-08-25T20:20:22.235Z Checking ingot v0.2.1
33812026-08-25T20:20:22.247Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33822026-08-25T20:20:22.443Z Compiling semver v0.1.20
33832026-08-25T20:20:22.740Z Compiling rustc_version v0.1.7
33842026-08-25T20:20:22.956Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33852026-08-25T20:20:23.019Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33862026-08-25T20:20:23.026Z Checking smf v0.2.3
33872026-08-25T20:20:23.026Z Checking zone v0.3.1
33882026-08-25T20:20:23.058Z Compiling typify-macro v0.6.2
33892026-08-25T20:20:23.133Z Checking csv-core v0.1.13
33902026-08-25T20:20:23.164Z Checking nom v8.0.0
33912026-08-25T20:20:23.222Z Checking whoami v1.6.1
33922026-08-25T20:20:23.277Z Compiling newtype_derive v0.1.6
33932026-08-25T20:20:23.312Z Checking csv v1.4.0
33942026-08-25T20:20:23.404Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33952026-08-25T20:20:23.424Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33962026-08-25T20:20:23.536Z Compiling cancel-safe-futures v0.1.5
33972026-08-25T20:20:23.602Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33982026-08-25T20:20:23.679Z Compiling libefi-sys v0.1.0
33992026-08-25T20:20:23.726Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34002026-08-25T20:20:23.829Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34012026-08-25T20:20:23.951Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34022026-08-25T20:20:23.966Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34032026-08-25T20:20:24.013Z Checking oxide-update-engine-types v0.1.2
34042026-08-25T20:20:24.155Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34052026-08-25T20:20:24.177Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34062026-08-25T20:20:24.419Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34072026-08-25T20:20:24.465Z Compiling bitfield-struct v0.6.2
34082026-08-25T20:20:24.531Z Checking linear-map v1.2.0
34092026-08-25T20:20:24.719Z Checking steno v0.4.1
34102026-08-25T20:20:24.851Z Compiling typify v0.6.2
34112026-08-25T20:20:24.948Z Checking oxide-update-engine v0.1.2
34122026-08-25T20:20:24.967Z Compiling progenitor-impl v0.14.0
34132026-08-25T20:20:24.989Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34142026-08-25T20:20:25.068Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34152026-08-25T20:20:25.188Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34162026-08-25T20:20:25.225Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34172026-08-25T20:20:25.373Z Checking sha1 v0.10.6
34182026-08-25T20:20:25.391Z Checking utf-8 v0.7.6
34192026-08-25T20:20:25.531Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34202026-08-25T20:20:25.551Z Checking tungstenite v0.21.0
34212026-08-25T20:20:25.625Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34222026-08-25T20:20:25.722Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
34232026-08-25T20:20:25.861Z Checking ignore v0.4.25
34242026-08-25T20:20:25.946Z Checking anstyle-parse v0.2.7
34252026-08-25T20:20:25.957Z Compiling xshell-macros v0.2.7
34262026-08-25T20:20:26.036Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34272026-08-25T20:20:26.110Z Checking anstream v0.6.21
34282026-08-25T20:20:26.121Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34292026-08-25T20:20:26.186Z Checking tokio-tungstenite v0.21.0
34302026-08-25T20:20:26.250Z Checking predicates-tree v1.0.13
34312026-08-25T20:20:26.268Z Checking globwalk v0.9.1
34322026-08-25T20:20:26.315Z Checking xshell v0.2.7
34332026-08-25T20:20:26.341Z Checking filetime v0.2.27
34342026-08-25T20:20:26.373Z Checking tagptr v0.2.0
34352026-08-25T20:20:26.452Z Checking xattr v1.6.1
34362026-08-25T20:20:26.474Z Checking camino-tempfile-ext v0.3.3
34372026-08-25T20:20:26.483Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34382026-08-25T20:20:26.509Z Checking moka v0.12.13
34392026-08-25T20:20:26.512Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34402026-08-25T20:20:26.587Z Checking tar v0.4.46
34412026-08-25T20:20:26.660Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34422026-08-25T20:20:26.664Z Checking rand_seeder v0.4.0
34432026-08-25T20:20:26.664Z Checking half v1.8.3
34442026-08-25T20:20:26.819Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34452026-08-25T20:20:26.825Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34462026-08-25T20:20:26.892Z Checking serde_cbor v0.11.2
34472026-08-25T20:20:26.972Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34482026-08-25T20:20:27.145Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
34492026-08-25T20:20:27.167Z Checking hickory-resolver v0.25.2
34502026-08-25T20:20:27.243Z Checking sha2 v0.11.0
34512026-08-25T20:20:27.340Z Checking digest-io v0.1.0
34522026-08-25T20:20:27.463Z Compiling petname v2.0.2
34532026-08-25T20:20:27.581Z Compiling progenitor-macro v0.14.0
34542026-08-25T20:20:27.886Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34552026-08-25T20:20:27.909Z Checking rawzip v0.4.4
34562026-08-25T20:20:27.951Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34572026-08-25T20:20:28.207Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34582026-08-25T20:20:28.326Z Checking sapling-renderdag v0.1.0
34592026-08-25T20:20:28.368Z Checking subprocess v0.2.15
34602026-08-25T20:20:28.418Z Checking sync-ptr v0.1.4
34612026-08-25T20:20:28.624Z Checking colored v2.2.0
34622026-08-25T20:20:28.647Z Checking assert_matches v1.5.0
34632026-08-25T20:20:28.684Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34642026-08-25T20:20:28.766Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34652026-08-25T20:20:28.986Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34662026-08-25T20:20:29.034Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34672026-08-25T20:20:29.401Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34682026-08-25T20:20:29.687Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34692026-08-25T20:20:29.687Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34702026-08-25T20:20:30.574Z Checking progenitor v0.14.0
34712026-08-25T20:20:30.820Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34722026-08-25T20:20:30.834Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34732026-08-25T20:20:30.834Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34742026-08-25T20:20:30.834Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34752026-08-25T20:20:30.834Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34762026-08-25T20:20:30.834Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34772026-08-25T20:20:31.099Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34782026-08-25T20:20:31.305Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34792026-08-25T20:20:31.343Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34802026-08-25T20:20:31.573Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34812026-08-25T20:20:31.776Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34822026-08-25T20:20:31.836Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34832026-08-25T20:20:35.743Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34842026-08-25T20:20:35.772Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34852026-08-25T20:20:35.772Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34862026-08-25T20:20:35.772Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34872026-08-25T20:20:42.432Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34882026-08-25T20:20:49.799Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34892026-08-25T20:20:49.799Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34902026-08-25T20:20:49.805Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34912026-08-25T20:20:51.293Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34922026-08-25T20:20:52.582Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34932026-08-25T20:20:54.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.87s
34942026-08-25T20:20:55.056Z
34952026-08-25T20:20:55.056Zinfo: running `cargo check --bins` on nexus-inventory (146/377)
34962026-08-25T20:20:55.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-08-25T20:20:55.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-08-25T20:20:55.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-08-25T20:20:55.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35002026-08-25T20:20:55.678Z
35012026-08-25T20:20:55.678Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (147/377)
35022026-08-25T20:20:56.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-08-25T20:20:56.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-08-25T20:20:56.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-08-25T20:20:56.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35062026-08-25T20:20:56.253Z
35072026-08-25T20:20:56.253Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (148/377)
35082026-08-25T20:20:56.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-08-25T20:20:56.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-08-25T20:20:56.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-08-25T20:20:56.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35122026-08-25T20:20:56.830Z
35132026-08-25T20:20:56.830Zinfo: running `cargo check --bins` on dns-service-client (149/377)
35142026-08-25T20:20:57.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-08-25T20:20:57.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-08-25T20:20:57.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-08-25T20:20:57.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35182026-08-25T20:20:57.395Z
35192026-08-25T20:20:57.395Zinfo: running `cargo check --bins` on ntp-admin-client (150/377)
35202026-08-25T20:20:57.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-08-25T20:20:57.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-08-25T20:20:57.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-08-25T20:20:57.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35242026-08-25T20:20:58.051Z
35252026-08-25T20:20:58.051Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (151/377)
35262026-08-25T20:20:58.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-08-25T20:20:58.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-08-25T20:20:58.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-08-25T20:20:58.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35302026-08-25T20:20:58.521Z
35312026-08-25T20:20:58.521Zinfo: running `cargo check --bins` on cockroach-admin-client (152/377)
35322026-08-25T20:20:58.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-08-25T20:20:59.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-08-25T20:20:59.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-08-25T20:20:59.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35362026-08-25T20:20:59.085Z
35372026-08-25T20:20:59.085Zinfo: running `cargo check --bins` on parallel-task-set (153/377)
35382026-08-25T20:20:59.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-08-25T20:20:59.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-08-25T20:20:59.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-08-25T20:20:59.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35422026-08-25T20:20:59.645Z
35432026-08-25T20:20:59.645Zinfo: running `cargo check --bins` on sled-agent-client (154/377)
35442026-08-25T20:21:00.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-08-25T20:21:00.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-08-25T20:21:00.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-08-25T20:21:00.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35482026-08-25T20:21:00.228Z
35492026-08-25T20:21:00.228Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (155/377)
35502026-08-25T20:21:00.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-08-25T20:21:00.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-08-25T20:21:00.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-08-25T20:21:00.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35542026-08-25T20:21:00.823Z
35552026-08-25T20:21:00.823Zinfo: running `cargo check --bins --no-default-features` on sled-storage (156/377)
35562026-08-25T20:21:01.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-08-25T20:21:01.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-08-25T20:21:01.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-08-25T20:21:01.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35602026-08-25T20:21:01.416Z
35612026-08-25T20:21:01.416Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (157/377)
35622026-08-25T20:21:01.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-08-25T20:21:01.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-08-25T20:21:01.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-08-25T20:21:01.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35662026-08-25T20:21:02.010Z
35672026-08-25T20:21:02.010Zinfo: running `cargo check --bins` on key-manager (158/377)
35682026-08-25T20:21:02.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-08-25T20:21:02.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-08-25T20:21:02.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-08-25T20:21:02.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35722026-08-25T20:21:02.593Z
35732026-08-25T20:21:02.593Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (159/377)
35742026-08-25T20:21:03.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-08-25T20:21:03.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-08-25T20:21:03.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-08-25T20:21:03.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35782026-08-25T20:21:03.196Z
35792026-08-25T20:21:03.196Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (160/377)
35802026-08-25T20:21:03.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-08-25T20:21:03.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-08-25T20:21:03.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-08-25T20:21:03.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35842026-08-25T20:21:03.804Z
35852026-08-25T20:21:03.804Zinfo: running `cargo check --bins` on typed-rng (161/377)
35862026-08-25T20:21:04.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-08-25T20:21:04.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-08-25T20:21:04.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-08-25T20:21:04.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35902026-08-25T20:21:04.412Z
35912026-08-25T20:21:04.412Zinfo: running `cargo check --bins` on gateway-test-utils (162/377)
35922026-08-25T20:21:04.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-08-25T20:21:04.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-08-25T20:21:04.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-08-25T20:21:04.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35962026-08-25T20:21:04.968Z
35972026-08-25T20:21:04.968Zinfo: running `cargo check --bins` on omicron-gateway (163/377)
35982026-08-25T20:21:05.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-08-25T20:21:05.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-08-25T20:21:05.735Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36012026-08-25T20:21:05.755Z Checking void v1.0.2
36022026-08-25T20:21:05.755Z Checking tungstenite v0.23.0
36032026-08-25T20:21:05.755Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
36042026-08-25T20:21:05.819Z Checking dropshot-api-manager-types v0.8.0
36052026-08-25T20:21:05.827Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36062026-08-25T20:21:05.840Z Checking nix v0.27.1
36072026-08-25T20:21:05.850Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36082026-08-25T20:21:05.907Z Checking lzss v0.8.2
36092026-08-25T20:21:05.981Z Checking kstat-rs v0.2.5
36102026-08-25T20:21:06.027Z Checking fxhash v0.2.1
36112026-08-25T20:21:06.111Z Checking serde_bytes v0.11.19
36122026-08-25T20:21:06.119Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36132026-08-25T20:21:06.132Z Checking signal-hook-tokio v0.3.1
36142026-08-25T20:21:06.132Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36152026-08-25T20:21:06.170Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36162026-08-25T20:21:06.224Z Checking tokio-tungstenite v0.23.1
36172026-08-25T20:21:06.422Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36182026-08-25T20:21:07.461Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36192026-08-25T20:21:08.007Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36202026-08-25T20:21:10.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.17s
36212026-08-25T20:21:10.675Z
36222026-08-25T20:21:10.675Zinfo: running `cargo check --bins` on gateway-api (164/377)
36232026-08-25T20:21:10.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-08-25T20:21:11.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-08-25T20:21:11.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-08-25T20:21:11.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36272026-08-25T20:21:11.104Z
36282026-08-25T20:21:11.104Zinfo: running `cargo check --bins` on ipcc (165/377)
36292026-08-25T20:21:11.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-08-25T20:21:11.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-08-25T20:21:11.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-08-25T20:21:11.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36332026-08-25T20:21:11.537Z
36342026-08-25T20:21:11.537Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (166/377)
36352026-08-25T20:21:12.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-08-25T20:21:12.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-08-25T20:21:12.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-08-25T20:21:12.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36392026-08-25T20:21:12.139Z
36402026-08-25T20:21:12.139Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (167/377)
36412026-08-25T20:21:12.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-08-25T20:21:12.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-08-25T20:21:12.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-08-25T20:21:12.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36452026-08-25T20:21:12.668Z
36462026-08-25T20:21:12.669Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (168/377)
36472026-08-25T20:21:13.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-08-25T20:21:13.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-08-25T20:21:13.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-08-25T20:21:13.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36512026-08-25T20:21:13.320Z
36522026-08-25T20:21:13.320Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (169/377)
36532026-08-25T20:21:13.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-08-25T20:21:13.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-08-25T20:21:13.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36562026-08-25T20:21:13.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36572026-08-25T20:21:13.768Z
36582026-08-25T20:21:13.769Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (170/377)
36592026-08-25T20:21:14.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602026-08-25T20:21:14.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612026-08-25T20:21:14.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36622026-08-25T20:21:14.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36632026-08-25T20:21:14.383Z
36642026-08-25T20:21:14.384Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (171/377)
36652026-08-25T20:21:14.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36662026-08-25T20:21:14.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36672026-08-25T20:21:14.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36682026-08-25T20:21:14.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36692026-08-25T20:21:14.929Z
36702026-08-25T20:21:14.930Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (172/377)
36712026-08-25T20:21:15.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36722026-08-25T20:21:15.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36732026-08-25T20:21:15.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36742026-08-25T20:21:15.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36752026-08-25T20:21:15.510Z
36762026-08-25T20:21:15.510Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (173/377)
36772026-08-25T20:21:15.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36782026-08-25T20:21:15.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36792026-08-25T20:21:15.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36802026-08-25T20:21:16.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36812026-08-25T20:21:16.089Z
36822026-08-25T20:21:16.089Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (174/377)
36832026-08-25T20:21:16.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36842026-08-25T20:21:16.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36852026-08-25T20:21:16.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36862026-08-25T20:21:16.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36872026-08-25T20:21:16.670Z
36882026-08-25T20:21:16.670Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (175/377)
36892026-08-25T20:21:17.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36902026-08-25T20:21:17.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36912026-08-25T20:21:17.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36922026-08-25T20:21:17.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36932026-08-25T20:21:17.234Z
36942026-08-25T20:21:17.234Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (176/377)
36952026-08-25T20:21:17.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36962026-08-25T20:21:17.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36972026-08-25T20:21:17.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36982026-08-25T20:21:17.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36992026-08-25T20:21:17.813Z
37002026-08-25T20:21:17.813Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (177/377)
37012026-08-25T20:21:18.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022026-08-25T20:21:18.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032026-08-25T20:21:18.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37042026-08-25T20:21:18.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37052026-08-25T20:21:18.381Z
37062026-08-25T20:21:18.381Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (178/377)
37072026-08-25T20:21:18.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082026-08-25T20:21:18.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092026-08-25T20:21:18.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37102026-08-25T20:21:18.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37112026-08-25T20:21:18.953Z
37122026-08-25T20:21:18.953Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (179/377)
37132026-08-25T20:21:19.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142026-08-25T20:21:19.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152026-08-25T20:21:19.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37162026-08-25T20:21:19.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37172026-08-25T20:21:19.525Z
37182026-08-25T20:21:19.525Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (180/377)
37192026-08-25T20:21:20.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202026-08-25T20:21:20.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212026-08-25T20:21:20.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37222026-08-25T20:21:20.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37232026-08-25T20:21:20.095Z
37242026-08-25T20:21:20.095Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (181/377)
37252026-08-25T20:21:20.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262026-08-25T20:21:20.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272026-08-25T20:21:20.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37282026-08-25T20:21:20.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37292026-08-25T20:21:20.671Z
37302026-08-25T20:21:20.671Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (182/377)
37312026-08-25T20:21:21.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322026-08-25T20:21:21.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332026-08-25T20:21:21.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37342026-08-25T20:21:21.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37352026-08-25T20:21:21.246Z
37362026-08-25T20:21:21.246Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (183/377)
37372026-08-25T20:21:21.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382026-08-25T20:21:21.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392026-08-25T20:21:21.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37402026-08-25T20:21:21.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37412026-08-25T20:21:21.820Z
37422026-08-25T20:21:21.821Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (184/377)
37432026-08-25T20:21:22.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442026-08-25T20:21:22.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452026-08-25T20:21:22.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37462026-08-25T20:21:22.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37472026-08-25T20:21:22.392Z
37482026-08-25T20:21:22.392Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (185/377)
37492026-08-25T20:21:22.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37502026-08-25T20:21:22.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37512026-08-25T20:21:22.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37522026-08-25T20:21:22.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37532026-08-25T20:21:22.965Z
37542026-08-25T20:21:22.965Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (186/377)
37552026-08-25T20:21:23.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37562026-08-25T20:21:23.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37572026-08-25T20:21:23.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37582026-08-25T20:21:23.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37592026-08-25T20:21:23.557Z
37602026-08-25T20:21:23.557Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (187/377)
37612026-08-25T20:21:24.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622026-08-25T20:21:24.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632026-08-25T20:21:24.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37642026-08-25T20:21:24.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37652026-08-25T20:21:24.152Z
37662026-08-25T20:21:24.152Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (188/377)
37672026-08-25T20:21:24.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682026-08-25T20:21:24.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692026-08-25T20:21:24.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37702026-08-25T20:21:24.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37712026-08-25T20:21:24.749Z
37722026-08-25T20:21:24.749Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (189/377)
37732026-08-25T20:21:25.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742026-08-25T20:21:25.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752026-08-25T20:21:25.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37762026-08-25T20:21:25.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37772026-08-25T20:21:25.336Z
37782026-08-25T20:21:25.336Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (190/377)
37792026-08-25T20:21:25.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802026-08-25T20:21:25.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812026-08-25T20:21:25.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37822026-08-25T20:21:25.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37832026-08-25T20:21:25.926Z
37842026-08-25T20:21:25.926Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (191/377)
37852026-08-25T20:21:26.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37862026-08-25T20:21:26.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37872026-08-25T20:21:26.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37882026-08-25T20:21:26.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37892026-08-25T20:21:26.517Z
37902026-08-25T20:21:26.517Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (192/377)
37912026-08-25T20:21:27.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37922026-08-25T20:21:27.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37932026-08-25T20:21:27.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37942026-08-25T20:21:27.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37952026-08-25T20:21:27.117Z
37962026-08-25T20:21:27.117Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (193/377)
37972026-08-25T20:21:27.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37982026-08-25T20:21:27.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37992026-08-25T20:21:27.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38002026-08-25T20:21:27.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38012026-08-25T20:21:27.695Z
38022026-08-25T20:21:27.695Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (194/377)
38032026-08-25T20:21:28.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38042026-08-25T20:21:28.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38052026-08-25T20:21:28.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38062026-08-25T20:21:28.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38072026-08-25T20:21:28.280Z
38082026-08-25T20:21:28.280Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (195/377)
38092026-08-25T20:21:28.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38102026-08-25T20:21:28.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38112026-08-25T20:21:28.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38122026-08-25T20:21:28.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38132026-08-25T20:21:28.871Z
38142026-08-25T20:21:28.871Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (196/377)
38152026-08-25T20:21:29.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38162026-08-25T20:21:29.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38172026-08-25T20:21:29.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38182026-08-25T20:21:29.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38192026-08-25T20:21:29.465Z
38202026-08-25T20:21:29.465Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (197/377)
38212026-08-25T20:21:29.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38222026-08-25T20:21:29.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38232026-08-25T20:21:29.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38242026-08-25T20:21:29.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38252026-08-25T20:21:30.052Z
38262026-08-25T20:21:30.052Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (198/377)
38272026-08-25T20:21:30.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38282026-08-25T20:21:30.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38292026-08-25T20:21:30.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38302026-08-25T20:21:30.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38312026-08-25T20:21:30.656Z
38322026-08-25T20:21:30.656Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (199/377)
38332026-08-25T20:21:31.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38342026-08-25T20:21:31.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38352026-08-25T20:21:31.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38362026-08-25T20:21:31.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38372026-08-25T20:21:31.226Z
38382026-08-25T20:21:31.226Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (200/377)
38392026-08-25T20:21:31.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38402026-08-25T20:21:31.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38412026-08-25T20:21:31.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38422026-08-25T20:21:31.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38432026-08-25T20:21:31.818Z
38442026-08-25T20:21:31.819Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (201/377)
38452026-08-25T20:21:32.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-08-25T20:21:32.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-08-25T20:21:32.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38482026-08-25T20:21:32.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38492026-08-25T20:21:32.415Z
38502026-08-25T20:21:32.415Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (202/377)
38512026-08-25T20:21:32.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-08-25T20:21:32.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-08-25T20:21:32.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38542026-08-25T20:21:32.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38552026-08-25T20:21:33.000Z
38562026-08-25T20:21:33.000Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (203/377)
38572026-08-25T20:21:33.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-08-25T20:21:33.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-08-25T20:21:33.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38602026-08-25T20:21:33.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38612026-08-25T20:21:33.593Z
38622026-08-25T20:21:33.593Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (204/377)
38632026-08-25T20:21:34.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-08-25T20:21:34.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-08-25T20:21:34.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38662026-08-25T20:21:34.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38672026-08-25T20:21:34.166Z
38682026-08-25T20:21:34.166Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (205/377)
38692026-08-25T20:21:34.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-08-25T20:21:34.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-08-25T20:21:34.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38722026-08-25T20:21:34.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38732026-08-25T20:21:34.744Z
38742026-08-25T20:21:34.744Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (206/377)
38752026-08-25T20:21:35.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-08-25T20:21:35.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-08-25T20:21:35.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38782026-08-25T20:21:35.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38792026-08-25T20:21:35.317Z
38802026-08-25T20:21:35.317Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (207/377)
38812026-08-25T20:21:35.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-08-25T20:21:35.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-08-25T20:21:35.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38842026-08-25T20:21:35.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38852026-08-25T20:21:35.893Z
38862026-08-25T20:21:35.893Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (208/377)
38872026-08-25T20:21:36.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-08-25T20:21:36.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-08-25T20:21:36.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-08-25T20:21:36.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38912026-08-25T20:21:36.471Z
38922026-08-25T20:21:36.471Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (209/377)
38932026-08-25T20:21:36.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-08-25T20:21:36.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-08-25T20:21:36.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-08-25T20:21:36.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38972026-08-25T20:21:37.043Z
38982026-08-25T20:21:37.043Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (210/377)
38992026-08-25T20:21:37.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-08-25T20:21:37.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-08-25T20:21:37.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-08-25T20:21:37.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39032026-08-25T20:21:37.621Z
39042026-08-25T20:21:37.621Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (211/377)
39052026-08-25T20:21:38.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-08-25T20:21:38.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-08-25T20:21:38.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-08-25T20:21:38.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39092026-08-25T20:21:38.199Z
39102026-08-25T20:21:38.199Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (212/377)
39112026-08-25T20:21:38.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-08-25T20:21:38.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-08-25T20:21:38.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-08-25T20:21:38.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39152026-08-25T20:21:38.770Z
39162026-08-25T20:21:38.770Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (213/377)
39172026-08-25T20:21:39.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-08-25T20:21:39.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-08-25T20:21:39.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-08-25T20:21:39.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39212026-08-25T20:21:39.347Z
39222026-08-25T20:21:39.347Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (214/377)
39232026-08-25T20:21:39.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-08-25T20:21:39.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-08-25T20:21:39.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-08-25T20:21:39.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39272026-08-25T20:21:39.925Z
39282026-08-25T20:21:39.925Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (215/377)
39292026-08-25T20:21:40.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-08-25T20:21:40.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-08-25T20:21:40.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-08-25T20:21:40.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39332026-08-25T20:21:40.506Z
39342026-08-25T20:21:40.506Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (216/377)
39352026-08-25T20:21:40.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-08-25T20:21:40.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-08-25T20:21:40.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-08-25T20:21:40.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39392026-08-25T20:21:41.084Z
39402026-08-25T20:21:41.084Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (217/377)
39412026-08-25T20:21:41.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-08-25T20:21:41.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-08-25T20:21:41.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-08-25T20:21:41.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39452026-08-25T20:21:41.663Z
39462026-08-25T20:21:41.663Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (218/377)
39472026-08-25T20:21:42.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-08-25T20:21:42.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-08-25T20:21:42.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-08-25T20:21:42.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39512026-08-25T20:21:42.246Z
39522026-08-25T20:21:42.246Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (219/377)
39532026-08-25T20:21:42.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-08-25T20:21:42.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-08-25T20:21:42.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-08-25T20:21:42.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39572026-08-25T20:21:42.815Z
39582026-08-25T20:21:42.815Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (220/377)
39592026-08-25T20:21:43.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-08-25T20:21:43.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-08-25T20:21:43.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-08-25T20:21:43.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39632026-08-25T20:21:43.412Z
39642026-08-25T20:21:43.412Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (221/377)
39652026-08-25T20:21:43.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-08-25T20:21:43.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-08-25T20:21:43.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-08-25T20:21:43.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39692026-08-25T20:21:44.006Z
39702026-08-25T20:21:44.006Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (222/377)
39712026-08-25T20:21:44.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-08-25T20:21:44.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-08-25T20:21:44.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-08-25T20:21:44.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39752026-08-25T20:21:44.612Z
39762026-08-25T20:21:44.612Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (223/377)
39772026-08-25T20:21:45.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-08-25T20:21:45.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-08-25T20:21:45.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-08-25T20:21:45.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39812026-08-25T20:21:45.198Z
39822026-08-25T20:21:45.198Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (224/377)
39832026-08-25T20:21:45.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-08-25T20:21:45.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-08-25T20:21:45.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-08-25T20:21:45.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39872026-08-25T20:21:45.788Z
39882026-08-25T20:21:45.789Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (225/377)
39892026-08-25T20:21:46.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-08-25T20:21:46.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-08-25T20:21:46.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-08-25T20:21:46.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39932026-08-25T20:21:46.390Z
39942026-08-25T20:21:46.390Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (226/377)
39952026-08-25T20:21:46.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-08-25T20:21:46.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-08-25T20:21:46.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-08-25T20:21:46.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39992026-08-25T20:21:46.976Z
40002026-08-25T20:21:46.977Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (227/377)
40012026-08-25T20:21:47.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-08-25T20:21:47.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-08-25T20:21:47.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-08-25T20:21:47.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40052026-08-25T20:21:47.574Z
40062026-08-25T20:21:47.575Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (228/377)
40072026-08-25T20:21:48.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-08-25T20:21:48.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-08-25T20:21:48.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-08-25T20:21:48.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40112026-08-25T20:21:48.162Z
40122026-08-25T20:21:48.162Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (229/377)
40132026-08-25T20:21:48.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-08-25T20:21:48.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-08-25T20:21:48.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-08-25T20:21:48.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40172026-08-25T20:21:48.751Z
40182026-08-25T20:21:48.751Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (230/377)
40192026-08-25T20:21:49.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-08-25T20:21:49.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-08-25T20:21:49.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40222026-08-25T20:21:49.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40232026-08-25T20:21:49.340Z
40242026-08-25T20:21:49.340Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (231/377)
40252026-08-25T20:21:49.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-08-25T20:21:49.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-08-25T20:21:49.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40282026-08-25T20:21:49.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40292026-08-25T20:21:49.937Z
40302026-08-25T20:21:49.937Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (232/377)
40312026-08-25T20:21:50.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322026-08-25T20:21:50.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332026-08-25T20:21:50.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40342026-08-25T20:21:50.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40352026-08-25T20:21:50.528Z
40362026-08-25T20:21:50.528Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (233/377)
40372026-08-25T20:21:51.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-08-25T20:21:51.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-08-25T20:21:51.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40402026-08-25T20:21:51.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40412026-08-25T20:21:51.119Z
40422026-08-25T20:21:51.119Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (234/377)
40432026-08-25T20:21:51.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-08-25T20:21:51.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-08-25T20:21:51.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40462026-08-25T20:21:51.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40472026-08-25T20:21:51.712Z
40482026-08-25T20:21:51.712Zinfo: running `cargo check --bins` on oximeter-producer (235/377)
40492026-08-25T20:21:52.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-08-25T20:21:52.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-08-25T20:21:52.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40522026-08-25T20:21:52.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40532026-08-25T20:21:52.326Z
40542026-08-25T20:21:52.326Zinfo: running `cargo check --bins` on internal-dns-resolver (236/377)
40552026-08-25T20:21:52.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-08-25T20:21:52.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-08-25T20:21:52.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40582026-08-25T20:21:52.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40592026-08-25T20:21:52.904Z
40602026-08-25T20:21:52.904Zinfo: running `cargo check --bins` on dns-server (237/377)
40612026-08-25T20:21:53.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-08-25T20:21:53.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-08-25T20:21:53.559Z Compiling parking_lot_core v0.8.6
40642026-08-25T20:21:53.667Z Compiling git-stub v1.0.0
40652026-08-25T20:21:53.675Z Checking prefix-trie v0.7.0
40662026-08-25T20:21:53.682Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
40672026-08-25T20:21:53.797Z Compiling git-stub-vcs v0.1.0
40682026-08-25T20:21:53.956Z Checking hickory-server v0.25.2
40692026-08-25T20:21:54.072Z Checking parking_lot v0.11.2
40702026-08-25T20:21:54.100Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40712026-08-25T20:21:54.229Z Checking sled v0.34.7
40722026-08-25T20:21:56.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
40732026-08-25T20:21:56.351Z
40742026-08-25T20:21:56.351Zinfo: running `cargo check --bins` on dns-server-api (238/377)
40752026-08-25T20:21:56.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40762026-08-25T20:21:56.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40772026-08-25T20:21:56.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40782026-08-25T20:21:56.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40792026-08-25T20:21:56.922Z
40802026-08-25T20:21:56.923Zinfo: running `cargo check --bins` on nexus-client (239/377)
40812026-08-25T20:21:57.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-08-25T20:21:57.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-08-25T20:21:57.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40842026-08-25T20:21:57.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40852026-08-25T20:21:57.535Z
40862026-08-25T20:21:57.535Zinfo: running `cargo check --bins` on oximeter-producer-api (240/377)
40872026-08-25T20:21:58.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-08-25T20:21:58.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-08-25T20:21:58.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40902026-08-25T20:21:58.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40912026-08-25T20:21:58.107Z
40922026-08-25T20:21:58.107Zinfo: running `cargo check --bins` on sp-sim (241/377)
40932026-08-25T20:21:58.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-08-25T20:21:58.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-08-25T20:21:58.830Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
40962026-08-25T20:21:59.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
40972026-08-25T20:21:59.552Z
40982026-08-25T20:21:59.552Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (242/377)
40992026-08-25T20:22:00.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41002026-08-25T20:22:00.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41012026-08-25T20:22:00.401Z Compiling proc-macro-error-attr2 v2.0.0
41022026-08-25T20:22:00.516Z Compiling hashbrown v0.14.5
41032026-08-25T20:22:00.521Z Compiling rfc6979 v0.4.0
41042026-08-25T20:22:00.553Z Compiling salty v0.3.0
41052026-08-25T20:22:00.553Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
41062026-08-25T20:22:00.553Z Compiling primeorder v0.13.6
41072026-08-25T20:22:00.563Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41082026-08-25T20:22:00.657Z Compiling ecdsa v0.16.9
41092026-08-25T20:22:00.711Z Compiling sha1 v0.10.6
41102026-08-25T20:22:00.803Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
41112026-08-25T20:22:00.886Z Compiling proc-macro-error2 v2.0.1
41122026-08-25T20:22:00.990Z Compiling p384 v0.13.1
41132026-08-25T20:22:01.020Z Compiling chumsky v0.9.3
41142026-08-25T20:22:01.027Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
41152026-08-25T20:22:01.056Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
41162026-08-25T20:22:01.191Z Compiling knus-derive v3.4.0
41172026-08-25T20:22:01.224Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
41182026-08-25T20:22:01.392Z Checking libscf-sys v1.2.0
41192026-08-25T20:22:01.396Z Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
41202026-08-25T20:22:01.447Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41212026-08-25T20:22:01.543Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
41222026-08-25T20:22:01.566Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41232026-08-25T20:22:01.741Z Checking corncobs v0.1.4
41242026-08-25T20:22:01.772Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
41252026-08-25T20:22:01.786Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
41262026-08-25T20:22:01.800Z Checking papergrid v0.18.0
41272026-08-25T20:22:01.817Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41282026-08-25T20:22:01.871Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41292026-08-25T20:22:01.929Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41302026-08-25T20:22:01.972Z Checking secrecy v0.8.0
41312026-08-25T20:22:02.108Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41322026-08-25T20:22:02.126Z Compiling unicase v2.9.0
41332026-08-25T20:22:02.236Z Compiling progenitor-impl v0.13.0
41342026-08-25T20:22:02.278Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41352026-08-25T20:22:02.329Z Compiling mime_guess v2.0.5
41362026-08-25T20:22:02.355Z Checking crc8 v0.1.1
41372026-08-25T20:22:02.457Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41382026-08-25T20:22:02.576Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41392026-08-25T20:22:02.592Z Checking tabled v0.21.0
41402026-08-25T20:22:02.592Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41412026-08-25T20:22:02.616Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
41422026-08-25T20:22:02.648Z Compiling knus v3.4.0
41432026-08-25T20:22:03.135Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
41442026-08-25T20:22:03.426Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
41452026-08-25T20:22:03.489Z Checking progenitor-client v0.13.0
41462026-08-25T20:22:03.568Z Checking http-range v0.1.5
41472026-08-25T20:22:03.702Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41482026-08-25T20:22:03.740Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41492026-08-25T20:22:03.816Z Checking scuffle v0.1.0
41502026-08-25T20:22:03.887Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41512026-08-25T20:22:04.088Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41522026-08-25T20:22:04.392Z Checking nanorand v0.7.0
41532026-08-25T20:22:04.487Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41542026-08-25T20:22:04.598Z Checking flume v0.11.1
41552026-08-25T20:22:04.707Z Checking hyper-staticfile v0.10.1
41562026-08-25T20:22:04.750Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41572026-08-25T20:22:04.848Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
41582026-08-25T20:22:04.866Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
41592026-08-25T20:22:04.880Z Compiling progenitor-macro v0.13.0
41602026-08-25T20:22:04.900Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
41612026-08-25T20:22:04.998Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
41622026-08-25T20:22:05.013Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
41632026-08-25T20:22:05.215Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
41642026-08-25T20:22:05.258Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41652026-08-25T20:22:05.410Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
41662026-08-25T20:22:05.448Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
41672026-08-25T20:22:05.639Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
41682026-08-25T20:22:05.725Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
41692026-08-25T20:22:05.932Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41702026-08-25T20:22:07.237Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41712026-08-25T20:22:08.213Z Checking progenitor v0.13.0
41722026-08-25T20:22:08.381Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41732026-08-25T20:22:09.267Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
41742026-08-25T20:22:10.343Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
41752026-08-25T20:22:10.682Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
41762026-08-25T20:22:10.922Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
41772026-08-25T20:22:10.923Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
41782026-08-25T20:22:24.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.69s
41792026-08-25T20:22:24.257Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41802026-08-25T20:22:24.257Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41812026-08-25T20:22:24.455Z
41822026-08-25T20:22:24.455Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (243/377)
41832026-08-25T20:22:24.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41842026-08-25T20:22:24.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41852026-08-25T20:22:25.232Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41862026-08-25T20:22:35.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s
41872026-08-25T20:22:35.749Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41882026-08-25T20:22:35.749Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41892026-08-25T20:22:35.949Z
41902026-08-25T20:22:35.949Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (244/377)
41912026-08-25T20:22:36.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41922026-08-25T20:22:36.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41932026-08-25T20:22:36.722Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41942026-08-25T20:22:47.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.22s
41952026-08-25T20:22:47.179Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41962026-08-25T20:22:47.179Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41972026-08-25T20:22:47.377Z
41982026-08-25T20:22:47.377Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (245/377)
41992026-08-25T20:22:47.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42002026-08-25T20:22:47.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42012026-08-25T20:22:48.150Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42022026-08-25T20:22:58.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.26s
42032026-08-25T20:22:58.650Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42042026-08-25T20:22:58.650Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42052026-08-25T20:22:58.845Z
42062026-08-25T20:22:58.845Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (246/377)
42072026-08-25T20:22:59.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-08-25T20:22:59.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-08-25T20:22:59.623Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42102026-08-25T20:23:10.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
42112026-08-25T20:23:10.191Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42122026-08-25T20:23:10.191Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42132026-08-25T20:23:10.387Z
42142026-08-25T20:23:10.387Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (247/377)
42152026-08-25T20:23:10.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-08-25T20:23:10.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-08-25T20:23:11.150Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42182026-08-25T20:23:21.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s
42192026-08-25T20:23:21.684Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42202026-08-25T20:23:21.684Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42212026-08-25T20:23:21.890Z
42222026-08-25T20:23:21.890Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (248/377)
42232026-08-25T20:23:22.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-08-25T20:23:22.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-08-25T20:23:22.663Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42262026-08-25T20:23:33.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
42272026-08-25T20:23:33.231Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42282026-08-25T20:23:33.231Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42292026-08-25T20:23:33.427Z
42302026-08-25T20:23:33.427Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (249/377)
42312026-08-25T20:23:33.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-08-25T20:23:33.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-08-25T20:23:34.203Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42342026-08-25T20:23:44.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.27s
42352026-08-25T20:23:44.712Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42362026-08-25T20:23:44.713Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42372026-08-25T20:23:44.909Z
42382026-08-25T20:23:44.909Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (250/377)
42392026-08-25T20:23:45.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42402026-08-25T20:23:45.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42412026-08-25T20:23:45.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42422026-08-25T20:23:45.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42432026-08-25T20:23:45.494Z
42442026-08-25T20:23:45.494Zinfo: running `cargo check --bins` on installinator-common (251/377)
42452026-08-25T20:23:45.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42462026-08-25T20:23:45.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42472026-08-25T20:23:45.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42482026-08-25T20:23:46.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42492026-08-25T20:23:46.091Z
42502026-08-25T20:23:46.091Zinfo: running `cargo check --bins` on installinator-common-versions (252/377)
42512026-08-25T20:23:46.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-08-25T20:23:46.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-08-25T20:23:46.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42542026-08-25T20:23:46.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42552026-08-25T20:23:46.652Z
42562026-08-25T20:23:46.652Zinfo: running `cargo check --bins` on nexus-lockstep-client (253/377)
42572026-08-25T20:23:47.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-08-25T20:23:47.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-08-25T20:23:47.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42602026-08-25T20:23:47.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42612026-08-25T20:23:47.267Z
42622026-08-25T20:23:47.267Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (254/377)
42632026-08-25T20:23:47.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-08-25T20:23:47.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-08-25T20:23:47.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42662026-08-25T20:23:47.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42672026-08-25T20:23:47.842Z
42682026-08-25T20:23:47.842Zinfo: running `cargo check --bins` on range-requests (255/377)
42692026-08-25T20:23:48.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-08-25T20:23:48.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-08-25T20:23:48.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42722026-08-25T20:23:48.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42732026-08-25T20:23:48.411Z
42742026-08-25T20:23:48.411Zinfo: running `cargo check --bins` on repo-depot-api (256/377)
42752026-08-25T20:23:48.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-08-25T20:23:48.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-08-25T20:23:48.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42782026-08-25T20:23:48.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42792026-08-25T20:23:48.977Z
42802026-08-25T20:23:48.977Zinfo: running `cargo check --bins` on repo-depot-client (257/377)
42812026-08-25T20:23:49.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-08-25T20:23:49.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-08-25T20:23:49.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42842026-08-25T20:23:49.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42852026-08-25T20:23:49.540Z
42862026-08-25T20:23:49.540Zinfo: running `cargo check --bins` on sled-agent-api (258/377)
42872026-08-25T20:23:50.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-08-25T20:23:50.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-08-25T20:23:50.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42902026-08-25T20:23:50.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42912026-08-25T20:23:50.135Z
42922026-08-25T20:23:50.136Zinfo: running `cargo check --bins` on sled-diagnostics (259/377)
42932026-08-25T20:23:50.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-08-25T20:23:50.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-08-25T20:23:50.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-08-25T20:23:50.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42972026-08-25T20:23:50.728Z
42982026-08-25T20:23:50.728Zinfo: running `cargo check --bins` on zfs-test-harness (260/377)
42992026-08-25T20:23:51.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-08-25T20:23:51.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-08-25T20:23:51.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-08-25T20:23:51.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43032026-08-25T20:23:51.317Z
43042026-08-25T20:23:51.318Zinfo: running `cargo check --bins` on sled-agent-bootstrap-common (261/377)
43052026-08-25T20:23:51.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-08-25T20:23:51.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-08-25T20:23:51.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43082026-08-25T20:23:51.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43092026-08-25T20:23:51.921Z
43102026-08-25T20:23:51.921Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (262/377)
43112026-08-25T20:23:52.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-08-25T20:23:52.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-08-25T20:23:52.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43142026-08-25T20:23:52.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43152026-08-25T20:23:52.514Z
43162026-08-25T20:23:52.514Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (263/377)
43172026-08-25T20:23:53.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43182026-08-25T20:23:53.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43192026-08-25T20:23:53.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43202026-08-25T20:23:53.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43212026-08-25T20:23:53.113Z
43222026-08-25T20:23:53.113Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (264/377)
43232026-08-25T20:23:53.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43242026-08-25T20:23:53.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43252026-08-25T20:23:53.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43262026-08-25T20:23:53.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43272026-08-25T20:23:53.713Z
43282026-08-25T20:23:53.713Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (265/377)
43292026-08-25T20:23:54.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43302026-08-25T20:23:54.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43312026-08-25T20:23:54.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43322026-08-25T20:23:54.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43332026-08-25T20:23:54.294Z
43342026-08-25T20:23:54.294Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (266/377)
43352026-08-25T20:23:54.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43362026-08-25T20:23:54.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43372026-08-25T20:23:54.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43382026-08-25T20:23:54.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43392026-08-25T20:23:54.874Z
43402026-08-25T20:23:54.874Zinfo: running `cargo check --bins` on trust-quorum (267/377)
43412026-08-25T20:23:55.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43422026-08-25T20:23:55.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43432026-08-25T20:23:55.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43442026-08-25T20:23:55.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43452026-08-25T20:23:55.464Z
43462026-08-25T20:23:55.464Zinfo: running `cargo check --bins` on sled-agent-early-networking (268/377)
43472026-08-25T20:23:55.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43482026-08-25T20:23:55.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43492026-08-25T20:23:55.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43502026-08-25T20:23:55.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43512026-08-25T20:23:56.038Z
43522026-08-25T20:23:56.038Zinfo: running `cargo check --bins` on sled-agent-health-monitor (269/377)
43532026-08-25T20:23:56.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43542026-08-25T20:23:56.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43552026-08-25T20:23:56.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43562026-08-25T20:23:56.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43572026-08-25T20:23:56.615Z
43582026-08-25T20:23:56.615Zinfo: running `cargo check --bins` on sled-agent-multirack-join (270/377)
43592026-08-25T20:23:57.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43602026-08-25T20:23:57.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43612026-08-25T20:23:57.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43622026-08-25T20:23:57.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43632026-08-25T20:23:57.220Z
43642026-08-25T20:23:57.220Zinfo: running `cargo check --bins` on sled-agent-rack-setup (271/377)
43652026-08-25T20:23:57.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43662026-08-25T20:23:57.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43672026-08-25T20:23:57.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43682026-08-25T20:23:57.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43692026-08-25T20:23:57.832Z
43702026-08-25T20:23:57.832Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (272/377)
43712026-08-25T20:23:58.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43722026-08-25T20:23:58.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43732026-08-25T20:23:58.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43742026-08-25T20:23:58.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43752026-08-25T20:23:58.435Z
43762026-08-25T20:23:58.435Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (273/377)
43772026-08-25T20:23:58.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-08-25T20:23:58.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-08-25T20:23:58.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43802026-08-25T20:23:58.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43812026-08-25T20:23:59.047Z
43822026-08-25T20:23:59.047Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (274/377)
43832026-08-25T20:23:59.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-08-25T20:23:59.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-08-25T20:23:59.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43862026-08-25T20:23:59.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43872026-08-25T20:23:59.655Z
43882026-08-25T20:23:59.655Zinfo: running `cargo check --bins` on omicron-deployment-graph (275/377)
43892026-08-25T20:24:00.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-08-25T20:24:00.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-08-25T20:24:00.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-08-25T20:24:00.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
43932026-08-25T20:24:00.206Z
43942026-08-25T20:24:00.206Zinfo: running `cargo check --bins` on transient-dns-server (276/377)
43952026-08-25T20:24:00.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-08-25T20:24:00.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-08-25T20:24:00.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43982026-08-25T20:24:00.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43992026-08-25T20:24:00.775Z
44002026-08-25T20:24:00.775Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (277/377)
44012026-08-25T20:24:01.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-08-25T20:24:01.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-08-25T20:24:01.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44042026-08-25T20:24:01.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44052026-08-25T20:24:01.349Z
44062026-08-25T20:24:01.349Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (278/377)
44072026-08-25T20:24:01.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-08-25T20:24:01.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-08-25T20:24:01.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44102026-08-25T20:24:01.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44112026-08-25T20:24:01.921Z
44122026-08-25T20:24:01.921Zinfo: running `cargo check --bins` on omicron-rpaths (279/377)
44132026-08-25T20:24:02.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-08-25T20:24:02.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-08-25T20:24:02.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44162026-08-25T20:24:02.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44172026-08-25T20:24:02.465Z
44182026-08-25T20:24:02.465Zinfo: running `cargo check --bins` on omicron-repl-utils (280/377)
44192026-08-25T20:24:02.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-08-25T20:24:02.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-08-25T20:24:02.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44222026-08-25T20:24:02.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44232026-08-25T20:24:03.010Z
44242026-08-25T20:24:03.010Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (281/377)
44252026-08-25T20:24:03.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-08-25T20:24:03.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-08-25T20:24:03.702Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
44282026-08-25T20:24:04.116Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
44292026-08-25T20:24:05.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s
44302026-08-25T20:24:05.490Z
44312026-08-25T20:24:05.490Zinfo: running `cargo check --bins` on clickhouse-admin-api (282/377)
44322026-08-25T20:24:05.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44332026-08-25T20:24:05.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44342026-08-25T20:24:05.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44352026-08-25T20:24:05.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44362026-08-25T20:24:06.055Z
44372026-08-25T20:24:06.055Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (283/377)
44382026-08-25T20:24:06.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44392026-08-25T20:24:06.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44402026-08-25T20:24:06.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44412026-08-25T20:24:06.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44422026-08-25T20:24:06.619Z
44432026-08-25T20:24:06.619Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (284/377)
44442026-08-25T20:24:07.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44452026-08-25T20:24:07.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44462026-08-25T20:24:07.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44472026-08-25T20:24:07.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44482026-08-25T20:24:07.188Z
44492026-08-25T20:24:07.188Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (285/377)
44502026-08-25T20:24:07.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44512026-08-25T20:24:07.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44522026-08-25T20:24:07.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44532026-08-25T20:24:07.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44542026-08-25T20:24:07.755Z
44552026-08-25T20:24:07.755Zinfo: running `cargo check --bins` on installinator-client (286/377)
44562026-08-25T20:24:08.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44572026-08-25T20:24:08.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44582026-08-25T20:24:08.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44592026-08-25T20:24:08.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44602026-08-25T20:24:08.310Z
44612026-08-25T20:24:08.310Zinfo: running `cargo check --bins` on oxide-client (287/377)
44622026-08-25T20:24:08.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44632026-08-25T20:24:08.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44642026-08-25T20:24:08.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44652026-08-25T20:24:08.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44662026-08-25T20:24:08.868Z
44672026-08-25T20:24:08.869Zinfo: running `cargo check --bins` on oximeter-client (288/377)
44682026-08-25T20:24:09.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44692026-08-25T20:24:09.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44702026-08-25T20:24:09.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44712026-08-25T20:24:09.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44722026-08-25T20:24:09.438Z
44732026-08-25T20:24:09.438Zinfo: running `cargo check --bins` on wicketd-client (289/377)
44742026-08-25T20:24:09.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44752026-08-25T20:24:09.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44762026-08-25T20:24:09.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44772026-08-25T20:24:09.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44782026-08-25T20:24:10.030Z
44792026-08-25T20:24:10.030Zinfo: running `cargo check --bins` on wicket-common (290/377)
44802026-08-25T20:24:10.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44812026-08-25T20:24:10.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44822026-08-25T20:24:10.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44832026-08-25T20:24:10.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44842026-08-25T20:24:10.610Z
44852026-08-25T20:24:10.610Zinfo: running `cargo check --bins` on wicketd-commission-client (291/377)
44862026-08-25T20:24:11.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44872026-08-25T20:24:11.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44882026-08-25T20:24:11.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44892026-08-25T20:24:11.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44902026-08-25T20:24:11.178Z
44912026-08-25T20:24:11.179Zinfo: running `cargo check --bins` on omicron-cockroach-admin (292/377)
44922026-08-25T20:24:11.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44932026-08-25T20:24:11.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44942026-08-25T20:24:11.842Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44952026-08-25T20:24:11.847Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
44962026-08-25T20:24:13.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
44972026-08-25T20:24:13.211Z
44982026-08-25T20:24:13.211Zinfo: running `cargo check --bins` on cockroach-admin-api (293/377)
44992026-08-25T20:24:13.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45002026-08-25T20:24:13.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45012026-08-25T20:24:13.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45022026-08-25T20:24:13.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45032026-08-25T20:24:13.774Z
45042026-08-25T20:24:13.774Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (294/377)
45052026-08-25T20:24:14.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45062026-08-25T20:24:14.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45072026-08-25T20:24:14.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45082026-08-25T20:24:14.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
45092026-08-25T20:24:14.414Z
45102026-08-25T20:24:14.414Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (295/377)
45112026-08-25T20:24:14.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45122026-08-25T20:24:14.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45132026-08-25T20:24:14.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45142026-08-25T20:24:14.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
45152026-08-25T20:24:15.061Z
45162026-08-25T20:24:15.061Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (296/377)
45172026-08-25T20:24:15.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45182026-08-25T20:24:15.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45192026-08-25T20:24:15.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45202026-08-25T20:24:15.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45212026-08-25T20:24:15.673Z
45222026-08-25T20:24:15.673Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (297/377)
45232026-08-25T20:24:16.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45242026-08-25T20:24:16.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45252026-08-25T20:24:16.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45262026-08-25T20:24:16.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45272026-08-25T20:24:16.294Z
45282026-08-25T20:24:16.294Zinfo: running `cargo check --bins` on db-macros (298/377)
45292026-08-25T20:24:16.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-08-25T20:24:16.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-08-25T20:24:16.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45322026-08-25T20:24:16.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
45332026-08-25T20:24:16.844Z
45342026-08-25T20:24:16.844Zinfo: running `cargo check --bins` on nexus-macros-common (299/377)
45352026-08-25T20:24:17.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-08-25T20:24:17.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-08-25T20:24:17.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45382026-08-25T20:24:17.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
45392026-08-25T20:24:17.392Z
45402026-08-25T20:24:17.392Zinfo: running `cargo check --bins` on nexus-auth (300/377)
45412026-08-25T20:24:17.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-08-25T20:24:17.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-08-25T20:24:17.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45442026-08-25T20:24:17.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45452026-08-25T20:24:18.007Z
45462026-08-25T20:24:18.007Zinfo: running `cargo check --bins` on authz-macros (301/377)
45472026-08-25T20:24:18.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45482026-08-25T20:24:18.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45492026-08-25T20:24:18.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45502026-08-25T20:24:18.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45512026-08-25T20:24:18.560Z
45522026-08-25T20:24:18.560Zinfo: running `cargo check --bins` on nexus-db-fixed-data (302/377)
45532026-08-25T20:24:19.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45542026-08-25T20:24:19.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45552026-08-25T20:24:19.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45562026-08-25T20:24:19.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45572026-08-25T20:24:19.167Z
45582026-08-25T20:24:19.167Zinfo: running `cargo check --bins` on nexus-db-model (303/377)
45592026-08-25T20:24:19.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45602026-08-25T20:24:19.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45612026-08-25T20:24:19.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45622026-08-25T20:24:19.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45632026-08-25T20:24:19.773Z
45642026-08-25T20:24:19.773Zinfo: running `cargo check --bins` on nexus-db-schema (304/377)
45652026-08-25T20:24:20.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45662026-08-25T20:24:20.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45672026-08-25T20:24:20.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45682026-08-25T20:24:20.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45692026-08-25T20:24:20.329Z
45702026-08-25T20:24:20.329Zinfo: running `cargo check --bins` on nexus-defaults (305/377)
45712026-08-25T20:24:20.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45722026-08-25T20:24:20.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45732026-08-25T20:24:20.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45742026-08-25T20:24:20.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45752026-08-25T20:24:20.887Z
45762026-08-25T20:24:20.887Zinfo: running `cargo check --bins` on omicron-git-version (306/377)
45772026-08-25T20:24:21.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45782026-08-25T20:24:21.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45792026-08-25T20:24:21.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45802026-08-25T20:24:21.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
45812026-08-25T20:24:21.434Z
45822026-08-25T20:24:21.434Zinfo: running `cargo check --bins` on nexus-db-errors (307/377)
45832026-08-25T20:24:21.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45842026-08-25T20:24:21.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45852026-08-25T20:24:21.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45862026-08-25T20:24:21.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45872026-08-25T20:24:22.043Z
45882026-08-25T20:24:22.043Zinfo: running `cargo check --bins` on nexus-db-lookup (308/377)
45892026-08-25T20:24:22.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45902026-08-25T20:24:22.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45912026-08-25T20:24:22.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45922026-08-25T20:24:22.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45932026-08-25T20:24:22.657Z
45942026-08-25T20:24:22.657Zinfo: running `cargo check --bins` on nexus-test-interface (309/377)
45952026-08-25T20:24:23.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45962026-08-25T20:24:23.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45972026-08-25T20:24:23.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45982026-08-25T20:24:23.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45992026-08-25T20:24:23.271Z
46002026-08-25T20:24:23.271Zinfo: running `cargo check --bins` on oximeter-collector (310/377)
46012026-08-25T20:24:23.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46022026-08-25T20:24:23.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46032026-08-25T20:24:23.975Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
46042026-08-25T20:24:23.975Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
46052026-08-25T20:24:24.648Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
46062026-08-25T20:24:26.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
46072026-08-25T20:24:26.538Z
46082026-08-25T20:24:26.539Zinfo: running `cargo check --bins` on oximeter-api (311/377)
46092026-08-25T20:24:27.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46102026-08-25T20:24:27.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46112026-08-25T20:24:27.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46122026-08-25T20:24:27.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46132026-08-25T20:24:27.098Z
46142026-08-25T20:24:27.098Zinfo: running `cargo check --bins` on cert-dev (312/377)
46152026-08-25T20:24:27.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46162026-08-25T20:24:27.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46172026-08-25T20:24:27.697Z Checking yasna v0.5.2
46182026-08-25T20:24:28.115Z Checking rcgen v0.12.1
46192026-08-25T20:24:28.345Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
46202026-08-25T20:24:28.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
46212026-08-25T20:24:28.691Z
46222026-08-25T20:24:28.691Zinfo: running `cargo check --bins` on clickana (313/377)
46232026-08-25T20:24:29.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46242026-08-25T20:24:29.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46252026-08-25T20:24:29.326Z Compiling instability v0.3.11
46262026-08-25T20:24:29.326Z Checking castaway v0.2.4
46272026-08-25T20:24:29.329Z Compiling indoc v2.0.7
46282026-08-25T20:24:29.329Z Checking unicode-truncate v1.1.0
46292026-08-25T20:24:29.444Z Checking lru v0.12.5
46302026-08-25T20:24:29.449Z Checking cassowary v0.3.0
46312026-08-25T20:24:29.525Z Checking compact_str v0.8.1
46322026-08-25T20:24:30.299Z Checking ratatui v0.29.0
46332026-08-25T20:24:31.338Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
46342026-08-25T20:24:32.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s
46352026-08-25T20:24:32.235Z
46362026-08-25T20:24:32.235Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (314/377)
46372026-08-25T20:24:32.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46382026-08-25T20:24:32.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46392026-08-25T20:24:32.946Z Checking headers-core v0.3.0
46402026-08-25T20:24:32.946Z Checking port-file v0.1.0
46412026-08-25T20:24:32.949Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
46422026-08-25T20:24:33.139Z Checking headers v0.4.1
46432026-08-25T20:24:33.516Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46442026-08-25T20:24:34.471Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
46452026-08-25T20:24:34.999Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
46462026-08-25T20:24:35.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
46472026-08-25T20:24:35.630Z
46482026-08-25T20:24:35.630Zinfo: running `cargo check --bins` on ch-dev (315/377)
46492026-08-25T20:24:36.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46502026-08-25T20:24:36.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46512026-08-25T20:24:36.338Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
46522026-08-25T20:24:37.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
46532026-08-25T20:24:37.291Z
46542026-08-25T20:24:37.291Zinfo: running `cargo check --bins` on dev-tools-common (316/377)
46552026-08-25T20:24:37.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46562026-08-25T20:24:37.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46572026-08-25T20:24:37.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46582026-08-25T20:24:37.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
46592026-08-25T20:24:37.707Z
46602026-08-25T20:24:37.707Zinfo: running `cargo check --bins` on corpus-adjust (317/377)
46612026-08-25T20:24:38.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46622026-08-25T20:24:38.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46632026-08-25T20:24:38.334Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
46642026-08-25T20:24:38.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
46652026-08-25T20:24:38.883Z
46662026-08-25T20:24:38.883Zinfo: running `cargo check --bins` on crdb-seed (318/377)
46672026-08-25T20:24:39.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46682026-08-25T20:24:39.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46692026-08-25T20:24:39.591Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46702026-08-25T20:24:40.692Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
46712026-08-25T20:24:41.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s
46722026-08-25T20:24:41.238Z
46732026-08-25T20:24:41.238Zinfo: running `cargo check --bins` on db-dev (319/377)
46742026-08-25T20:24:41.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46752026-08-25T20:24:41.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46762026-08-25T20:24:41.949Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
46772026-08-25T20:24:42.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
46782026-08-25T20:24:42.903Z
46792026-08-25T20:24:42.903Zinfo: running `cargo check --bins` on omicron-dev-lib (320/377)
46802026-08-25T20:24:43.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46812026-08-25T20:24:43.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46822026-08-25T20:24:43.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46832026-08-25T20:24:43.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46842026-08-25T20:24:43.518Z
46852026-08-25T20:24:43.519Zinfo: running `cargo check --bins` on xtask-downloader (321/377)
46862026-08-25T20:24:43.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46872026-08-25T20:24:43.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46882026-08-25T20:24:44.122Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
46892026-08-25T20:24:44.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
46902026-08-25T20:24:44.972Z
46912026-08-25T20:24:44.972Zinfo: running `cargo check --bins` on omicron-dropshot-apis (322/377)
46922026-08-25T20:24:45.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46932026-08-25T20:24:45.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46942026-08-25T20:24:45.710Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
46952026-08-25T20:24:45.710Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
46962026-08-25T20:24:45.786Z Checking git-stub v1.0.0
46972026-08-25T20:24:45.786Z Compiling trait-variant v0.1.2
46982026-08-25T20:24:45.827Z Checking maplit v1.0.2
46992026-08-25T20:24:45.858Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47002026-08-25T20:24:45.861Z Checking drift v0.2.0
47012026-08-25T20:24:45.861Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47022026-08-25T20:24:45.909Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
47032026-08-25T20:24:45.991Z Checking git-stub-vcs v0.1.0
47042026-08-25T20:24:46.039Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
47052026-08-25T20:24:46.055Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47062026-08-25T20:24:46.197Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
47072026-08-25T20:24:46.213Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
47082026-08-25T20:24:46.226Z Checking dropshot-api-manager v0.8.0
47092026-08-25T20:24:46.348Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
47102026-08-25T20:24:46.568Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47112026-08-25T20:24:47.044Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
47122026-08-25T20:24:47.994Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47132026-08-25T20:24:49.007Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47142026-08-25T20:24:49.785Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
47152026-08-25T20:24:50.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s
47162026-08-25T20:24:50.424Z
47172026-08-25T20:24:50.424Zinfo: running `cargo check --bins` on installinator-api (323/377)
47182026-08-25T20:24:50.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47192026-08-25T20:24:50.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47202026-08-25T20:24:50.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47212026-08-25T20:24:50.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47222026-08-25T20:24:50.989Z
47232026-08-25T20:24:50.989Zinfo: running `cargo check --bins` on nexus-external-api (324/377)
47242026-08-25T20:24:51.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47252026-08-25T20:24:51.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47262026-08-25T20:24:51.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47272026-08-25T20:24:51.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47282026-08-25T20:24:51.600Z
47292026-08-25T20:24:51.600Zinfo: running `cargo check --bins` on nexus-internal-api (325/377)
47302026-08-25T20:24:52.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-08-25T20:24:52.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-08-25T20:24:52.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47332026-08-25T20:24:52.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47342026-08-25T20:24:52.209Z
47352026-08-25T20:24:52.209Zinfo: running `cargo check --bins` on nexus-lockstep-api (326/377)
47362026-08-25T20:24:53.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-08-25T20:24:53.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-08-25T20:24:53.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47392026-08-25T20:24:53.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47402026-08-25T20:24:53.564Z
47412026-08-25T20:24:53.564Zinfo: running `cargo check --bins` on ntp-admin-api (327/377)
47422026-08-25T20:24:53.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-08-25T20:24:53.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-08-25T20:24:53.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47452026-08-25T20:24:53.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47462026-08-25T20:24:53.565Z
47472026-08-25T20:24:53.565Zinfo: running `cargo check --bins` on ntp-admin-types-versions (328/377)
47482026-08-25T20:24:53.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-08-25T20:24:53.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-08-25T20:24:53.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47512026-08-25T20:24:53.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47522026-08-25T20:24:53.945Z
47532026-08-25T20:24:53.945Zinfo: running `cargo check --bins` on wicketd-api (329/377)
47542026-08-25T20:24:54.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47552026-08-25T20:24:54.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47562026-08-25T20:24:54.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47572026-08-25T20:24:54.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47582026-08-25T20:24:54.539Z
47592026-08-25T20:24:54.539Zinfo: running `cargo check --bins` on wicketd-commission-api (330/377)
47602026-08-25T20:24:55.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47612026-08-25T20:24:55.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47622026-08-25T20:24:55.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47632026-08-25T20:24:55.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47642026-08-25T20:24:55.119Z
47652026-08-25T20:24:55.119Zinfo: running `cargo check --bins` on omicron-ls-apis (331/377)
47662026-08-25T20:24:55.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47672026-08-25T20:24:55.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47682026-08-25T20:24:55.744Z Compiling blake3 v1.8.5
47692026-08-25T20:24:55.846Z Checking constant_time_eq v0.4.2
47702026-08-25T20:24:55.849Z Checking arrayvec v0.7.6
47712026-08-25T20:24:55.855Z Checking arrayref v0.3.9
47722026-08-25T20:24:55.868Z Checking cargo-platform v0.3.2
47732026-08-25T20:24:55.868Z Checking topological-sort v0.2.2
47742026-08-25T20:24:55.871Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
47752026-08-25T20:24:56.027Z Checking cargo_metadata v0.23.1
47762026-08-25T20:24:56.612Z Checking omicron-zone-package v0.12.3
47772026-08-25T20:24:57.313Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
47782026-08-25T20:24:58.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
47792026-08-25T20:24:58.308Z
47802026-08-25T20:24:58.308Zinfo: running `cargo check --bins` on mgs-dev (332/377)
47812026-08-25T20:24:58.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47822026-08-25T20:24:58.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47832026-08-25T20:24:59.032Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47842026-08-25T20:24:59.666Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
47852026-08-25T20:25:00.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
47862026-08-25T20:25:00.381Z
47872026-08-25T20:25:00.381Zinfo: running `cargo check --bins` on omicron-omdb (333/377)
47882026-08-25T20:25:00.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47892026-08-25T20:25:00.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47902026-08-25T20:25:01.365Z Compiling darling_core v0.21.3
47912026-08-25T20:25:01.365Z Compiling vergen-lib v0.1.6
47922026-08-25T20:25:01.365Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47932026-08-25T20:25:01.368Z Compiling diesel_derives v2.3.7
47942026-08-25T20:25:01.368Z Checking scheduled-thread-pool v0.2.7
47952026-08-25T20:25:01.368Z Compiling vergen-gitcl v1.0.8
47962026-08-25T20:25:01.368Z Compiling diesel_table_macro_syntax v0.3.0
47972026-08-25T20:25:01.524Z Compiling dirs-sys-next v0.1.2
47982026-08-25T20:25:01.707Z Compiling glob v0.3.3
47992026-08-25T20:25:01.710Z Compiling crunchy v0.2.4
48002026-08-25T20:25:01.738Z Compiling dirs-next v2.0.0
48012026-08-25T20:25:01.738Z Checking r2d2 v0.8.10
48022026-08-25T20:25:01.881Z Compiling tiny-keccak v2.0.2
48032026-08-25T20:25:01.901Z Checking downcast-rs v2.0.2
48042026-08-25T20:25:01.919Z Compiling term v0.7.0
48052026-08-25T20:25:02.084Z Compiling bit-vec v0.6.3
48062026-08-25T20:25:02.099Z Compiling clang-sys v1.8.1
48072026-08-25T20:25:02.131Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
48082026-08-25T20:25:02.301Z Compiling bit-set v0.5.3
48092026-08-25T20:25:02.370Z Compiling ascii-canvas v3.0.0
48102026-08-25T20:25:02.469Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
48112026-08-25T20:25:02.472Z Compiling itertools v0.10.5
48122026-08-25T20:25:02.501Z Compiling ena v0.14.4
48132026-08-25T20:25:02.531Z Compiling libloading v0.8.9
48142026-08-25T20:25:02.568Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
48152026-08-25T20:25:02.611Z Compiling bindgen v0.71.1
48162026-08-25T20:25:02.630Z Compiling diff v0.1.13
48172026-08-25T20:25:02.714Z Compiling regex-syntax v0.6.29
48182026-08-25T20:25:02.915Z Compiling cexpr v0.6.0
48192026-08-25T20:25:03.011Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48202026-08-25T20:25:03.180Z Compiling rustc-hash v2.1.1
48212026-08-25T20:25:03.228Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48222026-08-25T20:25:03.485Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
48232026-08-25T20:25:03.567Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
48242026-08-25T20:25:03.606Z Compiling libxml v0.3.3
48252026-08-25T20:25:03.624Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48262026-08-25T20:25:03.814Z Compiling strum_macros v0.24.3
48272026-08-25T20:25:03.862Z Compiling indoc v1.0.9
48282026-08-25T20:25:04.134Z Compiling darling_macro v0.21.3
48292026-08-25T20:25:04.303Z Compiling lalrpop v0.19.12
48302026-08-25T20:25:04.646Z Compiling darling v0.21.3
48312026-08-25T20:25:04.744Z Compiling dsl_auto_type v0.2.0
48322026-08-25T20:25:04.786Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48332026-08-25T20:25:04.827Z Checking derive_builder v0.20.2
48342026-08-25T20:25:04.949Z Compiling oso-derive v0.27.3
48352026-08-25T20:25:04.972Z Checking quick-xml v0.37.5
48362026-08-25T20:25:05.155Z Compiling impl-trait-for-tuples v0.2.3
48372026-08-25T20:25:05.455Z Checking openssl-probe v0.1.6
48382026-08-25T20:25:05.599Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
48392026-08-25T20:25:05.846Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48402026-08-25T20:25:06.039Z Checking bb8 v0.8.6
48412026-08-25T20:25:06.326Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48422026-08-25T20:25:06.363Z Checking nonempty v0.12.0
48432026-08-25T20:25:06.379Z Compiling libz-sys v1.1.24
48442026-08-25T20:25:06.529Z Compiling strsim v0.10.0
48452026-08-25T20:25:06.571Z Compiling libgit2-sys v0.18.3+1.9.2
48462026-08-25T20:25:06.702Z Compiling darling_core v0.13.4
48472026-08-25T20:25:06.870Z Compiling vergen-git2 v9.1.0
48482026-08-25T20:25:06.952Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48492026-08-25T20:25:07.092Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48502026-08-25T20:25:07.168Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48512026-08-25T20:25:07.384Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48522026-08-25T20:25:07.575Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48532026-08-25T20:25:07.769Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48542026-08-25T20:25:07.957Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48552026-08-25T20:25:08.067Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48562026-08-25T20:25:08.145Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48572026-08-25T20:25:08.351Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48582026-08-25T20:25:08.562Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48592026-08-25T20:25:08.582Z Compiling darling_macro v0.13.4
48602026-08-25T20:25:08.754Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48612026-08-25T20:25:09.089Z Compiling darling v0.13.4
48622026-08-25T20:25:09.159Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48632026-08-25T20:25:09.186Z Compiling serde_with_macros v1.5.2
48642026-08-25T20:25:09.555Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48652026-08-25T20:25:10.038Z Compiling serde_with v1.14.0
48662026-08-25T20:25:10.155Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48672026-08-25T20:25:10.338Z Checking twox-hash v2.1.2
48682026-08-25T20:25:10.645Z Checking libsw-core v0.3.2
48692026-08-25T20:25:10.649Z Checking diesel v2.3.7
48702026-08-25T20:25:10.682Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48712026-08-25T20:25:10.807Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
48722026-08-25T20:25:11.182Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
48732026-08-25T20:25:12.392Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48742026-08-25T20:25:12.662Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
48752026-08-25T20:25:12.780Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48762026-08-25T20:25:13.372Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48772026-08-25T20:25:13.963Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
48782026-08-25T20:25:14.034Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48792026-08-25T20:25:14.053Z Checking atty v0.2.14
48802026-08-25T20:25:14.157Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
48812026-08-25T20:25:14.484Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
48822026-08-25T20:25:14.615Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48832026-08-25T20:25:14.777Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48842026-08-25T20:25:14.885Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48852026-08-25T20:25:16.066Z Checking libsw v3.5.0
48862026-08-25T20:25:16.238Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
48872026-08-25T20:25:16.532Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
48882026-08-25T20:25:16.566Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
48892026-08-25T20:25:16.995Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
48902026-08-25T20:25:17.250Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48912026-08-25T20:25:17.445Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
48922026-08-25T20:25:17.603Z Checking fatfs v0.3.6
48932026-08-25T20:25:17.988Z Checking console v0.16.2
48942026-08-25T20:25:18.070Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
48952026-08-25T20:25:18.302Z Checking unit-prefix v0.5.2
48962026-08-25T20:25:18.449Z Compiling seq-macro v0.3.6
48972026-08-25T20:25:18.956Z Checking indicatif v0.18.4
48982026-08-25T20:25:19.379Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
48992026-08-25T20:25:19.398Z Checking oxide-update-engine-display v0.1.2
49002026-08-25T20:25:19.712Z Checking support-bundle-viewer v0.1.2
49012026-08-25T20:25:19.886Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
49022026-08-25T20:25:19.962Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
49032026-08-25T20:25:20.043Z Checking multimap v0.10.1
49042026-08-25T20:25:26.034Z Checking async-bb8-diesel v0.2.1
49052026-08-25T20:25:26.396Z Checking diesel-dtrace v0.5.0
49062026-08-25T20:25:29.378Z Compiling samael v0.0.19
49072026-08-25T20:25:34.497Z Compiling git2 v0.20.4
49082026-08-25T20:25:35.185Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
49092026-08-25T20:25:36.822Z Compiling polar-core v0.27.3
49102026-08-25T20:25:37.017Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49112026-08-25T20:25:41.360Z Checking oso v0.27.3
49122026-08-25T20:26:13.354Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
49132026-08-25T20:27:28.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s
49142026-08-25T20:27:28.924Z
49152026-08-25T20:27:28.924Zinfo: running `cargo check --bins` on nexus-networking (334/377)
49162026-08-25T20:27:29.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49172026-08-25T20:27:29.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49182026-08-25T20:27:29.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49192026-08-25T20:27:29.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
49202026-08-25T20:27:29.593Z
49212026-08-25T20:27:29.593Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (335/377)
49222026-08-25T20:27:30.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49232026-08-25T20:27:30.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49242026-08-25T20:27:30.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49252026-08-25T20:27:30.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49262026-08-25T20:27:30.226Z
49272026-08-25T20:27:30.226Zinfo: running `cargo check --bins` on nexus-saga-recovery (336/377)
49282026-08-25T20:27:30.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49292026-08-25T20:27:30.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49302026-08-25T20:27:30.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49312026-08-25T20:27:30.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49322026-08-25T20:27:30.855Z
49332026-08-25T20:27:30.856Zinfo: running `cargo check --bins` on nexus-test-utils-macros (337/377)
49342026-08-25T20:27:31.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49352026-08-25T20:27:31.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49362026-08-25T20:27:31.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49372026-08-25T20:27:31.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49382026-08-25T20:27:31.417Z
49392026-08-25T20:27:31.417Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (338/377)
49402026-08-25T20:27:31.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49412026-08-25T20:27:31.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49422026-08-25T20:27:32.229Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49432026-08-25T20:27:32.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
49442026-08-25T20:27:33.207Z
49452026-08-25T20:27:33.207Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (339/377)
49462026-08-25T20:27:33.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49472026-08-25T20:27:33.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49482026-08-25T20:27:34.018Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49492026-08-25T20:28:12.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.35s
49502026-08-25T20:28:12.776Z
49512026-08-25T20:28:12.776Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (340/377)
49522026-08-25T20:28:13.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49532026-08-25T20:28:13.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49542026-08-25T20:28:13.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49552026-08-25T20:28:13.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49562026-08-25T20:28:13.336Z
49572026-08-25T20:28:13.336Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (341/377)
49582026-08-25T20:28:13.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49592026-08-25T20:28:13.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49602026-08-25T20:28:13.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49612026-08-25T20:28:13.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49622026-08-25T20:28:13.894Z
49632026-08-25T20:28:13.894Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (342/377)
49642026-08-25T20:28:14.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49652026-08-25T20:28:14.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49662026-08-25T20:28:14.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49672026-08-25T20:28:14.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49682026-08-25T20:28:14.512Z
49692026-08-25T20:28:14.512Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (343/377)
49702026-08-25T20:28:15.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49712026-08-25T20:28:15.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49722026-08-25T20:28:15.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49732026-08-25T20:28:15.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49742026-08-25T20:28:15.137Z
49752026-08-25T20:28:15.137Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (344/377)
49762026-08-25T20:28:15.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49772026-08-25T20:28:15.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49782026-08-25T20:28:15.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49792026-08-25T20:28:15.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49802026-08-25T20:28:15.769Z
49812026-08-25T20:28:15.769Zinfo: running `cargo check --bins` on nexus-mgs-updates (345/377)
49822026-08-25T20:28:16.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49832026-08-25T20:28:16.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49842026-08-25T20:28:16.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49852026-08-25T20:28:16.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
49862026-08-25T20:28:16.379Z
49872026-08-25T20:28:16.379Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (346/377)
49882026-08-25T20:28:16.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49892026-08-25T20:28:16.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49902026-08-25T20:28:16.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49912026-08-25T20:28:16.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49922026-08-25T20:28:17.004Z
49932026-08-25T20:28:17.004Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (347/377)
49942026-08-25T20:28:17.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49952026-08-25T20:28:17.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49962026-08-25T20:28:17.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49972026-08-25T20:28:17.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49982026-08-25T20:28:17.626Z
49992026-08-25T20:28:17.626Zinfo: running `cargo check --bins` on nexus-switch-config (348/377)
50002026-08-25T20:28:18.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50012026-08-25T20:28:18.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50022026-08-25T20:28:18.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50032026-08-25T20:28:18.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
50042026-08-25T20:28:18.232Z
50052026-08-25T20:28:18.232Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (349/377)
50062026-08-25T20:28:18.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50072026-08-25T20:28:18.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50082026-08-25T20:28:18.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50092026-08-25T20:28:18.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
50102026-08-25T20:28:18.860Z
50112026-08-25T20:28:18.861Zinfo: running `cargo check --bins` on support-bundle-collection (350/377)
50122026-08-25T20:28:19.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50132026-08-25T20:28:19.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50142026-08-25T20:28:19.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50152026-08-25T20:28:19.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
50162026-08-25T20:28:19.487Z
50172026-08-25T20:28:19.487Zinfo: running `cargo check --bins` on omicron-dev (351/377)
50182026-08-25T20:28:20.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50192026-08-25T20:28:20.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50202026-08-25T20:28:20.375Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
50212026-08-25T20:28:20.378Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50222026-08-25T20:28:20.569Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
50232026-08-25T20:28:20.572Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
50242026-08-25T20:28:20.614Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
50252026-08-25T20:28:20.617Z Checking diff v0.1.13
50262026-08-25T20:28:20.617Z Checking yansi v1.0.1
50272026-08-25T20:28:20.631Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
50282026-08-25T20:28:20.701Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
50292026-08-25T20:28:20.876Z Checking pretty_assertions v1.4.1
50302026-08-25T20:28:21.631Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
50312026-08-25T20:28:21.659Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
50322026-08-25T20:28:46.684Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50332026-08-25T20:28:46.687Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
50342026-08-25T20:28:46.687Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
50352026-08-25T20:28:46.687Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
50362026-08-25T20:28:46.687Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
50372026-08-25T20:28:46.687Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
50382026-08-25T20:28:46.687Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
50392026-08-25T20:28:47.536Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
50402026-08-25T20:28:47.539Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
50412026-08-25T20:28:48.818Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
50422026-08-25T20:29:27.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
50432026-08-25T20:29:27.113Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50442026-08-25T20:29:27.113Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50452026-08-25T20:29:27.314Z
50462026-08-25T20:29:27.314Zinfo: running `cargo check --bins` on oximeter-load-test (352/377)
50472026-08-25T20:29:27.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50482026-08-25T20:29:27.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50492026-08-25T20:29:28.021Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
50502026-08-25T20:29:28.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
50512026-08-25T20:29:28.851Z
50522026-08-25T20:29:28.851Zinfo: running `cargo check --bins` on omicron-pins (353/377)
50532026-08-25T20:29:29.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50542026-08-25T20:29:29.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50552026-08-25T20:29:29.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50562026-08-25T20:29:29.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
50572026-08-25T20:29:29.403Z
50582026-08-25T20:29:29.403Zinfo: running `cargo check --bins` on rack-init-config (354/377)
50592026-08-25T20:29:29.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50602026-08-25T20:29:29.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50612026-08-25T20:29:29.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50622026-08-25T20:29:29.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
50632026-08-25T20:29:29.987Z
50642026-08-25T20:29:29.987Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (355/377)
50652026-08-25T20:29:30.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50662026-08-25T20:29:30.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50672026-08-25T20:29:30.762Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
50682026-08-25T20:29:30.893Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
50692026-08-25T20:29:30.897Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
50702026-08-25T20:29:58.037Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
50712026-08-25T20:29:58.440Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
50722026-08-25T20:30:00.822Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
50732026-08-25T20:30:00.822Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
50742026-08-25T20:30:03.772Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50752026-08-25T20:30:27.575Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50762026-08-25T20:30:28.311Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
50772026-08-25T20:30:30.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
50782026-08-25T20:30:30.226Z
50792026-08-25T20:30:30.226Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (356/377)
50802026-08-25T20:30:30.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50812026-08-25T20:30:30.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50822026-08-25T20:30:30.939Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
50832026-08-25T20:30:31.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
50842026-08-25T20:30:31.820Z
50852026-08-25T20:30:31.820Zinfo: running `cargo check --bins` on omicron-releng (357/377)
50862026-08-25T20:30:32.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50872026-08-25T20:30:32.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50882026-08-25T20:30:32.442Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
50892026-08-25T20:30:32.444Z Compiling fs-err v2.11.0
50902026-08-25T20:30:32.559Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
50912026-08-25T20:30:32.571Z Checking parse-size v1.1.0
50922026-08-25T20:30:32.579Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
50932026-08-25T20:30:32.582Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
50942026-08-25T20:30:32.582Z Checking shell-words v1.1.1
50952026-08-25T20:30:32.667Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
50962026-08-25T20:30:32.993Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
50972026-08-25T20:30:33.169Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
50982026-08-25T20:30:33.830Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
50992026-08-25T20:30:34.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
51002026-08-25T20:30:34.958Z
51012026-08-25T20:30:34.958Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (358/377)
51022026-08-25T20:30:35.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51032026-08-25T20:30:35.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51042026-08-25T20:30:35.599Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
51052026-08-25T20:30:36.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
51062026-08-25T20:30:36.268Z
51072026-08-25T20:30:36.268Zinfo: running `cargo check --bins` on schema (359/377)
51082026-08-25T20:30:36.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51092026-08-25T20:30:36.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51102026-08-25T20:30:36.991Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
51112026-08-25T20:30:37.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
51122026-08-25T20:30:37.882Z
51132026-08-25T20:30:37.882Zinfo: running `cargo check --bins` on xtask (360/377)
51142026-08-25T20:30:38.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51152026-08-25T20:30:38.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51162026-08-25T20:30:38.286Z Checking serde_core v1.0.228
51172026-08-25T20:30:38.286Z Checking libc v0.2.185
51182026-08-25T20:30:38.363Z Checking bitflags v2.11.0
51192026-08-25T20:30:38.370Z Checking scroll v0.12.0
51202026-08-25T20:30:38.373Z Checking thiserror v1.0.69
51212026-08-25T20:30:38.375Z Checking log v0.4.33
51222026-08-25T20:30:38.408Z Checking zerocopy v0.7.35
51232026-08-25T20:30:38.408Z Checking indexmap v2.14.0
51242026-08-25T20:30:38.461Z Checking syn v2.0.117
51252026-08-25T20:30:38.503Z Checking dtrace-parser v0.2.0
51262026-08-25T20:30:38.516Z Checking once_cell v1.21.3
51272026-08-25T20:30:38.577Z Checking goblin v0.8.2
51282026-08-25T20:30:38.643Z Checking errno v0.3.14
51292026-08-25T20:30:38.686Z Checking thread-id v4.2.2
51302026-08-25T20:30:38.731Z Checking getrandom v0.4.3
51312026-08-25T20:30:38.758Z Checking rustix v1.1.4
51322026-08-25T20:30:38.769Z Checking memmap v0.7.0
51332026-08-25T20:30:38.859Z Checking thiserror v2.0.18
51342026-08-25T20:30:38.884Z Checking fs-err v3.3.0
51352026-08-25T20:30:38.894Z Checking anyhow v1.0.104
51362026-08-25T20:30:38.905Z Checking tabled v0.15.0
51372026-08-25T20:30:39.517Z Checking terminal_size v0.4.3
51382026-08-25T20:30:39.517Z Checking tempfile v3.27.0
51392026-08-25T20:30:39.628Z Checking clap_builder v4.6.0
51402026-08-25T20:30:39.628Z Checking textwrap v0.16.2
51412026-08-25T20:30:39.809Z Checking serde v1.0.228
51422026-08-25T20:30:39.817Z Checking serde_json v1.0.151
51432026-08-25T20:30:39.817Z Checking camino v1.2.5
51442026-08-25T20:30:39.837Z Checking semver v1.0.28
51452026-08-25T20:30:39.981Z Checking cargo-platform v0.3.2
51462026-08-25T20:30:40.061Z Checking camino-tempfile v1.4.1
51472026-08-25T20:30:40.205Z Checking toml_datetime v0.6.11
51482026-08-25T20:30:40.208Z Checking serde_spanned v0.6.9
51492026-08-25T20:30:40.208Z Checking macaddr v1.0.1
51502026-08-25T20:30:40.231Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
51512026-08-25T20:30:40.381Z Checking toml_edit v0.22.27
51522026-08-25T20:30:40.408Z Checking dof v0.3.0
51532026-08-25T20:30:40.412Z Checking cargo_metadata v0.23.1
51542026-08-25T20:30:40.676Z Checking usdt-impl v0.5.0
51552026-08-25T20:30:40.795Z Checking clap v4.6.1
51562026-08-25T20:30:40.932Z Checking usdt v0.5.0
51572026-08-25T20:30:41.360Z Checking toml v0.8.23
51582026-08-25T20:30:41.616Z Checking cargo_toml v0.21.0
51592026-08-25T20:30:42.257Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
51602026-08-25T20:30:42.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.76s
51612026-08-25T20:30:42.743Z
51622026-08-25T20:30:42.743Zinfo: running `cargo check --bins` on dnsadm (361/377)
51632026-08-25T20:30:43.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51642026-08-25T20:30:43.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51652026-08-25T20:30:43.377Z Checking arc-swap v1.8.2
51662026-08-25T20:30:43.653Z Checking slog-scope v4.4.1
51672026-08-25T20:30:43.766Z Checking slog-stdlog v4.1.1
51682026-08-25T20:30:43.863Z Checking slog-envlogger v2.2.0
51692026-08-25T20:30:43.982Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
51702026-08-25T20:30:44.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
51712026-08-25T20:30:44.574Z
51722026-08-25T20:30:44.574Zinfo: running `cargo check --bins` on end-to-end-tests (362/377)
51732026-08-25T20:30:45.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51742026-08-25T20:30:45.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51752026-08-25T20:30:45.373Z Checking cpubits v0.1.1
51762026-08-25T20:30:45.500Z Checking pem-rfc7468 v1.0.0
51772026-08-25T20:30:45.516Z Checking hmac v0.13.0
51782026-08-25T20:30:45.519Z Checking universal-hash v0.6.1
51792026-08-25T20:30:45.544Z Checking ctr v0.10.1
51802026-08-25T20:30:45.544Z Checking aead v0.6.1
51812026-08-25T20:30:45.572Z Checking aes v0.9.1
51822026-08-25T20:30:45.572Z Checking crypto-bigint v0.7.5
51832026-08-25T20:30:45.601Z Checking salsa20 v0.11.0
51842026-08-25T20:30:45.647Z Checking polyval v0.7.1
51852026-08-25T20:30:45.650Z Checking der v0.8.0
51862026-08-25T20:30:45.675Z Checking pbkdf2 v0.13.0
51872026-08-25T20:30:45.691Z Checking cbc v0.2.1
51882026-08-25T20:30:45.755Z Checking ff v0.14.0
51892026-08-25T20:30:45.775Z Checking signature v3.0.0
51902026-08-25T20:30:45.791Z Checking scrypt v0.12.0
51912026-08-25T20:30:45.824Z Checking ghash v0.6.0
51922026-08-25T20:30:45.872Z Checking base16ct v1.0.0
51932026-08-25T20:30:45.887Z Checking group v0.14.0
51942026-08-25T20:30:45.926Z Checking hkdf v0.13.0
51952026-08-25T20:30:45.949Z Compiling curve25519-dalek v5.0.0
51962026-08-25T20:30:45.966Z Checking aes-gcm v0.11.0
51972026-08-25T20:30:45.981Z Checking keccak v0.2.0
51982026-08-25T20:30:45.996Z Checking poly1305 v0.9.0
51992026-08-25T20:30:46.029Z Checking wnaf v0.14.0
52002026-08-25T20:30:46.059Z Checking blowfish v0.10.0
52012026-08-25T20:30:46.122Z Checking blake2 v0.11.0-rc.6
52022026-08-25T20:30:46.139Z Checking sha3 v0.11.0
52032026-08-25T20:30:46.196Z Checking kem v0.3.0
52042026-08-25T20:30:46.215Z Checking bcrypt-pbkdf v0.11.0
52052026-08-25T20:30:46.264Z Checking module-lattice v0.2.3
52062026-08-25T20:30:46.316Z Checking sponge-cursor v0.1.0
52072026-08-25T20:30:46.371Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
52082026-08-25T20:30:46.387Z Checking argon2 v0.6.0-rc.8
52092026-08-25T20:30:46.433Z Checking spki v0.8.0
52102026-08-25T20:30:46.449Z Checking sec1 v0.8.1
52112026-08-25T20:30:46.473Z Checking sha3 v0.12.0
52122026-08-25T20:30:46.488Z Checking ml-kem v0.3.2
52132026-08-25T20:30:46.547Z Checking internal-russh-num-bigint v0.5.0
52142026-08-25T20:30:46.605Z Checking pkcs5 v0.8.1
52152026-08-25T20:30:46.652Z Checking pkcs1 v0.8.0-rc.4
52162026-08-25T20:30:46.679Z Checking num-bigint v0.4.6
52172026-08-25T20:30:46.694Z Checking generic-array v1.4.3
52182026-08-25T20:30:46.858Z Checking russh-util v0.52.0
52192026-08-25T20:30:46.892Z Checking pkcs8 v0.11.0
52202026-08-25T20:30:46.981Z Compiling enum_dispatch v0.3.13
52212026-08-25T20:30:47.084Z Compiling delegate v0.13.5
52222026-08-25T20:30:47.099Z Checking ed25519 v3.0.0
52232026-08-25T20:30:47.212Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52242026-08-25T20:30:47.268Z Checking hex-literal v1.1.0
52252026-08-25T20:30:47.297Z Checking ed25519-dalek v3.0.0
52262026-08-25T20:30:47.367Z Checking md5 v0.8.0
52272026-08-25T20:30:47.405Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
52282026-08-25T20:30:47.522Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
52292026-08-25T20:30:47.537Z Checking socket2 v0.5.10
52302026-08-25T20:30:47.575Z Checking internet-checksum v0.2.1
52312026-08-25T20:30:47.615Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52322026-08-25T20:30:47.775Z Checking elliptic-curve v0.14.1
52332026-08-25T20:30:47.775Z Checking primefield v0.14.0
52342026-08-25T20:30:47.778Z Checking rfc6979 v0.6.0
52352026-08-25T20:30:47.778Z Checking ssh-encoding v0.3.0
52362026-08-25T20:30:47.928Z Checking crypto-primes v0.7.2
52372026-08-25T20:30:48.020Z Checking ssh-cipher v0.3.0
52382026-08-25T20:30:48.020Z Checking russh-cryptovec v0.62.0
52392026-08-25T20:30:48.163Z Checking primeorder v0.14.0
52402026-08-25T20:30:48.166Z Checking ecdsa v0.17.0
52412026-08-25T20:30:48.535Z Checking p384 v0.14.0
52422026-08-25T20:30:48.535Z Checking p521 v0.14.0
52432026-08-25T20:30:48.538Z Checking p256 v0.14.0
52442026-08-25T20:30:48.847Z Checking rsa v0.10.0-rc.18
52452026-08-25T20:30:51.372Z Checking ssh-key v0.7.0-rc.11
52462026-08-25T20:30:52.109Z Checking russh v0.62.4
52472026-08-25T20:31:05.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.75s
52482026-08-25T20:31:05.333Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
52492026-08-25T20:31:05.333Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
52502026-08-25T20:31:05.534Z
52512026-08-25T20:31:05.534Zinfo: running `cargo check --bins` on gateway-cli (363/377)
52522026-08-25T20:31:06.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52532026-08-25T20:31:06.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52542026-08-25T20:31:06.167Z Checking termios v0.3.3
52552026-08-25T20:31:06.363Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
52562026-08-25T20:31:06.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
52572026-08-25T20:31:07.114Z
52582026-08-25T20:31:07.114Zinfo: running `cargo check --bins --no-default-features` on installinator (364/377)
52592026-08-25T20:31:07.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52602026-08-25T20:31:07.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52612026-08-25T20:31:07.789Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
52622026-08-25T20:31:08.478Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
52632026-08-25T20:31:10.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s
52642026-08-25T20:31:10.251Z
52652026-08-25T20:31:10.251Zinfo: running `cargo check --bins` on internal-dns-cli (365/377)
52662026-08-25T20:31:10.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52672026-08-25T20:31:10.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52682026-08-25T20:31:10.884Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
52692026-08-25T20:31:11.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
52702026-08-25T20:31:11.490Z
52712026-08-25T20:31:11.490Zinfo: running `cargo check --bins` on omicron-live-tests (366/377)
52722026-08-25T20:31:11.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52732026-08-25T20:31:11.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52742026-08-25T20:31:11.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52752026-08-25T20:31:11.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
52762026-08-25T20:31:12.043Z
52772026-08-25T20:31:12.043Zinfo: running `cargo check --bins` on live-tests-macros (367/377)
52782026-08-25T20:31:12.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52792026-08-25T20:31:12.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52802026-08-25T20:31:12.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52812026-08-25T20:31:12.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
52822026-08-25T20:31:12.598Z
52832026-08-25T20:31:12.598Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (368/377)
52842026-08-25T20:31:13.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52852026-08-25T20:31:13.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52862026-08-25T20:31:13.336Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
52872026-08-25T20:31:13.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
52882026-08-25T20:31:14.111Z
52892026-08-25T20:31:14.111Zinfo: running `cargo check --bins` on omicron-ntp-admin (369/377)
52902026-08-25T20:31:14.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52912026-08-25T20:31:14.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52922026-08-25T20:31:14.749Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
52932026-08-25T20:31:14.854Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
52942026-08-25T20:31:15.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
52952026-08-25T20:31:15.843Z
52962026-08-25T20:31:15.843Zinfo: running `cargo check --bins` on ntp-admin-types (370/377)
52972026-08-25T20:31:16.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52982026-08-25T20:31:16.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52992026-08-25T20:31:16.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53002026-08-25T20:31:16.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
53012026-08-25T20:31:16.400Z
53022026-08-25T20:31:16.400Zinfo: running `cargo check --bins` on omicron-package (371/377)
53032026-08-25T20:31:16.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53042026-08-25T20:31:16.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53052026-08-25T20:31:17.068Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
53062026-08-25T20:31:18.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
53072026-08-25T20:31:18.327Z
53082026-08-25T20:31:18.327Zinfo: running `cargo check --bins` on tqdb (372/377)
53092026-08-25T20:31:18.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53102026-08-25T20:31:18.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53112026-08-25T20:31:19.096Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
53122026-08-25T20:31:19.443Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
53132026-08-25T20:31:19.946Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
53142026-08-25T20:31:19.946Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
53152026-08-25T20:31:26.756Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
53162026-08-25T20:31:26.761Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
53172026-08-25T20:31:26.761Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
53182026-08-25T20:31:27.378Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
53192026-08-25T20:31:27.381Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
53202026-08-25T20:31:27.381Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
53212026-08-25T20:31:27.381Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
53222026-08-25T20:31:28.166Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
53232026-08-25T20:31:28.790Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
53242026-08-25T20:31:29.034Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
53252026-08-25T20:31:29.273Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
53262026-08-25T20:31:30.114Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
53272026-08-25T20:31:30.761Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
53282026-08-25T20:31:35.531Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
53292026-08-25T20:31:42.756Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53302026-08-25T20:31:42.756Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
53312026-08-25T20:31:42.762Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53322026-08-25T20:31:42.762Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53332026-08-25T20:31:44.266Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53342026-08-25T20:31:45.541Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
53352026-08-25T20:31:46.219Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
53362026-08-25T20:31:47.488Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
53372026-08-25T20:31:48.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.71s
53382026-08-25T20:31:48.240Z
53392026-08-25T20:31:48.240Zinfo: running `cargo check --bins` on wicket-dbg (373/377)
53402026-08-25T20:31:48.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53412026-08-25T20:31:48.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53422026-08-25T20:31:48.935Z Checking rtoolbox v0.0.3
53432026-08-25T20:31:48.935Z Checking tui-tree-widget v0.23.1
53442026-08-25T20:31:48.940Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
53452026-08-25T20:31:49.062Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
53462026-08-25T20:31:49.151Z Checking rpassword v7.5.4
53472026-08-25T20:31:51.904Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53482026-08-25T20:31:53.758Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
53492026-08-25T20:31:54.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.43s
53502026-08-25T20:31:54.868Z
53512026-08-25T20:31:54.868Zinfo: running `cargo check --bins` on wicket (374/377)
53522026-08-25T20:31:55.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53532026-08-25T20:31:55.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53542026-08-25T20:31:55.556Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53552026-08-25T20:31:55.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
53562026-08-25T20:31:56.102Z
53572026-08-25T20:31:56.102Zinfo: running `cargo check --bins` on wicketd (375/377)
53582026-08-25T20:31:56.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53592026-08-25T20:31:56.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53602026-08-25T20:31:56.792Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
53612026-08-25T20:32:00.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
53622026-08-25T20:32:00.497Z
53632026-08-25T20:32:00.497Zinfo: running `cargo check --bins` on omicron-workspace-hack (376/377)
53642026-08-25T20:32:00.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53652026-08-25T20:32:00.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53662026-08-25T20:32:00.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53672026-08-25T20:32:00.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
53682026-08-25T20:32:01.051Z
53692026-08-25T20:32:01.051Zinfo: running `cargo check --bins` on zone-setup (377/377)
53702026-08-25T20:32:01.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53712026-08-25T20:32:01.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53722026-08-25T20:32:01.711Z Checking uzers v0.12.2
53732026-08-25T20:32:01.975Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
53742026-08-25T20:32:02.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
53752026-08-25T20:32:02.952Z
53762026-08-25T20:32:02.952Zreal 14:19.985961379
53772026-08-25T20:32:02.952Zuser 21:37.431706432
53782026-08-25T20:32:02.952Zsys 4:26.824238159
53792026-08-25T20:32:02.952Ztrap 0.339943317
53802026-08-25T20:32:02.952Ztflt 0.562179827
53812026-08-25T20:32:02.952Zdflt 0.881341267
53822026-08-25T20:32:02.952Zkflt 0.004449732
53832026-08-25T20:32:02.952Zlock 1:30:42.370149852
53842026-08-25T20:32:02.952Zslp 1:43:48.558575660
53852026-08-25T20:32:02.952Zlat 56.143066776
53862026-08-25T20:32:02.952Zstop 4:08.513762259
53872026-08-25T20:32:02.955Zprocess exited: duration 995840 ms, exit code 0
 
53882026-08-25T20:32:02.963Zfound 0 output files