01KXPCPWZ860HRVWSMW19ZY62R: 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: 01KXPCQ9MPQFMET593W2AZH94M

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-16T21:18:33.757Zjob assigned to worker 01KXPCNKSRCKSVYP8TYTWW42GW [factory aws, i-089e60fea0ad37f37] (queued for 0 s)
 
22026-07-16T21:18:34.291Zstarting task 0: "setup"
32026-07-16T21:18:34.297Z++ uname -s
42026-07-16T21:18:34.300Z+ kern=SunOS
52026-07-16T21:18:34.300Z+ build_user=build
62026-07-16T21:18:34.300Z+ build_uid=12345
72026-07-16T21:18:34.300Z+ work_dir=/work
82026-07-16T21:18:34.300Z+ input_dir=/input
92026-07-16T21:18:34.300Z+ [[ 0 == 12345 ]]
102026-07-16T21:18:34.300Z+ case "$kern" in
112026-07-16T21:18:34.300Z+ groupadd -g 12345 build
122026-07-16T21:18:34.303Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-16T21:18:36.306Z+ zfs create -o mountpoint=/work rpool/work
142026-07-16T21:18:36.398Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-16T21:18:36.401Z+ home_fs=zfs
162026-07-16T21:18:36.401Z+ [[ zfs == autofs ]]
172026-07-16T21:18:36.401Z+ mkdir -p /home/build
182026-07-16T21:18:36.401Z+ chown build:build /home/build /work
192026-07-16T21:18:38.402Z+ chmod 0700 /home/build /work
202026-07-16T21:18:38.405Zprocess exited: duration 4111 ms, exit code 0
 
212026-07-16T21:18:38.410Zstarting task 1: "rust-toolchain"
222026-07-16T21:18:38.414Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-16T21:18:38.414Z * rust toolchain channel = "1.96.1"
242026-07-16T21:18:38.414Z * rust toolchain profile = "default"
252026-07-16T21:18:38.414Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-16T21:18:38.414Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-16T21:18:38.414Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-16T21:18:38.417Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-16T21:18:38.417Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-16T21:18:38.518Zinfo: downloading installer
312026-07-16T21:18:39.757Zwarn: It looks like you have an existing rustup settings file at:
322026-07-16T21:18:39.757Zwarn: /home/build/.rustup/settings.toml
332026-07-16T21:18:39.757Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-16T21:18:39.757Zwarn: instead of the one inferred from the default host triple.
352026-07-16T21:18:39.770Zinfo: profile set to default
362026-07-16T21:18:39.770Zinfo: default host triple is x86_64-unknown-illumos
372026-07-16T21:18:39.773Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-16T21:18:39.903Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-16T21:18:39.906Zinfo: downloading 6 components
402026-07-16T21:18:55.587Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-16T21:18:55.587Z
422026-07-16T21:18:55.614Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-16T21:18:55.614Z
442026-07-16T21:18:55.614Z
452026-07-16T21:18:55.614ZRust is installed now. Great!
462026-07-16T21:18:55.614Z
472026-07-16T21:18:55.618ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-16T21:18:55.618Zenvironment variable. This has not been done automatically.
492026-07-16T21:18:55.618Z
502026-07-16T21:18:55.618ZTo configure your current shell, you need to source
512026-07-16T21:18:55.619Zthe corresponding env file under $HOME/.cargo.
522026-07-16T21:18:55.619Z
532026-07-16T21:18:55.619ZThis is usually done by running one of the following (note the leading DOT):
542026-07-16T21:18:55.619Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-16T21:18:55.619Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-16T21:18:55.619Zsource "~/.cargo/env.nu" # For nushell
572026-07-16T21:18:55.619Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-16T21:18:55.619Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-16T21:18:55.619Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-16T21:18:55.620Zwarn: no default linker (`cc`) was found in your PATH
612026-07-16T21:18:55.620Zwarn: many Rust crates require a system C toolchain to build
622026-07-16T21:18:55.712Z+ rustup --version
632026-07-16T21:18:55.720Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-16T21:18:55.723Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-16T21:18:55.742Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-16T21:18:55.745Z+ cargo --version
672026-07-16T21:18:55.758Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-16T21:18:55.762Z+ rustc --version
692026-07-16T21:18:55.780Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-16T21:18:55.783Zprocess exited: duration 17372 ms, exit code 0
 
712026-07-16T21:18:55.789Zstarting task 2: "authentication"
722026-07-16T21:18:55.806Zprocess exited: duration 16 ms, exit code 0
 
732026-07-16T21:18:55.812Zstarting task 3: "clone repository"
742026-07-16T21:18:55.815Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-16T21:18:55.818Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-16T21:18:55.851ZCloning into '/work/oxidecomputer/omicron'...
772026-07-16T21:19:06.823Z+ cd /work/oxidecomputer/omicron
782026-07-16T21:19:06.823Z+ git fetch origin f3118d41647e9bec06ef8eca567e050bc28662c4
792026-07-16T21:19:07.142ZFrom https://github.com/oxidecomputer/omicron
802026-07-16T21:19:07.142Z * branch f3118d41647e9bec06ef8eca567e050bc28662c4 -> FETCH_HEAD
812026-07-16T21:19:07.152Z+ [[ -n serve-zone-version ]]
822026-07-16T21:19:07.155Z++ git branch --show-current
832026-07-16T21:19:07.155Z+ current=main
842026-07-16T21:19:07.155Z+ [[ main != serve-zone-version ]]
852026-07-16T21:19:07.155Z+ git branch -f serve-zone-version f3118d41647e9bec06ef8eca567e050bc28662c4
862026-07-16T21:19:07.158Z+ git checkout -f serve-zone-version
872026-07-16T21:19:07.402ZSwitched to branch 'serve-zone-version'
882026-07-16T21:19:07.405Z+ git reset --hard f3118d41647e9bec06ef8eca567e050bc28662c4
892026-07-16T21:19:07.657ZHEAD is now at f3118d416 patch omicron-zone-package, try to test it in helios/deploy
902026-07-16T21:19:07.661Zprocess exited: duration 11845 ms, exit code 0
 
912026-07-16T21:19:07.667Zstarting task 4: "build"
922026-07-16T21:19:07.671Z+ source .github/buildomat/ci-env.sh
932026-07-16T21:19:07.674Z++ export CARGO_TERM_COLOR=always
942026-07-16T21:19:07.674Z++ CARGO_TERM_COLOR=always
952026-07-16T21:19:07.674Z+++ uname -s
962026-07-16T21:19:07.674Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-16T21:19:07.674Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-16T21:19:07.677Z+ cargo --version
992026-07-16T21:19:07.684Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-16T21:19:07.687Z+ rustc --version
1012026-07-16T21:19:07.706Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-16T21:19:07.709Z+ source ./env.sh
1032026-07-16T21:19:07.709Z++ OLD_SHELL_OPTS=ehxB
1042026-07-16T21:19:07.709Z++ set -o xtrace
1052026-07-16T21:19:07.712Z++++ dirname ./env.sh
1062026-07-16T21:19:07.712Z+++ readlink -f .
1072026-07-16T21:19:07.715Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-07-16T21:19:07.715Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-07-16T21:19:07.716Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-07-16T21:19:07.716Z++ 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
1112026-07-16T21:19:07.716Z++ 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
1122026-07-16T21:19:07.716Z++ 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
1132026-07-16T21:19:07.716Z++ 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
1142026-07-16T21:19:07.716Z++ 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
1152026-07-16T21:19:07.716Z++ 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
1162026-07-16T21:19:07.716Z++ 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
1172026-07-16T21:19:07.716Z++ 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
1182026-07-16T21:19:07.716Z++ case $OLD_SHELL_OPTS in
1192026-07-16T21:19:07.716Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-07-16T21:19:07.716Z+ 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
1212026-07-16T21:19:07.716Z+ 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
1222026-07-16T21:19:07.716Z+ banner prerequisites
1232026-07-16T21:19:07.719Z
1242026-07-16T21:19:07.719Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-07-16T21:19:07.719Z # # # # # # # # # # # # # # #
1262026-07-16T21:19:07.719Z # # # # ##### # # ##### # # # # # #### #
1272026-07-16T21:19:07.719Z ##### ##### # ##### # # # # # # # # #
1282026-07-16T21:19:07.719Z # # # # # # # # # # # # # # #
1292026-07-16T21:19:07.720Z # # # ###### # # ###### ### # #### # #### #
1302026-07-16T21:19:07.720Z
1312026-07-16T21:19:07.720Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-07-16T21:19:09.268Z Startup: Refreshing catalog 'helios' ... Done
1332026-07-16T21:19:09.389Z Startup: Caching catalogs ... Done
1342026-07-16T21:19:09.943ZPlanning: Solver setup ... Done (0.505s)
1352026-07-16T21:19:09.974ZPlanning: Running solver ... Done (0.028s)
1362026-07-16T21:19:09.984ZPlanning: Finding local manifests ... Done (0.003s)
1372026-07-16T21:19:09.996ZPlanning: Fetching manifests: 0/2 0% complete
1382026-07-16T21:19:10.011ZPlanning: Fetching manifests: 2/2 100% complete
1392026-07-16T21:19:10.024ZPlanning: Package planning ... Done (0.013s)
1402026-07-16T21:19:10.027ZPlanning: Merging actions ... Done (0.001s)
1412026-07-16T21:19:10.194ZPlanning: Checking for conflicting actions ... Done (0.168s)
1422026-07-16T21:19:10.197ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-07-16T21:19:10.992ZPlanning: Evaluating mediators ... Done (0.783s)
1442026-07-16T21:19:10.997ZPlanning: Planning completed in 1.57 seconds
1452026-07-16T21:19:10.997Z Packages to install: 2
1462026-07-16T21:19:10.997Z Estimated space available: 156.06 GB
1472026-07-16T21:19:10.997ZEstimated space to be consumed: 34.06 MB
1482026-07-16T21:19:10.997Z Create boot environment: No
1492026-07-16T21:19:10.997ZCreate backup boot environment: No
1502026-07-16T21:19:10.997Z Rebuild boot archive: No
1512026-07-16T21:19:10.998Z
1522026-07-16T21:19:10.998ZChanged packages:
1532026-07-16T21:19:10.998Zhelios
1542026-07-16T21:19:10.998Z developer/build-essential
1552026-07-16T21:19:10.998Z None -> 11-3.0
1562026-07-16T21:19:10.998Z library/libxmlsec1
1572026-07-16T21:19:10.998Z None -> 1.2.35-3.0
1582026-07-16T21:19:11.012Z
1592026-07-16T21:19:11.012ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-07-16T21:19:12.286ZDownload: Completed 1.28 MB in 1.27 seconds (1.0M/s)
1612026-07-16T21:19:12.376Z Actions: 1/268 actions (Installing new actions)
1622026-07-16T21:19:12.414Z Actions: Completed 268 actions in 0.04 seconds.
1632026-07-16T21:19:12.427ZFinalize: Updating package state database ... Done (0.012s)
1642026-07-16T21:19:12.427ZFinalize: Updating package cache ... Done (0.000s)
1652026-07-16T21:19:12.459ZFinalize: Updating image state ... Done (0.032s)
1662026-07-16T21:19:14.824ZFinalize: Creating fast lookup database ... Done (2.336s)
1672026-07-16T21:19:14.888ZFinalize: Reading search index ... Done (0.012s)
1682026-07-16T21:19:14.891ZFinalize: Updating search index ... Done (0.000s)
1692026-07-16T21:19:14.987ZFinalize: Updating package cache ... Done (0.000s)
1702026-07-16T21:19:15.301ZPlanning: Evaluating mediator changes ... Done
1712026-07-16T21:19:15.408ZPlanning: Checking for conflicting actions ... Done
1722026-07-16T21:19:15.412ZPlanning: Consolidating action changes ... Done
1732026-07-16T21:19:15.567ZPlanning: Evaluating mediators ... Done
1742026-07-16T21:19:15.570ZPlanning: Planning completed in 0.27 seconds
1752026-07-16T21:19:15.592Z Mediators to change: 2
1762026-07-16T21:19:15.592Z Create boot environment: No
1772026-07-16T21:19:15.592ZCreate backup boot environment: No
1782026-07-16T21:19:15.641ZFinalize: Updating package state database ... Done
1792026-07-16T21:19:15.641ZFinalize: Updating package cache ... Done
1802026-07-16T21:19:15.659ZFinalize: Updating image state ... Done
1812026-07-16T21:19:17.604ZFinalize: Creating fast lookup database ... Done
1822026-07-16T21:19:17.669ZFinalize: Reading search index ... Done
1832026-07-16T21:19:17.672ZFinalize: Updating search index ... Done
1842026-07-16T21:19:17.733ZFinalize: Updating package cache ... Done
1852026-07-16T21:19:18.020ZPlanning: Evaluating mediator changes ... Done
1862026-07-16T21:19:18.127ZPlanning: Checking for conflicting actions ... Done
1872026-07-16T21:19:18.130ZPlanning: Consolidating action changes ... Done
1882026-07-16T21:19:18.286ZPlanning: Evaluating mediators ... Done
1892026-07-16T21:19:18.289ZPlanning: Planning completed in 0.27 seconds
1902026-07-16T21:19:18.310Z Mediators to change: 1
1912026-07-16T21:19:18.310Z Create boot environment: No
1922026-07-16T21:19:18.313ZCreate backup boot environment: No
1932026-07-16T21:19:18.350ZFinalize: Updating package state database ... Done
1942026-07-16T21:19:18.350ZFinalize: Updating package cache ... Done
1952026-07-16T21:19:18.368ZFinalize: Updating image state ... Done
1962026-07-16T21:19:20.316ZFinalize: Creating fast lookup database ... Done
1972026-07-16T21:19:20.381ZFinalize: Reading search index ... Done
1982026-07-16T21:19:20.384ZFinalize: Updating search index ... Done
1992026-07-16T21:19:20.439ZFinalize: Updating package cache ... Done
2002026-07-16T21:19:20.750ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-07-16T21:19:20.750Zapache system 2.4 system
2022026-07-16T21:19:20.750Zclang system 15 system
2032026-07-16T21:19:20.750Zcsh system system illumos
2042026-07-16T21:19:20.750Zctags system system illumos
2052026-07-16T21:19:20.751Zfile vendor vendor darwinsys
2062026-07-16T21:19:20.751Zfile system system illumos
2072026-07-16T21:19:20.751Zgcc vendor 14 vendor
2082026-07-16T21:19:20.751Zgcc system 13 system
2092026-07-16T21:19:20.751Zgcc system 10 system
2102026-07-16T21:19:20.751Zgo system 1.25 system
2112026-07-16T21:19:20.751Zllvm system 15 system
2122026-07-16T21:19:20.751Zmariadb system 11.4 system
2132026-07-16T21:19:20.751Zmta vendor vendor dma
2142026-07-16T21:19:20.751Zopenjdk system 17 system
2152026-07-16T21:19:20.751Zopenjdk system 11 system
2162026-07-16T21:19:20.751Zopenssl vendor 3 vendor
2172026-07-16T21:19:20.751Zperl system 5.40 system
2182026-07-16T21:19:20.752Zpostgresql system 18 system
2192026-07-16T21:19:20.752Zpostgresql system 17 system
2202026-07-16T21:19:20.752Zpython vendor 3 vendor
2212026-07-16T21:19:20.752Zpython system 2 system
2222026-07-16T21:19:20.752Zpython3 vendor 3.13 vendor
2232026-07-16T21:19:20.752Zruby system 3.4 system
2242026-07-16T21:19:20.752Zruby system 3.0 system
2252026-07-16T21:19:20.752Zwords vendor vendor american-english
2262026-07-16T21:19:20.752Zwords system system australian-english
2272026-07-16T21:19:20.752Zwords system system british-english
2282026-07-16T21:19:20.752Zwords system system canadian-english
2292026-07-16T21:19:20.752Zwords system system french
2302026-07-16T21:19:20.752Zwords system system italian
2312026-07-16T21:19:20.752Zwords system system ngerman
2322026-07-16T21:19:20.752Zwords system system ogerman
2332026-07-16T21:19:20.752Zwords system system spanish
2342026-07-16T21:19:21.004ZPUBLISHER TYPE STATUS P LOCATION
2352026-07-16T21:19:21.004Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-07-16T21:19:21.316ZFMRI IFO
2372026-07-16T21:19:21.316Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-07-16T21:19:21.316Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-07-16T21:19:21.316Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-07-16T21:19:21.316Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-07-16T21:19:21.316Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-07-16T21:19:21.316Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-07-16T21:19:21.316Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-07-16T21:19:21.316Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-07-16T21:19:21.316Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-07-16T21:19:21.573Z Updating git repository `https://github.com/oxidecomputer/omicron-package.git`
2472026-07-16T21:19:21.825Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2482026-07-16T21:19:22.068Z Updating crates.io index
2492026-07-16T21:19:22.071Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2502026-07-16T21:19:22.333Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2512026-07-16T21:19:22.611Z Updating git repository `https://github.com/oxidecomputer/propolis`
2522026-07-16T21:19:23.547Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2532026-07-16T21:19:24.018Z Updating git repository `https://github.com/oxidecomputer/crucible`
2542026-07-16T21:19:25.570Z Updating git repository `https://github.com/oxidecomputer/opte`
2552026-07-16T21:19:26.330Z Updating git repository `https://github.com/oxidecomputer/tofino`
2562026-07-16T21:19:26.577Z Updating git repository `https://github.com/oxidecomputer/lldp`
2572026-07-16T21:19:26.887Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2582026-07-16T21:19:28.189Z Updating git repository `https://github.com/oxidecomputer/clickward`
2592026-07-16T21:19:28.408Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2602026-07-16T21:19:28.685Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2612026-07-16T21:19:28.954Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2622026-07-16T21:19:29.401Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2632026-07-16T21:19:29.903Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2642026-07-16T21:19:30.131Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2652026-07-16T21:19:30.359Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2662026-07-16T21:19:30.602Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2672026-07-16T21:19:30.916Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2682026-07-16T21:19:31.154Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2692026-07-16T21:19:31.394Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2702026-07-16T21:19:31.664Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-07-16T21:19:32.003Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2722026-07-16T21:19:32.298Z Updating git repository `https://github.com/oxidecomputer/erebor`
2732026-07-16T21:19:32.520Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2742026-07-16T21:19:32.928Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2752026-07-16T21:19:33.315Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2762026-07-16T21:19:33.700Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2772026-07-16T21:19:34.036Z Updating git repository `https://github.com/oxidecomputer/ispf`
2782026-07-16T21:19:34.243Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2792026-07-16T21:19:34.454Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2802026-07-16T21:19:34.771Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2812026-07-16T21:19:35.148Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2822026-07-16T21:19:35.564Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2832026-07-16T21:19:35.818Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2842026-07-16T21:19:36.052Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2852026-07-16T21:19:36.310Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2862026-07-16T21:19:36.561Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2872026-07-16T21:19:36.798Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2882026-07-16T21:19:37.236Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2892026-07-16T21:19:37.462Z Updating git repository `https://github.com/illumos/smf-rs`
2902026-07-16T21:19:40.127Z Downloading crates ...
2912026-07-16T21:19:40.170Z Downloaded dtrace-parser v0.2.0
2922026-07-16T21:19:40.181Z Downloaded cfg-if v1.0.4
2932026-07-16T21:19:40.181Z Downloaded autocfg v1.5.0
2942026-07-16T21:19:40.181Z Downloaded usdt-attr-macro v0.5.0
2952026-07-16T21:19:40.181Z Downloaded errno v0.3.14
2962026-07-16T21:19:40.181Z Downloaded clap_derive v4.6.1
2972026-07-16T21:19:40.191Z Downloaded byteorder v1.5.0
2982026-07-16T21:19:40.191Z Downloaded zmij v1.0.21
2992026-07-16T21:19:40.191Z Downloaded anyhow v1.0.102
3002026-07-16T21:19:40.191Z Downloaded anstyle v1.0.14
3012026-07-16T21:19:40.198Z Downloaded block-buffer v0.10.4
3022026-07-16T21:19:40.198Z Downloaded anstream v1.0.0
3032026-07-16T21:19:40.198Z Downloaded equivalent v1.0.2
3042026-07-16T21:19:40.198Z Downloaded generic-array v0.14.7
3052026-07-16T21:19:40.198Z Downloaded zerocopy v0.7.35
3062026-07-16T21:19:40.204Z Downloaded colorchoice v1.0.4
3072026-07-16T21:19:40.207Z Downloaded clap_lex v1.0.0
3082026-07-16T21:19:40.207Z Downloaded fnv v1.0.7
3092026-07-16T21:19:40.207Z Downloaded cargo_metadata v0.23.1
3102026-07-16T21:19:40.214Z Downloaded pest_meta v2.8.6
3112026-07-16T21:19:40.228Z Downloaded camino v1.2.2
3122026-07-16T21:19:40.236Z Downloaded crypto-common v0.1.7
3132026-07-16T21:19:40.236Z Downloaded version_check v0.9.5
3142026-07-16T21:19:40.236Z Downloaded heck v0.4.1
3152026-07-16T21:19:40.236Z Downloaded getrandom v0.4.1
3162026-07-16T21:19:40.236Z Downloaded utf8parse v0.2.2
3172026-07-16T21:19:40.236Z Downloaded serde_spanned v0.6.9
3182026-07-16T21:19:40.236Z Downloaded anstyle-query v1.1.5
3192026-07-16T21:19:40.237Z Downloaded macaddr v1.0.1
3202026-07-16T21:19:40.244Z Downloaded cargo-platform v0.3.2
3212026-07-16T21:19:40.244Z Downloaded memmap v0.7.0
3222026-07-16T21:19:40.244Z Downloaded anstyle-parse v1.0.0
3232026-07-16T21:19:40.244Z Downloaded smawk v0.3.2
3242026-07-16T21:19:40.245Z Downloaded heck v0.5.0
3252026-07-16T21:19:40.245Z Downloaded strsim v0.11.1
3262026-07-16T21:19:40.245Z Downloaded semver v1.0.28
3272026-07-16T21:19:40.258Z Downloaded cpufeatures v0.2.17
3282026-07-16T21:19:40.266Z Downloaded unicode-linebreak v0.1.5
3292026-07-16T21:19:40.266Z Downloaded usdt v0.5.0
3302026-07-16T21:19:40.266Z Downloaded scroll_derive v0.12.1
3312026-07-16T21:19:40.270Z Downloaded tabled_derive v0.7.0
3322026-07-16T21:19:40.270Z Downloaded pretty-hex v0.4.1
3332026-07-16T21:19:40.270Z Downloaded itoa v1.0.17
3342026-07-16T21:19:40.278Z Downloaded proc-macro-error-attr v1.0.4
3352026-07-16T21:19:40.310Z Downloaded fastrand v2.3.0
3362026-07-16T21:19:40.311Z Downloaded swrite v0.1.0
3372026-07-16T21:19:40.311Z Downloaded toml_datetime v0.6.11
3382026-07-16T21:19:40.311Z Downloaded is_terminal_polyfill v1.70.2
3392026-07-16T21:19:40.333Z Downloaded usdt-macro v0.5.0
3402026-07-16T21:19:40.333Z Downloaded plain v0.2.3
3412026-07-16T21:19:40.333Z Downloaded sha2 v0.10.9
3422026-07-16T21:19:40.333Z Downloaded thiserror-impl v2.0.18
3432026-07-16T21:19:40.333Z Downloaded fs-err v3.3.0
3442026-07-16T21:19:40.333Z Downloaded toml_write v0.1.2
3452026-07-16T21:19:40.333Z Downloaded terminal_size v0.4.3
3462026-07-16T21:19:40.334Z Downloaded thiserror v2.0.18
3472026-07-16T21:19:40.334Z Downloaded quote v1.0.45
3482026-07-16T21:19:40.334Z Downloaded dof v0.3.0
3492026-07-16T21:19:40.334Z Downloaded cargo_toml v0.21.0
3502026-07-16T21:19:40.334Z Downloaded pest_generator v2.8.6
3512026-07-16T21:19:40.349Z Downloaded camino-tempfile v1.4.1
3522026-07-16T21:19:40.349Z Downloaded scroll v0.12.0
3532026-07-16T21:19:40.349Z Downloaded bytecount v0.6.9
3542026-07-16T21:19:40.349Z Downloaded usdt-impl v0.5.0
3552026-07-16T21:19:40.349Z Downloaded thiserror-impl v1.0.69
3562026-07-16T21:19:40.349Z Downloaded thiserror v1.0.69
3572026-07-16T21:19:40.349Z Downloaded zerocopy-derive v0.7.35
3582026-07-16T21:19:40.349Z Downloaded serde_tokenstream v0.2.3
3592026-07-16T21:19:40.349Z Downloaded clap v4.6.1
3602026-07-16T21:19:40.349Z Downloaded digest v0.10.7
3612026-07-16T21:19:40.353Z Downloaded ucd-trie v0.1.7
3622026-07-16T21:19:40.361Z Downloaded toml v0.8.23
3632026-07-16T21:19:40.361Z Downloaded proc-macro-error v1.0.4
3642026-07-16T21:19:40.361Z Downloaded once_cell v1.21.3
3652026-07-16T21:19:40.370Z Downloaded bitflags v2.11.0
3662026-07-16T21:19:40.374Z Downloaded thread-id v4.2.2
3672026-07-16T21:19:40.375Z Downloaded tempfile v3.25.0
3682026-07-16T21:19:40.379Z Downloaded serde_derive v1.0.228
3692026-07-16T21:19:40.379Z Downloaded indexmap v2.14.0
3702026-07-16T21:19:40.379Z Downloaded proc-macro2 v1.0.106
3712026-07-16T21:19:40.384Z Downloaded log v0.4.29
3722026-07-16T21:19:40.396Z Downloaded serde_core v1.0.228
3732026-07-16T21:19:40.396Z Downloaded pest_derive v2.8.6
3742026-07-16T21:19:40.403Z Downloaded textwrap v0.16.2
3752026-07-16T21:19:40.403Z Downloaded unicode-ident v1.0.24
3762026-07-16T21:19:40.403Z Downloaded hashbrown v0.17.0
3772026-07-16T21:19:40.408Z Downloaded clap_builder v4.6.0
3782026-07-16T21:19:40.408Z Downloaded papergrid v0.11.0
3792026-07-16T21:19:40.419Z Downloaded serde v1.0.228
3802026-07-16T21:19:40.426Z Downloaded toml_edit v0.22.27
3812026-07-16T21:19:40.426Z Downloaded memchr v2.8.0
3822026-07-16T21:19:40.435Z Downloaded typenum v1.20.1
3832026-07-16T21:19:40.445Z Downloaded pest v2.8.6
3842026-07-16T21:19:40.475Z Downloaded serde_json v1.0.150
3852026-07-16T21:19:40.493Z Downloaded winnow v0.7.14
3862026-07-16T21:19:40.498Z Downloaded goblin v0.8.2
3872026-07-16T21:19:40.506Z Downloaded tabled v0.15.0
3882026-07-16T21:19:40.520Z Downloaded unicode-width v0.2.0
3892026-07-16T21:19:40.537Z Downloaded syn v1.0.109
3902026-07-16T21:19:40.546Z Downloaded syn v2.0.117
3912026-07-16T21:19:40.546Z Downloaded unicode-width v0.1.14
3922026-07-16T21:19:40.546Z Downloaded rustix v1.1.3
3932026-07-16T21:19:40.570Z Downloaded libc v0.2.185
3942026-07-16T21:19:40.632Z Compiling proc-macro2 v1.0.106
3952026-07-16T21:19:40.633Z Compiling quote v1.0.45
3962026-07-16T21:19:40.633Z Compiling unicode-ident v1.0.24
3972026-07-16T21:19:40.639Z Compiling serde_core v1.0.228
3982026-07-16T21:19:40.639Z Compiling libc v0.2.185
3992026-07-16T21:19:40.639Z Compiling version_check v0.9.5
4002026-07-16T21:19:40.639Z Compiling memchr v2.8.0
4012026-07-16T21:19:40.639Z Compiling serde v1.0.228
4022026-07-16T21:19:41.003Z Compiling zmij v1.0.21
4032026-07-16T21:19:41.161Z Compiling ucd-trie v0.1.7
4042026-07-16T21:19:41.257Z Compiling itoa v1.0.17
4052026-07-16T21:19:41.295Z Compiling thiserror v1.0.69
4062026-07-16T21:19:41.440Z Compiling pest v2.8.6
4072026-07-16T21:19:41.629Z Compiling rustix v1.1.3
4082026-07-16T21:19:41.668Z Compiling byteorder v1.5.0
4092026-07-16T21:19:41.779Z Compiling errno v0.3.14
4102026-07-16T21:19:41.813Z Compiling serde_json v1.0.150
4112026-07-16T21:19:41.929Z Compiling bitflags v2.11.0
4122026-07-16T21:19:42.145Z Compiling syn v2.0.117
4132026-07-16T21:19:42.160Z Compiling thread-id v4.2.2
4142026-07-16T21:19:42.173Z Compiling usdt-impl v0.5.0
4152026-07-16T21:19:42.243Z Compiling proc-macro-error-attr v1.0.4
4162026-07-16T21:19:42.265Z Compiling camino v1.2.2
4172026-07-16T21:19:42.390Z Compiling syn v1.0.109
4182026-07-16T21:19:42.440Z Compiling pest_meta v2.8.6
4192026-07-16T21:19:42.705Z Compiling proc-macro-error v1.0.4
4202026-07-16T21:19:42.766Z Compiling log v0.4.29
4212026-07-16T21:19:42.789Z Compiling hashbrown v0.17.0
4222026-07-16T21:19:42.918Z Compiling equivalent v1.0.2
4232026-07-16T21:19:42.964Z Compiling getrandom v0.4.1
4242026-07-16T21:19:42.997Z Compiling plain v0.2.3
4252026-07-16T21:19:43.186Z Compiling utf8parse v0.2.2
4262026-07-16T21:19:43.278Z Compiling anstyle-parse v1.0.0
4272026-07-16T21:19:43.302Z Compiling indexmap v2.14.0
4282026-07-16T21:19:43.368Z Compiling terminal_size v0.4.3
4292026-07-16T21:19:43.921Z Compiling pretty-hex v0.4.1
4302026-07-16T21:19:43.950Z Compiling anstyle v1.0.14
4312026-07-16T21:19:44.019Z Compiling is_terminal_polyfill v1.70.2
4322026-07-16T21:19:44.036Z Compiling toml_write v0.1.2
4332026-07-16T21:19:44.058Z Compiling anstyle-query v1.1.5
4342026-07-16T21:19:44.116Z Compiling winnow v0.7.14
4352026-07-16T21:19:44.132Z Compiling thiserror v2.0.18
4362026-07-16T21:19:44.165Z Compiling cfg-if v1.0.4
4372026-07-16T21:19:44.168Z Compiling autocfg v1.5.0
4382026-07-16T21:19:44.228Z Compiling colorchoice v1.0.4
4392026-07-16T21:19:44.359Z Compiling pest_generator v2.8.6
4402026-07-16T21:19:44.429Z Compiling anstream v1.0.0
4412026-07-16T21:19:44.600Z Compiling heck v0.5.0
4422026-07-16T21:19:44.611Z Compiling fs-err v3.3.0
4432026-07-16T21:19:44.691Z Compiling heck v0.4.1
4442026-07-16T21:19:44.811Z Compiling bytecount v0.6.9
4452026-07-16T21:19:44.815Z Compiling fastrand v2.3.0
4462026-07-16T21:19:44.914Z Compiling unicode-width v0.1.14
4472026-07-16T21:19:44.949Z Compiling anyhow v1.0.102
4482026-07-16T21:19:45.039Z Compiling strsim v0.11.1
4492026-07-16T21:19:45.058Z Compiling clap_lex v1.0.0
4502026-07-16T21:19:45.084Z Compiling fnv v1.0.7
4512026-07-16T21:19:45.185Z Compiling once_cell v1.21.3
4522026-07-16T21:19:45.201Z Compiling papergrid v0.11.0
4532026-07-16T21:19:45.285Z Compiling clap_builder v4.6.0
4542026-07-16T21:19:45.383Z Compiling tempfile v3.25.0
4552026-07-16T21:19:45.497Z Compiling cargo-platform v0.3.2
4562026-07-16T21:19:45.563Z Compiling semver v1.0.28
4572026-07-16T21:19:45.643Z Compiling memmap v0.7.0
4582026-07-16T21:19:45.671Z Compiling tabled_derive v0.7.0
4592026-07-16T21:19:45.779Z Compiling unicode-linebreak v0.1.5
4602026-07-16T21:19:45.797Z Compiling smawk v0.3.2
4612026-07-16T21:19:45.830Z Compiling unicode-width v0.2.0
4622026-07-16T21:19:45.893Z Compiling camino-tempfile v1.4.1
4632026-07-16T21:19:46.012Z Compiling serde_derive v1.0.228
4642026-07-16T21:19:46.056Z Compiling thiserror-impl v1.0.69
4652026-07-16T21:19:46.105Z Compiling zerocopy-derive v0.7.35
4662026-07-16T21:19:46.124Z Compiling pest_derive v2.8.6
4672026-07-16T21:19:46.222Z Compiling scroll_derive v0.12.1
4682026-07-16T21:19:46.589Z Compiling thiserror-impl v2.0.18
4692026-07-16T21:19:46.608Z Compiling clap_derive v4.6.1
4702026-07-16T21:19:46.683Z Compiling tabled v0.15.0
4712026-07-16T21:19:46.923Z Compiling scroll v0.12.0
4722026-07-16T21:19:46.994Z Compiling zerocopy v0.7.35
4732026-07-16T21:19:47.202Z Compiling goblin v0.8.2
4742026-07-16T21:19:47.448Z Compiling dtrace-parser v0.2.0
4752026-07-16T21:19:47.546Z Compiling textwrap v0.16.2
4762026-07-16T21:19:48.045Z Compiling swrite v0.1.0
4772026-07-16T21:19:48.394Z Compiling clap v4.6.1
4782026-07-16T21:19:49.126Z Compiling toml_datetime v0.6.11
4792026-07-16T21:19:49.126Z Compiling serde_spanned v0.6.9
4802026-07-16T21:19:49.131Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-07-16T21:19:49.131Z Compiling cargo_metadata v0.23.1
4822026-07-16T21:19:49.131Z Compiling macaddr v1.0.1
4832026-07-16T21:19:49.206Z Compiling dof v0.3.0
4842026-07-16T21:19:49.222Z Compiling serde_tokenstream v0.2.3
4852026-07-16T21:19:49.338Z Compiling toml_edit v0.22.27
4862026-07-16T21:19:49.995Z Compiling usdt-attr-macro v0.5.0
4872026-07-16T21:19:49.995Z Compiling usdt-macro v0.5.0
4882026-07-16T21:19:50.609Z Compiling usdt v0.5.0
4892026-07-16T21:19:50.681Z Compiling toml v0.8.23
4902026-07-16T21:19:51.013Z Compiling cargo_toml v0.21.0
4912026-07-16T21:19:52.270Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922026-07-16T21:19:54.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.79s
4932026-07-16T21:19:54.420Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4942026-07-16T21:19:54.910Z Downloading crates ...
4952026-07-16T21:19:55.007Z Downloaded adler2 v2.0.1
4962026-07-16T21:19:55.012Z Downloaded aead v0.5.2
4972026-07-16T21:19:55.012Z Downloaded async-stream v0.3.6
4982026-07-16T21:19:55.016Z Downloaded ahash v0.8.12
4992026-07-16T21:19:55.025Z Downloaded async-recursion v1.1.1
5002026-07-16T21:19:55.026Z Downloaded convert_case v0.10.0
5012026-07-16T21:19:55.029Z Downloaded crc8 v0.1.1
5022026-07-16T21:19:55.029Z Downloaded atomicwrites v0.4.4
5032026-07-16T21:19:55.029Z Downloaded async-trait v0.1.89
5042026-07-16T21:19:55.029Z Downloaded debug-ignore v1.0.5
5052026-07-16T21:19:55.029Z Downloaded atomic-waker v1.1.2
5062026-07-16T21:19:55.030Z Downloaded arrayref v0.3.9
5072026-07-16T21:19:55.030Z Downloaded anstyle-parse v0.2.7
5082026-07-16T21:19:55.030Z Downloaded anstream v0.6.21
5092026-07-16T21:19:55.036Z Downloaded dirs-sys-next v0.1.2
5102026-07-16T21:19:55.036Z Downloaded base16ct v0.2.0
5112026-07-16T21:19:55.036Z Downloaded derive-where v1.6.0
5122026-07-16T21:19:55.040Z Downloaded dropshot-api-manager-types v0.7.2
5132026-07-16T21:19:55.040Z Downloaded diesel_table_macro_syntax v0.3.0
5142026-07-16T21:19:55.040Z Downloaded crc32fast v1.5.0
5152026-07-16T21:19:55.040Z Downloaded bb8 v0.8.6
5162026-07-16T21:19:55.045Z Downloaded der_derive v0.7.3
5172026-07-16T21:19:55.045Z Downloaded daft v0.1.7
5182026-07-16T21:19:55.045Z Downloaded crucible-workspace-hack v0.1.0
5192026-07-16T21:19:55.045Z Downloaded darling v0.21.3
5202026-07-16T21:19:55.049Z Downloaded cstr-argument v0.1.2
5212026-07-16T21:19:55.049Z Downloaded array-init v0.0.4
5222026-07-16T21:19:55.052Z Downloaded corncobs v0.1.4
5232026-07-16T21:19:55.052Z Downloaded darling_macro v0.23.0
5242026-07-16T21:19:55.052Z Downloaded curve25519-dalek-derive v0.1.1
5252026-07-16T21:19:55.055Z Downloaded cpufeatures v0.3.0
5262026-07-16T21:19:55.055Z Downloaded async-stream-impl v0.3.6
5272026-07-16T21:19:55.055Z Downloaded ctutils v0.4.2
5282026-07-16T21:19:55.059Z Downloaded assert_matches v1.5.0
5292026-07-16T21:19:55.059Z Downloaded cpubits v0.1.1
5302026-07-16T21:19:55.060Z Downloaded aead v0.6.1
5312026-07-16T21:19:55.063Z Downloaded defmt v0.3.100
5322026-07-16T21:19:55.063Z Downloaded bitfield-struct v0.6.2
5332026-07-16T21:19:55.063Z Downloaded darling_macro v0.21.3
5342026-07-16T21:19:55.067Z Downloaded darling_macro v0.20.11
5352026-07-16T21:19:55.067Z Downloaded crc v3.4.0
5362026-07-16T21:19:55.067Z Downloaded ascii-canvas v3.0.0
5372026-07-16T21:19:55.079Z Downloaded data-encoding v2.10.0
5382026-07-16T21:19:55.082Z Downloaded block-buffer v0.12.1
5392026-07-16T21:19:55.082Z Downloaded bit-set v0.8.0
5402026-07-16T21:19:55.082Z Downloaded bitfield v0.19.4
5412026-07-16T21:19:55.082Z Downloaded backoff v0.4.0
5422026-07-16T21:19:55.082Z Downloaded darling v0.20.11
5432026-07-16T21:19:55.087Z Downloaded base64ct v1.8.3
5442026-07-16T21:19:55.090Z Downloaded bcs v0.1.6
5452026-07-16T21:19:55.090Z Downloaded bit-vec v0.8.0
5462026-07-16T21:19:55.090Z Downloaded darling_macro v0.13.4
5472026-07-16T21:19:55.090Z Downloaded argon2 v0.5.3
5482026-07-16T21:19:55.095Z Downloaded bcrypt-pbkdf v0.11.0
5492026-07-16T21:19:55.095Z Downloaded daft-derive v0.1.7
5502026-07-16T21:19:55.102Z Downloaded crunchy v0.2.4
5512026-07-16T21:19:55.102Z Downloaded bitfield-macros v0.19.4
5522026-07-16T21:19:55.102Z Downloaded atty v0.2.14
5532026-07-16T21:19:55.108Z Downloaded ed25519 v3.0.0
5542026-07-16T21:19:55.108Z Downloaded crypto-primes v0.7.2
5552026-07-16T21:19:55.114Z Downloaded cookie v0.18.1
5562026-07-16T21:19:55.114Z Downloaded cfg_aliases v0.1.1
5572026-07-16T21:19:55.115Z Downloaded derive_builder_macro v0.20.2
5582026-07-16T21:19:55.115Z Downloaded bit-set v0.5.3
5592026-07-16T21:19:55.118Z Downloaded digest-io v0.1.0
5602026-07-16T21:19:55.118Z Downloaded crypto-common v0.2.2
5612026-07-16T21:19:55.118Z Downloaded argon2 v0.6.0-rc.8
5622026-07-16T21:19:55.118Z Downloaded defmt-parser v1.0.0
5632026-07-16T21:19:55.118Z Downloaded ciborium-ll v0.2.2
5642026-07-16T21:19:55.118Z Downloaded convert_case v0.4.0
5652026-07-16T21:19:55.123Z Downloaded ciborium-io v0.2.2
5662026-07-16T21:19:55.123Z Downloaded derive_builder_core v0.20.2
5672026-07-16T21:19:55.123Z Downloaded cobs v0.3.0
5682026-07-16T21:19:55.126Z Downloaded embedded-io v0.6.1
5692026-07-16T21:19:55.126Z Downloaded compression-core v0.4.31
5702026-07-16T21:19:55.127Z Downloaded cfg_aliases v0.2.1
5712026-07-16T21:19:55.127Z Downloaded block-padding v0.4.2
5722026-07-16T21:19:55.131Z Downloaded dof v0.4.0
5732026-07-16T21:19:55.135Z Downloaded dunce v1.0.5
5742026-07-16T21:19:55.136Z Downloaded dtrace-parser v0.3.0
5752026-07-16T21:19:55.141Z Downloaded dirs-next v2.0.0
5762026-07-16T21:19:55.141Z Downloaded difflib v0.4.0
5772026-07-16T21:19:55.141Z Downloaded arrayvec v0.7.6
5782026-07-16T21:19:55.145Z Downloaded cbc v0.2.1
5792026-07-16T21:19:55.145Z Downloaded dsl_auto_type v0.2.0
5802026-07-16T21:19:55.145Z Downloaded byte-wrapper v0.1.0
5812026-07-16T21:19:55.145Z Downloaded dyn-clone v1.0.20
5822026-07-16T21:19:55.190Z Downloaded downcast-rs v2.0.2
5832026-07-16T21:19:55.190Z Downloaded blowfish v0.10.0
5842026-07-16T21:19:55.190Z Downloaded env_filter v1.0.0
5852026-07-16T21:19:55.190Z Downloaded enum-as-inner v0.6.1
5862026-07-16T21:19:55.191Z Downloaded flagset v0.4.7
5872026-07-16T21:19:55.191Z Downloaded embedded-io v0.4.0
5882026-07-16T21:19:55.191Z Downloaded endian-type v0.1.2
5892026-07-16T21:19:55.191Z Downloaded base16ct v1.0.0
5902026-07-16T21:19:55.191Z Downloaded float-cmp v0.10.0
5912026-07-16T21:19:55.191Z Downloaded darling v0.13.4
5922026-07-16T21:19:55.191Z Downloaded crc-catalog v2.4.0
5932026-07-16T21:19:55.191Z Downloaded ctr v0.10.1
5942026-07-16T21:19:55.191Z Downloaded csv-core v0.1.13
5952026-07-16T21:19:55.192Z Downloaded display-error-chain v0.2.2
5962026-07-16T21:19:55.192Z Downloaded async-bb8-diesel v0.2.1
5972026-07-16T21:19:55.192Z Downloaded fixedbitset v0.4.2
5982026-07-16T21:19:55.192Z Downloaded foreign-types-shared v0.3.1
5992026-07-16T21:19:55.192Z Downloaded foreign-types-macros v0.2.3
6002026-07-16T21:19:55.192Z Downloaded float-ord v0.3.2
6012026-07-16T21:19:55.192Z Downloaded blake2 v0.10.6
6022026-07-16T21:19:55.192Z Downloaded fd-lock v4.0.4
6032026-07-16T21:19:55.192Z Downloaded cookie_store v0.22.1
6042026-07-16T21:19:55.192Z Downloaded diesel-dtrace v0.5.0
6052026-07-16T21:19:55.192Z Downloaded delegate v0.13.5
6062026-07-16T21:19:55.192Z Downloaded form_urlencoded v1.2.2
6072026-07-16T21:19:55.192Z Downloaded const_format_proc_macros v0.2.34
6082026-07-16T21:19:55.192Z Downloaded cipher v0.5.2
6092026-07-16T21:19:55.192Z Downloaded foreign-types v0.5.0
6102026-07-16T21:19:55.192Z Downloaded cipher v0.4.4
6112026-07-16T21:19:55.193Z Downloaded futures-task v0.3.32
6122026-07-16T21:19:55.193Z Downloaded cassowary v0.3.0
6132026-07-16T21:19:55.193Z Downloaded cexpr v0.6.0
6142026-07-16T21:19:55.193Z Downloaded git-stub v1.0.0
6152026-07-16T21:19:55.193Z Downloaded futures-macro v0.3.32
6162026-07-16T21:19:55.198Z Downloaded futures-sink v0.3.32
6172026-07-16T21:19:55.198Z Downloaded futures-io v0.3.32
6182026-07-16T21:19:55.198Z Downloaded funty v2.0.0
6192026-07-16T21:19:55.198Z Downloaded camino-tempfile-ext v0.3.3
6202026-07-16T21:19:55.198Z Downloaded constant_time_eq v0.4.2
6212026-07-16T21:19:55.198Z Downloaded deranged v0.5.8
6222026-07-16T21:19:55.198Z Downloaded cmake v0.1.57
6232026-07-16T21:19:55.198Z Downloaded either v1.15.0
6242026-07-16T21:19:55.205Z Downloaded fxhash v0.2.1
6252026-07-16T21:19:55.205Z Downloaded cmov v0.5.4
6262026-07-16T21:19:55.205Z Downloaded compression-codecs v0.4.37
6272026-07-16T21:19:55.209Z Downloaded gethostname v0.5.0
6282026-07-16T21:19:55.209Z Downloaded fallible-iterator v0.2.0
6292026-07-16T21:19:55.209Z Downloaded displaydoc v0.2.5
6302026-07-16T21:19:55.209Z Downloaded digest v0.11.3
6312026-07-16T21:19:55.209Z Downloaded enum_dispatch v0.3.13
6322026-07-16T21:19:55.214Z Downloaded console v0.15.11
6332026-07-16T21:19:55.214Z Downloaded filetime v0.2.27
6342026-07-16T21:19:55.220Z Downloaded fixedbitset v0.5.7
6352026-07-16T21:19:55.220Z Downloaded ed25519 v2.2.3
6362026-07-16T21:19:55.220Z Downloaded ghash v0.6.0
6372026-07-16T21:19:55.228Z Downloaded globwalk v0.9.1
6382026-07-16T21:19:55.228Z Downloaded ff v0.14.0
6392026-07-16T21:19:55.228Z Downloaded ff v0.13.1
6402026-07-16T21:19:55.228Z Downloaded env_logger v0.11.9
6412026-07-16T21:19:55.228Z Downloaded hash32 v0.3.1
6422026-07-16T21:19:55.234Z Downloaded foldhash v0.2.0
6432026-07-16T21:19:55.234Z Downloaded foldhash v0.1.5
6442026-07-16T21:19:55.234Z Downloaded derive-ex v0.1.8
6452026-07-16T21:19:55.234Z Downloaded defmt-macros v1.0.1
6462026-07-16T21:19:55.234Z Downloaded cancel-safe-futures v0.1.5
6472026-07-16T21:19:55.238Z Downloaded find-msvc-tools v0.1.9
6482026-07-16T21:19:55.238Z Downloaded console v0.16.2
6492026-07-16T21:19:55.238Z Downloaded crossbeam-deque v0.8.6
6502026-07-16T21:19:55.238Z Downloaded colored v3.1.1
6512026-07-16T21:19:55.245Z Downloaded headers-core v0.3.0
6522026-07-16T21:19:55.245Z Downloaded hash32 v0.2.1
6532026-07-16T21:19:55.245Z Downloaded arc-swap v1.8.2
6542026-07-16T21:19:55.249Z Downloaded hex v0.4.3
6552026-07-16T21:19:55.249Z Downloaded ar_archive_writer v0.5.1
6562026-07-16T21:19:55.249Z Downloaded hex-literal v1.1.0
6572026-07-16T21:19:55.252Z Downloaded glob v0.3.3
6582026-07-16T21:19:55.252Z Downloaded colored v2.2.0
6592026-07-16T21:19:55.252Z Downloaded futures-executor v0.3.32
6602026-07-16T21:19:55.255Z Downloaded chacha20 v0.10.0
6612026-07-16T21:19:55.255Z Downloaded http-body v1.0.1
6622026-07-16T21:19:55.260Z Downloaded ena v0.14.4
6632026-07-16T21:19:55.260Z Downloaded hyper-tls v0.6.0
6642026-07-16T21:19:55.260Z Downloaded crossbeam-utils v0.8.21
6652026-07-16T21:19:55.264Z Downloaded hostname v0.3.1
6662026-07-16T21:19:55.264Z Downloaded httpdate v1.0.3
6672026-07-16T21:19:55.264Z Downloaded home v0.5.12
6682026-07-16T21:19:55.267Z Downloaded crossbeam-epoch v0.9.18
6692026-07-16T21:19:55.267Z Downloaded ecdsa v0.17.0-rc.18
6702026-07-16T21:19:55.274Z Downloaded hubpack_derive v0.1.1
6712026-07-16T21:19:55.274Z Downloaded hubpack v0.1.2
6722026-07-16T21:19:55.274Z Downloaded erased-serde v0.3.31
6732026-07-16T21:19:55.277Z Downloaded git-stub-vcs v0.1.0
6742026-07-16T21:19:55.278Z Downloaded darling v0.23.0
6752026-07-16T21:19:55.278Z Downloaded http-range v0.1.5
6762026-07-16T21:19:55.278Z Downloaded derive_builder v0.20.2
6772026-07-16T21:19:55.282Z Downloaded ident_case v1.0.1
6782026-07-16T21:19:55.282Z Downloaded des v0.9.0
6792026-07-16T21:19:55.285Z Downloaded group v0.14.0
6802026-07-16T21:19:55.285Z Downloaded globset v0.4.18
6812026-07-16T21:19:55.286Z Downloaded allocator-api2 v0.2.21
6822026-07-16T21:19:55.289Z Downloaded futures-core v0.3.32
6832026-07-16T21:19:55.289Z Downloaded fs_extra v1.3.0
6842026-07-16T21:19:55.293Z Downloaded fs-err v2.11.0
6852026-07-16T21:19:55.293Z Downloaded idna_adapter v1.2.1
6862026-07-16T21:19:55.293Z Downloaded bzip2 v0.6.1
6872026-07-16T21:19:55.296Z Downloaded illumos-nvpair v0.3.0
6882026-07-16T21:19:55.296Z Downloaded bzip2 v0.4.4
6892026-07-16T21:19:55.297Z Downloaded chacha20 v0.9.1
6902026-07-16T21:19:55.300Z Downloaded illumos-nvpair-sys v0.2.0
6912026-07-16T21:19:55.302Z Downloaded const-oid v0.9.6
6922026-07-16T21:19:55.302Z Downloaded group v0.13.0
6932026-07-16T21:19:55.306Z Downloaded blake2 v0.11.0-rc.6
6942026-07-16T21:19:55.306Z Downloaded indent_write v2.2.0
6952026-07-16T21:19:55.306Z Downloaded bitflags v1.3.2
6962026-07-16T21:19:55.306Z Downloaded indoc v1.0.9
6972026-07-16T21:19:55.309Z Downloaded inout v0.1.4
6982026-07-16T21:19:55.309Z Downloaded defmt v1.0.1
6992026-07-16T21:19:55.316Z Downloaded is_ci v1.2.0
7002026-07-16T21:19:55.317Z Downloaded internet-checksum v0.2.1
7012026-07-16T21:19:55.320Z Downloaded instant v0.1.13
7022026-07-16T21:19:55.320Z Downloaded const-oid v0.10.2
7032026-07-16T21:19:55.320Z Downloaded darling_core v0.13.4
7042026-07-16T21:19:55.320Z Downloaded instability v0.3.11
7052026-07-16T21:19:55.323Z Downloaded getrandom v0.2.17
7062026-07-16T21:19:55.323Z Downloaded hostname v0.4.2
7072026-07-16T21:19:55.328Z Downloaded clang-sys v1.8.1
7082026-07-16T21:19:55.328Z Downloaded keccak v0.1.6
7092026-07-16T21:19:55.335Z Downloaded highway v1.3.0
7102026-07-16T21:19:55.335Z Downloaded futures-channel v0.3.32
7112026-07-16T21:19:55.336Z Downloaded lazy_static v1.5.0
7122026-07-16T21:19:55.336Z Downloaded http-body-util v0.1.3
7132026-07-16T21:19:55.342Z Downloaded ciborium v0.2.2
7142026-07-16T21:19:55.342Z Downloaded libscf-sys v1.1.0
7152026-07-16T21:19:55.342Z Downloaded backon v1.6.0
7162026-07-16T21:19:55.342Z Downloaded const_format v0.2.35
7172026-07-16T21:19:55.347Z Downloaded lru-cache v0.1.2
7182026-07-16T21:19:55.347Z Downloaded crc-any v2.5.0
7192026-07-16T21:19:55.347Z Downloaded lru v0.12.5
7202026-07-16T21:19:55.347Z Downloaded humantime v2.3.0
7212026-07-16T21:19:55.353Z Downloaded drift v0.2.0
7222026-07-16T21:19:55.358Z Downloaded lalrpop-util v0.19.12
7232026-07-16T21:19:55.358Z Downloaded kstat-rs v0.2.4
7242026-07-16T21:19:55.358Z Downloaded linked-hash-map v0.5.6
7252026-07-16T21:19:55.358Z Downloaded elliptic-curve v0.14.0-rc.33
7262026-07-16T21:19:55.362Z Downloaded hyper-staticfile v0.10.1
7272026-07-16T21:19:55.362Z Downloaded compact_str v0.8.1
7282026-07-16T21:19:55.365Z Downloaded chacha20poly1305 v0.10.1
7292026-07-16T21:19:55.365Z Downloaded bytes v1.11.1
7302026-07-16T21:19:55.368Z Downloaded half v1.8.3
7312026-07-16T21:19:55.371Z Downloaded diff v0.1.13
7322026-07-16T21:19:55.372Z Downloaded mime v0.3.17
7332026-07-16T21:19:55.372Z Downloaded base64 v0.21.7
7342026-07-16T21:19:55.375Z Downloaded inout v0.2.2
7352026-07-16T21:19:55.380Z Downloaded elliptic-curve v0.13.8
7362026-07-16T21:19:55.383Z Downloaded ingot v0.1.1
7372026-07-16T21:19:55.383Z Downloaded lzss v0.8.2
7382026-07-16T21:19:55.383Z Downloaded match_cfg v0.1.0
7392026-07-16T21:19:55.383Z Downloaded md5 v0.8.0
7402026-07-16T21:19:55.387Z Downloaded fatfs v0.3.6
7412026-07-16T21:19:55.387Z Downloaded darling_core v0.23.0
7422026-07-16T21:19:55.390Z Downloaded hmac v0.13.0
7432026-07-16T21:19:55.394Z Downloaded generic-array v1.4.3
7442026-07-16T21:19:55.394Z Downloaded newtype-uuid-macros v0.1.0
7452026-07-16T21:19:55.398Z Downloaded multimap v0.10.1
7462026-07-16T21:19:55.398Z Downloaded is-terminal v0.4.17
7472026-07-16T21:19:55.398Z Downloaded ipnetwork v0.21.1
7482026-07-16T21:19:55.398Z Downloaded hmac v0.12.1
7492026-07-16T21:19:55.403Z Downloaded darling_core v0.20.11
7502026-07-16T21:19:55.408Z Downloaded nonempty v0.12.0
7512026-07-16T21:19:55.408Z Downloaded newtype_derive v0.1.6
7522026-07-16T21:19:55.408Z Downloaded newline-converter v0.3.0
7532026-07-16T21:19:55.408Z Downloaded new_debug_unreachable v1.0.6
7542026-07-16T21:19:55.408Z Downloaded nibble_vec v0.1.0
7552026-07-16T21:19:55.414Z Downloaded libsw-core v0.3.2
7562026-07-16T21:19:55.414Z Downloaded libsw v3.5.0
7572026-07-16T21:19:55.414Z Downloaded flume v0.11.1
7582026-07-16T21:19:55.418Z Downloaded num-conv v0.2.0
7592026-07-16T21:19:55.418Z Downloaded derive_more v0.99.20
7602026-07-16T21:19:55.423Z Downloaded libefi-sys v0.1.0
7612026-07-16T21:19:55.423Z Downloaded keccak v0.2.0
7622026-07-16T21:19:55.423Z Downloaded iana-time-zone v0.1.65
7632026-07-16T21:19:55.426Z Downloaded normalize-line-endings v0.3.0
7642026-07-16T21:19:55.426Z Downloaded cc v1.2.56
7652026-07-16T21:19:55.426Z Downloaded linear-map v1.2.0
7662026-07-16T21:19:55.426Z Downloaded libloading v0.8.9
7672026-07-16T21:19:55.430Z Downloaded num-derive v0.3.3
7682026-07-16T21:19:55.430Z Downloaded hyper-rustls v0.27.7
7692026-07-16T21:19:55.433Z Downloaded hybrid-array v0.4.13
7702026-07-16T21:19:55.433Z Downloaded base64 v0.22.1
7712026-07-16T21:19:55.437Z Downloaded jobserver v0.1.34
7722026-07-16T21:19:55.441Z Downloaded futures v0.3.32
7732026-07-16T21:19:55.444Z Downloaded mime_guess v2.0.5
7742026-07-16T21:19:55.444Z Downloaded md-5 v0.10.6
7752026-07-16T21:19:55.444Z Downloaded ingot-macros v0.1.1
7762026-07-16T21:19:55.445Z Downloaded memoffset v0.9.1
7772026-07-16T21:19:55.448Z Downloaded opaque-debug v0.3.1
7782026-07-16T21:19:55.448Z Downloaded openssl-probe v0.1.6
7792026-07-16T21:19:55.449Z Downloaded num-iter v0.1.45
7802026-07-16T21:19:55.453Z Downloaded num-derive v0.4.2
7812026-07-16T21:19:55.453Z Downloaded olpc-cjson v0.1.4
7822026-07-16T21:19:55.453Z Downloaded num_threads v0.1.7
7832026-07-16T21:19:55.453Z Downloaded crossbeam-channel v0.5.15
7842026-07-16T21:19:55.457Z Downloaded num_enum_derive v0.5.11
7852026-07-16T21:19:55.457Z Downloaded getrandom v0.3.4
7862026-07-16T21:19:55.460Z Downloaded half v2.7.1
7872026-07-16T21:19:55.463Z Downloaded openssl-probe v0.2.1
7882026-07-16T21:19:55.464Z Downloaded native-tls v0.2.18
7892026-07-16T21:19:55.464Z Downloaded nanorand v0.7.0
7902026-07-16T21:19:55.467Z Downloaded multer v3.1.0
7912026-07-16T21:19:55.467Z Downloaded nodrop v0.1.14
7922026-07-16T21:19:55.470Z Downloaded oso-derive v0.27.3
7932026-07-16T21:19:55.470Z Downloaded openssl-macros v0.1.1
7942026-07-16T21:19:55.470Z Downloaded httparse v1.10.1
7952026-07-16T21:19:55.473Z Downloaded newtype-uuid v1.3.2
7962026-07-16T21:19:55.474Z Downloaded bumpalo v3.20.2
7972026-07-16T21:19:55.478Z Downloaded module-lattice v0.2.3
7982026-07-16T21:19:55.478Z Downloaded ipnet v2.11.0
7992026-07-16T21:19:55.482Z Downloaded maybe-uninit v2.0.0
8002026-07-16T21:19:55.482Z Downloaded nu-ansi-term v0.50.3
8012026-07-16T21:19:55.482Z Downloaded maplit v1.0.2
8022026-07-16T21:19:55.495Z Downloaded path-slash v0.1.5
8032026-07-16T21:19:55.499Z Downloaded password-hash v0.6.1
8042026-07-16T21:19:55.499Z Downloaded phf_shared v0.13.1
8052026-07-16T21:19:55.499Z Downloaded phf_shared v0.11.3
8062026-07-16T21:19:55.499Z Downloaded packed_struct_codegen v0.10.1
8072026-07-16T21:19:55.504Z Downloaded num_enum v0.7.6
8082026-07-16T21:19:55.504Z Downloaded percent-encoding v2.3.2
8092026-07-16T21:19:55.508Z Downloaded flate2 v1.1.9
8102026-07-16T21:19:55.508Z Downloaded der v0.7.10
8112026-07-16T21:19:55.512Z Downloaded num-integer v0.1.46
8122026-07-16T21:19:55.512Z Downloaded lock_api v0.4.14
8132026-07-16T21:19:55.515Z Downloaded litrs v1.0.0
8142026-07-16T21:19:55.515Z Downloaded icu_properties v2.1.2
8152026-07-16T21:19:55.515Z Downloaded dropshot_endpoint v0.17.1
8162026-07-16T21:19:55.518Z Downloaded peg-runtime v0.8.5
8172026-07-16T21:19:55.519Z Downloaded memmap2 v0.9.10
8182026-07-16T21:19:55.522Z Downloaded icu_provider v2.1.1
8192026-07-16T21:19:55.522Z Downloaded derive_more v2.1.1
8202026-07-16T21:19:55.527Z Downloaded num_enum v0.5.11
8212026-07-16T21:19:55.531Z Downloaded crypto-bigint v0.5.5
8222026-07-16T21:19:55.534Z Downloaded ignore v0.4.25
8232026-07-16T21:19:55.537Z Downloaded heapless v0.7.17
8242026-07-16T21:19:55.541Z Downloaded headers v0.4.1
8252026-07-16T21:19:55.545Z Downloaded parse-size v1.1.0
8262026-07-16T21:19:55.545Z Downloaded parse-display v0.10.0
8272026-07-16T21:19:55.545Z Downloaded num_enum_derive v0.7.6
8282026-07-16T21:19:55.545Z Downloaded litemap v0.8.1
8292026-07-16T21:19:55.549Z Downloaded icu_normalizer_data v2.1.1
8302026-07-16T21:19:55.549Z Downloaded predicates-core v1.0.10
8312026-07-16T21:19:55.549Z Downloaded packed_struct v0.10.1
8322026-07-16T21:19:55.552Z Downloaded num v0.4.3
8332026-07-16T21:19:55.552Z Downloaded managed v0.8.0
8342026-07-16T21:19:55.554Z Downloaded lru-slab v0.1.2
8352026-07-16T21:19:55.554Z Downloaded darling_core v0.21.3
8362026-07-16T21:19:55.558Z Downloaded potential_utf v0.1.4
8372026-07-16T21:19:55.558Z Downloaded ingot-types v0.1.2
8382026-07-16T21:19:55.558Z Downloaded indoc v2.0.7
8392026-07-16T21:19:55.563Z Downloaded libbz2-rs-sys v0.2.2
8402026-07-16T21:19:55.563Z Downloaded powerfmt v0.2.0
8412026-07-16T21:19:55.563Z Downloaded oxnet v0.1.6
8422026-07-16T21:19:55.563Z Downloaded paste v1.0.15
8432026-07-16T21:19:55.568Z Downloaded aes v0.9.1
8442026-07-16T21:19:55.568Z Downloaded predicates-tree v1.0.13
8452026-07-16T21:19:55.568Z Downloaded num-complex v0.4.6
8462026-07-16T21:19:55.573Z Downloaded async-compression v0.4.41
8472026-07-16T21:19:55.577Z Downloaded progenitor-client v0.14.0
8482026-07-16T21:19:55.577Z Downloaded proc-macro-crate v1.3.1
8492026-07-16T21:19:55.577Z Downloaded impl-trait-for-tuples v0.2.3
8502026-07-16T21:19:55.577Z Downloaded progenitor-macro v0.13.0
8512026-07-16T21:19:55.578Z Downloaded derive_more-impl v2.1.1
8522026-07-16T21:19:55.581Z Downloaded pbkdf2 v0.13.0
8532026-07-16T21:19:55.581Z Downloaded indicatif v0.18.4
8542026-07-16T21:19:55.584Z Downloaded pem v3.0.6
8552026-07-16T21:19:55.588Z Downloaded peg v0.8.5
8562026-07-16T21:19:55.588Z Downloaded password-hash v0.5.0
8572026-07-16T21:19:55.591Z Downloaded proc-macro-error-attr2 v2.0.0
8582026-07-16T21:19:55.591Z Downloaded proc-macro-crate v3.4.0
8592026-07-16T21:19:55.595Z Downloaded pem-rfc7468 v1.0.0
8602026-07-16T21:19:55.595Z Downloaded peg-macros v0.8.5
8612026-07-16T21:19:55.595Z Downloaded icu_normalizer v2.1.1
8622026-07-16T21:19:55.598Z Downloaded phf v0.13.1
8632026-07-16T21:19:55.598Z Downloaded quick-error v1.2.3
8642026-07-16T21:19:55.601Z Downloaded progenitor-macro v0.14.0
8652026-07-16T21:19:55.601Z Downloaded phf_shared v0.12.1
8662026-07-16T21:19:55.601Z Downloaded icu_locale_core v2.1.1
8672026-07-16T21:19:55.605Z Downloaded poly1305 v0.8.0
8682026-07-16T21:19:55.608Z Downloaded psl-types v2.0.11
8692026-07-16T21:19:55.608Z Downloaded phf v0.12.1
8702026-07-16T21:19:55.608Z Downloaded phc v0.6.1
8712026-07-16T21:19:55.612Z Downloaded expectorate v1.2.0
8722026-07-16T21:19:55.612Z Downloaded ed25519-dalek v2.2.0
8732026-07-16T21:19:55.615Z Downloaded postgres-protocol v0.6.10
8742026-07-16T21:19:55.615Z Downloaded radium v0.7.0
8752026-07-16T21:19:55.615Z Downloaded pin-project-lite v0.2.17
8762026-07-16T21:19:55.619Z Downloaded crossterm v0.29.0
8772026-07-16T21:19:55.624Z Downloaded port-file v0.1.0
8782026-07-16T21:19:55.627Z Downloaded predicates v3.1.4
8792026-07-16T21:19:55.627Z Downloaded polyval v0.7.1
8802026-07-16T21:19:55.630Z Downloaded parking_lot v0.11.2
8812026-07-16T21:19:55.630Z Downloaded hashbrown v0.12.3
8822026-07-16T21:19:55.633Z Downloaded recursive-proc-macro-impl v0.1.1
8832026-07-16T21:19:55.633Z Downloaded recursive v0.1.1
8842026-07-16T21:19:55.633Z Downloaded owo-colors v4.3.0
8852026-07-16T21:19:55.636Z Downloaded hickory-resolver v0.24.4
8862026-07-16T21:19:55.641Z Downloaded parking_lot v0.12.5
8872026-07-16T21:19:55.641Z Downloaded parse-display-derive v0.10.0
8882026-07-16T21:19:55.644Z Downloaded miniz_oxide v0.8.9
8892026-07-16T21:19:55.644Z Downloaded hickory-resolver v0.25.2
8902026-07-16T21:19:55.644Z Downloaded pem-rfc7468 v0.7.0
8912026-07-16T21:19:55.647Z Downloaded primeorder v0.14.0-rc.10
8922026-07-16T21:19:55.647Z Downloaded rand_xorshift v0.4.0
8932026-07-16T21:19:55.647Z Downloaded primeorder v0.13.6
8942026-07-16T21:19:55.650Z Downloaded num-traits v0.2.19
8952026-07-16T21:19:55.650Z Downloaded rand_chacha v0.3.1
8962026-07-16T21:19:55.654Z Downloaded progenitor-extras v0.2.0
8972026-07-16T21:19:55.655Z Downloaded progenitor v0.13.0
8982026-07-16T21:19:55.655Z Downloaded proc-macro-error2 v2.0.1
8992026-07-16T21:19:55.659Z Downloaded primefield v0.14.0
9002026-07-16T21:19:55.659Z Downloaded ref-cast-impl v1.0.25
9012026-07-16T21:19:55.659Z Downloaded ml-kem v0.3.2
9022026-07-16T21:19:55.662Z Downloaded ref-cast v1.0.25
9032026-07-16T21:19:55.662Z Downloaded progenitor-client v0.13.0
9042026-07-16T21:19:55.662Z Downloaded parking_lot_core v0.9.12
9052026-07-16T21:19:55.666Z Downloaded progenitor v0.14.0
9062026-07-16T21:19:55.666Z Downloaded num-rational v0.4.2
9072026-07-16T21:19:55.666Z Downloaded pin-project-internal v1.1.11
9082026-07-16T21:19:55.669Z Downloaded diesel_derives v2.3.7
9092026-07-16T21:19:55.672Z Downloaded der v0.8.0
9102026-07-16T21:19:55.676Z Downloaded rfc6979 v0.4.0
9112026-07-16T21:19:55.676Z Downloaded psm v0.1.30
9122026-07-16T21:19:55.679Z Downloaded poly1305 v0.9.0
9132026-07-16T21:19:55.679Z Downloaded postcard v1.1.3
9142026-07-16T21:19:55.684Z Downloaded pkcs1 v0.7.5
9152026-07-16T21:19:55.684Z Downloaded rfc6979 v0.5.0
9162026-07-16T21:19:55.684Z Downloaded ppv-lite86 v0.2.21
9172026-07-16T21:19:55.687Z Downloaded postgres-types v0.2.12
9182026-07-16T21:19:55.687Z Downloaded pkcs8 v0.10.2
9192026-07-16T21:19:55.687Z Downloaded crossterm v0.28.1
9202026-07-16T21:19:55.691Z Downloaded pkcs8 v0.11.0
9212026-07-16T21:19:55.694Z Downloaded pkcs1 v0.8.0-rc.4
9222026-07-16T21:19:55.697Z Downloaded aes-gcm v0.11.0
9232026-07-16T21:19:55.697Z Downloaded rand_seeder v0.4.0
9242026-07-16T21:19:55.701Z Downloaded rand_core v0.10.0
9252026-07-16T21:19:55.701Z Downloaded rtoolbox v0.0.3
9262026-07-16T21:19:55.701Z Downloaded rustc_version v0.1.7
9272026-07-16T21:19:55.701Z Downloaded rand_core v0.9.5
9282026-07-16T21:19:55.704Z Downloaded rand_core v0.6.4
9292026-07-16T21:19:55.704Z Downloaded rustc-hash v2.1.1
9302026-07-16T21:19:55.705Z Downloaded r2d2 v0.8.10
9312026-07-16T21:19:55.708Z Downloaded precomputed-hash v0.1.1
9322026-07-16T21:19:55.708Z Downloaded parking_lot_core v0.8.6
9332026-07-16T21:19:55.709Z Downloaded oxide-tokio-rt v0.1.4
9342026-07-16T21:19:55.713Z Downloaded indexmap v1.9.3
9352026-07-16T21:19:55.713Z Downloaded rustc_version v0.4.1
9362026-07-16T21:19:55.713Z Downloaded russh-cryptovec v0.61.0
9372026-07-16T21:19:55.713Z Downloaded russh-util v0.52.0
9382026-07-16T21:19:55.713Z Downloaded papergrid v0.17.0
9392026-07-16T21:19:55.718Z Downloaded heapless v0.8.0
9402026-07-16T21:19:55.721Z Downloaded scheduled-thread-pool v0.2.7
9412026-07-16T21:19:55.722Z Downloaded kem v0.3.0
9422026-07-16T21:19:55.722Z Downloaded ecdsa v0.16.9
9432026-07-16T21:19:55.725Z Downloaded castaway v0.2.4
9442026-07-16T21:19:55.725Z Downloaded sapling-renderdag v0.1.0
9452026-07-16T21:19:55.729Z Downloaded same-file v1.0.6
9462026-07-16T21:19:55.729Z Downloaded foreign-types-shared v0.1.1
9472026-07-16T21:19:55.729Z Downloaded foreign-types v0.3.2
9482026-07-16T21:19:55.729Z Downloaded ed25519-dalek v3.0.0-rc.0
9492026-07-16T21:19:55.732Z Downloaded bit-vec v0.6.3
9502026-07-16T21:19:55.732Z Downloaded icu_collections v2.1.1
9512026-07-16T21:19:55.735Z Downloaded minimal-lexical v0.2.1
9522026-07-16T21:19:55.739Z Downloaded scopeguard v1.2.0
9532026-07-16T21:19:55.742Z Downloaded secrecy v0.10.3
9542026-07-16T21:19:55.742Z Downloaded oso v0.27.3
9552026-07-16T21:19:55.745Z Downloaded pkg-config v0.3.32
9562026-07-16T21:19:55.747Z Downloaded pkcs5 v0.8.1
9572026-07-16T21:19:55.752Z Downloaded seq-macro v0.3.6
9582026-07-16T21:19:55.752Z Downloaded semver v0.1.20
9592026-07-16T21:19:55.752Z Downloaded serde_bytes v0.11.19
9602026-07-16T21:19:55.756Z Downloaded pin-project v1.1.11
9612026-07-16T21:19:55.759Z Downloaded secrecy v0.8.0
9622026-07-16T21:19:55.760Z Downloaded scroll_derive v0.13.1
9632026-07-16T21:19:55.767Z Downloaded p384 v0.14.0-rc.10
9642026-07-16T21:19:55.767Z Downloaded p256 v0.14.0-rc.10
9652026-07-16T21:19:55.770Z Downloaded quinn-udp v0.5.14
9662026-07-16T21:19:55.770Z Downloaded hashbrown v0.13.2
9672026-07-16T21:19:55.770Z Downloaded rand_chacha v0.9.0
9682026-07-16T21:19:55.770Z Downloaded document-features v0.2.12
9692026-07-16T21:19:55.770Z Downloaded critical-section v1.2.0
9702026-07-16T21:19:55.774Z Downloaded sha1 v0.11.0
9712026-07-16T21:19:55.775Z Downloaded signal-hook-tokio v0.3.1
9722026-07-16T21:19:55.775Z Downloaded serde_urlencoded v0.7.1
9732026-07-16T21:19:55.775Z Downloaded serde_spanned v1.1.1
9742026-07-16T21:19:55.778Z Downloaded sigpipe v0.1.3
9752026-07-16T21:19:55.778Z Downloaded shell-words v1.1.1
9762026-07-16T21:19:55.778Z Downloaded sha1 v0.10.6
9772026-07-16T21:19:55.778Z Downloaded serde_repr v0.1.20
9782026-07-16T21:19:55.781Z Downloaded signature v3.0.0
9792026-07-16T21:19:55.781Z Downloaded prefix-trie v0.7.0
9802026-07-16T21:19:55.785Z Downloaded hickory-server v0.25.2
9812026-07-16T21:19:55.788Z Downloaded jiff-static v0.2.21
9822026-07-16T21:19:55.788Z Downloaded internal-russh-num-bigint v0.5.0
9832026-07-16T21:19:55.791Z Downloaded rustls-pemfile v2.2.0
9842026-07-16T21:19:55.791Z Downloaded progenitor-impl v0.14.0
9852026-07-16T21:19:55.794Z Downloaded serde_plain v1.0.2
9862026-07-16T21:19:55.794Z Downloaded serde-big-array v0.5.1
9872026-07-16T21:19:55.797Z Downloaded buf-list v1.1.2
9882026-07-16T21:19:55.797Z Downloaded signal-hook-mio v0.2.5
9892026-07-16T21:19:55.797Z Downloaded scrypt v0.12.0
9902026-07-16T21:19:55.800Z Downloaded scroll v0.13.0
9912026-07-16T21:19:55.803Z Downloaded rustversion v1.0.22
9922026-07-16T21:19:55.806Z Downloaded hyper-util v0.1.20
9932026-07-16T21:19:55.810Z Downloaded itertools v0.10.5
9942026-07-16T21:19:55.813Z Downloaded rustls-native-certs v0.8.3
9952026-07-16T21:19:55.813Z Downloaded slog-envlogger v2.2.0
9962026-07-16T21:19:55.816Z Downloaded openssl-sys v0.9.115
9972026-07-16T21:19:55.823Z Downloaded siphasher v1.0.2
9982026-07-16T21:19:55.824Z Downloaded serde_with_macros v1.5.2
9992026-07-16T21:19:55.828Z Downloaded serde_path_to_error v0.1.20
10002026-07-16T21:19:55.828Z Downloaded sec1 v0.8.1
10012026-07-16T21:19:55.833Z Downloaded serde-hex v0.1.0
10022026-07-16T21:19:55.836Z Downloaded resolv-conf v0.7.6
10032026-07-16T21:19:55.836Z Downloaded slog-bunyan v2.5.0
10042026-07-16T21:19:55.839Z Downloaded shlex v1.3.0
10052026-07-16T21:19:55.843Z Downloaded hashbrown v0.15.5
10062026-07-16T21:19:55.847Z Downloaded slab v0.4.12
10072026-07-16T21:19:55.851Z Downloaded signature v2.2.0
10082026-07-16T21:19:55.851Z Downloaded signal-hook-registry v1.4.8
10092026-07-16T21:19:55.851Z Downloaded serde_derive_internals v0.29.1
10102026-07-16T21:19:55.860Z Downloaded http v1.4.2
10112026-07-16T21:19:55.864Z Downloaded rustls-pki-types v1.14.0
10122026-07-16T21:19:55.867Z Downloaded serdect v0.4.3
10132026-07-16T21:19:55.867Z Downloaded progenitor-impl v0.13.0
10142026-07-16T21:19:55.870Z Downloaded rusty-fork v0.3.1
10152026-07-16T21:19:55.872Z Downloaded slog-async v2.8.0
10162026-07-16T21:19:55.872Z Downloaded prettyplease v0.2.37
10172026-07-16T21:19:55.876Z Downloaded pretty_assertions v1.4.1
10182026-07-16T21:19:55.876Z Downloaded strsim v0.10.0
10192026-07-16T21:19:55.876Z Downloaded mio v1.2.0
10202026-07-16T21:19:55.879Z Downloaded sec1 v0.7.3
10212026-07-16T21:19:55.883Z Downloaded dropshot-api-manager v0.7.2
10222026-07-16T21:19:55.883Z Downloaded rcgen v0.12.1
10232026-07-16T21:19:55.886Z Downloaded strum v0.27.2
10242026-07-16T21:19:55.886Z Downloaded structmeta-derive v0.3.0
10252026-07-16T21:19:55.886Z Downloaded structmeta v0.3.0
10262026-07-16T21:19:55.890Z Downloaded simd-adler32 v0.3.8
10272026-07-16T21:19:55.890Z Downloaded stable_deref_trait v1.2.1
10282026-07-16T21:19:55.890Z Downloaded slog-json v2.6.1
10292026-07-16T21:19:55.896Z Downloaded sync_wrapper v1.0.2
10302026-07-16T21:19:55.896Z Downloaded strip-ansi-escapes v0.2.1
10312026-07-16T21:19:55.896Z Downloaded schemars_derive v0.8.22
10322026-07-16T21:19:55.899Z Downloaded slog-term v2.9.2
10332026-07-16T21:19:55.903Z Downloaded smf v0.2.3
10342026-07-16T21:19:55.903Z Downloaded slog-stdlog v4.1.1
10352026-07-16T21:19:55.903Z Downloaded subtle v2.6.1
10362026-07-16T21:19:55.907Z Downloaded tabled_derive v0.11.0
10372026-07-16T21:19:55.907Z Downloaded tap v1.0.1
10382026-07-16T21:19:55.907Z Downloaded termtree v0.5.1
10392026-07-16T21:19:55.907Z Downloaded hashbrown v0.16.1
10402026-07-16T21:19:55.913Z Downloaded smallvec v0.6.14
10412026-07-16T21:19:55.916Z Downloaded slog-dtrace v0.3.0
10422026-07-16T21:19:55.916Z Downloaded spki v0.8.0
10432026-07-16T21:19:55.916Z Downloaded rustls-platform-verifier v0.6.2
10442026-07-16T21:19:55.919Z Downloaded take_mut v0.2.2
10452026-07-16T21:19:55.919Z Downloaded sync-ptr v0.1.4
10462026-07-16T21:19:55.919Z Downloaded rayon-core v1.13.0
10472026-07-16T21:19:55.922Z Downloaded ssh-cipher v0.3.0-rc.9
10482026-07-16T21:19:55.923Z Downloaded thiserror-impl-no-std v2.0.2
10492026-07-16T21:19:55.926Z Downloaded ssh-encoding v0.3.0-rc.9
10502026-07-16T21:19:55.926Z Downloaded sqlformat v0.3.5
10512026-07-16T21:19:55.929Z Downloaded aho-corasick v1.1.4
10522026-07-16T21:19:55.932Z Downloaded libxml v0.3.3
10532026-07-16T21:19:55.935Z Downloaded tagptr v0.2.0
10542026-07-16T21:19:55.935Z Downloaded sqlparser_derive v0.5.0
10552026-07-16T21:19:55.942Z Downloaded spki v0.7.3
10562026-07-16T21:19:55.942Z Downloaded static_assertions v1.1.0
10572026-07-16T21:19:55.942Z Downloaded stacker v0.1.23
10582026-07-16T21:19:55.942Z Downloaded sha2 v0.11.0
10592026-07-16T21:19:55.946Z Downloaded ryu v1.0.23
10602026-07-16T21:19:55.946Z Downloaded snafu-derive v0.8.9
10612026-07-16T21:19:55.946Z Downloaded salsa20 v0.11.0
10622026-07-16T21:19:55.950Z Downloaded idna v1.1.0
10632026-07-16T21:19:55.954Z Downloaded support-bundle-viewer v0.1.2
10642026-07-16T21:19:55.955Z Downloaded strum v0.26.3
10652026-07-16T21:19:55.955Z Downloaded serde_with_macros v3.17.0
10662026-07-16T21:19:55.955Z Downloaded slog-scope v4.4.1
10672026-07-16T21:19:55.955Z Downloaded tabwriter v1.4.1
10682026-07-16T21:19:55.959Z Downloaded testing_table v0.3.0
10692026-07-16T21:19:55.960Z Downloaded tokio-macros v2.7.0
10702026-07-16T21:19:55.960Z Downloaded thread-id v5.1.0
10712026-07-16T21:19:55.960Z Downloaded ron v0.8.1
10722026-07-16T21:19:56.003Z Downloaded iri-string v0.7.10
10732026-07-16T21:19:56.011Z Downloaded smallvec v1.15.1
10742026-07-16T21:19:56.011Z Downloaded serde_cbor v0.11.2
10752026-07-16T21:19:56.011Z Downloaded schemars v0.8.22
10762026-07-16T21:19:56.011Z Downloaded time-core v0.1.8
10772026-07-16T21:19:56.011Z Downloaded tinyvec_macros v0.1.1
10782026-07-16T21:19:56.011Z Downloaded qorb v0.4.1
10792026-07-16T21:19:56.011Z Downloaded string_cache v0.8.9
10802026-07-16T21:19:56.011Z Downloaded p521 v0.14.0-rc.10
10812026-07-16T21:19:56.011Z Downloaded thiserror-no-std v2.0.2
10822026-07-16T21:19:56.011Z Downloaded quinn v0.11.9
10832026-07-16T21:19:56.011Z Downloaded supports-color v3.0.2
10842026-07-16T21:19:56.011Z Downloaded slog v2.8.2
10852026-07-16T21:19:56.012Z Downloaded strum_macros v0.27.2
10862026-07-16T21:19:56.012Z Downloaded strum_macros v0.26.4
10872026-07-16T21:19:56.012Z Downloaded blake3 v1.8.5
10882026-07-16T21:19:56.012Z Downloaded thread_local v1.1.9
10892026-07-16T21:19:56.012Z Downloaded synstructure v0.13.2
10902026-07-16T21:19:56.012Z Downloaded rand v0.8.6
10912026-07-16T21:19:56.012Z Downloaded strum_macros v0.24.3
10922026-07-16T21:19:56.015Z Downloaded tower-service v0.3.3
10932026-07-16T21:19:56.015Z Downloaded hyper v1.10.1
10942026-07-16T21:19:56.015Z Downloaded tokio-test v0.4.5
10952026-07-16T21:19:56.015Z Downloaded icu_properties_data v2.1.2
10962026-07-16T21:19:56.024Z Downloaded tls_codec_derive v0.4.2
10972026-07-16T21:19:56.027Z Downloaded tls_codec v0.4.2
10982026-07-16T21:19:56.028Z Downloaded termios v0.3.3
10992026-07-16T21:19:56.028Z Downloaded trait-variant v0.1.2
11002026-07-16T21:19:56.028Z Downloaded num-bigint-dig v0.8.6
11012026-07-16T21:19:56.028Z Downloaded try-lock v0.2.5
11022026-07-16T21:19:56.031Z Downloaded num-bigint v0.4.6
11032026-07-16T21:19:56.034Z Downloaded signal-hook v0.3.18
11042026-07-16T21:19:56.034Z Downloaded topological-sort v0.2.2
11052026-07-16T21:19:56.034Z Downloaded tower-layer v0.3.3
11062026-07-16T21:19:56.037Z Downloaded rsa v0.9.10
11072026-07-16T21:19:56.040Z Downloaded term v0.7.0
11082026-07-16T21:19:56.040Z Downloaded hkdf v0.13.0
11092026-07-16T21:19:56.044Z Downloaded typify-macro v0.6.2
11102026-07-16T21:19:56.044Z Downloaded itertools v0.14.0
11112026-07-16T21:19:56.049Z Downloaded universal-hash v0.5.1
11122026-07-16T21:19:56.049Z Downloaded unit-prefix v0.5.2
11132026-07-16T21:19:56.052Z Downloaded time-macros v0.2.27
11142026-07-16T21:19:56.052Z Downloaded universal-hash v0.6.1
11152026-07-16T21:19:56.052Z Downloaded unarray v0.1.4
11162026-07-16T21:19:56.052Z Downloaded unicode-truncate v1.1.0
11172026-07-16T21:19:56.052Z Downloaded tinystr v0.8.2
11182026-07-16T21:19:56.055Z Downloaded term v1.2.1
11192026-07-16T21:19:56.055Z Downloaded schemars v0.9.0
11202026-07-16T21:19:56.062Z Downloaded socket2 v0.6.3
11212026-07-16T21:19:56.067Z Downloaded untrusted v0.7.1
11222026-07-16T21:19:56.067Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11232026-07-16T21:19:56.067Z Downloaded tokio-tungstenite v0.23.1
11242026-07-16T21:19:56.067Z Downloaded usdt-attr-macro v0.6.0
11252026-07-16T21:19:56.067Z Downloaded tokio-dtrace v0.1.1
11262026-07-16T21:19:56.070Z Downloaded h2 v0.4.15
11272026-07-16T21:19:56.073Z Downloaded utf-8 v0.7.6
11282026-07-16T21:19:56.073Z Downloaded samael v0.0.19
11292026-07-16T21:19:56.077Z Downloaded libm v0.2.16
11302026-07-16T21:19:56.081Z Downloaded toml_writer v1.1.1+spec-1.1.0
11312026-07-16T21:19:56.084Z Downloaded utf8_iter v1.0.4
11322026-07-16T21:19:56.085Z Downloaded usdt v0.6.0
11332026-07-16T21:19:56.085Z Downloaded tokio-tungstenite v0.21.0
11342026-07-16T21:19:56.087Z Downloaded tokio-native-tls v0.3.1
11352026-07-16T21:19:56.087Z Downloaded bindgen v0.71.1
11362026-07-16T21:19:56.091Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11372026-07-16T21:19:56.096Z Downloaded serde_yaml v0.9.34+deprecated
11382026-07-16T21:19:56.096Z Downloaded hkdf v0.12.4
11392026-07-16T21:19:56.100Z Downloaded rand v0.9.2
11402026-07-16T21:19:56.100Z Downloaded nom v8.0.0
11412026-07-16T21:19:56.104Z Downloaded void v1.0.2
11422026-07-16T21:19:56.104Z Downloaded bitvec v1.0.1
11432026-07-16T21:19:56.109Z Downloaded xshell-macros v0.2.7
11442026-07-16T21:19:56.112Z Downloaded wait-timeout v0.2.1
11452026-07-16T21:19:56.113Z Downloaded tui-tree-widget v0.23.1
11462026-07-16T21:19:56.113Z Downloaded tiny-keccak v2.0.2
11472026-07-16T21:19:56.116Z Downloaded similar v2.7.0
11482026-07-16T21:19:56.116Z Downloaded want v0.3.1
11492026-07-16T21:19:56.119Z Downloaded tokio-stream v0.1.18
11502026-07-16T21:19:56.119Z Downloaded tokio-rustls v0.26.4
11512026-07-16T21:19:56.122Z Downloaded waitgroup v0.1.2
11522026-07-16T21:19:56.122Z Downloaded unicase v2.9.0
11532026-07-16T21:19:56.122Z Downloaded socket2 v0.5.10
11542026-07-16T21:19:56.126Z Downloaded untrusted v0.9.0
11552026-07-16T21:19:56.126Z Downloaded snafu v0.8.9
11562026-07-16T21:19:56.130Z Downloaded zerofrom v0.1.6
11572026-07-16T21:19:56.130Z Downloaded spin v0.9.8
11582026-07-16T21:19:56.134Z Downloaded nom v7.1.3
11592026-07-16T21:19:56.134Z Downloaded rustls-webpki v0.103.13
11602026-07-16T21:19:56.137Z Downloaded stringprep v0.1.5
11612026-07-16T21:19:56.137Z Downloaded publicsuffix v2.3.0
11622026-07-16T21:19:56.140Z Downloaded itertools v0.13.0
11632026-07-16T21:19:56.143Z Downloaded usdt-macro v0.6.0
11642026-07-16T21:19:56.143Z Downloaded usdt-impl v0.6.0
11652026-07-16T21:19:56.146Z Downloaded itertools v0.12.1
11662026-07-16T21:19:56.149Z Downloaded futures-util v0.3.32
11672026-07-16T21:19:56.155Z Downloaded zeroize_derive v1.4.3
11682026-07-16T21:19:56.158Z Downloaded rand v0.10.1
11692026-07-16T21:19:56.158Z Downloaded zerofrom-derive v0.1.6
11702026-07-16T21:19:56.158Z Downloaded yoke-derive v0.8.1
11712026-07-16T21:19:56.158Z Downloaded schemars v1.2.1
11722026-07-16T21:19:56.165Z Downloaded zone_cfg_derive v0.3.1
11732026-07-16T21:19:56.169Z Downloaded vsss-rs v3.3.4
11742026-07-16T21:19:56.169Z Downloaded iddqd v0.4.2
11752026-07-16T21:19:56.172Z Downloaded zone v0.3.1
11762026-07-16T21:19:56.175Z Downloaded whoami v2.1.0
11772026-07-16T21:19:56.175Z Downloaded walkdir v2.5.0
11782026-07-16T21:19:56.176Z Downloaded tracing-attributes v0.1.31
11792026-07-16T21:19:56.178Z Downloaded test-strategy v0.4.5
11802026-07-16T21:19:56.178Z Downloaded writeable v0.6.2
11812026-07-16T21:19:56.181Z Downloaded whoami v1.6.1
11822026-07-16T21:19:56.182Z Downloaded twox-hash v2.1.2
11832026-07-16T21:19:56.185Z Downloaded unicode-xid v0.2.6
11842026-07-16T21:19:56.185Z Downloaded subprocess v0.2.15
11852026-07-16T21:19:56.188Z Downloaded vergen-lib v9.1.0
11862026-07-16T21:19:56.188Z Downloaded vergen-lib v0.1.6
11872026-07-16T21:19:56.188Z Downloaded vergen-git2 v9.1.0
11882026-07-16T21:19:56.189Z Downloaded uzers v0.12.2
11892026-07-16T21:19:56.192Z Downloaded toml_parser v1.1.2+spec-1.1.0
11902026-07-16T21:19:56.192Z Downloaded xshell v0.2.7
11912026-07-16T21:19:56.192Z Downloaded wyz v0.5.1
11922026-07-16T21:19:56.196Z Downloaded unicode-properties v0.1.4
11932026-07-16T21:19:56.199Z Downloaded yoke v0.8.1
11942026-07-16T21:19:56.199Z Downloaded aws-lc-rs v1.16.3
11952026-07-16T21:19:56.205Z Downloaded toml v0.7.8
11962026-07-16T21:19:56.209Z Downloaded tar v0.4.46
11972026-07-16T21:19:56.209Z Downloaded toml v1.1.2+spec-1.1.0
11982026-07-16T21:19:56.213Z Downloaded zeroize v1.8.2
11992026-07-16T21:19:56.213Z Downloaded zerovec-derive v0.11.2
12002026-07-16T21:19:56.216Z Downloaded rsa v0.10.0-rc.18
12012026-07-16T21:19:56.219Z Downloaded steno v0.4.1
12022026-07-16T21:19:56.222Z Downloaded vergen-gitcl v1.0.8
12032026-07-16T21:19:56.227Z Downloaded vergen v9.1.0
12042026-07-16T21:19:56.230Z Downloaded tinyvec v1.10.0
12052026-07-16T21:19:56.234Z Downloaded rustyline v14.0.0
12062026-07-16T21:19:56.237Z Downloaded zstd-safe v7.2.4
12072026-07-16T21:19:56.241Z Downloaded tungstenite v0.23.0
12082026-07-16T21:19:56.241Z Downloaded tracing-core v0.1.36
12092026-07-16T21:19:56.244Z Downloaded xattr v1.6.1
12102026-07-16T21:19:56.247Z Downloaded typify v0.6.2
12112026-07-16T21:19:56.250Z Downloaded yasna v0.5.2
12122026-07-16T21:19:56.254Z Downloaded unicode-bidi v0.3.18
12132026-07-16T21:19:56.254Z Downloaded unsafe-libyaml v0.2.11
12142026-07-16T21:19:56.257Z Downloaded serde_with v1.14.0
12152026-07-16T21:19:56.260Z Downloaded rpassword v7.4.0
12162026-07-16T21:19:56.264Z Downloaded zerocopy v0.6.6
12172026-07-16T21:19:56.278Z Downloaded toml_edit v0.23.10+spec-1.0.0
12182026-07-16T21:19:56.281Z Downloaded vte v0.14.1
12192026-07-16T21:19:56.284Z Downloaded zstd v0.13.3
12202026-07-16T21:19:56.292Z Downloaded tungstenite v0.21.0
12212026-07-16T21:19:56.300Z Downloaded tokio-postgres v0.7.16
12222026-07-16T21:19:56.306Z Downloaded uuid v1.23.4
12232026-07-16T21:19:56.309Z Downloaded crypto-bigint v0.7.5
12242026-07-16T21:19:56.317Z Downloaded curve25519-dalek v4.1.3
12252026-07-16T21:19:56.322Z Downloaded zopfli v0.8.3
12262026-07-16T21:19:56.326Z Downloaded reedline v0.40.0
12272026-07-16T21:19:56.329Z Downloaded toml_edit v0.19.15
12282026-07-16T21:19:56.338Z Downloaded git2 v0.20.4
12292026-07-16T21:19:56.344Z Downloaded reqwest v0.13.2
12302026-07-16T21:19:56.347Z Downloaded url v2.5.8
12312026-07-16T21:19:56.351Z Downloaded unicode_categories v0.1.1
12322026-07-16T21:19:56.353Z Downloaded reqwest v0.12.28
12332026-07-16T21:19:56.356Z Downloaded lalrpop v0.19.12
12342026-07-16T21:19:56.362Z Downloaded zip v0.6.6
12352026-07-16T21:19:56.365Z Downloaded zerotrie v0.2.3
12362026-07-16T21:19:56.368Z Downloaded portable-atomic v1.13.1
12372026-07-16T21:19:56.373Z Downloaded regex v1.12.3
12382026-07-16T21:19:56.377Z Downloaded chrono v0.4.45
12392026-07-16T21:19:56.381Z Downloaded yansi v1.0.1
12402026-07-16T21:19:56.386Z Downloaded quick-xml v0.37.5
12412026-07-16T21:19:56.390Z Downloaded unicode-segmentation v1.12.0
12422026-07-16T21:19:56.393Z Downloaded p384 v0.13.1
12432026-07-16T21:19:56.396Z Downloaded rayon v1.11.0
12442026-07-16T21:19:56.403Z Downloaded rawzip v0.4.4
12452026-07-16T21:19:56.407Z Downloaded tower v0.5.3
12462026-07-16T21:19:56.413Z Downloaded typed-path v0.9.3
12472026-07-16T21:19:56.416Z Downloaded moka v0.12.13
12482026-07-16T21:19:56.422Z Downloaded x509-cert v0.2.5
12492026-07-16T21:19:56.425Z Downloaded goblin v0.10.5
12502026-07-16T21:19:56.432Z Downloaded zerocopy-derive v0.8.40
12512026-07-16T21:19:56.437Z Downloaded salty v0.3.0
12522026-07-16T21:19:56.441Z Downloaded ssh-key v0.7.0-rc.10
12532026-07-16T21:19:56.451Z Downloaded serde_with v3.17.0
12542026-07-16T21:19:56.457Z Downloaded tokio-util v0.7.18
12552026-07-16T21:19:56.461Z Downloaded zip v4.6.1
12562026-07-16T21:19:56.464Z Downloaded unicode-normalization v0.1.25
12572026-07-16T21:19:56.467Z Downloaded tough v0.22.0
12582026-07-16T21:19:56.470Z Downloaded proptest v1.10.0
12592026-07-16T21:19:56.476Z Downloaded petname v2.0.2
12602026-07-16T21:19:56.479Z Downloaded object v0.30.4
12612026-07-16T21:19:56.485Z Downloaded tower-http v0.6.8
12622026-07-16T21:19:56.489Z Downloaded bstr v1.12.1
12632026-07-16T21:19:56.502Z Downloaded zerovec v0.11.5
12642026-07-16T21:19:56.508Z Downloaded russh v0.61.2
12652026-07-16T21:19:56.515Z Downloaded winnow v0.5.40
12662026-07-16T21:19:56.525Z Downloaded nix v0.27.1
12672026-07-16T21:19:56.532Z Downloaded polar-core v0.27.3
12682026-07-16T21:19:56.537Z Downloaded quinn-proto v0.11.13
12692026-07-16T21:19:56.553Z Downloaded curve25519-dalek v5.0.0-rc.0
12702026-07-16T21:19:56.559Z Downloaded winnow v0.6.26
12712026-07-16T21:19:56.564Z Downloaded radix_trie v0.2.1
12722026-07-16T21:19:56.578Z Downloaded hickory-proto v0.24.4
12732026-07-16T21:19:56.587Z Downloaded smoltcp v0.9.1
12742026-07-16T21:19:56.600Z Downloaded dropshot v0.17.1
12752026-07-16T21:19:56.612Z Downloaded winnow v1.0.3
12762026-07-16T21:19:56.618Z Downloaded nix v0.31.2
12772026-07-16T21:19:56.626Z Downloaded openssl v0.10.79
12782026-07-16T21:19:56.631Z Downloaded tabled v0.20.0
12792026-07-16T21:19:56.641Z Downloaded smoltcp v0.11.0
12802026-07-16T21:19:56.648Z Downloaded regress v0.10.5
12812026-07-16T21:19:56.653Z Downloaded hickory-proto v0.25.2
12822026-07-16T21:19:56.662Z Downloaded time v0.3.47
12832026-07-16T21:19:56.669Z Downloaded zlib-rs v0.6.2
12842026-07-16T21:19:56.672Z Downloaded vcpkg v0.2.15
12852026-07-16T21:19:56.695Z Downloaded rustix v0.38.44
12862026-07-16T21:19:56.707Z Downloaded zerocopy v0.8.40
12872026-07-16T21:19:56.712Z Downloaded object v0.37.3
12882026-07-16T21:19:56.719Z Downloaded rustls v0.23.41
12892026-07-16T21:19:56.725Z Downloaded regress v0.11.1
12902026-07-16T21:19:56.730Z Downloaded diesel v2.3.7
12912026-07-16T21:19:56.742Z Downloaded regex-syntax v0.8.10
12922026-07-16T21:19:56.746Z Downloaded openapiv3 v2.2.0
12932026-07-16T21:19:56.753Z Downloaded regex-syntax v0.6.29
12942026-07-16T21:19:56.757Z Downloaded nix v0.28.0
12952026-07-16T21:19:56.764Z Downloaded fiat-crypto v0.3.0
12962026-07-16T21:19:56.772Z Downloaded sqlparser v0.61.0
12972026-07-16T21:19:56.792Z Downloaded bzip2-sys v0.1.13+1.0.8
12982026-07-16T21:19:56.799Z Downloaded ratatui v0.29.0
12992026-07-16T21:19:56.829Z Downloaded sled v0.34.7
13002026-07-16T21:19:56.834Z Downloaded zerocopy-derive v0.6.6
13012026-07-16T21:19:56.840Z Downloaded regex-automata v0.4.14
13022026-07-16T21:19:56.850Z Downloaded sha3 v0.11.0
13032026-07-16T21:19:56.852Z Downloaded tracing v0.1.44
13042026-07-16T21:19:56.864Z Downloaded typify-impl v0.6.2
13052026-07-16T21:19:56.872Z Downloaded chrono-tz v0.10.4
13062026-07-16T21:19:56.928Z Downloaded petgraph v0.6.5
13072026-07-16T21:19:56.939Z Downloaded jiff v0.2.21
13082026-07-16T21:19:56.965Z Downloaded petgraph v0.8.3
13092026-07-16T21:19:56.975Z Downloaded csv v1.4.0
13102026-07-16T21:19:56.987Z Downloaded libz-sys v1.1.24
13112026-07-16T21:19:56.999Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13122026-07-16T21:19:57.009Z Downloaded sha3 v0.10.8
13132026-07-16T21:19:57.012Z Downloaded tokio v1.52.1
13142026-07-16T21:19:57.044Z Downloaded encoding_rs v0.8.35
13152026-07-16T21:19:57.085Z Downloaded ring v0.17.14
13162026-07-16T21:19:57.131Z Downloaded libgit2-sys v0.18.3+1.9.2
13172026-07-16T21:19:57.655Z Downloaded aws-lc-sys v0.40.0
13182026-07-16T21:19:57.908Z Compiling libc v0.2.185
13192026-07-16T21:19:57.908Z Compiling serde_core v1.0.228
13202026-07-16T21:19:57.908Z Compiling serde v1.0.228
13212026-07-16T21:19:57.912Z Compiling log v0.4.29
13222026-07-16T21:19:57.912Z Compiling smallvec v1.15.1
13232026-07-16T21:19:57.912Z Compiling find-msvc-tools v0.1.9
13242026-07-16T21:19:58.044Z Compiling shlex v1.3.0
13252026-07-16T21:19:58.053Z Compiling syn v2.0.117
13262026-07-16T21:19:58.261Z Compiling subtle v2.6.1
13272026-07-16T21:19:58.277Z Compiling stable_deref_trait v1.2.1
13282026-07-16T21:19:58.304Z Compiling scopeguard v1.2.0
13292026-07-16T21:19:58.321Z Compiling typenum v1.20.1
13302026-07-16T21:19:58.344Z Compiling serde_json v1.0.150
13312026-07-16T21:19:58.373Z Compiling portable-atomic v1.13.1
13322026-07-16T21:19:58.415Z Compiling lock_api v0.4.14
13332026-07-16T21:19:58.426Z Compiling zerocopy v0.8.40
13342026-07-16T21:19:58.566Z Compiling parking_lot_core v0.9.12
13352026-07-16T21:19:58.638Z Compiling pin-project-lite v0.2.17
13362026-07-16T21:19:58.726Z Compiling getrandom v0.4.1
13372026-07-16T21:19:58.866Z Compiling pkg-config v0.3.32
13382026-07-16T21:19:58.885Z Compiling jobserver v0.1.34
13392026-07-16T21:19:58.899Z Compiling errno v0.3.14
13402026-07-16T21:19:59.047Z Compiling getrandom v0.2.17
13412026-07-16T21:19:59.093Z Compiling libm v0.2.16
13422026-07-16T21:19:59.120Z Compiling critical-section v1.2.0
13432026-07-16T21:19:59.229Z Compiling cc v1.2.56
13442026-07-16T21:19:59.245Z Compiling rand_core v0.6.4
13452026-07-16T21:19:59.289Z Compiling signal-hook-registry v1.4.8
13462026-07-16T21:19:59.399Z Compiling once_cell v1.21.3
13472026-07-16T21:19:59.443Z Compiling num-traits v0.2.19
13482026-07-16T21:19:59.510Z Compiling rand_core v0.10.0
13492026-07-16T21:19:59.558Z Compiling futures-core v0.3.32
13502026-07-16T21:19:59.612Z Compiling parking_lot v0.12.5
13512026-07-16T21:19:59.713Z Compiling mio v1.2.0
13522026-07-16T21:19:59.791Z Compiling generic-array v0.14.7
13532026-07-16T21:19:59.881Z Compiling writeable v0.6.2
13542026-07-16T21:19:59.974Z Compiling const-oid v0.9.6
13552026-07-16T21:19:59.999Z Compiling percent-encoding v2.3.2
13562026-07-16T21:20:00.163Z Compiling bitflags v2.11.0
13572026-07-16T21:20:00.187Z Compiling litemap v0.8.1
13582026-07-16T21:20:00.218Z Compiling semver v1.0.28
13592026-07-16T21:20:00.385Z Compiling icu_normalizer_data v2.1.1
13602026-07-16T21:20:00.502Z Compiling icu_properties_data v2.1.2
13612026-07-16T21:20:00.707Z Compiling socket2 v0.6.3
13622026-07-16T21:20:00.815Z Compiling futures-sink v0.3.32
13632026-07-16T21:20:00.881Z Compiling slab v0.4.12
13642026-07-16T21:20:00.900Z Compiling futures-task v0.3.32
13652026-07-16T21:20:00.915Z Compiling synstructure v0.13.2
13662026-07-16T21:20:00.929Z Compiling futures-channel v0.3.32
13672026-07-16T21:20:01.065Z Compiling futures-io v0.3.32
13682026-07-16T21:20:01.079Z Compiling utf8_iter v1.0.4
13692026-07-16T21:20:01.126Z Compiling indexmap v2.14.0
13702026-07-16T21:20:01.156Z Compiling form_urlencoded v1.2.2
13712026-07-16T21:20:01.218Z Compiling rustversion v1.0.22
13722026-07-16T21:20:01.231Z Compiling getrandom v0.3.4
13732026-07-16T21:20:01.274Z Compiling cmake v0.1.57
13742026-07-16T21:20:01.292Z Compiling dunce v1.0.5
13752026-07-16T21:20:01.330Z Compiling fs_extra v1.3.0
13762026-07-16T21:20:01.387Z Compiling rustix v1.1.3
13772026-07-16T21:20:01.519Z Compiling ident_case v1.0.1
13782026-07-16T21:20:01.607Z Compiling iana-time-zone v0.1.65
13792026-07-16T21:20:01.642Z Compiling regex-syntax v0.8.10
13802026-07-16T21:20:01.687Z Compiling aws-lc-sys v0.40.0
13812026-07-16T21:20:01.806Z Compiling uuid v1.23.4
13822026-07-16T21:20:01.806Z Compiling base64 v0.22.1
13832026-07-16T21:20:02.141Z Compiling rand_core v0.9.5
13842026-07-16T21:20:02.175Z Compiling vcpkg v0.2.15
13852026-07-16T21:20:02.244Z Compiling base64ct v1.8.3
13862026-07-16T21:20:02.423Z Compiling rustc_version v0.4.1
13872026-07-16T21:20:02.537Z Compiling pem-rfc7468 v0.7.0
13882026-07-16T21:20:02.566Z Compiling tracing-core v0.1.36
13892026-07-16T21:20:02.676Z Compiling serde_derive v1.0.228
13902026-07-16T21:20:02.754Z Compiling zeroize_derive v1.4.3
13912026-07-16T21:20:02.848Z Compiling zerofrom-derive v0.1.6
13922026-07-16T21:20:02.928Z Compiling yoke-derive v0.8.1
13932026-07-16T21:20:03.128Z Compiling zerovec-derive v0.11.2
13942026-07-16T21:20:03.155Z Compiling displaydoc v0.2.5
13952026-07-16T21:20:03.439Z Compiling zeroize v1.8.2
13962026-07-16T21:20:03.645Z Compiling zerocopy-derive v0.8.40
13972026-07-16T21:20:04.047Z Compiling tokio-macros v2.7.0
13982026-07-16T21:20:04.134Z Compiling futures-macro v0.3.32
13992026-07-16T21:20:04.300Z Compiling openssl-sys v0.9.115
14002026-07-16T21:20:04.303Z Compiling zerofrom v0.1.6
14012026-07-16T21:20:04.441Z Compiling yoke v0.8.1
14022026-07-16T21:20:04.525Z Compiling block-buffer v0.10.4
14032026-07-16T21:20:04.632Z Compiling zerovec v0.11.5
14042026-07-16T21:20:04.705Z Compiling zerotrie v0.2.3
14052026-07-16T21:20:04.801Z Compiling crypto-common v0.1.7
14062026-07-16T21:20:04.851Z Compiling tracing-attributes v0.1.31
14072026-07-16T21:20:04.947Z Compiling digest v0.10.7
14082026-07-16T21:20:04.970Z Compiling futures-util v0.3.32
14092026-07-16T21:20:05.007Z Compiling der_derive v0.7.3
14102026-07-16T21:20:05.142Z Compiling tinystr v0.8.2
14112026-07-16T21:20:05.190Z Compiling potential_utf v0.1.4
14122026-07-16T21:20:05.340Z Compiling icu_locale_core v2.1.1
14132026-07-16T21:20:05.353Z Compiling icu_collections v2.1.1
14142026-07-16T21:20:05.890Z Compiling thiserror-impl v2.0.18
14152026-07-16T21:20:05.994Z Compiling flagset v0.4.7
14162026-07-16T21:20:06.128Z Compiling icu_provider v2.1.1
14172026-07-16T21:20:06.238Z Compiling bytes v1.11.1
14182026-07-16T21:20:06.284Z Compiling chrono v0.4.45
14192026-07-16T21:20:06.298Z Compiling aws-lc-rs v1.16.3
14202026-07-16T21:20:06.427Z Compiling icu_properties v2.1.2
14212026-07-16T21:20:06.597Z Compiling icu_normalizer v2.1.1
14222026-07-16T21:20:06.861Z Compiling tokio v1.52.1
14232026-07-16T21:20:07.147Z Compiling http v1.4.2
14242026-07-16T21:20:07.250Z Compiling thiserror v2.0.18
14252026-07-16T21:20:07.320Z Compiling idna_adapter v1.2.1
14262026-07-16T21:20:07.351Z Compiling tracing v0.1.44
14272026-07-16T21:20:07.469Z Compiling idna v1.1.0
14282026-07-16T21:20:07.524Z Compiling der v0.7.10
14292026-07-16T21:20:07.685Z Compiling rustls-pki-types v1.14.0
14302026-07-16T21:20:07.845Z Compiling url v2.5.8
14312026-07-16T21:20:08.050Z Compiling ppv-lite86 v0.2.21
14322026-07-16T21:20:08.104Z Compiling http-body v1.0.1
14332026-07-16T21:20:08.124Z Compiling serde_derive_internals v0.29.1
14342026-07-16T21:20:08.202Z Compiling cmov v0.5.4
14352026-07-16T21:20:08.249Z Compiling tinyvec_macros v0.1.1
14362026-07-16T21:20:08.317Z Compiling openssl-probe v0.2.1
14372026-07-16T21:20:08.365Z Compiling rand_chacha v0.9.0
14382026-07-16T21:20:08.400Z Compiling dyn-clone v1.0.20
14392026-07-16T21:20:08.487Z Compiling schemars v0.8.22
14402026-07-16T21:20:08.533Z Compiling httparse v1.10.1
14412026-07-16T21:20:08.616Z Compiling rand v0.9.2
14422026-07-16T21:20:08.694Z Compiling ctutils v0.4.2
14432026-07-16T21:20:08.726Z Compiling spki v0.7.3
14442026-07-16T21:20:08.920Z Compiling tinyvec v1.10.0
14452026-07-16T21:20:08.934Z Compiling pest_generator v2.8.6
14462026-07-16T21:20:08.946Z Compiling aho-corasick v1.1.4
14472026-07-16T21:20:08.982Z Compiling schemars_derive v0.8.22
14482026-07-16T21:20:09.034Z Compiling tower-layer v0.3.3
14492026-07-16T21:20:09.191Z Compiling atomic-waker v1.1.2
14502026-07-16T21:20:09.251Z Compiling untrusted v0.7.1
14512026-07-16T21:20:09.311Z Compiling try-lock v0.2.5
14522026-07-16T21:20:09.374Z Compiling tower-service v0.3.3
14532026-07-16T21:20:09.391Z Compiling want v0.3.1
14542026-07-16T21:20:09.417Z Compiling tempfile v3.25.0
14552026-07-16T21:20:09.551Z Compiling hybrid-array v0.4.13
14562026-07-16T21:20:09.609Z Compiling pest_derive v2.8.6
14572026-07-16T21:20:09.748Z Compiling regex-automata v0.4.14
14582026-07-16T21:20:09.773Z Compiling ipnet v2.11.0
14592026-07-16T21:20:10.047Z Compiling scroll_derive v0.13.1
14602026-07-16T21:20:10.255Z Compiling darling_core v0.20.11
14612026-07-16T21:20:10.312Z Compiling untrusted v0.9.0
14622026-07-16T21:20:10.436Z Compiling rustls v0.23.41
14632026-07-16T21:20:10.621Z Compiling tokio-util v0.7.18
14642026-07-16T21:20:10.641Z Compiling httpdate v1.0.3
14652026-07-16T21:20:10.871Z Compiling cpufeatures v0.2.17
14662026-07-16T21:20:10.912Z Compiling foreign-types-shared v0.1.1
14672026-07-16T21:20:10.944Z Compiling openssl v0.10.79
14682026-07-16T21:20:11.002Z Compiling foreign-types v0.3.2
14692026-07-16T21:20:11.078Z Compiling scroll v0.13.0
14702026-07-16T21:20:11.213Z Compiling unicode-normalization v0.1.25
14712026-07-16T21:20:11.379Z Compiling h2 v0.4.15
14722026-07-16T21:20:11.558Z Compiling pkcs8 v0.10.2
14732026-07-16T21:20:11.674Z Compiling openssl-macros v0.1.1
14742026-07-16T21:20:11.788Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14752026-07-16T21:20:12.067Z Compiling spin v0.9.8
14762026-07-16T21:20:12.096Z Compiling time-core v0.1.8
14772026-07-16T21:20:12.183Z Compiling crc32fast v1.5.0
14782026-07-16T21:20:12.201Z Compiling num-conv v0.2.0
14792026-07-16T21:20:12.252Z Compiling native-tls v0.2.18
14802026-07-16T21:20:12.336Z Compiling powerfmt v0.2.0
14812026-07-16T21:20:12.486Z Compiling deranged v0.5.8
14822026-07-16T21:20:12.526Z Compiling time-macros v0.2.27
14832026-07-16T21:20:12.565Z Compiling darling_macro v0.20.11
14842026-07-16T21:20:13.019Z Compiling darling v0.20.11
14852026-07-16T21:20:13.097Z Compiling goblin v0.10.5
14862026-07-16T21:20:13.424Z Compiling sha2 v0.10.9
14872026-07-16T21:20:13.547Z Compiling hmac v0.12.1
14882026-07-16T21:20:13.698Z Compiling sync_wrapper v1.0.2
14892026-07-16T21:20:13.803Z Compiling wait-timeout v0.2.1
14902026-07-16T21:20:13.817Z Compiling quick-error v1.2.3
14912026-07-16T21:20:13.918Z Compiling crossbeam-utils v0.8.21
14922026-07-16T21:20:14.062Z Compiling usdt-impl v0.6.0
14932026-07-16T21:20:14.215Z Compiling bit-vec v0.8.0
14942026-07-16T21:20:14.280Z Compiling simd-adler32 v0.3.8
14952026-07-16T21:20:14.438Z Compiling hyper v1.10.1
14962026-07-16T21:20:14.520Z Compiling syn v1.0.109
14972026-07-16T21:20:14.778Z Compiling num_threads v0.1.7
14982026-07-16T21:20:14.839Z Compiling siphasher v1.0.2
14992026-07-16T21:20:14.876Z Compiling time v0.3.47
15002026-07-16T21:20:15.375Z Compiling bit-set v0.8.0
15012026-07-16T21:20:15.437Z Compiling rusty-fork v0.3.1
15022026-07-16T21:20:15.481Z Compiling tower v0.5.3
15032026-07-16T21:20:15.597Z Compiling hyper-util v0.1.20
15042026-07-16T21:20:15.786Z Compiling derive_builder_core v0.20.2
15052026-07-16T21:20:15.963Z Compiling dof v0.4.0
15062026-07-16T21:20:16.265Z Compiling dtrace-parser v0.3.0
15072026-07-16T21:20:16.495Z Compiling http-body-util v0.1.3
15082026-07-16T21:20:16.656Z Compiling heapless v0.7.17
15092026-07-16T21:20:16.729Z Compiling thiserror-impl v1.0.69
15102026-07-16T21:20:16.902Z Compiling scroll_derive v0.12.1
15112026-07-16T21:20:16.967Z Compiling rand_xorshift v0.4.0
15122026-07-16T21:20:17.118Z Compiling slog v2.8.2
15132026-07-16T21:20:17.133Z Compiling darling_core v0.21.3
15142026-07-16T21:20:17.303Z Compiling bzip2-sys v0.1.13+1.0.8
15152026-07-16T21:20:17.317Z Compiling thread-id v5.1.0
15162026-07-16T21:20:17.321Z Compiling cookie v0.18.1
15172026-07-16T21:20:17.397Z Compiling unarray v0.1.4
15182026-07-16T21:20:17.506Z Compiling unicode-bidi v0.3.18
15192026-07-16T21:20:17.521Z Compiling anyhow v1.0.102
15202026-07-16T21:20:17.560Z Compiling allocator-api2 v0.2.21
15212026-07-16T21:20:17.584Z Compiling zstd-safe v7.2.4
15222026-07-16T21:20:17.786Z Compiling ryu v1.0.23
15232026-07-16T21:20:17.830Z Compiling adler2 v2.0.1
15242026-07-16T21:20:17.884Z Compiling iri-string v0.7.10
15252026-07-16T21:20:17.956Z Compiling paste v1.0.15
15262026-07-16T21:20:17.959Z Compiling unicode-properties v0.1.4
15272026-07-16T21:20:17.983Z Compiling signal-hook v0.3.18
15282026-07-16T21:20:18.019Z Compiling thiserror v1.0.69
15292026-07-16T21:20:18.120Z Compiling miniz_oxide v0.8.9
15302026-07-16T21:20:18.170Z Compiling stringprep v0.1.5
15312026-07-16T21:20:18.186Z Compiling serde_urlencoded v0.7.1
15322026-07-16T21:20:18.475Z Compiling scroll v0.12.0
15332026-07-16T21:20:18.640Z Compiling proptest v1.10.0
15342026-07-16T21:20:18.790Z Compiling derive_builder_macro v0.20.2
15352026-07-16T21:20:19.144Z Compiling tower-http v0.6.8
15362026-07-16T21:20:19.248Z Compiling tokio-native-tls v0.3.1
15372026-07-16T21:20:19.260Z Compiling camino v1.2.2
15382026-07-16T21:20:19.412Z Compiling bstr v1.12.1
15392026-07-16T21:20:19.532Z Compiling ipnetwork v0.21.1
15402026-07-16T21:20:19.564Z Compiling darling_macro v0.21.3
15412026-07-16T21:20:19.632Z Compiling block-buffer v0.12.1
15422026-07-16T21:20:19.651Z Compiling block-padding v0.4.2
15432026-07-16T21:20:19.807Z Compiling crypto-common v0.2.2
15442026-07-16T21:20:19.822Z Compiling rustls-native-certs v0.8.3
15452026-07-16T21:20:19.915Z Compiling rand_chacha v0.3.1
15462026-07-16T21:20:20.041Z Compiling toml_datetime v0.6.11
15472026-07-16T21:20:20.045Z Compiling serde_spanned v0.6.9
15482026-07-16T21:20:20.102Z Compiling hex v0.4.3
15492026-07-16T21:20:20.191Z Compiling erased-serde v0.3.31
15502026-07-16T21:20:20.289Z Compiling serde_tokenstream v0.2.3
15512026-07-16T21:20:20.360Z Compiling md-5 v0.10.6
15522026-07-16T21:20:20.584Z Compiling signature v2.2.0
15532026-07-16T21:20:20.620Z Compiling curve25519-dalek v4.1.3
15542026-07-16T21:20:20.724Z Compiling zerocopy-derive v0.7.35
15552026-07-16T21:20:20.735Z Compiling async-trait v0.1.89
15562026-07-16T21:20:20.757Z Compiling pin-project-internal v1.1.11
15572026-07-16T21:20:20.961Z Compiling vergen-lib v9.1.0
15582026-07-16T21:20:21.159Z Compiling hash32 v0.2.1
15592026-07-16T21:20:21.350Z Compiling num-integer v0.1.46
15602026-07-16T21:20:21.565Z Compiling memoffset v0.9.1
15612026-07-16T21:20:21.590Z Compiling encoding_rs v0.8.35
15622026-07-16T21:20:21.676Z Compiling num-bigint-dig v0.8.6
15632026-07-16T21:20:21.749Z Compiling ref-cast v1.0.25
15642026-07-16T21:20:21.767Z Compiling litrs v1.0.0
15652026-07-16T21:20:21.866Z Compiling rustix v0.38.44
15662026-07-16T21:20:21.882Z Compiling fallible-iterator v0.2.0
15672026-07-16T21:20:22.059Z Compiling psl-types v2.0.11
15682026-07-16T21:20:22.191Z Compiling zlib-rs v0.6.2
15692026-07-16T21:20:22.207Z Compiling cfg_aliases v0.2.1
15702026-07-16T21:20:22.244Z Compiling smoltcp v0.9.1
15712026-07-16T21:20:22.269Z Compiling mime v0.3.17
15722026-07-16T21:20:22.277Z Compiling document-features v0.2.12
15732026-07-16T21:20:22.520Z Compiling nix v0.31.2
15742026-07-16T21:20:22.664Z Compiling publicsuffix v2.3.0
15752026-07-16T21:20:22.830Z Compiling postgres-protocol v0.6.10
15762026-07-16T21:20:22.914Z Compiling pin-project v1.1.11
15772026-07-16T21:20:23.011Z Compiling zerocopy v0.7.35
15782026-07-16T21:20:23.026Z Compiling num-iter v0.1.45
15792026-07-16T21:20:23.156Z Compiling newtype-uuid v1.3.2
15802026-07-16T21:20:23.171Z Compiling hubpack_derive v0.1.1
15812026-07-16T21:20:23.478Z Compiling rand v0.8.6
15822026-07-16T21:20:23.531Z Compiling darling v0.21.3
15832026-07-16T21:20:23.543Z Compiling inout v0.2.2
15842026-07-16T21:20:23.611Z Compiling oxnet v0.1.6
15852026-07-16T21:20:23.628Z Compiling hyper-tls v0.6.0
15862026-07-16T21:20:23.721Z Compiling derive_builder v0.20.2
15872026-07-16T21:20:23.853Z Compiling goblin v0.8.2
15882026-07-16T21:20:24.365Z Compiling phf_shared v0.13.1
15892026-07-16T21:20:24.448Z Compiling lazy_static v1.5.0
15902026-07-16T21:20:24.541Z Compiling regex v1.12.3
15912026-07-16T21:20:24.560Z Compiling anstyle-parse v0.2.7
15922026-07-16T21:20:24.574Z Compiling futures-executor v0.3.32
15932026-07-16T21:20:24.598Z Compiling terminal_size v0.4.3
15942026-07-16T21:20:24.733Z Compiling curve25519-dalek-derive v0.1.1
15952026-07-16T21:20:24.736Z Compiling daft-derive v0.1.7
15962026-07-16T21:20:24.828Z Compiling snafu-derive v0.8.9
15972026-07-16T21:20:24.956Z Compiling ref-cast-impl v1.0.25
15982026-07-16T21:20:25.372Z Compiling flate2 v1.1.9
15992026-07-16T21:20:25.448Z Compiling strum_macros v0.27.2
16002026-07-16T21:20:25.505Z Compiling vergen v9.1.0
16012026-07-16T21:20:25.528Z Compiling cargo-platform v0.3.2
16022026-07-16T21:20:25.704Z Compiling ff v0.13.1
16032026-07-16T21:20:25.809Z Compiling fs-err v3.3.0
16042026-07-16T21:20:25.837Z Compiling ahash v0.8.12
16052026-07-16T21:20:25.851Z Compiling winnow v0.5.40
16062026-07-16T21:20:26.003Z Compiling bumpalo v3.20.2
16072026-07-16T21:20:26.059Z Compiling same-file v1.0.6
16082026-07-16T21:20:26.226Z Compiling managed v0.8.0
16092026-07-16T21:20:26.250Z Compiling foldhash v0.2.0
16102026-07-16T21:20:26.438Z Compiling base16ct v0.2.0
16112026-07-16T21:20:26.472Z Compiling foldhash v0.1.5
16122026-07-16T21:20:26.613Z Compiling bitflags v1.3.2
16132026-07-16T21:20:26.643Z Compiling object v0.37.3
16142026-07-16T21:20:26.693Z Compiling unicode-segmentation v1.12.0
16152026-07-16T21:20:26.764Z Compiling libbz2-rs-sys v0.2.2
16162026-07-16T21:20:26.973Z Compiling snafu v0.8.9
16172026-07-16T21:20:27.300Z Compiling bzip2 v0.6.1
16182026-07-16T21:20:27.328Z Compiling toml_edit v0.19.15
16192026-07-16T21:20:27.343Z Compiling hashbrown v0.15.5
16202026-07-16T21:20:27.422Z Compiling strum v0.27.2
16212026-07-16T21:20:27.445Z Compiling sec1 v0.7.3
16222026-07-16T21:20:27.499Z Compiling clap_builder v4.6.0
16232026-07-16T21:20:27.545Z Compiling hashbrown v0.16.1
16242026-07-16T21:20:27.717Z Compiling zopfli v0.8.3
16252026-07-16T21:20:27.865Z Compiling walkdir v2.5.0
16262026-07-16T21:20:27.881Z Compiling dof v0.3.0
16272026-07-16T21:20:28.188Z Compiling group v0.13.0
16282026-07-16T21:20:28.282Z Compiling cargo_metadata v0.23.1
16292026-07-16T21:20:28.366Z Compiling daft v0.1.7
16302026-07-16T21:20:28.590Z Compiling futures v0.3.32
16312026-07-16T21:20:28.641Z Compiling anstream v0.6.21
16322026-07-16T21:20:28.671Z Compiling phf v0.13.1
16332026-07-16T21:20:28.947Z Compiling signal-hook-mio v0.2.5
16342026-07-16T21:20:29.414Z Compiling cookie_store v0.22.1
16352026-07-16T21:20:29.517Z Compiling zstd v0.13.3
16362026-07-16T21:20:29.628Z Compiling bzip2 v0.4.4
16372026-07-16T21:20:29.775Z Compiling reqwest v0.12.28
16382026-07-16T21:20:29.835Z Compiling cipher v0.5.2
16392026-07-16T21:20:29.918Z Compiling hubpack v0.1.2
16402026-07-16T21:20:30.060Z Compiling serde_with_macros v3.17.0
16412026-07-16T21:20:30.121Z Compiling postgres-types v0.2.12
16422026-07-16T21:20:30.446Z Compiling ed25519 v2.2.3
16432026-07-16T21:20:30.713Z Compiling usdt-macro v0.6.0
16442026-07-16T21:20:31.221Z Compiling usdt-attr-macro v0.6.0
16452026-07-16T21:20:31.358Z Compiling globset v0.4.18
16462026-07-16T21:20:31.379Z Compiling dtrace-parser v0.2.0
16472026-07-16T21:20:31.471Z Compiling phf_shared v0.11.3
16482026-07-16T21:20:31.475Z Compiling hkdf v0.12.4
16492026-07-16T21:20:31.648Z Compiling pkcs1 v0.7.5
16502026-07-16T21:20:31.665Z Compiling olpc-cjson v0.1.4
16512026-07-16T21:20:31.826Z Compiling serde-big-array v0.5.1
16522026-07-16T21:20:31.977Z Compiling serde_plain v1.0.2
16532026-07-16T21:20:32.017Z Compiling crypto-bigint v0.5.5
16542026-07-16T21:20:32.030Z Compiling async-recursion v1.1.1
16552026-07-16T21:20:32.035Z Compiling clap_derive v4.6.1
16562026-07-16T21:20:32.102Z Compiling enum-as-inner v0.6.1
16572026-07-16T21:20:32.152Z Compiling strum_macros v0.26.4
16582026-07-16T21:20:32.607Z Compiling serde_repr v0.1.20
16592026-07-16T21:20:32.691Z Compiling pem v3.0.6
16602026-07-16T21:20:33.012Z Compiling float-cmp v0.10.0
16612026-07-16T21:20:33.139Z Compiling memmap2 v0.9.10
16622026-07-16T21:20:33.161Z Compiling thread-id v4.2.2
16632026-07-16T21:20:33.246Z Compiling env_filter v1.0.0
16642026-07-16T21:20:33.356Z Compiling keccak v0.1.6
16652026-07-16T21:20:33.494Z Compiling difflib v0.4.0
16662026-07-16T21:20:33.550Z Compiling new_debug_unreachable v1.0.6
16672026-07-16T21:20:33.618Z Compiling fixedbitset v0.4.2
16682026-07-16T21:20:33.767Z Compiling either v1.15.0
16692026-07-16T21:20:33.830Z Compiling precomputed-hash v0.1.1
16702026-07-16T21:20:33.878Z Compiling winnow v1.0.3
16712026-07-16T21:20:33.914Z Compiling predicates-core v1.0.10
16722026-07-16T21:20:33.965Z Compiling static_assertions v1.1.0
16732026-07-16T21:20:34.036Z Compiling normalize-line-endings v0.3.0
16742026-07-16T21:20:34.051Z Compiling const-oid v0.10.2
16752026-07-16T21:20:34.075Z Compiling cpufeatures v0.3.0
16762026-07-16T21:20:34.091Z Compiling data-encoding v2.10.0
16772026-07-16T21:20:34.094Z Compiling typed-path v0.9.3
16782026-07-16T21:20:34.123Z Compiling jiff v0.2.21
16792026-07-16T21:20:34.148Z Compiling fixedbitset v0.5.7
16802026-07-16T21:20:34.216Z Compiling whoami v2.1.0
16812026-07-16T21:20:34.243Z Compiling digest v0.11.3
16822026-07-16T21:20:34.440Z Compiling tokio-postgres v0.7.16
16832026-07-16T21:20:34.450Z Compiling hickory-proto v0.25.2
16842026-07-16T21:20:34.470Z Compiling petgraph v0.8.3
16852026-07-16T21:20:34.583Z Compiling toml_parser v1.1.2+spec-1.1.0
16862026-07-16T21:20:34.785Z Compiling chacha20 v0.10.0
16872026-07-16T21:20:35.151Z Compiling predicates v3.1.4
16882026-07-16T21:20:35.220Z Compiling toml_edit v0.22.27
16892026-07-16T21:20:35.287Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16902026-07-16T21:20:35.852Z Compiling itertools v0.13.0
16912026-07-16T21:20:36.453Z Compiling string_cache v0.8.9
16922026-07-16T21:20:36.665Z Compiling strum v0.26.3
16932026-07-16T21:20:36.693Z Compiling clap v4.6.1
16942026-07-16T21:20:36.764Z Compiling zip v4.6.1
16952026-07-16T21:20:36.791Z Compiling petgraph v0.6.5
16962026-07-16T21:20:37.089Z Compiling sha3 v0.10.8
16972026-07-16T21:20:37.542Z Compiling env_logger v0.11.9
16982026-07-16T21:20:37.727Z Compiling usdt v0.6.0
16992026-07-16T21:20:37.915Z Compiling usdt-impl v0.5.0
17002026-07-16T21:20:37.947Z Compiling elliptic-curve v0.13.8
17012026-07-16T21:20:37.988Z Compiling rsa v0.9.10
17022026-07-16T21:20:38.136Z Compiling serde_with v3.17.0
17032026-07-16T21:20:38.271Z Compiling crossterm v0.28.1
17042026-07-16T21:20:38.322Z Compiling ed25519-dalek v2.2.0
17052026-07-16T21:20:38.485Z Compiling zip v0.6.6
17062026-07-16T21:20:39.060Z Compiling toml v0.7.8
17072026-07-16T21:20:39.168Z Compiling iddqd v0.4.2
17082026-07-16T21:20:39.639Z Compiling heck v0.4.1
17092026-07-16T21:20:39.769Z Compiling similar v2.7.0
17102026-07-16T21:20:39.837Z Compiling byte-wrapper v0.1.0
17112026-07-16T21:20:39.861Z Compiling crossbeam-epoch v0.9.18
17122026-07-16T21:20:40.004Z Compiling tokio-stream v0.1.18
17132026-07-16T21:20:40.166Z Compiling buf-list v1.1.2
17142026-07-16T21:20:40.181Z Compiling x509-cert v0.2.5
17152026-07-16T21:20:40.443Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17162026-07-16T21:20:40.446Z Compiling openapiv3 v2.2.0
17172026-07-16T21:20:40.481Z Compiling lalrpop-util v0.19.12
17182026-07-16T21:20:40.675Z Compiling peg-runtime v0.8.5
17192026-07-16T21:20:40.685Z Compiling thread_local v1.1.9
17202026-07-16T21:20:40.746Z Compiling slog-async v2.8.0
17212026-07-16T21:20:40.934Z Compiling crossbeam-channel v0.5.15
17222026-07-16T21:20:40.947Z Compiling is-terminal v0.4.17
17232026-07-16T21:20:41.045Z Compiling filetime v0.2.27
17242026-07-16T21:20:41.081Z Compiling term v1.2.1
17252026-07-16T21:20:41.221Z Compiling xattr v1.6.1
17262026-07-16T21:20:41.320Z Compiling take_mut v0.2.2
17272026-07-16T21:20:41.395Z Compiling slog-term v2.9.2
17282026-07-16T21:20:41.430Z Compiling tar v0.4.46
17292026-07-16T21:20:41.672Z Compiling camino-tempfile v1.4.1
17302026-07-16T21:20:51.445Z Compiling rustls-webpki v0.103.13
17312026-07-16T21:20:54.116Z Compiling tokio-rustls v0.26.4
17322026-07-16T21:20:54.116Z Compiling rustls-platform-verifier v0.6.2
17332026-07-16T21:20:54.116Z Compiling tough v0.22.0
17342026-07-16T21:20:54.325Z Compiling hyper-rustls v0.27.7
17352026-07-16T21:20:54.518Z Compiling reqwest v0.13.2
17362026-07-16T21:20:56.760Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17372026-07-16T21:20:56.984Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17382026-07-16T21:20:59.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17392026-07-16T21:20:59.949Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17402026-07-16T21:21:00.028ZJul 16 21:20:58.470 INFO Starting download, target: DendriteStub
17412026-07-16T21:21:00.029ZJul 16 21:20:58.471 INFO Starting download, target: Console
17422026-07-16T21:21:00.029ZJul 16 21:20:58.471 INFO Starting download, target: Clickhouse
17432026-07-16T21:21:00.029ZJul 16 21:20:58.471 INFO Starting download, target: Cockroach
17442026-07-16T21:21:00.029ZJul 16 21:20:58.471 INFO Starting download, target: MaghemiteMgd
17452026-07-16T21:21:00.029ZJul 16 21:20:58.471 INFO Starting download, target: MaghemiteDdmd
17462026-07-16T21:21:00.029ZJul 16 21:20:58.471 INFO Starting download, target: TransceiverControl
17472026-07-16T21:21:00.029ZJul 16 21:20:58.471 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17482026-07-16T21:21:00.029ZJul 16 21:20:58.471 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17492026-07-16T21:21:00.029ZJul 16 21:20:58.471 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17502026-07-16T21:21:00.029ZJul 16 21:20:58.471 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17512026-07-16T21:21:00.029ZJul 16 21:20:58.471 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17522026-07-16T21:21:00.030ZJul 16 21:20:58.471 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17532026-07-16T21:21:00.030ZJul 16 21:20:58.471 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17542026-07-16T21:21:00.701ZJul 16 21:20:59.164 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17552026-07-16T21:21:00.907ZJul 16 21:20:59.371 INFO Download complete, target: TransceiverControl
17562026-07-16T21:21:02.106ZJul 16 21:21:00.568 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17572026-07-16T21:21:02.132ZJul 16 21:21:00.572 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17582026-07-16T21:21:02.157ZJul 16 21:21:00.606 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17592026-07-16T21:21:02.171ZJul 16 21:21:00.636 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17602026-07-16T21:21:02.375ZJul 16 21:21:00.835 INFO Download complete, target: Console
17612026-07-16T21:21:02.485ZJul 16 21:21:00.954 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17622026-07-16T21:21:04.150ZJul 16 21:21:02.614 INFO Download complete, target: MaghemiteDdmd
17632026-07-16T21:21:04.647ZJul 16 21:21:03.114 INFO Download complete, target: DendriteStub
17642026-07-16T21:21:04.686ZJul 16 21:21:03.151 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17652026-07-16T21:21:04.687ZJul 16 21:21:03.151 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17662026-07-16T21:21:05.143ZJul 16 21:21:03.607 INFO Download complete, target: MaghemiteMgd
17672026-07-16T21:21:09.361ZJul 16 21:21:07.832 INFO Checking that binary works, target: Clickhouse
17682026-07-16T21:21:09.379ZJul 16 21:21:07.849 INFO Checking that binary works, target: Cockroach
17692026-07-16T21:21:09.489ZJul 16 21:21:07.959 INFO Download complete, target: Clickhouse
17702026-07-16T21:21:09.552ZJul 16 21:21:08.022 INFO Download complete, target: Cockroach
17712026-07-16T21:21:09.589ZAll builder prerequisites installed successfully, and PATH looks valid
17722026-07-16T21:21:09.592Z
17732026-07-16T21:21:09.592Zreal 2:01.870078344
17742026-07-16T21:21:09.592Zuser 6:36.673357364
17752026-07-16T21:21:09.592Zsys 1:20.248348783
17762026-07-16T21:21:09.592Ztrap 0.233351478
17772026-07-16T21:21:09.592Ztflt 0.670690142
17782026-07-16T21:21:09.593Zdflt 0.907077261
17792026-07-16T21:21:09.593Zkflt 0.027461515
17802026-07-16T21:21:09.593Zlock 22:07.069946299
17812026-07-16T21:21:09.593Zslp 20:05.844298631
17822026-07-16T21:21:09.593Zlat 40.812208384
17832026-07-16T21:21:09.593Zstop 1:56.825782031
17842026-07-16T21:21:09.593Z+ banner hack-check
17852026-07-16T21:21:09.593Z
17862026-07-16T21:21:09.593Z # # ## #### # # #### # # ###### #### # #
17872026-07-16T21:21:09.593Z # # # # # # # # # # # # # # # # #
17882026-07-16T21:21:09.593Z ###### # # # #### ##### # ###### ##### # ####
17892026-07-16T21:21:09.593Z # # ###### # # # # # # # # # #
17902026-07-16T21:21:09.593Z # # # # # # # # # # # # # # # # #
17912026-07-16T21:21:09.593Z # # # # #### # # #### # # ###### #### # #
17922026-07-16T21:21:09.593Z
17932026-07-16T21:21:09.593Z+ export CARGO_INCREMENTAL=0
17942026-07-16T21:21:09.593Z+ CARGO_INCREMENTAL=0
17952026-07-16T21:21:09.593Z+ ptime -m timeout 2h cargo xtask check-features --ci
17962026-07-16T21:21:10.062Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17972026-07-16T21:21:10.351Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17982026-07-16T21:21:12.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
17992026-07-16T21:21:12.187Z Running `target/debug/xtask check-features --ci`
18002026-07-16T21:21:12.214Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18012026-07-16T21:21:12.217Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18022026-07-16T21:21:12.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18032026-07-16T21:21:12.648Z Running `target/debug/xtask download cargo-hack`
18042026-07-16T21:21:13.387Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18052026-07-16T21:21:13.712Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18062026-07-16T21:21:16.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
18072026-07-16T21:21:16.426Z Running `target/debug/xtask-downloader cargo-hack`
18082026-07-16T21:21:16.439ZJul 16 21:21:14.894 INFO Starting download, target: CargoHack
18092026-07-16T21:21:16.439ZJul 16 21:21:14.895 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18102026-07-16T21:21:16.805ZJul 16 21:21:15.275 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18112026-07-16T21:21:16.855ZJul 16 21:21:15.325 INFO Download complete, target: CargoHack
18122026-07-16T21:21:16.857Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18132026-07-16T21:21:16.870Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18142026-07-16T21:21:17.029Zinfo: running `cargo check --bins` on api_identity (1/301)
18152026-07-16T21:21:17.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18162026-07-16T21:21:17.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18172026-07-16T21:21:17.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18182026-07-16T21:21:17.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18192026-07-16T21:21:17.545Z
18202026-07-16T21:21:17.545Zinfo: running `cargo check --bins` on bootstore (2/301)
18212026-07-16T21:21:17.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18222026-07-16T21:21:17.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18232026-07-16T21:21:17.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18242026-07-16T21:21:17.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18252026-07-16T21:21:18.067Z
18262026-07-16T21:21:18.067Zinfo: running `cargo check --bins` on omicron-ledger (3/301)
18272026-07-16T21:21:18.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282026-07-16T21:21:18.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292026-07-16T21:21:18.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302026-07-16T21:21:18.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18312026-07-16T21:21:18.622Z
18322026-07-16T21:21:18.622Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/301)
18332026-07-16T21:21:19.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342026-07-16T21:21:19.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352026-07-16T21:21:19.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362026-07-16T21:21:19.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18372026-07-16T21:21:19.113Z
18382026-07-16T21:21:19.113Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/301)
18392026-07-16T21:21:19.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402026-07-16T21:21:19.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412026-07-16T21:21:19.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422026-07-16T21:21:19.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18432026-07-16T21:21:19.625Z
18442026-07-16T21:21:19.625Zinfo: running `cargo check --bins` on omicron-certificates (6/301)
18452026-07-16T21:21:20.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462026-07-16T21:21:20.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472026-07-16T21:21:20.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482026-07-16T21:21:20.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18492026-07-16T21:21:20.157Z
18502026-07-16T21:21:20.157Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/301)
18512026-07-16T21:21:20.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522026-07-16T21:21:20.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532026-07-16T21:21:20.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542026-07-16T21:21:20.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18552026-07-16T21:21:20.702Z
18562026-07-16T21:21:20.702Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/301)
18572026-07-16T21:21:21.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582026-07-16T21:21:21.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592026-07-16T21:21:21.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602026-07-16T21:21:21.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18612026-07-16T21:21:21.235Z
18622026-07-16T21:21:21.235Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/301)
18632026-07-16T21:21:21.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-07-16T21:21:21.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-07-16T21:21:21.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-07-16T21:21:21.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18672026-07-16T21:21:21.635Z
18682026-07-16T21:21:21.635Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/301)
18692026-07-16T21:21:21.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-07-16T21:21:21.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-07-16T21:21:21.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-07-16T21:21:21.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18732026-07-16T21:21:22.037Z
18742026-07-16T21:21:22.037Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/301)
18752026-07-16T21:21:22.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-07-16T21:21:22.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-07-16T21:21:22.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-07-16T21:21:22.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18792026-07-16T21:21:22.436Z
18802026-07-16T21:21:22.436Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/301)
18812026-07-16T21:21:22.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-07-16T21:21:22.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-07-16T21:21:22.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-07-16T21:21:22.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18852026-07-16T21:21:22.836Z
18862026-07-16T21:21:22.836Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/301)
18872026-07-16T21:21:23.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-07-16T21:21:23.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-07-16T21:21:23.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-07-16T21:21:23.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18912026-07-16T21:21:23.237Z
18922026-07-16T21:21:23.237Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/301)
18932026-07-16T21:21:23.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-07-16T21:21:23.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-07-16T21:21:23.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-07-16T21:21:23.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18972026-07-16T21:21:23.640Z
18982026-07-16T21:21:23.640Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/301)
18992026-07-16T21:21:23.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-07-16T21:21:23.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-07-16T21:21:23.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-07-16T21:21:23.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19032026-07-16T21:21:24.040Z
19042026-07-16T21:21:24.040Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/301)
19052026-07-16T21:21:24.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-07-16T21:21:24.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-07-16T21:21:24.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-07-16T21:21:24.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19092026-07-16T21:21:24.440Z
19102026-07-16T21:21:24.440Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/301)
19112026-07-16T21:21:24.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-07-16T21:21:24.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-07-16T21:21:24.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-07-16T21:21:24.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19152026-07-16T21:21:24.839Z
19162026-07-16T21:21:24.839Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/301)
19172026-07-16T21:21:25.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-07-16T21:21:25.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-07-16T21:21:25.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-07-16T21:21:25.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19212026-07-16T21:21:25.237Z
19222026-07-16T21:21:25.237Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/301)
19232026-07-16T21:21:25.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-07-16T21:21:25.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-07-16T21:21:25.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-07-16T21:21:25.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19272026-07-16T21:21:25.639Z
19282026-07-16T21:21:25.639Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/301)
19292026-07-16T21:21:25.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-07-16T21:21:25.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-07-16T21:21:25.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-07-16T21:21:25.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19332026-07-16T21:21:26.041Z
19342026-07-16T21:21:26.041Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/301)
19352026-07-16T21:21:26.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-07-16T21:21:26.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-07-16T21:21:26.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-07-16T21:21:26.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19392026-07-16T21:21:26.443Z
19402026-07-16T21:21:26.443Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/301)
19412026-07-16T21:21:26.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-07-16T21:21:26.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-07-16T21:21:26.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-07-16T21:21:26.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19452026-07-16T21:21:26.843Z
19462026-07-16T21:21:26.843Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/301)
19472026-07-16T21:21:27.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-07-16T21:21:27.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-07-16T21:21:27.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-07-16T21:21:27.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19512026-07-16T21:21:27.246Z
19522026-07-16T21:21:27.246Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/301)
19532026-07-16T21:21:27.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-07-16T21:21:27.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-07-16T21:21:27.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-07-16T21:21:27.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19572026-07-16T21:21:27.650Z
19582026-07-16T21:21:27.650Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/301)
19592026-07-16T21:21:28.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-07-16T21:21:28.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-07-16T21:21:28.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-07-16T21:21:28.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19632026-07-16T21:21:28.057Z
19642026-07-16T21:21:28.057Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/301)
19652026-07-16T21:21:28.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-07-16T21:21:28.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-07-16T21:21:28.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-07-16T21:21:28.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19692026-07-16T21:21:28.453Z
19702026-07-16T21:21:28.453Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/301)
19712026-07-16T21:21:28.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-07-16T21:21:28.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-07-16T21:21:28.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-07-16T21:21:28.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19752026-07-16T21:21:28.856Z
19762026-07-16T21:21:28.856Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/301)
19772026-07-16T21:21:29.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-07-16T21:21:29.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-07-16T21:21:29.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-07-16T21:21:29.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19812026-07-16T21:21:29.258Z
19822026-07-16T21:21:29.258Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/301)
19832026-07-16T21:21:29.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-07-16T21:21:29.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-07-16T21:21:29.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-07-16T21:21:29.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19872026-07-16T21:21:29.662Z
19882026-07-16T21:21:29.662Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/301)
19892026-07-16T21:21:30.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-07-16T21:21:30.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-07-16T21:21:30.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-07-16T21:21:30.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19932026-07-16T21:21:30.061Z
19942026-07-16T21:21:30.061Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/301)
19952026-07-16T21:21:30.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-07-16T21:21:30.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-07-16T21:21:30.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-07-16T21:21:30.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19992026-07-16T21:21:30.463Z
20002026-07-16T21:21:30.463Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/301)
20012026-07-16T21:21:30.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-07-16T21:21:30.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-07-16T21:21:30.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-07-16T21:21:30.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20052026-07-16T21:21:30.865Z
20062026-07-16T21:21:30.865Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/301)
20072026-07-16T21:21:31.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-07-16T21:21:31.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-07-16T21:21:31.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-07-16T21:21:31.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20112026-07-16T21:21:31.264Z
20122026-07-16T21:21:31.264Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/301)
20132026-07-16T21:21:31.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-07-16T21:21:31.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-07-16T21:21:31.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-07-16T21:21:31.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20172026-07-16T21:21:31.668Z
20182026-07-16T21:21:31.668Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/301)
20192026-07-16T21:21:32.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-07-16T21:21:32.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-07-16T21:21:32.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-07-16T21:21:32.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20232026-07-16T21:21:32.065Z
20242026-07-16T21:21:32.065Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/301)
20252026-07-16T21:21:32.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-07-16T21:21:32.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-07-16T21:21:32.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-07-16T21:21:32.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20292026-07-16T21:21:32.464Z
20302026-07-16T21:21:32.464Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/301)
20312026-07-16T21:21:32.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-07-16T21:21:32.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-07-16T21:21:32.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-07-16T21:21:32.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20352026-07-16T21:21:32.867Z
20362026-07-16T21:21:32.867Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/301)
20372026-07-16T21:21:33.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-07-16T21:21:33.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-07-16T21:21:33.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-07-16T21:21:33.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20412026-07-16T21:21:33.267Z
20422026-07-16T21:21:33.267Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/301)
20432026-07-16T21:21:33.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-07-16T21:21:33.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-07-16T21:21:33.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-07-16T21:21:33.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20472026-07-16T21:21:33.668Z
20482026-07-16T21:21:33.668Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/301)
20492026-07-16T21:21:34.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-07-16T21:21:34.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-07-16T21:21:34.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-07-16T21:21:34.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20532026-07-16T21:21:34.068Z
20542026-07-16T21:21:34.069Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/301)
20552026-07-16T21:21:34.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-07-16T21:21:34.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-07-16T21:21:34.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-07-16T21:21:34.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20592026-07-16T21:21:34.469Z
20602026-07-16T21:21:34.469Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/301)
20612026-07-16T21:21:34.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-07-16T21:21:34.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-07-16T21:21:34.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-07-16T21:21:34.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20652026-07-16T21:21:34.873Z
20662026-07-16T21:21:34.873Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/301)
20672026-07-16T21:21:35.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-07-16T21:21:35.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-07-16T21:21:35.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-07-16T21:21:35.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20712026-07-16T21:21:35.275Z
20722026-07-16T21:21:35.275Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/301)
20732026-07-16T21:21:35.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-07-16T21:21:35.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-07-16T21:21:35.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-07-16T21:21:35.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20772026-07-16T21:21:35.692Z
20782026-07-16T21:21:35.692Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/301)
20792026-07-16T21:21:36.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-07-16T21:21:36.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-07-16T21:21:36.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-07-16T21:21:36.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20832026-07-16T21:21:36.081Z
20842026-07-16T21:21:36.081Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/301)
20852026-07-16T21:21:36.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-07-16T21:21:36.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-07-16T21:21:36.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-07-16T21:21:36.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20892026-07-16T21:21:36.486Z
20902026-07-16T21:21:36.486Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/301)
20912026-07-16T21:21:36.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-07-16T21:21:36.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-07-16T21:21:36.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-07-16T21:21:36.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20952026-07-16T21:21:36.888Z
20962026-07-16T21:21:36.888Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/301)
20972026-07-16T21:21:37.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-07-16T21:21:37.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-07-16T21:21:37.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-07-16T21:21:37.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21012026-07-16T21:21:37.290Z
21022026-07-16T21:21:37.290Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/301)
21032026-07-16T21:21:37.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-07-16T21:21:37.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-07-16T21:21:37.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-07-16T21:21:37.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21072026-07-16T21:21:37.858Z
21082026-07-16T21:21:37.858Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/301)
21092026-07-16T21:21:38.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-07-16T21:21:38.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-07-16T21:21:38.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-07-16T21:21:38.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21132026-07-16T21:21:38.423Z
21142026-07-16T21:21:38.423Zinfo: running `cargo check --bins` on nexus-config (51/301)
21152026-07-16T21:21:38.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-07-16T21:21:38.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-07-16T21:21:38.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-07-16T21:21:38.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21192026-07-16T21:21:38.986Z
21202026-07-16T21:21:38.986Zinfo: running `cargo check --bins` on nexus-types (52/301)
21212026-07-16T21:21:39.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-07-16T21:21:39.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-07-16T21:21:39.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-07-16T21:21:39.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21252026-07-16T21:21:39.550Z
21262026-07-16T21:21:39.550Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/301)
21272026-07-16T21:21:40.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-07-16T21:21:40.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-07-16T21:21:40.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-07-16T21:21:40.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21312026-07-16T21:21:40.085Z
21322026-07-16T21:21:40.085Zinfo: running `cargo check --bins` on omicron-passwords (54/301)
21332026-07-16T21:21:40.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-07-16T21:21:40.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-07-16T21:21:40.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-07-16T21:21:40.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21372026-07-16T21:21:40.599Z
21382026-07-16T21:21:40.599Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/301)
21392026-07-16T21:21:41.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-07-16T21:21:41.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-07-16T21:21:41.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-07-16T21:21:41.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21432026-07-16T21:21:41.129Z
21442026-07-16T21:21:41.129Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/301)
21452026-07-16T21:21:41.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-07-16T21:21:41.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-07-16T21:21:41.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-07-16T21:21:41.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21492026-07-16T21:21:41.660Z
21502026-07-16T21:21:41.660Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/301)
21512026-07-16T21:21:42.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-07-16T21:21:42.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-07-16T21:21:42.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-07-16T21:21:42.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21552026-07-16T21:21:42.203Z
21562026-07-16T21:21:42.203Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/301)
21572026-07-16T21:21:42.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-07-16T21:21:42.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-07-16T21:21:42.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-07-16T21:21:42.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21612026-07-16T21:21:42.735Z
21622026-07-16T21:21:42.735Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/301)
21632026-07-16T21:21:43.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-07-16T21:21:43.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-07-16T21:21:43.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-07-16T21:21:43.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21672026-07-16T21:21:43.250Z
21682026-07-16T21:21:43.250Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/301)
21692026-07-16T21:21:43.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-07-16T21:21:43.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-07-16T21:21:43.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-07-16T21:21:43.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21732026-07-16T21:21:43.769Z
21742026-07-16T21:21:43.769Zinfo: running `cargo check --bins --no-default-features` on gfss (61/301)
21752026-07-16T21:21:44.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-07-16T21:21:44.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-07-16T21:21:44.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-07-16T21:21:44.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21792026-07-16T21:21:44.346Z
21802026-07-16T21:21:44.346Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/301)
21812026-07-16T21:21:44.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-07-16T21:21:44.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-07-16T21:21:44.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-07-16T21:21:44.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21852026-07-16T21:21:44.801Z
21862026-07-16T21:21:44.801Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/301)
21872026-07-16T21:21:45.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-07-16T21:21:45.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-07-16T21:21:45.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-07-16T21:21:45.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21912026-07-16T21:21:45.331Z
21922026-07-16T21:21:45.331Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/301)
21932026-07-16T21:21:45.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-07-16T21:21:45.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-07-16T21:21:45.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-07-16T21:21:45.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21972026-07-16T21:21:45.863Z
21982026-07-16T21:21:45.864Zinfo: running `cargo check --bins` on cockroach-admin-types (65/301)
21992026-07-16T21:21:46.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-07-16T21:21:46.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-07-16T21:21:46.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-07-16T21:21:46.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22032026-07-16T21:21:46.377Z
22042026-07-16T21:21:46.377Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/301)
22052026-07-16T21:21:46.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-07-16T21:21:46.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-07-16T21:21:46.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-07-16T21:21:46.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22092026-07-16T21:21:46.893Z
22102026-07-16T21:21:46.893Zinfo: running `cargo check --bins` on ereport-types (67/301)
22112026-07-16T21:21:47.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-07-16T21:21:47.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-07-16T21:21:47.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-07-16T21:21:47.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22152026-07-16T21:21:47.420Z
22162026-07-16T21:21:47.420Zinfo: running `cargo check --bins` on gateway-client (68/301)
22172026-07-16T21:21:47.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-07-16T21:21:47.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-07-16T21:21:47.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-07-16T21:21:47.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22212026-07-16T21:21:47.943Z
22222026-07-16T21:21:47.943Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/301)
22232026-07-16T21:21:48.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-07-16T21:21:48.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-07-16T21:21:48.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-07-16T21:21:48.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22272026-07-16T21:21:48.552Z
22282026-07-16T21:21:48.552Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/301)
22292026-07-16T21:21:48.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-07-16T21:21:48.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-07-16T21:21:48.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-07-16T21:21:48.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22332026-07-16T21:21:48.986Z
22342026-07-16T21:21:48.986Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/301)
22352026-07-16T21:21:49.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-07-16T21:21:49.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-07-16T21:21:49.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382026-07-16T21:21:49.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22392026-07-16T21:21:49.509Z
22402026-07-16T21:21:49.509Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/301)
22412026-07-16T21:21:49.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422026-07-16T21:21:49.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432026-07-16T21:21:49.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442026-07-16T21:21:49.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22452026-07-16T21:21:50.037Z
22462026-07-16T21:21:50.038Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/301)
22472026-07-16T21:21:50.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482026-07-16T21:21:50.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492026-07-16T21:21:50.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22502026-07-16T21:21:50.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22512026-07-16T21:21:50.632Z
22522026-07-16T21:21:50.632Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/301)
22532026-07-16T21:21:51.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22542026-07-16T21:21:51.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22552026-07-16T21:21:51.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22562026-07-16T21:21:51.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22572026-07-16T21:21:51.129Z
22582026-07-16T21:21:51.130Zinfo: running `cargo check --bins` on key-manager-types (75/301)
22592026-07-16T21:21:51.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22602026-07-16T21:21:51.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22612026-07-16T21:21:51.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22622026-07-16T21:21:51.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22632026-07-16T21:21:51.645Z
22642026-07-16T21:21:51.645Zinfo: running `cargo check --bins` on oxlog (76/301)
22652026-07-16T21:21:52.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22662026-07-16T21:21:52.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22672026-07-16T21:21:52.202Z Checking cfg-if v1.0.4
22682026-07-16T21:21:52.206Z Checking libc v0.2.185
22692026-07-16T21:21:52.207Z Checking serde_core v1.0.228
22702026-07-16T21:21:52.312Z Checking memchr v2.8.0
22712026-07-16T21:21:52.317Z Checking zeroize v1.8.2
22722026-07-16T21:21:52.336Z Checking log v0.4.29
22732026-07-16T21:21:52.336Z Checking smallvec v1.15.1
22742026-07-16T21:21:52.346Z Checking subtle v2.6.1
22752026-07-16T21:21:52.361Z Checking itoa v1.0.17
22762026-07-16T21:21:52.492Z Checking scopeguard v1.2.0
22772026-07-16T21:21:52.542Z Checking stable_deref_trait v1.2.1
22782026-07-16T21:21:52.542Z Checking typenum v1.20.1
22792026-07-16T21:21:52.566Z Checking zerofrom v0.1.6
22802026-07-16T21:21:52.566Z Checking pin-project-lite v0.2.17
22812026-07-16T21:21:52.567Z Checking portable-atomic v1.13.1
22822026-07-16T21:21:52.595Z Checking lock_api v0.4.14
22832026-07-16T21:21:52.640Z Checking futures-core v0.3.32
22842026-07-16T21:21:52.641Z Checking yoke v0.8.1
22852026-07-16T21:21:52.713Z Checking critical-section v1.2.0
22862026-07-16T21:21:52.730Z Checking errno v0.3.14
22872026-07-16T21:21:52.730Z Checking getrandom v0.2.17
22882026-07-16T21:21:52.762Z Checking parking_lot_core v0.9.12
22892026-07-16T21:21:52.785Z Checking mio v1.2.0
22902026-07-16T21:21:52.790Z Checking zerovec v0.11.5
22912026-07-16T21:21:52.806Z Checking signal-hook-registry v1.4.8
22922026-07-16T21:21:52.865Z Checking rand_core v0.6.4
22932026-07-16T21:21:52.937Z Checking parking_lot v0.12.5
22942026-07-16T21:21:52.960Z Checking once_cell v1.21.3
22952026-07-16T21:21:52.975Z Checking zerocopy v0.8.40
22962026-07-16T21:21:53.035Z Checking zmij v1.0.21
22972026-07-16T21:21:53.051Z Checking rand_core v0.10.0
22982026-07-16T21:21:53.133Z Checking const-oid v0.9.6
22992026-07-16T21:21:53.168Z Checking libm v0.2.16
23002026-07-16T21:21:53.188Z Checking getrandom v0.4.1
23012026-07-16T21:21:53.213Z Checking tinystr v0.8.2
23022026-07-16T21:21:53.245Z Checking writeable v0.6.2
23032026-07-16T21:21:53.278Z Checking percent-encoding v2.3.2
23042026-07-16T21:21:53.327Z Checking litemap v0.8.1
23052026-07-16T21:21:53.416Z Checking generic-array v0.14.7
23062026-07-16T21:21:53.465Z Checking potential_utf v0.1.4
23072026-07-16T21:21:53.465Z Checking zerotrie v0.2.3
23082026-07-16T21:21:53.513Z Checking icu_locale_core v2.1.1
23092026-07-16T21:21:53.526Z Checking socket2 v0.6.3
23102026-07-16T21:21:53.652Z Checking equivalent v1.0.2
23112026-07-16T21:21:53.729Z Checking icu_collections v2.1.1
23122026-07-16T21:21:53.777Z Checking futures-sink v0.3.32
23132026-07-16T21:21:53.787Z Checking serde v1.0.228
23142026-07-16T21:21:53.803Z Checking bitflags v2.11.0
23152026-07-16T21:21:53.831Z Checking serde_json v1.0.150
23162026-07-16T21:21:53.856Z Checking num-traits v0.2.19
23172026-07-16T21:21:53.872Z Checking futures-channel v0.3.32
23182026-07-16T21:21:53.974Z Checking icu_normalizer_data v2.1.1
23192026-07-16T21:21:54.023Z Checking icu_properties_data v2.1.2
23202026-07-16T21:21:54.046Z Checking futures-task v0.3.32
23212026-07-16T21:21:54.046Z Checking icu_provider v2.1.1
23222026-07-16T21:21:54.070Z Checking futures-io v0.3.32
23232026-07-16T21:21:54.171Z Checking slab v0.4.12
23242026-07-16T21:21:54.178Z Checking hashbrown v0.17.0
23252026-07-16T21:21:54.192Z Checking bytes v1.11.1
23262026-07-16T21:21:54.192Z Checking block-buffer v0.10.4
23272026-07-16T21:21:54.262Z Checking icu_properties v2.1.2
23282026-07-16T21:21:54.322Z Checking futures-util v0.3.32
23292026-07-16T21:21:54.327Z Checking icu_normalizer v2.1.1
23302026-07-16T21:21:54.371Z Checking crypto-common v0.1.7
23312026-07-16T21:21:54.502Z Checking utf8_iter v1.0.4
23322026-07-16T21:21:54.515Z Checking digest v0.10.7
23332026-07-16T21:21:54.657Z Checking tokio v1.52.1
23342026-07-16T21:21:54.680Z Checking form_urlencoded v1.2.2
23352026-07-16T21:21:54.680Z Checking indexmap v2.14.0
23362026-07-16T21:21:54.680Z Checking getrandom v0.3.4
23372026-07-16T21:21:54.703Z Checking byteorder v1.5.0
23382026-07-16T21:21:54.763Z Checking fnv v1.0.7
23392026-07-16T21:21:54.790Z Checking rand_core v0.9.5
23402026-07-16T21:21:54.839Z Checking http v1.4.2
23412026-07-16T21:21:54.914Z Checking uuid v1.23.4
23422026-07-16T21:21:55.059Z Checking regex-syntax v0.8.10
23432026-07-16T21:21:55.084Z Checking idna_adapter v1.2.1
23442026-07-16T21:21:55.198Z Checking iana-time-zone v0.1.65
23452026-07-16T21:21:55.216Z Checking idna v1.1.0
23462026-07-16T21:21:55.227Z Checking base64ct v1.8.3
23472026-07-16T21:21:55.299Z Checking base64 v0.22.1
23482026-07-16T21:21:55.408Z Checking chrono v0.4.45
23492026-07-16T21:21:55.452Z Checking pem-rfc7468 v0.7.0
23502026-07-16T21:21:55.457Z Checking url v2.5.8
23512026-07-16T21:21:55.550Z Checking rustix v1.1.3
23522026-07-16T21:21:55.614Z Checking tracing-core v0.1.36
23532026-07-16T21:21:55.741Z Checking ppv-lite86 v0.2.21
23542026-07-16T21:21:55.912Z Checking flagset v0.4.7
23552026-07-16T21:21:55.927Z Checking tracing v0.1.44
23562026-07-16T21:21:56.026Z Checking rand_chacha v0.9.0
23572026-07-16T21:21:56.037Z Checking der v0.7.10
23582026-07-16T21:21:56.126Z Checking http-body v1.0.1
23592026-07-16T21:21:56.223Z Checking rustls-pki-types v1.14.0
23602026-07-16T21:21:56.256Z Checking cmov v0.5.4
23612026-07-16T21:21:56.271Z Checking tinyvec_macros v0.1.1
23622026-07-16T21:21:56.276Z Checking openssl-probe v0.2.1
23632026-07-16T21:21:56.297Z Checking rand v0.9.2
23642026-07-16T21:21:56.340Z Checking tinyvec v1.10.0
23652026-07-16T21:21:56.365Z Checking aws-lc-sys v0.40.0
23662026-07-16T21:21:56.383Z Checking dyn-clone v1.0.20
23672026-07-16T21:21:56.441Z Checking ctutils v0.4.2
23682026-07-16T21:21:56.475Z Checking atomic-waker v1.1.2
23692026-07-16T21:21:56.504Z Checking untrusted v0.7.1
23702026-07-16T21:21:56.579Z Checking tower-layer v0.3.3
23712026-07-16T21:21:56.619Z Checking try-lock v0.2.5
23722026-07-16T21:21:56.642Z Checking tower-service v0.3.3
23732026-07-16T21:21:56.647Z Checking hybrid-array v0.4.13
23742026-07-16T21:21:56.709Z Checking want v0.3.1
23752026-07-16T21:21:56.723Z Checking ipnet v2.11.0
23762026-07-16T21:21:56.735Z Checking semver v1.0.28
23772026-07-16T21:21:56.756Z Checking httparse v1.10.1
23782026-07-16T21:21:56.768Z Checking spki v0.7.3
23792026-07-16T21:21:56.831Z Checking aho-corasick v1.1.4
23802026-07-16T21:21:56.864Z Checking aws-lc-rs v1.16.3
23812026-07-16T21:21:56.924Z Checking fastrand v2.3.0
23822026-07-16T21:21:56.939Z Checking utf8parse v0.2.2
23832026-07-16T21:21:56.954Z Checking untrusted v0.9.0
23842026-07-16T21:21:56.968Z Checking foreign-types-shared v0.1.1
23852026-07-16T21:21:57.030Z Checking cpufeatures v0.2.17
23862026-07-16T21:21:57.047Z Checking httpdate v1.0.3
23872026-07-16T21:21:57.062Z Checking plain v0.2.3
23882026-07-16T21:21:57.094Z Checking foreign-types v0.3.2
23892026-07-16T21:21:57.106Z Checking tempfile v3.25.0
23902026-07-16T21:21:57.155Z Checking schemars v0.8.22
23912026-07-16T21:21:57.168Z Checking pkcs8 v0.10.2
23922026-07-16T21:21:57.187Z Checking unicode-normalization v0.1.25
23932026-07-16T21:21:57.293Z Checking openssl-sys v0.9.115
23942026-07-16T21:21:57.321Z Checking spin v0.9.8
23952026-07-16T21:21:57.405Z Checking anstyle v1.0.14
23962026-07-16T21:21:57.502Z Checking regex-automata v0.4.14
23972026-07-16T21:21:57.514Z Checking unicode-ident v1.0.24
23982026-07-16T21:21:57.587Z Checking ucd-trie v0.1.7
23992026-07-16T21:21:57.603Z Checking sha2 v0.10.9
24002026-07-16T21:21:57.616Z Checking proc-macro2 v1.0.106
24012026-07-16T21:21:57.701Z Checking openssl v0.10.79
24022026-07-16T21:21:57.709Z Checking rustls-webpki v0.103.13
24032026-07-16T21:21:57.722Z Checking pest v2.8.6
24042026-07-16T21:21:57.808Z Checking hmac v0.12.1
24052026-07-16T21:21:57.854Z Checking tokio-util v0.7.18
24062026-07-16T21:21:57.875Z Checking thiserror v2.0.18
24072026-07-16T21:21:57.939Z Checking sync_wrapper v1.0.2
24082026-07-16T21:21:57.944Z Checking wait-timeout v0.2.1
24092026-07-16T21:21:57.972Z Checking colorchoice v1.0.4
24102026-07-16T21:21:58.022Z Checking pretty-hex v0.4.1
24112026-07-16T21:21:58.055Z Checking is_terminal_polyfill v1.70.2
24122026-07-16T21:21:58.068Z Checking bit-vec v0.8.0
24132026-07-16T21:21:58.103Z Checking rustls v0.23.41
24142026-07-16T21:21:58.137Z Checking simd-adler32 v0.3.8
24152026-07-16T21:21:58.146Z Checking anstyle-query v1.1.5
24162026-07-16T21:21:58.234Z Checking siphasher v1.0.2
24172026-07-16T21:21:58.258Z Checking powerfmt v0.2.0
24182026-07-16T21:21:58.317Z Checking quick-error v1.2.3
24192026-07-16T21:21:58.388Z Checking bit-set v0.8.0
24202026-07-16T21:21:58.405Z Checking rusty-fork v0.3.1
24212026-07-16T21:21:58.418Z Checking deranged v0.5.8
24222026-07-16T21:21:58.464Z Checking h2 v0.4.15
24232026-07-16T21:21:58.543Z Checking tower v0.5.3
24242026-07-16T21:21:58.569Z Checking quote v1.0.45
24252026-07-16T21:21:58.734Z Compiling newtype-uuid v1.3.2
24262026-07-16T21:21:58.768Z Checking http-body-util v0.1.3
24272026-07-16T21:21:58.911Z Checking crossbeam-utils v0.8.21
24282026-07-16T21:21:58.923Z Checking rand_xorshift v0.4.0
24292026-07-16T21:21:58.986Z Checking crc32fast v1.5.0
24302026-07-16T21:21:59.039Z Checking scroll v0.13.0
24312026-07-16T21:21:59.123Z Checking unicode-properties v0.1.4
24322026-07-16T21:21:59.248Z Checking ryu v1.0.23
24332026-07-16T21:21:59.262Z Checking iri-string v0.7.10
24342026-07-16T21:21:59.312Z Checking unarray v0.1.4
24352026-07-16T21:21:59.334Z Checking adler2 v2.0.1
24362026-07-16T21:21:59.349Z Checking time-core v0.1.8
24372026-07-16T21:21:59.379Z Checking unicode-bidi v0.3.18
24382026-07-16T21:21:59.410Z Checking num-conv v0.2.0
24392026-07-16T21:21:59.440Z Checking allocator-api2 v0.2.21
24402026-07-16T21:21:59.484Z Checking num_threads v0.1.7
24412026-07-16T21:21:59.525Z Checking miniz_oxide v0.8.9
24422026-07-16T21:21:59.569Z Checking time v0.3.47
24432026-07-16T21:21:59.660Z Checking native-tls v0.2.18
24442026-07-16T21:21:59.672Z Checking stringprep v0.1.5
24452026-07-16T21:21:59.721Z Checking proptest v1.10.0
24462026-07-16T21:21:59.818Z Checking serde_urlencoded v0.7.1
24472026-07-16T21:21:59.838Z Checking tokio-native-tls v0.3.1
24482026-07-16T21:21:59.867Z Checking bstr v1.12.1
24492026-07-16T21:21:59.993Z Checking goblin v0.10.5
24502026-07-16T21:22:00.020Z Checking crossbeam-epoch v0.9.18
24512026-07-16T21:22:00.243Z Compiling daft v0.1.7
24522026-07-16T21:22:00.271Z Checking syn v2.0.117
24532026-07-16T21:22:00.275Z Checking tower-http v0.6.8
24542026-07-16T21:22:00.351Z Checking ipnetwork v0.21.1
24552026-07-16T21:22:00.536Z Checking block-buffer v0.12.1
24562026-07-16T21:22:00.565Z Checking block-padding v0.4.2
24572026-07-16T21:22:00.586Z Checking crypto-common v0.2.2
24582026-07-16T21:22:00.698Z Checking anstyle-parse v1.0.0
24592026-07-16T21:22:00.701Z Checking rustls-native-certs v0.8.3
24602026-07-16T21:22:00.724Z Checking rand_chacha v0.3.1
24612026-07-16T21:22:00.838Z Checking scroll v0.12.0
24622026-07-16T21:22:00.852Z Checking thiserror v1.0.69
24632026-07-16T21:22:00.931Z Checking hash32 v0.2.1
24642026-07-16T21:22:00.947Z Checking zstd-sys v2.0.16+zstd.1.5.7
24652026-07-16T21:22:01.057Z Checking signature v2.2.0
24662026-07-16T21:22:01.068Z Checking md-5 v0.10.6
24672026-07-16T21:22:01.086Z Checking num-integer v0.1.46
24682026-07-16T21:22:01.182Z Checking serde_spanned v0.6.9
24692026-07-16T21:22:01.199Z Checking hex v0.4.3
24702026-07-16T21:22:01.202Z Checking toml_datetime v0.6.11
24712026-07-16T21:22:01.291Z Checking hyper v1.10.1
24722026-07-16T21:22:01.306Z Checking encoding_rs v0.8.35
24732026-07-16T21:22:01.320Z Checking psl-types v2.0.11
24742026-07-16T21:22:01.386Z Checking zlib-rs v0.6.2
24752026-07-16T21:22:01.414Z Checking fallible-iterator v0.2.0
24762026-07-16T21:22:01.429Z Checking mime v0.3.17
24772026-07-16T21:22:01.598Z Checking publicsuffix v2.3.0
24782026-07-16T21:22:01.685Z Checking postgres-protocol v0.6.10
24792026-07-16T21:22:01.705Z Checking num-iter v0.1.45
24802026-07-16T21:22:01.754Z Checking heapless v0.7.17
24812026-07-16T21:22:01.813Z Checking goblin v0.8.2
24822026-07-16T21:22:01.992Z Checking zstd-safe v7.2.4
24832026-07-16T21:22:02.155Z Checking rand v0.8.6
24842026-07-16T21:22:02.168Z Checking anstream v1.0.0
24852026-07-16T21:22:02.220Z Checking hyper-util v0.1.20
24862026-07-16T21:22:02.231Z Checking cookie v0.18.1
24872026-07-16T21:22:02.261Z Checking flate2 v1.1.9
24882026-07-16T21:22:02.335Z Checking dof v0.4.0
24892026-07-16T21:22:02.357Z Checking inout v0.2.2
24902026-07-16T21:22:02.460Z Checking oxnet v0.1.6
24912026-07-16T21:22:02.503Z Compiling iddqd v0.4.2
24922026-07-16T21:22:02.551Z Checking tokio-rustls v0.26.4
24932026-07-16T21:22:02.566Z Checking dtrace-parser v0.3.0
24942026-07-16T21:22:02.672Z Checking phf_shared v0.13.1
24952026-07-16T21:22:02.709Z Checking lazy_static v1.5.0
24962026-07-16T21:22:02.773Z Checking anstyle-parse v0.2.7
24972026-07-16T21:22:02.795Z Checking zerocopy v0.7.35
24982026-07-16T21:22:02.800Z Checking pin-project v1.1.11
24992026-07-16T21:22:02.863Z Checking terminal_size v0.4.3
25002026-07-16T21:22:02.898Z Checking bzip2-sys v0.1.13+1.0.8
25012026-07-16T21:22:02.920Z Checking signal-hook v0.3.18
25022026-07-16T21:22:02.957Z Checking futures-executor v0.3.32
25032026-07-16T21:22:02.972Z Checking ff v0.13.1
25042026-07-16T21:22:02.985Z Checking thread-id v5.1.0
25052026-07-16T21:22:03.061Z Checking base16ct v0.2.0
25062026-07-16T21:22:03.096Z Compiling rayon-core v1.13.0
25072026-07-16T21:22:03.096Z Checking foldhash v0.1.5
25082026-07-16T21:22:03.119Z Checking winnow v0.5.40
25092026-07-16T21:22:03.217Z Checking clap_lex v1.0.0
25102026-07-16T21:22:03.234Z Checking same-file v1.0.6
25112026-07-16T21:22:03.278Z Checking strsim v0.11.1
25122026-07-16T21:22:03.290Z Checking bumpalo v3.20.2
25132026-07-16T21:22:03.328Z Checking managed v0.8.0
25142026-07-16T21:22:03.359Z Checking either v1.15.0
25152026-07-16T21:22:03.438Z Checking foldhash v0.2.0
25162026-07-16T21:22:03.482Z Checking bitflags v1.3.2
25172026-07-16T21:22:03.485Z Checking hyper-tls v0.6.0
25182026-07-16T21:22:03.512Z Checking libbz2-rs-sys v0.2.2
25192026-07-16T21:22:03.533Z Checking hyper-rustls v0.27.7
25202026-07-16T21:22:03.553Z Checking smoltcp v0.9.1
25212026-07-16T21:22:03.594Z Checking hashbrown v0.16.1
25222026-07-16T21:22:03.665Z Checking reqwest v0.12.28
25232026-07-16T21:22:03.725Z Checking dof v0.3.0
25242026-07-16T21:22:03.739Z Checking zopfli v0.8.3
25252026-07-16T21:22:03.761Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25262026-07-16T21:22:03.898Z Checking bzip2 v0.6.1
25272026-07-16T21:22:03.956Z Checking clap_builder v4.6.0
25282026-07-16T21:22:04.000Z Checking walkdir v2.5.0
25292026-07-16T21:22:04.066Z Checking hashbrown v0.15.5
25302026-07-16T21:22:04.081Z Checking sec1 v0.7.3
25312026-07-16T21:22:04.092Z Checking signal-hook-mio v0.2.5
25322026-07-16T21:22:04.157Z Checking group v0.13.0
25332026-07-16T21:22:04.161Z Checking futures v0.3.32
25342026-07-16T21:22:04.192Z Checking usdt-impl v0.6.0
25352026-07-16T21:22:04.242Z Checking bzip2 v0.4.4
25362026-07-16T21:22:04.266Z Checking toml_edit v0.19.15
25372026-07-16T21:22:04.278Z Checking anstream v0.6.21
25382026-07-16T21:22:04.299Z Checking snafu v0.8.9
25392026-07-16T21:22:04.397Z Checking phf v0.13.1
25402026-07-16T21:22:04.438Z Checking num-bigint-dig v0.8.6
25412026-07-16T21:22:04.472Z Checking cipher v0.5.2
25422026-07-16T21:22:04.529Z Checking cookie_store v0.22.1
25432026-07-16T21:22:04.543Z Checking zstd v0.13.3
25442026-07-16T21:22:04.547Z Checking postgres-types v0.2.12
25452026-07-16T21:22:04.705Z Checking ed25519 v2.2.3
25462026-07-16T21:22:04.717Z Checking dtrace-parser v0.2.0
25472026-07-16T21:22:04.729Z Checking rustls-platform-verifier v0.6.2
25482026-07-16T21:22:04.864Z Checking globset v0.4.18
25492026-07-16T21:22:04.871Z Checking crossbeam-deque v0.8.6
25502026-07-16T21:22:04.871Z Checking regex v1.12.3
25512026-07-16T21:22:04.895Z Checking phf_shared v0.11.3
25522026-07-16T21:22:04.940Z Checking hkdf v0.12.4
25532026-07-16T21:22:05.034Z Checking olpc-cjson v0.1.4
25542026-07-16T21:22:05.055Z Checking curve25519-dalek v4.1.3
25552026-07-16T21:22:05.070Z Checking ref-cast v1.0.25
25562026-07-16T21:22:05.110Z Checking strum v0.27.2
25572026-07-16T21:22:05.141Z Checking pkcs1 v0.7.5
25582026-07-16T21:22:05.159Z Checking hubpack v0.1.2
25592026-07-16T21:22:05.171Z Checking memoffset v0.9.1
25602026-07-16T21:22:05.184Z Checking rustix v0.38.44
25612026-07-16T21:22:05.214Z Checking pem v3.0.6
25622026-07-16T21:22:05.237Z Checking float-cmp v0.10.0
25632026-07-16T21:22:05.249Z Checking erased-serde v0.3.31
25642026-07-16T21:22:05.307Z Checking serde-big-array v0.5.1
25652026-07-16T21:22:05.320Z Checking serde_plain v1.0.2
25662026-07-16T21:22:05.338Z Checking crypto-bigint v0.5.5
25672026-07-16T21:22:05.357Z Checking memmap2 v0.9.10
25682026-07-16T21:22:05.369Z Checking thread-id v4.2.2
25692026-07-16T21:22:05.445Z Checking env_filter v1.0.0
25702026-07-16T21:22:05.445Z Checking fixedbitset v0.4.2
25712026-07-16T21:22:05.471Z Checking static_assertions v1.1.0
25722026-07-16T21:22:05.526Z Checking difflib v0.4.0
25732026-07-16T21:22:05.540Z Checking predicates-core v1.0.10
25742026-07-16T21:22:05.592Z Checking new_debug_unreachable v1.0.6
25752026-07-16T21:22:05.605Z Checking winnow v1.0.3
25762026-07-16T21:22:05.649Z Checking precomputed-hash v0.1.1
25772026-07-16T21:22:05.661Z Checking cpufeatures v0.3.0
25782026-07-16T21:22:05.661Z Checking keccak v0.1.6
25792026-07-16T21:22:05.701Z Checking toml_write v0.1.2
25802026-07-16T21:22:05.729Z Checking normalize-line-endings v0.3.0
25812026-07-16T21:22:05.733Z Checking data-encoding v2.10.0
25822026-07-16T21:22:05.830Z Checking const-oid v0.10.2
25832026-07-16T21:22:05.840Z Checking fixedbitset v0.5.7
25842026-07-16T21:22:05.852Z Checking jiff v0.2.21
25852026-07-16T21:22:05.865Z Checking whoami v2.1.0
25862026-07-16T21:22:05.888Z Checking typed-path v0.9.3
25872026-07-16T21:22:05.988Z Checking unicode-segmentation v1.12.0
25882026-07-16T21:22:06.007Z Checking winnow v0.7.14
25892026-07-16T21:22:06.007Z Checking crossterm v0.28.1
25902026-07-16T21:22:06.033Z Checking petgraph v0.8.3
25912026-07-16T21:22:06.051Z Checking tokio-postgres v0.7.16
25922026-07-16T21:22:06.266Z Checking elliptic-curve v0.13.8
25932026-07-16T21:22:06.325Z Checking similar v2.7.0
25942026-07-16T21:22:06.570Z Checking hickory-proto v0.25.2
25952026-07-16T21:22:06.664Z Checking digest v0.11.3
25962026-07-16T21:22:06.670Z Checking tough v0.22.0
25972026-07-16T21:22:06.698Z Checking toml_parser v1.1.2+spec-1.1.0
25982026-07-16T21:22:06.849Z Checking ed25519-dalek v2.2.0
25992026-07-16T21:22:07.029Z Checking sha3 v0.10.8
26002026-07-16T21:22:07.086Z Checking predicates v3.1.4
26012026-07-16T21:22:07.198Z Checking toml_edit v0.22.27
26022026-07-16T21:22:07.228Z Checking chacha20 v0.10.0
26032026-07-16T21:22:07.308Z Checking string_cache v0.8.9
26042026-07-16T21:22:07.377Z Checking slog v2.8.2
26052026-07-16T21:22:07.476Z Checking env_logger v0.11.9
26062026-07-16T21:22:07.480Z Checking petgraph v0.6.5
26072026-07-16T21:22:07.590Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26082026-07-16T21:22:07.699Z Checking usdt v0.6.0
26092026-07-16T21:22:07.708Z Checking usdt-impl v0.5.0
26102026-07-16T21:22:07.808Z Checking rsa v0.9.10
26112026-07-16T21:22:07.952Z Checking toml v0.7.8
26122026-07-16T21:22:08.073Z Checking zip v4.6.1
26132026-07-16T21:22:08.270Z Checking nix v0.31.2
26142026-07-16T21:22:08.270Z Checking clap v4.6.1
26152026-07-16T21:22:08.645Z Checking reqwest v0.13.2
26162026-07-16T21:22:08.673Z Checking zip v0.6.6
26172026-07-16T21:22:08.702Z Checking itertools v0.13.0
26182026-07-16T21:22:08.716Z Checking byte-wrapper v0.1.0
26192026-07-16T21:22:08.921Z Checking serde_with v3.17.0
26202026-07-16T21:22:08.990Z Checking strum v0.26.3
26212026-07-16T21:22:09.104Z Checking fs-err v3.3.0
26222026-07-16T21:22:09.209Z Checking ahash v0.8.12
26232026-07-16T21:22:09.325Z Checking object v0.37.3
26242026-07-16T21:22:09.399Z Checking tokio-stream v0.1.18
26252026-07-16T21:22:09.399Z Checking buf-list v1.1.2
26262026-07-16T21:22:09.466Z Checking anyhow v1.0.102
26272026-07-16T21:22:09.482Z Checking camino v1.2.2
26282026-07-16T21:22:09.590Z Checking x509-cert v0.2.5
26292026-07-16T21:22:09.662Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26302026-07-16T21:22:09.731Z Checking openapiv3 v2.2.0
26312026-07-16T21:22:09.736Z Checking peg-runtime v0.8.5
26322026-07-16T21:22:09.784Z Checking lalrpop-util v0.19.12
26332026-07-16T21:22:09.856Z Checking rayon v1.11.0
26342026-07-16T21:22:09.881Z Checking sigpipe v0.1.3
26352026-07-16T21:22:09.923Z Checking glob v0.3.3
26362026-07-16T21:22:11.555Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26372026-07-16T21:22:11.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.13s
26382026-07-16T21:22:12.014Z
26392026-07-16T21:22:12.015Zinfo: running `cargo check --bins` on internal-dns-types (77/301)
26402026-07-16T21:22:12.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-07-16T21:22:12.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-07-16T21:22:12.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-07-16T21:22:12.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26442026-07-16T21:22:12.499Z
26452026-07-16T21:22:12.499Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/301)
26462026-07-16T21:22:12.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-07-16T21:22:12.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-07-16T21:22:12.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-07-16T21:22:12.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26502026-07-16T21:22:12.994Z
26512026-07-16T21:22:12.994Zinfo: running `cargo check --bins` on nexus-types-versions (79/301)
26522026-07-16T21:22:13.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-07-16T21:22:13.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-07-16T21:22:13.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-07-16T21:22:13.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26562026-07-16T21:22:13.546Z
26572026-07-16T21:22:13.546Zinfo: running `cargo check --bins` on oxql-types (80/301)
26582026-07-16T21:22:14.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-07-16T21:22:14.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-07-16T21:22:14.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-07-16T21:22:14.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26622026-07-16T21:22:14.079Z
26632026-07-16T21:22:14.079Zinfo: running `cargo check --bins` on oximeter-types (81/301)
26642026-07-16T21:22:14.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-07-16T21:22:14.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-07-16T21:22:14.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672026-07-16T21:22:14.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26682026-07-16T21:22:14.637Z
26692026-07-16T21:22:14.637Zinfo: running `cargo check --bins` on oximeter-types-versions (82/301)
26702026-07-16T21:22:15.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712026-07-16T21:22:15.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722026-07-16T21:22:15.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732026-07-16T21:22:15.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26742026-07-16T21:22:15.174Z
26752026-07-16T21:22:15.174Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/301)
26762026-07-16T21:22:15.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772026-07-16T21:22:15.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782026-07-16T21:22:15.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26792026-07-16T21:22:15.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26802026-07-16T21:22:15.685Z
26812026-07-16T21:22:15.685Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/301)
26822026-07-16T21:22:16.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26832026-07-16T21:22:16.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26842026-07-16T21:22:16.312Z Compiling structmeta-derive v0.3.0
26852026-07-16T21:22:16.428Z Compiling multer v3.1.0
26862026-07-16T21:22:16.439Z Compiling async-stream-impl v0.3.6
26872026-07-16T21:22:16.443Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26882026-07-16T21:22:16.456Z Compiling dropshot v0.17.1
26892026-07-16T21:22:16.470Z Compiling newtype-uuid-macros v0.1.0
26902026-07-16T21:22:16.470Z Compiling dropshot_endpoint v0.17.1
26912026-07-16T21:22:16.496Z Checking newtype-uuid v1.3.2
26922026-07-16T21:22:16.666Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26932026-07-16T21:22:16.684Z Checking daft v0.1.7
26942026-07-16T21:22:16.735Z Checking thread_local v1.1.9
26952026-07-16T21:22:16.839Z Checking compression-core v0.4.31
26962026-07-16T21:22:16.922Z Checking match_cfg v0.1.0
26972026-07-16T21:22:16.931Z Checking iddqd v0.4.2
26982026-07-16T21:22:16.964Z Checking compression-codecs v0.4.37
26992026-07-16T21:22:16.975Z Checking hostname v0.3.1
27002026-07-16T21:22:17.024Z Checking crossbeam-channel v0.5.15
27012026-07-16T21:22:17.067Z Checking atomicwrites v0.4.4
27022026-07-16T21:22:17.083Z Checking slog-json v2.6.1
27032026-07-16T21:22:17.125Z Checking toml_datetime v1.1.1+spec-1.1.0
27042026-07-16T21:22:17.190Z Checking is-terminal v0.4.17
27052026-07-16T21:22:17.235Z Checking serde_spanned v1.1.1
27062026-07-16T21:22:17.249Z Checking debug-ignore v1.0.5
27072026-07-16T21:22:17.277Z Checking take_mut v0.2.2
27082026-07-16T21:22:17.324Z Checking toml_writer v1.1.1+spec-1.1.0
27092026-07-16T21:22:17.343Z Checking term v1.2.1
27102026-07-16T21:22:17.361Z Checking slog-bunyan v2.5.0
27112026-07-16T21:22:17.361Z Checking async-compression v0.4.41
27122026-07-16T21:22:17.382Z Checking slog-async v2.8.0
27132026-07-16T21:22:17.467Z Checking async-stream v0.3.6
27142026-07-16T21:22:17.481Z Compiling structmeta v0.3.0
27152026-07-16T21:22:17.496Z Checking toml v1.1.2+spec-1.1.0
27162026-07-16T21:22:17.551Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27172026-07-16T21:22:17.561Z Checking slog-term v2.9.2
27182026-07-16T21:22:17.592Z Checking progenitor-client v0.14.0
27192026-07-16T21:22:17.670Z Checking sha1 v0.11.0
27202026-07-16T21:22:17.696Z Compiling derive-ex v0.1.8
27212026-07-16T21:22:17.802Z Compiling parse-display-derive v0.10.0
27222026-07-16T21:22:17.820Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27232026-07-16T21:22:17.841Z Checking waitgroup v0.1.2
27242026-07-16T21:22:17.850Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27252026-07-16T21:22:17.875Z Checking rustls-pemfile v2.2.0
27262026-07-16T21:22:17.908Z Checking backon v1.6.0
27272026-07-16T21:22:17.924Z Checking serde_path_to_error v0.1.20
27282026-07-16T21:22:17.945Z Checking hostname v0.4.2
27292026-07-16T21:22:18.007Z Checking instant v0.1.13
27302026-07-16T21:22:18.077Z Checking progenitor-extras v0.2.0
27312026-07-16T21:22:18.091Z Checking backoff v0.4.0
27322026-07-16T21:22:18.187Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27332026-07-16T21:22:18.257Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27342026-07-16T21:22:18.274Z Checking itertools v0.14.0
27352026-07-16T21:22:18.284Z Checking regress v0.10.5
27362026-07-16T21:22:18.428Z Checking macaddr v1.0.1
27372026-07-16T21:22:18.628Z Checking humantime v2.3.0
27382026-07-16T21:22:19.368Z Compiling test-strategy v0.4.5
27392026-07-16T21:22:19.467Z Checking parse-display v0.10.0
27402026-07-16T21:22:19.844Z Compiling prettyplease v0.2.37
27412026-07-16T21:22:20.131Z Checking num-rational v0.4.2
27422026-07-16T21:22:20.329Z Checking num-complex v0.4.6
27432026-07-16T21:22:20.822Z Compiling num v0.4.3
27442026-07-16T21:22:20.892Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27452026-07-16T21:22:20.918Z Compiling usdt-macro v0.5.0
27462026-07-16T21:22:20.934Z Compiling usdt-attr-macro v0.5.0
27472026-07-16T21:22:21.052Z Checking memmap v0.7.0
27482026-07-16T21:22:21.180Z Compiling float-ord v0.3.2
27492026-07-16T21:22:21.264Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27502026-07-16T21:22:21.404Z Compiling convert_case v0.4.0
27512026-07-16T21:22:21.446Z Checking unicode-width v0.2.0
27522026-07-16T21:22:21.666Z Checking newline-converter v0.3.0
27532026-07-16T21:22:21.700Z Checking console v0.15.11
27542026-07-16T21:22:21.730Z Checking usdt v0.5.0
27552026-07-16T21:22:21.774Z Compiling toml v0.8.23
27562026-07-16T21:22:21.792Z Compiling derive_more v0.99.20
27572026-07-16T21:22:21.896Z Compiling minimal-lexical v0.2.1
27582026-07-16T21:22:21.972Z Checking linked-hash-map v0.5.6
27592026-07-16T21:22:22.142Z Checking lru-cache v0.1.2
27602026-07-16T21:22:22.155Z Compiling nom v7.1.3
27612026-07-16T21:22:22.261Z Checking expectorate v1.2.0
27622026-07-16T21:22:22.648Z Checking camino-tempfile v1.4.1
27632026-07-16T21:22:22.719Z Checking hickory-proto v0.24.4
27642026-07-16T21:22:22.794Z Checking phf_shared v0.12.1
27652026-07-16T21:22:22.885Z Compiling slog-dtrace v0.3.0
27662026-07-16T21:22:22.941Z Checking heck v0.5.0
27672026-07-16T21:22:23.092Z Compiling unicode-xid v0.2.6
27682026-07-16T21:22:23.220Z Compiling chrono-tz v0.10.4
27692026-07-16T21:22:23.380Z Checking resolv-conf v0.7.6
27702026-07-16T21:22:23.433Z Compiling const_format_proc_macros v0.2.34
27712026-07-16T21:22:23.476Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27722026-07-16T21:22:23.616Z Checking phf v0.12.1
27732026-07-16T21:22:23.756Z Checking tokio-dtrace v0.1.1
27742026-07-16T21:22:23.946Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27752026-07-16T21:22:23.978Z Compiling derive-where v1.6.0
27762026-07-16T21:22:24.361Z Checking highway v1.3.0
27772026-07-16T21:22:24.414Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27782026-07-16T21:22:24.473Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27792026-07-16T21:22:24.535Z Checking hickory-resolver v0.24.4
27802026-07-16T21:22:24.590Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27812026-07-16T21:22:25.079Z Checking const_format v0.2.35
27822026-07-16T21:22:25.302Z Checking oxide-tokio-rt v0.1.4
27832026-07-16T21:22:25.312Z Checking qorb v0.4.1
27842026-07-16T21:22:25.611Z Checking gethostname v0.5.0
27852026-07-16T21:22:25.635Z Checking bcs v0.1.6
27862026-07-16T21:22:25.705Z Checking termtree v0.5.1
27872026-07-16T21:22:25.939Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27882026-07-16T21:22:25.954Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27892026-07-16T21:22:26.183Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27902026-07-16T21:22:26.191Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27912026-07-16T21:22:29.092Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27922026-07-16T21:22:31.495Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27932026-07-16T21:22:33.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.90s
27942026-07-16T21:22:33.752Z
27952026-07-16T21:22:33.753Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/301)
27962026-07-16T21:22:34.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972026-07-16T21:22:34.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982026-07-16T21:22:34.373Z Compiling ar_archive_writer v0.5.1
27992026-07-16T21:22:34.482Z Compiling stacker v0.1.23
28002026-07-16T21:22:34.488Z Compiling cfg_aliases v0.1.1
28012026-07-16T21:22:34.494Z Compiling convert_case v0.10.0
28022026-07-16T21:22:34.500Z Checking unicode-width v0.1.14
28032026-07-16T21:22:34.507Z Compiling proc-macro-error v1.0.4
28042026-07-16T21:22:34.518Z Checking fd-lock v4.0.4
28052026-07-16T21:22:34.521Z Checking nibble_vec v0.1.0
28062026-07-16T21:22:34.541Z Compiling nix v0.28.0
28072026-07-16T21:22:34.625Z Compiling recursive-proc-macro-impl v0.1.1
28082026-07-16T21:22:34.642Z Checking vte v0.14.1
28092026-07-16T21:22:34.747Z Checking endian-type v0.1.2
28102026-07-16T21:22:34.758Z Checking bytecount v0.6.9
28112026-07-16T21:22:34.779Z Compiling derive_more-impl v2.1.1
28122026-07-16T21:22:34.793Z Checking strip-ansi-escapes v0.2.1
28132026-07-16T21:22:34.804Z Compiling tabled_derive v0.7.0
28142026-07-16T21:22:34.884Z Checking papergrid v0.11.0
28152026-07-16T21:22:34.890Z Checking radix_trie v0.2.1
28162026-07-16T21:22:34.899Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28172026-07-16T21:22:35.036Z Compiling peg-macros v0.8.5
28182026-07-16T21:22:35.069Z Compiling sqlparser_derive v0.5.0
28192026-07-16T21:22:35.306Z Compiling psm v0.1.30
28202026-07-16T21:22:35.382Z Checking winnow v0.6.26
28212026-07-16T21:22:35.461Z Checking nu-ansi-term v0.50.3
28222026-07-16T21:22:35.642Z Checking derive_more v2.1.1
28232026-07-16T21:22:35.685Z Checking home v0.5.12
28242026-07-16T21:22:35.753Z Checking unicode_categories v0.1.1
28252026-07-16T21:22:35.797Z Checking crossterm v0.29.0
28262026-07-16T21:22:35.810Z Checking tabled v0.15.0
28272026-07-16T21:22:35.841Z Checking reedline v0.40.0
28282026-07-16T21:22:35.888Z Checking rustyline v14.0.0
28292026-07-16T21:22:35.935Z Checking display-error-chain v0.2.2
28302026-07-16T21:22:36.138Z Checking recursive v0.1.1
28312026-07-16T21:22:36.230Z Checking sqlparser v0.61.0
28322026-07-16T21:22:36.394Z Checking peg v0.8.5
28332026-07-16T21:22:36.561Z Checking sqlformat v0.3.5
28342026-07-16T21:22:47.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s
28352026-07-16T21:22:47.642Z
28362026-07-16T21:22:47.642Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/301)
28372026-07-16T21:22:48.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-07-16T21:22:48.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-07-16T21:22:48.262Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402026-07-16T21:22:51.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28412026-07-16T21:22:51.901Z
28422026-07-16T21:22:51.901Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/301)
28432026-07-16T21:22:52.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-07-16T21:22:52.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-07-16T21:22:52.521Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462026-07-16T21:22:54.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
28472026-07-16T21:22:55.154Z
28482026-07-16T21:22:55.155Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/301)
28492026-07-16T21:22:55.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-07-16T21:22:55.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-07-16T21:22:55.770Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-07-16T21:22:59.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s
28532026-07-16T21:22:59.166Z
28542026-07-16T21:22:59.166Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/301)
28552026-07-16T21:22:59.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-07-16T21:22:59.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-07-16T21:22:59.787Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582026-07-16T21:23:03.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28592026-07-16T21:23:03.236Z
28602026-07-16T21:23:03.236Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/301)
28612026-07-16T21:23:03.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-07-16T21:23:03.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-07-16T21:23:03.857Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28642026-07-16T21:23:06.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28652026-07-16T21:23:06.628Z
28662026-07-16T21:23:06.628Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/301)
28672026-07-16T21:23:07.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-07-16T21:23:07.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-07-16T21:23:07.245Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28702026-07-16T21:23:09.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
28712026-07-16T21:23:10.075Z
28722026-07-16T21:23:10.075Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/301)
28732026-07-16T21:23:10.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-07-16T21:23:10.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-07-16T21:23:10.700Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28762026-07-16T21:23:14.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
28772026-07-16T21:23:14.256Z
28782026-07-16T21:23:14.256Zinfo: running `cargo check --bins` on oximeter (93/301)
28792026-07-16T21:23:14.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-07-16T21:23:14.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-07-16T21:23:14.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822026-07-16T21:23:14.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28832026-07-16T21:23:14.789Z
28842026-07-16T21:23:14.789Zinfo: running `cargo check --bins` on oximeter-schema (94/301)
28852026-07-16T21:23:15.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-07-16T21:23:15.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-07-16T21:23:15.366Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28882026-07-16T21:23:15.534Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28892026-07-16T21:23:15.539Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28902026-07-16T21:23:15.896Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28912026-07-16T21:23:18.387Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28922026-07-16T21:23:19.610Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28932026-07-16T21:23:19.802Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28942026-07-16T21:23:20.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.65s
28952026-07-16T21:23:20.624Z
28962026-07-16T21:23:20.624Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/301)
28972026-07-16T21:23:21.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-07-16T21:23:21.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-07-16T21:23:21.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-07-16T21:23:21.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29012026-07-16T21:23:21.145Z
29022026-07-16T21:23:21.145Zinfo: running `cargo check --bins` on oximeter-test-utils (96/301)
29032026-07-16T21:23:21.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-07-16T21:23:21.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-07-16T21:23:21.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-07-16T21:23:21.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29072026-07-16T21:23:21.718Z
29082026-07-16T21:23:21.718Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/301)
29092026-07-16T21:23:22.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-07-16T21:23:22.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-07-16T21:23:22.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-07-16T21:23:22.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29132026-07-16T21:23:22.286Z
29142026-07-16T21:23:22.286Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/301)
29152026-07-16T21:23:22.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-07-16T21:23:22.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-07-16T21:23:22.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-07-16T21:23:22.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29192026-07-16T21:23:22.809Z
29202026-07-16T21:23:22.809Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/301)
29212026-07-16T21:23:23.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-07-16T21:23:23.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-07-16T21:23:23.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-07-16T21:23:23.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29252026-07-16T21:23:23.358Z
29262026-07-16T21:23:23.358Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/301)
29272026-07-16T21:23:23.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-07-16T21:23:23.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-07-16T21:23:23.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-07-16T21:23:23.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29312026-07-16T21:23:23.925Z
29322026-07-16T21:23:23.930Zinfo: running `cargo check --bins` on trust-quorum-types (101/301)
29332026-07-16T21:23:24.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-07-16T21:23:24.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-07-16T21:23:24.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-07-16T21:23:24.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29372026-07-16T21:23:24.427Z
29382026-07-16T21:23:24.427Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/301)
29392026-07-16T21:23:24.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-07-16T21:23:24.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-07-16T21:23:24.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422026-07-16T21:23:24.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29432026-07-16T21:23:24.944Z
29442026-07-16T21:23:24.944Zinfo: running `cargo check --bins` on update-engine (103/301)
29452026-07-16T21:23:25.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462026-07-16T21:23:25.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472026-07-16T21:23:25.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29482026-07-16T21:23:25.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29492026-07-16T21:23:25.484Z
29502026-07-16T21:23:25.484Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/301)
29512026-07-16T21:23:25.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522026-07-16T21:23:25.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532026-07-16T21:23:26.153Z Compiling crucible-workspace-hack v0.1.0
29542026-07-16T21:23:26.245Z Checking secrecy v0.10.3
29552026-07-16T21:23:26.288Z Compiling toml_datetime v0.7.5+spec-1.1.0
29562026-07-16T21:23:26.288Z Compiling heapless v0.8.0
29572026-07-16T21:23:26.299Z Compiling ingot-macros v0.1.1
29582026-07-16T21:23:26.299Z Checking hash32 v0.3.1
29592026-07-16T21:23:26.299Z Checking inout v0.1.4
29602026-07-16T21:23:26.299Z Compiling smoltcp v0.11.0
29612026-07-16T21:23:26.347Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29622026-07-16T21:23:26.385Z Compiling toml_edit v0.23.10+spec-1.0.0
29632026-07-16T21:23:26.411Z Checking cipher v0.4.4
29642026-07-16T21:23:26.474Z Checking cobs v0.3.0
29652026-07-16T21:23:26.502Z Checking universal-hash v0.5.1
29662026-07-16T21:23:26.574Z Compiling thiserror-impl-no-std v2.0.2
29672026-07-16T21:23:26.616Z Checking half v2.7.1
29682026-07-16T21:23:26.633Z Checking ciborium-io v0.2.2
29692026-07-16T21:23:26.753Z Checking opaque-debug v0.3.1
29702026-07-16T21:23:26.753Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29712026-07-16T21:23:26.753Z Checking poly1305 v0.8.0
29722026-07-16T21:23:26.753Z Checking postcard v1.1.3
29732026-07-16T21:23:26.878Z Checking ciborium-ll v0.2.2
29742026-07-16T21:23:26.894Z Checking chacha20 v0.9.1
29752026-07-16T21:23:26.952Z Compiling proc-macro-crate v3.4.0
29762026-07-16T21:23:27.002Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29772026-07-16T21:23:27.067Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29782026-07-16T21:23:27.096Z Checking password-hash v0.5.0
29792026-07-16T21:23:27.319Z Checking blake2 v0.10.6
29802026-07-16T21:23:27.336Z Compiling proc-macro-crate v1.3.1
29812026-07-16T21:23:27.407Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29822026-07-16T21:23:27.440Z Checking aead v0.5.2
29832026-07-16T21:23:27.501Z Compiling num_enum_derive v0.7.6
29842026-07-16T21:23:27.577Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29852026-07-16T21:23:27.589Z Compiling foreign-types-macros v0.2.3
29862026-07-16T21:23:27.652Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29872026-07-16T21:23:27.749Z Checking foreign-types-shared v0.3.1
29882026-07-16T21:23:27.770Z Checking thiserror-no-std v2.0.2
29892026-07-16T21:23:27.780Z Compiling num_enum_derive v0.5.11
29902026-07-16T21:23:27.829Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29912026-07-16T21:23:27.846Z Checking vsss-rs v3.3.4
29922026-07-16T21:23:27.902Z Checking chacha20poly1305 v0.10.1
29932026-07-16T21:23:28.052Z Checking argon2 v0.5.3
29942026-07-16T21:23:28.221Z Checking foreign-types v0.5.0
29952026-07-16T21:23:28.255Z Checking ciborium v0.2.2
29962026-07-16T21:23:28.386Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29972026-07-16T21:23:28.493Z Checking tabwriter v1.4.1
29982026-07-16T21:23:28.663Z Checking num_enum v0.7.6
29992026-07-16T21:23:28.679Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30002026-07-16T21:23:28.679Z Checking cstr-argument v0.1.2
30012026-07-16T21:23:28.680Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30022026-07-16T21:23:28.700Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30032026-07-16T21:23:28.803Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30042026-07-16T21:23:28.819Z Checking num_enum v0.5.11
30052026-07-16T21:23:28.904Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30062026-07-16T21:23:28.940Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30072026-07-16T21:23:28.996Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30082026-07-16T21:23:28.996Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30092026-07-16T21:23:29.070Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30102026-07-16T21:23:29.077Z Checking ingot-types v0.1.2
30112026-07-16T21:23:29.077Z Checking rand v0.10.1
30122026-07-16T21:23:29.113Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30132026-07-16T21:23:29.124Z Checking indent_write v2.2.0
30142026-07-16T21:23:29.146Z Checking colored v3.1.1
30152026-07-16T21:23:29.267Z Compiling zone_cfg_derive v0.3.1
30162026-07-16T21:23:29.303Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30172026-07-16T21:23:29.360Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30182026-07-16T21:23:29.397Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30192026-07-16T21:23:29.422Z Checking ingot v0.1.1
30202026-07-16T21:23:29.436Z Checking itertools v0.12.1
30212026-07-16T21:23:29.507Z Compiling num-derive v0.4.2
30222026-07-16T21:23:29.528Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30232026-07-16T21:23:29.566Z Checking swrite v0.1.0
30242026-07-16T21:23:29.675Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30252026-07-16T21:23:29.734Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30262026-07-16T21:23:29.890Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30272026-07-16T21:23:29.918Z Checking dropshot-api-manager-types v0.7.2
30282026-07-16T21:23:29.963Z Checking smf v0.2.3
30292026-07-16T21:23:30.011Z Checking nanorand v0.7.0
30302026-07-16T21:23:30.049Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30312026-07-16T21:23:30.076Z Checking whoami v1.6.1
30322026-07-16T21:23:30.197Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30332026-07-16T21:23:30.214Z Checking flume v0.11.1
30342026-07-16T21:23:30.439Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30352026-07-16T21:23:30.449Z Checking zone v0.3.1
30362026-07-16T21:23:31.021Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30372026-07-16T21:23:31.999Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30382026-07-16T21:23:32.863Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30392026-07-16T21:23:36.299Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30402026-07-16T21:23:38.364Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30412026-07-16T21:23:39.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.98s
30422026-07-16T21:23:39.613Z
30432026-07-16T21:23:39.613Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/301)
30442026-07-16T21:23:40.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-07-16T21:23:40.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-07-16T21:23:40.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472026-07-16T21:23:40.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30482026-07-16T21:23:40.157Z
30492026-07-16T21:23:40.157Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/301)
30502026-07-16T21:23:40.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-07-16T21:23:40.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-07-16T21:23:40.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-07-16T21:23:40.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30542026-07-16T21:23:40.704Z
30552026-07-16T21:23:40.704Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/301)
30562026-07-16T21:23:41.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-07-16T21:23:41.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-07-16T21:23:41.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592026-07-16T21:23:41.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30602026-07-16T21:23:41.313Z
30612026-07-16T21:23:41.313Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/301)
30622026-07-16T21:23:41.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632026-07-16T21:23:41.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642026-07-16T21:23:41.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652026-07-16T21:23:41.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30662026-07-16T21:23:41.800Z
30672026-07-16T21:23:41.800Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/301)
30682026-07-16T21:23:42.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692026-07-16T21:23:42.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702026-07-16T21:23:42.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712026-07-16T21:23:42.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30722026-07-16T21:23:42.340Z
30732026-07-16T21:23:42.341Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/301)
30742026-07-16T21:23:42.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752026-07-16T21:23:43.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762026-07-16T21:23:43.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772026-07-16T21:23:43.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30782026-07-16T21:23:43.066Z
30792026-07-16T21:23:43.066Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/301)
30802026-07-16T21:23:43.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812026-07-16T21:23:43.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822026-07-16T21:23:43.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832026-07-16T21:23:43.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30842026-07-16T21:23:43.413Z
30852026-07-16T21:23:43.413Zinfo: running `cargo check --bins` on cockroach-admin-client (112/301)
30862026-07-16T21:23:43.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872026-07-16T21:23:43.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882026-07-16T21:23:43.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30892026-07-16T21:23:43.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30902026-07-16T21:23:43.937Z
30912026-07-16T21:23:43.937Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/301)
30922026-07-16T21:23:44.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932026-07-16T21:23:44.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942026-07-16T21:23:44.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952026-07-16T21:23:44.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30962026-07-16T21:23:44.471Z
30972026-07-16T21:23:44.471Zinfo: running `cargo check --bins` on dns-service-client (114/301)
30982026-07-16T21:23:44.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992026-07-16T21:23:44.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002026-07-16T21:23:44.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31012026-07-16T21:23:44.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31022026-07-16T21:23:45.008Z
31032026-07-16T21:23:45.008Zinfo: running `cargo check --bins` on installinator-client (115/301)
31042026-07-16T21:23:45.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052026-07-16T21:23:45.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062026-07-16T21:23:45.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31072026-07-16T21:23:45.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31082026-07-16T21:23:45.552Z
31092026-07-16T21:23:45.552Zinfo: running `cargo check --bins` on nexus-client (116/301)
31102026-07-16T21:23:46.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112026-07-16T21:23:46.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122026-07-16T21:23:46.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31132026-07-16T21:23:46.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31142026-07-16T21:23:46.149Z
31152026-07-16T21:23:46.149Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/301)
31162026-07-16T21:23:46.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172026-07-16T21:23:47.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182026-07-16T21:23:47.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31192026-07-16T21:23:47.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31202026-07-16T21:23:47.075Z
31212026-07-16T21:23:47.075Zinfo: running `cargo check --bins` on ntp-admin-client (118/301)
31222026-07-16T21:23:47.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232026-07-16T21:23:47.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242026-07-16T21:23:47.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252026-07-16T21:23:47.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31262026-07-16T21:23:47.323Z
31272026-07-16T21:23:47.323Zinfo: running `cargo check --bins` on oxide-client (119/301)
31282026-07-16T21:23:47.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292026-07-16T21:23:47.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302026-07-16T21:23:47.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312026-07-16T21:23:47.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31322026-07-16T21:23:47.761Z
31332026-07-16T21:23:47.761Zinfo: running `cargo check --bins` on oximeter-client (120/301)
31342026-07-16T21:23:48.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352026-07-16T21:23:48.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362026-07-16T21:23:48.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372026-07-16T21:23:48.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31382026-07-16T21:23:48.299Z
31392026-07-16T21:23:48.300Zinfo: running `cargo check --bins` on repo-depot-client (121/301)
31402026-07-16T21:23:48.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412026-07-16T21:23:48.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422026-07-16T21:23:48.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432026-07-16T21:23:48.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31442026-07-16T21:23:48.835Z
31452026-07-16T21:23:48.835Zinfo: running `cargo check --bins` on sled-agent-client (122/301)
31462026-07-16T21:23:49.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472026-07-16T21:23:49.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482026-07-16T21:23:49.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492026-07-16T21:23:49.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31502026-07-16T21:23:49.378Z
31512026-07-16T21:23:49.378Zinfo: running `cargo check --bins` on wicketd-client (123/301)
31522026-07-16T21:23:49.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532026-07-16T21:23:50.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542026-07-16T21:23:50.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552026-07-16T21:23:50.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31562026-07-16T21:23:50.349Z
31572026-07-16T21:23:50.349Zinfo: running `cargo check --bins` on installinator-common (124/301)
31582026-07-16T21:23:50.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-07-16T21:23:50.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-07-16T21:23:50.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612026-07-16T21:23:50.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31622026-07-16T21:23:50.596Z
31632026-07-16T21:23:50.596Zinfo: running `cargo check --bins` on installinator-common-versions (125/301)
31642026-07-16T21:23:55.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652026-07-16T21:23:55.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662026-07-16T21:23:55.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672026-07-16T21:23:55.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31682026-07-16T21:23:55.217Z
31692026-07-16T21:23:55.217Zinfo: running `cargo check --bins` on wicket-common (126/301)
31702026-07-16T21:23:55.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712026-07-16T21:23:55.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722026-07-16T21:23:55.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732026-07-16T21:23:55.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31742026-07-16T21:23:55.217Z
31752026-07-16T21:23:55.217Zinfo: running `cargo check --bins` on wicketd-commission-types (127/301)
31762026-07-16T21:23:55.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772026-07-16T21:23:55.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782026-07-16T21:23:55.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31792026-07-16T21:23:55.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31802026-07-16T21:23:55.218Z
31812026-07-16T21:23:55.218Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (128/301)
31822026-07-16T21:23:55.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832026-07-16T21:23:55.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842026-07-16T21:23:55.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31852026-07-16T21:23:55.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31862026-07-16T21:23:55.221Z
31872026-07-16T21:23:55.221Zinfo: running `cargo check --bins` on omicron-cockroach-admin (129/301)
31882026-07-16T21:23:55.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31892026-07-16T21:23:55.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31902026-07-16T21:23:55.221Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31912026-07-16T21:23:55.221Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31922026-07-16T21:23:55.221Z Checking csv-core v0.1.13
31932026-07-16T21:23:55.221Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31942026-07-16T21:23:55.221Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31952026-07-16T21:23:55.221Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31962026-07-16T21:23:55.221Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31972026-07-16T21:23:55.221Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31982026-07-16T21:23:55.221Z Checking csv v1.4.0
31992026-07-16T21:23:55.221Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32002026-07-16T21:23:55.221Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32012026-07-16T21:23:55.221Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32022026-07-16T21:23:55.221Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32032026-07-16T21:23:55.221Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32042026-07-16T21:23:55.225Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32052026-07-16T21:23:55.225Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32062026-07-16T21:23:55.384Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32072026-07-16T21:24:00.747Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32082026-07-16T21:24:01.274Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32092026-07-16T21:24:03.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.98s
32102026-07-16T21:24:03.801Z
32112026-07-16T21:24:03.801Zinfo: running `cargo check --bins` on cockroach-admin-api (130/301)
32122026-07-16T21:24:04.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-07-16T21:24:04.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-07-16T21:24:04.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-07-16T21:24:04.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
32162026-07-16T21:24:04.343Z
32172026-07-16T21:24:04.343Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (131/301)
32182026-07-16T21:24:04.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-07-16T21:24:04.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-07-16T21:24:04.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212026-07-16T21:24:04.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32222026-07-16T21:24:04.966Z
32232026-07-16T21:24:04.966Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (132/301)
32242026-07-16T21:24:05.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-07-16T21:24:05.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-07-16T21:24:05.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32272026-07-16T21:24:05.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32282026-07-16T21:24:05.607Z
32292026-07-16T21:24:05.607Zinfo: running `cargo check --bins` on gateway-test-utils (133/301)
32302026-07-16T21:24:06.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312026-07-16T21:24:06.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322026-07-16T21:24:06.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32332026-07-16T21:24:06.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32342026-07-16T21:24:06.181Z
32352026-07-16T21:24:06.182Zinfo: running `cargo check --bins` on omicron-gateway (134/301)
32362026-07-16T21:24:06.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372026-07-16T21:24:06.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382026-07-16T21:24:06.902Z Compiling regress v0.11.1
32392026-07-16T21:24:07.075Z Compiling unsafe-libyaml v0.2.11
32402026-07-16T21:24:07.080Z Compiling radium v0.7.0
32412026-07-16T21:24:07.080Z Compiling semver v0.1.20
32422026-07-16T21:24:07.080Z Checking nom v8.0.0
32432026-07-16T21:24:07.081Z Compiling maybe-uninit v2.0.0
32442026-07-16T21:24:07.081Z Checking tap v1.0.1
32452026-07-16T21:24:07.195Z Checking wyz v0.5.1
32462026-07-16T21:24:07.324Z Compiling rustc_version v0.1.7
32472026-07-16T21:24:07.372Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32482026-07-16T21:24:07.400Z Compiling zerocopy-derive v0.6.6
32492026-07-16T21:24:07.506Z Compiling owo-colors v4.3.0
32502026-07-16T21:24:07.539Z Compiling newtype_derive v0.1.6
32512026-07-16T21:24:07.744Z Compiling serde_yaml v0.9.34+deprecated
32522026-07-16T21:24:07.768Z Checking crc-catalog v2.4.0
32532026-07-16T21:24:07.840Z Checking funty v2.0.0
32542026-07-16T21:24:07.859Z Compiling packed_struct v0.10.1
32552026-07-16T21:24:08.158Z Compiling cancel-safe-futures v0.1.5
32562026-07-16T21:24:08.194Z Checking bitvec v1.0.1
32572026-07-16T21:24:08.255Z Checking zerocopy v0.6.6
32582026-07-16T21:24:08.397Z Checking crc v3.4.0
32592026-07-16T21:24:08.483Z Checking typify-impl v0.6.2
32602026-07-16T21:24:08.740Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32612026-07-16T21:24:08.840Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32622026-07-16T21:24:09.021Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32632026-07-16T21:24:09.182Z Compiling packed_struct_codegen v0.10.1
32642026-07-16T21:24:09.197Z Checking libsw-core v0.3.2
32652026-07-16T21:24:09.270Z Compiling bitfield-macros v0.19.4
32662026-07-16T21:24:09.343Z Compiling indexmap v1.9.3
32672026-07-16T21:24:09.521Z Checking nodrop v0.1.14
32682026-07-16T21:24:09.553Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32692026-07-16T21:24:09.615Z Checking array-init v0.0.4
32702026-07-16T21:24:09.643Z Checking libsw v3.5.0
32712026-07-16T21:24:09.659Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32722026-07-16T21:24:09.791Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32732026-07-16T21:24:09.939Z Checking smallvec v0.6.14
32742026-07-16T21:24:09.971Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32752026-07-16T21:24:10.004Z Checking bitfield v0.19.4
32762026-07-16T21:24:10.220Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32772026-07-16T21:24:10.270Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32782026-07-16T21:24:10.341Z Checking base64 v0.21.7
32792026-07-16T21:24:10.355Z Checking linear-map v1.2.0
32802026-07-16T21:24:10.391Z Checking tagptr v0.2.0
32812026-07-16T21:24:10.531Z Checking hashbrown v0.12.3
32822026-07-16T21:24:10.573Z Checking smawk v0.3.2
32832026-07-16T21:24:10.598Z Checking unicode-linebreak v0.1.5
32842026-07-16T21:24:10.679Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32852026-07-16T21:24:10.703Z Checking ron v0.8.1
32862026-07-16T21:24:10.749Z Checking moka v0.12.13
32872026-07-16T21:24:10.816Z Checking textwrap v0.16.2
32882026-07-16T21:24:11.030Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32892026-07-16T21:24:11.207Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32902026-07-16T21:24:11.238Z Checking steno v0.4.1
32912026-07-16T21:24:11.278Z Checking serde-hex v0.1.0
32922026-07-16T21:24:11.387Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32932026-07-16T21:24:11.401Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32942026-07-16T21:24:11.561Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32952026-07-16T21:24:11.953Z Checking hashbrown v0.13.2
32962026-07-16T21:24:12.003Z Checking crc-any v2.5.0
32972026-07-16T21:24:12.131Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32982026-07-16T21:24:12.183Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32992026-07-16T21:24:12.214Z Checking hickory-resolver v0.25.2
33002026-07-16T21:24:12.350Z Checking sha1 v0.10.6
33012026-07-16T21:24:12.440Z Checking utf-8 v0.7.6
33022026-07-16T21:24:12.440Z Checking object v0.30.4
33032026-07-16T21:24:12.498Z Checking void v1.0.2
33042026-07-16T21:24:12.512Z Checking path-slash v0.1.5
33052026-07-16T21:24:12.606Z Checking half v1.8.3
33062026-07-16T21:24:12.618Z Checking lzss v0.8.2
33072026-07-16T21:24:12.767Z Checking tungstenite v0.23.0
33082026-07-16T21:24:12.801Z Checking serde_cbor v0.11.2
33092026-07-16T21:24:12.927Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33102026-07-16T21:24:12.941Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33112026-07-16T21:24:13.059Z Compiling typify-macro v0.6.2
33122026-07-16T21:24:13.062Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33132026-07-16T21:24:13.096Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33142026-07-16T21:24:13.158Z Checking nix v0.27.1
33152026-07-16T21:24:13.181Z Checking kstat-rs v0.2.4
33162026-07-16T21:24:13.184Z Checking fxhash v0.2.1
33172026-07-16T21:24:13.301Z Checking serde_bytes v0.11.19
33182026-07-16T21:24:13.322Z Checking tokio-tungstenite v0.23.1
33192026-07-16T21:24:13.337Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33202026-07-16T21:24:13.381Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33212026-07-16T21:24:13.468Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33222026-07-16T21:24:13.580Z Checking signal-hook-tokio v0.3.1
33232026-07-16T21:24:14.359Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33242026-07-16T21:24:14.439Z Compiling typify v0.6.2
33252026-07-16T21:24:14.515Z Compiling progenitor-impl v0.14.0
33262026-07-16T21:24:15.270Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33272026-07-16T21:24:15.571Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33282026-07-16T21:24:15.951Z Compiling progenitor-macro v0.14.0
33292026-07-16T21:24:18.252Z Checking progenitor v0.14.0
33302026-07-16T21:24:18.367Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33312026-07-16T21:24:18.367Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33322026-07-16T21:24:21.066Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33332026-07-16T21:24:29.314Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33342026-07-16T21:24:35.840Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33352026-07-16T21:24:37.194Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33362026-07-16T21:24:37.680Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33372026-07-16T21:24:39.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.55s
33382026-07-16T21:24:39.931Z
33392026-07-16T21:24:39.931Zinfo: running `cargo check --bins` on gateway-api (135/301)
33402026-07-16T21:24:40.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-07-16T21:24:40.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-07-16T21:24:40.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-07-16T21:24:40.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33442026-07-16T21:24:40.461Z
33452026-07-16T21:24:40.461Zinfo: running `cargo check --bins` on ipcc (136/301)
33462026-07-16T21:24:40.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-07-16T21:24:40.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-07-16T21:24:40.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-07-16T21:24:40.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33502026-07-16T21:24:40.998Z
33512026-07-16T21:24:40.998Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (137/301)
33522026-07-16T21:24:41.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-07-16T21:24:41.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-07-16T21:24:41.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-07-16T21:24:41.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33562026-07-16T21:24:41.519Z
33572026-07-16T21:24:41.519Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (138/301)
33582026-07-16T21:24:41.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-07-16T21:24:41.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-07-16T21:24:41.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-07-16T21:24:41.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33622026-07-16T21:24:42.075Z
33632026-07-16T21:24:42.075Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (139/301)
33642026-07-16T21:24:42.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-07-16T21:24:42.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-07-16T21:24:42.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-07-16T21:24:42.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33682026-07-16T21:24:42.618Z
33692026-07-16T21:24:42.619Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (140/301)
33702026-07-16T21:24:43.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-07-16T21:24:43.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-07-16T21:24:43.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-07-16T21:24:43.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33742026-07-16T21:24:43.149Z
33752026-07-16T21:24:43.149Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (141/301)
33762026-07-16T21:24:43.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-07-16T21:24:43.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-07-16T21:24:43.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-07-16T21:24:43.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33802026-07-16T21:24:43.685Z
33812026-07-16T21:24:43.685Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (142/301)
33822026-07-16T21:24:44.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-07-16T21:24:44.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-07-16T21:24:44.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-07-16T21:24:44.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33862026-07-16T21:24:44.237Z
33872026-07-16T21:24:44.237Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (143/301)
33882026-07-16T21:24:44.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-07-16T21:24:44.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-07-16T21:24:44.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-07-16T21:24:44.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33922026-07-16T21:24:44.777Z
33932026-07-16T21:24:44.777Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (144/301)
33942026-07-16T21:24:45.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-07-16T21:24:45.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-07-16T21:24:45.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-07-16T21:24:45.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33982026-07-16T21:24:45.312Z
33992026-07-16T21:24:45.312Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (145/301)
34002026-07-16T21:24:45.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-07-16T21:24:45.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-07-16T21:24:45.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-07-16T21:24:45.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34042026-07-16T21:24:45.852Z
34052026-07-16T21:24:45.852Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (146/301)
34062026-07-16T21:24:46.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-07-16T21:24:46.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-07-16T21:24:46.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-07-16T21:24:46.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34102026-07-16T21:24:46.393Z
34112026-07-16T21:24:46.393Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (147/301)
34122026-07-16T21:24:46.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-07-16T21:24:46.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-07-16T21:24:46.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-07-16T21:24:46.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34162026-07-16T21:24:46.924Z
34172026-07-16T21:24:46.924Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (148/301)
34182026-07-16T21:24:47.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-07-16T21:24:47.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-07-16T21:24:47.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-07-16T21:24:47.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34222026-07-16T21:24:47.456Z
34232026-07-16T21:24:47.456Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (149/301)
34242026-07-16T21:24:47.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-07-16T21:24:47.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-07-16T21:24:47.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-07-16T21:24:47.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34282026-07-16T21:24:48.006Z
34292026-07-16T21:24:48.006Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (150/301)
34302026-07-16T21:24:48.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-07-16T21:24:48.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-07-16T21:24:48.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-07-16T21:24:48.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34342026-07-16T21:24:48.558Z
34352026-07-16T21:24:48.558Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (151/301)
34362026-07-16T21:24:49.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-07-16T21:24:49.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-07-16T21:24:49.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-07-16T21:24:49.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34402026-07-16T21:24:49.106Z
34412026-07-16T21:24:49.106Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (152/301)
34422026-07-16T21:24:49.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-07-16T21:24:49.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-07-16T21:24:49.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-07-16T21:24:49.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34462026-07-16T21:24:49.659Z
34472026-07-16T21:24:49.659Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (153/301)
34482026-07-16T21:24:50.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-07-16T21:24:50.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-07-16T21:24:50.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-07-16T21:24:50.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34522026-07-16T21:24:50.216Z
34532026-07-16T21:24:50.216Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (154/301)
34542026-07-16T21:24:50.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-07-16T21:24:50.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-07-16T21:24:50.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-07-16T21:24:50.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34582026-07-16T21:24:50.776Z
34592026-07-16T21:24:50.776Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (155/301)
34602026-07-16T21:24:51.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-07-16T21:24:51.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-07-16T21:24:51.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-07-16T21:24:51.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34642026-07-16T21:24:51.332Z
34652026-07-16T21:24:51.332Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (156/301)
34662026-07-16T21:24:51.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-07-16T21:24:51.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-07-16T21:24:51.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-07-16T21:24:51.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34702026-07-16T21:24:51.888Z
34712026-07-16T21:24:51.888Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (157/301)
34722026-07-16T21:24:52.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-07-16T21:24:52.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-07-16T21:24:52.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-07-16T21:24:52.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34762026-07-16T21:24:52.447Z
34772026-07-16T21:24:52.447Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (158/301)
34782026-07-16T21:24:52.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-07-16T21:24:52.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-07-16T21:24:52.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-07-16T21:24:52.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34822026-07-16T21:24:53.013Z
34832026-07-16T21:24:53.013Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (159/301)
34842026-07-16T21:24:53.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-07-16T21:24:53.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-07-16T21:24:53.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-07-16T21:24:53.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34882026-07-16T21:24:53.545Z
34892026-07-16T21:24:53.546Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (160/301)
34902026-07-16T21:24:53.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-07-16T21:24:53.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-07-16T21:24:53.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-07-16T21:24:54.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34942026-07-16T21:24:54.085Z
34952026-07-16T21:24:54.085Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (161/301)
34962026-07-16T21:24:54.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-07-16T21:24:54.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-07-16T21:24:54.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-07-16T21:24:54.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35002026-07-16T21:24:54.631Z
35012026-07-16T21:24:54.631Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (162/301)
35022026-07-16T21:24:55.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-07-16T21:24:55.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-07-16T21:24:55.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-07-16T21:24:55.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35062026-07-16T21:24:55.172Z
35072026-07-16T21:24:55.172Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (163/301)
35082026-07-16T21:24:55.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-07-16T21:24:55.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-07-16T21:24:55.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-07-16T21:24:55.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35122026-07-16T21:24:55.714Z
35132026-07-16T21:24:55.714Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (164/301)
35142026-07-16T21:24:56.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-07-16T21:24:56.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-07-16T21:24:56.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-07-16T21:24:56.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35182026-07-16T21:24:56.259Z
35192026-07-16T21:24:56.259Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (165/301)
35202026-07-16T21:24:56.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-07-16T21:24:56.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-07-16T21:24:56.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-07-16T21:24:56.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35242026-07-16T21:24:56.802Z
35252026-07-16T21:24:56.802Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (166/301)
35262026-07-16T21:24:57.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-07-16T21:24:57.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-07-16T21:24:57.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-07-16T21:24:57.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35302026-07-16T21:24:57.341Z
35312026-07-16T21:24:57.342Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (167/301)
35322026-07-16T21:24:57.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-07-16T21:24:57.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-07-16T21:24:57.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-07-16T21:24:57.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35362026-07-16T21:24:57.902Z
35372026-07-16T21:24:57.902Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (168/301)
35382026-07-16T21:24:58.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-07-16T21:24:58.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-07-16T21:24:58.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-07-16T21:24:58.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35422026-07-16T21:24:58.461Z
35432026-07-16T21:24:58.461Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (169/301)
35442026-07-16T21:24:58.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-07-16T21:24:58.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-07-16T21:24:58.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-07-16T21:24:58.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35482026-07-16T21:24:59.017Z
35492026-07-16T21:24:59.017Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (170/301)
35502026-07-16T21:24:59.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-07-16T21:24:59.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-07-16T21:24:59.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-07-16T21:24:59.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35542026-07-16T21:24:59.577Z
35552026-07-16T21:24:59.577Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (171/301)
35562026-07-16T21:25:00.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-07-16T21:25:00.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-07-16T21:25:00.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-07-16T21:25:00.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35602026-07-16T21:25:00.135Z
35612026-07-16T21:25:00.135Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (172/301)
35622026-07-16T21:25:00.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-07-16T21:25:00.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-07-16T21:25:00.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-07-16T21:25:00.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35662026-07-16T21:25:00.698Z
35672026-07-16T21:25:00.698Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (173/301)
35682026-07-16T21:25:01.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-07-16T21:25:01.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-07-16T21:25:01.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-07-16T21:25:01.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35722026-07-16T21:25:01.280Z
35732026-07-16T21:25:01.280Zinfo: running `cargo check --bins` on oximeter-producer (174/301)
35742026-07-16T21:25:01.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-07-16T21:25:01.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-07-16T21:25:01.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-07-16T21:25:01.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35782026-07-16T21:25:01.837Z
35792026-07-16T21:25:01.837Zinfo: running `cargo check --bins` on internal-dns-resolver (175/301)
35802026-07-16T21:25:02.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-07-16T21:25:02.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-07-16T21:25:02.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-07-16T21:25:02.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35842026-07-16T21:25:02.383Z
35852026-07-16T21:25:02.383Zinfo: running `cargo check --bins` on dns-server (176/301)
35862026-07-16T21:25:02.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-07-16T21:25:02.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-07-16T21:25:02.990Z Compiling parking_lot_core v0.8.6
35892026-07-16T21:25:02.993Z Compiling git-stub v1.0.0
35902026-07-16T21:25:02.993Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35912026-07-16T21:25:03.094Z Checking prefix-trie v0.7.0
35922026-07-16T21:25:03.218Z Compiling git-stub-vcs v0.1.0
35932026-07-16T21:25:03.384Z Checking hickory-server v0.25.2
35942026-07-16T21:25:03.495Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35952026-07-16T21:25:03.507Z Checking parking_lot v0.11.2
35962026-07-16T21:25:03.564Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35972026-07-16T21:25:03.564Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35982026-07-16T21:25:03.673Z Checking sled v0.34.7
35992026-07-16T21:25:05.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
36002026-07-16T21:25:05.725Z
36012026-07-16T21:25:05.725Zinfo: running `cargo check --bins` on dns-server-api (177/301)
36022026-07-16T21:25:06.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-07-16T21:25:06.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-07-16T21:25:06.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-07-16T21:25:06.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36062026-07-16T21:25:06.263Z
36072026-07-16T21:25:06.263Zinfo: running `cargo check --bins` on oximeter-producer-api (178/301)
36082026-07-16T21:25:06.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-07-16T21:25:06.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-07-16T21:25:06.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-07-16T21:25:06.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36122026-07-16T21:25:06.796Z
36132026-07-16T21:25:06.796Zinfo: running `cargo check --bins` on sp-sim (179/301)
36142026-07-16T21:25:07.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-07-16T21:25:07.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-07-16T21:25:07.464Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36172026-07-16T21:25:09.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.40s
36182026-07-16T21:25:09.399Z
36192026-07-16T21:25:09.399Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (180/301)
36202026-07-16T21:25:09.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-07-16T21:25:09.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-07-16T21:25:09.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-07-16T21:25:09.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36242026-07-16T21:25:09.980Z
36252026-07-16T21:25:09.980Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (181/301)
36262026-07-16T21:25:10.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-07-16T21:25:10.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-07-16T21:25:10.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-07-16T21:25:10.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36302026-07-16T21:25:10.567Z
36312026-07-16T21:25:10.567Zinfo: running `cargo check --bins` on db-macros (182/301)
36322026-07-16T21:25:11.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-07-16T21:25:11.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-07-16T21:25:11.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-07-16T21:25:11.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36362026-07-16T21:25:11.091Z
36372026-07-16T21:25:11.091Zinfo: running `cargo check --bins` on nexus-macros-common (183/301)
36382026-07-16T21:25:11.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-07-16T21:25:11.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-07-16T21:25:11.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-07-16T21:25:11.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36422026-07-16T21:25:11.619Z
36432026-07-16T21:25:11.619Zinfo: running `cargo check --bins` on nexus-auth (184/301)
36442026-07-16T21:25:12.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-07-16T21:25:12.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-07-16T21:25:12.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-07-16T21:25:12.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36482026-07-16T21:25:12.204Z
36492026-07-16T21:25:12.204Zinfo: running `cargo check --bins` on authz-macros (185/301)
36502026-07-16T21:25:12.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-07-16T21:25:12.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-07-16T21:25:12.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-07-16T21:25:12.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36542026-07-16T21:25:12.729Z
36552026-07-16T21:25:12.729Zinfo: running `cargo check --bins` on nexus-db-fixed-data (186/301)
36562026-07-16T21:25:13.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-07-16T21:25:13.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-07-16T21:25:13.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-07-16T21:25:13.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36602026-07-16T21:25:13.309Z
36612026-07-16T21:25:13.309Zinfo: running `cargo check --bins` on nexus-db-model (187/301)
36622026-07-16T21:25:13.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-07-16T21:25:13.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-07-16T21:25:13.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-07-16T21:25:13.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36662026-07-16T21:25:13.893Z
36672026-07-16T21:25:13.893Zinfo: running `cargo check --bins` on nexus-db-schema (188/301)
36682026-07-16T21:25:14.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-07-16T21:25:14.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-07-16T21:25:14.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-07-16T21:25:14.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36722026-07-16T21:25:14.425Z
36732026-07-16T21:25:14.425Zinfo: running `cargo check --bins` on omicron-rpaths (189/301)
36742026-07-16T21:25:14.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-07-16T21:25:14.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-07-16T21:25:14.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-07-16T21:25:14.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36782026-07-16T21:25:14.950Z
36792026-07-16T21:25:14.950Zinfo: running `cargo check --bins` on nexus-defaults (190/301)
36802026-07-16T21:25:15.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-07-16T21:25:15.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-07-16T21:25:15.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-07-16T21:25:15.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36842026-07-16T21:25:15.493Z
36852026-07-16T21:25:15.493Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (191/301)
36862026-07-16T21:25:15.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-07-16T21:25:15.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-07-16T21:25:15.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-07-16T21:25:15.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36902026-07-16T21:25:16.023Z
36912026-07-16T21:25:16.023Zinfo: running `cargo check --bins` on parallel-task-set (192/301)
36922026-07-16T21:25:16.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-07-16T21:25:16.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-07-16T21:25:16.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-07-16T21:25:16.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36962026-07-16T21:25:16.552Z
36972026-07-16T21:25:16.552Zinfo: running `cargo check --bins` on omicron-git-version (193/301)
36982026-07-16T21:25:16.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-07-16T21:25:16.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-07-16T21:25:16.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-07-16T21:25:17.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37022026-07-16T21:25:17.078Z
37032026-07-16T21:25:17.078Zinfo: running `cargo check --bins` on nexus-db-errors (194/301)
37042026-07-16T21:25:17.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-07-16T21:25:17.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-07-16T21:25:17.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-07-16T21:25:17.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37082026-07-16T21:25:17.670Z
37092026-07-16T21:25:17.670Zinfo: running `cargo check --bins` on nexus-db-lookup (195/301)
37102026-07-16T21:25:18.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-07-16T21:25:18.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-07-16T21:25:18.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-07-16T21:25:18.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37142026-07-16T21:25:18.260Z
37152026-07-16T21:25:18.260Zinfo: running `cargo check --bins` on nexus-inventory (196/301)
37162026-07-16T21:25:18.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-07-16T21:25:18.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-07-16T21:25:18.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-07-16T21:25:18.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37202026-07-16T21:25:18.844Z
37212026-07-16T21:25:18.844Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (197/301)
37222026-07-16T21:25:19.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-07-16T21:25:19.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-07-16T21:25:19.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-07-16T21:25:19.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37262026-07-16T21:25:19.403Z
37272026-07-16T21:25:19.403Zinfo: running `cargo check --bins --no-default-features` on sled-storage (198/301)
37282026-07-16T21:25:19.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-07-16T21:25:19.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-07-16T21:25:19.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-07-16T21:25:19.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37322026-07-16T21:25:19.963Z
37332026-07-16T21:25:19.963Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (199/301)
37342026-07-16T21:25:20.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-07-16T21:25:20.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-07-16T21:25:20.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-07-16T21:25:20.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37382026-07-16T21:25:20.516Z
37392026-07-16T21:25:20.516Zinfo: running `cargo check --bins` on key-manager (200/301)
37402026-07-16T21:25:20.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-07-16T21:25:20.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-07-16T21:25:20.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37432026-07-16T21:25:20.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37442026-07-16T21:25:21.055Z
37452026-07-16T21:25:21.055Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (201/301)
37462026-07-16T21:25:21.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-07-16T21:25:21.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-07-16T21:25:21.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37492026-07-16T21:25:21.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37502026-07-16T21:25:21.616Z
37512026-07-16T21:25:21.616Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (202/301)
37522026-07-16T21:25:22.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-07-16T21:25:22.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-07-16T21:25:22.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37552026-07-16T21:25:22.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37562026-07-16T21:25:22.174Z
37572026-07-16T21:25:22.174Zinfo: running `cargo check --bins` on typed-rng (203/301)
37582026-07-16T21:25:22.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-07-16T21:25:22.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-07-16T21:25:22.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37612026-07-16T21:25:22.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37622026-07-16T21:25:22.737Z
37632026-07-16T21:25:22.737Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (204/301)
37642026-07-16T21:25:23.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-07-16T21:25:23.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-07-16T21:25:23.488Z Compiling libefi-sys v0.1.0
37672026-07-16T21:25:23.492Z Compiling bitfield-struct v0.6.2
37682026-07-16T21:25:23.630Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37692026-07-16T21:25:23.637Z Compiling xshell-macros v0.2.7
37702026-07-16T21:25:23.647Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37712026-07-16T21:25:23.657Z Compiling salty v0.3.0
37722026-07-16T21:25:23.671Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37732026-07-16T21:25:23.687Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37742026-07-16T21:25:23.700Z Checking rfc6979 v0.4.0
37752026-07-16T21:25:23.807Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37762026-07-16T21:25:23.822Z Checking ecdsa v0.16.9
37772026-07-16T21:25:23.961Z Checking primeorder v0.13.6
37782026-07-16T21:25:23.977Z Compiling proc-macro-error-attr2 v2.0.0
37792026-07-16T21:25:23.990Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37802026-07-16T21:25:24.008Z Checking xshell v0.2.7
37812026-07-16T21:25:24.132Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37822026-07-16T21:25:24.167Z Checking tungstenite v0.21.0
37832026-07-16T21:25:24.170Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37842026-07-16T21:25:24.196Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37852026-07-16T21:25:24.199Z Checking p384 v0.13.1
37862026-07-16T21:25:24.231Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37872026-07-16T21:25:24.303Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37882026-07-16T21:25:24.352Z Compiling num-derive v0.3.3
37892026-07-16T21:25:24.376Z Compiling proc-macro-error2 v2.0.1
37902026-07-16T21:25:24.459Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37912026-07-16T21:25:24.584Z Checking tokio-tungstenite v0.21.0
37922026-07-16T21:25:24.605Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37932026-07-16T21:25:24.652Z Checking papergrid v0.17.0
37942026-07-16T21:25:24.676Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37952026-07-16T21:25:24.691Z Compiling tabled_derive v0.11.0
37962026-07-16T21:25:24.695Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37972026-07-16T21:25:24.813Z Compiling progenitor-impl v0.13.0
37982026-07-16T21:25:24.857Z Checking testing_table v0.3.0
37992026-07-16T21:25:24.948Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38002026-07-16T21:25:24.952Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
38012026-07-16T21:25:24.977Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38022026-07-16T21:25:25.168Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38032026-07-16T21:25:25.183Z Compiling unicase v2.9.0
38042026-07-16T21:25:25.242Z Checking libscf-sys v1.1.0
38052026-07-16T21:25:25.376Z Compiling illumos-nvpair-sys v0.2.0
38062026-07-16T21:25:25.379Z Checking corncobs v0.1.4
38072026-07-16T21:25:25.439Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38082026-07-16T21:25:25.476Z Compiling mime_guess v2.0.5
38092026-07-16T21:25:25.527Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38102026-07-16T21:25:25.600Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38112026-07-16T21:25:25.640Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38122026-07-16T21:25:25.654Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
38132026-07-16T21:25:25.772Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38142026-07-16T21:25:25.846Z Checking tabled v0.20.0
38152026-07-16T21:25:25.971Z Checking progenitor-client v0.13.0
38162026-07-16T21:25:26.038Z Checking secrecy v0.8.0
38172026-07-16T21:25:26.162Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38182026-07-16T21:25:26.226Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38192026-07-16T21:25:26.288Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38202026-07-16T21:25:26.412Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38212026-07-16T21:25:26.637Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38222026-07-16T21:25:26.674Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38232026-07-16T21:25:26.689Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38242026-07-16T21:25:26.742Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38252026-07-16T21:25:26.764Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38262026-07-16T21:25:26.929Z Checking filetime v0.2.27
38272026-07-16T21:25:27.069Z Checking crc8 v0.1.1
38282026-07-16T21:25:27.113Z Checking xattr v1.6.1
38292026-07-16T21:25:27.126Z Checking http-range v0.1.5
38302026-07-16T21:25:27.239Z Checking tar v0.4.46
38312026-07-16T21:25:27.255Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38322026-07-16T21:25:27.372Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38332026-07-16T21:25:27.438Z Compiling progenitor-macro v0.13.0
38342026-07-16T21:25:27.448Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38352026-07-16T21:25:27.489Z Checking illumos-nvpair v0.3.0
38362026-07-16T21:25:27.619Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38372026-07-16T21:25:27.647Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38382026-07-16T21:25:27.702Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38392026-07-16T21:25:27.897Z Checking atty v0.2.14
38402026-07-16T21:25:27.913Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38412026-07-16T21:25:27.995Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38422026-07-16T21:25:28.009Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38432026-07-16T21:25:28.191Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38442026-07-16T21:25:28.234Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38452026-07-16T21:25:28.275Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38462026-07-16T21:25:28.330Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
38472026-07-16T21:25:28.346Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38482026-07-16T21:25:28.463Z Checking hyper-staticfile v0.10.1
38492026-07-16T21:25:28.545Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38502026-07-16T21:25:28.576Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38512026-07-16T21:25:28.747Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38522026-07-16T21:25:28.795Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38532026-07-16T21:25:29.014Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38542026-07-16T21:25:29.079Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38552026-07-16T21:25:29.290Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38562026-07-16T21:25:29.610Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38572026-07-16T21:25:30.330Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38582026-07-16T21:25:30.804Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38592026-07-16T21:25:31.215Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38602026-07-16T21:25:31.447Z Checking progenitor v0.13.0
38612026-07-16T21:25:31.580Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38622026-07-16T21:25:33.623Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38632026-07-16T21:25:36.918Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38642026-07-16T21:25:47.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.21s
38652026-07-16T21:25:48.121Z
38662026-07-16T21:25:48.121Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (205/301)
38672026-07-16T21:25:48.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-07-16T21:25:48.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-07-16T21:25:48.852Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38702026-07-16T21:25:59.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
38712026-07-16T21:25:59.824Z
38722026-07-16T21:25:59.825Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (206/301)
38732026-07-16T21:26:00.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-07-16T21:26:00.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-07-16T21:26:00.556Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38762026-07-16T21:26:11.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
38772026-07-16T21:26:11.465Z
38782026-07-16T21:26:11.465Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (207/301)
38792026-07-16T21:26:11.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-07-16T21:26:11.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-07-16T21:26:12.196Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38822026-07-16T21:26:22.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
38832026-07-16T21:26:23.126Z
38842026-07-16T21:26:23.126Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (208/301)
38852026-07-16T21:26:23.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-07-16T21:26:23.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-07-16T21:26:23.854Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38882026-07-16T21:26:34.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.61s
38892026-07-16T21:26:34.936Z
38902026-07-16T21:26:34.936Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (209/301)
38912026-07-16T21:26:35.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-07-16T21:26:35.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-07-16T21:26:35.667Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38942026-07-16T21:26:46.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
38952026-07-16T21:26:46.667Z
38962026-07-16T21:26:46.667Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (210/301)
38972026-07-16T21:26:47.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-07-16T21:26:47.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-07-16T21:26:47.394Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39002026-07-16T21:26:58.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
39012026-07-16T21:26:58.313Z
39022026-07-16T21:26:58.313Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (211/301)
39032026-07-16T21:26:58.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-07-16T21:26:58.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-07-16T21:26:59.044Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39062026-07-16T21:27:09.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
39072026-07-16T21:27:09.938Z
39082026-07-16T21:27:09.938Zinfo: running `cargo check --bins` on bootstrap-agent-api (212/301)
39092026-07-16T21:27:10.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-07-16T21:27:10.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-07-16T21:27:10.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39122026-07-16T21:27:10.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39132026-07-16T21:27:10.484Z
39142026-07-16T21:27:10.484Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (213/301)
39152026-07-16T21:27:10.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-07-16T21:27:10.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-07-16T21:27:10.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39182026-07-16T21:27:10.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39192026-07-16T21:27:11.035Z
39202026-07-16T21:27:11.036Zinfo: running `cargo check --bins` on range-requests (214/301)
39212026-07-16T21:27:11.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222026-07-16T21:27:11.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232026-07-16T21:27:11.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39242026-07-16T21:27:11.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39252026-07-16T21:27:11.573Z
39262026-07-16T21:27:11.573Zinfo: running `cargo check --bins` on repo-depot-api (215/301)
39272026-07-16T21:27:12.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39282026-07-16T21:27:12.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39292026-07-16T21:27:12.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39302026-07-16T21:27:12.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39312026-07-16T21:27:12.110Z
39322026-07-16T21:27:12.110Zinfo: running `cargo check --bins` on sled-agent-api (216/301)
39332026-07-16T21:27:12.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-07-16T21:27:12.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-07-16T21:27:12.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39362026-07-16T21:27:12.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39372026-07-16T21:27:12.674Z
39382026-07-16T21:27:12.674Zinfo: running `cargo check --bins` on sled-diagnostics (217/301)
39392026-07-16T21:27:13.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-07-16T21:27:13.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-07-16T21:27:13.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39422026-07-16T21:27:13.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39432026-07-16T21:27:13.231Z
39442026-07-16T21:27:13.231Zinfo: running `cargo check --bins` on zfs-test-harness (218/301)
39452026-07-16T21:27:13.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-07-16T21:27:13.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-07-16T21:27:13.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-07-16T21:27:13.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39492026-07-16T21:27:13.796Z
39502026-07-16T21:27:13.796Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (219/301)
39512026-07-16T21:27:14.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-07-16T21:27:14.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-07-16T21:27:14.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-07-16T21:27:14.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39552026-07-16T21:27:14.368Z
39562026-07-16T21:27:14.368Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (220/301)
39572026-07-16T21:27:14.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-07-16T21:27:14.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-07-16T21:27:14.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-07-16T21:27:14.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39612026-07-16T21:27:14.934Z
39622026-07-16T21:27:14.934Zinfo: running `cargo check --bins` on sled-agent-early-networking (221/301)
39632026-07-16T21:27:15.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-07-16T21:27:15.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-07-16T21:27:15.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39662026-07-16T21:27:15.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39672026-07-16T21:27:15.496Z
39682026-07-16T21:27:15.496Zinfo: running `cargo check --bins` on sled-agent-health-monitor (222/301)
39692026-07-16T21:27:15.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-07-16T21:27:15.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-07-16T21:27:15.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39722026-07-16T21:27:15.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39732026-07-16T21:27:16.061Z
39742026-07-16T21:27:16.061Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (223/301)
39752026-07-16T21:27:16.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-07-16T21:27:16.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-07-16T21:27:16.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39782026-07-16T21:27:16.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39792026-07-16T21:27:16.625Z
39802026-07-16T21:27:16.625Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (224/301)
39812026-07-16T21:27:17.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-07-16T21:27:17.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-07-16T21:27:17.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39842026-07-16T21:27:17.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39852026-07-16T21:27:17.188Z
39862026-07-16T21:27:17.188Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (225/301)
39872026-07-16T21:27:17.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-07-16T21:27:17.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-07-16T21:27:17.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39902026-07-16T21:27:17.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39912026-07-16T21:27:17.757Z
39922026-07-16T21:27:17.757Zinfo: running `cargo check --bins` on sled-agent-rack-setup (226/301)
39932026-07-16T21:27:18.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-07-16T21:27:18.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-07-16T21:27:18.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-07-16T21:27:18.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39972026-07-16T21:27:18.348Z
39982026-07-16T21:27:18.348Zinfo: running `cargo check --bins` on trust-quorum (227/301)
39992026-07-16T21:27:18.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-07-16T21:27:18.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-07-16T21:27:18.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-07-16T21:27:18.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40032026-07-16T21:27:18.918Z
40042026-07-16T21:27:18.918Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (228/301)
40052026-07-16T21:27:19.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-07-16T21:27:19.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-07-16T21:27:19.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-07-16T21:27:19.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40092026-07-16T21:27:19.497Z
40102026-07-16T21:27:19.497Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (229/301)
40112026-07-16T21:27:19.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-07-16T21:27:20.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-07-16T21:27:20.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-07-16T21:27:20.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40152026-07-16T21:27:20.092Z
40162026-07-16T21:27:20.092Zinfo: running `cargo check --bins` on update-common (230/301)
40172026-07-16T21:27:20.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-07-16T21:27:20.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-07-16T21:27:20.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-07-16T21:27:20.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40212026-07-16T21:27:20.642Z
40222026-07-16T21:27:20.642Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (231/301)
40232026-07-16T21:27:21.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-07-16T21:27:21.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-07-16T21:27:21.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40262026-07-16T21:27:21.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40272026-07-16T21:27:21.234Z
40282026-07-16T21:27:21.234Zinfo: running `cargo check --bins` on omicron-deployment-graph (232/301)
40292026-07-16T21:27:21.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-07-16T21:27:21.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-07-16T21:27:21.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40322026-07-16T21:27:21.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40332026-07-16T21:27:21.765Z
40342026-07-16T21:27:21.765Zinfo: running `cargo check --bins` on reconfigurator-cli (233/301)
40352026-07-16T21:27:22.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-07-16T21:27:22.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-07-16T21:27:22.492Z Compiling fs-err v2.11.0
40382026-07-16T21:27:22.494Z Checking ignore v0.4.25
40392026-07-16T21:27:22.496Z Checking arc-swap v1.8.2
40402026-07-16T21:27:22.627Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40412026-07-16T21:27:22.628Z Checking predicates-tree v1.0.13
40422026-07-16T21:27:22.631Z Checking parse-size v1.1.0
40432026-07-16T21:27:22.655Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40442026-07-16T21:27:22.658Z Checking rand_seeder v0.4.0
40452026-07-16T21:27:22.731Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40462026-07-16T21:27:22.750Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40472026-07-16T21:27:22.812Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40482026-07-16T21:27:22.825Z Checking slog-scope v4.4.1
40492026-07-16T21:27:22.867Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40502026-07-16T21:27:22.937Z Compiling petname v2.0.2
40512026-07-16T21:27:22.951Z Checking slog-stdlog v4.1.1
40522026-07-16T21:27:22.966Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40532026-07-16T21:27:22.991Z Checking globwalk v0.9.1
40542026-07-16T21:27:23.062Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40552026-07-16T21:27:23.065Z Checking slog-envlogger v2.2.0
40562026-07-16T21:27:23.167Z Checking camino-tempfile-ext v0.3.3
40572026-07-16T21:27:23.218Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40582026-07-16T21:27:23.248Z Checking sapling-renderdag v0.1.0
40592026-07-16T21:27:23.361Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40602026-07-16T21:27:23.417Z Checking subprocess v0.2.15
40612026-07-16T21:27:23.485Z Checking sync-ptr v0.1.4
40622026-07-16T21:27:23.554Z Checking colored v2.2.0
40632026-07-16T21:27:23.597Z Checking assert_matches v1.5.0
40642026-07-16T21:27:23.695Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40652026-07-16T21:27:23.864Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40662026-07-16T21:27:23.867Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40672026-07-16T21:27:24.576Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40682026-07-16T21:27:25.883Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40692026-07-16T21:27:28.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.25s
40702026-07-16T21:27:28.217Z
40712026-07-16T21:27:28.217Zinfo: running `cargo check --bins` on omicron-repl-utils (234/301)
40722026-07-16T21:27:28.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-07-16T21:27:28.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-07-16T21:27:28.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40752026-07-16T21:27:28.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40762026-07-16T21:27:28.746Z
40772026-07-16T21:27:28.746Zinfo: running `cargo check --bins` on transient-dns-server (235/301)
40782026-07-16T21:27:29.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-07-16T21:27:29.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-07-16T21:27:29.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40812026-07-16T21:27:29.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40822026-07-16T21:27:29.301Z
40832026-07-16T21:27:29.301Zinfo: running `cargo check --bins` on nexus-test-interface (236/301)
40842026-07-16T21:27:29.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-07-16T21:27:29.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-07-16T21:27:29.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-07-16T21:27:29.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40882026-07-16T21:27:29.900Z
40892026-07-16T21:27:29.900Zinfo: running `cargo check --bins` on oximeter-collector (237/301)
40902026-07-16T21:27:30.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-07-16T21:27:30.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-07-16T21:27:30.568Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40932026-07-16T21:27:30.569Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40942026-07-16T21:27:31.196Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40952026-07-16T21:27:32.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.86s
40962026-07-16T21:27:32.951Z
40972026-07-16T21:27:32.951Zinfo: running `cargo check --bins` on oximeter-api (238/301)
40982026-07-16T21:27:33.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-07-16T21:27:33.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-07-16T21:27:33.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41012026-07-16T21:27:33.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
41022026-07-16T21:27:33.490Z
41032026-07-16T21:27:33.490Zinfo: running `cargo check --bins` on cert-dev (239/301)
41042026-07-16T21:27:33.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052026-07-16T21:27:33.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062026-07-16T21:27:34.042Z Checking yasna v0.5.2
41072026-07-16T21:27:34.444Z Checking rcgen v0.12.1
41082026-07-16T21:27:34.694Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41092026-07-16T21:27:34.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
41102026-07-16T21:27:35.025Z
41112026-07-16T21:27:35.025Zinfo: running `cargo check --bins` on clickana (240/301)
41122026-07-16T21:27:35.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41132026-07-16T21:27:35.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41142026-07-16T21:27:35.619Z Compiling darling_core v0.23.0
41152026-07-16T21:27:35.725Z Compiling instability v0.3.11
41162026-07-16T21:27:35.728Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41172026-07-16T21:27:35.734Z Checking castaway v0.2.4
41182026-07-16T21:27:35.740Z Compiling indoc v2.0.7
41192026-07-16T21:27:35.754Z Checking unicode-truncate v1.1.0
41202026-07-16T21:27:35.757Z Checking lru v0.12.5
41212026-07-16T21:27:35.757Z Checking cassowary v0.3.0
41222026-07-16T21:27:35.831Z Checking compact_str v0.8.1
41232026-07-16T21:27:37.029Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41242026-07-16T21:27:37.136Z Compiling darling_macro v0.23.0
41252026-07-16T21:27:37.198Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41262026-07-16T21:27:37.559Z Compiling darling v0.23.0
41272026-07-16T21:27:38.187Z Checking ratatui v0.29.0
41282026-07-16T21:27:39.250Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41292026-07-16T21:27:39.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.86s
41302026-07-16T21:27:40.059Z
41312026-07-16T21:27:40.059Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (241/301)
41322026-07-16T21:27:40.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41332026-07-16T21:27:40.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41342026-07-16T21:27:40.736Z Checking headers-core v0.3.0
41352026-07-16T21:27:40.739Z Checking port-file v0.1.0
41362026-07-16T21:27:40.739Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41372026-07-16T21:27:40.927Z Checking headers v0.4.1
41382026-07-16T21:27:41.291Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41392026-07-16T21:27:42.212Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41402026-07-16T21:27:42.680Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41412026-07-16T21:27:43.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
41422026-07-16T21:27:43.255Z
41432026-07-16T21:27:43.255Zinfo: running `cargo check --bins` on ch-dev (242/301)
41442026-07-16T21:27:43.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-07-16T21:27:43.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-07-16T21:27:43.916Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41472026-07-16T21:27:44.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
41482026-07-16T21:27:44.830Z
41492026-07-16T21:27:44.830Zinfo: running `cargo check --bins` on dev-tools-common (243/301)
41502026-07-16T21:27:45.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41512026-07-16T21:27:45.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41522026-07-16T21:27:45.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41532026-07-16T21:27:45.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
41542026-07-16T21:27:45.234Z
41552026-07-16T21:27:45.234Zinfo: running `cargo check --bins` on corpus-adjust (244/301)
41562026-07-16T21:27:45.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41572026-07-16T21:27:45.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41582026-07-16T21:27:45.815Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41592026-07-16T21:27:46.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
41602026-07-16T21:27:46.319Z
41612026-07-16T21:27:46.319Zinfo: running `cargo check --bins` on crdb-seed (245/301)
41622026-07-16T21:27:46.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41632026-07-16T21:27:46.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41642026-07-16T21:27:46.978Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41652026-07-16T21:27:48.041Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41662026-07-16T21:27:48.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
41672026-07-16T21:27:48.541Z
41682026-07-16T21:27:48.541Zinfo: running `cargo check --bins` on db-dev (246/301)
41692026-07-16T21:27:49.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41702026-07-16T21:27:49.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41712026-07-16T21:27:49.202Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41722026-07-16T21:27:49.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
41732026-07-16T21:27:50.128Z
41742026-07-16T21:27:50.128Zinfo: running `cargo check --bins` on omicron-dev-lib (247/301)
41752026-07-16T21:27:50.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41762026-07-16T21:27:50.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41772026-07-16T21:27:50.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41782026-07-16T21:27:50.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41792026-07-16T21:27:50.709Z
41802026-07-16T21:27:50.709Zinfo: running `cargo check --bins` on xtask-downloader (248/301)
41812026-07-16T21:27:51.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41822026-07-16T21:27:51.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41832026-07-16T21:27:51.260Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41842026-07-16T21:27:51.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
41852026-07-16T21:27:52.105Z
41862026-07-16T21:27:52.105Zinfo: running `cargo check --bins` on omicron-dropshot-apis (249/301)
41872026-07-16T21:27:52.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41882026-07-16T21:27:52.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41892026-07-16T21:27:52.800Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41902026-07-16T21:27:52.800Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41912026-07-16T21:27:52.803Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
41922026-07-16T21:27:52.803Z Checking git-stub v1.0.0
41932026-07-16T21:27:52.803Z Compiling trait-variant v0.1.2
41942026-07-16T21:27:52.918Z Checking maplit v1.0.2
41952026-07-16T21:27:52.925Z Checking is_ci v1.2.0
41962026-07-16T21:27:52.945Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41972026-07-16T21:27:53.006Z Checking supports-color v3.0.2
41982026-07-16T21:27:53.021Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41992026-07-16T21:27:53.089Z Checking git-stub-vcs v0.1.0
42002026-07-16T21:27:53.126Z Checking drift v0.2.0
42012026-07-16T21:27:53.202Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
42022026-07-16T21:27:53.219Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
42032026-07-16T21:27:53.296Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42042026-07-16T21:27:53.430Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42052026-07-16T21:27:53.444Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
42062026-07-16T21:27:53.464Z Checking dropshot-api-manager v0.7.2
42072026-07-16T21:27:53.479Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42082026-07-16T21:27:53.494Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
42092026-07-16T21:27:53.643Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42102026-07-16T21:27:53.686Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42112026-07-16T21:27:54.172Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42122026-07-16T21:27:55.126Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42132026-07-16T21:27:56.137Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42142026-07-16T21:27:56.766Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42152026-07-16T21:27:57.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.07s
42162026-07-16T21:27:57.366Z
42172026-07-16T21:27:57.366Zinfo: running `cargo check --bins` on installinator-api (250/301)
42182026-07-16T21:27:57.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42192026-07-16T21:27:57.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42202026-07-16T21:27:57.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42212026-07-16T21:27:57.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42222026-07-16T21:27:57.901Z
42232026-07-16T21:27:57.901Zinfo: running `cargo check --bins` on nexus-external-api (251/301)
42242026-07-16T21:27:58.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42252026-07-16T21:27:58.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42262026-07-16T21:27:58.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42272026-07-16T21:27:58.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42282026-07-16T21:27:58.474Z
42292026-07-16T21:27:58.474Zinfo: running `cargo check --bins` on nexus-internal-api (252/301)
42302026-07-16T21:27:58.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42312026-07-16T21:27:58.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42322026-07-16T21:27:58.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42332026-07-16T21:27:58.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42342026-07-16T21:27:59.046Z
42352026-07-16T21:27:59.046Zinfo: running `cargo check --bins` on nexus-lockstep-api (253/301)
42362026-07-16T21:27:59.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42372026-07-16T21:27:59.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42382026-07-16T21:27:59.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42392026-07-16T21:27:59.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42402026-07-16T21:27:59.619Z
42412026-07-16T21:27:59.619Zinfo: running `cargo check --bins` on ntp-admin-api (254/301)
42422026-07-16T21:28:00.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42432026-07-16T21:28:00.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42442026-07-16T21:28:00.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42452026-07-16T21:28:00.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42462026-07-16T21:28:00.155Z
42472026-07-16T21:28:00.155Zinfo: running `cargo check --bins` on ntp-admin-types-versions (255/301)
42482026-07-16T21:28:00.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42492026-07-16T21:28:00.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42502026-07-16T21:28:00.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42512026-07-16T21:28:00.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42522026-07-16T21:28:00.686Z
42532026-07-16T21:28:00.686Zinfo: running `cargo check --bins` on wicketd-api (256/301)
42542026-07-16T21:28:01.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-07-16T21:28:01.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-07-16T21:28:01.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42572026-07-16T21:28:01.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42582026-07-16T21:28:01.235Z
42592026-07-16T21:28:01.235Zinfo: running `cargo check --bins` on omicron-ls-apis (257/301)
42602026-07-16T21:28:01.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42612026-07-16T21:28:01.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42622026-07-16T21:28:01.797Z Checking cargo-platform v0.3.2
42632026-07-16T21:28:01.799Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42642026-07-16T21:28:02.034Z Checking cargo_metadata v0.23.1
42652026-07-16T21:28:02.630Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42662026-07-16T21:28:03.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s
42672026-07-16T21:28:03.510Z
42682026-07-16T21:28:03.511Zinfo: running `cargo check --bins` on mgs-dev (258/301)
42692026-07-16T21:28:03.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-07-16T21:28:03.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-07-16T21:28:04.189Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42722026-07-16T21:28:04.786Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42732026-07-16T21:28:05.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
42742026-07-16T21:28:05.453Z
42752026-07-16T21:28:05.453Zinfo: running `cargo check --bins` on omicron-omdb (259/301)
42762026-07-16T21:28:05.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42772026-07-16T21:28:05.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42782026-07-16T21:28:06.371Z Compiling vergen-lib v0.1.6
42792026-07-16T21:28:06.371Z Compiling diesel_derives v2.3.7
42802026-07-16T21:28:06.371Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42812026-07-16T21:28:06.374Z Compiling dsl_auto_type v0.2.0
42822026-07-16T21:28:06.374Z Checking scheduled-thread-pool v0.2.7
42832026-07-16T21:28:06.374Z Compiling vergen-gitcl v1.0.8
42842026-07-16T21:28:06.374Z Compiling diesel_table_macro_syntax v0.3.0
42852026-07-16T21:28:06.526Z Compiling dirs-sys-next v0.1.2
42862026-07-16T21:28:06.645Z Compiling crunchy v0.2.4
42872026-07-16T21:28:06.708Z Compiling glob v0.3.3
42882026-07-16T21:28:06.738Z Compiling dirs-next v2.0.0
42892026-07-16T21:28:06.757Z Checking r2d2 v0.8.10
42902026-07-16T21:28:06.848Z Compiling tiny-keccak v2.0.2
42912026-07-16T21:28:06.863Z Checking downcast-rs v2.0.2
42922026-07-16T21:28:06.936Z Compiling term v0.7.0
42932026-07-16T21:28:06.968Z Compiling bit-vec v0.6.3
42942026-07-16T21:28:07.094Z Compiling clang-sys v1.8.1
42952026-07-16T21:28:07.155Z Compiling bit-set v0.5.3
42962026-07-16T21:28:07.198Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42972026-07-16T21:28:07.336Z Compiling ascii-canvas v3.0.0
42982026-07-16T21:28:07.429Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42992026-07-16T21:28:07.479Z Compiling itertools v0.10.5
43002026-07-16T21:28:07.505Z Compiling ena v0.14.4
43012026-07-16T21:28:07.505Z Compiling libloading v0.8.9
43022026-07-16T21:28:07.577Z Compiling diff v0.1.13
43032026-07-16T21:28:07.594Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
43042026-07-16T21:28:07.597Z Compiling regex-syntax v0.6.29
43052026-07-16T21:28:07.706Z Compiling bindgen v0.71.1
43062026-07-16T21:28:07.863Z Compiling cexpr v0.6.0
43072026-07-16T21:28:08.170Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43082026-07-16T21:28:08.201Z Compiling rustc-hash v2.1.1
43092026-07-16T21:28:08.397Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43102026-07-16T21:28:08.491Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43112026-07-16T21:28:08.522Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43122026-07-16T21:28:08.549Z Compiling libxml v0.3.3
43132026-07-16T21:28:08.771Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43142026-07-16T21:28:08.805Z Compiling strum_macros v0.24.3
43152026-07-16T21:28:08.826Z Compiling indoc v1.0.9
43162026-07-16T21:28:08.975Z Compiling lalrpop v0.19.12
43172026-07-16T21:28:09.720Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43182026-07-16T21:28:09.924Z Checking derive_builder v0.20.2
43192026-07-16T21:28:10.039Z Compiling oso-derive v0.27.3
43202026-07-16T21:28:10.164Z Checking quick-xml v0.37.5
43212026-07-16T21:28:10.260Z Compiling impl-trait-for-tuples v0.2.3
43222026-07-16T21:28:10.581Z Checking openssl-probe v0.1.6
43232026-07-16T21:28:10.727Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43242026-07-16T21:28:11.100Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43252026-07-16T21:28:11.307Z Checking bb8 v0.8.6
43262026-07-16T21:28:11.407Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43272026-07-16T21:28:11.475Z Checking nonempty v0.12.0
43282026-07-16T21:28:11.597Z Compiling libz-sys v1.1.24
43292026-07-16T21:28:11.640Z Compiling strsim v0.10.0
43302026-07-16T21:28:11.656Z Compiling libgit2-sys v0.18.3+1.9.2
43312026-07-16T21:28:11.865Z Compiling darling_core v0.13.4
43322026-07-16T21:28:11.991Z Compiling vergen-git2 v9.1.0
43332026-07-16T21:28:12.165Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43342026-07-16T21:28:12.220Z Compiling base64 v0.21.7
43352026-07-16T21:28:12.398Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43362026-07-16T21:28:12.474Z Checking diesel v2.3.7
43372026-07-16T21:28:12.557Z Compiling ron v0.8.1
43382026-07-16T21:28:13.362Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43392026-07-16T21:28:13.479Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43402026-07-16T21:28:13.594Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43412026-07-16T21:28:13.720Z Compiling darling_macro v0.13.4
43422026-07-16T21:28:13.801Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43432026-07-16T21:28:14.012Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43442026-07-16T21:28:14.212Z Compiling darling v0.13.4
43452026-07-16T21:28:14.215Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43462026-07-16T21:28:14.305Z Compiling serde_with_macros v1.5.2
43472026-07-16T21:28:14.431Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43482026-07-16T21:28:14.631Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43492026-07-16T21:28:14.692Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43502026-07-16T21:28:14.836Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43512026-07-16T21:28:15.152Z Compiling serde_with v1.14.0
43522026-07-16T21:28:16.365Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43532026-07-16T21:28:16.413Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43542026-07-16T21:28:16.598Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43552026-07-16T21:28:17.236Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43562026-07-16T21:28:17.538Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43572026-07-16T21:28:17.780Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43582026-07-16T21:28:18.074Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43592026-07-16T21:28:18.176Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43602026-07-16T21:28:18.373Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43612026-07-16T21:28:18.886Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43622026-07-16T21:28:18.903Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43632026-07-16T21:28:19.090Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43642026-07-16T21:28:19.255Z Checking twox-hash v2.1.2
43652026-07-16T21:28:19.297Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43662026-07-16T21:28:19.509Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43672026-07-16T21:28:19.559Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43682026-07-16T21:28:19.943Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43692026-07-16T21:28:20.106Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43702026-07-16T21:28:21.226Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43712026-07-16T21:28:21.389Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43722026-07-16T21:28:21.532Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43732026-07-16T21:28:22.056Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43742026-07-16T21:28:22.192Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43752026-07-16T21:28:22.396Z Checking console v0.16.2
43762026-07-16T21:28:22.712Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43772026-07-16T21:28:22.861Z Checking fatfs v0.3.6
43782026-07-16T21:28:23.038Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43792026-07-16T21:28:23.325Z Checking unit-prefix v0.5.2
43802026-07-16T21:28:23.462Z Compiling seq-macro v0.3.6
43812026-07-16T21:28:23.979Z Checking indicatif v0.18.4
43822026-07-16T21:28:24.295Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43832026-07-16T21:28:24.350Z Checking support-bundle-viewer v0.1.2
43842026-07-16T21:28:24.372Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43852026-07-16T21:28:24.595Z Checking multimap v0.10.1
43862026-07-16T21:28:30.178Z Checking async-bb8-diesel v0.2.1
43872026-07-16T21:28:30.558Z Checking diesel-dtrace v0.5.0
43882026-07-16T21:28:32.935Z Compiling samael v0.0.19
43892026-07-16T21:28:37.076Z Compiling git2 v0.20.4
43902026-07-16T21:28:40.095Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43912026-07-16T21:28:40.422Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43922026-07-16T21:28:41.517Z Compiling polar-core v0.27.3
43932026-07-16T21:28:46.070Z Checking oso v0.27.3
43942026-07-16T21:29:15.344Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43952026-07-16T21:30:28.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
43962026-07-16T21:30:28.598Z
43972026-07-16T21:30:28.598Zinfo: running `cargo check --bins` on nexus-networking (260/301)
43982026-07-16T21:30:29.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43992026-07-16T21:30:29.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44002026-07-16T21:30:29.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44012026-07-16T21:30:29.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44022026-07-16T21:30:29.301Z
44032026-07-16T21:30:29.301Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (261/301)
44042026-07-16T21:30:29.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44052026-07-16T21:30:29.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44062026-07-16T21:30:29.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44072026-07-16T21:30:29.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44082026-07-16T21:30:29.821Z
44092026-07-16T21:30:29.821Zinfo: running `cargo check --bins` on nexus-saga-recovery (262/301)
44102026-07-16T21:30:30.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44112026-07-16T21:30:30.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44122026-07-16T21:30:30.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44132026-07-16T21:30:30.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44142026-07-16T21:30:30.413Z
44152026-07-16T21:30:30.413Zinfo: running `cargo check --bins` on nexus-test-utils-macros (263/301)
44162026-07-16T21:30:30.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-07-16T21:30:30.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-07-16T21:30:30.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44192026-07-16T21:30:30.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44202026-07-16T21:30:30.942Z
44212026-07-16T21:30:30.942Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (264/301)
44222026-07-16T21:30:31.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-07-16T21:30:31.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-07-16T21:30:31.731Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44252026-07-16T21:30:32.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
44262026-07-16T21:30:32.667Z
44272026-07-16T21:30:32.668Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (265/301)
44282026-07-16T21:30:36.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-07-16T21:30:36.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-07-16T21:30:36.276Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44312026-07-16T21:31:11.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.55s
44322026-07-16T21:31:11.438Z
44332026-07-16T21:31:11.438Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (266/301)
44342026-07-16T21:31:11.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-07-16T21:31:11.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-07-16T21:31:11.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44372026-07-16T21:31:11.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44382026-07-16T21:31:11.967Z
44392026-07-16T21:31:11.967Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (267/301)
44402026-07-16T21:31:12.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-07-16T21:31:12.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-07-16T21:31:12.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44432026-07-16T21:31:12.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44442026-07-16T21:31:12.500Z
44452026-07-16T21:31:12.500Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (268/301)
44462026-07-16T21:31:13.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44472026-07-16T21:31:13.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44482026-07-16T21:31:13.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44492026-07-16T21:31:13.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44502026-07-16T21:31:13.100Z
44512026-07-16T21:31:13.101Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (269/301)
44522026-07-16T21:31:13.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44532026-07-16T21:31:13.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44542026-07-16T21:31:13.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44552026-07-16T21:31:13.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44562026-07-16T21:31:13.698Z
44572026-07-16T21:31:13.698Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (270/301)
44582026-07-16T21:31:14.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44592026-07-16T21:31:14.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44602026-07-16T21:31:14.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44612026-07-16T21:31:14.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44622026-07-16T21:31:14.298Z
44632026-07-16T21:31:14.298Zinfo: running `cargo check --bins` on nexus-mgs-updates (271/301)
44642026-07-16T21:31:14.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44652026-07-16T21:31:14.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44662026-07-16T21:31:14.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44672026-07-16T21:31:14.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44682026-07-16T21:31:14.895Z
44692026-07-16T21:31:14.895Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (272/301)
44702026-07-16T21:31:15.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44712026-07-16T21:31:15.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44722026-07-16T21:31:15.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44732026-07-16T21:31:15.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44742026-07-16T21:31:15.504Z
44752026-07-16T21:31:15.504Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (273/301)
44762026-07-16T21:31:16.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44772026-07-16T21:31:16.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44782026-07-16T21:31:16.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44792026-07-16T21:31:16.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44802026-07-16T21:31:16.114Z
44812026-07-16T21:31:16.114Zinfo: running `cargo check --bins` on nexus-switch-config (274/301)
44822026-07-16T21:31:16.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44832026-07-16T21:31:16.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44842026-07-16T21:31:16.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44852026-07-16T21:31:16.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44862026-07-16T21:31:16.699Z
44872026-07-16T21:31:16.699Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (275/301)
44882026-07-16T21:31:17.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44892026-07-16T21:31:17.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44902026-07-16T21:31:17.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44912026-07-16T21:31:17.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44922026-07-16T21:31:17.309Z
44932026-07-16T21:31:17.309Zinfo: running `cargo check --bins` on support-bundle-collection (276/301)
44942026-07-16T21:31:17.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44952026-07-16T21:31:17.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44962026-07-16T21:31:17.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44972026-07-16T21:31:17.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44982026-07-16T21:31:17.916Z
44992026-07-16T21:31:17.916Zinfo: running `cargo check --bins` on omicron-dev (277/301)
45002026-07-16T21:31:18.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45012026-07-16T21:31:18.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45022026-07-16T21:31:18.767Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45032026-07-16T21:31:18.770Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45042026-07-16T21:31:18.920Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
45052026-07-16T21:31:18.938Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
45062026-07-16T21:31:18.965Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45072026-07-16T21:31:18.968Z Checking yansi v1.0.1
45082026-07-16T21:31:18.968Z Checking diff v0.1.13
45092026-07-16T21:31:18.968Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45102026-07-16T21:31:19.100Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45112026-07-16T21:31:19.251Z Checking pretty_assertions v1.4.1
45122026-07-16T21:31:20.009Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45132026-07-16T21:31:20.083Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45142026-07-16T21:31:44.873Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45152026-07-16T21:31:44.874Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45162026-07-16T21:31:44.888Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45172026-07-16T21:31:44.888Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45182026-07-16T21:31:44.888Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45192026-07-16T21:31:44.888Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45202026-07-16T21:31:44.888Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45212026-07-16T21:31:45.660Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45222026-07-16T21:31:45.660Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45232026-07-16T21:31:46.884Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45242026-07-16T21:32:24.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
45252026-07-16T21:32:24.680Z
45262026-07-16T21:32:24.680Zinfo: running `cargo check --bins` on omicron-pins (278/301)
45272026-07-16T21:32:25.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45282026-07-16T21:32:25.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45292026-07-16T21:32:25.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45302026-07-16T21:32:25.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
45312026-07-16T21:32:25.215Z
45322026-07-16T21:32:25.216Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (279/301)
45332026-07-16T21:32:25.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45342026-07-16T21:32:25.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45352026-07-16T21:32:25.955Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45362026-07-16T21:32:26.077Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45372026-07-16T21:32:26.081Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45382026-07-16T21:32:53.114Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45392026-07-16T21:32:53.489Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45402026-07-16T21:32:55.214Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45412026-07-16T21:32:55.658Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45422026-07-16T21:32:58.782Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45432026-07-16T21:33:22.532Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45442026-07-16T21:33:23.227Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45452026-07-16T21:33:24.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.61s
45462026-07-16T21:33:25.019Z
45472026-07-16T21:33:25.019Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (280/301)
45482026-07-16T21:33:25.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45492026-07-16T21:33:25.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45502026-07-16T21:33:25.691Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45512026-07-16T21:33:26.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45522026-07-16T21:33:26.546Z
45532026-07-16T21:33:26.546Zinfo: running `cargo check --bins` on omicron-releng (281/301)
45542026-07-16T21:33:27.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-07-16T21:33:27.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-07-16T21:33:27.147Z Compiling blake3 v1.8.5
45572026-07-16T21:33:27.253Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45582026-07-16T21:33:27.263Z Checking constant_time_eq v0.4.2
45592026-07-16T21:33:27.265Z Checking arrayref v0.3.9
45602026-07-16T21:33:27.265Z Checking arrayvec v0.7.6
45612026-07-16T21:33:27.289Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45622026-07-16T21:33:27.292Z Checking digest-io v0.1.0
45632026-07-16T21:33:27.292Z Checking sha2 v0.11.0
45642026-07-16T21:33:27.341Z Checking rawzip v0.4.4
45652026-07-16T21:33:27.379Z Checking topological-sort v0.2.2
45662026-07-16T21:33:27.403Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45672026-07-16T21:33:27.440Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45682026-07-16T21:33:27.506Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45692026-07-16T21:33:27.611Z Checking shell-words v1.1.1
45702026-07-16T21:33:27.758Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45712026-07-16T21:33:28.012Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45722026-07-16T21:33:28.230Z Checking omicron-zone-package v0.12.3 (https://github.com/oxidecomputer/omicron-package.git?rev=b3a1c66d2abf1c68f1ecf500a5de6df6515b7f5e#b3a1c66d)
45732026-07-16T21:33:29.088Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45742026-07-16T21:33:30.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s
45752026-07-16T21:33:30.286Z
45762026-07-16T21:33:30.286Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (282/301)
45772026-07-16T21:33:30.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45782026-07-16T21:33:30.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45792026-07-16T21:33:30.884Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45802026-07-16T21:33:31.200Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45812026-07-16T21:33:31.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
45822026-07-16T21:33:31.758Z
45832026-07-16T21:33:31.759Zinfo: running `cargo check --bins` on schema (283/301)
45842026-07-16T21:33:32.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45852026-07-16T21:33:32.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45862026-07-16T21:33:32.433Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45872026-07-16T21:33:33.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45882026-07-16T21:33:33.298Z
45892026-07-16T21:33:33.298Zinfo: running `cargo check --bins` on xtask (284/301)
45902026-07-16T21:33:33.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45912026-07-16T21:33:33.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45922026-07-16T21:33:33.690Z Checking serde_core v1.0.228
45932026-07-16T21:33:33.690Z Checking libc v0.2.185
45942026-07-16T21:33:33.772Z Checking bitflags v2.11.0
45952026-07-16T21:33:33.779Z Checking scroll v0.12.0
45962026-07-16T21:33:33.782Z Checking thiserror v1.0.69
45972026-07-16T21:33:33.792Z Checking log v0.4.29
45982026-07-16T21:33:33.799Z Checking indexmap v2.14.0
45992026-07-16T21:33:33.802Z Checking zerocopy v0.7.35
46002026-07-16T21:33:33.872Z Checking syn v2.0.117
46012026-07-16T21:33:33.910Z Checking dtrace-parser v0.2.0
46022026-07-16T21:33:33.930Z Checking once_cell v1.21.3
46032026-07-16T21:33:33.989Z Checking goblin v0.8.2
46042026-07-16T21:33:34.057Z Checking errno v0.3.14
46052026-07-16T21:33:34.097Z Checking thread-id v4.2.2
46062026-07-16T21:33:34.137Z Checking getrandom v0.4.1
46072026-07-16T21:33:34.170Z Checking rustix v1.1.3
46082026-07-16T21:33:34.181Z Checking memmap v0.7.0
46092026-07-16T21:33:34.264Z Checking thiserror v2.0.18
46102026-07-16T21:33:34.282Z Checking fs-err v3.3.0
46112026-07-16T21:33:34.313Z Checking tabled v0.15.0
46122026-07-16T21:33:34.330Z Checking anyhow v1.0.102
46132026-07-16T21:33:34.932Z Checking terminal_size v0.4.3
46142026-07-16T21:33:34.932Z Checking tempfile v3.25.0
46152026-07-16T21:33:35.043Z Checking clap_builder v4.6.0
46162026-07-16T21:33:35.043Z Checking textwrap v0.16.2
46172026-07-16T21:33:35.224Z Checking serde v1.0.228
46182026-07-16T21:33:35.228Z Checking serde_json v1.0.150
46192026-07-16T21:33:35.228Z Checking camino v1.2.2
46202026-07-16T21:33:35.252Z Checking semver v1.0.28
46212026-07-16T21:33:35.386Z Checking cargo-platform v0.3.2
46222026-07-16T21:33:35.463Z Checking camino-tempfile v1.4.1
46232026-07-16T21:33:35.621Z Checking toml_datetime v0.6.11
46242026-07-16T21:33:35.621Z Checking serde_spanned v0.6.9
46252026-07-16T21:33:35.621Z Checking macaddr v1.0.1
46262026-07-16T21:33:35.625Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46272026-07-16T21:33:35.793Z Checking toml_edit v0.22.27
46282026-07-16T21:33:35.828Z Checking cargo_metadata v0.23.1
46292026-07-16T21:33:35.838Z Checking dof v0.3.0
46302026-07-16T21:33:36.097Z Checking usdt-impl v0.5.0
46312026-07-16T21:33:36.226Z Checking clap v4.6.1
46322026-07-16T21:33:36.363Z Checking usdt v0.5.0
46332026-07-16T21:33:36.769Z Checking toml v0.8.23
46342026-07-16T21:33:37.026Z Checking cargo_toml v0.21.0
46352026-07-16T21:33:37.663Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46362026-07-16T21:33:38.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.76s
46372026-07-16T21:33:38.167Z
46382026-07-16T21:33:38.167Zinfo: running `cargo check --bins` on dnsadm (285/301)
46392026-07-16T21:33:38.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46402026-07-16T21:33:38.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46412026-07-16T21:33:38.758Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46422026-07-16T21:33:39.213Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46432026-07-16T21:33:39.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
46442026-07-16T21:33:39.762Z
46452026-07-16T21:33:39.762Zinfo: running `cargo check --bins` on end-to-end-tests (286/301)
46462026-07-16T21:33:40.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46472026-07-16T21:33:40.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46482026-07-16T21:33:40.533Z Checking cpubits v0.1.1
46492026-07-16T21:33:40.657Z Checking pem-rfc7468 v1.0.0
46502026-07-16T21:33:40.669Z Checking hmac v0.13.0
46512026-07-16T21:33:40.670Z Checking universal-hash v0.6.1
46522026-07-16T21:33:40.692Z Checking ctr v0.10.1
46532026-07-16T21:33:40.694Z Checking aead v0.6.1
46542026-07-16T21:33:40.720Z Checking aes v0.9.1
46552026-07-16T21:33:40.720Z Checking crypto-bigint v0.7.5
46562026-07-16T21:33:40.747Z Checking salsa20 v0.11.0
46572026-07-16T21:33:40.788Z Checking polyval v0.7.1
46582026-07-16T21:33:40.802Z Checking der v0.8.0
46592026-07-16T21:33:40.815Z Checking pbkdf2 v0.13.0
46602026-07-16T21:33:40.832Z Checking cbc v0.2.1
46612026-07-16T21:33:40.858Z Checking ff v0.14.0
46622026-07-16T21:33:40.884Z Checking signature v3.0.0
46632026-07-16T21:33:40.925Z Checking scrypt v0.12.0
46642026-07-16T21:33:40.949Z Checking ghash v0.6.0
46652026-07-16T21:33:40.964Z Checking base16ct v1.0.0
46662026-07-16T21:33:41.026Z Checking group v0.14.0
46672026-07-16T21:33:41.051Z Checking hkdf v0.13.0
46682026-07-16T21:33:41.070Z Checking rfc6979 v0.5.0
46692026-07-16T21:33:41.091Z Compiling curve25519-dalek v5.0.0-rc.0
46702026-07-16T21:33:41.110Z Checking poly1305 v0.9.0
46712026-07-16T21:33:41.126Z Checking aes-gcm v0.11.0
46722026-07-16T21:33:41.173Z Checking blowfish v0.10.0
46732026-07-16T21:33:41.189Z Checking blake2 v0.11.0-rc.6
46742026-07-16T21:33:41.202Z Checking keccak v0.2.0
46752026-07-16T21:33:41.282Z Checking fiat-crypto v0.3.0
46762026-07-16T21:33:41.319Z Checking bcrypt-pbkdf v0.11.0
46772026-07-16T21:33:41.356Z Checking sha3 v0.11.0
46782026-07-16T21:33:41.375Z Checking kem v0.3.0
46792026-07-16T21:33:41.437Z Checking argon2 v0.6.0-rc.8
46802026-07-16T21:33:41.473Z Checking module-lattice v0.2.3
46812026-07-16T21:33:41.489Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46822026-07-16T21:33:41.589Z Checking spki v0.8.0
46832026-07-16T21:33:41.685Z Checking sec1 v0.8.1
46842026-07-16T21:33:41.700Z Checking ml-kem v0.3.2
46852026-07-16T21:33:41.717Z Checking internal-russh-num-bigint v0.5.0
46862026-07-16T21:33:41.742Z Checking num-bigint v0.4.6
46872026-07-16T21:33:41.758Z Checking pkcs5 v0.8.1
46882026-07-16T21:33:41.893Z Checking pkcs1 v0.8.0-rc.4
46892026-07-16T21:33:42.054Z Checking pkcs8 v0.11.0
46902026-07-16T21:33:42.104Z Checking generic-array v1.4.3
46912026-07-16T21:33:42.257Z Checking ed25519 v3.0.0
46922026-07-16T21:33:42.358Z Compiling enum_dispatch v0.3.13
46932026-07-16T21:33:42.455Z Checking ed25519-dalek v3.0.0-rc.0
46942026-07-16T21:33:42.495Z Checking russh-util v0.52.0
46952026-07-16T21:33:42.510Z Compiling delegate v0.13.5
46962026-07-16T21:33:42.555Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46972026-07-16T21:33:42.616Z Checking hex-literal v1.1.0
46982026-07-16T21:33:42.660Z Checking md5 v0.8.0
46992026-07-16T21:33:42.698Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47002026-07-16T21:33:42.713Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47012026-07-16T21:33:42.854Z Checking socket2 v0.5.10
47022026-07-16T21:33:42.915Z Checking internet-checksum v0.2.1
47032026-07-16T21:33:42.990Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47042026-07-16T21:33:43.008Z Checking elliptic-curve v0.14.0-rc.33
47052026-07-16T21:33:43.034Z Checking primefield v0.14.0
47062026-07-16T21:33:43.099Z Checking ssh-encoding v0.3.0-rc.9
47072026-07-16T21:33:43.238Z Checking crypto-primes v0.7.2
47082026-07-16T21:33:43.325Z Checking ssh-cipher v0.3.0-rc.9
47092026-07-16T21:33:43.340Z Checking russh-cryptovec v0.61.0
47102026-07-16T21:33:43.468Z Checking ecdsa v0.17.0-rc.18
47112026-07-16T21:33:43.483Z Checking primeorder v0.14.0-rc.10
47122026-07-16T21:33:43.815Z Checking p256 v0.14.0-rc.10
47132026-07-16T21:33:43.815Z Checking p521 v0.14.0-rc.10
47142026-07-16T21:33:44.187Z Checking rsa v0.10.0-rc.18
47152026-07-16T21:33:46.115Z Checking p384 v0.14.0-rc.10
47162026-07-16T21:33:48.009Z Checking ssh-key v0.7.0-rc.10
47172026-07-16T21:33:48.774Z Checking russh v0.61.2
47182026-07-16T21:34:00.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.14s
47192026-07-16T21:34:01.120Z
47202026-07-16T21:34:01.120Zinfo: running `cargo check --bins` on gateway-cli (287/301)
47212026-07-16T21:34:01.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47222026-07-16T21:34:01.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47232026-07-16T21:34:01.726Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47242026-07-16T21:34:01.832Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47252026-07-16T21:34:01.839Z Checking termios v0.3.3
47262026-07-16T21:34:03.042Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47272026-07-16T21:34:03.186Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
47282026-07-16T21:34:04.874Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47292026-07-16T21:34:05.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s
47302026-07-16T21:34:05.598Z
47312026-07-16T21:34:05.598Zinfo: running `cargo check --bins --no-default-features` on installinator (288/301)
47322026-07-16T21:34:06.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47332026-07-16T21:34:06.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47342026-07-16T21:34:06.263Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47352026-07-16T21:34:06.266Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47362026-07-16T21:34:06.383Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47372026-07-16T21:34:06.385Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47382026-07-16T21:34:06.395Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47392026-07-16T21:34:06.403Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47402026-07-16T21:34:07.161Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47412026-07-16T21:34:07.474Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47422026-07-16T21:34:07.477Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47432026-07-16T21:34:08.143Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47442026-07-16T21:34:09.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
47452026-07-16T21:34:09.898Z
47462026-07-16T21:34:09.898Zinfo: running `cargo check --bins` on internal-dns-cli (289/301)
47472026-07-16T21:34:10.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47482026-07-16T21:34:10.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47492026-07-16T21:34:10.492Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47502026-07-16T21:34:10.933Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47512026-07-16T21:34:11.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
47522026-07-16T21:34:11.410Z
47532026-07-16T21:34:11.410Zinfo: running `cargo check --bins` on omicron-live-tests (290/301)
47542026-07-16T21:34:11.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47552026-07-16T21:34:11.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47562026-07-16T21:34:11.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47572026-07-16T21:34:11.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47582026-07-16T21:34:11.936Z
47592026-07-16T21:34:11.936Zinfo: running `cargo check --bins` on live-tests-macros (291/301)
47602026-07-16T21:34:12.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47612026-07-16T21:34:12.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47622026-07-16T21:34:12.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47632026-07-16T21:34:12.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47642026-07-16T21:34:12.467Z
47652026-07-16T21:34:12.467Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (292/301)
47662026-07-16T21:34:12.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47672026-07-16T21:34:12.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47682026-07-16T21:34:13.172Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47692026-07-16T21:34:13.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
47702026-07-16T21:34:13.951Z
47712026-07-16T21:34:13.951Zinfo: running `cargo check --bins` on omicron-ntp-admin (293/301)
47722026-07-16T21:34:14.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47732026-07-16T21:34:14.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47742026-07-16T21:34:14.548Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47752026-07-16T21:34:14.551Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47762026-07-16T21:34:14.818Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47772026-07-16T21:34:14.818Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47782026-07-16T21:34:15.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
47792026-07-16T21:34:15.784Z
47802026-07-16T21:34:15.785Zinfo: running `cargo check --bins` on ntp-admin-types (294/301)
47812026-07-16T21:34:16.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47822026-07-16T21:34:16.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47832026-07-16T21:34:16.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47842026-07-16T21:34:16.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47852026-07-16T21:34:16.312Z
47862026-07-16T21:34:16.312Zinfo: running `cargo check --bins` on omicron-package (295/301)
47872026-07-16T21:34:16.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47882026-07-16T21:34:16.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47892026-07-16T21:34:16.942Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47902026-07-16T21:34:17.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
47912026-07-16T21:34:18.172Z
47922026-07-16T21:34:18.172Zinfo: running `cargo check --bins` on tqdb (296/301)
47932026-07-16T21:34:18.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47942026-07-16T21:34:18.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47952026-07-16T21:34:18.904Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47962026-07-16T21:34:19.253Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47972026-07-16T21:34:19.761Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47982026-07-16T21:34:19.761Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47992026-07-16T21:34:25.811Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
48002026-07-16T21:34:25.811Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
48012026-07-16T21:34:26.375Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
48022026-07-16T21:34:26.378Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
48032026-07-16T21:34:26.378Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48042026-07-16T21:34:26.378Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
48052026-07-16T21:34:27.167Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48062026-07-16T21:34:28.146Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
48072026-07-16T21:34:28.953Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
48082026-07-16T21:34:29.556Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48092026-07-16T21:34:34.380Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48102026-07-16T21:34:41.014Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48112026-07-16T21:34:41.017Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48122026-07-16T21:34:41.017Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48132026-07-16T21:34:41.017Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48142026-07-16T21:34:42.471Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48152026-07-16T21:34:43.792Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48162026-07-16T21:34:44.453Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48172026-07-16T21:34:45.662Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48182026-07-16T21:34:46.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.01s
48192026-07-16T21:34:46.384Z
48202026-07-16T21:34:46.384Zinfo: running `cargo check --bins` on wicket-dbg (297/301)
48212026-07-16T21:34:46.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48222026-07-16T21:34:46.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48232026-07-16T21:34:47.049Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
48242026-07-16T21:34:47.164Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48252026-07-16T21:34:47.174Z Checking rtoolbox v0.0.3
48262026-07-16T21:34:47.183Z Checking tui-tree-widget v0.23.1
48272026-07-16T21:34:47.279Z Checking rpassword v7.4.0
48282026-07-16T21:34:47.652Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
48292026-07-16T21:34:47.828Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48302026-07-16T21:34:48.776Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48312026-07-16T21:34:51.850Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48322026-07-16T21:34:53.700Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48332026-07-16T21:34:54.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.18s
48342026-07-16T21:34:54.760Z
48352026-07-16T21:34:54.760Zinfo: running `cargo check --bins` on wicket (298/301)
48362026-07-16T21:34:55.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48372026-07-16T21:34:55.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48382026-07-16T21:34:55.409Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48392026-07-16T21:34:55.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
48402026-07-16T21:34:55.932Z
48412026-07-16T21:34:55.932Zinfo: running `cargo check --bins` on wicketd (299/301)
48422026-07-16T21:34:56.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48432026-07-16T21:34:56.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48442026-07-16T21:34:56.609Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48452026-07-16T21:34:56.613Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48462026-07-16T21:34:56.613Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48472026-07-16T21:34:56.723Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
48482026-07-16T21:34:57.482Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48492026-07-16T21:34:58.034Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48502026-07-16T21:35:01.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.12s
48512026-07-16T21:35:01.241Z
48522026-07-16T21:35:01.241Zinfo: running `cargo check --bins` on omicron-workspace-hack (300/301)
48532026-07-16T21:35:01.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48542026-07-16T21:35:01.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48552026-07-16T21:35:01.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48562026-07-16T21:35:01.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
48572026-07-16T21:35:01.780Z
48582026-07-16T21:35:01.780Zinfo: running `cargo check --bins` on zone-setup (301/301)
48592026-07-16T21:35:02.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48602026-07-16T21:35:02.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48612026-07-16T21:35:02.406Z Checking uzers v0.12.2
48622026-07-16T21:35:02.675Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48632026-07-16T21:35:03.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
48642026-07-16T21:35:03.603Z
48652026-07-16T21:35:03.603Zreal 13:54.001998974
48662026-07-16T21:35:03.603Zuser 21:04.826078446
48672026-07-16T21:35:03.606Zsys 4:13.489435418
48682026-07-16T21:35:03.606Ztrap 0.329662241
48692026-07-16T21:35:03.606Ztflt 0.741710299
48702026-07-16T21:35:03.606Zdflt 1.251957899
48712026-07-16T21:35:03.606Zkflt 0.005242550
48722026-07-16T21:35:03.606Zlock 1:19:13.940819552
48732026-07-16T21:35:03.606Zslp 1:40:41.984082530
48742026-07-16T21:35:03.606Zlat 58.331841945
48752026-07-16T21:35:03.606Zstop 3:37.630767538
48762026-07-16T21:35:03.606Zprocess exited: duration 955927 ms, exit code 0
 
48772026-07-16T21:35:03.612Zfound 0 output files