01KWFWP5Z91RM6ZQTXVWKZYXGR: 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: 01KWFWPNJDGTPZR4CDPFDH14XG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-01T22:28:20.715Zjob assigned to worker 01KWFWPZ6ME4X0R19DZH0DTRHS [factory aws, i-0740ce218bd8288a3] (queued for 53 s)
 
22026-07-01T22:28:27.171Zstarting task 0: "setup"
32026-07-01T22:28:27.174Z++ uname -s
42026-07-01T22:28:27.178Z+ kern=SunOS
52026-07-01T22:28:27.178Z+ build_user=build
62026-07-01T22:28:27.178Z+ build_uid=12345
72026-07-01T22:28:27.178Z+ work_dir=/work
82026-07-01T22:28:27.178Z+ input_dir=/input
92026-07-01T22:28:27.178Z+ [[ 0 == 12345 ]]
102026-07-01T22:28:27.178Z+ case "$kern" in
112026-07-01T22:28:27.178Z+ groupadd -g 12345 build
122026-07-01T22:28:27.181Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-01T22:28:29.184Z+ zfs create -o mountpoint=/work rpool/work
142026-07-01T22:28:29.305Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-01T22:28:29.308Z+ home_fs=zfs
162026-07-01T22:28:29.308Z+ [[ zfs == autofs ]]
172026-07-01T22:28:29.308Z+ mkdir -p /home/build
182026-07-01T22:28:29.308Z+ chown build:build /home/build /work
192026-07-01T22:28:31.309Z+ chmod 0700 /home/build /work
202026-07-01T22:28:31.313Zprocess exited: duration 4143 ms, exit code 0
 
212026-07-01T22:28:31.319Zstarting task 1: "rust-toolchain"
222026-07-01T22:28:31.323Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-01T22:28:31.323Z * rust toolchain channel = "1.96.1"
242026-07-01T22:28:31.323Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-01T22:28:31.323Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-01T22:28:31.323Z * rust toolchain profile = "default"
272026-07-01T22:28:31.324Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-01T22:28:31.329Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-01T22:28:31.329Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-01T22:28:31.427Zinfo: downloading installer
312026-07-01T22:28:32.845Zwarn: It looks like you have an existing rustup settings file at:
322026-07-01T22:28:32.845Zwarn: /home/build/.rustup/settings.toml
332026-07-01T22:28:32.845Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-01T22:28:32.845Zwarn: instead of the one inferred from the default host triple.
352026-07-01T22:28:32.856Zinfo: profile set to default
362026-07-01T22:28:32.856Zinfo: default host triple is x86_64-unknown-illumos
372026-07-01T22:28:32.860Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-01T22:28:33.005Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-01T22:28:33.009Zinfo: downloading 6 components
402026-07-01T22:28:47.897Z
412026-07-01T22:28:47.897Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
422026-07-01T22:28:47.929Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-01T22:28:47.929Z
442026-07-01T22:28:47.929Z
452026-07-01T22:28:47.929ZRust is installed now. Great!
462026-07-01T22:28:47.929Z
472026-07-01T22:28:47.929ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-01T22:28:47.930Zenvironment variable. This has not been done automatically.
492026-07-01T22:28:47.930Z
502026-07-01T22:28:47.930ZTo configure your current shell, you need to source
512026-07-01T22:28:47.930Zthe corresponding env file under $HOME/.cargo.
522026-07-01T22:28:47.930Z
532026-07-01T22:28:47.930ZThis is usually done by running one of the following (note the leading DOT):
542026-07-01T22:28:47.934Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-01T22:28:47.934Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-01T22:28:47.934Zsource "~/.cargo/env.nu" # For nushell
572026-07-01T22:28:47.934Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-01T22:28:47.934Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-01T22:28:47.934Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-01T22:28:47.934Zwarn: no default linker (`cc`) was found in your PATH
612026-07-01T22:28:47.934Zwarn: many Rust crates require a system C toolchain to build
622026-07-01T22:28:48.022Z+ rustup --version
632026-07-01T22:28:48.031Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-01T22:28:48.034Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-01T22:28:48.052Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-01T22:28:48.055Z+ cargo --version
672026-07-01T22:28:48.069Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-01T22:28:48.073Z+ rustc --version
692026-07-01T22:28:48.091Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-01T22:28:48.094Zprocess exited: duration 16773 ms, exit code 0
 
712026-07-01T22:28:48.149Zstarting task 2: "authentication"
722026-07-01T22:28:48.163Zprocess exited: duration 16 ms, exit code 0
 
732026-07-01T22:28:48.170Zstarting task 3: "clone repository"
742026-07-01T22:28:48.173Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-01T22:28:48.176Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-01T22:28:48.204ZCloning into '/work/oxidecomputer/omicron'...
772026-07-01T22:29:02.000Z+ cd /work/oxidecomputer/omicron
782026-07-01T22:29:02.002Z+ git fetch origin 3b3963ee27d31ab7421626fcb057c63d6dafc38d
792026-07-01T22:29:02.050ZFrom https://github.com/oxidecomputer/omicron
802026-07-01T22:29:02.050Z * branch 3b3963ee27d31ab7421626fcb057c63d6dafc38d -> FETCH_HEAD
812026-07-01T22:29:02.050Z+ [[ -n '' ]]
822026-07-01T22:29:02.050Z+ git reset --hard 3b3963ee27d31ab7421626fcb057c63d6dafc38d
832026-07-01T22:29:02.050ZHEAD is now at 3b3963ee2 [spr] initial version
842026-07-01T22:29:02.050Zprocess exited: duration 11049 ms, exit code 0
 
852026-07-01T22:29:02.108Zstarting task 4: "build"
862026-07-01T22:29:02.119Z+ source .github/buildomat/ci-env.sh
872026-07-01T22:29:02.119Z++ export CARGO_TERM_COLOR=always
882026-07-01T22:29:02.120Z++ CARGO_TERM_COLOR=always
892026-07-01T22:29:02.120Z+ cargo --version
902026-07-01T22:29:02.125Zcargo 1.96.1 (356927216 2026-06-26)
912026-07-01T22:29:02.125Z+ rustc --version
922026-07-01T22:29:02.913Zrustc 1.96.1 (31fca3adb 2026-06-26)
932026-07-01T22:29:02.945Z+ source ./env.sh
942026-07-01T22:29:02.945Z++ OLD_SHELL_OPTS=ehxB
952026-07-01T22:29:02.945Z++ set -o xtrace
962026-07-01T22:29:02.945Z++++ dirname ./env.sh
972026-07-01T22:29:02.945Z+++ readlink -f .
982026-07-01T22:29:02.945Z++ OMICRON_WS=/work/oxidecomputer/omicron
992026-07-01T22:29:02.945Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-07-01T22:29:02.945Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-07-01T22:29:02.945Z++ 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
1022026-07-01T22:29:02.945Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-07-01T22:29:02.945Z++ 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
1042026-07-01T22:29:02.945Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-07-01T22:29:02.945Z++ 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
1062026-07-01T22:29:02.945Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-07-01T22:29:02.945Z++ 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
1082026-07-01T22:29:02.946Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-07-01T22:29:02.946Z++ case $OLD_SHELL_OPTS in
1102026-07-01T22:29:02.946Z++ unset OLD_SHELL_OPTS OMICRON_WS
1112026-07-01T22:29:02.946Z+ 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
1122026-07-01T22:29:02.946Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1132026-07-01T22:29:02.946Z+ banner prerequisites
1142026-07-01T22:29:02.946Z
1152026-07-01T22:29:02.946Z ##### ##### ###### ##### ###### #### # # # #### #
1162026-07-01T22:29:02.946Z # # # # # # # # # # # # # # #
1172026-07-01T22:29:02.946Z # # # # ##### # # ##### # # # # # #### #
1182026-07-01T22:29:02.946Z ##### ##### # ##### # # # # # # # # #
1192026-07-01T22:29:02.946Z # # # # # # # # # # # # # # #
1202026-07-01T22:29:02.946Z # # # ###### # # ###### ### # #### # #### #
1212026-07-01T22:29:02.946Z
1222026-07-01T22:29:02.946Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1232026-07-01T22:29:04.552Z Startup: Refreshing catalog 'helios' ... Done
1242026-07-01T22:29:04.570Z Startup: Caching catalogs ... Done
1252026-07-01T22:29:04.570ZPlanning: Solver setup ... Done (0.445s)
1262026-07-01T22:29:04.570ZPlanning: Running solver ... Done (0.027s)
1272026-07-01T22:29:04.570ZPlanning: Finding local manifests ... Done (0.003s)
1282026-07-01T22:29:04.571ZPlanning: Fetching manifests: 0/2 0% complete
1292026-07-01T22:29:04.571ZPlanning: Fetching manifests: 2/2 100% complete
1302026-07-01T22:29:04.571ZPlanning: Package planning ... Done (0.014s)
1312026-07-01T22:29:04.571ZPlanning: Merging actions ... Done (0.001s)
1322026-07-01T22:29:04.571ZPlanning: Checking for conflicting actions ... Done (0.163s)
1332026-07-01T22:29:04.571ZPlanning: Consolidating action changes ... Done (0.001s)
1342026-07-01T22:29:05.308ZPlanning: Evaluating mediators ... Done (0.819s)
1352026-07-01T22:29:05.311ZPlanning: Planning completed in 1.54 seconds
1362026-07-01T22:29:05.318Z Packages to install: 2
1372026-07-01T22:29:05.318Z Estimated space available: 156.06 GB
1382026-07-01T22:29:05.321ZEstimated space to be consumed: 30.98 MB
1392026-07-01T22:29:05.321Z Create boot environment: No
1402026-07-01T22:29:05.321ZCreate backup boot environment: No
1412026-07-01T22:29:05.321Z Rebuild boot archive: No
1422026-07-01T22:29:05.321Z
1432026-07-01T22:29:05.321ZChanged packages:
1442026-07-01T22:29:05.321Zhelios
1452026-07-01T22:29:05.321Z developer/build-essential
1462026-07-01T22:29:05.321Z None -> 11-3.0
1472026-07-01T22:29:05.322Z library/libxmlsec1
1482026-07-01T22:29:05.322Z None -> 1.2.35-3.0
1492026-07-01T22:29:05.344Z
1502026-07-01T22:29:05.344ZDownload: 0/214 items 0.0/1.3MB 0% complete
1512026-07-01T22:29:11.378ZDownload: 212/214 items 1.3/1.3MB 99% complete (1.5M/s)
1522026-07-01T22:29:11.392ZDownload: Completed 1.28 MB in 6.05 seconds (216k/s)
1532026-07-01T22:29:11.439Z Actions: 1/268 actions (Installing new actions)
1542026-07-01T22:29:11.477Z Actions: Completed 268 actions in 0.04 seconds.
1552026-07-01T22:29:11.488ZFinalize: Updating package state database ... Done (0.010s)
1562026-07-01T22:29:11.488ZFinalize: Updating package cache ... Done (0.000s)
1572026-07-01T22:29:11.516ZFinalize: Updating image state ... Done (0.028s)
1582026-07-01T22:29:13.919ZFinalize: Creating fast lookup database ... Done (2.377s)
1592026-07-01T22:29:13.992ZFinalize: Reading search index ... Done (0.012s)
1602026-07-01T22:29:13.995ZFinalize: Updating search index ... Done (0.000s)
1612026-07-01T22:29:14.077ZFinalize: Updating package cache ... Done (0.000s)
1622026-07-01T22:29:14.391ZPlanning: Evaluating mediator changes ... Done
1632026-07-01T22:29:14.495ZPlanning: Checking for conflicting actions ... Done
1642026-07-01T22:29:14.498ZPlanning: Consolidating action changes ... Done
1652026-07-01T22:29:14.651ZPlanning: Evaluating mediators ... Done
1662026-07-01T22:29:14.654ZPlanning: Planning completed in 0.26 seconds
1672026-07-01T22:29:14.673Z Mediators to change: 2
1682026-07-01T22:29:14.673Z Create boot environment: No
1692026-07-01T22:29:14.674ZCreate backup boot environment: No
1702026-07-01T22:29:14.736ZFinalize: Updating package state database ... Done
1712026-07-01T22:29:14.737ZFinalize: Updating package cache ... Done
1722026-07-01T22:29:14.753ZFinalize: Updating image state ... Done
1732026-07-01T22:29:16.695ZFinalize: Creating fast lookup database ... Done
1742026-07-01T22:29:16.758ZFinalize: Reading search index ... Done
1752026-07-01T22:29:16.761ZFinalize: Updating search index ... Done
1762026-07-01T22:29:16.846ZFinalize: Updating package cache ... Done
1772026-07-01T22:29:17.125ZPlanning: Evaluating mediator changes ... Done
1782026-07-01T22:29:17.228ZPlanning: Checking for conflicting actions ... Done
1792026-07-01T22:29:17.232ZPlanning: Consolidating action changes ... Done
1802026-07-01T22:29:17.385ZPlanning: Evaluating mediators ... Done
1812026-07-01T22:29:17.388ZPlanning: Planning completed in 0.26 seconds
1822026-07-01T22:29:17.407Z Mediators to change: 1
1832026-07-01T22:29:17.408Z Create boot environment: No
1842026-07-01T22:29:17.408ZCreate backup boot environment: No
1852026-07-01T22:29:17.462ZFinalize: Updating package state database ... Done
1862026-07-01T22:29:17.462ZFinalize: Updating package cache ... Done
1872026-07-01T22:29:17.477ZFinalize: Updating image state ... Done
1882026-07-01T22:29:19.416ZFinalize: Creating fast lookup database ... Done
1892026-07-01T22:29:19.474ZFinalize: Reading search index ... Done
1902026-07-01T22:29:19.478ZFinalize: Updating search index ... Done
1912026-07-01T22:29:19.555ZFinalize: Updating package cache ... Done
1922026-07-01T22:29:19.866ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1932026-07-01T22:29:19.866Zapache system 2.4 system
1942026-07-01T22:29:19.866Zclang system 15 system
1952026-07-01T22:29:19.866Zcsh system system illumos
1962026-07-01T22:29:19.866Zctags system system illumos
1972026-07-01T22:29:19.866Zfile vendor vendor darwinsys
1982026-07-01T22:29:19.866Zfile system system illumos
1992026-07-01T22:29:19.866Zgcc vendor 14 vendor
2002026-07-01T22:29:19.866Zgcc system 13 system
2012026-07-01T22:29:19.866Zgcc system 10 system
2022026-07-01T22:29:19.866Zgo system 1.25 system
2032026-07-01T22:29:19.866Zllvm system 15 system
2042026-07-01T22:29:19.866Zmariadb system 11.4 system
2052026-07-01T22:29:19.866Zmta vendor vendor dma
2062026-07-01T22:29:19.866Zopenjdk system 17 system
2072026-07-01T22:29:19.866Zopenjdk system 11 system
2082026-07-01T22:29:19.866Zopenssl vendor 3 vendor
2092026-07-01T22:29:19.866Zperl system 5.40 system
2102026-07-01T22:29:19.866Zpostgresql system 18 system
2112026-07-01T22:29:19.867Zpostgresql system 17 system
2122026-07-01T22:29:19.867Zpython vendor 3 vendor
2132026-07-01T22:29:19.867Zpython system 2 system
2142026-07-01T22:29:19.867Zpython3 vendor 3.13 vendor
2152026-07-01T22:29:19.867Zruby system 3.4 system
2162026-07-01T22:29:19.867Zruby system 3.0 system
2172026-07-01T22:29:19.867Zwords vendor vendor american-english
2182026-07-01T22:29:19.867Zwords system system australian-english
2192026-07-01T22:29:19.867Zwords system system british-english
2202026-07-01T22:29:19.867Zwords system system canadian-english
2212026-07-01T22:29:19.867Zwords system system french
2222026-07-01T22:29:19.867Zwords system system italian
2232026-07-01T22:29:19.867Zwords system system ngerman
2242026-07-01T22:29:19.867Zwords system system ogerman
2252026-07-01T22:29:19.867Zwords system system spanish
2262026-07-01T22:29:20.119ZPUBLISHER TYPE STATUS P LOCATION
2272026-07-01T22:29:20.119Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2282026-07-01T22:29:20.422ZFMRI IFO
2292026-07-01T22:29:20.423Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2302026-07-01T22:29:20.423Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2312026-07-01T22:29:20.423Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2322026-07-01T22:29:20.423Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2332026-07-01T22:29:20.423Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2342026-07-01T22:29:20.423Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2352026-07-01T22:29:20.423Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2362026-07-01T22:29:20.423Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2372026-07-01T22:29:20.423Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2382026-07-01T22:29:20.680Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2392026-07-01T22:29:20.968Z Updating crates.io index
2402026-07-01T22:29:20.971Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2412026-07-01T22:29:21.241Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2422026-07-01T22:29:21.535Z Updating git repository `https://github.com/oxidecomputer/propolis`
2432026-07-01T22:29:22.474Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-07-01T22:29:22.954Z Updating git repository `https://github.com/oxidecomputer/crucible`
2452026-07-01T22:29:24.480Z Updating git repository `https://github.com/oxidecomputer/opte`
2462026-07-01T22:29:25.251Z Updating git repository `https://github.com/oxidecomputer/tofino`
2472026-07-01T22:29:25.526Z Updating git repository `https://github.com/oxidecomputer/lldp`
2482026-07-01T22:29:25.851Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2492026-07-01T22:29:26.877Z Updating git repository `https://github.com/oxidecomputer/clickward`
2502026-07-01T22:29:27.296Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2512026-07-01T22:29:27.600Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2522026-07-01T22:29:27.853Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2532026-07-01T22:29:28.265Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-07-01T22:29:28.733Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2552026-07-01T22:29:28.996Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-07-01T22:29:29.240Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2572026-07-01T22:29:29.493Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2582026-07-01T22:29:29.796Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2592026-07-01T22:29:30.060Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2602026-07-01T22:29:30.277Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2612026-07-01T22:29:30.514Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2622026-07-01T22:29:31.030Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2632026-07-01T22:29:31.334Z Updating git repository `https://github.com/oxidecomputer/erebor`
2642026-07-01T22:29:31.561Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2652026-07-01T22:29:31.962Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2662026-07-01T22:29:32.218Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2672026-07-01T22:29:32.757Z Updating git repository `https://github.com/oxidecomputer/ispf`
2682026-07-01T22:29:33.005Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2692026-07-01T22:29:33.248Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2702026-07-01T22:29:33.570Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2712026-07-01T22:29:33.937Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2722026-07-01T22:29:34.165Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732026-07-01T22:29:34.434Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2742026-07-01T22:29:34.716Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2752026-07-01T22:29:34.963Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2762026-07-01T22:29:35.191Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2772026-07-01T22:29:35.435Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2782026-07-01T22:29:35.712Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2792026-07-01T22:29:35.946Z Updating git repository `https://github.com/illumos/smf-rs`
2802026-07-01T22:29:39.265Z Downloading crates ...
2812026-07-01T22:29:39.325Z Downloaded anstyle-parse v1.0.0
2822026-07-01T22:29:39.329Z Downloaded heck v0.4.1
2832026-07-01T22:29:39.332Z Downloaded clap v4.6.1
2842026-07-01T22:29:39.341Z Downloaded swrite v0.1.0
2852026-07-01T22:29:39.345Z Downloaded terminal_size v0.4.3
2862026-07-01T22:29:39.348Z Downloaded zmij v1.0.21
2872026-07-01T22:29:39.348Z Downloaded errno v0.3.14
2882026-07-01T22:29:39.350Z Downloaded typenum v1.20.1
2892026-07-01T22:29:39.351Z Downloaded serde_core v1.0.228
2902026-07-01T22:29:39.355Z Downloaded memmap v0.7.0
2912026-07-01T22:29:39.355Z Downloaded zerocopy-derive v0.7.35
2922026-07-01T22:29:39.358Z Downloaded proc-macro-error v1.0.4
2932026-07-01T22:29:39.365Z Downloaded log v0.4.29
2942026-07-01T22:29:39.368Z Downloaded anstyle-query v1.1.5
2952026-07-01T22:29:39.368Z Downloaded papergrid v0.11.0
2962026-07-01T22:29:39.371Z Downloaded clap_derive v4.6.1
2972026-07-01T22:29:39.377Z Downloaded camino v1.2.2
2982026-07-01T22:29:39.380Z Downloaded zerocopy v0.7.35
2992026-07-01T22:29:39.391Z Downloaded winnow v0.7.14
3002026-07-01T22:29:39.394Z Downloaded usdt v0.5.0
3012026-07-01T22:29:39.394Z Downloaded toml_datetime v0.6.11
3022026-07-01T22:29:39.399Z Downloaded generic-array v0.14.7
3032026-07-01T22:29:39.403Z Downloaded macaddr v1.0.1
3042026-07-01T22:29:39.407Z Downloaded cpufeatures v0.2.17
3052026-07-01T22:29:39.410Z Downloaded thread-id v4.2.2
3062026-07-01T22:29:39.410Z Downloaded cfg-if v1.0.4
3072026-07-01T22:29:39.410Z Downloaded dtrace-parser v0.2.0
3082026-07-01T22:29:39.413Z Downloaded heck v0.5.0
3092026-07-01T22:29:39.416Z Downloaded bytecount v0.6.9
3102026-07-01T22:29:39.420Z Downloaded anstyle v1.0.14
3112026-07-01T22:29:39.423Z Downloaded is_terminal_polyfill v1.70.2
3122026-07-01T22:29:39.426Z Downloaded toml_write v0.1.2
3132026-07-01T22:29:39.426Z Downloaded equivalent v1.0.2
3142026-07-01T22:29:39.426Z Downloaded colorchoice v1.0.4
3152026-07-01T22:29:39.431Z Downloaded smawk v0.3.2
3162026-07-01T22:29:39.434Z Downloaded serde_spanned v0.6.9
3172026-07-01T22:29:39.434Z Downloaded usdt-attr-macro v0.5.0
3182026-07-01T22:29:39.437Z Downloaded itoa v1.0.17
3192026-07-01T22:29:39.440Z Downloaded dof v0.3.0
3202026-07-01T22:29:39.453Z Downloaded sha2 v0.10.9
3212026-07-01T22:29:39.456Z Downloaded fs-err v3.3.0
3222026-07-01T22:29:39.456Z Downloaded cargo_toml v0.21.0
3232026-07-01T22:29:39.456Z Downloaded crypto-common v0.1.7
3242026-07-01T22:29:39.461Z Downloaded tabled_derive v0.7.0
3252026-07-01T22:29:39.464Z Downloaded version_check v0.9.5
3262026-07-01T22:29:39.469Z Downloaded proc-macro-error-attr v1.0.4
3272026-07-01T22:29:39.473Z Downloaded pretty-hex v0.4.1
3282026-07-01T22:29:39.480Z Downloaded scroll_derive v0.12.1
3292026-07-01T22:29:39.487Z Downloaded utf8parse v0.2.2
3302026-07-01T22:29:39.487Z Downloaded usdt-macro v0.5.0
3312026-07-01T22:29:39.487Z Downloaded plain v0.2.3
3322026-07-01T22:29:39.491Z Downloaded unicode-linebreak v0.1.5
3332026-07-01T22:29:39.491Z Downloaded byteorder v1.5.0
3342026-07-01T22:29:39.496Z Downloaded anstream v1.0.0
3352026-07-01T22:29:39.496Z Downloaded quote v1.0.45
3362026-07-01T22:29:39.499Z Downloaded cargo-platform v0.3.2
3372026-07-01T22:29:39.499Z Downloaded fnv v1.0.7
3382026-07-01T22:29:39.502Z Downloaded fastrand v2.3.0
3392026-07-01T22:29:39.507Z Downloaded usdt-impl v0.5.0
3402026-07-01T22:29:39.510Z Downloaded strsim v0.11.1
3412026-07-01T22:29:39.510Z Downloaded serde_tokenstream v0.2.3
3422026-07-01T22:29:39.510Z Downloaded digest v0.10.7
3432026-07-01T22:29:39.517Z Downloaded thiserror-impl v1.0.69
3442026-07-01T22:29:39.520Z Downloaded cargo_metadata v0.23.1
3452026-07-01T22:29:39.525Z Downloaded thiserror v2.0.18
3462026-07-01T22:29:39.528Z Downloaded thiserror v1.0.69
3472026-07-01T22:29:39.530Z Downloaded camino-tempfile v1.4.1
3482026-07-01T22:29:39.533Z Downloaded thiserror-impl v2.0.18
3492026-07-01T22:29:39.534Z Downloaded hashbrown v0.17.0
3502026-07-01T22:29:39.536Z Downloaded scroll v0.12.0
3512026-07-01T22:29:39.540Z Downloaded tempfile v3.25.0
3522026-07-01T22:29:39.543Z Downloaded once_cell v1.21.3
3532026-07-01T22:29:39.543Z Downloaded bitflags v2.11.0
3542026-07-01T22:29:39.546Z Downloaded pest_derive v2.8.6
3552026-07-01T22:29:39.558Z Downloaded ucd-trie v0.1.7
3562026-07-01T22:29:39.560Z Downloaded pest_generator v2.8.6
3572026-07-01T22:29:39.560Z Downloaded autocfg v1.5.0
3582026-07-01T22:29:39.563Z Downloaded toml v0.8.23
3592026-07-01T22:29:39.567Z Downloaded semver v1.0.28
3602026-07-01T22:29:39.567Z Downloaded anyhow v1.0.102
3612026-07-01T22:29:39.581Z Downloaded proc-macro2 v1.0.106
3622026-07-01T22:29:39.585Z Downloaded getrandom v0.4.1
3632026-07-01T22:29:39.585Z Downloaded block-buffer v0.10.4
3642026-07-01T22:29:39.588Z Downloaded serde_derive v1.0.228
3652026-07-01T22:29:39.597Z Downloaded unicode-ident v1.0.24
3662026-07-01T22:29:39.600Z Downloaded textwrap v0.16.2
3672026-07-01T22:29:39.603Z Downloaded memchr v2.8.0
3682026-07-01T22:29:39.612Z Downloaded pest_meta v2.8.6
3692026-07-01T22:29:39.615Z Downloaded serde v1.0.228
3702026-07-01T22:29:39.625Z Downloaded toml_edit v0.22.27
3712026-07-01T22:29:39.628Z Downloaded clap_lex v1.0.0
3722026-07-01T22:29:39.633Z Downloaded indexmap v2.14.0
3732026-07-01T22:29:39.673Z Downloaded pest v2.8.6
3742026-07-01T22:29:39.676Z Downloaded clap_builder v4.6.0
3752026-07-01T22:29:39.680Z Downloaded serde_json v1.0.150
3762026-07-01T22:29:39.706Z Downloaded goblin v0.8.2
3772026-07-01T22:29:39.714Z Downloaded tabled v0.15.0
3782026-07-01T22:29:39.738Z Downloaded syn v1.0.109
3792026-07-01T22:29:39.754Z Downloaded unicode-width v0.2.0
3802026-07-01T22:29:39.758Z Downloaded syn v2.0.117
3812026-07-01T22:29:39.763Z Downloaded unicode-width v0.1.14
3822026-07-01T22:29:39.770Z Downloaded rustix v1.1.3
3832026-07-01T22:29:39.802Z Downloaded libc v0.2.185
3842026-07-01T22:29:39.864Z Compiling proc-macro2 v1.0.106
3852026-07-01T22:29:39.867Z Compiling quote v1.0.45
3862026-07-01T22:29:39.867Z Compiling unicode-ident v1.0.24
3872026-07-01T22:29:39.867Z Compiling serde_core v1.0.228
3882026-07-01T22:29:39.867Z Compiling libc v0.2.185
3892026-07-01T22:29:39.867Z Compiling version_check v0.9.5
3902026-07-01T22:29:39.867Z Compiling memchr v2.8.0
3912026-07-01T22:29:39.867Z Compiling serde v1.0.228
3922026-07-01T22:29:40.179Z Compiling zmij v1.0.21
3932026-07-01T22:29:40.455Z Compiling thiserror v1.0.69
3942026-07-01T22:29:40.458Z Compiling ucd-trie v0.1.7
3952026-07-01T22:29:40.660Z Compiling itoa v1.0.17
3962026-07-01T22:29:40.740Z Compiling pest v2.8.6
3972026-07-01T22:29:40.820Z Compiling byteorder v1.5.0
3982026-07-01T22:29:40.850Z Compiling rustix v1.1.3
3992026-07-01T22:29:40.940Z Compiling errno v0.3.14
4002026-07-01T22:29:41.066Z Compiling serde_json v1.0.150
4012026-07-01T22:29:41.091Z Compiling bitflags v2.11.0
4022026-07-01T22:29:41.329Z Compiling thread-id v4.2.2
4032026-07-01T22:29:41.392Z Compiling syn v2.0.117
4042026-07-01T22:29:41.410Z Compiling proc-macro-error-attr v1.0.4
4052026-07-01T22:29:41.481Z Compiling usdt-impl v0.5.0
4062026-07-01T22:29:41.557Z Compiling camino v1.2.2
4072026-07-01T22:29:41.610Z Compiling syn v1.0.109
4082026-07-01T22:29:41.809Z Compiling pest_meta v2.8.6
4092026-07-01T22:29:41.977Z Compiling proc-macro-error v1.0.4
4102026-07-01T22:29:41.992Z Compiling equivalent v1.0.2
4112026-07-01T22:29:42.008Z Compiling getrandom v0.4.1
4122026-07-01T22:29:42.081Z Compiling log v0.4.29
4132026-07-01T22:29:42.178Z Compiling hashbrown v0.17.0
4142026-07-01T22:29:42.352Z Compiling utf8parse v0.2.2
4152026-07-01T22:29:42.377Z Compiling plain v0.2.3
4162026-07-01T22:29:42.466Z Compiling anstyle-parse v1.0.0
4172026-07-01T22:29:42.517Z Compiling terminal_size v0.4.3
4182026-07-01T22:29:42.743Z Compiling indexmap v2.14.0
4192026-07-01T22:29:43.088Z Compiling is_terminal_polyfill v1.70.2
4202026-07-01T22:29:43.188Z Compiling thiserror v2.0.18
4212026-07-01T22:29:43.253Z Compiling anstyle-query v1.1.5
4222026-07-01T22:29:43.292Z Compiling pretty-hex v0.4.1
4232026-07-01T22:29:43.361Z Compiling anstyle v1.0.14
4242026-07-01T22:29:43.380Z Compiling cfg-if v1.0.4
4252026-07-01T22:29:43.429Z Compiling toml_write v0.1.2
4262026-07-01T22:29:43.432Z Compiling winnow v0.7.14
4272026-07-01T22:29:43.462Z Compiling autocfg v1.5.0
4282026-07-01T22:29:43.542Z Compiling colorchoice v1.0.4
4292026-07-01T22:29:43.602Z Compiling pest_generator v2.8.6
4302026-07-01T22:29:43.630Z Compiling anstream v1.0.0
4312026-07-01T22:29:43.844Z Compiling heck v0.4.1
4322026-07-01T22:29:43.889Z Compiling fs-err v3.3.0
4332026-07-01T22:29:43.952Z Compiling heck v0.5.0
4342026-07-01T22:29:44.066Z Compiling once_cell v1.21.3
4352026-07-01T22:29:44.094Z Compiling fastrand v2.3.0
4362026-07-01T22:29:44.188Z Compiling fnv v1.0.7
4372026-07-01T22:29:44.215Z Compiling bytecount v0.6.9
4382026-07-01T22:29:44.284Z Compiling clap_lex v1.0.0
4392026-07-01T22:29:44.301Z Compiling unicode-width v0.1.14
4402026-07-01T22:29:44.301Z Compiling strsim v0.11.1
4412026-07-01T22:29:44.347Z Compiling anyhow v1.0.102
4422026-07-01T22:29:44.366Z Compiling tempfile v3.25.0
4432026-07-01T22:29:44.624Z Compiling clap_builder v4.6.0
4442026-07-01T22:29:44.643Z Compiling papergrid v0.11.0
4452026-07-01T22:29:44.711Z Compiling semver v1.0.28
4462026-07-01T22:29:44.755Z Compiling cargo-platform v0.3.2
4472026-07-01T22:29:44.830Z Compiling tabled_derive v0.7.0
4482026-07-01T22:29:44.910Z Compiling memmap v0.7.0
4492026-07-01T22:29:44.998Z Compiling unicode-width v0.2.0
4502026-07-01T22:29:45.033Z Compiling smawk v0.3.2
4512026-07-01T22:29:45.036Z Compiling unicode-linebreak v0.1.5
4522026-07-01T22:29:45.282Z Compiling textwrap v0.16.2
4532026-07-01T22:29:45.302Z Compiling camino-tempfile v1.4.1
4542026-07-01T22:29:45.336Z Compiling serde_derive v1.0.228
4552026-07-01T22:29:45.461Z Compiling thiserror-impl v1.0.69
4562026-07-01T22:29:45.479Z Compiling zerocopy-derive v0.7.35
4572026-07-01T22:29:45.529Z Compiling pest_derive v2.8.6
4582026-07-01T22:29:45.744Z Compiling scroll_derive v0.12.1
4592026-07-01T22:29:45.767Z Compiling thiserror-impl v2.0.18
4602026-07-01T22:29:45.998Z Compiling clap_derive v4.6.1
4612026-07-01T22:29:46.081Z Compiling tabled v0.15.0
4622026-07-01T22:29:46.380Z Compiling zerocopy v0.7.35
4632026-07-01T22:29:46.439Z Compiling scroll v0.12.0
4642026-07-01T22:29:46.717Z Compiling goblin v0.8.2
4652026-07-01T22:29:46.866Z Compiling dtrace-parser v0.2.0
4662026-07-01T22:29:46.932Z Compiling swrite v0.1.0
4672026-07-01T22:29:47.671Z Compiling clap v4.6.1
4682026-07-01T22:29:48.259Z Compiling toml_datetime v0.6.11
4692026-07-01T22:29:48.259Z Compiling serde_spanned v0.6.9
4702026-07-01T22:29:48.262Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4712026-07-01T22:29:48.262Z Compiling cargo_metadata v0.23.1
4722026-07-01T22:29:48.263Z Compiling macaddr v1.0.1
4732026-07-01T22:29:48.339Z Compiling dof v0.3.0
4742026-07-01T22:29:48.358Z Compiling serde_tokenstream v0.2.3
4752026-07-01T22:29:48.436Z Compiling toml_edit v0.22.27
4762026-07-01T22:29:49.038Z Compiling usdt-attr-macro v0.5.0
4772026-07-01T22:29:49.056Z Compiling usdt-macro v0.5.0
4782026-07-01T22:29:49.705Z Compiling usdt v0.5.0
4792026-07-01T22:29:49.801Z Compiling toml v0.8.23
4802026-07-01T22:29:50.134Z Compiling cargo_toml v0.21.0
4812026-07-01T22:29:51.397Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4822026-07-01T22:29:53.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.81s
4832026-07-01T22:29:53.536Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4842026-07-01T22:29:54.035Z Downloading crates ...
4852026-07-01T22:29:54.132Z Downloaded async-stream-impl v0.3.6
4862026-07-01T22:29:54.150Z Downloaded atomicwrites v0.4.4
4872026-07-01T22:29:54.155Z Downloaded cfg_aliases v0.1.1
4882026-07-01T22:29:54.160Z Downloaded adler2 v2.0.1
4892026-07-01T22:29:54.160Z Downloaded base64 v0.21.7
4902026-07-01T22:29:54.164Z Downloaded chacha20 v0.10.0
4912026-07-01T22:29:54.168Z Downloaded aho-corasick v1.1.4
4922026-07-01T22:29:54.172Z Downloaded blake2 v0.11.0-rc.6
4932026-07-01T22:29:54.175Z Downloaded darling_macro v0.20.11
4942026-07-01T22:29:54.175Z Downloaded darling_core v0.13.4
4952026-07-01T22:29:54.178Z Downloaded bcs v0.1.6
4962026-07-01T22:29:54.178Z Downloaded display-error-chain v0.2.2
4972026-07-01T22:29:54.181Z Downloaded argon2 v0.6.0-rc.8
4982026-07-01T22:29:54.181Z Downloaded dirs-next v2.0.0
4992026-07-01T22:29:54.181Z Downloaded aes v0.9.1
5002026-07-01T22:29:54.184Z Downloaded csv-core v0.1.13
5012026-07-01T22:29:54.184Z Downloaded bit-set v0.5.3
5022026-07-01T22:29:54.189Z Downloaded backoff v0.4.0
5032026-07-01T22:29:54.190Z Downloaded either v1.15.0
5042026-07-01T22:29:54.199Z Downloaded blowfish v0.10.0
5052026-07-01T22:29:54.199Z Downloaded arrayref v0.3.9
5062026-07-01T22:29:54.199Z Downloaded darling_macro v0.21.3
5072026-07-01T22:29:54.199Z Downloaded darling_macro v0.13.4
5082026-07-01T22:29:54.203Z Downloaded curve25519-dalek-derive v0.1.1
5092026-07-01T22:29:54.203Z Downloaded crunchy v0.2.4
5102026-07-01T22:29:54.203Z Downloaded debug-ignore v1.0.5
5112026-07-01T22:29:54.203Z Downloaded async-recursion v1.1.1
5122026-07-01T22:29:54.203Z Downloaded deranged v0.5.8
5132026-07-01T22:29:54.207Z Downloaded bitfield-macros v0.19.4
5142026-07-01T22:29:54.207Z Downloaded crypto-bigint v0.5.5
5152026-07-01T22:29:54.213Z Downloaded daft-derive v0.1.7
5162026-07-01T22:29:54.213Z Downloaded crossbeam-deque v0.8.6
5172026-07-01T22:29:54.213Z Downloaded crossbeam-channel v0.5.15
5182026-07-01T22:29:54.215Z Downloaded darling v0.13.4
5192026-07-01T22:29:54.218Z Downloaded atty v0.2.14
5202026-07-01T22:29:54.218Z Downloaded daft v0.1.7
5212026-07-01T22:29:54.218Z Downloaded base16ct v1.0.0
5222026-07-01T22:29:54.222Z Downloaded async-stream v0.3.6
5232026-07-01T22:29:54.222Z Downloaded compression-core v0.4.31
5242026-07-01T22:29:54.222Z Downloaded aead v0.5.2
5252026-07-01T22:29:54.225Z Downloaded ascii-canvas v3.0.0
5262026-07-01T22:29:54.225Z Downloaded crucible-workspace-hack v0.1.0
5272026-07-01T22:29:54.225Z Downloaded convert_case v0.4.0
5282026-07-01T22:29:54.225Z Downloaded crc8 v0.1.1
5292026-07-01T22:29:54.225Z Downloaded bb8 v0.8.6
5302026-07-01T22:29:54.228Z Downloaded assert_matches v1.5.0
5312026-07-01T22:29:54.228Z Downloaded bitfield v0.19.4
5322026-07-01T22:29:54.228Z Downloaded bit-vec v0.6.3
5332026-07-01T22:29:54.231Z Downloaded ctutils v0.4.2
5342026-07-01T22:29:54.231Z Downloaded crossbeam-utils v0.8.21
5352026-07-01T22:29:54.234Z Downloaded critical-section v1.2.0
5362026-07-01T22:29:54.234Z Downloaded enum-as-inner v0.6.1
5372026-07-01T22:29:54.238Z Downloaded embedded-io v0.4.0
5382026-07-01T22:29:54.238Z Downloaded bitfield-struct v0.6.2
5392026-07-01T22:29:54.238Z Downloaded cstr-argument v0.1.2
5402026-07-01T22:29:54.238Z Downloaded darling_core v0.21.3
5412026-07-01T22:29:54.243Z Downloaded crc32fast v1.5.0
5422026-07-01T22:29:54.245Z Downloaded anstyle-parse v0.2.7
5432026-07-01T22:29:54.246Z Downloaded cobs v0.3.0
5442026-07-01T22:29:54.246Z Downloaded cmov v0.5.4
5452026-07-01T22:29:54.250Z Downloaded cpufeatures v0.3.0
5462026-07-01T22:29:54.250Z Downloaded defmt v0.3.100
5472026-07-01T22:29:54.250Z Downloaded bit-set v0.8.0
5482026-07-01T22:29:54.250Z Downloaded corncobs v0.1.4
5492026-07-01T22:29:54.253Z Downloaded cookie_store v0.22.1
5502026-07-01T22:29:54.253Z Downloaded ciborium-io v0.2.2
5512026-07-01T22:29:54.259Z Downloaded dyn-clone v1.0.20
5522026-07-01T22:29:54.259Z Downloaded downcast-rs v2.0.2
5532026-07-01T22:29:54.262Z Downloaded document-features v0.2.12
5542026-07-01T22:29:54.262Z Downloaded dsl_auto_type v0.2.0
5552026-07-01T22:29:54.262Z Downloaded base16ct v0.2.0
5562026-07-01T22:29:54.265Z Downloaded diesel_table_macro_syntax v0.3.0
5572026-07-01T22:29:54.265Z Downloaded byte-wrapper v0.1.0
5582026-07-01T22:29:54.271Z Downloaded embedded-io v0.6.1
5592026-07-01T22:29:54.271Z Downloaded cpubits v0.1.1
5602026-07-01T22:29:54.276Z Downloaded atomic-waker v1.1.2
5612026-07-01T22:29:54.276Z Downloaded crypto-common v0.2.2
5622026-07-01T22:29:54.279Z Downloaded endian-type v0.1.2
5632026-07-01T22:29:54.279Z Downloaded bcrypt-pbkdf v0.11.0
5642026-07-01T22:29:54.279Z Downloaded ahash v0.8.12
5652026-07-01T22:29:54.282Z Downloaded displaydoc v0.2.5
5662026-07-01T22:29:54.286Z Downloaded ciborium-ll v0.2.2
5672026-07-01T22:29:54.286Z Downloaded cookie v0.18.1
5682026-07-01T22:29:54.290Z Downloaded bitflags v1.3.2
5692026-07-01T22:29:54.290Z Downloaded backon v1.6.0
5702026-07-01T22:29:54.293Z Downloaded env_filter v1.0.0
5712026-07-01T22:29:54.293Z Downloaded camino-tempfile-ext v0.3.3
5722026-07-01T22:29:54.293Z Downloaded cmake v0.1.57
5732026-07-01T22:29:54.296Z Downloaded chacha20 v0.9.1
5742026-07-01T22:29:54.296Z Downloaded dof v0.4.0
5752026-07-01T22:29:54.296Z Downloaded buf-list v1.1.2
5762026-07-01T22:29:54.299Z Downloaded constant_time_eq v0.4.2
5772026-07-01T22:29:54.299Z Downloaded crc v3.4.0
5782026-07-01T22:29:54.302Z Downloaded cexpr v0.6.0
5792026-07-01T22:29:54.302Z Downloaded flagset v0.4.7
5802026-07-01T22:29:54.305Z Downloaded ena v0.14.4
5812026-07-01T22:29:54.305Z Downloaded bit-vec v0.8.0
5822026-07-01T22:29:54.305Z Downloaded fixedbitset v0.4.2
5832026-07-01T22:29:54.308Z Downloaded crc-catalog v2.4.0
5842026-07-01T22:29:54.308Z Downloaded block-padding v0.4.2
5852026-07-01T22:29:54.308Z Downloaded arrayvec v0.7.6
5862026-07-01T22:29:54.311Z Downloaded argon2 v0.5.3
5872026-07-01T22:29:54.311Z Downloaded foreign-types v0.5.0
5882026-07-01T22:29:54.311Z Downloaded castaway v0.2.4
5892026-07-01T22:29:54.314Z Downloaded futures-sink v0.3.32
5902026-07-01T22:29:54.314Z Downloaded cfg_aliases v0.2.1
5912026-07-01T22:29:54.314Z Downloaded block-buffer v0.12.1
5922026-07-01T22:29:54.319Z Downloaded digest v0.11.3
5932026-07-01T22:29:54.319Z Downloaded fd-lock v4.0.4
5942026-07-01T22:29:54.322Z Downloaded float-cmp v0.10.0
5952026-07-01T22:29:54.322Z Downloaded derive_builder_macro v0.20.2
5962026-07-01T22:29:54.322Z Downloaded enum_dispatch v0.3.13
5972026-07-01T22:29:54.322Z Downloaded cipher v0.5.2
5982026-07-01T22:29:54.325Z Downloaded float-ord v0.3.2
5992026-07-01T22:29:54.325Z Downloaded dtrace-parser v0.3.0
6002026-07-01T22:29:54.325Z Downloaded dirs-sys-next v0.1.2
6012026-07-01T22:29:54.325Z Downloaded foreign-types-shared v0.3.1
6022026-07-01T22:29:54.328Z Downloaded dunce v1.0.5
6032026-07-01T22:29:54.328Z Downloaded foreign-types-shared v0.1.1
6042026-07-01T22:29:54.328Z Downloaded difflib v0.4.0
6052026-07-01T22:29:54.329Z Downloaded defmt-macros v1.0.1
6062026-07-01T22:29:54.332Z Downloaded darling_macro v0.23.0
6072026-07-01T22:29:54.332Z Downloaded async-trait v0.1.89
6082026-07-01T22:29:54.334Z Downloaded ed25519 v2.2.3
6092026-07-01T22:29:54.334Z Downloaded der_derive v0.7.3
6102026-07-01T22:29:54.338Z Downloaded defmt-parser v1.0.0
6112026-07-01T22:29:54.338Z Downloaded data-encoding v2.10.0
6122026-07-01T22:29:54.338Z Downloaded futures-macro v0.3.32
6132026-07-01T22:29:54.341Z Downloaded console v0.15.11
6142026-07-01T22:29:54.341Z Downloaded fxhash v0.2.1
6152026-07-01T22:29:54.341Z Downloaded clang-sys v1.8.1
6162026-07-01T22:29:54.344Z Downloaded foreign-types-macros v0.2.3
6172026-07-01T22:29:54.344Z Downloaded ecdsa v0.16.9
6182026-07-01T22:29:54.347Z Downloaded aead v0.6.1
6192026-07-01T22:29:54.347Z Downloaded futures-core v0.3.32
6202026-07-01T22:29:54.347Z Downloaded cbc v0.2.1
6212026-07-01T22:29:54.351Z Downloaded allocator-api2 v0.2.21
6222026-07-01T22:29:54.351Z Downloaded funty v2.0.0
6232026-07-01T22:29:54.354Z Downloaded foreign-types v0.3.2
6242026-07-01T22:29:54.355Z Downloaded dropshot-api-manager-types v0.7.2
6252026-07-01T22:29:54.355Z Downloaded derive_more-impl v2.1.1
6262026-07-01T22:29:54.360Z Downloaded form_urlencoded v1.2.2
6272026-07-01T22:29:54.360Z Downloaded gethostname v0.5.0
6282026-07-01T22:29:54.360Z Downloaded git-stub v1.0.0
6292026-07-01T22:29:54.360Z Downloaded futures-io v0.3.32
6302026-07-01T22:29:54.361Z Downloaded dropshot_endpoint v0.17.1
6312026-07-01T22:29:54.366Z Downloaded hash32 v0.3.1
6322026-07-01T22:29:54.366Z Downloaded compression-codecs v0.4.37
6332026-07-01T22:29:54.366Z Downloaded filetime v0.2.27
6342026-07-01T22:29:54.372Z Downloaded const_format_proc_macros v0.2.34
6352026-07-01T22:29:54.372Z Downloaded bzip2 v0.6.1
6362026-07-01T22:29:54.372Z Downloaded ctr v0.10.1
6372026-07-01T22:29:54.372Z Downloaded ff v0.13.1
6382026-07-01T22:29:54.378Z Downloaded futures-task v0.3.32
6392026-07-01T22:29:54.381Z Downloaded hex v0.4.3
6402026-07-01T22:29:54.381Z Downloaded hash32 v0.2.1
6412026-07-01T22:29:54.381Z Downloaded globwalk v0.9.1
6422026-07-01T22:29:54.381Z Downloaded cassowary v0.3.0
6432026-07-01T22:29:54.381Z Downloaded cancel-safe-futures v0.1.5
6442026-07-01T22:29:54.384Z Downloaded bzip2 v0.4.4
6452026-07-01T22:29:54.384Z Downloaded ghash v0.6.0
6462026-07-01T22:29:54.387Z Downloaded blake2 v0.10.6
6472026-07-01T22:29:54.387Z Downloaded fs-err v2.11.0
6482026-07-01T22:29:54.390Z Downloaded derive-ex v0.1.8
6492026-07-01T22:29:54.390Z Downloaded colored v2.2.0
6502026-07-01T22:29:54.393Z Downloaded base64ct v1.8.3
6512026-07-01T22:29:54.393Z Downloaded async-bb8-diesel v0.2.1
6522026-07-01T22:29:54.402Z Downloaded hostname v0.3.1
6532026-07-01T22:29:54.402Z Downloaded fallible-iterator v0.2.0
6542026-07-01T22:29:54.402Z Downloaded convert_case v0.10.0
6552026-07-01T22:29:54.402Z Downloaded diesel-dtrace v0.5.0
6562026-07-01T22:29:54.402Z Downloaded env_logger v0.11.9
6572026-07-01T22:29:54.407Z Downloaded hex-literal v1.1.0
6582026-07-01T22:29:54.407Z Downloaded fs_extra v1.3.0
6592026-07-01T22:29:54.407Z Downloaded ff v0.14.0
6602026-07-01T22:29:54.407Z Downloaded foldhash v0.1.5
6612026-07-01T22:29:54.407Z Downloaded glob v0.3.3
6622026-07-01T22:29:54.412Z Downloaded group v0.13.0
6632026-07-01T22:29:54.412Z Downloaded globset v0.4.18
6642026-07-01T22:29:54.412Z Downloaded httpdate v1.0.3
6652026-07-01T22:29:54.412Z Downloaded hostname v0.4.2
6662026-07-01T22:29:54.415Z Downloaded des v0.9.0
6672026-07-01T22:29:54.415Z Downloaded hyper-tls v0.6.0
6682026-07-01T22:29:54.415Z Downloaded hubpack v0.1.2
6692026-07-01T22:29:54.415Z Downloaded hubpack_derive v0.1.1
6702026-07-01T22:29:54.415Z Downloaded ed25519-dalek v2.2.0
6712026-07-01T22:29:54.420Z Downloaded http-body v1.0.1
6722026-07-01T22:29:54.421Z Downloaded defmt v1.0.1
6732026-07-01T22:29:54.421Z Downloaded crc-any v2.5.0
6742026-07-01T22:29:54.431Z Downloaded ecdsa v0.17.0-rc.18
6752026-07-01T22:29:54.431Z Downloaded futures-executor v0.3.32
6762026-07-01T22:29:54.431Z Downloaded cipher v0.4.4
6772026-07-01T22:29:54.431Z Downloaded anstream v0.6.21
6782026-07-01T22:29:54.432Z Downloaded find-msvc-tools v0.1.9
6792026-07-01T22:29:54.442Z Downloaded colored v3.1.1
6802026-07-01T22:29:54.442Z Downloaded ciborium v0.2.2
6812026-07-01T22:29:54.442Z Downloaded illumos-nvpair-sys v0.2.0
6822026-07-01T22:29:54.442Z Downloaded ident_case v1.0.1
6832026-07-01T22:29:54.442Z Downloaded ed25519 v3.0.0
6842026-07-01T22:29:54.442Z Downloaded const_format v0.2.35
6852026-07-01T22:29:54.442Z Downloaded foldhash v0.2.0
6862026-07-01T22:29:54.442Z Downloaded erased-serde v0.3.31
6872026-07-01T22:29:54.442Z Downloaded const-oid v0.9.6
6882026-07-01T22:29:54.442Z Downloaded derive_builder_core v0.20.2
6892026-07-01T22:29:54.446Z Downloaded headers-core v0.3.0
6902026-07-01T22:29:54.446Z Downloaded darling v0.21.3
6912026-07-01T22:29:54.449Z Downloaded git-stub-vcs v0.1.0
6922026-07-01T22:29:54.452Z Downloaded highway v1.3.0
6932026-07-01T22:29:54.453Z Downloaded indent_write v2.2.0
6942026-07-01T22:29:54.457Z Downloaded illumos-nvpair v0.3.0
6952026-07-01T22:29:54.457Z Downloaded group v0.14.0
6962026-07-01T22:29:54.457Z Downloaded internet-checksum v0.2.1
6972026-07-01T22:29:54.457Z Downloaded idna_adapter v1.2.1
6982026-07-01T22:29:54.461Z Downloaded is-terminal v0.4.17
6992026-07-01T22:29:54.461Z Downloaded http-range v0.1.5
7002026-07-01T22:29:54.461Z Downloaded indoc v1.0.9
7012026-07-01T22:29:54.461Z Downloaded inout v0.1.4
7022026-07-01T22:29:54.466Z Downloaded instability v0.3.11
7032026-07-01T22:29:54.469Z Downloaded elliptic-curve v0.14.0-rc.33
7042026-07-01T22:29:54.473Z Downloaded home v0.5.12
7052026-07-01T22:29:54.473Z Downloaded getrandom v0.2.17
7062026-07-01T22:29:54.473Z Downloaded diff v0.1.13
7072026-07-01T22:29:54.478Z Downloaded http-body-util v0.1.3
7082026-07-01T22:29:54.478Z Downloaded darling v0.23.0
7092026-07-01T22:29:54.488Z Downloaded lazy_static v1.5.0
7102026-07-01T22:29:54.489Z Downloaded lalrpop-util v0.19.12
7112026-07-01T22:29:54.489Z Downloaded kstat-rs v0.2.4
7122026-07-01T22:29:54.489Z Downloaded inout v0.2.2
7132026-07-01T22:29:54.489Z Downloaded half v1.8.3
7142026-07-01T22:29:54.489Z Downloaded darling_core v0.20.11
7152026-07-01T22:29:54.492Z Downloaded hyper-staticfile v0.10.1
7162026-07-01T22:29:54.492Z Downloaded crossbeam-epoch v0.9.18
7172026-07-01T22:29:54.492Z Downloaded const-oid v0.10.2
7182026-07-01T22:29:54.502Z Downloaded console v0.16.2
7192026-07-01T22:29:54.502Z Downloaded futures-channel v0.3.32
7202026-07-01T22:29:54.502Z Downloaded fixedbitset v0.5.7
7212026-07-01T22:29:54.502Z Downloaded bytes v1.11.1
7222026-07-01T22:29:54.505Z Downloaded libscf-sys v1.1.0
7232026-07-01T22:29:54.505Z Downloaded chacha20poly1305 v0.10.1
7242026-07-01T22:29:54.505Z Downloaded is_ci v1.2.0
7252026-07-01T22:29:54.509Z Downloaded impl-trait-for-tuples v0.2.3
7262026-07-01T22:29:54.509Z Downloaded lru-cache v0.1.2
7272026-07-01T22:29:54.509Z Downloaded managed v0.8.0
7282026-07-01T22:29:54.512Z Downloaded maplit v1.0.2
7292026-07-01T22:29:54.512Z Downloaded linked-hash-map v0.5.6
7302026-07-01T22:29:54.512Z Downloaded keccak v0.1.6
7312026-07-01T22:29:54.512Z Downloaded humantime v2.3.0
7322026-07-01T22:29:54.515Z Downloaded delegate v0.13.5
7332026-07-01T22:29:54.518Z Downloaded compact_str v0.8.1
7342026-07-01T22:29:54.522Z Downloaded drift v0.2.0
7352026-07-01T22:29:54.526Z Downloaded maybe-uninit v2.0.0
7362026-07-01T22:29:54.529Z Downloaded ipnetwork v0.21.1
7372026-07-01T22:29:54.529Z Downloaded lzss v0.8.2
7382026-07-01T22:29:54.532Z Downloaded lru v0.12.5
7392026-07-01T22:29:54.533Z Downloaded base64 v0.22.1
7402026-07-01T22:29:54.537Z Downloaded jobserver v0.1.34
7412026-07-01T22:29:54.537Z Downloaded ipnet v2.11.0
7422026-07-01T22:29:54.546Z Downloaded ingot v0.1.1
7432026-07-01T22:29:54.546Z Downloaded hmac v0.13.0
7442026-07-01T22:29:54.546Z Downloaded indoc v2.0.7
7452026-07-01T22:29:54.546Z Downloaded md-5 v0.10.6
7462026-07-01T22:29:54.555Z Downloaded match_cfg v0.1.0
7472026-07-01T22:29:54.555Z Downloaded multimap v0.10.1
7482026-07-01T22:29:54.555Z Downloaded mime v0.3.17
7492026-07-01T22:29:54.555Z Downloaded derive-where v1.6.0
7502026-07-01T22:29:54.555Z Downloaded httparse v1.10.1
7512026-07-01T22:29:54.555Z Downloaded ingot-types v0.1.2
7522026-07-01T22:29:54.564Z Downloaded memoffset v0.9.1
7532026-07-01T22:29:54.564Z Downloaded md5 v0.8.0
7542026-07-01T22:29:54.564Z Downloaded new_debug_unreachable v1.0.6
7552026-07-01T22:29:54.564Z Downloaded darling v0.20.11
7562026-07-01T22:29:54.564Z Downloaded nodrop v0.1.14
7572026-07-01T22:29:54.564Z Downloaded instant v0.1.13
7582026-07-01T22:29:54.564Z Downloaded nibble_vec v0.1.0
7592026-07-01T22:29:54.568Z Downloaded newtype-uuid-macros v0.1.0
7602026-07-01T22:29:54.568Z Downloaded array-init v0.0.4
7612026-07-01T22:29:54.568Z Downloaded elliptic-curve v0.13.8
7622026-07-01T22:29:54.568Z Downloaded newline-converter v0.3.0
7632026-07-01T22:29:54.568Z Downloaded kem v0.3.0
7642026-07-01T22:29:54.568Z Downloaded nonempty v0.12.0
7652026-07-01T22:29:54.572Z Downloaded keccak v0.2.0
7662026-07-01T22:29:54.572Z Downloaded normalize-line-endings v0.3.0
7672026-07-01T22:29:54.572Z Downloaded newtype_derive v0.1.6
7682026-07-01T22:29:54.577Z Downloaded libsw-core v0.3.2
7692026-07-01T22:29:54.577Z Downloaded libsw v3.5.0
7702026-07-01T22:29:54.577Z Downloaded libloading v0.8.9
7712026-07-01T22:29:54.577Z Downloaded async-compression v0.4.41
7722026-07-01T22:29:54.581Z Downloaded lru-slab v0.1.2
7732026-07-01T22:29:54.587Z Downloaded hyper-rustls v0.27.7
7742026-07-01T22:29:54.587Z Downloaded hmac v0.12.1
7752026-07-01T22:29:54.587Z Downloaded num-conv v0.2.0
7762026-07-01T22:29:54.587Z Downloaded num-derive v0.4.2
7772026-07-01T22:29:54.587Z Downloaded linear-map v1.2.0
7782026-07-01T22:29:54.591Z Downloaded arc-swap v1.8.2
7792026-07-01T22:29:54.591Z Downloaded libefi-sys v0.1.0
7802026-07-01T22:29:54.591Z Downloaded num v0.4.3
7812026-07-01T22:29:54.595Z Downloaded fatfs v0.3.6
7822026-07-01T22:29:54.595Z Downloaded num_enum_derive v0.5.11
7832026-07-01T22:29:54.595Z Downloaded num-derive v0.3.3
7842026-07-01T22:29:54.595Z Downloaded darling_core v0.23.0
7852026-07-01T22:29:54.612Z Downloaded openssl-macros v0.1.1
7862026-07-01T22:29:54.616Z Downloaded mime_guess v2.0.5
7872026-07-01T22:29:54.616Z Downloaded ingot-macros v0.1.1
7882026-07-01T22:29:54.617Z Downloaded opaque-debug v0.3.1
7892026-07-01T22:29:54.623Z Downloaded olpc-cjson v0.1.4
7902026-07-01T22:29:54.623Z Downloaded num_threads v0.1.7
7912026-07-01T22:29:54.623Z Downloaded lock_api v0.4.14
7922026-07-01T22:29:54.623Z Downloaded iana-time-zone v0.1.65
7932026-07-01T22:29:54.627Z Downloaded oso-derive v0.27.3
7942026-07-01T22:29:54.627Z Downloaded hybrid-array v0.4.13
7952026-07-01T22:29:54.627Z Downloaded der v0.7.10
7962026-07-01T22:29:54.627Z Downloaded half v2.7.1
7972026-07-01T22:29:54.630Z Downloaded native-tls v0.2.18
7982026-07-01T22:29:54.630Z Downloaded openssl-probe v0.1.6
7992026-07-01T22:29:54.630Z Downloaded nanorand v0.7.0
8002026-07-01T22:29:54.633Z Downloaded futures v0.3.32
8012026-07-01T22:29:54.639Z Downloaded parse-display v0.10.0
8022026-07-01T22:29:54.639Z Downloaded flate2 v1.1.9
8032026-07-01T22:29:54.644Z Downloaded openssl-probe v0.2.1
8042026-07-01T22:29:54.644Z Downloaded newtype-uuid v1.3.2
8052026-07-01T22:29:54.644Z Downloaded ar_archive_writer v0.5.1
8062026-07-01T22:29:54.644Z Downloaded getrandom v0.3.4
8072026-07-01T22:29:54.648Z Downloaded generic-array v1.4.3
8082026-07-01T22:29:54.648Z Downloaded packed_struct_codegen v0.10.1
8092026-07-01T22:29:54.648Z Downloaded parse-size v1.1.0
8102026-07-01T22:29:54.651Z Downloaded ignore v0.4.25
8112026-07-01T22:29:54.651Z Downloaded icu_properties v2.1.2
8122026-07-01T22:29:54.654Z Downloaded num-iter v0.1.45
8132026-07-01T22:29:54.654Z Downloaded derive_more v0.99.20
8142026-07-01T22:29:54.657Z Downloaded password-hash v0.6.1
8152026-07-01T22:29:54.657Z Downloaded num-rational v0.4.2
8162026-07-01T22:29:54.657Z Downloaded path-slash v0.1.5
8172026-07-01T22:29:54.660Z Downloaded cc v1.2.56
8182026-07-01T22:29:54.665Z Downloaded litemap v0.8.1
8192026-07-01T22:29:54.665Z Downloaded num_enum v0.5.11
8202026-07-01T22:29:54.668Z Downloaded num-integer v0.1.46
8212026-07-01T22:29:54.668Z Downloaded derive_more v2.1.1
8222026-07-01T22:29:54.676Z Downloaded oxide-tokio-rt v0.1.4
8232026-07-01T22:29:54.679Z Downloaded num_enum_derive v0.7.6
8242026-07-01T22:29:54.679Z Downloaded phf_shared v0.11.3
8252026-07-01T22:29:54.685Z Downloaded num-complex v0.4.6
8262026-07-01T22:29:54.685Z Downloaded indexmap v1.9.3
8272026-07-01T22:29:54.690Z Downloaded icu_provider v2.1.1
8282026-07-01T22:29:54.691Z Downloaded peg-runtime v0.8.5
8292026-07-01T22:29:54.691Z Downloaded ml-kem v0.3.2
8302026-07-01T22:29:54.720Z Downloaded phf_shared v0.12.1
8312026-07-01T22:29:54.720Z Downloaded phf_shared v0.13.1
8322026-07-01T22:29:54.720Z Downloaded percent-encoding v2.3.2
8332026-07-01T22:29:54.720Z Downloaded memmap2 v0.9.10
8342026-07-01T22:29:54.720Z Downloaded module-lattice v0.2.3
8352026-07-01T22:29:54.720Z Downloaded heapless v0.7.17
8362026-07-01T22:29:54.720Z Downloaded multer v3.1.0
8372026-07-01T22:29:54.720Z Downloaded owo-colors v4.3.0
8382026-07-01T22:29:54.720Z Downloaded libbz2-rs-sys v0.2.2
8392026-07-01T22:29:54.726Z Downloaded expectorate v1.2.0
8402026-07-01T22:29:54.726Z Downloaded icu_normalizer v2.1.1
8412026-07-01T22:29:54.726Z Downloaded bumpalo v3.20.2
8422026-07-01T22:29:54.726Z Downloaded nu-ansi-term v0.50.3
8432026-07-01T22:29:54.726Z Downloaded oxnet v0.1.6
8442026-07-01T22:29:54.726Z Downloaded icu_normalizer_data v2.1.1
8452026-07-01T22:29:54.731Z Downloaded pem v3.0.6
8462026-07-01T22:29:54.731Z Downloaded peg v0.8.5
8472026-07-01T22:29:54.732Z Downloaded proc-macro-error-attr2 v2.0.0
8482026-07-01T22:29:54.732Z Downloaded precomputed-hash v0.1.1
8492026-07-01T22:29:54.737Z Downloaded proc-macro-crate v1.3.1
8502026-07-01T22:29:54.737Z Downloaded predicates-core v1.0.10
8512026-07-01T22:29:54.737Z Downloaded progenitor-macro v0.13.0
8522026-07-01T22:29:54.737Z Downloaded potential_utf v0.1.4
8532026-07-01T22:29:54.737Z Downloaded parking_lot_core v0.8.6
8542026-07-01T22:29:54.737Z Downloaded proc-macro-crate v3.4.0
8552026-07-01T22:29:54.743Z Downloaded pbkdf2 v0.13.0
8562026-07-01T22:29:54.743Z Downloaded paste v1.0.15
8572026-07-01T22:29:54.743Z Downloaded packed_struct v0.10.1
8582026-07-01T22:29:54.743Z Downloaded icu_locale_core v2.1.1
8592026-07-01T22:29:54.748Z Downloaded phf v0.13.1
8602026-07-01T22:29:54.748Z Downloaded parse-display-derive v0.10.0
8612026-07-01T22:29:54.748Z Downloaded pin-project-internal v1.1.11
8622026-07-01T22:29:54.751Z Downloaded litrs v1.0.0
8632026-07-01T22:29:54.751Z Downloaded powerfmt v0.2.0
8642026-07-01T22:29:54.751Z Downloaded phf v0.12.1
8652026-07-01T22:29:54.751Z Downloaded predicates-tree v1.0.13
8662026-07-01T22:29:54.754Z Downloaded flume v0.11.1
8672026-07-01T22:29:54.754Z Downloaded crossterm v0.28.1
8682026-07-01T22:29:54.759Z Downloaded rand_chacha v0.3.1
8692026-07-01T22:29:54.764Z Downloaded quick-error v1.2.3
8702026-07-01T22:29:54.764Z Downloaded ed25519-dalek v3.0.0-rc.0
8712026-07-01T22:29:54.769Z Downloaded num_enum v0.7.6
8722026-07-01T22:29:54.769Z Downloaded psl-types v2.0.11
8732026-07-01T22:29:54.769Z Downloaded pkg-config v0.3.32
8742026-07-01T22:29:54.769Z Downloaded progenitor-client v0.14.0
8752026-07-01T22:29:54.772Z Downloaded pem-rfc7468 v0.7.0
8762026-07-01T22:29:54.772Z Downloaded progenitor-macro v0.14.0
8772026-07-01T22:29:54.775Z Downloaded pem-rfc7468 v1.0.0
8782026-07-01T22:29:54.779Z Downloaded polyval v0.7.1
8792026-07-01T22:29:54.779Z Downloaded diesel_derives v2.3.7
8802026-07-01T22:29:54.783Z Downloaded radium v0.7.0
8812026-07-01T22:29:54.783Z Downloaded postgres-protocol v0.6.10
8822026-07-01T22:29:54.793Z Downloaded pkcs8 v0.10.2
8832026-07-01T22:29:54.796Z Downloaded phc v0.6.1
8842026-07-01T22:29:54.801Z Downloaded heapless v0.8.0
8852026-07-01T22:29:54.801Z Downloaded peg-macros v0.8.5
8862026-07-01T22:29:54.801Z Downloaded poly1305 v0.8.0
8872026-07-01T22:29:54.801Z Downloaded password-hash v0.5.0
8882026-07-01T22:29:54.808Z Downloaded parking_lot v0.12.5
8892026-07-01T22:29:54.808Z Downloaded recursive v0.1.1
8902026-07-01T22:29:54.808Z Downloaded rand_xorshift v0.4.0
8912026-07-01T22:29:54.811Z Downloaded proc-macro-error2 v2.0.1
8922026-07-01T22:29:54.811Z Downloaded primeorder v0.14.0-rc.10
8932026-07-01T22:29:54.811Z Downloaded derive_builder v0.20.2
8942026-07-01T22:29:54.816Z Downloaded predicates v3.1.4
8952026-07-01T22:29:54.822Z Downloaded ref-cast v1.0.25
8962026-07-01T22:29:54.822Z Downloaded aes-gcm v0.11.0
8972026-07-01T22:29:54.822Z Downloaded pkcs1 v0.7.5
8982026-07-01T22:29:54.830Z Downloaded icu_collections v2.1.1
8992026-07-01T22:29:54.837Z Downloaded psm v0.1.30
9002026-07-01T22:29:54.837Z Downloaded rand_chacha v0.9.0
9012026-07-01T22:29:54.837Z Downloaded parking_lot_core v0.9.12
9022026-07-01T22:29:54.837Z Downloaded rfc6979 v0.4.0
9032026-07-01T22:29:54.838Z Downloaded pin-project-lite v0.2.17
9042026-07-01T22:29:54.844Z Downloaded recursive-proc-macro-impl v0.1.1
9052026-07-01T22:29:54.844Z Downloaded ppv-lite86 v0.2.21
9062026-07-01T22:29:54.844Z Downloaded num-traits v0.2.19
9072026-07-01T22:29:54.844Z Downloaded postcard v1.1.3
9082026-07-01T22:29:54.844Z Downloaded oso v0.27.3
9092026-07-01T22:29:54.849Z Downloaded jiff-static v0.2.21
9102026-07-01T22:29:54.849Z Downloaded der v0.8.0
9112026-07-01T22:29:54.852Z Downloaded rfc6979 v0.5.0
9122026-07-01T22:29:54.852Z Downloaded ref-cast-impl v1.0.25
9132026-07-01T22:29:54.852Z Downloaded headers v0.4.1
9142026-07-01T22:29:54.855Z Downloaded rustc_version v0.4.1
9152026-07-01T22:29:54.856Z Downloaded primeorder v0.13.6
9162026-07-01T22:29:54.862Z Downloaded miniz_oxide v0.8.9
9172026-07-01T22:29:54.862Z Downloaded progenitor v0.13.0
9182026-07-01T22:29:54.865Z Downloaded indicatif v0.18.4
9192026-07-01T22:29:54.865Z Downloaded postgres-types v0.2.12
9202026-07-01T22:29:54.865Z Downloaded pkcs8 v0.11.0
9212026-07-01T22:29:54.887Z Downloaded pkcs1 v0.8.0-rc.4
9222026-07-01T22:29:54.887Z Downloaded russh-cryptovec v0.61.0
9232026-07-01T22:29:54.887Z Downloaded rustc-hash v2.1.1
9242026-07-01T22:29:54.887Z Downloaded poly1305 v0.9.0
9252026-07-01T22:29:54.887Z Downloaded hickory-resolver v0.25.2
9262026-07-01T22:29:54.902Z Downloaded rand_core v0.9.5
9272026-07-01T22:29:54.902Z Downloaded parking_lot v0.11.2
9282026-07-01T22:29:54.902Z Downloaded rand_core v0.6.4
9292026-07-01T22:29:54.902Z Downloaded r2d2 v0.8.10
9302026-07-01T22:29:54.902Z Downloaded primefield v0.14.0
9312026-07-01T22:29:54.902Z Downloaded same-file v1.0.6
9322026-07-01T22:29:54.902Z Downloaded papergrid v0.17.0
9332026-07-01T22:29:54.902Z Downloaded sapling-renderdag v0.1.0
9342026-07-01T22:29:54.932Z Downloaded rand_seeder v0.4.0
9352026-07-01T22:29:54.932Z Downloaded pin-project v1.1.11
9362026-07-01T22:29:54.932Z Downloaded secrecy v0.8.0
9372026-07-01T22:29:54.933Z Downloaded resolv-conf v0.7.6
9382026-07-01T22:29:54.933Z Downloaded minimal-lexical v0.2.1
9392026-07-01T22:29:54.933Z Downloaded scheduled-thread-pool v0.2.7
9402026-07-01T22:29:54.933Z Downloaded progenitor-extras v0.2.0
9412026-07-01T22:29:54.933Z Downloaded omicron-zone-package v0.12.3
9422026-07-01T22:29:54.933Z Downloaded rand_core v0.10.0
9432026-07-01T22:29:54.933Z Downloaded http v1.4.2
9442026-07-01T22:29:54.933Z Downloaded hashbrown v0.12.3
9452026-07-01T22:29:54.945Z Downloaded rtoolbox v0.0.3
9462026-07-01T22:29:54.945Z Downloaded progenitor-client v0.13.0
9472026-07-01T22:29:54.945Z Downloaded serde-big-array v0.5.1
9482026-07-01T22:29:54.945Z Downloaded scroll_derive v0.13.1
9492026-07-01T22:29:54.945Z Downloaded serde_repr v0.1.20
9502026-07-01T22:29:54.945Z Downloaded seq-macro v0.3.6
9512026-07-01T22:29:54.945Z Downloaded hyper-util v0.1.20
9522026-07-01T22:29:54.945Z Downloaded prefix-trie v0.7.0
9532026-07-01T22:29:54.955Z Downloaded scopeguard v1.2.0
9542026-07-01T22:29:54.956Z Downloaded p384 v0.14.0-rc.10
9552026-07-01T22:29:54.956Z Downloaded serde_plain v1.0.2
9562026-07-01T22:29:54.956Z Downloaded sha1 v0.11.0
9572026-07-01T22:29:54.956Z Downloaded serde_bytes v0.11.19
9582026-07-01T22:29:54.956Z Downloaded progenitor v0.14.0
9592026-07-01T22:29:54.968Z Downloaded pkcs5 v0.8.1
9602026-07-01T22:29:54.968Z Downloaded rusty-fork v0.3.1
9612026-07-01T22:29:54.968Z Downloaded progenitor-impl v0.14.0
9622026-07-01T22:29:54.968Z Downloaded rustversion v1.0.22
9632026-07-01T22:29:54.968Z Downloaded quinn-udp v0.5.14
9642026-07-01T22:29:54.968Z Downloaded dropshot-api-manager v0.7.2
9652026-07-01T22:29:54.971Z Downloaded serde_spanned v1.1.1
9662026-07-01T22:29:54.971Z Downloaded rustc_version v0.1.7
9672026-07-01T22:29:54.971Z Downloaded crossterm v0.29.0
9682026-07-01T22:29:54.971Z Downloaded rustls-pemfile v2.2.0
9692026-07-01T22:29:54.971Z Downloaded schemars_derive v0.8.22
9702026-07-01T22:29:54.971Z Downloaded internal-russh-num-bigint v0.5.0
9712026-07-01T22:29:54.984Z Downloaded scrypt v0.12.0
9722026-07-01T22:29:54.999Z Downloaded rustls-native-certs v0.8.3
9732026-07-01T22:29:54.999Z Downloaded signal-hook-tokio v0.3.1
9742026-07-01T22:29:54.999Z Downloaded p256 v0.14.0-rc.10
9752026-07-01T22:29:54.999Z Downloaded signal-hook-mio v0.2.5
9762026-07-01T22:29:54.999Z Downloaded siphasher v1.0.2
9772026-07-01T22:29:54.999Z Downloaded signature v2.2.0
9782026-07-01T22:29:55.015Z Downloaded serde_urlencoded v0.7.1
9792026-07-01T22:29:55.015Z Downloaded sha1 v0.10.6
9802026-07-01T22:29:55.015Z Downloaded sec1 v0.8.1
9812026-07-01T22:29:55.015Z Downloaded openssl-sys v0.9.115
9822026-07-01T22:29:55.015Z Downloaded scroll v0.13.0
9832026-07-01T22:29:55.016Z Downloaded mio v1.2.0
9842026-07-01T22:29:55.016Z Downloaded shell-words v1.1.1
9852026-07-01T22:29:55.028Z Downloaded serde_path_to_error v0.1.20
9862026-07-01T22:29:55.028Z Downloaded serde_derive_internals v0.29.1
9872026-07-01T22:29:55.028Z Downloaded pretty_assertions v1.4.1
9882026-07-01T22:29:55.028Z Downloaded progenitor-impl v0.13.0
9892026-07-01T22:29:55.033Z Downloaded semver v0.1.20
9902026-07-01T22:29:55.033Z Downloaded signature v3.0.0
9912026-07-01T22:29:55.033Z Downloaded sigpipe v0.1.3
9922026-07-01T22:29:55.036Z Downloaded slog-envlogger v2.2.0
9932026-07-01T22:29:55.036Z Downloaded slog-bunyan v2.5.0
9942026-07-01T22:29:55.036Z Downloaded serde_with_macros v1.5.2
9952026-07-01T22:29:55.040Z Downloaded serdect v0.4.3
9962026-07-01T22:29:55.043Z Downloaded hickory-server v0.25.2
9972026-07-01T22:29:55.046Z Downloaded prettyplease v0.2.37
9982026-07-01T22:29:55.059Z Downloaded num-bigint v0.4.6
9992026-07-01T22:29:55.067Z Downloaded strum v0.26.3
10002026-07-01T22:29:55.067Z Downloaded structmeta v0.3.0
10012026-07-01T22:29:55.075Z Downloaded secrecy v0.10.3
10022026-07-01T22:29:55.075Z Downloaded itertools v0.10.5
10032026-07-01T22:29:55.081Z Downloaded slog-dtrace v0.3.0
10042026-07-01T22:29:55.091Z Downloaded sync-ptr v0.1.4
10052026-07-01T22:29:55.096Z Downloaded serde_cbor v0.11.2
10062026-07-01T22:29:55.096Z Downloaded sqlparser_derive v0.5.0
10072026-07-01T22:29:55.096Z Downloaded serde-hex v0.1.0
10082026-07-01T22:29:55.096Z Downloaded stable_deref_trait v1.2.1
10092026-07-01T22:29:55.096Z Downloaded russh-util v0.52.0
10102026-07-01T22:29:55.104Z Downloaded snafu-derive v0.8.9
10112026-07-01T22:29:55.104Z Downloaded rustls-platform-verifier v0.6.2
10122026-07-01T22:29:55.104Z Downloaded rustls-pki-types v1.14.0
10132026-07-01T22:29:55.104Z Downloaded shlex v1.3.0
10142026-07-01T22:29:55.104Z Downloaded tabled_derive v0.11.0
10152026-07-01T22:29:55.104Z Downloaded rayon-core v1.13.0
10162026-07-01T22:29:55.109Z Downloaded hashbrown v0.15.5
10172026-07-01T22:29:55.115Z Downloaded spki v0.7.3
10182026-07-01T22:29:55.118Z Downloaded simd-adler32 v0.3.8
10192026-07-01T22:29:55.118Z Downloaded strum v0.27.2
10202026-07-01T22:29:55.118Z Downloaded signal-hook-registry v1.4.8
10212026-07-01T22:29:55.118Z Downloaded take_mut v0.2.2
10222026-07-01T22:29:55.123Z Downloaded subtle v2.6.1
10232026-07-01T22:29:55.123Z Downloaded ron v0.8.1
10242026-07-01T22:29:55.123Z Downloaded tagptr v0.2.0
10252026-07-01T22:29:55.132Z Downloaded thiserror-impl-no-std v2.0.2
10262026-07-01T22:29:55.132Z Downloaded slab v0.4.12
10272026-07-01T22:29:55.133Z Downloaded sha2 v0.11.0
10282026-07-01T22:29:55.133Z Downloaded stacker v0.1.23
10292026-07-01T22:29:55.133Z Downloaded libxml v0.3.3
10302026-07-01T22:29:55.138Z Downloaded salsa20 v0.11.0
10312026-07-01T22:29:55.139Z Downloaded publicsuffix v2.3.0
10322026-07-01T22:29:55.143Z Downloaded quinn v0.11.9
10332026-07-01T22:29:55.144Z Downloaded sync_wrapper v1.0.2
10342026-07-01T22:29:55.144Z Downloaded supports-color v3.0.2
10352026-07-01T22:29:55.144Z Downloaded strsim v0.10.0
10362026-07-01T22:29:55.144Z Downloaded thread-id v5.1.0
10372026-07-01T22:29:55.150Z Downloaded stringprep v0.1.5
10382026-07-01T22:29:55.150Z Downloaded rand v0.8.6
10392026-07-01T22:29:55.150Z Downloaded itertools v0.13.0
10402026-07-01T22:29:55.156Z Downloaded futures-util v0.3.32
10412026-07-01T22:29:55.164Z Downloaded testing_table v0.3.0
10422026-07-01T22:29:55.164Z Downloaded tabwriter v1.4.1
10432026-07-01T22:29:55.164Z Downloaded strum_macros v0.27.2
10442026-07-01T22:29:55.164Z Downloaded strip-ansi-escapes v0.2.1
10452026-07-01T22:29:55.167Z Downloaded slog-stdlog v4.1.1
10462026-07-01T22:29:55.167Z Downloaded rcgen v0.12.1
10472026-07-01T22:29:55.167Z Downloaded hashbrown v0.13.2
10482026-07-01T22:29:55.170Z Downloaded ssh-encoding v0.3.0-rc.9
10492026-07-01T22:29:55.170Z Downloaded sqlformat v0.3.5
10502026-07-01T22:29:55.176Z Downloaded spki v0.8.0
10512026-07-01T22:29:55.176Z Downloaded time-core v0.1.8
10522026-07-01T22:29:55.176Z Downloaded structmeta-derive v0.3.0
10532026-07-01T22:29:55.188Z Downloaded static_assertions v1.1.0
10542026-07-01T22:29:55.188Z Downloaded termtree v0.5.1
10552026-07-01T22:29:55.188Z Downloaded synstructure v0.13.2
10562026-07-01T22:29:55.188Z Downloaded hashbrown v0.16.1
10572026-07-01T22:29:55.188Z Downloaded smallvec v0.6.14
10582026-07-01T22:29:55.199Z Downloaded aws-lc-rs v1.16.3
10592026-07-01T22:29:55.199Z Downloaded spin v0.9.8
10602026-07-01T22:29:55.199Z Downloaded strum_macros v0.26.4
10612026-07-01T22:29:55.200Z Downloaded num-bigint-dig v0.8.6
10622026-07-01T22:29:55.200Z Downloaded tinyvec_macros v0.1.1
10632026-07-01T22:29:55.200Z Downloaded slog-async v2.8.0
10642026-07-01T22:29:55.200Z Downloaded idna v1.1.0
10652026-07-01T22:29:55.210Z Downloaded signal-hook v0.3.18
10662026-07-01T22:29:55.210Z Downloaded termios v0.3.3
10672026-07-01T22:29:55.210Z Downloaded p521 v0.14.0-rc.10
10682026-07-01T22:29:55.210Z Downloaded string_cache v0.8.9
10692026-07-01T22:29:55.210Z Downloaded ssh-cipher v0.3.0-rc.9
10702026-07-01T22:29:55.217Z Downloaded tokio-test v0.4.5
10712026-07-01T22:29:55.217Z Downloaded support-bundle-viewer v0.1.2
10722026-07-01T22:29:55.217Z Downloaded slog-term v2.9.2
10732026-07-01T22:29:55.217Z Downloaded slog-scope v4.4.1
10742026-07-01T22:29:55.217Z Downloaded slog-json v2.6.1
10752026-07-01T22:29:55.217Z Downloaded tokio-macros v2.7.0
10762026-07-01T22:29:55.217Z Downloaded thread_local v1.1.9
10772026-07-01T22:29:55.217Z Downloaded smallvec v1.15.1
10782026-07-01T22:29:55.229Z Downloaded serde_with_macros v3.17.0
10792026-07-01T22:29:55.229Z Downloaded rand v0.9.2
10802026-07-01T22:29:55.229Z Downloaded tls_codec_derive v0.4.2
10812026-07-01T22:29:55.229Z Downloaded slog v2.8.2
10822026-07-01T22:29:55.230Z Downloaded tap v1.0.1
10832026-07-01T22:29:55.247Z Downloaded itertools v0.12.1
10842026-07-01T22:29:55.247Z Downloaded tls_codec v0.4.2
10852026-07-01T22:29:55.247Z Downloaded rsa v0.9.10
10862026-07-01T22:29:55.251Z Downloaded topological-sort v0.2.2
10872026-07-01T22:29:55.251Z Downloaded tokio-native-tls v0.3.1
10882026-07-01T22:29:55.251Z Downloaded socket2 v0.5.10
10892026-07-01T22:29:55.251Z Downloaded bitvec v1.0.1
10902026-07-01T22:29:55.251Z Downloaded unicode-truncate v1.1.0
10912026-07-01T22:29:55.251Z Downloaded thiserror-no-std v2.0.2
10922026-07-01T22:29:55.255Z Downloaded term v0.7.0
10932026-07-01T22:29:55.255Z Downloaded try-lock v0.2.5
10942026-07-01T22:29:55.259Z Downloaded tinystr v0.8.2
10952026-07-01T22:29:55.259Z Downloaded time-macros v0.2.27
10962026-07-01T22:29:55.259Z Downloaded untrusted v0.9.0
10972026-07-01T22:29:55.262Z Downloaded socket2 v0.6.3
10982026-07-01T22:29:55.262Z Downloaded similar v2.7.0
10992026-07-01T22:29:55.265Z Downloaded tower-layer v0.3.3
11002026-07-01T22:29:55.265Z Downloaded serde_yaml v0.9.34+deprecated
11012026-07-01T22:29:55.268Z Downloaded qorb v0.4.1
11022026-07-01T22:29:55.272Z Downloaded strum_macros v0.24.3
11032026-07-01T22:29:55.272Z Downloaded crypto-primes v0.7.2
11042026-07-01T22:29:55.278Z Downloaded unarray v0.1.4
11052026-07-01T22:29:55.278Z Downloaded usdt v0.6.0
11062026-07-01T22:29:55.278Z Downloaded samael v0.0.19
11072026-07-01T22:29:55.281Z Downloaded tokio-tungstenite v0.21.0
11082026-07-01T22:29:55.281Z Downloaded tokio-dtrace v0.1.1
11092026-07-01T22:29:55.281Z Downloaded rustls-webpki v0.103.9
11102026-07-01T22:29:55.284Z Downloaded schemars v0.9.0
11112026-07-01T22:29:55.289Z Downloaded usdt-attr-macro v0.6.0
11122026-07-01T22:29:55.292Z Downloaded universal-hash v0.6.1
11132026-07-01T22:29:55.292Z Downloaded unit-prefix v0.5.2
11142026-07-01T22:29:55.292Z Downloaded tiny-keccak v2.0.2
11152026-07-01T22:29:55.296Z Downloaded nom v8.0.0
11162026-07-01T22:29:55.299Z Downloaded toml_writer v1.1.1+spec-1.1.0
11172026-07-01T22:29:55.299Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11182026-07-01T22:29:55.299Z Downloaded icu_properties_data v2.1.2
11192026-07-01T22:29:55.303Z Downloaded term v1.2.1
11202026-07-01T22:29:55.309Z Downloaded schemars v0.8.22
11212026-07-01T22:29:55.317Z Downloaded bindgen v0.71.1
11222026-07-01T22:29:55.323Z Downloaded unicode-xid v0.2.6
11232026-07-01T22:29:55.323Z Downloaded trait-variant v0.1.2
11242026-07-01T22:29:55.323Z Downloaded waitgroup v0.1.2
11252026-07-01T22:29:55.323Z Downloaded yoke-derive v0.8.1
11262026-07-01T22:29:55.323Z Downloaded utf-8 v0.7.6
11272026-07-01T22:29:55.323Z Downloaded universal-hash v0.5.1
11282026-07-01T22:29:55.335Z Downloaded tower-service v0.3.3
11292026-07-01T22:29:55.335Z Downloaded tokio-tungstenite v0.23.1
11302026-07-01T22:29:55.335Z Downloaded usdt-macro v0.6.0
11312026-07-01T22:29:55.335Z Downloaded subprocess v0.2.15
11322026-07-01T22:29:55.335Z Downloaded utf8_iter v1.0.4
11332026-07-01T22:29:55.335Z Downloaded h2 v0.4.15
11342026-07-01T22:29:55.335Z Downloaded smf v0.2.3
11352026-07-01T22:29:55.335Z Downloaded itertools v0.14.0
11362026-07-01T22:29:55.342Z Downloaded hickory-resolver v0.24.4
11372026-07-01T22:29:55.342Z Downloaded schemars v1.2.1
11382026-07-01T22:29:55.349Z Downloaded untrusted v0.7.1
11392026-07-01T22:29:55.349Z Downloaded unicase v2.9.0
11402026-07-01T22:29:55.350Z Downloaded rsa v0.10.0-rc.18
11412026-07-01T22:29:55.358Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11422026-07-01T22:29:55.358Z Downloaded void v1.0.2
11432026-07-01T22:29:55.358Z Downloaded rand v0.10.1
11442026-07-01T22:29:55.358Z Downloaded uzers v0.12.2
11452026-07-01T22:29:55.358Z Downloaded wait-timeout v0.2.1
11462026-07-01T22:29:55.359Z Downloaded blake3 v1.8.5
11472026-07-01T22:29:55.362Z Downloaded zerofrom-derive v0.1.6
11482026-07-01T22:29:55.362Z Downloaded libm v0.2.16
11492026-07-01T22:29:55.367Z Downloaded tracing-attributes v0.1.31
11502026-07-01T22:29:55.370Z Downloaded zeroize_derive v1.4.3
11512026-07-01T22:29:55.370Z Downloaded hyper v1.10.1
11522026-07-01T22:29:55.374Z Downloaded typify-macro v0.6.2
11532026-07-01T22:29:55.381Z Downloaded tui-tree-widget v0.23.1
11542026-07-01T22:29:55.381Z Downloaded tokio-rustls v0.26.4
11552026-07-01T22:29:55.381Z Downloaded hkdf v0.13.0
11562026-07-01T22:29:55.404Z Downloaded vsss-rs v3.3.4
11572026-07-01T22:29:55.404Z Downloaded chrono v0.4.44
11582026-07-01T22:29:55.404Z Downloaded want v0.3.1
11592026-07-01T22:29:55.404Z Downloaded test-strategy v0.4.5
11602026-07-01T22:29:55.404Z Downloaded twox-hash v2.1.2
11612026-07-01T22:29:55.404Z Downloaded nom v7.1.3
11622026-07-01T22:29:55.412Z Downloaded wyz v0.5.1
11632026-07-01T22:29:55.412Z Downloaded ryu v1.0.23
11642026-07-01T22:29:55.412Z Downloaded iri-string v0.7.10
11652026-07-01T22:29:55.412Z Downloaded sec1 v0.7.3
11662026-07-01T22:29:55.413Z Downloaded xshell v0.2.7
11672026-07-01T22:29:55.413Z Downloaded zone_cfg_derive v0.3.1
11682026-07-01T22:29:55.420Z Downloaded iddqd v0.4.2
11692026-07-01T22:29:55.423Z Downloaded zerofrom v0.1.6
11702026-07-01T22:29:55.423Z Downloaded xshell-macros v0.2.7
11712026-07-01T22:29:55.423Z Downloaded xattr v1.6.1
11722026-07-01T22:29:55.423Z Downloaded rpassword v7.4.0
11732026-07-01T22:29:55.423Z Downloaded walkdir v2.5.0
11742026-07-01T22:29:55.423Z Downloaded vergen-git2 v9.1.0
11752026-07-01T22:29:55.426Z Downloaded tinyvec v1.10.0
11762026-07-01T22:29:55.426Z Downloaded toml_parser v1.1.2+spec-1.1.0
11772026-07-01T22:29:55.431Z Downloaded zone v0.3.1
11782026-07-01T22:29:55.431Z Downloaded usdt-impl v0.6.0
11792026-07-01T22:29:55.435Z Downloaded vergen-lib v0.1.6
11802026-07-01T22:29:55.435Z Downloaded hkdf v0.12.4
11812026-07-01T22:29:55.439Z Downloaded zerovec-derive v0.11.2
11822026-07-01T22:29:55.439Z Downloaded zeroize v1.8.2
11832026-07-01T22:29:55.439Z Downloaded serde_with v1.14.0
11842026-07-01T22:29:55.443Z Downloaded whoami v1.6.1
11852026-07-01T22:29:55.447Z Downloaded rustyline v14.0.0
11862026-07-01T22:29:55.450Z Downloaded snafu v0.8.9
11872026-07-01T22:29:55.453Z Downloaded typify v0.6.2
11882026-07-01T22:29:55.456Z Downloaded whoami v2.1.0
11892026-07-01T22:29:55.459Z Downloaded reqwest v0.12.28
11902026-07-01T22:29:55.462Z Downloaded unicode-bidi v0.3.18
11912026-07-01T22:29:55.467Z Downloaded unicode-properties v0.1.4
11922026-07-01T22:29:55.467Z Downloaded tar v0.4.45
11932026-07-01T22:29:55.471Z Downloaded writeable v0.6.2
11942026-07-01T22:29:55.471Z Downloaded steno v0.4.1
11952026-07-01T22:29:55.471Z Downloaded yoke v0.8.1
11962026-07-01T22:29:55.474Z Downloaded tungstenite v0.23.0
11972026-07-01T22:29:55.479Z Downloaded zerocopy v0.6.6
11982026-07-01T22:29:55.486Z Downloaded zstd v0.13.3
11992026-07-01T22:29:55.490Z Downloaded toml_edit v0.23.10+spec-1.0.0
12002026-07-01T22:29:55.493Z Downloaded toml v0.7.8
12012026-07-01T22:29:55.502Z Downloaded vergen-gitcl v1.0.8
12022026-07-01T22:29:55.502Z Downloaded vergen v9.1.0
12032026-07-01T22:29:55.502Z Downloaded tokio-stream v0.1.18
12042026-07-01T22:29:55.502Z Downloaded zstd-safe v7.2.4
12052026-07-01T22:29:55.502Z Downloaded vergen-lib v9.1.0
12062026-07-01T22:29:55.506Z Downloaded tracing-core v0.1.36
12072026-07-01T22:29:55.518Z Downloaded unsafe-libyaml v0.2.11
12082026-07-01T22:29:55.528Z Downloaded yasna v0.5.2
12092026-07-01T22:29:55.534Z Downloaded lalrpop v0.19.12
12102026-07-01T22:29:55.544Z Downloaded reedline v0.40.0
12112026-07-01T22:29:55.544Z Downloaded toml_edit v0.19.15
12122026-07-01T22:29:55.549Z Downloaded toml v1.1.2+spec-1.1.0
12132026-07-01T22:29:55.554Z Downloaded vte v0.14.1
12142026-07-01T22:29:55.554Z Downloaded reqwest v0.13.2
12152026-07-01T22:29:55.557Z Downloaded tokio-postgres v0.7.16
12162026-07-01T22:29:55.560Z Downloaded git2 v0.20.4
12172026-07-01T22:29:55.567Z Downloaded regex v1.12.3
12182026-07-01T22:29:55.573Z Downloaded crypto-bigint v0.7.5
12192026-07-01T22:29:55.582Z Downloaded url v2.5.8
12202026-07-01T22:29:55.588Z Downloaded p384 v0.13.1
12212026-07-01T22:29:55.593Z Downloaded uuid v1.23.4
12222026-07-01T22:29:55.593Z Downloaded zopfli v0.8.3
12232026-07-01T22:29:55.593Z Downloaded tower v0.5.3
12242026-07-01T22:29:55.603Z Downloaded zip v0.6.6
12252026-07-01T22:29:55.608Z Downloaded tungstenite v0.21.0
12262026-07-01T22:29:55.608Z Downloaded rayon v1.11.0
12272026-07-01T22:29:55.615Z Downloaded typed-path v0.9.3
12282026-07-01T22:29:55.620Z Downloaded unicode-segmentation v1.12.0
12292026-07-01T22:29:55.620Z Downloaded quick-xml v0.37.5
12302026-07-01T22:29:55.623Z Downloaded yansi v1.0.1
12312026-07-01T22:29:55.623Z Downloaded unicode_categories v0.1.1
12322026-07-01T22:29:55.623Z Downloaded portable-atomic v1.13.1
12332026-07-01T22:29:55.627Z Downloaded zerotrie v0.2.3
12342026-07-01T22:29:55.630Z Downloaded moka v0.12.13
12352026-07-01T22:29:55.651Z Downloaded proptest v1.10.0
12362026-07-01T22:29:55.660Z Downloaded zerocopy-derive v0.8.40
12372026-07-01T22:29:55.668Z Downloaded goblin v0.10.5
12382026-07-01T22:29:55.672Z Downloaded salty v0.3.0
12392026-07-01T22:29:55.688Z Downloaded unicode-normalization v0.1.25
12402026-07-01T22:29:55.697Z Downloaded curve25519-dalek v4.1.3
12412026-07-01T22:29:55.712Z Downloaded ssh-key v0.7.0-rc.10
12422026-07-01T22:29:55.712Z Downloaded petname v2.0.2
12432026-07-01T22:29:55.717Z Downloaded radix_trie v0.2.1
12442026-07-01T22:29:55.721Z Downloaded object v0.30.4
12452026-07-01T22:29:55.726Z Downloaded russh v0.61.2
12462026-07-01T22:29:55.732Z Downloaded zip v4.6.1
12472026-07-01T22:29:55.735Z Downloaded tokio-util v0.7.18
12482026-07-01T22:29:55.752Z Downloaded x509-cert v0.2.5
12492026-07-01T22:29:55.765Z Downloaded zerovec v0.11.5
12502026-07-01T22:29:55.765Z Downloaded bstr v1.12.1
12512026-07-01T22:29:55.778Z Downloaded serde_with v3.17.0
12522026-07-01T22:29:55.778Z Downloaded tower-http v0.6.8
12532026-07-01T22:29:55.787Z Downloaded quinn-proto v0.11.13
12542026-07-01T22:29:55.787Z Downloaded nix v0.28.0
12552026-07-01T22:29:55.787Z Downloaded nix v0.27.1
12562026-07-01T22:29:55.796Z Downloaded bzip2-sys v0.1.13+1.0.8
12572026-07-01T22:29:55.801Z Downloaded winnow v0.6.26
12582026-07-01T22:29:55.805Z Downloaded tough v0.22.0
12592026-07-01T22:29:55.818Z Downloaded winnow v1.0.3
12602026-07-01T22:29:55.826Z Downloaded time v0.3.47
12612026-07-01T22:29:55.834Z Downloaded tabled v0.20.0
12622026-07-01T22:29:55.846Z Downloaded regex-syntax v0.6.29
12632026-07-01T22:29:55.849Z Downloaded nix v0.31.2
12642026-07-01T22:29:55.857Z Downloaded winnow v0.5.40
12652026-07-01T22:29:55.862Z Downloaded polar-core v0.27.3
12662026-07-01T22:29:55.867Z Downloaded dropshot v0.17.1
12672026-07-01T22:29:55.879Z Downloaded smoltcp v0.9.1
12682026-07-01T22:29:55.885Z Downloaded openssl v0.10.79
12692026-07-01T22:29:55.893Z Downloaded curve25519-dalek v5.0.0-rc.0
12702026-07-01T22:29:55.898Z Downloaded object v0.37.3
12712026-07-01T22:29:55.905Z Downloaded zlib-rs v0.6.2
12722026-07-01T22:29:55.908Z Downloaded vcpkg v0.2.15
12732026-07-01T22:29:55.936Z Downloaded openapiv3 v2.2.0
12742026-07-01T22:29:55.949Z Downloaded diesel v2.3.7
12752026-07-01T22:29:55.959Z Downloaded zerocopy v0.8.40
12762026-07-01T22:29:55.971Z Downloaded smoltcp v0.11.0
12772026-07-01T22:29:55.982Z Downloaded rustls v0.23.41
12782026-07-01T22:29:55.982Z Downloaded regress v0.11.1
12792026-07-01T22:29:55.990Z Downloaded rustix v0.38.44
12802026-07-01T22:29:55.998Z Downloaded regress v0.10.5
12812026-07-01T22:29:56.006Z Downloaded regex-syntax v0.8.10
12822026-07-01T22:29:56.011Z Downloaded hickory-proto v0.25.2
12832026-07-01T22:29:56.014Z Downloaded hickory-proto v0.24.4
12842026-07-01T22:29:56.051Z Downloaded sqlparser v0.61.0
12852026-07-01T22:29:56.093Z Downloaded ratatui v0.29.0
12862026-07-01T22:29:56.106Z Downloaded tracing v0.1.44
12872026-07-01T22:29:56.117Z Downloaded typify-impl v0.6.2
12882026-07-01T22:29:56.123Z Downloaded sled v0.34.7
12892026-07-01T22:29:56.129Z Downloaded sha3 v0.11.0
12902026-07-01T22:29:56.132Z Downloaded fiat-crypto v0.3.0
12912026-07-01T22:29:56.156Z Downloaded zerocopy-derive v0.6.6
12922026-07-01T22:29:56.164Z Downloaded regex-automata v0.4.14
12932026-07-01T22:29:56.167Z Downloaded petgraph v0.6.5
12942026-07-01T22:29:56.179Z Downloaded chrono-tz v0.10.4
12952026-07-01T22:29:56.190Z Downloaded jiff v0.2.21
12962026-07-01T22:29:56.211Z Downloaded csv v1.4.0
12972026-07-01T22:29:56.222Z Downloaded petgraph v0.8.3
12982026-07-01T22:29:56.236Z Downloaded libz-sys v1.1.24
12992026-07-01T22:29:56.265Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13002026-07-01T22:29:56.281Z Downloaded sha3 v0.10.8
13012026-07-01T22:29:56.288Z Downloaded tokio v1.52.1
13022026-07-01T22:29:56.321Z Downloaded libgit2-sys v0.18.3+1.9.2
13032026-07-01T22:29:56.375Z Downloaded encoding_rs v0.8.35
13042026-07-01T22:29:56.409Z Downloaded ring v0.17.14
13052026-07-01T22:29:57.001Z Downloaded aws-lc-sys v0.40.0
13062026-07-01T22:29:57.255Z Compiling libc v0.2.185
13072026-07-01T22:29:57.256Z Compiling serde_core v1.0.228
13082026-07-01T22:29:57.256Z Compiling serde v1.0.228
13092026-07-01T22:29:57.261Z Compiling log v0.4.29
13102026-07-01T22:29:57.261Z Compiling smallvec v1.15.1
13112026-07-01T22:29:57.261Z Compiling shlex v1.3.0
13122026-07-01T22:29:57.261Z Compiling find-msvc-tools v0.1.9
13132026-07-01T22:29:57.261Z Compiling syn v2.0.117
13142026-07-01T22:29:57.603Z Compiling subtle v2.6.1
13152026-07-01T22:29:57.606Z Compiling scopeguard v1.2.0
13162026-07-01T22:29:57.630Z Compiling stable_deref_trait v1.2.1
13172026-07-01T22:29:57.675Z Compiling typenum v1.20.1
13182026-07-01T22:29:57.701Z Compiling lock_api v0.4.14
13192026-07-01T22:29:57.726Z Compiling serde_json v1.0.150
13202026-07-01T22:29:57.729Z Compiling zerocopy v0.8.40
13212026-07-01T22:29:57.765Z Compiling portable-atomic v1.13.1
13222026-07-01T22:29:57.921Z Compiling parking_lot_core v0.9.12
13232026-07-01T22:29:57.948Z Compiling pin-project-lite v0.2.17
13242026-07-01T22:29:58.047Z Compiling pkg-config v0.3.32
13252026-07-01T22:29:58.162Z Compiling critical-section v1.2.0
13262026-07-01T22:29:58.196Z Compiling getrandom v0.4.1
13272026-07-01T22:29:58.241Z Compiling jobserver v0.1.34
13282026-07-01T22:29:58.262Z Compiling errno v0.3.14
13292026-07-01T22:29:58.407Z Compiling getrandom v0.2.17
13302026-07-01T22:29:58.475Z Compiling cc v1.2.56
13312026-07-01T22:29:58.533Z Compiling signal-hook-registry v1.4.8
13322026-07-01T22:29:58.578Z Compiling rand_core v0.6.4
13332026-07-01T22:29:58.628Z Compiling futures-core v0.3.32
13342026-07-01T22:29:58.781Z Compiling once_cell v1.21.3
13352026-07-01T22:29:58.802Z Compiling libm v0.2.16
13362026-07-01T22:29:58.823Z Compiling parking_lot v0.12.5
13372026-07-01T22:29:58.857Z Compiling mio v1.2.0
13382026-07-01T22:29:58.875Z Compiling num-traits v0.2.19
13392026-07-01T22:29:58.985Z Compiling generic-array v0.14.7
13402026-07-01T22:29:59.075Z Compiling const-oid v0.9.6
13412026-07-01T22:29:59.126Z Compiling rand_core v0.10.0
13422026-07-01T22:29:59.309Z Compiling writeable v0.6.2
13432026-07-01T22:29:59.404Z Compiling litemap v0.8.1
13442026-07-01T22:29:59.603Z Compiling bitflags v2.11.0
13452026-07-01T22:29:59.649Z Compiling percent-encoding v2.3.2
13462026-07-01T22:29:59.679Z Compiling semver v1.0.28
13472026-07-01T22:29:59.843Z Compiling socket2 v0.6.3
13482026-07-01T22:29:59.865Z Compiling icu_normalizer_data v2.1.1
13492026-07-01T22:29:59.913Z Compiling icu_properties_data v2.1.2
13502026-07-01T22:30:00.089Z Compiling futures-sink v0.3.32
13512026-07-01T22:30:00.199Z Compiling futures-channel v0.3.32
13522026-07-01T22:30:00.213Z Compiling slab v0.4.12
13532026-07-01T22:30:00.271Z Compiling synstructure v0.13.2
13542026-07-01T22:30:00.298Z Compiling futures-task v0.3.32
13552026-07-01T22:30:00.384Z Compiling futures-io v0.3.32
13562026-07-01T22:30:00.398Z Compiling indexmap v2.14.0
13572026-07-01T22:30:00.436Z Compiling utf8_iter v1.0.4
13582026-07-01T22:30:00.491Z Compiling getrandom v0.3.4
13592026-07-01T22:30:00.536Z Compiling rustversion v1.0.22
13602026-07-01T22:30:00.583Z Compiling form_urlencoded v1.2.2
13612026-07-01T22:30:00.647Z Compiling cmake v0.1.57
13622026-07-01T22:30:00.764Z Compiling fs_extra v1.3.0
13632026-07-01T22:30:00.778Z Compiling ident_case v1.0.1
13642026-07-01T22:30:00.914Z Compiling rustix v1.1.3
13652026-07-01T22:30:00.914Z Compiling dunce v1.0.5
13662026-07-01T22:30:01.021Z Compiling iana-time-zone v0.1.65
13672026-07-01T22:30:01.089Z Compiling regex-syntax v0.8.10
13682026-07-01T22:30:01.128Z Compiling aws-lc-sys v0.40.0
13692026-07-01T22:30:01.128Z Compiling vcpkg v0.2.15
13702026-07-01T22:30:01.237Z Compiling base64ct v1.8.3
13712026-07-01T22:30:01.448Z Compiling rand_core v0.9.5
13722026-07-01T22:30:01.508Z Compiling pem-rfc7468 v0.7.0
13732026-07-01T22:30:01.577Z Compiling rustc_version v0.4.1
13742026-07-01T22:30:01.768Z Compiling uuid v1.23.4
13752026-07-01T22:30:01.819Z Compiling openssl-sys v0.9.115
13762026-07-01T22:30:01.832Z Compiling tracing-core v0.1.36
13772026-07-01T22:30:01.952Z Compiling base64 v0.22.1
13782026-07-01T22:30:02.049Z Compiling serde_derive v1.0.228
13792026-07-01T22:30:02.251Z Compiling zeroize_derive v1.4.3
13802026-07-01T22:30:02.365Z Compiling zerofrom-derive v0.1.6
13812026-07-01T22:30:02.403Z Compiling yoke-derive v0.8.1
13822026-07-01T22:30:02.483Z Compiling zerocopy-derive v0.8.40
13832026-07-01T22:30:02.676Z Compiling zerovec-derive v0.11.2
13842026-07-01T22:30:02.936Z Compiling zeroize v1.8.2
13852026-07-01T22:30:03.153Z Compiling displaydoc v0.2.5
13862026-07-01T22:30:03.588Z Compiling tokio-macros v2.7.0
13872026-07-01T22:30:03.810Z Compiling zerofrom v0.1.6
13882026-07-01T22:30:03.856Z Compiling futures-macro v0.3.32
13892026-07-01T22:30:03.921Z Compiling yoke v0.8.1
13902026-07-01T22:30:03.941Z Compiling der_derive v0.7.3
13912026-07-01T22:30:04.024Z Compiling crypto-common v0.1.7
13922026-07-01T22:30:04.112Z Compiling zerovec v0.11.5
13932026-07-01T22:30:04.169Z Compiling zerotrie v0.2.3
13942026-07-01T22:30:04.333Z Compiling block-buffer v0.10.4
13952026-07-01T22:30:04.465Z Compiling digest v0.10.7
13962026-07-01T22:30:04.508Z Compiling thiserror-impl v2.0.18
13972026-07-01T22:30:04.625Z Compiling tinystr v0.8.2
13982026-07-01T22:30:04.675Z Compiling potential_utf v0.1.4
13992026-07-01T22:30:04.783Z Compiling icu_locale_core v2.1.1
14002026-07-01T22:30:04.824Z Compiling icu_collections v2.1.1
14012026-07-01T22:30:04.838Z Compiling futures-util v0.3.32
14022026-07-01T22:30:04.944Z Compiling tracing-attributes v0.1.31
14032026-07-01T22:30:05.307Z Compiling aws-lc-rs v1.16.3
14042026-07-01T22:30:05.612Z Compiling bytes v1.11.1
14052026-07-01T22:30:05.631Z Compiling icu_provider v2.1.1
14062026-07-01T22:30:05.660Z Compiling chrono v0.4.44
14072026-07-01T22:30:05.928Z Compiling icu_properties v2.1.2
14082026-07-01T22:30:05.928Z Compiling icu_normalizer v2.1.1
14092026-07-01T22:30:06.238Z Compiling tokio v1.52.1
14102026-07-01T22:30:06.292Z Compiling http v1.4.2
14112026-07-01T22:30:06.474Z Compiling flagset v0.4.7
14122026-07-01T22:30:06.609Z Compiling der v0.7.10
14132026-07-01T22:30:07.005Z Compiling idna_adapter v1.2.1
14142026-07-01T22:30:07.022Z Compiling ppv-lite86 v0.2.21
14152026-07-01T22:30:07.050Z Compiling http-body v1.0.1
14162026-07-01T22:30:07.137Z Compiling idna v1.1.0
14172026-07-01T22:30:07.152Z Compiling tracing v0.1.44
14182026-07-01T22:30:07.195Z Compiling thiserror v2.0.18
14192026-07-01T22:30:07.217Z Compiling rustls-pki-types v1.14.0
14202026-07-01T22:30:07.295Z Compiling rand_chacha v0.9.0
14212026-07-01T22:30:07.398Z Compiling tinyvec_macros v0.1.1
14222026-07-01T22:30:07.413Z Compiling url v2.5.8
14232026-07-01T22:30:07.467Z Compiling cmov v0.5.4
14242026-07-01T22:30:07.659Z Compiling httparse v1.10.1
14252026-07-01T22:30:07.673Z Compiling openssl-probe v0.2.1
14262026-07-01T22:30:07.779Z Compiling ctutils v0.4.2
14272026-07-01T22:30:07.800Z Compiling rand v0.9.2
14282026-07-01T22:30:07.842Z Compiling tinyvec v1.10.0
14292026-07-01T22:30:07.975Z Compiling spki v0.7.3
14302026-07-01T22:30:08.011Z Compiling pest_generator v2.8.6
14312026-07-01T22:30:08.042Z Compiling serde_derive_internals v0.29.1
14322026-07-01T22:30:08.168Z Compiling aho-corasick v1.1.4
14332026-07-01T22:30:08.182Z Compiling dyn-clone v1.0.20
14342026-07-01T22:30:08.196Z Compiling untrusted v0.7.1
14352026-07-01T22:30:08.312Z Compiling schemars v0.8.22
14362026-07-01T22:30:08.312Z Compiling try-lock v0.2.5
14372026-07-01T22:30:08.419Z Compiling tower-service v0.3.3
14382026-07-01T22:30:08.512Z Compiling atomic-waker v1.1.2
14392026-07-01T22:30:08.534Z Compiling tower-layer v0.3.3
14402026-07-01T22:30:08.570Z Compiling tempfile v3.25.0
14412026-07-01T22:30:08.652Z Compiling want v0.3.1
14422026-07-01T22:30:08.705Z Compiling pest_derive v2.8.6
14432026-07-01T22:30:08.812Z Compiling hybrid-array v0.4.13
14442026-07-01T22:30:08.912Z Compiling schemars_derive v0.8.22
14452026-07-01T22:30:08.927Z Compiling ipnet v2.11.0
14462026-07-01T22:30:08.977Z Compiling regex-automata v0.4.14
14472026-07-01T22:30:09.141Z Compiling scroll_derive v0.13.1
14482026-07-01T22:30:09.407Z Compiling darling_core v0.20.11
14492026-07-01T22:30:09.605Z Compiling untrusted v0.9.0
14502026-07-01T22:30:09.728Z Compiling httpdate v1.0.3
14512026-07-01T22:30:09.860Z Compiling cpufeatures v0.2.17
14522026-07-01T22:30:09.933Z Compiling rustls v0.23.41
14532026-07-01T22:30:09.957Z Compiling tokio-util v0.7.18
14542026-07-01T22:30:09.998Z Compiling openssl v0.10.79
14552026-07-01T22:30:10.121Z Compiling foreign-types-shared v0.1.1
14562026-07-01T22:30:10.204Z Compiling foreign-types v0.3.2
14572026-07-01T22:30:10.271Z Compiling scroll v0.13.0
14582026-07-01T22:30:10.285Z Compiling unicode-normalization v0.1.25
14592026-07-01T22:30:10.524Z Compiling pkcs8 v0.10.2
14602026-07-01T22:30:10.745Z Compiling h2 v0.4.15
14612026-07-01T22:30:10.994Z Compiling openssl-macros v0.1.1
14622026-07-01T22:30:11.177Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14632026-07-01T22:30:11.392Z Compiling spin v0.9.8
14642026-07-01T22:30:11.408Z Compiling time-core v0.1.8
14652026-07-01T22:30:11.551Z Compiling num-conv v0.2.0
14662026-07-01T22:30:11.571Z Compiling powerfmt v0.2.0
14672026-07-01T22:30:11.598Z Compiling native-tls v0.2.18
14682026-07-01T22:30:11.652Z Compiling darling_macro v0.20.11
14692026-07-01T22:30:11.683Z Compiling crc32fast v1.5.0
14702026-07-01T22:30:11.767Z Compiling deranged v0.5.8
14712026-07-01T22:30:11.831Z Compiling time-macros v0.2.27
14722026-07-01T22:30:12.125Z Compiling darling v0.20.11
14732026-07-01T22:30:12.207Z Compiling goblin v0.10.5
14742026-07-01T22:30:12.731Z Compiling sha2 v0.10.9
14752026-07-01T22:30:12.892Z Compiling hmac v0.12.1
14762026-07-01T22:30:13.043Z Compiling sync_wrapper v1.0.2
14772026-07-01T22:30:13.058Z Compiling wait-timeout v0.2.1
14782026-07-01T22:30:13.148Z Compiling crossbeam-utils v0.8.21
14792026-07-01T22:30:13.313Z Compiling syn v1.0.109
14802026-07-01T22:30:13.449Z Compiling siphasher v1.0.2
14812026-07-01T22:30:13.627Z Compiling simd-adler32 v0.3.8
14822026-07-01T22:30:13.630Z Compiling num_threads v0.1.7
14832026-07-01T22:30:13.727Z Compiling bit-vec v0.8.0
14842026-07-01T22:30:13.875Z Compiling hyper v1.10.1
14852026-07-01T22:30:13.953Z Compiling usdt-impl v0.6.0
14862026-07-01T22:30:14.079Z Compiling quick-error v1.2.3
14872026-07-01T22:30:14.185Z Compiling rusty-fork v0.3.1
14882026-07-01T22:30:14.492Z Compiling bit-set v0.8.0
14892026-07-01T22:30:14.562Z Compiling time v0.3.47
14902026-07-01T22:30:14.766Z Compiling tower v0.5.3
14912026-07-01T22:30:14.819Z Compiling derive_builder_core v0.20.2
14922026-07-01T22:30:14.969Z Compiling dof v0.4.0
14932026-07-01T22:30:15.244Z Compiling hyper-util v0.1.20
14942026-07-01T22:30:15.675Z Compiling dtrace-parser v0.3.0
14952026-07-01T22:30:15.696Z Compiling http-body-util v0.1.3
14962026-07-01T22:30:15.941Z Compiling scroll_derive v0.12.1
14972026-07-01T22:30:16.142Z Compiling thiserror-impl v1.0.69
14982026-07-01T22:30:16.157Z Compiling heapless v0.7.17
14992026-07-01T22:30:16.365Z Compiling rand_xorshift v0.4.0
15002026-07-01T22:30:16.401Z Compiling slog v2.8.2
15012026-07-01T22:30:16.405Z Compiling darling_core v0.21.3
15022026-07-01T22:30:16.521Z Compiling bzip2-sys v0.1.13+1.0.8
15032026-07-01T22:30:16.596Z Compiling thread-id v5.1.0
15042026-07-01T22:30:16.600Z Compiling cookie v0.18.1
15052026-07-01T22:30:16.679Z Compiling unicode-properties v0.1.4
15062026-07-01T22:30:16.806Z Compiling anyhow v1.0.102
15072026-07-01T22:30:16.809Z Compiling allocator-api2 v0.2.21
15082026-07-01T22:30:16.882Z Compiling adler2 v2.0.1
15092026-07-01T22:30:16.986Z Compiling signal-hook v0.3.18
15102026-07-01T22:30:17.013Z Compiling paste v1.0.15
15112026-07-01T22:30:17.122Z Compiling ryu v1.0.23
15122026-07-01T22:30:17.128Z Compiling unicode-bidi v0.3.18
15132026-07-01T22:30:17.163Z Compiling unarray v0.1.4
15142026-07-01T22:30:17.271Z Compiling iri-string v0.7.10
15152026-07-01T22:30:17.285Z Compiling zstd-safe v7.2.4
15162026-07-01T22:30:17.343Z Compiling proptest v1.10.0
15172026-07-01T22:30:17.381Z Compiling thiserror v1.0.69
15182026-07-01T22:30:17.482Z Compiling stringprep v0.1.5
15192026-07-01T22:30:17.498Z Compiling serde_urlencoded v0.7.1
15202026-07-01T22:30:17.732Z Compiling miniz_oxide v0.8.9
15212026-07-01T22:30:18.331Z Compiling scroll v0.12.0
15222026-07-01T22:30:18.482Z Compiling tower-http v0.6.8
15232026-07-01T22:30:18.590Z Compiling derive_builder_macro v0.20.2
15242026-07-01T22:30:18.628Z Compiling camino v1.2.2
15252026-07-01T22:30:18.874Z Compiling tokio-native-tls v0.3.1
15262026-07-01T22:30:18.888Z Compiling darling_macro v0.21.3
15272026-07-01T22:30:18.997Z Compiling bstr v1.12.1
15282026-07-01T22:30:19.041Z Compiling ipnetwork v0.21.1
15292026-07-01T22:30:19.056Z Compiling crypto-common v0.2.2
15302026-07-01T22:30:19.086Z Compiling block-padding v0.4.2
15312026-07-01T22:30:19.246Z Compiling block-buffer v0.12.1
15322026-07-01T22:30:19.386Z Compiling rustls-native-certs v0.8.3
15332026-07-01T22:30:19.422Z Compiling rand_chacha v0.3.1
15342026-07-01T22:30:19.437Z Compiling serde_tokenstream v0.2.3
15352026-07-01T22:30:19.654Z Compiling erased-serde v0.3.31
15362026-07-01T22:30:19.722Z Compiling toml_datetime v0.6.11
15372026-07-01T22:30:19.792Z Compiling serde_spanned v0.6.9
15382026-07-01T22:30:19.938Z Compiling signature v2.2.0
15392026-07-01T22:30:19.978Z Compiling md-5 v0.10.6
15402026-07-01T22:30:20.117Z Compiling zerocopy-derive v0.7.35
15412026-07-01T22:30:20.148Z Compiling async-trait v0.1.89
15422026-07-01T22:30:20.163Z Compiling pin-project-internal v1.1.11
15432026-07-01T22:30:20.208Z Compiling curve25519-dalek v4.1.3
15442026-07-01T22:30:20.556Z Compiling vergen-lib v9.1.0
15452026-07-01T22:30:20.755Z Compiling num-integer v0.1.46
15462026-07-01T22:30:20.836Z Compiling hash32 v0.2.1
15472026-07-01T22:30:20.996Z Compiling memoffset v0.9.1
15482026-07-01T22:30:21.026Z Compiling encoding_rs v0.8.35
15492026-07-01T22:30:21.072Z Compiling litrs v1.0.0
15502026-07-01T22:30:21.176Z Compiling mime v0.3.17
15512026-07-01T22:30:21.198Z Compiling smoltcp v0.9.1
15522026-07-01T22:30:21.277Z Compiling ref-cast v1.0.25
15532026-07-01T22:30:21.429Z Compiling psl-types v2.0.11
15542026-07-01T22:30:21.534Z Compiling zlib-rs v0.6.2
15552026-07-01T22:30:21.555Z Compiling num-bigint-dig v0.8.6
15562026-07-01T22:30:21.573Z Compiling fallible-iterator v0.2.0
15572026-07-01T22:30:21.591Z Compiling cfg_aliases v0.2.1
15582026-07-01T22:30:21.662Z Compiling rustix v0.38.44
15592026-07-01T22:30:21.770Z Compiling nix v0.31.2
15602026-07-01T22:30:21.880Z Compiling postgres-protocol v0.6.10
15612026-07-01T22:30:22.148Z Compiling document-features v0.2.12
15622026-07-01T22:30:22.162Z Compiling publicsuffix v2.3.0
15632026-07-01T22:30:22.351Z Compiling pin-project v1.1.11
15642026-07-01T22:30:22.451Z Compiling zerocopy v0.7.35
15652026-07-01T22:30:22.525Z Compiling num-iter v0.1.45
15662026-07-01T22:30:22.632Z Compiling hubpack_derive v0.1.1
15672026-07-01T22:30:22.755Z Compiling newtype-uuid v1.3.2
15682026-07-01T22:30:22.967Z Compiling rand v0.8.6
15692026-07-01T22:30:22.985Z Compiling darling v0.21.3
15702026-07-01T22:30:23.062Z Compiling oxnet v0.1.6
15712026-07-01T22:30:23.076Z Compiling inout v0.2.2
15722026-07-01T22:30:23.091Z Compiling derive_builder v0.20.2
15732026-07-01T22:30:23.120Z Compiling hyper-tls v0.6.0
15742026-07-01T22:30:23.304Z Compiling goblin v0.8.2
15752026-07-01T22:30:23.785Z Compiling phf_shared v0.13.1
15762026-07-01T22:30:23.800Z Compiling lazy_static v1.5.0
15772026-07-01T22:30:23.856Z Compiling regex v1.12.3
15782026-07-01T22:30:23.887Z Compiling anstyle-parse v0.2.7
15792026-07-01T22:30:24.021Z Compiling futures-executor v0.3.32
15802026-07-01T22:30:24.067Z Compiling hex v0.4.3
15812026-07-01T22:30:24.271Z Compiling terminal_size v0.4.3
15822026-07-01T22:30:24.287Z Compiling ref-cast-impl v1.0.25
15832026-07-01T22:30:24.291Z Compiling curve25519-dalek-derive v0.1.1
15842026-07-01T22:30:24.334Z Compiling snafu-derive v0.8.9
15852026-07-01T22:30:24.403Z Compiling daft-derive v0.1.7
15862026-07-01T22:30:24.805Z Compiling flate2 v1.1.9
15872026-07-01T22:30:24.886Z Compiling strum_macros v0.27.2
15882026-07-01T22:30:24.971Z Compiling vergen v9.1.0
15892026-07-01T22:30:25.172Z Compiling cargo-platform v0.3.2
15902026-07-01T22:30:25.187Z Compiling ff v0.13.1
15912026-07-01T22:30:25.223Z Compiling fs-err v3.3.0
15922026-07-01T22:30:25.325Z Compiling ahash v0.8.12
15932026-07-01T22:30:25.426Z Compiling managed v0.8.0
15942026-07-01T22:30:25.445Z Compiling libbz2-rs-sys v0.2.2
15952026-07-01T22:30:25.552Z Compiling bumpalo v3.20.2
15962026-07-01T22:30:25.646Z Compiling object v0.37.3
15972026-07-01T22:30:25.803Z Compiling unicode-segmentation v1.12.0
15982026-07-01T22:30:25.929Z Compiling bitflags v1.3.2
15992026-07-01T22:30:26.006Z Compiling foldhash v0.2.0
16002026-07-01T22:30:26.128Z Compiling same-file v1.0.6
16012026-07-01T22:30:26.185Z Compiling foldhash v0.1.5
16022026-07-01T22:30:26.229Z Compiling winnow v0.5.40
16032026-07-01T22:30:26.264Z Compiling base16ct v0.2.0
16042026-07-01T22:30:26.287Z Compiling clap_builder v4.6.0
16052026-07-01T22:30:26.352Z Compiling hashbrown v0.15.5
16062026-07-01T22:30:26.437Z Compiling sec1 v0.7.3
16072026-07-01T22:30:26.712Z Compiling snafu v0.8.9
16082026-07-01T22:30:26.774Z Compiling walkdir v2.5.0
16092026-07-01T22:30:26.861Z Compiling strum v0.27.2
16102026-07-01T22:30:26.896Z Compiling hashbrown v0.16.1
16112026-07-01T22:30:27.075Z Compiling bzip2 v0.6.1
16122026-07-01T22:30:27.103Z Compiling zopfli v0.8.3
16132026-07-01T22:30:27.329Z Compiling dof v0.3.0
16142026-07-01T22:30:27.479Z Compiling toml_edit v0.19.15
16152026-07-01T22:30:27.727Z Compiling cargo_metadata v0.23.1
16162026-07-01T22:30:27.753Z Compiling group v0.13.0
16172026-07-01T22:30:27.768Z Compiling daft v0.1.7
16182026-07-01T22:30:28.052Z Compiling futures v0.3.32
16192026-07-01T22:30:28.127Z Compiling anstream v0.6.21
16202026-07-01T22:30:28.141Z Compiling phf v0.13.1
16212026-07-01T22:30:28.298Z Compiling signal-hook-mio v0.2.5
16222026-07-01T22:30:28.431Z Compiling cookie_store v0.22.1
16232026-07-01T22:30:28.781Z Compiling zstd v0.13.3
16242026-07-01T22:30:29.026Z Compiling reqwest v0.12.28
16252026-07-01T22:30:29.060Z Compiling bzip2 v0.4.4
16262026-07-01T22:30:29.060Z Compiling cipher v0.5.2
16272026-07-01T22:30:29.238Z Compiling hubpack v0.1.2
16282026-07-01T22:30:29.280Z Compiling serde_with_macros v3.17.0
16292026-07-01T22:30:29.440Z Compiling postgres-types v0.2.12
16302026-07-01T22:30:30.050Z Compiling ed25519 v2.2.3
16312026-07-01T22:30:30.157Z Compiling usdt-macro v0.6.0
16322026-07-01T22:30:30.461Z Compiling usdt-attr-macro v0.6.0
16332026-07-01T22:30:30.584Z Compiling globset v0.4.18
16342026-07-01T22:30:30.921Z Compiling dtrace-parser v0.2.0
16352026-07-01T22:30:30.959Z Compiling phf_shared v0.11.3
16362026-07-01T22:30:30.974Z Compiling hkdf v0.12.4
16372026-07-01T22:30:31.133Z Compiling pkcs1 v0.7.5
16382026-07-01T22:30:31.150Z Compiling olpc-cjson v0.1.4
16392026-07-01T22:30:31.259Z Compiling serde-big-array v0.5.1
16402026-07-01T22:30:31.261Z Compiling serde_plain v1.0.2
16412026-07-01T22:30:31.301Z Compiling crypto-bigint v0.5.5
16422026-07-01T22:30:31.399Z Compiling pem v3.0.6
16432026-07-01T22:30:31.463Z Compiling strum_macros v0.26.4
16442026-07-01T22:30:31.523Z Compiling async-recursion v1.1.1
16452026-07-01T22:30:31.652Z Compiling serde_repr v0.1.20
16462026-07-01T22:30:31.721Z Compiling enum-as-inner v0.6.1
16472026-07-01T22:30:32.180Z Compiling clap_derive v4.6.1
16482026-07-01T22:30:32.196Z Compiling float-cmp v0.10.0
16492026-07-01T22:30:32.235Z Compiling thread-id v4.2.2
16502026-07-01T22:30:32.319Z Compiling memmap2 v0.9.10
16512026-07-01T22:30:32.339Z Compiling env_filter v1.0.0
16522026-07-01T22:30:32.535Z Compiling static_assertions v1.1.0
16532026-07-01T22:30:32.611Z Compiling jiff v0.2.21
16542026-07-01T22:30:32.637Z Compiling fixedbitset v0.5.7
16552026-07-01T22:30:32.763Z Compiling winnow v1.0.3
16562026-07-01T22:30:32.947Z Compiling cpufeatures v0.3.0
16572026-07-01T22:30:33.019Z Compiling fixedbitset v0.4.2
16582026-07-01T22:30:33.145Z Compiling new_debug_unreachable v1.0.6
16592026-07-01T22:30:33.204Z Compiling normalize-line-endings v0.3.0
16602026-07-01T22:30:33.227Z Compiling keccak v0.1.6
16612026-07-01T22:30:33.231Z Compiling either v1.15.0
16622026-07-01T22:30:33.297Z Compiling data-encoding v2.10.0
16632026-07-01T22:30:33.414Z Compiling difflib v0.4.0
16642026-07-01T22:30:33.452Z Compiling const-oid v0.10.2
16652026-07-01T22:30:33.650Z Compiling precomputed-hash v0.1.1
16662026-07-01T22:30:33.734Z Compiling typed-path v0.9.3
16672026-07-01T22:30:33.791Z Compiling whoami v2.1.0
16682026-07-01T22:30:33.932Z Compiling predicates-core v1.0.10
16692026-07-01T22:30:33.954Z Compiling clap v4.6.1
16702026-07-01T22:30:33.960Z Compiling string_cache v0.8.9
16712026-07-01T22:30:33.987Z Compiling digest v0.11.3
16722026-07-01T22:30:34.026Z Compiling tokio-postgres v0.7.16
16732026-07-01T22:30:34.108Z Compiling predicates v3.1.4
16742026-07-01T22:30:34.162Z Compiling hickory-proto v0.25.2
16752026-07-01T22:30:34.184Z Compiling itertools v0.13.0
16762026-07-01T22:30:34.202Z Compiling sha3 v0.10.8
16772026-07-01T22:30:34.674Z Compiling toml_edit v0.22.27
16782026-07-01T22:30:34.794Z Compiling strum v0.26.3
16792026-07-01T22:30:34.929Z Compiling petgraph v0.6.5
16802026-07-01T22:30:34.958Z Compiling toml_parser v1.1.2+spec-1.1.0
16812026-07-01T22:30:35.517Z Compiling zip v4.6.1
16822026-07-01T22:30:35.603Z Compiling chacha20 v0.10.0
16832026-07-01T22:30:35.969Z Compiling petgraph v0.8.3
16842026-07-01T22:30:36.225Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16852026-07-01T22:30:36.432Z Compiling env_logger v0.11.9
16862026-07-01T22:30:36.477Z Compiling usdt v0.6.0
16872026-07-01T22:30:36.742Z Compiling usdt-impl v0.5.0
16882026-07-01T22:30:36.778Z Compiling elliptic-curve v0.13.8
16892026-07-01T22:30:36.836Z Compiling rsa v0.9.10
16902026-07-01T22:30:37.193Z Compiling serde_with v3.17.0
16912026-07-01T22:30:37.322Z Compiling crossterm v0.28.1
16922026-07-01T22:30:37.416Z Compiling ed25519-dalek v2.2.0
16932026-07-01T22:30:38.064Z Compiling zip v0.6.6
16942026-07-01T22:30:38.613Z Compiling toml v0.7.8
16952026-07-01T22:30:38.877Z Compiling iddqd v0.4.2
16962026-07-01T22:30:39.205Z Compiling heck v0.4.1
16972026-07-01T22:30:39.286Z Compiling similar v2.7.0
16982026-07-01T22:30:39.301Z Compiling crossbeam-epoch v0.9.18
16992026-07-01T22:30:39.432Z Compiling tokio-stream v0.1.18
17002026-07-01T22:30:39.648Z Compiling buf-list v1.1.2
17012026-07-01T22:30:39.662Z Compiling x509-cert v0.2.5
17022026-07-01T22:30:39.925Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17032026-07-01T22:30:39.930Z Compiling openapiv3 v2.2.0
17042026-07-01T22:30:40.127Z Compiling lalrpop-util v0.19.12
17052026-07-01T22:30:40.158Z Compiling peg-runtime v0.8.5
17062026-07-01T22:30:40.205Z Compiling thread_local v1.1.9
17072026-07-01T22:30:40.229Z Compiling slog-async v2.8.0
17082026-07-01T22:30:40.319Z Compiling crossbeam-channel v0.5.15
17092026-07-01T22:30:40.451Z Compiling is-terminal v0.4.17
17102026-07-01T22:30:40.472Z Compiling filetime v0.2.27
17112026-07-01T22:30:40.539Z Compiling xattr v1.6.1
17122026-07-01T22:30:40.561Z Compiling take_mut v0.2.2
17132026-07-01T22:30:40.626Z Compiling term v1.2.1
17142026-07-01T22:30:40.703Z Compiling tar v0.4.45
17152026-07-01T22:30:40.777Z Compiling camino-tempfile v1.4.1
17162026-07-01T22:30:41.006Z Compiling slog-term v2.9.2
17172026-07-01T22:30:50.875Z Compiling rustls-webpki v0.103.9
17182026-07-01T22:30:53.557Z Compiling tokio-rustls v0.26.4
17192026-07-01T22:30:53.558Z Compiling rustls-platform-verifier v0.6.2
17202026-07-01T22:30:53.558Z Compiling tough v0.22.0
17212026-07-01T22:30:53.757Z Compiling hyper-rustls v0.27.7
17222026-07-01T22:30:53.964Z Compiling reqwest v0.13.2
17232026-07-01T22:30:56.201Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17242026-07-01T22:30:56.435Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17252026-07-01T22:30:59.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17262026-07-01T22:30:59.394Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17272026-07-01T22:30:59.447ZJul 01 22:30:58.424 INFO Starting download, target: DendriteStub
17282026-07-01T22:30:59.447ZJul 01 22:30:58.425 INFO Starting download, target: Clickhouse
17292026-07-01T22:30:59.447ZJul 01 22:30:58.425 INFO Starting download, target: Console
17302026-07-01T22:30:59.447ZJul 01 22:30:58.425 INFO Starting download, target: Cockroach
17312026-07-01T22:30:59.450ZJul 01 22:30:58.425 INFO Starting download, target: MaghemiteMgd
17322026-07-01T22:30:59.450ZJul 01 22:30:58.425 INFO Starting download, target: MaghemiteDdmd
17332026-07-01T22:30:59.450ZJul 01 22:30:58.425 INFO Starting download, target: TransceiverControl
17342026-07-01T22:30:59.450ZJul 01 22:30:58.425 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17352026-07-01T22:30:59.450ZJul 01 22:30:58.425 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17362026-07-01T22:30:59.450ZJul 01 22:30:58.425 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17372026-07-01T22:30:59.450ZJul 01 22:30:58.425 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17382026-07-01T22:30:59.450ZJul 01 22:30:58.425 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17392026-07-01T22:30:59.450ZJul 01 22:30:58.425 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17402026-07-01T22:30:59.450ZJul 01 22:30:58.425 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17412026-07-01T22:30:59.882ZJul 01 22:30:58.845 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17422026-07-01T22:31:00.073ZJul 01 22:30:59.044 INFO Download complete, target: TransceiverControl
17432026-07-01T22:31:01.242ZJul 01 22:31:00.219 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17442026-07-01T22:31:01.251ZJul 01 22:31:00.221 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17452026-07-01T22:31:01.358ZJul 01 22:31:00.331 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17462026-07-01T22:31:01.484ZJul 01 22:31:00.461 INFO Download complete, target: Console
17472026-07-01T22:31:01.526ZJul 01 22:31:00.499 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17482026-07-01T22:31:01.653ZJul 01 22:31:00.620 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17492026-07-01T22:31:02.017ZJul 01 22:31:00.995 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17502026-07-01T22:31:02.017ZJul 01 22:31:00.995 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17512026-07-01T22:31:03.214ZJul 01 22:31:02.190 INFO Download complete, target: MaghemiteDdmd
17522026-07-01T22:31:03.633ZJul 01 22:31:02.610 INFO Download complete, target: DendriteStub
17532026-07-01T22:31:04.041ZJul 01 22:31:03.019 INFO Download complete, target: MaghemiteMgd
17542026-07-01T22:31:06.557ZJul 01 22:31:05.534 INFO Checking that binary works, target: Cockroach
17552026-07-01T22:31:06.674ZJul 01 22:31:05.651 INFO Download complete, target: Cockroach
17562026-07-01T22:31:08.223ZJul 01 22:31:07.201 INFO Checking that binary works, target: Clickhouse
17572026-07-01T22:31:08.335ZJul 01 22:31:07.286 INFO Download complete, target: Clickhouse
17582026-07-01T22:31:08.343ZAll builder prerequisites installed successfully, and PATH looks valid
17592026-07-01T22:31:08.343Z
17602026-07-01T22:31:08.343Zreal 2:06.174083235
17612026-07-01T22:31:08.343Zuser 6:36.008770033
17622026-07-01T22:31:08.343Zsys 1:20.789307421
17632026-07-01T22:31:08.343Ztrap 0.230485211
17642026-07-01T22:31:08.343Ztflt 0.509483950
17652026-07-01T22:31:08.343Zdflt 0.799718064
17662026-07-01T22:31:08.343Zkflt 0.023196751
17672026-07-01T22:31:08.343Zlock 21:59.053087986
17682026-07-01T22:31:08.343Zslp 20:11.345528782
17692026-07-01T22:31:08.343Zlat 43.691459666
17702026-07-01T22:31:08.343Zstop 1:59.805136550
17712026-07-01T22:31:08.343Z+ banner hack-check
17722026-07-01T22:31:08.343Z
17732026-07-01T22:31:08.343Z # # ## #### # # #### # # ###### #### # #
17742026-07-01T22:31:08.343Z # # # # # # # # # # # # # # # # #
17752026-07-01T22:31:08.343Z ###### # # # #### ##### # ###### ##### # ####
17762026-07-01T22:31:08.343Z # # ###### # # # # # # # # # #
17772026-07-01T22:31:08.343Z # # # # # # # # # # # # # # # # #
17782026-07-01T22:31:08.343Z # # # # #### # # #### # # ###### #### # #
17792026-07-01T22:31:08.343Z
17802026-07-01T22:31:08.343Z+ export CARGO_INCREMENTAL=0
17812026-07-01T22:31:08.343Z+ CARGO_INCREMENTAL=0
17822026-07-01T22:31:08.343Z+ ptime -m timeout 2h cargo xtask check-features --ci
17832026-07-01T22:31:08.788Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17842026-07-01T22:31:09.072Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17852026-07-01T22:31:10.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
17862026-07-01T22:31:10.868Z Running `target/debug/xtask check-features --ci`
17872026-07-01T22:31:10.893Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17882026-07-01T22:31:10.896Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17892026-07-01T22:31:11.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17902026-07-01T22:31:11.329Z Running `target/debug/xtask download cargo-hack`
17912026-07-01T22:31:12.070Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17922026-07-01T22:31:12.389Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17932026-07-01T22:31:14.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s
17942026-07-01T22:31:15.049Z Running `target/debug/xtask-downloader cargo-hack`
17952026-07-01T22:31:15.091ZJul 01 22:31:14.068 INFO Starting download, target: CargoHack
17962026-07-01T22:31:15.094ZJul 01 22:31:14.068 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17972026-07-01T22:31:15.488ZJul 01 22:31:14.465 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17982026-07-01T22:31:15.535ZJul 01 22:31:14.513 INFO Download complete, target: CargoHack
17992026-07-01T22:31:15.538Zrunning: "/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"
18002026-07-01T22:31:15.551Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18012026-07-01T22:31:15.707Zinfo: running `cargo check --bins` on api_identity (1/299)
18022026-07-01T22:31:16.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-07-01T22:31:16.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-07-01T22:31:16.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-07-01T22:31:16.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18062026-07-01T22:31:16.210Z
18072026-07-01T22:31:16.210Zinfo: running `cargo check --bins` on bootstore (2/299)
18082026-07-01T22:31:16.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-07-01T22:31:16.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-07-01T22:31:16.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-07-01T22:31:16.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18122026-07-01T22:31:16.719Z
18132026-07-01T22:31:16.719Zinfo: running `cargo check --bins` on omicron-ledger (3/299)
18142026-07-01T22:31:17.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-07-01T22:31:17.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-07-01T22:31:17.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-07-01T22:31:17.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18182026-07-01T22:31:17.224Z
18192026-07-01T22:31:17.224Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/299)
18202026-07-01T22:31:17.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-07-01T22:31:17.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-07-01T22:31:17.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-07-01T22:31:17.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18242026-07-01T22:31:17.726Z
18252026-07-01T22:31:17.726Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/299)
18262026-07-01T22:31:18.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-07-01T22:31:18.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-07-01T22:31:18.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-07-01T22:31:18.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18302026-07-01T22:31:18.234Z
18312026-07-01T22:31:18.234Zinfo: running `cargo check --bins` on omicron-certificates (6/299)
18322026-07-01T22:31:18.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-07-01T22:31:18.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-07-01T22:31:18.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-07-01T22:31:18.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18362026-07-01T22:31:18.763Z
18372026-07-01T22:31:18.763Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/299)
18382026-07-01T22:31:19.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-07-01T22:31:19.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-07-01T22:31:19.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-07-01T22:31:19.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18422026-07-01T22:31:19.280Z
18432026-07-01T22:31:19.280Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/299)
18442026-07-01T22:31:19.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-07-01T22:31:19.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-07-01T22:31:19.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-07-01T22:31:19.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18482026-07-01T22:31:19.806Z
18492026-07-01T22:31:19.806Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/299)
18502026-07-01T22:31:20.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-07-01T22:31:20.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-07-01T22:31:20.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-07-01T22:31:20.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18542026-07-01T22:31:20.202Z
18552026-07-01T22:31:20.202Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/299)
18562026-07-01T22:31:20.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-07-01T22:31:20.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-07-01T22:31:20.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-07-01T22:31:20.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18602026-07-01T22:31:20.603Z
18612026-07-01T22:31:20.603Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/299)
18622026-07-01T22:31:20.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-07-01T22:31:20.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-07-01T22:31:20.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-07-01T22:31:20.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18662026-07-01T22:31:21.003Z
18672026-07-01T22:31:21.003Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/299)
18682026-07-01T22:31:21.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-07-01T22:31:21.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-07-01T22:31:21.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-07-01T22:31:21.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18722026-07-01T22:31:21.407Z
18732026-07-01T22:31:21.407Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/299)
18742026-07-01T22:31:21.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-07-01T22:31:21.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-07-01T22:31:21.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-07-01T22:31:21.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18782026-07-01T22:31:21.808Z
18792026-07-01T22:31:21.808Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/299)
18802026-07-01T22:31:22.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-07-01T22:31:22.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-07-01T22:31:22.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-07-01T22:31:22.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18842026-07-01T22:31:22.208Z
18852026-07-01T22:31:22.208Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/299)
18862026-07-01T22:31:22.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-07-01T22:31:22.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-07-01T22:31:22.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-07-01T22:31:22.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18902026-07-01T22:31:22.609Z
18912026-07-01T22:31:22.609Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/299)
18922026-07-01T22:31:22.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-07-01T22:31:22.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-07-01T22:31:22.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-07-01T22:31:22.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18962026-07-01T22:31:23.007Z
18972026-07-01T22:31:23.007Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/299)
18982026-07-01T22:31:23.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-07-01T22:31:23.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-07-01T22:31:23.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-07-01T22:31:23.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19022026-07-01T22:31:23.406Z
19032026-07-01T22:31:23.406Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/299)
19042026-07-01T22:31:23.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-07-01T22:31:23.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-07-01T22:31:23.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-07-01T22:31:23.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19082026-07-01T22:31:23.808Z
19092026-07-01T22:31:23.808Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/299)
19102026-07-01T22:31:24.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-07-01T22:31:24.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-07-01T22:31:24.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-07-01T22:31:24.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19142026-07-01T22:31:24.208Z
19152026-07-01T22:31:24.208Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/299)
19162026-07-01T22:31:24.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-07-01T22:31:24.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-07-01T22:31:24.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-07-01T22:31:24.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19202026-07-01T22:31:24.609Z
19212026-07-01T22:31:24.609Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/299)
19222026-07-01T22:31:24.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-07-01T22:31:24.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-07-01T22:31:24.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-07-01T22:31:24.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19262026-07-01T22:31:25.008Z
19272026-07-01T22:31:25.009Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/299)
19282026-07-01T22:31:25.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-07-01T22:31:25.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-07-01T22:31:25.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-07-01T22:31:25.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19322026-07-01T22:31:25.410Z
19332026-07-01T22:31:25.410Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/299)
19342026-07-01T22:31:25.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-07-01T22:31:25.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-07-01T22:31:25.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-07-01T22:31:25.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19382026-07-01T22:31:25.808Z
19392026-07-01T22:31:25.808Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/299)
19402026-07-01T22:31:26.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-07-01T22:31:26.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-07-01T22:31:26.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-07-01T22:31:26.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19442026-07-01T22:31:26.208Z
19452026-07-01T22:31:26.208Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/299)
19462026-07-01T22:31:26.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-07-01T22:31:26.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-07-01T22:31:26.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-07-01T22:31:26.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19502026-07-01T22:31:26.608Z
19512026-07-01T22:31:26.608Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/299)
19522026-07-01T22:31:26.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-07-01T22:31:26.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-07-01T22:31:26.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-07-01T22:31:26.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19562026-07-01T22:31:27.010Z
19572026-07-01T22:31:27.010Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/299)
19582026-07-01T22:31:27.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-07-01T22:31:27.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-07-01T22:31:27.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-07-01T22:31:27.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19622026-07-01T22:31:27.409Z
19632026-07-01T22:31:27.410Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/299)
19642026-07-01T22:31:27.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-07-01T22:31:27.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-07-01T22:31:27.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-07-01T22:31:27.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19682026-07-01T22:31:27.808Z
19692026-07-01T22:31:27.808Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/299)
19702026-07-01T22:31:28.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-07-01T22:31:28.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-07-01T22:31:28.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-07-01T22:31:28.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19742026-07-01T22:31:28.208Z
19752026-07-01T22:31:28.208Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/299)
19762026-07-01T22:31:28.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-07-01T22:31:28.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-07-01T22:31:28.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-07-01T22:31:28.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19802026-07-01T22:31:28.604Z
19812026-07-01T22:31:28.604Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/299)
19822026-07-01T22:31:28.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-07-01T22:31:28.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-07-01T22:31:28.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-07-01T22:31:28.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19862026-07-01T22:31:29.009Z
19872026-07-01T22:31:29.009Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/299)
19882026-07-01T22:31:29.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-07-01T22:31:29.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-07-01T22:31:29.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-07-01T22:31:29.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19922026-07-01T22:31:29.400Z
19932026-07-01T22:31:29.400Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/299)
19942026-07-01T22:31:29.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-07-01T22:31:29.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-07-01T22:31:29.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-07-01T22:31:29.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19982026-07-01T22:31:29.798Z
19992026-07-01T22:31:29.798Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/299)
20002026-07-01T22:31:30.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-07-01T22:31:30.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-07-01T22:31:30.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-07-01T22:31:30.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20042026-07-01T22:31:30.197Z
20052026-07-01T22:31:30.197Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/299)
20062026-07-01T22:31:30.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-07-01T22:31:30.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-07-01T22:31:30.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-07-01T22:31:30.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20102026-07-01T22:31:30.595Z
20112026-07-01T22:31:30.595Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/299)
20122026-07-01T22:31:30.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-07-01T22:31:30.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-07-01T22:31:30.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-07-01T22:31:30.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20162026-07-01T22:31:30.992Z
20172026-07-01T22:31:30.992Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/299)
20182026-07-01T22:31:31.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-07-01T22:31:31.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-07-01T22:31:31.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-07-01T22:31:31.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20222026-07-01T22:31:31.392Z
20232026-07-01T22:31:31.392Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/299)
20242026-07-01T22:31:31.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-07-01T22:31:31.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-07-01T22:31:31.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-07-01T22:31:31.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20282026-07-01T22:31:31.791Z
20292026-07-01T22:31:31.791Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/299)
20302026-07-01T22:31:32.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-07-01T22:31:32.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-07-01T22:31:32.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-07-01T22:31:32.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20342026-07-01T22:31:32.191Z
20352026-07-01T22:31:32.192Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/299)
20362026-07-01T22:31:32.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-07-01T22:31:32.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-07-01T22:31:32.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-07-01T22:31:32.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20402026-07-01T22:31:32.595Z
20412026-07-01T22:31:32.596Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/299)
20422026-07-01T22:31:32.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-07-01T22:31:32.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-07-01T22:31:32.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-07-01T22:31:32.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20462026-07-01T22:31:32.999Z
20472026-07-01T22:31:33.000Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/299)
20482026-07-01T22:31:33.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-07-01T22:31:33.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-07-01T22:31:33.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-07-01T22:31:33.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20522026-07-01T22:31:33.404Z
20532026-07-01T22:31:33.404Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/299)
20542026-07-01T22:31:33.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-07-01T22:31:33.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-07-01T22:31:33.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-07-01T22:31:33.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20582026-07-01T22:31:33.805Z
20592026-07-01T22:31:33.805Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/299)
20602026-07-01T22:31:34.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-07-01T22:31:34.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-07-01T22:31:34.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-07-01T22:31:34.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20642026-07-01T22:31:34.206Z
20652026-07-01T22:31:34.206Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/299)
20662026-07-01T22:31:34.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-07-01T22:31:34.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-07-01T22:31:34.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-07-01T22:31:34.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20702026-07-01T22:31:34.606Z
20712026-07-01T22:31:34.606Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/299)
20722026-07-01T22:31:34.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-07-01T22:31:34.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-07-01T22:31:34.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-07-01T22:31:34.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20762026-07-01T22:31:35.006Z
20772026-07-01T22:31:35.006Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/299)
20782026-07-01T22:31:35.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-07-01T22:31:35.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-07-01T22:31:35.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-07-01T22:31:35.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20822026-07-01T22:31:35.406Z
20832026-07-01T22:31:35.406Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/299)
20842026-07-01T22:31:35.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-07-01T22:31:35.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-07-01T22:31:35.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-07-01T22:31:35.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20882026-07-01T22:31:35.808Z
20892026-07-01T22:31:35.808Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/299)
20902026-07-01T22:31:36.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-07-01T22:31:36.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-07-01T22:31:36.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-07-01T22:31:36.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20942026-07-01T22:31:36.378Z
20952026-07-01T22:31:36.378Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/299)
20962026-07-01T22:31:36.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-07-01T22:31:36.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-07-01T22:31:36.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-07-01T22:31:36.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21002026-07-01T22:31:36.948Z
21012026-07-01T22:31:36.948Zinfo: running `cargo check --bins` on nexus-config (51/299)
21022026-07-01T22:31:37.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-07-01T22:31:37.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-07-01T22:31:37.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-07-01T22:31:37.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21062026-07-01T22:31:37.514Z
21072026-07-01T22:31:37.514Zinfo: running `cargo check --bins` on nexus-types (52/299)
21082026-07-01T22:31:37.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-07-01T22:31:37.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-07-01T22:31:37.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-07-01T22:31:37.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21122026-07-01T22:31:38.083Z
21132026-07-01T22:31:38.083Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/299)
21142026-07-01T22:31:38.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-07-01T22:31:38.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-07-01T22:31:38.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-07-01T22:31:38.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21182026-07-01T22:31:38.617Z
21192026-07-01T22:31:38.617Zinfo: running `cargo check --bins` on omicron-passwords (54/299)
21202026-07-01T22:31:39.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-07-01T22:31:39.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-07-01T22:31:39.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-07-01T22:31:39.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21242026-07-01T22:31:39.132Z
21252026-07-01T22:31:39.132Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/299)
21262026-07-01T22:31:39.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-07-01T22:31:39.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-07-01T22:31:39.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-07-01T22:31:39.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21302026-07-01T22:31:39.669Z
21312026-07-01T22:31:39.669Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/299)
21322026-07-01T22:31:40.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-07-01T22:31:40.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-07-01T22:31:40.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-07-01T22:31:40.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21362026-07-01T22:31:40.206Z
21372026-07-01T22:31:40.206Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/299)
21382026-07-01T22:31:40.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-07-01T22:31:40.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-07-01T22:31:40.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-07-01T22:31:40.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21422026-07-01T22:31:40.746Z
21432026-07-01T22:31:40.746Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/299)
21442026-07-01T22:31:41.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-07-01T22:31:41.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-07-01T22:31:41.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-07-01T22:31:41.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21482026-07-01T22:31:41.283Z
21492026-07-01T22:31:41.283Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/299)
21502026-07-01T22:31:41.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-07-01T22:31:41.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-07-01T22:31:41.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-07-01T22:31:41.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21542026-07-01T22:31:41.802Z
21552026-07-01T22:31:41.802Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/299)
21562026-07-01T22:31:42.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-07-01T22:31:42.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-07-01T22:31:42.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-07-01T22:31:42.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21602026-07-01T22:31:42.323Z
21612026-07-01T22:31:42.323Zinfo: running `cargo check --bins --no-default-features` on gfss (61/299)
21622026-07-01T22:31:42.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-07-01T22:31:42.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-07-01T22:31:42.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-07-01T22:31:42.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21662026-07-01T22:31:42.842Z
21672026-07-01T22:31:42.842Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/299)
21682026-07-01T22:31:43.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-07-01T22:31:43.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-07-01T22:31:43.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-07-01T22:31:43.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21722026-07-01T22:31:43.362Z
21732026-07-01T22:31:43.363Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/299)
21742026-07-01T22:31:43.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-07-01T22:31:43.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-07-01T22:31:43.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-07-01T22:31:43.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21782026-07-01T22:31:43.899Z
21792026-07-01T22:31:43.899Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/299)
21802026-07-01T22:31:44.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-07-01T22:31:44.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-07-01T22:31:44.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-07-01T22:31:44.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21842026-07-01T22:31:44.429Z
21852026-07-01T22:31:44.429Zinfo: running `cargo check --bins` on cockroach-admin-types (65/299)
21862026-07-01T22:31:44.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-07-01T22:31:44.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-07-01T22:31:44.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-07-01T22:31:44.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21902026-07-01T22:31:44.949Z
21912026-07-01T22:31:44.949Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/299)
21922026-07-01T22:31:45.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-07-01T22:31:45.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-07-01T22:31:45.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-07-01T22:31:45.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21962026-07-01T22:31:45.469Z
21972026-07-01T22:31:45.469Zinfo: running `cargo check --bins` on ereport-types (67/299)
21982026-07-01T22:31:45.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-07-01T22:31:45.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-07-01T22:31:45.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-07-01T22:31:45.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22022026-07-01T22:31:45.996Z
22032026-07-01T22:31:45.996Zinfo: running `cargo check --bins` on gateway-client (68/299)
22042026-07-01T22:31:46.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-07-01T22:31:46.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-07-01T22:31:46.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-07-01T22:31:46.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22082026-07-01T22:31:46.527Z
22092026-07-01T22:31:46.527Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/299)
22102026-07-01T22:31:46.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-07-01T22:31:46.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-07-01T22:31:46.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-07-01T22:31:47.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22142026-07-01T22:31:47.050Z
22152026-07-01T22:31:47.051Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/299)
22162026-07-01T22:31:47.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-07-01T22:31:47.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-07-01T22:31:47.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-07-01T22:31:47.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22202026-07-01T22:31:47.576Z
22212026-07-01T22:31:47.577Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/299)
22222026-07-01T22:31:48.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-07-01T22:31:48.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-07-01T22:31:48.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-07-01T22:31:48.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22262026-07-01T22:31:48.105Z
22272026-07-01T22:31:48.105Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/299)
22282026-07-01T22:31:48.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-07-01T22:31:48.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-07-01T22:31:48.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-07-01T22:31:48.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22322026-07-01T22:31:48.633Z
22332026-07-01T22:31:48.633Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/299)
22342026-07-01T22:31:49.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-07-01T22:31:49.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-07-01T22:31:49.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-07-01T22:31:49.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22382026-07-01T22:31:49.177Z
22392026-07-01T22:31:49.177Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/299)
22402026-07-01T22:31:49.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-07-01T22:31:49.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-07-01T22:31:49.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-07-01T22:31:49.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22442026-07-01T22:31:49.719Z
22452026-07-01T22:31:49.720Zinfo: running `cargo check --bins` on key-manager-types (75/299)
22462026-07-01T22:31:50.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-07-01T22:31:50.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-07-01T22:31:50.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-07-01T22:31:50.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22502026-07-01T22:31:50.240Z
22512026-07-01T22:31:50.240Zinfo: running `cargo check --bins` on oxlog (76/299)
22522026-07-01T22:31:50.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-07-01T22:31:50.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-07-01T22:31:50.790Z Checking cfg-if v1.0.4
22552026-07-01T22:31:50.793Z Checking libc v0.2.185
22562026-07-01T22:31:50.793Z Checking serde_core v1.0.228
22572026-07-01T22:31:50.905Z Checking memchr v2.8.0
22582026-07-01T22:31:50.905Z Checking zeroize v1.8.2
22592026-07-01T22:31:50.920Z Checking log v0.4.29
22602026-07-01T22:31:50.923Z Checking smallvec v1.15.1
22612026-07-01T22:31:50.941Z Checking subtle v2.6.1
22622026-07-01T22:31:50.950Z Checking itoa v1.0.17
22632026-07-01T22:31:51.057Z Checking scopeguard v1.2.0
22642026-07-01T22:31:51.078Z Checking typenum v1.20.1
22652026-07-01T22:31:51.081Z Checking stable_deref_trait v1.2.1
22662026-07-01T22:31:51.100Z Checking zerofrom v0.1.6
22672026-07-01T22:31:51.115Z Checking pin-project-lite v0.2.17
22682026-07-01T22:31:51.151Z Checking lock_api v0.4.14
22692026-07-01T22:31:51.163Z Checking portable-atomic v1.13.1
22702026-07-01T22:31:51.200Z Checking critical-section v1.2.0
22712026-07-01T22:31:51.211Z Checking yoke v0.8.1
22722026-07-01T22:31:51.273Z Checking futures-core v0.3.32
22732026-07-01T22:31:51.290Z Checking errno v0.3.14
22742026-07-01T22:31:51.290Z Checking getrandom v0.2.17
22752026-07-01T22:31:51.347Z Checking parking_lot_core v0.9.12
22762026-07-01T22:31:51.373Z Checking zerovec v0.11.5
22772026-07-01T22:31:51.386Z Checking mio v1.2.0
22782026-07-01T22:31:51.400Z Checking signal-hook-registry v1.4.8
22792026-07-01T22:31:51.439Z Checking rand_core v0.6.4
22802026-07-01T22:31:51.530Z Checking parking_lot v0.12.5
22812026-07-01T22:31:51.555Z Checking zerocopy v0.8.40
22822026-07-01T22:31:51.567Z Checking once_cell v1.21.3
22832026-07-01T22:31:51.610Z Checking const-oid v0.9.6
22842026-07-01T22:31:51.662Z Checking zmij v1.0.21
22852026-07-01T22:31:51.709Z Checking rand_core v0.10.0
22862026-07-01T22:31:51.732Z Checking socket2 v0.6.3
22872026-07-01T22:31:51.794Z Checking tinystr v0.8.2
22882026-07-01T22:31:51.822Z Checking generic-array v0.14.7
22892026-07-01T22:31:51.843Z Checking getrandom v0.4.1
22902026-07-01T22:31:51.864Z Checking libm v0.2.16
22912026-07-01T22:31:51.965Z Checking percent-encoding v2.3.2
22922026-07-01T22:31:51.966Z Checking equivalent v1.0.2
22932026-07-01T22:31:51.987Z Checking writeable v0.6.2
22942026-07-01T22:31:52.043Z Checking litemap v0.8.1
22952026-07-01T22:31:52.113Z Checking potential_utf v0.1.4
22962026-07-01T22:31:52.140Z Checking zerotrie v0.2.3
22972026-07-01T22:31:52.211Z Checking icu_locale_core v2.1.1
22982026-07-01T22:31:52.240Z Checking futures-sink v0.3.32
22992026-07-01T22:31:52.271Z Checking icu_collections v2.1.1
23002026-07-01T22:31:52.285Z Checking slab v0.4.12
23012026-07-01T22:31:52.335Z Checking futures-channel v0.3.32
23022026-07-01T22:31:52.373Z Checking futures-task v0.3.32
23032026-07-01T22:31:52.391Z Checking serde v1.0.228
23042026-07-01T22:31:52.436Z Checking bitflags v2.11.0
23052026-07-01T22:31:52.505Z Checking serde_json v1.0.150
23062026-07-01T22:31:52.522Z Checking futures-io v0.3.32
23072026-07-01T22:31:52.549Z Checking num-traits v0.2.19
23082026-07-01T22:31:52.590Z Checking icu_normalizer_data v2.1.1
23092026-07-01T22:31:52.608Z Checking icu_properties_data v2.1.2
23102026-07-01T22:31:52.626Z Checking futures-util v0.3.32
23112026-07-01T22:31:52.663Z Checking hashbrown v0.17.0
23122026-07-01T22:31:52.731Z Checking crypto-common v0.1.7
23132026-07-01T22:31:52.758Z Checking icu_provider v2.1.1
23142026-07-01T22:31:52.795Z Checking bytes v1.11.1
23152026-07-01T22:31:52.847Z Checking block-buffer v0.10.4
23162026-07-01T22:31:52.982Z Checking icu_normalizer v2.1.1
23172026-07-01T22:31:52.982Z Checking icu_properties v2.1.2
23182026-07-01T22:31:53.087Z Checking digest v0.10.7
23192026-07-01T22:31:53.119Z Checking indexmap v2.14.0
23202026-07-01T22:31:53.166Z Checking utf8_iter v1.0.4
23212026-07-01T22:31:53.233Z Checking tokio v1.52.1
23222026-07-01T22:31:53.278Z Checking form_urlencoded v1.2.2
23232026-07-01T22:31:53.290Z Checking getrandom v0.3.4
23242026-07-01T22:31:53.303Z Checking byteorder v1.5.0
23252026-07-01T22:31:53.400Z Checking fnv v1.0.7
23262026-07-01T22:31:53.429Z Checking rand_core v0.9.5
23272026-07-01T22:31:53.494Z Checking http v1.4.2
23282026-07-01T22:31:53.506Z Checking base64ct v1.8.3
23292026-07-01T22:31:53.604Z Checking regex-syntax v0.8.10
23302026-07-01T22:31:53.701Z Checking rustix v1.1.3
23312026-07-01T22:31:53.735Z Checking pem-rfc7468 v0.7.0
23322026-07-01T22:31:53.811Z Checking idna_adapter v1.2.1
23332026-07-01T22:31:53.888Z Checking uuid v1.23.4
23342026-07-01T22:31:53.924Z Checking idna v1.1.0
23352026-07-01T22:31:54.061Z Checking tracing-core v0.1.36
23362026-07-01T22:31:54.159Z Checking url v2.5.8
23372026-07-01T22:31:54.201Z Checking iana-time-zone v0.1.65
23382026-07-01T22:31:54.307Z Checking flagset v0.4.7
23392026-07-01T22:31:54.344Z Checking ppv-lite86 v0.2.21
23402026-07-01T22:31:54.362Z Checking base64 v0.22.1
23412026-07-01T22:31:54.426Z Checking der v0.7.10
23422026-07-01T22:31:54.530Z Checking tracing v0.1.44
23432026-07-01T22:31:54.582Z Checking chrono v0.4.44
23442026-07-01T22:31:54.596Z Checking http-body v1.0.1
23452026-07-01T22:31:54.608Z Checking rustls-pki-types v1.14.0
23462026-07-01T22:31:54.631Z Checking rand_chacha v0.9.0
23472026-07-01T22:31:54.723Z Checking cmov v0.5.4
23482026-07-01T22:31:54.736Z Checking tinyvec_macros v0.1.1
23492026-07-01T22:31:54.800Z Checking openssl-probe v0.2.1
23502026-07-01T22:31:54.826Z Checking rand v0.9.2
23512026-07-01T22:31:54.891Z Checking tinyvec v1.10.0
23522026-07-01T22:31:54.904Z Checking aws-lc-sys v0.40.0
23532026-07-01T22:31:54.917Z Checking ctutils v0.4.2
23542026-07-01T22:31:54.929Z Checking tower-service v0.3.3
23552026-07-01T22:31:55.016Z Checking atomic-waker v1.1.2
23562026-07-01T22:31:55.110Z Checking untrusted v0.7.1
23572026-07-01T22:31:55.122Z Checking try-lock v0.2.5
23582026-07-01T22:31:55.164Z Checking spki v0.7.3
23592026-07-01T22:31:55.195Z Checking tower-layer v0.3.3
23602026-07-01T22:31:55.210Z Checking want v0.3.1
23612026-07-01T22:31:55.214Z Checking hybrid-array v0.4.13
23622026-07-01T22:31:55.289Z Checking ipnet v2.11.0
23632026-07-01T22:31:55.323Z Checking httparse v1.10.1
23642026-07-01T22:31:55.335Z Checking aho-corasick v1.1.4
23652026-07-01T22:31:55.348Z Checking dyn-clone v1.0.20
23662026-07-01T22:31:55.396Z Checking aws-lc-rs v1.16.3
23672026-07-01T22:31:55.435Z Checking cpufeatures v0.2.17
23682026-07-01T22:31:55.447Z Checking untrusted v0.9.0
23692026-07-01T22:31:55.499Z Checking foreign-types-shared v0.1.1
23702026-07-01T22:31:55.525Z Checking plain v0.2.3
23712026-07-01T22:31:55.540Z Checking fastrand v2.3.0
23722026-07-01T22:31:55.551Z Checking httpdate v1.0.3
23732026-07-01T22:31:55.576Z Checking utf8parse v0.2.2
23742026-07-01T22:31:55.621Z Checking foreign-types v0.3.2
23752026-07-01T22:31:55.672Z Checking pkcs8 v0.10.2
23762026-07-01T22:31:55.685Z Checking unicode-normalization v0.1.25
23772026-07-01T22:31:55.697Z Checking semver v1.0.28
23782026-07-01T22:31:55.710Z Checking tempfile v3.25.0
23792026-07-01T22:31:55.820Z Checking openssl-sys v0.9.115
23802026-07-01T22:31:55.898Z Checking spin v0.9.8
23812026-07-01T22:31:55.911Z Checking unicode-ident v1.0.24
23822026-07-01T22:31:55.976Z Checking anstyle v1.0.14
23832026-07-01T22:31:56.004Z Checking regex-automata v0.4.14
23842026-07-01T22:31:56.016Z Checking ucd-trie v0.1.7
23852026-07-01T22:31:56.076Z Checking proc-macro2 v1.0.106
23862026-07-01T22:31:56.090Z Checking schemars v0.8.22
23872026-07-01T22:31:56.143Z Checking pest v2.8.6
23882026-07-01T22:31:56.157Z Checking sha2 v0.10.9
23892026-07-01T22:31:56.190Z Checking openssl v0.10.79
23902026-07-01T22:31:56.237Z Checking rustls-webpki v0.103.9
23912026-07-01T22:31:56.393Z Checking hmac v0.12.1
23922026-07-01T22:31:56.431Z Checking thiserror v2.0.18
23932026-07-01T22:31:56.522Z Checking sync_wrapper v1.0.2
23942026-07-01T22:31:56.522Z Checking wait-timeout v0.2.1
23952026-07-01T22:31:56.548Z Checking tokio-util v0.7.18
23962026-07-01T22:31:56.631Z Checking siphasher v1.0.2
23972026-07-01T22:31:56.644Z Checking anstyle-query v1.1.5
23982026-07-01T22:31:56.648Z Checking rustls v0.23.41
23992026-07-01T22:31:56.731Z Checking powerfmt v0.2.0
24002026-07-01T22:31:56.744Z Checking colorchoice v1.0.4
24012026-07-01T22:31:56.783Z Checking quick-error v1.2.3
24022026-07-01T22:31:56.832Z Checking pretty-hex v0.4.1
24032026-07-01T22:31:56.875Z Checking bit-vec v0.8.0
24042026-07-01T22:31:56.878Z Checking simd-adler32 v0.3.8
24052026-07-01T22:31:56.945Z Checking is_terminal_polyfill v1.70.2
24062026-07-01T22:31:57.030Z Checking deranged v0.5.8
24072026-07-01T22:31:57.050Z Checking rusty-fork v0.3.1
24082026-07-01T22:31:57.065Z Checking bit-set v0.8.0
24092026-07-01T22:31:57.160Z Checking h2 v0.4.15
24102026-07-01T22:31:57.200Z Checking tower v0.5.3
24112026-07-01T22:31:57.213Z Checking quote v1.0.45
24122026-07-01T22:31:57.227Z Compiling newtype-uuid v1.3.2
24132026-07-01T22:31:57.378Z Checking http-body-util v0.1.3
24142026-07-01T22:31:57.404Z Checking crossbeam-utils v0.8.21
24152026-07-01T22:31:57.577Z Checking rand_xorshift v0.4.0
24162026-07-01T22:31:57.591Z Checking crc32fast v1.5.0
24172026-07-01T22:31:57.693Z Checking scroll v0.13.0
24182026-07-01T22:31:57.731Z Checking time-core v0.1.8
24192026-07-01T22:31:57.743Z Checking ryu v1.0.23
24202026-07-01T22:31:57.823Z Checking unarray v0.1.4
24212026-07-01T22:31:57.864Z Checking adler2 v2.0.1
24222026-07-01T22:31:57.876Z Checking allocator-api2 v0.2.21
24232026-07-01T22:31:57.914Z Checking num-conv v0.2.0
24242026-07-01T22:31:57.925Z Checking unicode-bidi v0.3.18
24252026-07-01T22:31:57.942Z Checking unicode-properties v0.1.4
24262026-07-01T22:31:57.965Z Checking num_threads v0.1.7
24272026-07-01T22:31:58.024Z Checking iri-string v0.7.10
24282026-07-01T22:31:58.046Z Checking time v0.3.47
24292026-07-01T22:31:58.125Z Checking miniz_oxide v0.8.9
24302026-07-01T22:31:58.148Z Checking proptest v1.10.0
24312026-07-01T22:31:58.216Z Checking stringprep v0.1.5
24322026-07-01T22:31:58.219Z Checking native-tls v0.2.18
24332026-07-01T22:31:58.366Z Checking goblin v0.10.5
24342026-07-01T22:31:58.401Z Checking tokio-native-tls v0.3.1
24352026-07-01T22:31:58.471Z Checking serde_urlencoded v0.7.1
24362026-07-01T22:31:58.579Z Checking bstr v1.12.1
24372026-07-01T22:31:58.679Z Checking crossbeam-epoch v0.9.18
24382026-07-01T22:31:58.908Z Checking syn v2.0.117
24392026-07-01T22:31:58.948Z Compiling daft v0.1.7
24402026-07-01T22:31:58.979Z Checking ipnetwork v0.21.1
24412026-07-01T22:31:59.083Z Checking tower-http v0.6.8
24422026-07-01T22:31:59.192Z Checking crypto-common v0.2.2
24432026-07-01T22:31:59.192Z Checking block-buffer v0.12.1
24442026-07-01T22:31:59.221Z Checking block-padding v0.4.2
24452026-07-01T22:31:59.353Z Checking anstyle-parse v1.0.0
24462026-07-01T22:31:59.367Z Checking rustls-native-certs v0.8.3
24472026-07-01T22:31:59.367Z Checking rand_chacha v0.3.1
24482026-07-01T22:31:59.501Z Checking scroll v0.12.0
24492026-07-01T22:31:59.501Z Checking thiserror v1.0.69
24502026-07-01T22:31:59.571Z Checking hash32 v0.2.1
24512026-07-01T22:31:59.597Z Checking zstd-sys v2.0.16+zstd.1.5.7
24522026-07-01T22:31:59.704Z Checking md-5 v0.10.6
24532026-07-01T22:31:59.727Z Checking signature v2.2.0
24542026-07-01T22:31:59.737Z Checking num-integer v0.1.46
24552026-07-01T22:31:59.790Z Checking toml_datetime v0.6.11
24562026-07-01T22:31:59.838Z Checking serde_spanned v0.6.9
24572026-07-01T22:31:59.852Z Checking encoding_rs v0.8.35
24582026-07-01T22:31:59.960Z Checking psl-types v2.0.11
24592026-07-01T22:31:59.974Z Checking zlib-rs v0.6.2
24602026-07-01T22:31:59.987Z Checking fallible-iterator v0.2.0
24612026-07-01T22:31:59.998Z Checking mime v0.3.17
24622026-07-01T22:32:00.046Z Checking hyper v1.10.1
24632026-07-01T22:32:00.069Z Checking publicsuffix v2.3.0
24642026-07-01T22:32:00.225Z Checking num-iter v0.1.45
24652026-07-01T22:32:00.251Z Checking postgres-protocol v0.6.10
24662026-07-01T22:32:00.313Z Checking goblin v0.8.2
24672026-07-01T22:32:00.331Z Checking heapless v0.7.17
24682026-07-01T22:32:00.561Z Checking zstd-safe v7.2.4
24692026-07-01T22:32:00.723Z Checking rand v0.8.6
24702026-07-01T22:32:00.735Z Checking dof v0.4.0
24712026-07-01T22:32:00.744Z Checking anstream v1.0.0
24722026-07-01T22:32:00.779Z Compiling iddqd v0.4.2
24732026-07-01T22:32:00.849Z Checking flate2 v1.1.9
24742026-07-01T22:32:00.936Z Checking inout v0.2.2
24752026-07-01T22:32:00.979Z Checking hyper-util v0.1.20
24762026-07-01T22:32:01.077Z Checking cookie v0.18.1
24772026-07-01T22:32:01.132Z Checking oxnet v0.1.6
24782026-07-01T22:32:01.175Z Checking tokio-rustls v0.26.4
24792026-07-01T22:32:01.233Z Checking dtrace-parser v0.3.0
24802026-07-01T22:32:01.303Z Checking phf_shared v0.13.1
24812026-07-01T22:32:01.355Z Checking lazy_static v1.5.0
24822026-07-01T22:32:01.383Z Checking anstyle-parse v0.2.7
24832026-07-01T22:32:01.395Z Checking zerocopy v0.7.35
24842026-07-01T22:32:01.439Z Checking pin-project v1.1.11
24852026-07-01T22:32:01.468Z Checking bzip2-sys v0.1.13+1.0.8
24862026-07-01T22:32:01.489Z Checking signal-hook v0.3.18
24872026-07-01T22:32:01.528Z Checking futures-executor v0.3.32
24882026-07-01T22:32:01.531Z Checking terminal_size v0.4.3
24892026-07-01T22:32:01.550Z Checking hex v0.4.3
24902026-07-01T22:32:01.638Z Checking ff v0.13.1
24912026-07-01T22:32:01.670Z Checking thread-id v5.1.0
24922026-07-01T22:32:01.682Z Checking winnow v0.5.40
24932026-07-01T22:32:01.746Z Checking foldhash v0.1.5
24942026-07-01T22:32:01.760Z Checking strsim v0.11.1
24952026-07-01T22:32:01.771Z Checking managed v0.8.0
24962026-07-01T22:32:01.875Z Compiling rayon-core v1.13.0
24972026-07-01T22:32:01.879Z Checking foldhash v0.2.0
24982026-07-01T22:32:01.921Z Checking base16ct v0.2.0
24992026-07-01T22:32:01.955Z Checking clap_lex v1.0.0
25002026-07-01T22:32:02.023Z Checking bitflags v1.3.2
25012026-07-01T22:32:02.037Z Checking libbz2-rs-sys v0.2.2
25022026-07-01T22:32:02.049Z Checking same-file v1.0.6
25032026-07-01T22:32:02.071Z Checking either v1.15.0
25042026-07-01T22:32:02.092Z Checking bumpalo v3.20.2
25052026-07-01T22:32:02.105Z Checking clap_builder v4.6.0
25062026-07-01T22:32:02.160Z Checking walkdir v2.5.0
25072026-07-01T22:32:02.223Z Checking dof v0.3.0
25082026-07-01T22:32:02.249Z Checking smoltcp v0.9.1
25092026-07-01T22:32:02.253Z Checking hyper-tls v0.6.0
25102026-07-01T22:32:02.287Z Checking zopfli v0.8.3
25112026-07-01T22:32:02.317Z Checking hyper-rustls v0.27.7
25122026-07-01T22:32:02.429Z Checking bzip2 v0.6.1
25132026-07-01T22:32:02.433Z Checking reqwest v0.12.28
25142026-07-01T22:32:02.517Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25152026-07-01T22:32:02.533Z Checking sec1 v0.7.3
25162026-07-01T22:32:02.586Z Checking hashbrown v0.16.1
25172026-07-01T22:32:02.615Z Checking hashbrown v0.15.5
25182026-07-01T22:32:02.711Z Checking group v0.13.0
25192026-07-01T22:32:02.732Z Checking usdt-impl v0.6.0
25202026-07-01T22:32:02.831Z Checking toml_edit v0.19.15
25212026-07-01T22:32:02.834Z Checking futures v0.3.32
25222026-07-01T22:32:02.853Z Checking signal-hook-mio v0.2.5
25232026-07-01T22:32:02.915Z Checking bzip2 v0.4.4
25242026-07-01T22:32:02.954Z Checking snafu v0.8.9
25252026-07-01T22:32:03.008Z Checking anstream v0.6.21
25262026-07-01T22:32:03.072Z Checking phf v0.13.1
25272026-07-01T22:32:03.087Z Checking num-bigint-dig v0.8.6
25282026-07-01T22:32:03.181Z Checking cookie_store v0.22.1
25292026-07-01T22:32:03.184Z Checking cipher v0.5.2
25302026-07-01T22:32:03.205Z Checking zstd v0.13.3
25312026-07-01T22:32:03.216Z Checking postgres-types v0.2.12
25322026-07-01T22:32:03.333Z Checking ed25519 v2.2.3
25332026-07-01T22:32:03.358Z Checking dtrace-parser v0.2.0
25342026-07-01T22:32:03.384Z Checking rustls-platform-verifier v0.6.2
25352026-07-01T22:32:03.420Z Checking globset v0.4.18
25362026-07-01T22:32:03.511Z Checking crossbeam-deque v0.8.6
25372026-07-01T22:32:03.529Z Checking regex v1.12.3
25382026-07-01T22:32:03.533Z Checking phf_shared v0.11.3
25392026-07-01T22:32:03.553Z Checking hkdf v0.12.4
25402026-07-01T22:32:03.598Z Checking olpc-cjson v0.1.4
25412026-07-01T22:32:03.677Z Checking ref-cast v1.0.25
25422026-07-01T22:32:03.677Z Checking curve25519-dalek v4.1.3
25432026-07-01T22:32:03.677Z Checking strum v0.27.2
25442026-07-01T22:32:03.708Z Checking pkcs1 v0.7.5
25452026-07-01T22:32:03.727Z Checking hubpack v0.1.2
25462026-07-01T22:32:03.769Z Checking memoffset v0.9.1
25472026-07-01T22:32:03.790Z Checking rustix v0.38.44
25482026-07-01T22:32:03.812Z Checking pem v3.0.6
25492026-07-01T22:32:03.845Z Checking float-cmp v0.10.0
25502026-07-01T22:32:03.891Z Checking erased-serde v0.3.31
25512026-07-01T22:32:03.903Z Checking serde_plain v1.0.2
25522026-07-01T22:32:03.914Z Checking serde-big-array v0.5.1
25532026-07-01T22:32:03.925Z Checking crypto-bigint v0.5.5
25542026-07-01T22:32:03.963Z Checking memmap2 v0.9.10
25552026-07-01T22:32:03.967Z Checking thread-id v4.2.2
25562026-07-01T22:32:04.036Z Checking env_filter v1.0.0
25572026-07-01T22:32:04.039Z Checking toml_write v0.1.2
25582026-07-01T22:32:04.039Z Checking data-encoding v2.10.0
25592026-07-01T22:32:04.130Z Checking const-oid v0.10.2
25602026-07-01T22:32:04.173Z Checking predicates-core v1.0.10
25612026-07-01T22:32:04.204Z Checking fixedbitset v0.5.7
25622026-07-01T22:32:04.272Z Checking precomputed-hash v0.1.1
25632026-07-01T22:32:04.284Z Checking normalize-line-endings v0.3.0
25642026-07-01T22:32:04.295Z Checking unicode-segmentation v1.12.0
25652026-07-01T22:32:04.322Z Checking fixedbitset v0.4.2
25662026-07-01T22:32:04.349Z Checking difflib v0.4.0
25672026-07-01T22:32:04.364Z Checking new_debug_unreachable v1.0.6
25682026-07-01T22:32:04.395Z Checking winnow v0.7.14
25692026-07-01T22:32:04.429Z Checking static_assertions v1.1.0
25702026-07-01T22:32:04.463Z Checking cpufeatures v0.3.0
25712026-07-01T22:32:04.485Z Checking jiff v0.2.21
25722026-07-01T22:32:04.497Z Checking keccak v0.1.6
25732026-07-01T22:32:04.519Z Checking winnow v1.0.3
25742026-07-01T22:32:04.530Z Checking whoami v2.1.0
25752026-07-01T22:32:04.599Z Checking typed-path v0.9.3
25762026-07-01T22:32:04.611Z Checking similar v2.7.0
25772026-07-01T22:32:04.654Z Checking sha3 v0.10.8
25782026-07-01T22:32:04.720Z Checking tokio-postgres v0.7.16
25792026-07-01T22:32:04.803Z Checking toml_parser v1.1.2+spec-1.1.0
25802026-07-01T22:32:04.837Z Checking elliptic-curve v0.13.8
25812026-07-01T22:32:04.852Z Checking crossterm v0.28.1
25822026-07-01T22:32:04.994Z Checking chacha20 v0.10.0
25832026-07-01T22:32:05.133Z Checking predicates v3.1.4
25842026-07-01T22:32:05.146Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25852026-07-01T22:32:05.246Z Checking ed25519-dalek v2.2.0
25862026-07-01T22:32:05.361Z Checking tough v0.22.0
25872026-07-01T22:32:05.433Z Checking petgraph v0.6.5
25882026-07-01T22:32:05.471Z Checking string_cache v0.8.9
25892026-07-01T22:32:05.556Z Checking petgraph v0.8.3
25902026-07-01T22:32:05.591Z Checking toml_edit v0.22.27
25912026-07-01T22:32:05.638Z Checking hickory-proto v0.25.2
25922026-07-01T22:32:05.996Z Checking digest v0.11.3
25932026-07-01T22:32:06.177Z Checking slog v2.8.2
25942026-07-01T22:32:06.439Z Checking env_logger v0.11.9
25952026-07-01T22:32:06.627Z Checking usdt v0.6.0
25962026-07-01T22:32:06.673Z Checking usdt-impl v0.5.0
25972026-07-01T22:32:06.684Z Checking rsa v0.9.10
25982026-07-01T22:32:06.704Z Checking zip v4.6.1
25992026-07-01T22:32:06.793Z Checking toml v0.7.8
26002026-07-01T22:32:06.945Z Checking nix v0.31.2
26012026-07-01T22:32:07.145Z Checking reqwest v0.13.2
26022026-07-01T22:32:07.287Z Checking clap v4.6.1
26032026-07-01T22:32:07.360Z Checking zip v0.6.6
26042026-07-01T22:32:07.390Z Checking itertools v0.13.0
26052026-07-01T22:32:07.402Z Checking serde_with v3.17.0
26062026-07-01T22:32:07.446Z Checking strum v0.26.3
26072026-07-01T22:32:07.555Z Checking fs-err v3.3.0
26082026-07-01T22:32:07.690Z Checking ahash v0.8.12
26092026-07-01T22:32:07.855Z Checking object v0.37.3
26102026-07-01T22:32:07.883Z Checking tokio-stream v0.1.18
26112026-07-01T22:32:07.998Z Checking buf-list v1.1.2
26122026-07-01T22:32:08.012Z Checking camino v1.2.2
26132026-07-01T22:32:08.133Z Checking anyhow v1.0.102
26142026-07-01T22:32:08.182Z Checking x509-cert v0.2.5
26152026-07-01T22:32:08.258Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26162026-07-01T22:32:08.272Z Checking openapiv3 v2.2.0
26172026-07-01T22:32:08.331Z Checking lalrpop-util v0.19.12
26182026-07-01T22:32:08.410Z Checking peg-runtime v0.8.5
26192026-07-01T22:32:08.454Z Checking rayon v1.11.0
26202026-07-01T22:32:08.502Z Checking sigpipe v0.1.3
26212026-07-01T22:32:08.525Z Checking glob v0.3.3
26222026-07-01T22:32:10.050Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26232026-07-01T22:32:10.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.07s
26242026-07-01T22:32:10.467Z
26252026-07-01T22:32:10.467Zinfo: running `cargo check --bins` on internal-dns-types (77/299)
26262026-07-01T22:32:10.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272026-07-01T22:32:10.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282026-07-01T22:32:10.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292026-07-01T22:32:10.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26302026-07-01T22:32:10.996Z
26312026-07-01T22:32:10.996Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/299)
26322026-07-01T22:32:11.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332026-07-01T22:32:11.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342026-07-01T22:32:11.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352026-07-01T22:32:11.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26362026-07-01T22:32:11.523Z
26372026-07-01T22:32:11.523Zinfo: running `cargo check --bins` on nexus-types-versions (79/299)
26382026-07-01T22:32:11.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-07-01T22:32:11.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-07-01T22:32:11.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-07-01T22:32:11.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26422026-07-01T22:32:12.063Z
26432026-07-01T22:32:12.063Zinfo: running `cargo check --bins` on oxql-types (80/299)
26442026-07-01T22:32:12.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-07-01T22:32:12.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-07-01T22:32:12.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-07-01T22:32:12.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26482026-07-01T22:32:12.589Z
26492026-07-01T22:32:12.589Zinfo: running `cargo check --bins` on oximeter-types (81/299)
26502026-07-01T22:32:13.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-07-01T22:32:13.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-07-01T22:32:13.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-07-01T22:32:13.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26542026-07-01T22:32:13.118Z
26552026-07-01T22:32:13.118Zinfo: running `cargo check --bins` on oximeter-types-versions (82/299)
26562026-07-01T22:32:13.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-07-01T22:32:13.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-07-01T22:32:13.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-07-01T22:32:13.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26602026-07-01T22:32:13.654Z
26612026-07-01T22:32:13.654Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/299)
26622026-07-01T22:32:14.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-07-01T22:32:14.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-07-01T22:32:14.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652026-07-01T22:32:14.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26662026-07-01T22:32:14.164Z
26672026-07-01T22:32:14.164Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/299)
26682026-07-01T22:32:14.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692026-07-01T22:32:14.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702026-07-01T22:32:14.788Z Compiling structmeta-derive v0.3.0
26712026-07-01T22:32:14.906Z Compiling multer v3.1.0
26722026-07-01T22:32:14.915Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26732026-07-01T22:32:14.917Z Compiling async-stream-impl v0.3.6
26742026-07-01T22:32:14.933Z Compiling dropshot v0.17.1
26752026-07-01T22:32:14.948Z Compiling newtype-uuid-macros v0.1.0
26762026-07-01T22:32:14.952Z Compiling dropshot_endpoint v0.17.1
26772026-07-01T22:32:14.972Z Checking newtype-uuid v1.3.2
26782026-07-01T22:32:15.140Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26792026-07-01T22:32:15.158Z Checking daft v0.1.7
26802026-07-01T22:32:15.205Z Checking thread_local v1.1.9
26812026-07-01T22:32:15.301Z Checking compression-core v0.4.31
26822026-07-01T22:32:15.375Z Checking match_cfg v0.1.0
26832026-07-01T22:32:15.391Z Checking iddqd v0.4.2
26842026-07-01T22:32:15.423Z Checking compression-codecs v0.4.37
26852026-07-01T22:32:15.439Z Checking hostname v0.3.1
26862026-07-01T22:32:15.515Z Checking crossbeam-channel v0.5.15
26872026-07-01T22:32:15.531Z Checking atomicwrites v0.4.4
26882026-07-01T22:32:15.545Z Checking slog-json v2.6.1
26892026-07-01T22:32:15.579Z Checking is-terminal v0.4.17
26902026-07-01T22:32:15.651Z Checking toml_datetime v1.1.1+spec-1.1.0
26912026-07-01T22:32:15.667Z Checking serde_spanned v1.1.1
26922026-07-01T22:32:15.697Z Checking debug-ignore v1.0.5
26932026-07-01T22:32:15.697Z Checking term v1.2.1
26942026-07-01T22:32:15.790Z Checking toml_writer v1.1.1+spec-1.1.0
26952026-07-01T22:32:15.790Z Checking take_mut v0.2.2
26962026-07-01T22:32:15.837Z Checking slog-bunyan v2.5.0
26972026-07-01T22:32:15.841Z Checking async-compression v0.4.41
26982026-07-01T22:32:15.889Z Checking slog-async v2.8.0
26992026-07-01T22:32:15.927Z Checking slog-term v2.9.2
27002026-07-01T22:32:15.945Z Checking async-stream v0.3.6
27012026-07-01T22:32:15.967Z Compiling structmeta v0.3.0
27022026-07-01T22:32:15.980Z Checking toml v1.1.2+spec-1.1.0
27032026-07-01T22:32:16.059Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27042026-07-01T22:32:16.072Z Checking progenitor-client v0.14.0
27052026-07-01T22:32:16.087Z Checking sha1 v0.11.0
27062026-07-01T22:32:16.162Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27072026-07-01T22:32:16.177Z Compiling derive-ex v0.1.8
27082026-07-01T22:32:16.190Z Compiling parse-display-derive v0.10.0
27092026-07-01T22:32:16.293Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27102026-07-01T22:32:16.297Z Checking waitgroup v0.1.2
27112026-07-01T22:32:16.297Z Checking rustls-pemfile v2.2.0
27122026-07-01T22:32:16.375Z Checking backon v1.6.0
27132026-07-01T22:32:16.391Z Checking serde_path_to_error v0.1.20
27142026-07-01T22:32:16.451Z Checking hostname v0.4.2
27152026-07-01T22:32:16.481Z Checking instant v0.1.13
27162026-07-01T22:32:16.565Z Checking progenitor-extras v0.2.0
27172026-07-01T22:32:16.568Z Checking backoff v0.4.0
27182026-07-01T22:32:16.684Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27192026-07-01T22:32:16.739Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27202026-07-01T22:32:16.752Z Checking itertools v0.14.0
27212026-07-01T22:32:16.779Z Checking regress v0.10.5
27222026-07-01T22:32:16.901Z Checking macaddr v1.0.1
27232026-07-01T22:32:17.229Z Checking humantime v2.3.0
27242026-07-01T22:32:17.846Z Compiling test-strategy v0.4.5
27252026-07-01T22:32:17.878Z Checking parse-display v0.10.0
27262026-07-01T22:32:18.358Z Compiling prettyplease v0.2.37
27272026-07-01T22:32:18.640Z Checking num-rational v0.4.2
27282026-07-01T22:32:18.903Z Checking num-complex v0.4.6
27292026-07-01T22:32:19.306Z Compiling num v0.4.3
27302026-07-01T22:32:19.376Z Compiling usdt-attr-macro v0.5.0
27312026-07-01T22:32:19.379Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27322026-07-01T22:32:19.459Z Compiling usdt-macro v0.5.0
27332026-07-01T22:32:19.526Z Checking memmap v0.7.0
27342026-07-01T22:32:19.658Z Checking float-ord v0.3.2
27352026-07-01T22:32:19.775Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27362026-07-01T22:32:19.877Z Checking unicode-width v0.2.0
27372026-07-01T22:32:19.929Z Compiling convert_case v0.4.0
27382026-07-01T22:32:20.125Z Checking console v0.15.11
27392026-07-01T22:32:20.176Z Checking newline-converter v0.3.0
27402026-07-01T22:32:20.220Z Checking usdt v0.5.0
27412026-07-01T22:32:20.282Z Compiling toml v0.8.23
27422026-07-01T22:32:20.302Z Compiling derive_more v0.99.20
27432026-07-01T22:32:20.381Z Compiling minimal-lexical v0.2.1
27442026-07-01T22:32:20.399Z Checking linked-hash-map v0.5.6
27452026-07-01T22:32:20.567Z Checking lru-cache v0.1.2
27462026-07-01T22:32:20.634Z Compiling nom v7.1.3
27472026-07-01T22:32:20.683Z Checking expectorate v1.2.0
27482026-07-01T22:32:21.083Z Checking camino-tempfile v1.4.1
27492026-07-01T22:32:21.231Z Checking hickory-proto v0.24.4
27502026-07-01T22:32:21.246Z Checking phf_shared v0.12.1
27512026-07-01T22:32:21.324Z Compiling slog-dtrace v0.3.0
27522026-07-01T22:32:21.384Z Compiling unicode-xid v0.2.6
27532026-07-01T22:32:21.530Z Compiling chrono-tz v0.10.4
27542026-07-01T22:32:21.722Z Checking resolv-conf v0.7.6
27552026-07-01T22:32:21.818Z Checking heck v0.5.0
27562026-07-01T22:32:21.943Z Compiling const_format_proc_macros v0.2.34
27572026-07-01T22:32:21.970Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27582026-07-01T22:32:21.983Z Checking phf v0.12.1
27592026-07-01T22:32:22.123Z Checking tokio-dtrace v0.1.1
27602026-07-01T22:32:22.310Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27612026-07-01T22:32:22.464Z Compiling derive-where v1.6.0
27622026-07-01T22:32:22.849Z Checking highway v1.3.0
27632026-07-01T22:32:22.874Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27642026-07-01T22:32:22.912Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27652026-07-01T22:32:22.978Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27662026-07-01T22:32:23.049Z Checking hickory-resolver v0.24.4
27672026-07-01T22:32:23.376Z Checking const_format v0.2.35
27682026-07-01T22:32:23.665Z Checking oxide-tokio-rt v0.1.4
27692026-07-01T22:32:23.834Z Checking qorb v0.4.1
27702026-07-01T22:32:24.071Z Checking gethostname v0.5.0
27712026-07-01T22:32:24.140Z Checking bcs v0.1.6
27722026-07-01T22:32:24.159Z Checking termtree v0.5.1
27732026-07-01T22:32:24.476Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27742026-07-01T22:32:24.492Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27752026-07-01T22:32:24.710Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27762026-07-01T22:32:24.710Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27772026-07-01T22:32:27.526Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27782026-07-01T22:32:29.934Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27792026-07-01T22:32:32.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.88s
27802026-07-01T22:32:32.214Z
27812026-07-01T22:32:32.214Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/299)
27822026-07-01T22:32:32.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27832026-07-01T22:32:32.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27842026-07-01T22:32:32.834Z Compiling ar_archive_writer v0.5.1
27852026-07-01T22:32:32.838Z Compiling stacker v0.1.23
27862026-07-01T22:32:32.950Z Compiling cfg_aliases v0.1.1
27872026-07-01T22:32:32.956Z Compiling convert_case v0.10.0
27882026-07-01T22:32:32.959Z Checking unicode-width v0.1.14
27892026-07-01T22:32:32.971Z Compiling proc-macro-error v1.0.4
27902026-07-01T22:32:32.987Z Checking fd-lock v4.0.4
27912026-07-01T22:32:32.991Z Checking nibble_vec v0.1.0
27922026-07-01T22:32:33.007Z Compiling nix v0.28.0
27932026-07-01T22:32:33.090Z Checking vte v0.14.1
27942026-07-01T22:32:33.107Z Compiling recursive-proc-macro-impl v0.1.1
27952026-07-01T22:32:33.203Z Checking endian-type v0.1.2
27962026-07-01T22:32:33.219Z Checking bytecount v0.6.9
27972026-07-01T22:32:33.234Z Checking strip-ansi-escapes v0.2.1
27982026-07-01T22:32:33.245Z Compiling derive_more-impl v2.1.1
27992026-07-01T22:32:33.259Z Compiling tabled_derive v0.7.0
28002026-07-01T22:32:33.315Z Checking papergrid v0.11.0
28012026-07-01T22:32:33.331Z Checking radix_trie v0.2.1
28022026-07-01T22:32:33.346Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28032026-07-01T22:32:33.543Z Compiling peg-macros v0.8.5
28042026-07-01T22:32:33.561Z Compiling sqlparser_derive v0.5.0
28052026-07-01T22:32:33.806Z Compiling psm v0.1.30
28062026-07-01T22:32:33.870Z Checking winnow v0.6.26
28072026-07-01T22:32:33.944Z Checking unicode_categories v0.1.1
28082026-07-01T22:32:34.078Z Checking derive_more v2.1.1
28092026-07-01T22:32:34.096Z Checking home v0.5.12
28102026-07-01T22:32:34.151Z Checking nu-ansi-term v0.50.3
28112026-07-01T22:32:34.198Z Checking crossterm v0.29.0
28122026-07-01T22:32:34.304Z Checking tabled v0.15.0
28132026-07-01T22:32:34.356Z Checking display-error-chain v0.2.2
28142026-07-01T22:32:34.370Z Checking reedline v0.40.0
28152026-07-01T22:32:34.373Z Checking rustyline v14.0.0
28162026-07-01T22:32:34.606Z Checking recursive v0.1.1
28172026-07-01T22:32:34.697Z Checking sqlparser v0.61.0
28182026-07-01T22:32:34.834Z Checking peg v0.8.5
28192026-07-01T22:32:35.003Z Checking sqlformat v0.3.5
28202026-07-01T22:32:45.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.75s
28212026-07-01T22:32:46.135Z
28222026-07-01T22:32:46.135Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/299)
28232026-07-01T22:32:46.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242026-07-01T22:32:46.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252026-07-01T22:32:46.757Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28262026-07-01T22:32:50.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
28272026-07-01T22:32:50.422Z
28282026-07-01T22:32:50.423Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/299)
28292026-07-01T22:32:50.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302026-07-01T22:32:50.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312026-07-01T22:32:51.043Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28322026-07-01T22:32:53.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
28332026-07-01T22:32:53.670Z
28342026-07-01T22:32:53.670Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/299)
28352026-07-01T22:32:54.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362026-07-01T22:32:54.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372026-07-01T22:32:54.281Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28382026-07-01T22:32:57.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
28392026-07-01T22:32:57.700Z
28402026-07-01T22:32:57.700Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/299)
28412026-07-01T22:32:58.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-07-01T22:32:58.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-07-01T22:32:58.320Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28442026-07-01T22:33:01.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
28452026-07-01T22:33:01.794Z
28462026-07-01T22:33:01.794Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/299)
28472026-07-01T22:33:02.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-07-01T22:33:02.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-07-01T22:33:02.412Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28502026-07-01T22:33:04.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
28512026-07-01T22:33:05.162Z
28522026-07-01T22:33:05.162Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/299)
28532026-07-01T22:33:05.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542026-07-01T22:33:05.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552026-07-01T22:33:05.782Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28562026-07-01T22:33:08.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
28572026-07-01T22:33:08.590Z
28582026-07-01T22:33:08.590Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/299)
28592026-07-01T22:33:09.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602026-07-01T22:33:09.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612026-07-01T22:33:09.206Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28622026-07-01T22:33:12.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
28632026-07-01T22:33:12.840Z
28642026-07-01T22:33:12.840Zinfo: running `cargo check --bins` on oximeter (93/299)
28652026-07-01T22:33:13.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662026-07-01T22:33:13.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672026-07-01T22:33:13.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28682026-07-01T22:33:13.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28692026-07-01T22:33:13.350Z
28702026-07-01T22:33:13.350Zinfo: running `cargo check --bins` on oximeter-schema (94/299)
28712026-07-01T22:33:13.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722026-07-01T22:33:13.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732026-07-01T22:33:13.937Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28742026-07-01T22:33:14.089Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28752026-07-01T22:33:14.105Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28762026-07-01T22:33:14.441Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28772026-07-01T22:33:16.949Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28782026-07-01T22:33:18.150Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28792026-07-01T22:33:18.347Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28802026-07-01T22:33:18.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.64s
28812026-07-01T22:33:19.159Z
28822026-07-01T22:33:19.159Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/299)
28832026-07-01T22:33:19.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842026-07-01T22:33:19.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852026-07-01T22:33:19.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862026-07-01T22:33:19.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28872026-07-01T22:33:19.689Z
28882026-07-01T22:33:19.689Zinfo: running `cargo check --bins` on oximeter-test-utils (96/299)
28892026-07-01T22:33:20.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902026-07-01T22:33:20.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912026-07-01T22:33:20.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922026-07-01T22:33:20.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28932026-07-01T22:33:20.255Z
28942026-07-01T22:33:20.255Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/299)
28952026-07-01T22:33:20.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962026-07-01T22:33:20.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972026-07-01T22:33:20.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982026-07-01T22:33:20.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28992026-07-01T22:33:20.787Z
29002026-07-01T22:33:20.787Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/299)
29012026-07-01T22:33:21.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022026-07-01T22:33:21.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032026-07-01T22:33:21.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042026-07-01T22:33:21.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29052026-07-01T22:33:21.322Z
29062026-07-01T22:33:21.322Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/299)
29072026-07-01T22:33:21.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082026-07-01T22:33:21.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092026-07-01T22:33:21.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102026-07-01T22:33:21.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29112026-07-01T22:33:21.859Z
29122026-07-01T22:33:21.859Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/299)
29132026-07-01T22:33:22.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-07-01T22:33:22.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-07-01T22:33:22.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162026-07-01T22:33:22.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29172026-07-01T22:33:22.395Z
29182026-07-01T22:33:22.395Zinfo: running `cargo check --bins` on trust-quorum-types (101/299)
29192026-07-01T22:33:22.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-07-01T22:33:22.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-07-01T22:33:22.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29222026-07-01T22:33:22.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29232026-07-01T22:33:22.914Z
29242026-07-01T22:33:22.914Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/299)
29252026-07-01T22:33:23.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262026-07-01T22:33:23.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272026-07-01T22:33:23.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29282026-07-01T22:33:23.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29292026-07-01T22:33:23.452Z
29302026-07-01T22:33:23.452Zinfo: running `cargo check --bins` on update-engine (103/299)
29312026-07-01T22:33:23.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322026-07-01T22:33:23.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332026-07-01T22:33:23.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29342026-07-01T22:33:23.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29352026-07-01T22:33:23.967Z
29362026-07-01T22:33:23.967Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/299)
29372026-07-01T22:33:24.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382026-07-01T22:33:24.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392026-07-01T22:33:24.624Z Compiling crucible-workspace-hack v0.1.0
29402026-07-01T22:33:24.739Z Checking secrecy v0.10.3
29412026-07-01T22:33:24.747Z Compiling heapless v0.8.0
29422026-07-01T22:33:24.750Z Compiling toml_datetime v0.7.5+spec-1.1.0
29432026-07-01T22:33:24.759Z Compiling ingot-macros v0.1.1
29442026-07-01T22:33:24.767Z Checking hash32 v0.3.1
29452026-07-01T22:33:24.770Z Checking inout v0.1.4
29462026-07-01T22:33:24.791Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29472026-07-01T22:33:24.838Z Compiling smoltcp v0.11.0
29482026-07-01T22:33:24.883Z Checking cobs v0.3.0
29492026-07-01T22:33:24.900Z Compiling toml_edit v0.23.10+spec-1.0.0
29502026-07-01T22:33:24.972Z Checking cipher v0.4.4
29512026-07-01T22:33:24.994Z Checking universal-hash v0.5.1
29522026-07-01T22:33:25.018Z Compiling thiserror-impl-no-std v2.0.2
29532026-07-01T22:33:25.042Z Checking half v2.7.1
29542026-07-01T22:33:25.111Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29552026-07-01T22:33:25.163Z Checking ciborium-io v0.2.2
29562026-07-01T22:33:25.205Z Checking opaque-debug v0.3.1
29572026-07-01T22:33:25.250Z Checking chacha20 v0.9.1
29582026-07-01T22:33:25.271Z Checking poly1305 v0.8.0
29592026-07-01T22:33:25.292Z Checking ciborium-ll v0.2.2
29602026-07-01T22:33:25.324Z Checking postcard v1.1.3
29612026-07-01T22:33:25.440Z Compiling proc-macro-crate v3.4.0
29622026-07-01T22:33:25.462Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29632026-07-01T22:33:25.525Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29642026-07-01T22:33:25.614Z Checking password-hash v0.5.0
29652026-07-01T22:33:25.791Z Checking blake2 v0.10.6
29662026-07-01T22:33:25.839Z Compiling proc-macro-crate v1.3.1
29672026-07-01T22:33:25.899Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29682026-07-01T22:33:25.938Z Checking aead v0.5.2
29692026-07-01T22:33:25.989Z Compiling num_enum_derive v0.7.6
29702026-07-01T22:33:26.025Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29712026-07-01T22:33:26.074Z Compiling foreign-types-macros v0.2.3
29722026-07-01T22:33:26.131Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29732026-07-01T22:33:26.204Z Checking thiserror-no-std v2.0.2
29742026-07-01T22:33:26.224Z Checking foreign-types-shared v0.3.1
29752026-07-01T22:33:26.241Z Compiling num_enum_derive v0.5.11
29762026-07-01T22:33:26.287Z Checking vsss-rs v3.3.4
29772026-07-01T22:33:26.309Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29782026-07-01T22:33:26.381Z Checking chacha20poly1305 v0.10.1
29792026-07-01T22:33:26.507Z Checking argon2 v0.5.3
29802026-07-01T22:33:26.676Z Checking foreign-types v0.5.0
29812026-07-01T22:33:26.723Z Checking ciborium v0.2.2
29822026-07-01T22:33:26.853Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29832026-07-01T22:33:26.947Z Checking tabwriter v1.4.1
29842026-07-01T22:33:27.032Z Checking num_enum v0.7.6
29852026-07-01T22:33:27.089Z Checking byte-wrapper v0.1.0
29862026-07-01T22:33:27.129Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29872026-07-01T22:33:27.143Z Checking cstr-argument v0.1.2
29882026-07-01T22:33:27.156Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29892026-07-01T22:33:27.259Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29902026-07-01T22:33:27.272Z Checking num_enum v0.5.11
29912026-07-01T22:33:27.291Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29922026-07-01T22:33:27.382Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29932026-07-01T22:33:27.396Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29942026-07-01T22:33:27.474Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29952026-07-01T22:33:27.550Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29962026-07-01T22:33:27.566Z Checking ingot-types v0.1.2
29972026-07-01T22:33:27.566Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29982026-07-01T22:33:27.605Z Checking rand v0.10.1
29992026-07-01T22:33:27.634Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30002026-07-01T22:33:27.678Z Checking colored v3.1.1
30012026-07-01T22:33:27.746Z Checking indent_write v2.2.0
30022026-07-01T22:33:27.780Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30032026-07-01T22:33:27.870Z Compiling zone_cfg_derive v0.3.1
30042026-07-01T22:33:27.884Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30052026-07-01T22:33:27.897Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30062026-07-01T22:33:27.921Z Checking itertools v0.12.1
30072026-07-01T22:33:27.934Z Checking ingot v0.1.1
30082026-07-01T22:33:27.972Z Compiling num-derive v0.4.2
30092026-07-01T22:33:28.048Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30102026-07-01T22:33:28.061Z Checking swrite v0.1.0
30112026-07-01T22:33:28.147Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30122026-07-01T22:33:28.265Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30132026-07-01T22:33:28.421Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30142026-07-01T22:33:28.482Z Checking dropshot-api-manager-types v0.7.2
30152026-07-01T22:33:28.532Z Checking smf v0.2.3
30162026-07-01T22:33:28.573Z Checking nanorand v0.7.0
30172026-07-01T22:33:28.588Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30182026-07-01T22:33:28.683Z Checking whoami v1.6.1
30192026-07-01T22:33:28.760Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30202026-07-01T22:33:28.774Z Checking flume v0.11.1
30212026-07-01T22:33:28.959Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30222026-07-01T22:33:28.972Z Checking zone v0.3.1
30232026-07-01T22:33:29.538Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30242026-07-01T22:33:30.503Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30252026-07-01T22:33:31.380Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30262026-07-01T22:33:34.856Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30272026-07-01T22:33:36.949Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30282026-07-01T22:33:38.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.06s
30292026-07-01T22:33:38.204Z
30302026-07-01T22:33:38.204Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/299)
30312026-07-01T22:33:38.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-07-01T22:33:38.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-07-01T22:33:38.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342026-07-01T22:33:38.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30352026-07-01T22:33:38.741Z
30362026-07-01T22:33:38.741Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/299)
30372026-07-01T22:33:39.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-07-01T22:33:39.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-07-01T22:33:39.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-07-01T22:33:39.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30412026-07-01T22:33:39.272Z
30422026-07-01T22:33:39.273Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/299)
30432026-07-01T22:33:39.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-07-01T22:33:39.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-07-01T22:33:39.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-07-01T22:33:39.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30472026-07-01T22:33:39.818Z
30482026-07-01T22:33:39.818Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/299)
30492026-07-01T22:33:40.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-07-01T22:33:40.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-07-01T22:33:40.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-07-01T22:33:40.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30532026-07-01T22:33:40.355Z
30542026-07-01T22:33:40.355Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/299)
30552026-07-01T22:33:40.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-07-01T22:33:40.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-07-01T22:33:40.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582026-07-01T22:33:40.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30592026-07-01T22:33:40.891Z
30602026-07-01T22:33:40.891Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/299)
30612026-07-01T22:33:41.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-07-01T22:33:41.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-07-01T22:33:41.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642026-07-01T22:33:41.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30652026-07-01T22:33:41.423Z
30662026-07-01T22:33:41.423Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/299)
30672026-07-01T22:33:41.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-07-01T22:33:41.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-07-01T22:33:41.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702026-07-01T22:33:41.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30712026-07-01T22:33:41.958Z
30722026-07-01T22:33:41.958Zinfo: running `cargo check --bins` on cockroach-admin-client (112/299)
30732026-07-01T22:33:42.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742026-07-01T22:33:42.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752026-07-01T22:33:42.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762026-07-01T22:33:42.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30772026-07-01T22:33:42.469Z
30782026-07-01T22:33:42.469Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/299)
30792026-07-01T22:33:42.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802026-07-01T22:33:42.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812026-07-01T22:33:42.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822026-07-01T22:33:42.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30832026-07-01T22:33:43.001Z
30842026-07-01T22:33:43.001Zinfo: running `cargo check --bins` on dns-service-client (114/299)
30852026-07-01T22:33:43.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862026-07-01T22:33:43.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872026-07-01T22:33:43.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882026-07-01T22:33:43.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30892026-07-01T22:33:43.531Z
30902026-07-01T22:33:43.531Zinfo: running `cargo check --bins` on installinator-client (115/299)
30912026-07-01T22:33:43.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922026-07-01T22:33:43.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932026-07-01T22:33:43.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942026-07-01T22:33:43.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30952026-07-01T22:33:44.062Z
30962026-07-01T22:33:44.062Zinfo: running `cargo check --bins` on nexus-client (116/299)
30972026-07-01T22:33:44.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982026-07-01T22:33:44.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992026-07-01T22:33:44.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002026-07-01T22:33:44.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31012026-07-01T22:33:44.629Z
31022026-07-01T22:33:44.629Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/299)
31032026-07-01T22:33:45.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042026-07-01T22:33:45.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052026-07-01T22:33:45.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062026-07-01T22:33:45.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31072026-07-01T22:33:45.195Z
31082026-07-01T22:33:45.195Zinfo: running `cargo check --bins` on ntp-admin-client (118/299)
31092026-07-01T22:33:45.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-07-01T22:33:45.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-07-01T22:33:45.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122026-07-01T22:33:45.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31132026-07-01T22:33:45.712Z
31142026-07-01T22:33:45.713Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/299)
31152026-07-01T22:33:46.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-07-01T22:33:46.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-07-01T22:33:46.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-07-01T22:33:46.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31192026-07-01T22:33:46.231Z
31202026-07-01T22:33:46.231Zinfo: running `cargo check --bins` on oxide-client (120/299)
31212026-07-01T22:33:46.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-07-01T22:33:46.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-07-01T22:33:46.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-07-01T22:33:46.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31252026-07-01T22:33:46.748Z
31262026-07-01T22:33:46.748Zinfo: running `cargo check --bins` on oximeter-client (121/299)
31272026-07-01T22:33:47.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-07-01T22:33:47.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-07-01T22:33:47.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-07-01T22:33:47.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31312026-07-01T22:33:47.278Z
31322026-07-01T22:33:47.278Zinfo: running `cargo check --bins` on repo-depot-client (122/299)
31332026-07-01T22:33:47.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-07-01T22:33:47.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-07-01T22:33:47.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362026-07-01T22:33:47.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31372026-07-01T22:33:47.796Z
31382026-07-01T22:33:47.796Zinfo: running `cargo check --bins` on sled-agent-client (123/299)
31392026-07-01T22:33:48.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402026-07-01T22:33:48.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412026-07-01T22:33:48.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422026-07-01T22:33:48.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31432026-07-01T22:33:48.335Z
31442026-07-01T22:33:48.335Zinfo: running `cargo check --bins` on wicketd-client (124/299)
31452026-07-01T22:33:48.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462026-07-01T22:33:48.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472026-07-01T22:33:48.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482026-07-01T22:33:48.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31492026-07-01T22:33:48.885Z
31502026-07-01T22:33:48.885Zinfo: running `cargo check --bins` on installinator-common (125/299)
31512026-07-01T22:33:49.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522026-07-01T22:33:49.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532026-07-01T22:33:49.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542026-07-01T22:33:49.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31552026-07-01T22:33:49.433Z
31562026-07-01T22:33:49.433Zinfo: running `cargo check --bins` on installinator-common-versions (126/299)
31572026-07-01T22:33:49.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582026-07-01T22:33:49.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592026-07-01T22:33:49.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31602026-07-01T22:33:49.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31612026-07-01T22:33:49.949Z
31622026-07-01T22:33:49.950Zinfo: running `cargo check --bins` on wicket-common (127/299)
31632026-07-01T22:33:50.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642026-07-01T22:33:50.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652026-07-01T22:33:50.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31662026-07-01T22:33:50.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31672026-07-01T22:33:50.488Z
31682026-07-01T22:33:50.488Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/299)
31692026-07-01T22:33:50.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702026-07-01T22:33:50.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712026-07-01T22:33:51.124Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31722026-07-01T22:33:51.237Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31732026-07-01T22:33:51.244Z Checking csv-core v0.1.13
31742026-07-01T22:33:51.250Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31752026-07-01T22:33:51.257Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31762026-07-01T22:33:51.257Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31772026-07-01T22:33:51.275Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31782026-07-01T22:33:51.287Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31792026-07-01T22:33:51.394Z Checking csv v1.4.0
31802026-07-01T22:33:51.426Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31812026-07-01T22:33:51.429Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31822026-07-01T22:33:51.467Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31832026-07-01T22:33:51.500Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31842026-07-01T22:33:51.725Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31852026-07-01T22:33:52.087Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31862026-07-01T22:33:52.090Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31872026-07-01T22:33:52.428Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31882026-07-01T22:33:58.478Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31892026-07-01T22:33:59.008Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31902026-07-01T22:34:01.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.86s
31912026-07-01T22:34:01.531Z
31922026-07-01T22:34:01.531Zinfo: running `cargo check --bins` on cockroach-admin-api (129/299)
31932026-07-01T22:34:01.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942026-07-01T22:34:01.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952026-07-01T22:34:01.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31962026-07-01T22:34:01.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31972026-07-01T22:34:02.062Z
31982026-07-01T22:34:02.062Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/299)
31992026-07-01T22:34:02.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002026-07-01T22:34:02.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012026-07-01T22:34:02.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32022026-07-01T22:34:02.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32032026-07-01T22:34:02.668Z
32042026-07-01T22:34:02.668Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/299)
32052026-07-01T22:34:03.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062026-07-01T22:34:03.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072026-07-01T22:34:03.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32082026-07-01T22:34:03.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32092026-07-01T22:34:03.278Z
32102026-07-01T22:34:03.278Zinfo: running `cargo check --bins` on gateway-test-utils (132/299)
32112026-07-01T22:34:03.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122026-07-01T22:34:03.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132026-07-01T22:34:03.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32142026-07-01T22:34:03.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32152026-07-01T22:34:03.857Z
32162026-07-01T22:34:03.857Zinfo: running `cargo check --bins` on omicron-gateway (133/299)
32172026-07-01T22:34:04.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182026-07-01T22:34:04.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192026-07-01T22:34:04.559Z Compiling regress v0.11.1
32202026-07-01T22:34:04.699Z Compiling unsafe-libyaml v0.2.11
32212026-07-01T22:34:04.709Z Compiling semver v0.1.20
32222026-07-01T22:34:04.709Z Compiling radium v0.7.0
32232026-07-01T22:34:04.731Z Checking nom v8.0.0
32242026-07-01T22:34:04.734Z Compiling maybe-uninit v2.0.0
32252026-07-01T22:34:04.734Z Checking tap v1.0.1
32262026-07-01T22:34:04.854Z Checking wyz v0.5.1
32272026-07-01T22:34:04.992Z Compiling rustc_version v0.1.7
32282026-07-01T22:34:05.042Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32292026-07-01T22:34:05.073Z Compiling zerocopy-derive v0.6.6
32302026-07-01T22:34:05.180Z Checking funty v2.0.0
32312026-07-01T22:34:05.205Z Compiling serde_yaml v0.9.34+deprecated
32322026-07-01T22:34:05.426Z Compiling newtype_derive v0.1.6
32332026-07-01T22:34:05.492Z Compiling cancel-safe-futures v0.1.5
32342026-07-01T22:34:05.627Z Compiling packed_struct v0.10.1
32352026-07-01T22:34:05.714Z Compiling owo-colors v4.3.0
32362026-07-01T22:34:05.920Z Checking crc-catalog v2.4.0
32372026-07-01T22:34:05.953Z Checking zerocopy v0.6.6
32382026-07-01T22:34:06.011Z Checking crc v3.4.0
32392026-07-01T22:34:06.149Z Checking typify-impl v0.6.2
32402026-07-01T22:34:06.165Z Checking bitvec v1.0.1
32412026-07-01T22:34:06.262Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32422026-07-01T22:34:06.534Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32432026-07-01T22:34:06.654Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32442026-07-01T22:34:06.657Z Compiling packed_struct_codegen v0.10.1
32452026-07-01T22:34:06.787Z Checking libsw-core v0.3.2
32462026-07-01T22:34:06.876Z Compiling bitfield-macros v0.19.4
32472026-07-01T22:34:06.933Z Compiling indexmap v1.9.3
32482026-07-01T22:34:07.143Z Checking nodrop v0.1.14
32492026-07-01T22:34:07.236Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32502026-07-01T22:34:07.307Z Checking array-init v0.0.4
32512026-07-01T22:34:07.340Z Checking libsw v3.5.0
32522026-07-01T22:34:07.480Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32532026-07-01T22:34:07.493Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32542026-07-01T22:34:07.603Z Checking bitfield v0.19.4
32552026-07-01T22:34:07.607Z Checking smallvec v0.6.14
32562026-07-01T22:34:07.660Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32572026-07-01T22:34:07.882Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32582026-07-01T22:34:07.908Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32592026-07-01T22:34:08.015Z Checking linear-map v1.2.0
32602026-07-01T22:34:08.081Z Checking tagptr v0.2.0
32612026-07-01T22:34:08.101Z Checking smawk v0.3.2
32622026-07-01T22:34:08.184Z Checking base64 v0.21.7
32632026-07-01T22:34:08.221Z Checking unicode-linebreak v0.1.5
32642026-07-01T22:34:08.235Z Checking hashbrown v0.12.3
32652026-07-01T22:34:08.363Z Checking moka v0.12.13
32662026-07-01T22:34:08.421Z Checking ron v0.8.1
32672026-07-01T22:34:08.435Z Checking textwrap v0.16.2
32682026-07-01T22:34:08.437Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32692026-07-01T22:34:08.673Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32702026-07-01T22:34:08.829Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32712026-07-01T22:34:08.844Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32722026-07-01T22:34:08.977Z Checking steno v0.4.1
32732026-07-01T22:34:08.991Z Checking serde-hex v0.1.0
32742026-07-01T22:34:09.023Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32752026-07-01T22:34:09.180Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32762026-07-01T22:34:09.666Z Checking hashbrown v0.13.2
32772026-07-01T22:34:09.751Z Checking crc-any v2.5.0
32782026-07-01T22:34:09.767Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32792026-07-01T22:34:09.929Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32802026-07-01T22:34:09.987Z Checking hickory-resolver v0.25.2
32812026-07-01T22:34:10.002Z Checking sha1 v0.10.6
32822026-07-01T22:34:10.090Z Checking utf-8 v0.7.6
32832026-07-01T22:34:10.104Z Checking object v0.30.4
32842026-07-01T22:34:10.164Z Checking void v1.0.2
32852026-07-01T22:34:10.220Z Checking path-slash v0.1.5
32862026-07-01T22:34:10.267Z Checking half v1.8.3
32872026-07-01T22:34:10.328Z Checking lzss v0.8.2
32882026-07-01T22:34:10.461Z Checking serde_cbor v0.11.2
32892026-07-01T22:34:10.484Z Checking tungstenite v0.23.0
32902026-07-01T22:34:10.643Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32912026-07-01T22:34:10.685Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32922026-07-01T22:34:10.700Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32932026-07-01T22:34:10.733Z Compiling typify-macro v0.6.2
32942026-07-01T22:34:10.795Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32952026-07-01T22:34:10.809Z Checking nix v0.27.1
32962026-07-01T22:34:10.832Z Checking kstat-rs v0.2.4
32972026-07-01T22:34:10.904Z Checking fxhash v0.2.1
32982026-07-01T22:34:11.017Z Checking serde_bytes v0.11.19
32992026-07-01T22:34:11.021Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33002026-07-01T22:34:11.046Z Checking tokio-tungstenite v0.23.1
33012026-07-01T22:34:11.094Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33022026-07-01T22:34:11.190Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33032026-07-01T22:34:11.302Z Checking signal-hook-tokio v0.3.1
33042026-07-01T22:34:11.882Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33052026-07-01T22:34:12.150Z Compiling typify v0.6.2
33062026-07-01T22:34:12.228Z Compiling progenitor-impl v0.14.0
33072026-07-01T22:34:12.787Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33082026-07-01T22:34:13.094Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33092026-07-01T22:34:13.652Z Compiling progenitor-macro v0.14.0
33102026-07-01T22:34:15.965Z Checking progenitor v0.14.0
33112026-07-01T22:34:16.079Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33122026-07-01T22:34:16.082Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33132026-07-01T22:34:18.744Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33142026-07-01T22:34:26.968Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33152026-07-01T22:34:33.555Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33162026-07-01T22:34:34.911Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33172026-07-01T22:34:35.396Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33182026-07-01T22:34:37.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.61s
33192026-07-01T22:34:37.653Z
33202026-07-01T22:34:37.654Zinfo: running `cargo check --bins` on gateway-api (134/299)
33212026-07-01T22:34:38.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222026-07-01T22:34:38.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232026-07-01T22:34:38.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242026-07-01T22:34:38.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33252026-07-01T22:34:38.182Z
33262026-07-01T22:34:38.182Zinfo: running `cargo check --bins` on ipcc (135/299)
33272026-07-01T22:34:38.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282026-07-01T22:34:38.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292026-07-01T22:34:38.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302026-07-01T22:34:38.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33312026-07-01T22:34:38.713Z
33322026-07-01T22:34:38.713Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/299)
33332026-07-01T22:34:39.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342026-07-01T22:34:39.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352026-07-01T22:34:39.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362026-07-01T22:34:39.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33372026-07-01T22:34:39.228Z
33382026-07-01T22:34:39.228Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/299)
33392026-07-01T22:34:39.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402026-07-01T22:34:39.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412026-07-01T22:34:39.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422026-07-01T22:34:39.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33432026-07-01T22:34:39.774Z
33442026-07-01T22:34:39.774Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/299)
33452026-07-01T22:34:40.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462026-07-01T22:34:40.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472026-07-01T22:34:40.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482026-07-01T22:34:40.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33492026-07-01T22:34:40.303Z
33502026-07-01T22:34:40.303Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/299)
33512026-07-01T22:34:40.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522026-07-01T22:34:40.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532026-07-01T22:34:40.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33542026-07-01T22:34:40.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33552026-07-01T22:34:40.833Z
33562026-07-01T22:34:40.833Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/299)
33572026-07-01T22:34:41.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582026-07-01T22:34:41.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592026-07-01T22:34:41.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33602026-07-01T22:34:41.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33612026-07-01T22:34:41.361Z
33622026-07-01T22:34:41.361Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/299)
33632026-07-01T22:34:41.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642026-07-01T22:34:41.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652026-07-01T22:34:41.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662026-07-01T22:34:41.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33672026-07-01T22:34:41.907Z
33682026-07-01T22:34:41.907Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/299)
33692026-07-01T22:34:42.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702026-07-01T22:34:42.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712026-07-01T22:34:42.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722026-07-01T22:34:42.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33732026-07-01T22:34:42.441Z
33742026-07-01T22:34:42.442Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/299)
33752026-07-01T22:34:42.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-07-01T22:34:42.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-07-01T22:34:42.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-07-01T22:34:42.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33792026-07-01T22:34:42.973Z
33802026-07-01T22:34:42.973Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/299)
33812026-07-01T22:34:43.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-07-01T22:34:43.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-07-01T22:34:43.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-07-01T22:34:43.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33852026-07-01T22:34:43.509Z
33862026-07-01T22:34:43.509Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/299)
33872026-07-01T22:34:43.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-07-01T22:34:43.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-07-01T22:34:43.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-07-01T22:34:43.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33912026-07-01T22:34:44.046Z
33922026-07-01T22:34:44.046Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/299)
33932026-07-01T22:34:44.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-07-01T22:34:44.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-07-01T22:34:44.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-07-01T22:34:44.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33972026-07-01T22:34:44.582Z
33982026-07-01T22:34:44.582Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/299)
33992026-07-01T22:34:45.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-07-01T22:34:45.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-07-01T22:34:45.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-07-01T22:34:45.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34032026-07-01T22:34:45.117Z
34042026-07-01T22:34:45.117Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/299)
34052026-07-01T22:34:45.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-07-01T22:34:45.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-07-01T22:34:45.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-07-01T22:34:45.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34092026-07-01T22:34:45.666Z
34102026-07-01T22:34:45.666Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/299)
34112026-07-01T22:34:46.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-07-01T22:34:46.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-07-01T22:34:46.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-07-01T22:34:46.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34152026-07-01T22:34:46.222Z
34162026-07-01T22:34:46.222Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/299)
34172026-07-01T22:34:46.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-07-01T22:34:46.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-07-01T22:34:46.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-07-01T22:34:46.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34212026-07-01T22:34:46.774Z
34222026-07-01T22:34:46.774Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/299)
34232026-07-01T22:34:47.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-07-01T22:34:47.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-07-01T22:34:47.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-07-01T22:34:47.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34272026-07-01T22:34:47.323Z
34282026-07-01T22:34:47.323Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/299)
34292026-07-01T22:34:47.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-07-01T22:34:47.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-07-01T22:34:47.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-07-01T22:34:47.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34332026-07-01T22:34:47.869Z
34342026-07-01T22:34:47.869Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/299)
34352026-07-01T22:34:48.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-07-01T22:34:48.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-07-01T22:34:48.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-07-01T22:34:48.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34392026-07-01T22:34:48.416Z
34402026-07-01T22:34:48.416Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/299)
34412026-07-01T22:34:48.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-07-01T22:34:48.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-07-01T22:34:48.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-07-01T22:34:48.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34452026-07-01T22:34:48.967Z
34462026-07-01T22:34:48.967Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/299)
34472026-07-01T22:34:49.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-07-01T22:34:49.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-07-01T22:34:49.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34502026-07-01T22:34:49.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34512026-07-01T22:34:49.519Z
34522026-07-01T22:34:49.519Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/299)
34532026-07-01T22:34:49.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-07-01T22:34:49.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-07-01T22:34:49.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562026-07-01T22:34:49.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34572026-07-01T22:34:50.072Z
34582026-07-01T22:34:50.072Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/299)
34592026-07-01T22:34:50.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-07-01T22:34:50.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-07-01T22:34:50.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34622026-07-01T22:34:50.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34632026-07-01T22:34:50.622Z
34642026-07-01T22:34:50.622Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/299)
34652026-07-01T22:34:51.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662026-07-01T22:34:51.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672026-07-01T22:34:51.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34682026-07-01T22:34:51.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34692026-07-01T22:34:51.158Z
34702026-07-01T22:34:51.158Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/299)
34712026-07-01T22:34:51.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-07-01T22:34:51.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-07-01T22:34:51.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742026-07-01T22:34:51.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34752026-07-01T22:34:51.690Z
34762026-07-01T22:34:51.690Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/299)
34772026-07-01T22:34:52.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-07-01T22:34:52.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-07-01T22:34:52.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802026-07-01T22:34:52.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34812026-07-01T22:34:52.223Z
34822026-07-01T22:34:52.223Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/299)
34832026-07-01T22:34:52.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842026-07-01T22:34:52.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852026-07-01T22:34:52.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862026-07-01T22:34:52.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34872026-07-01T22:34:52.753Z
34882026-07-01T22:34:52.753Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/299)
34892026-07-01T22:34:53.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902026-07-01T22:34:53.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912026-07-01T22:34:53.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922026-07-01T22:34:53.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34932026-07-01T22:34:53.288Z
34942026-07-01T22:34:53.288Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/299)
34952026-07-01T22:34:53.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-07-01T22:34:53.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-07-01T22:34:53.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-07-01T22:34:53.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34992026-07-01T22:34:53.821Z
35002026-07-01T22:34:53.821Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/299)
35012026-07-01T22:34:54.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-07-01T22:34:54.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-07-01T22:34:54.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-07-01T22:34:54.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35052026-07-01T22:34:54.355Z
35062026-07-01T22:34:54.355Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/299)
35072026-07-01T22:34:54.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-07-01T22:34:54.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-07-01T22:34:54.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102026-07-01T22:34:54.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35112026-07-01T22:34:54.887Z
35122026-07-01T22:34:54.887Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/299)
35132026-07-01T22:34:55.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-07-01T22:34:55.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-07-01T22:34:55.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-07-01T22:34:55.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35172026-07-01T22:34:55.440Z
35182026-07-01T22:34:55.441Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/299)
35192026-07-01T22:34:55.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-07-01T22:34:55.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-07-01T22:34:55.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-07-01T22:34:55.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35232026-07-01T22:34:55.995Z
35242026-07-01T22:34:55.995Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/299)
35252026-07-01T22:34:56.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-07-01T22:34:56.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-07-01T22:34:56.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-07-01T22:34:56.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35292026-07-01T22:34:56.541Z
35302026-07-01T22:34:56.541Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/299)
35312026-07-01T22:34:57.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-07-01T22:34:57.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-07-01T22:34:57.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-07-01T22:34:57.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35352026-07-01T22:34:57.090Z
35362026-07-01T22:34:57.090Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/299)
35372026-07-01T22:34:57.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-07-01T22:34:57.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-07-01T22:34:57.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-07-01T22:34:57.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35412026-07-01T22:34:57.639Z
35422026-07-01T22:34:57.639Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/299)
35432026-07-01T22:34:58.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-07-01T22:34:58.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-07-01T22:34:58.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-07-01T22:34:58.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35472026-07-01T22:34:58.183Z
35482026-07-01T22:34:58.183Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/299)
35492026-07-01T22:34:58.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-07-01T22:34:58.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-07-01T22:34:58.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-07-01T22:34:58.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35532026-07-01T22:34:58.739Z
35542026-07-01T22:34:58.739Zinfo: running `cargo check --bins` on oximeter-producer (173/299)
35552026-07-01T22:34:59.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-07-01T22:34:59.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-07-01T22:34:59.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-07-01T22:34:59.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35592026-07-01T22:34:59.305Z
35602026-07-01T22:34:59.305Zinfo: running `cargo check --bins` on internal-dns-resolver (174/299)
35612026-07-01T22:34:59.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-07-01T22:34:59.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-07-01T22:34:59.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-07-01T22:34:59.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35652026-07-01T22:34:59.839Z
35662026-07-01T22:34:59.840Zinfo: running `cargo check --bins` on dns-server (175/299)
35672026-07-01T22:35:00.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-07-01T22:35:00.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-07-01T22:35:00.435Z Compiling parking_lot_core v0.8.6
35702026-07-01T22:35:00.438Z Compiling git-stub v1.0.0
35712026-07-01T22:35:00.438Z Checking prefix-trie v0.7.0
35722026-07-01T22:35:00.438Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35732026-07-01T22:35:00.671Z Compiling git-stub-vcs v0.1.0
35742026-07-01T22:35:00.821Z Checking hickory-server v0.25.2
35752026-07-01T22:35:00.946Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35762026-07-01T22:35:00.946Z Checking parking_lot v0.11.2
35772026-07-01T22:35:00.998Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35782026-07-01T22:35:00.998Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35792026-07-01T22:35:01.118Z Checking sled v0.34.7
35802026-07-01T22:35:02.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
35812026-07-01T22:35:03.157Z
35822026-07-01T22:35:03.157Zinfo: running `cargo check --bins` on dns-server-api (176/299)
35832026-07-01T22:35:03.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-07-01T22:35:03.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-07-01T22:35:03.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-07-01T22:35:03.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35872026-07-01T22:35:03.691Z
35882026-07-01T22:35:03.691Zinfo: running `cargo check --bins` on oximeter-producer-api (177/299)
35892026-07-01T22:35:04.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-07-01T22:35:04.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-07-01T22:35:04.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35922026-07-01T22:35:04.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35932026-07-01T22:35:04.219Z
35942026-07-01T22:35:04.219Zinfo: running `cargo check --bins` on sp-sim (178/299)
35952026-07-01T22:35:04.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-07-01T22:35:04.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-07-01T22:35:04.880Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35982026-07-01T22:35:06.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s
35992026-07-01T22:35:06.829Z
36002026-07-01T22:35:06.829Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/299)
36012026-07-01T22:35:07.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-07-01T22:35:07.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-07-01T22:35:07.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042026-07-01T22:35:07.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36052026-07-01T22:35:07.413Z
36062026-07-01T22:35:07.413Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/299)
36072026-07-01T22:35:07.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082026-07-01T22:35:07.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092026-07-01T22:35:07.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36102026-07-01T22:35:07.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36112026-07-01T22:35:07.998Z
36122026-07-01T22:35:07.998Zinfo: running `cargo check --bins` on db-macros (181/299)
36132026-07-01T22:35:08.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-07-01T22:35:08.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-07-01T22:35:08.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36162026-07-01T22:35:08.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36172026-07-01T22:35:08.514Z
36182026-07-01T22:35:08.514Zinfo: running `cargo check --bins` on nexus-macros-common (182/299)
36192026-07-01T22:35:08.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202026-07-01T22:35:08.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212026-07-01T22:35:08.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36222026-07-01T22:35:08.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36232026-07-01T22:35:09.031Z
36242026-07-01T22:35:09.031Zinfo: running `cargo check --bins` on nexus-auth (183/299)
36252026-07-01T22:35:09.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36262026-07-01T22:35:09.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36272026-07-01T22:35:09.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36282026-07-01T22:35:09.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36292026-07-01T22:35:09.611Z
36302026-07-01T22:35:09.611Zinfo: running `cargo check --bins` on authz-macros (184/299)
36312026-07-01T22:35:10.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36322026-07-01T22:35:10.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36332026-07-01T22:35:10.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36342026-07-01T22:35:10.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36352026-07-01T22:35:10.131Z
36362026-07-01T22:35:10.131Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/299)
36372026-07-01T22:35:10.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36382026-07-01T22:35:10.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36392026-07-01T22:35:10.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36402026-07-01T22:35:10.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36412026-07-01T22:35:10.706Z
36422026-07-01T22:35:10.706Zinfo: running `cargo check --bins` on nexus-db-model (186/299)
36432026-07-01T22:35:11.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36442026-07-01T22:35:11.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36452026-07-01T22:35:11.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36462026-07-01T22:35:11.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36472026-07-01T22:35:11.278Z
36482026-07-01T22:35:11.278Zinfo: running `cargo check --bins` on nexus-db-schema (187/299)
36492026-07-01T22:35:11.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502026-07-01T22:35:11.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512026-07-01T22:35:11.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36522026-07-01T22:35:11.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36532026-07-01T22:35:11.799Z
36542026-07-01T22:35:11.799Zinfo: running `cargo check --bins` on omicron-rpaths (188/299)
36552026-07-01T22:35:12.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36562026-07-01T22:35:12.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36572026-07-01T22:35:12.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36582026-07-01T22:35:12.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36592026-07-01T22:35:12.315Z
36602026-07-01T22:35:12.315Zinfo: running `cargo check --bins` on nexus-defaults (189/299)
36612026-07-01T22:35:12.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36622026-07-01T22:35:12.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36632026-07-01T22:35:12.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36642026-07-01T22:35:12.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36652026-07-01T22:35:12.846Z
36662026-07-01T22:35:12.846Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/299)
36672026-07-01T22:35:13.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36682026-07-01T22:35:13.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36692026-07-01T22:35:13.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36702026-07-01T22:35:13.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36712026-07-01T22:35:13.369Z
36722026-07-01T22:35:13.369Zinfo: running `cargo check --bins` on parallel-task-set (191/299)
36732026-07-01T22:35:13.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36742026-07-01T22:35:13.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36752026-07-01T22:35:13.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36762026-07-01T22:35:13.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36772026-07-01T22:35:13.886Z
36782026-07-01T22:35:13.887Zinfo: running `cargo check --bins` on omicron-git-version (192/299)
36792026-07-01T22:35:14.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36802026-07-01T22:35:14.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36812026-07-01T22:35:14.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36822026-07-01T22:35:14.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36832026-07-01T22:35:14.407Z
36842026-07-01T22:35:14.407Zinfo: running `cargo check --bins` on nexus-db-errors (193/299)
36852026-07-01T22:35:14.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36862026-07-01T22:35:14.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36872026-07-01T22:35:14.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36882026-07-01T22:35:14.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36892026-07-01T22:35:14.987Z
36902026-07-01T22:35:14.987Zinfo: running `cargo check --bins` on nexus-db-lookup (194/299)
36912026-07-01T22:35:15.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36922026-07-01T22:35:15.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36932026-07-01T22:35:15.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36942026-07-01T22:35:15.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36952026-07-01T22:35:15.570Z
36962026-07-01T22:35:15.570Zinfo: running `cargo check --bins` on nexus-inventory (195/299)
36972026-07-01T22:35:16.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36982026-07-01T22:35:16.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36992026-07-01T22:35:16.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37002026-07-01T22:35:16.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37012026-07-01T22:35:16.147Z
37022026-07-01T22:35:16.147Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/299)
37032026-07-01T22:35:16.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37042026-07-01T22:35:16.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37052026-07-01T22:35:16.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37062026-07-01T22:35:16.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37072026-07-01T22:35:16.700Z
37082026-07-01T22:35:16.700Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/299)
37092026-07-01T22:35:17.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37102026-07-01T22:35:17.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37112026-07-01T22:35:17.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37122026-07-01T22:35:17.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37132026-07-01T22:35:17.250Z
37142026-07-01T22:35:17.250Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/299)
37152026-07-01T22:35:17.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162026-07-01T22:35:17.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172026-07-01T22:35:17.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37182026-07-01T22:35:17.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37192026-07-01T22:35:17.797Z
37202026-07-01T22:35:17.797Zinfo: running `cargo check --bins` on key-manager (199/299)
37212026-07-01T22:35:18.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222026-07-01T22:35:18.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232026-07-01T22:35:18.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37242026-07-01T22:35:18.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37252026-07-01T22:35:18.328Z
37262026-07-01T22:35:18.328Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/299)
37272026-07-01T22:35:18.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282026-07-01T22:35:18.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292026-07-01T22:35:18.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37302026-07-01T22:35:18.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37312026-07-01T22:35:18.873Z
37322026-07-01T22:35:18.873Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/299)
37332026-07-01T22:35:19.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-07-01T22:35:19.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-07-01T22:35:19.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37362026-07-01T22:35:19.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37372026-07-01T22:35:19.423Z
37382026-07-01T22:35:19.423Zinfo: running `cargo check --bins` on typed-rng (202/299)
37392026-07-01T22:35:19.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-07-01T22:35:19.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-07-01T22:35:19.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37422026-07-01T22:35:19.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37432026-07-01T22:35:19.941Z
37442026-07-01T22:35:19.941Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/299)
37452026-07-01T22:35:20.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462026-07-01T22:35:20.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472026-07-01T22:35:20.728Z Compiling libefi-sys v0.1.0
37482026-07-01T22:35:20.731Z Compiling bitfield-struct v0.6.2
37492026-07-01T22:35:20.869Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37502026-07-01T22:35:20.878Z Compiling xshell-macros v0.2.7
37512026-07-01T22:35:20.887Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37522026-07-01T22:35:20.898Z Compiling salty v0.3.0
37532026-07-01T22:35:20.912Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37542026-07-01T22:35:20.928Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37552026-07-01T22:35:20.928Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37562026-07-01T22:35:21.047Z Checking rfc6979 v0.4.0
37572026-07-01T22:35:21.171Z Checking ecdsa v0.16.9
37582026-07-01T22:35:21.197Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37592026-07-01T22:35:21.236Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37602026-07-01T22:35:21.253Z Checking xshell v0.2.7
37612026-07-01T22:35:21.372Z Checking primeorder v0.13.6
37622026-07-01T22:35:21.387Z Compiling proc-macro-error-attr2 v2.0.0
37632026-07-01T22:35:21.400Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37642026-07-01T22:35:21.415Z Checking tungstenite v0.21.0
37652026-07-01T22:35:21.480Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37662026-07-01T22:35:21.498Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37672026-07-01T22:35:21.574Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37682026-07-01T22:35:21.609Z Checking p384 v0.13.1
37692026-07-01T22:35:21.627Z Compiling num-derive v0.3.3
37702026-07-01T22:35:21.712Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37712026-07-01T22:35:21.787Z Compiling proc-macro-error2 v2.0.1
37722026-07-01T22:35:21.826Z Checking tokio-tungstenite v0.21.0
37732026-07-01T22:35:21.883Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37742026-07-01T22:35:21.938Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37752026-07-01T22:35:21.938Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37762026-07-01T22:35:22.017Z Checking papergrid v0.17.0
37772026-07-01T22:35:22.091Z Compiling tabled_derive v0.11.0
37782026-07-01T22:35:22.105Z Compiling progenitor-impl v0.13.0
37792026-07-01T22:35:22.130Z Checking testing_table v0.3.0
37802026-07-01T22:35:22.218Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37812026-07-01T22:35:22.233Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37822026-07-01T22:35:22.254Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37832026-07-01T22:35:22.442Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37842026-07-01T22:35:22.458Z Compiling unicase v2.9.0
37852026-07-01T22:35:22.527Z Checking libscf-sys v1.1.0
37862026-07-01T22:35:22.652Z Checking corncobs v0.1.4
37872026-07-01T22:35:22.656Z Compiling illumos-nvpair-sys v0.2.0
37882026-07-01T22:35:22.679Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37892026-07-01T22:35:22.776Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37902026-07-01T22:35:22.815Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37912026-07-01T22:35:22.844Z Compiling mime_guess v2.0.5
37922026-07-01T22:35:22.897Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37932026-07-01T22:35:22.911Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37942026-07-01T22:35:22.987Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37952026-07-01T22:35:23.221Z Checking progenitor-client v0.13.0
37962026-07-01T22:35:23.237Z Checking tabled v0.20.0
37972026-07-01T22:35:23.405Z Checking secrecy v0.8.0
37982026-07-01T22:35:23.474Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37992026-07-01T22:35:23.510Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38002026-07-01T22:35:23.514Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38012026-07-01T22:35:23.861Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38022026-07-01T22:35:23.876Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38032026-07-01T22:35:23.890Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38042026-07-01T22:35:23.933Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38052026-07-01T22:35:23.979Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38062026-07-01T22:35:24.106Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38072026-07-01T22:35:24.154Z Checking filetime v0.2.27
38082026-07-01T22:35:24.275Z Checking crc8 v0.1.1
38092026-07-01T22:35:24.372Z Checking xattr v1.6.1
38102026-07-01T22:35:24.388Z Checking http-range v0.1.5
38112026-07-01T22:35:24.500Z Checking tar v0.4.45
38122026-07-01T22:35:24.516Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38132026-07-01T22:35:24.681Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38142026-07-01T22:35:24.712Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38152026-07-01T22:35:24.728Z Compiling progenitor-macro v0.13.0
38162026-07-01T22:35:24.779Z Checking illumos-nvpair v0.3.0
38172026-07-01T22:35:24.890Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38182026-07-01T22:35:24.934Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38192026-07-01T22:35:24.966Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38202026-07-01T22:35:25.282Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38212026-07-01T22:35:25.306Z Checking atty v0.2.14
38222026-07-01T22:35:25.326Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38232026-07-01T22:35:25.357Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38242026-07-01T22:35:25.400Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38252026-07-01T22:35:25.416Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38262026-07-01T22:35:25.608Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38272026-07-01T22:35:25.652Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38282026-07-01T22:35:25.667Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38292026-07-01T22:35:25.832Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38302026-07-01T22:35:25.854Z Checking hyper-staticfile v0.10.1
38312026-07-01T22:35:26.027Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38322026-07-01T22:35:26.047Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38332026-07-01T22:35:26.141Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38342026-07-01T22:35:26.281Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38352026-07-01T22:35:26.406Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38362026-07-01T22:35:26.570Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38372026-07-01T22:35:26.685Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38382026-07-01T22:35:27.094Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38392026-07-01T22:35:27.581Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38402026-07-01T22:35:28.060Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38412026-07-01T22:35:28.467Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38422026-07-01T22:35:28.873Z Checking progenitor v0.13.0
38432026-07-01T22:35:29.008Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38442026-07-01T22:35:30.898Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38452026-07-01T22:35:34.298Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38462026-07-01T22:35:45.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.28s
38472026-07-01T22:35:45.426Z
38482026-07-01T22:35:45.426Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/299)
38492026-07-01T22:35:45.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-07-01T22:35:45.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-07-01T22:35:46.153Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38522026-07-01T22:35:56.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
38532026-07-01T22:35:57.086Z
38542026-07-01T22:35:57.086Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/299)
38552026-07-01T22:35:57.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-07-01T22:35:57.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-07-01T22:35:57.815Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38582026-07-01T22:36:08.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
38592026-07-01T22:36:08.752Z
38602026-07-01T22:36:08.752Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/299)
38612026-07-01T22:36:09.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-07-01T22:36:09.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-07-01T22:36:09.485Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38642026-07-01T22:36:20.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.55s
38652026-07-01T22:36:20.510Z
38662026-07-01T22:36:20.510Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/299)
38672026-07-01T22:36:21.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-07-01T22:36:21.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-07-01T22:36:21.238Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38702026-07-01T22:36:31.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
38712026-07-01T22:36:32.194Z
38722026-07-01T22:36:32.194Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/299)
38732026-07-01T22:36:32.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-07-01T22:36:32.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-07-01T22:36:32.925Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38762026-07-01T22:36:43.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
38772026-07-01T22:36:43.925Z
38782026-07-01T22:36:43.926Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/299)
38792026-07-01T22:36:44.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-07-01T22:36:44.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-07-01T22:36:44.655Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38822026-07-01T22:36:55.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
38832026-07-01T22:36:55.601Z
38842026-07-01T22:36:55.601Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/299)
38852026-07-01T22:36:56.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-07-01T22:36:56.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-07-01T22:36:56.331Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38882026-07-01T22:37:07.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
38892026-07-01T22:37:07.298Z
38902026-07-01T22:37:07.298Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/299)
38912026-07-01T22:37:07.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-07-01T22:37:07.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-07-01T22:37:07.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38942026-07-01T22:37:07.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38952026-07-01T22:37:07.839Z
38962026-07-01T22:37:07.839Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/299)
38972026-07-01T22:37:08.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-07-01T22:37:08.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-07-01T22:37:08.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002026-07-01T22:37:08.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39012026-07-01T22:37:08.384Z
39022026-07-01T22:37:08.384Zinfo: running `cargo check --bins` on range-requests (213/299)
39032026-07-01T22:37:08.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-07-01T22:37:08.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-07-01T22:37:08.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39062026-07-01T22:37:08.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39072026-07-01T22:37:08.918Z
39082026-07-01T22:37:08.919Zinfo: running `cargo check --bins` on repo-depot-api (214/299)
39092026-07-01T22:37:09.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-07-01T22:37:09.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-07-01T22:37:09.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39122026-07-01T22:37:09.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39132026-07-01T22:37:09.450Z
39142026-07-01T22:37:09.450Zinfo: running `cargo check --bins` on sled-agent-api (215/299)
39152026-07-01T22:37:09.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-07-01T22:37:09.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-07-01T22:37:09.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39182026-07-01T22:37:09.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39192026-07-01T22:37:10.006Z
39202026-07-01T22:37:10.006Zinfo: running `cargo check --bins` on sled-diagnostics (216/299)
39212026-07-01T22:37:10.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222026-07-01T22:37:10.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232026-07-01T22:37:10.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39242026-07-01T22:37:10.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39252026-07-01T22:37:10.559Z
39262026-07-01T22:37:10.559Zinfo: running `cargo check --bins` on zfs-test-harness (217/299)
39272026-07-01T22:37:11.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39282026-07-01T22:37:11.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39292026-07-01T22:37:11.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39302026-07-01T22:37:11.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39312026-07-01T22:37:11.114Z
39322026-07-01T22:37:11.114Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/299)
39332026-07-01T22:37:11.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-07-01T22:37:11.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-07-01T22:37:11.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39362026-07-01T22:37:11.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39372026-07-01T22:37:11.676Z
39382026-07-01T22:37:11.676Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/299)
39392026-07-01T22:37:12.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-07-01T22:37:12.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-07-01T22:37:12.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39422026-07-01T22:37:12.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39432026-07-01T22:37:12.236Z
39442026-07-01T22:37:12.236Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/299)
39452026-07-01T22:37:12.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-07-01T22:37:12.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-07-01T22:37:12.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-07-01T22:37:12.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39492026-07-01T22:37:12.826Z
39502026-07-01T22:37:12.826Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/299)
39512026-07-01T22:37:13.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-07-01T22:37:13.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-07-01T22:37:13.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-07-01T22:37:13.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39552026-07-01T22:37:13.352Z
39562026-07-01T22:37:13.352Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/299)
39572026-07-01T22:37:13.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-07-01T22:37:13.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-07-01T22:37:13.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-07-01T22:37:13.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39612026-07-01T22:37:13.912Z
39622026-07-01T22:37:13.912Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/299)
39632026-07-01T22:37:14.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-07-01T22:37:14.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-07-01T22:37:14.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39662026-07-01T22:37:14.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39672026-07-01T22:37:14.471Z
39682026-07-01T22:37:14.471Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/299)
39692026-07-01T22:37:14.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-07-01T22:37:14.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-07-01T22:37:14.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39722026-07-01T22:37:14.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39732026-07-01T22:37:15.032Z
39742026-07-01T22:37:15.032Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/299)
39752026-07-01T22:37:15.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-07-01T22:37:15.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-07-01T22:37:15.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39782026-07-01T22:37:15.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39792026-07-01T22:37:15.615Z
39802026-07-01T22:37:15.615Zinfo: running `cargo check --bins` on trust-quorum (226/299)
39812026-07-01T22:37:16.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-07-01T22:37:16.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-07-01T22:37:16.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39842026-07-01T22:37:16.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39852026-07-01T22:37:16.179Z
39862026-07-01T22:37:16.179Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/299)
39872026-07-01T22:37:16.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-07-01T22:37:16.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-07-01T22:37:16.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39902026-07-01T22:37:16.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39912026-07-01T22:37:16.751Z
39922026-07-01T22:37:16.752Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/299)
39932026-07-01T22:37:17.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-07-01T22:37:17.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-07-01T22:37:17.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-07-01T22:37:17.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39972026-07-01T22:37:17.343Z
39982026-07-01T22:37:17.343Zinfo: running `cargo check --bins` on update-common (229/299)
39992026-07-01T22:37:17.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-07-01T22:37:17.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-07-01T22:37:17.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-07-01T22:37:17.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40032026-07-01T22:37:17.885Z
40042026-07-01T22:37:17.885Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/299)
40052026-07-01T22:37:18.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-07-01T22:37:18.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-07-01T22:37:18.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-07-01T22:37:18.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40092026-07-01T22:37:18.478Z
40102026-07-01T22:37:18.478Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/299)
40112026-07-01T22:37:18.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-07-01T22:37:18.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-07-01T22:37:18.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-07-01T22:37:18.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40152026-07-01T22:37:19.001Z
40162026-07-01T22:37:19.001Zinfo: running `cargo check --bins` on reconfigurator-cli (232/299)
40172026-07-01T22:37:19.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-07-01T22:37:19.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-07-01T22:37:19.721Z Compiling fs-err v2.11.0
40202026-07-01T22:37:19.725Z Checking ignore v0.4.25
40212026-07-01T22:37:19.725Z Checking arc-swap v1.8.2
40222026-07-01T22:37:19.854Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40232026-07-01T22:37:19.855Z Checking predicates-tree v1.0.13
40242026-07-01T22:37:19.859Z Checking parse-size v1.1.0
40252026-07-01T22:37:19.883Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40262026-07-01T22:37:19.886Z Checking rand_seeder v0.4.0
40272026-07-01T22:37:19.956Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40282026-07-01T22:37:19.975Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40292026-07-01T22:37:20.034Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40302026-07-01T22:37:20.048Z Checking slog-scope v4.4.1
40312026-07-01T22:37:20.094Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40322026-07-01T22:37:20.169Z Compiling petname v2.0.2
40332026-07-01T22:37:20.183Z Checking slog-stdlog v4.1.1
40342026-07-01T22:37:20.198Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40352026-07-01T22:37:20.221Z Checking globwalk v0.9.1
40362026-07-01T22:37:20.287Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40372026-07-01T22:37:20.298Z Checking slog-envlogger v2.2.0
40382026-07-01T22:37:20.415Z Checking camino-tempfile-ext v0.3.3
40392026-07-01T22:37:20.446Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40402026-07-01T22:37:20.485Z Checking sapling-renderdag v0.1.0
40412026-07-01T22:37:20.602Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40422026-07-01T22:37:20.648Z Checking subprocess v0.2.15
40432026-07-01T22:37:20.713Z Checking sync-ptr v0.1.4
40442026-07-01T22:37:20.791Z Checking colored v2.2.0
40452026-07-01T22:37:20.824Z Checking assert_matches v1.5.0
40462026-07-01T22:37:20.924Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40472026-07-01T22:37:21.083Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40482026-07-01T22:37:21.087Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40492026-07-01T22:37:21.715Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40502026-07-01T22:37:23.022Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40512026-07-01T22:37:25.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.17s
40522026-07-01T22:37:25.377Z
40532026-07-01T22:37:25.377Zinfo: running `cargo check --bins` on omicron-repl-utils (233/299)
40542026-07-01T22:37:25.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40552026-07-01T22:37:25.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40562026-07-01T22:37:25.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40572026-07-01T22:37:25.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40582026-07-01T22:37:25.900Z
40592026-07-01T22:37:25.901Zinfo: running `cargo check --bins` on transient-dns-server (234/299)
40602026-07-01T22:37:26.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-07-01T22:37:26.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-07-01T22:37:26.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40632026-07-01T22:37:26.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40642026-07-01T22:37:26.441Z
40652026-07-01T22:37:26.441Zinfo: running `cargo check --bins` on nexus-test-interface (235/299)
40662026-07-01T22:37:26.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-07-01T22:37:26.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-07-01T22:37:26.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40692026-07-01T22:37:26.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40702026-07-01T22:37:27.030Z
40712026-07-01T22:37:27.030Zinfo: running `cargo check --bins` on oximeter-collector (236/299)
40722026-07-01T22:37:27.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-07-01T22:37:27.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-07-01T22:37:27.697Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40752026-07-01T22:37:27.701Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40762026-07-01T22:37:28.324Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40772026-07-01T22:37:29.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.83s
40782026-07-01T22:37:30.057Z
40792026-07-01T22:37:30.057Zinfo: running `cargo check --bins` on oximeter-api (237/299)
40802026-07-01T22:37:30.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-07-01T22:37:30.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-07-01T22:37:30.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40832026-07-01T22:37:30.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40842026-07-01T22:37:30.592Z
40852026-07-01T22:37:30.592Zinfo: running `cargo check --bins` on cert-dev (238/299)
40862026-07-01T22:37:31.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-07-01T22:37:31.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-07-01T22:37:31.141Z Checking yasna v0.5.2
40892026-07-01T22:37:31.539Z Checking rcgen v0.12.1
40902026-07-01T22:37:31.789Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40912026-07-01T22:37:31.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
40922026-07-01T22:37:32.119Z
40932026-07-01T22:37:32.119Zinfo: running `cargo check --bins` on clickana (239/299)
40942026-07-01T22:37:32.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-07-01T22:37:32.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-07-01T22:37:32.714Z Compiling darling_core v0.23.0
40972026-07-01T22:37:32.717Z Compiling instability v0.3.11
40982026-07-01T22:37:32.820Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40992026-07-01T22:37:32.833Z Checking castaway v0.2.4
41002026-07-01T22:37:32.838Z Compiling indoc v2.0.7
41012026-07-01T22:37:32.841Z Checking unicode-truncate v1.1.0
41022026-07-01T22:37:32.854Z Checking lru v0.12.5
41032026-07-01T22:37:32.854Z Checking cassowary v0.3.0
41042026-07-01T22:37:32.943Z Checking compact_str v0.8.1
41052026-07-01T22:37:34.118Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41062026-07-01T22:37:34.255Z Compiling darling_macro v0.23.0
41072026-07-01T22:37:34.290Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41082026-07-01T22:37:34.679Z Compiling darling v0.23.0
41092026-07-01T22:37:35.305Z Checking ratatui v0.29.0
41102026-07-01T22:37:36.351Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41112026-07-01T22:37:36.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.86s
41122026-07-01T22:37:37.145Z
41132026-07-01T22:37:37.145Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/299)
41142026-07-01T22:37:37.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-07-01T22:37:37.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-07-01T22:37:37.816Z Checking headers-core v0.3.0
41172026-07-01T22:37:37.820Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41182026-07-01T22:37:38.006Z Checking headers v0.4.1
41192026-07-01T22:37:38.371Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41202026-07-01T22:37:39.243Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41212026-07-01T22:37:39.721Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41222026-07-01T22:37:40.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
41232026-07-01T22:37:40.293Z
41242026-07-01T22:37:40.293Zinfo: running `cargo check --bins` on ch-dev (241/299)
41252026-07-01T22:37:40.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-07-01T22:37:40.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-07-01T22:37:40.963Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41282026-07-01T22:37:41.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
41292026-07-01T22:37:41.879Z
41302026-07-01T22:37:41.879Zinfo: running `cargo check --bins` on dev-tools-common (242/299)
41312026-07-01T22:37:42.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-07-01T22:37:42.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-07-01T22:37:42.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41342026-07-01T22:37:42.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
41352026-07-01T22:37:42.279Z
41362026-07-01T22:37:42.279Zinfo: running `cargo check --bins` on crdb-seed (243/299)
41372026-07-01T22:37:42.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-07-01T22:37:42.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-07-01T22:37:42.945Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41402026-07-01T22:37:43.927Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41412026-07-01T22:37:44.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
41422026-07-01T22:37:44.433Z
41432026-07-01T22:37:44.433Zinfo: running `cargo check --bins` on db-dev (244/299)
41442026-07-01T22:37:44.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-07-01T22:37:44.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-07-01T22:37:45.107Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41472026-07-01T22:37:45.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
41482026-07-01T22:37:46.026Z
41492026-07-01T22:37:46.026Zinfo: running `cargo check --bins` on omicron-dev-lib (245/299)
41502026-07-01T22:37:46.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41512026-07-01T22:37:46.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41522026-07-01T22:37:46.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41532026-07-01T22:37:46.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41542026-07-01T22:37:46.602Z
41552026-07-01T22:37:46.602Zinfo: running `cargo check --bins` on xtask-downloader (246/299)
41562026-07-01T22:37:47.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41572026-07-01T22:37:47.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41582026-07-01T22:37:47.153Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41592026-07-01T22:37:47.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
41602026-07-01T22:37:47.982Z
41612026-07-01T22:37:47.982Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/299)
41622026-07-01T22:37:48.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41632026-07-01T22:37:48.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41642026-07-01T22:37:48.681Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41652026-07-01T22:37:48.681Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41662026-07-01T22:37:48.685Z Checking git-stub v1.0.0
41672026-07-01T22:37:48.685Z Compiling trait-variant v0.1.2
41682026-07-01T22:37:48.797Z Checking maplit v1.0.2
41692026-07-01T22:37:48.805Z Checking is_ci v1.2.0
41702026-07-01T22:37:48.817Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41712026-07-01T22:37:48.849Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41722026-07-01T22:37:48.876Z Checking drift v0.2.0
41732026-07-01T22:37:48.901Z Checking supports-color v3.0.2
41742026-07-01T22:37:48.969Z Checking git-stub-vcs v0.1.0
41752026-07-01T22:37:49.019Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41762026-07-01T22:37:49.032Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41772026-07-01T22:37:49.047Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41782026-07-01T22:37:49.160Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41792026-07-01T22:37:49.220Z Checking dropshot-api-manager v0.7.2
41802026-07-01T22:37:49.258Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41812026-07-01T22:37:49.295Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41822026-07-01T22:37:49.326Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41832026-07-01T22:37:49.532Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41842026-07-01T22:37:50.042Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41852026-07-01T22:37:50.994Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41862026-07-01T22:37:52.210Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41872026-07-01T22:37:52.796Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41882026-07-01T22:37:53.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s
41892026-07-01T22:37:53.407Z
41902026-07-01T22:37:53.407Zinfo: running `cargo check --bins` on installinator-api (248/299)
41912026-07-01T22:37:53.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41922026-07-01T22:37:53.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41932026-07-01T22:37:53.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41942026-07-01T22:37:53.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
41952026-07-01T22:37:53.950Z
41962026-07-01T22:37:53.950Zinfo: running `cargo check --bins` on nexus-external-api (249/299)
41972026-07-01T22:37:54.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-07-01T22:37:54.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-07-01T22:37:54.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42002026-07-01T22:37:54.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42012026-07-01T22:37:54.519Z
42022026-07-01T22:37:54.519Zinfo: running `cargo check --bins` on nexus-internal-api (250/299)
42032026-07-01T22:37:54.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-07-01T22:37:54.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-07-01T22:37:54.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42062026-07-01T22:37:55.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42072026-07-01T22:37:55.089Z
42082026-07-01T22:37:55.089Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/299)
42092026-07-01T22:37:55.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-07-01T22:37:55.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-07-01T22:37:55.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42122026-07-01T22:37:55.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42132026-07-01T22:37:55.659Z
42142026-07-01T22:37:55.659Zinfo: running `cargo check --bins` on ntp-admin-api (252/299)
42152026-07-01T22:37:56.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-07-01T22:37:56.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-07-01T22:37:56.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42182026-07-01T22:37:56.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42192026-07-01T22:37:56.193Z
42202026-07-01T22:37:56.193Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/299)
42212026-07-01T22:37:56.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42222026-07-01T22:37:56.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42232026-07-01T22:37:56.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42242026-07-01T22:37:56.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
42252026-07-01T22:37:56.713Z
42262026-07-01T22:37:56.713Zinfo: running `cargo check --bins` on wicketd-api (254/299)
42272026-07-01T22:37:57.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42282026-07-01T22:37:57.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42292026-07-01T22:37:57.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42302026-07-01T22:37:57.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42312026-07-01T22:37:57.267Z
42322026-07-01T22:37:57.267Zinfo: running `cargo check --bins` on omicron-ls-apis (255/299)
42332026-07-01T22:37:57.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42342026-07-01T22:37:57.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42352026-07-01T22:37:57.825Z Checking cargo-platform v0.3.2
42362026-07-01T22:37:57.829Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42372026-07-01T22:37:58.060Z Checking cargo_metadata v0.23.1
42382026-07-01T22:37:58.647Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42392026-07-01T22:37:59.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s
42402026-07-01T22:37:59.525Z
42412026-07-01T22:37:59.525Zinfo: running `cargo check --bins` on mgs-dev (256/299)
42422026-07-01T22:38:00.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42432026-07-01T22:38:00.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42442026-07-01T22:38:00.205Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42452026-07-01T22:38:00.804Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42462026-07-01T22:38:01.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
42472026-07-01T22:38:01.473Z
42482026-07-01T22:38:01.473Zinfo: running `cargo check --bins` on omicron-omdb (257/299)
42492026-07-01T22:38:01.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42502026-07-01T22:38:01.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42512026-07-01T22:38:02.386Z Compiling vergen-lib v0.1.6
42522026-07-01T22:38:02.387Z Compiling diesel_derives v2.3.7
42532026-07-01T22:38:02.387Z Compiling dsl_auto_type v0.2.0
42542026-07-01T22:38:02.387Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42552026-07-01T22:38:02.387Z Checking scheduled-thread-pool v0.2.7
42562026-07-01T22:38:02.387Z Compiling vergen-gitcl v1.0.8
42572026-07-01T22:38:02.390Z Compiling diesel_table_macro_syntax v0.3.0
42582026-07-01T22:38:02.390Z Compiling dirs-sys-next v0.1.2
42592026-07-01T22:38:02.658Z Compiling crunchy v0.2.4
42602026-07-01T22:38:02.726Z Compiling glob v0.3.3
42612026-07-01T22:38:02.790Z Compiling dirs-next v2.0.0
42622026-07-01T22:38:02.807Z Checking r2d2 v0.8.10
42632026-07-01T22:38:02.826Z Compiling tiny-keccak v2.0.2
42642026-07-01T22:38:02.903Z Checking downcast-rs v2.0.2
42652026-07-01T22:38:03.003Z Compiling term v0.7.0
42662026-07-01T22:38:03.026Z Compiling bit-vec v0.6.3
42672026-07-01T22:38:03.105Z Compiling clang-sys v1.8.1
42682026-07-01T22:38:03.109Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42692026-07-01T22:38:03.245Z Compiling bit-set v0.5.3
42702026-07-01T22:38:03.364Z Compiling ascii-canvas v3.0.0
42712026-07-01T22:38:03.403Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42722026-07-01T22:38:03.475Z Compiling itertools v0.10.5
42732026-07-01T22:38:03.556Z Compiling ena v0.14.4
42742026-07-01T22:38:03.560Z Compiling libloading v0.8.9
42752026-07-01T22:38:03.572Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42762026-07-01T22:38:03.603Z Compiling regex-syntax v0.6.29
42772026-07-01T22:38:03.618Z Compiling bindgen v0.71.1
42782026-07-01T22:38:03.765Z Compiling diff v0.1.13
42792026-07-01T22:38:04.071Z Compiling cexpr v0.6.0
42802026-07-01T22:38:04.091Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42812026-07-01T22:38:04.201Z Compiling rustc-hash v2.1.1
42822026-07-01T22:38:04.333Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42832026-07-01T22:38:04.491Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42842026-07-01T22:38:04.565Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42852026-07-01T22:38:04.743Z Compiling libxml v0.3.3
42862026-07-01T22:38:04.804Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42872026-07-01T22:38:04.822Z Compiling strum_macros v0.24.3
42882026-07-01T22:38:04.983Z Compiling lalrpop v0.19.12
42892026-07-01T22:38:05.040Z Compiling indoc v1.0.9
42902026-07-01T22:38:05.731Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42912026-07-01T22:38:05.932Z Checking derive_builder v0.20.2
42922026-07-01T22:38:06.057Z Compiling oso-derive v0.27.3
42932026-07-01T22:38:06.176Z Checking quick-xml v0.37.5
42942026-07-01T22:38:06.193Z Compiling impl-trait-for-tuples v0.2.3
42952026-07-01T22:38:06.560Z Checking openssl-probe v0.1.6
42962026-07-01T22:38:06.701Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42972026-07-01T22:38:07.044Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42982026-07-01T22:38:07.249Z Checking bb8 v0.8.6
42992026-07-01T22:38:07.451Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43002026-07-01T22:38:07.472Z Checking nonempty v0.12.0
43012026-07-01T22:38:07.529Z Compiling libz-sys v1.1.24
43022026-07-01T22:38:07.637Z Compiling strsim v0.10.0
43032026-07-01T22:38:07.676Z Compiling libgit2-sys v0.18.3+1.9.2
43042026-07-01T22:38:07.729Z Compiling vergen-git2 v9.1.0
43052026-07-01T22:38:07.939Z Compiling darling_core v0.13.4
43062026-07-01T22:38:07.983Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43072026-07-01T22:38:08.124Z Compiling base64 v0.21.7
43082026-07-01T22:38:08.215Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43092026-07-01T22:38:08.440Z Compiling ron v0.8.1
43102026-07-01T22:38:08.487Z Checking diesel v2.3.7
43112026-07-01T22:38:09.242Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43122026-07-01T22:38:09.436Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43132026-07-01T22:38:09.479Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43142026-07-01T22:38:09.683Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43152026-07-01T22:38:09.884Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43162026-07-01T22:38:09.902Z Compiling darling_macro v0.13.4
43172026-07-01T22:38:10.092Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43182026-07-01T22:38:10.294Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43192026-07-01T22:38:10.394Z Compiling darling v0.13.4
43202026-07-01T22:38:10.484Z Compiling serde_with_macros v1.5.2
43212026-07-01T22:38:10.501Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43222026-07-01T22:38:10.685Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43232026-07-01T22:38:10.703Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43242026-07-01T22:38:11.338Z Compiling serde_with v1.14.0
43252026-07-01T22:38:12.327Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43262026-07-01T22:38:12.422Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43272026-07-01T22:38:12.467Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43282026-07-01T22:38:13.052Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43292026-07-01T22:38:13.260Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43302026-07-01T22:38:13.562Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43312026-07-01T22:38:13.945Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43322026-07-01T22:38:14.111Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43332026-07-01T22:38:14.410Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43342026-07-01T22:38:14.763Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43352026-07-01T22:38:14.783Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43362026-07-01T22:38:15.137Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43372026-07-01T22:38:15.210Z Checking twox-hash v2.1.2
43382026-07-01T22:38:15.339Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43392026-07-01T22:38:15.384Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43402026-07-01T22:38:15.510Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43412026-07-01T22:38:15.918Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43422026-07-01T22:38:16.073Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43432026-07-01T22:38:17.173Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43442026-07-01T22:38:17.371Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43452026-07-01T22:38:17.426Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43462026-07-01T22:38:17.838Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43472026-07-01T22:38:18.077Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43482026-07-01T22:38:18.278Z Checking console v0.16.2
43492026-07-01T22:38:18.601Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43502026-07-01T22:38:18.747Z Checking fatfs v0.3.6
43512026-07-01T22:38:18.829Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43522026-07-01T22:38:19.215Z Checking unit-prefix v0.5.2
43532026-07-01T22:38:19.352Z Compiling seq-macro v0.3.6
43542026-07-01T22:38:19.870Z Checking indicatif v0.18.4
43552026-07-01T22:38:20.187Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43562026-07-01T22:38:20.298Z Checking support-bundle-viewer v0.1.2
43572026-07-01T22:38:20.464Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43582026-07-01T22:38:20.543Z Checking multimap v0.10.1
43592026-07-01T22:38:26.379Z Checking async-bb8-diesel v0.2.1
43602026-07-01T22:38:26.744Z Checking diesel-dtrace v0.5.0
43612026-07-01T22:38:29.542Z Compiling samael v0.0.19
43622026-07-01T22:38:35.054Z Compiling git2 v0.20.4
43632026-07-01T22:38:36.042Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43642026-07-01T22:38:37.136Z Compiling polar-core v0.27.3
43652026-07-01T22:38:37.503Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43662026-07-01T22:38:41.793Z Checking oso v0.27.3
43672026-07-01T22:39:11.278Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43682026-07-01T22:40:24.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
43692026-07-01T22:40:24.522Z
43702026-07-01T22:40:24.522Zinfo: running `cargo check --bins` on nexus-networking (258/299)
43712026-07-01T22:40:25.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43722026-07-01T22:40:25.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43732026-07-01T22:40:25.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43742026-07-01T22:40:25.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43752026-07-01T22:40:25.159Z
43762026-07-01T22:40:25.159Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/299)
43772026-07-01T22:40:25.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-07-01T22:40:25.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-07-01T22:40:25.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43802026-07-01T22:40:25.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43812026-07-01T22:40:25.756Z
43822026-07-01T22:40:25.756Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/299)
43832026-07-01T22:40:30.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-07-01T22:40:30.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-07-01T22:40:30.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43862026-07-01T22:40:30.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43872026-07-01T22:40:30.663Z
43882026-07-01T22:40:30.663Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/299)
43892026-07-01T22:40:30.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-07-01T22:40:30.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-07-01T22:40:30.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-07-01T22:40:30.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
43932026-07-01T22:40:30.663Z
43942026-07-01T22:40:30.663Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/299)
43952026-07-01T22:40:30.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-07-01T22:40:30.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-07-01T22:40:30.690Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43982026-07-01T22:40:30.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
43992026-07-01T22:40:30.690Z
44002026-07-01T22:40:30.700Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/299)
44012026-07-01T22:40:30.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-07-01T22:40:30.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-07-01T22:40:30.700Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44042026-07-01T22:41:07.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.50s
44052026-07-01T22:41:07.318Z
44062026-07-01T22:41:07.318Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (264/299)
44072026-07-01T22:41:07.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-07-01T22:41:07.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-07-01T22:41:07.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44102026-07-01T22:41:07.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44112026-07-01T22:41:07.838Z
44122026-07-01T22:41:07.838Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (265/299)
44132026-07-01T22:41:08.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-07-01T22:41:08.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-07-01T22:41:08.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44162026-07-01T22:41:08.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44172026-07-01T22:41:08.356Z
44182026-07-01T22:41:08.356Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (266/299)
44192026-07-01T22:41:08.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-07-01T22:41:08.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-07-01T22:41:08.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44222026-07-01T22:41:08.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44232026-07-01T22:41:08.935Z
44242026-07-01T22:41:08.935Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (267/299)
44252026-07-01T22:41:09.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-07-01T22:41:09.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-07-01T22:41:09.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44282026-07-01T22:41:09.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44292026-07-01T22:41:09.532Z
44302026-07-01T22:41:09.532Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (268/299)
44312026-07-01T22:41:10.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-07-01T22:41:10.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-07-01T22:41:10.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44342026-07-01T22:41:10.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44352026-07-01T22:41:10.123Z
44362026-07-01T22:41:10.123Zinfo: running `cargo check --bins` on nexus-mgs-updates (269/299)
44372026-07-01T22:41:10.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44382026-07-01T22:41:10.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44392026-07-01T22:41:10.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44402026-07-01T22:41:10.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44412026-07-01T22:41:10.695Z
44422026-07-01T22:41:10.696Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (270/299)
44432026-07-01T22:41:11.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44442026-07-01T22:41:11.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44452026-07-01T22:41:11.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44462026-07-01T22:41:11.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44472026-07-01T22:41:11.287Z
44482026-07-01T22:41:11.287Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (271/299)
44492026-07-01T22:41:11.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44502026-07-01T22:41:11.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44512026-07-01T22:41:11.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44522026-07-01T22:41:11.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44532026-07-01T22:41:11.876Z
44542026-07-01T22:41:11.876Zinfo: running `cargo check --bins` on nexus-switch-config (272/299)
44552026-07-01T22:41:12.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44562026-07-01T22:41:12.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44572026-07-01T22:41:12.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44582026-07-01T22:41:12.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44592026-07-01T22:41:12.457Z
44602026-07-01T22:41:12.457Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (273/299)
44612026-07-01T22:41:12.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-07-01T22:41:12.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-07-01T22:41:12.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44642026-07-01T22:41:12.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44652026-07-01T22:41:13.051Z
44662026-07-01T22:41:13.051Zinfo: running `cargo check --bins` on support-bundle-collection (274/299)
44672026-07-01T22:41:13.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44682026-07-01T22:41:13.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44692026-07-01T22:41:13.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44702026-07-01T22:41:13.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44712026-07-01T22:41:13.645Z
44722026-07-01T22:41:13.645Zinfo: running `cargo check --bins` on omicron-dev (275/299)
44732026-07-01T22:41:14.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44742026-07-01T22:41:14.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44752026-07-01T22:41:14.498Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44762026-07-01T22:41:14.498Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44772026-07-01T22:41:14.674Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44782026-07-01T22:41:14.678Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44792026-07-01T22:41:14.678Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44802026-07-01T22:41:14.681Z Checking yansi v1.0.1
44812026-07-01T22:41:14.681Z Checking diff v0.1.13
44822026-07-01T22:41:14.681Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44832026-07-01T22:41:14.831Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44842026-07-01T22:41:14.966Z Checking pretty_assertions v1.4.1
44852026-07-01T22:41:15.661Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44862026-07-01T22:41:15.830Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44872026-07-01T22:41:40.300Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44882026-07-01T22:41:40.300Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44892026-07-01T22:41:40.303Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44902026-07-01T22:41:40.303Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
44912026-07-01T22:41:40.303Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44922026-07-01T22:41:40.303Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44932026-07-01T22:41:40.303Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44942026-07-01T22:41:41.145Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44952026-07-01T22:41:41.145Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44962026-07-01T22:41:42.350Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44972026-07-01T22:42:19.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
44982026-07-01T22:42:19.918Z
44992026-07-01T22:42:19.918Zinfo: running `cargo check --bins` on omicron-pins (276/299)
45002026-07-01T22:42:20.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45012026-07-01T22:42:20.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45022026-07-01T22:42:20.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45032026-07-01T22:42:20.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
45042026-07-01T22:42:20.445Z
45052026-07-01T22:42:20.445Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (277/299)
45062026-07-01T22:42:20.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-07-01T22:42:20.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-07-01T22:42:21.180Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45092026-07-01T22:42:21.299Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45102026-07-01T22:42:21.303Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45112026-07-01T22:42:48.211Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45122026-07-01T22:42:48.580Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45132026-07-01T22:42:50.289Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45142026-07-01T22:42:50.725Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45152026-07-01T22:42:53.691Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45162026-07-01T22:43:17.261Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45172026-07-01T22:43:17.951Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45182026-07-01T22:43:19.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.09s
45192026-07-01T22:43:19.742Z
45202026-07-01T22:43:19.742Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (278/299)
45212026-07-01T22:43:20.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45222026-07-01T22:43:20.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45232026-07-01T22:43:20.413Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45242026-07-01T22:43:21.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45252026-07-01T22:43:21.264Z
45262026-07-01T22:43:21.264Zinfo: running `cargo check --bins` on omicron-releng (279/299)
45272026-07-01T22:43:21.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45282026-07-01T22:43:21.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45292026-07-01T22:43:21.863Z Compiling blake3 v1.8.5
45302026-07-01T22:43:21.969Z Checking arrayvec v0.7.6
45312026-07-01T22:43:21.972Z Checking arrayref v0.3.9
45322026-07-01T22:43:21.981Z Checking constant_time_eq v0.4.2
45332026-07-01T22:43:21.987Z Checking topological-sort v0.2.2
45342026-07-01T22:43:21.990Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45352026-07-01T22:43:21.991Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45362026-07-01T22:43:21.991Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45372026-07-01T22:43:22.029Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45382026-07-01T22:43:22.093Z Checking shell-words v1.1.1
45392026-07-01T22:43:22.871Z Checking omicron-zone-package v0.12.3
45402026-07-01T22:43:23.583Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45412026-07-01T22:43:24.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
45422026-07-01T22:43:24.642Z
45432026-07-01T22:43:24.642Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (280/299)
45442026-07-01T22:43:25.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45452026-07-01T22:43:25.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45462026-07-01T22:43:25.237Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45472026-07-01T22:43:25.554Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45482026-07-01T22:43:25.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
45492026-07-01T22:43:26.115Z
45502026-07-01T22:43:26.115Zinfo: running `cargo check --bins` on schema (281/299)
45512026-07-01T22:43:26.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-07-01T22:43:26.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-07-01T22:43:26.794Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45542026-07-01T22:43:27.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45552026-07-01T22:43:27.669Z
45562026-07-01T22:43:27.669Zinfo: running `cargo check --bins` on xtask (282/299)
45572026-07-01T22:43:28.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45582026-07-01T22:43:28.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45592026-07-01T22:43:28.059Z Checking serde_core v1.0.228
45602026-07-01T22:43:28.059Z Checking libc v0.2.185
45612026-07-01T22:43:28.062Z Checking bitflags v2.11.0
45622026-07-01T22:43:28.144Z Checking scroll v0.12.0
45632026-07-01T22:43:28.148Z Checking thiserror v1.0.69
45642026-07-01T22:43:28.153Z Checking log v0.4.29
45652026-07-01T22:43:28.161Z Checking indexmap v2.14.0
45662026-07-01T22:43:28.161Z Checking zerocopy v0.7.35
45672026-07-01T22:43:28.229Z Checking syn v2.0.117
45682026-07-01T22:43:28.276Z Checking dtrace-parser v0.2.0
45692026-07-01T22:43:28.291Z Checking once_cell v1.21.3
45702026-07-01T22:43:28.354Z Checking goblin v0.8.2
45712026-07-01T22:43:28.411Z Checking errno v0.3.14
45722026-07-01T22:43:28.459Z Checking getrandom v0.4.1
45732026-07-01T22:43:28.502Z Checking thread-id v4.2.2
45742026-07-01T22:43:28.525Z Checking rustix v1.1.3
45752026-07-01T22:43:28.577Z Checking memmap v0.7.0
45762026-07-01T22:43:28.588Z Checking thiserror v2.0.18
45772026-07-01T22:43:28.644Z Checking fs-err v3.3.0
45782026-07-01T22:43:28.680Z Checking anyhow v1.0.102
45792026-07-01T22:43:28.691Z Checking tabled v0.15.0
45802026-07-01T22:43:29.313Z Checking terminal_size v0.4.3
45812026-07-01T22:43:29.313Z Checking tempfile v3.25.0
45822026-07-01T22:43:29.418Z Checking clap_builder v4.6.0
45832026-07-01T22:43:29.421Z Checking textwrap v0.16.2
45842026-07-01T22:43:29.577Z Checking serde v1.0.228
45852026-07-01T22:43:29.577Z Checking serde_json v1.0.150
45862026-07-01T22:43:29.580Z Checking camino v1.2.2
45872026-07-01T22:43:29.613Z Checking semver v1.0.28
45882026-07-01T22:43:29.762Z Checking cargo-platform v0.3.2
45892026-07-01T22:43:29.818Z Checking camino-tempfile v1.4.1
45902026-07-01T22:43:29.996Z Checking serde_spanned v0.6.9
45912026-07-01T22:43:29.996Z Checking toml_datetime v0.6.11
45922026-07-01T22:43:30.000Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45932026-07-01T22:43:30.000Z Checking macaddr v1.0.1
45942026-07-01T22:43:30.164Z Checking toml_edit v0.22.27
45952026-07-01T22:43:30.176Z Checking cargo_metadata v0.23.1
45962026-07-01T22:43:30.185Z Checking dof v0.3.0
45972026-07-01T22:43:30.435Z Checking usdt-impl v0.5.0
45982026-07-01T22:43:30.620Z Checking clap v4.6.1
45992026-07-01T22:43:30.693Z Checking usdt v0.5.0
46002026-07-01T22:43:31.144Z Checking toml v0.8.23
46012026-07-01T22:43:31.395Z Checking cargo_toml v0.21.0
46022026-07-01T22:43:32.024Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46032026-07-01T22:43:32.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.73s
46042026-07-01T22:43:32.502Z
46052026-07-01T22:43:32.502Zinfo: running `cargo check --bins` on dnsadm (283/299)
46062026-07-01T22:43:32.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46072026-07-01T22:43:32.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46082026-07-01T22:43:33.090Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46092026-07-01T22:43:33.547Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46102026-07-01T22:43:33.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
46112026-07-01T22:43:34.094Z
46122026-07-01T22:43:34.094Zinfo: running `cargo check --bins` on end-to-end-tests (284/299)
46132026-07-01T22:43:34.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46142026-07-01T22:43:34.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46152026-07-01T22:43:34.857Z Checking cpubits v0.1.1
46162026-07-01T22:43:34.863Z Checking pem-rfc7468 v1.0.0
46172026-07-01T22:43:34.998Z Checking hmac v0.13.0
46182026-07-01T22:43:35.001Z Checking universal-hash v0.6.1
46192026-07-01T22:43:35.020Z Checking ctr v0.10.1
46202026-07-01T22:43:35.020Z Checking aead v0.6.1
46212026-07-01T22:43:35.024Z Checking sha2 v0.11.0
46222026-07-01T22:43:35.062Z Checking aes v0.9.1
46232026-07-01T22:43:35.065Z Checking crypto-bigint v0.7.5
46242026-07-01T22:43:35.115Z Checking polyval v0.7.1
46252026-07-01T22:43:35.129Z Checking der v0.8.0
46262026-07-01T22:43:35.143Z Checking pbkdf2 v0.13.0
46272026-07-01T22:43:35.161Z Checking salsa20 v0.11.0
46282026-07-01T22:43:35.184Z Checking cbc v0.2.1
46292026-07-01T22:43:35.278Z Checking ghash v0.6.0
46302026-07-01T22:43:35.281Z Checking ff v0.14.0
46312026-07-01T22:43:35.325Z Checking signature v3.0.0
46322026-07-01T22:43:35.342Z Checking base16ct v1.0.0
46332026-07-01T22:43:35.414Z Checking hkdf v0.13.0
46342026-07-01T22:43:35.434Z Checking group v0.14.0
46352026-07-01T22:43:35.459Z Checking aes-gcm v0.11.0
46362026-07-01T22:43:35.477Z Checking rfc6979 v0.5.0
46372026-07-01T22:43:35.498Z Compiling curve25519-dalek v5.0.0-rc.0
46382026-07-01T22:43:35.549Z Checking poly1305 v0.9.0
46392026-07-01T22:43:35.580Z Checking blowfish v0.10.0
46402026-07-01T22:43:35.609Z Checking blake2 v0.11.0-rc.6
46412026-07-01T22:43:35.624Z Checking keccak v0.2.0
46422026-07-01T22:43:35.728Z Checking fiat-crypto v0.3.0
46432026-07-01T22:43:35.756Z Checking scrypt v0.12.0
46442026-07-01T22:43:35.775Z Checking sha3 v0.11.0
46452026-07-01T22:43:35.810Z Checking bcrypt-pbkdf v0.11.0
46462026-07-01T22:43:35.870Z Checking argon2 v0.6.0-rc.8
46472026-07-01T22:43:35.918Z Checking kem v0.3.0
46482026-07-01T22:43:35.934Z Checking spki v0.8.0
46492026-07-01T22:43:35.961Z Checking sec1 v0.8.1
46502026-07-01T22:43:36.028Z Checking module-lattice v0.2.3
46512026-07-01T22:43:36.111Z Checking pkcs5 v0.8.1
46522026-07-01T22:43:36.111Z Checking pkcs1 v0.8.0-rc.4
46532026-07-01T22:43:36.157Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46542026-07-01T22:43:36.174Z Checking internal-russh-num-bigint v0.5.0
46552026-07-01T22:43:36.243Z Checking ml-kem v0.3.2
46562026-07-01T22:43:36.324Z Checking num-bigint v0.4.6
46572026-07-01T22:43:36.356Z Checking generic-array v1.4.3
46582026-07-01T22:43:36.411Z Checking pkcs8 v0.11.0
46592026-07-01T22:43:36.610Z Checking ed25519 v3.0.0
46602026-07-01T22:43:36.753Z Checking russh-util v0.52.0
46612026-07-01T22:43:36.756Z Compiling enum_dispatch v0.3.13
46622026-07-01T22:43:36.805Z Checking ed25519-dalek v3.0.0-rc.0
46632026-07-01T22:43:36.876Z Compiling delegate v0.13.5
46642026-07-01T22:43:37.014Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46652026-07-01T22:43:37.028Z Checking hex-literal v1.1.0
46662026-07-01T22:43:37.042Z Checking md5 v0.8.0
46672026-07-01T22:43:37.146Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46682026-07-01T22:43:37.208Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46692026-07-01T22:43:37.252Z Checking socket2 v0.5.10
46702026-07-01T22:43:37.294Z Checking elliptic-curve v0.14.0-rc.33
46712026-07-01T22:43:37.400Z Checking primefield v0.14.0
46722026-07-01T22:43:37.440Z Checking ssh-encoding v0.3.0-rc.9
46732026-07-01T22:43:37.501Z Checking crypto-primes v0.7.2
46742026-07-01T22:43:37.600Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46752026-07-01T22:43:37.661Z Checking ssh-cipher v0.3.0-rc.9
46762026-07-01T22:43:37.718Z Checking russh-cryptovec v0.61.0
46772026-07-01T22:43:37.758Z Checking ecdsa v0.17.0-rc.18
46782026-07-01T22:43:37.817Z Checking primeorder v0.14.0-rc.10
46792026-07-01T22:43:37.867Z Checking internet-checksum v0.2.1
46802026-07-01T22:43:38.114Z Checking p256 v0.14.0-rc.10
46812026-07-01T22:43:38.118Z Checking p521 v0.14.0-rc.10
46822026-07-01T22:43:38.445Z Checking rsa v0.10.0-rc.18
46832026-07-01T22:43:40.588Z Checking p384 v0.14.0-rc.10
46842026-07-01T22:43:42.510Z Checking ssh-key v0.7.0-rc.10
46852026-07-01T22:43:43.261Z Checking russh v0.61.2
46862026-07-01T22:43:55.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.28s
46872026-07-01T22:43:55.584Z
46882026-07-01T22:43:55.584Zinfo: running `cargo check --bins` on gateway-cli (285/299)
46892026-07-01T22:43:56.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46902026-07-01T22:43:56.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46912026-07-01T22:43:56.179Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46922026-07-01T22:43:56.287Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46932026-07-01T22:43:56.294Z Checking termios v0.3.3
46942026-07-01T22:43:57.493Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46952026-07-01T22:43:57.634Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46962026-07-01T22:43:59.295Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46972026-07-01T22:43:59.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s
46982026-07-01T22:44:00.024Z
46992026-07-01T22:44:00.024Zinfo: running `cargo check --bins --no-default-features` on installinator (286/299)
47002026-07-01T22:44:00.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47012026-07-01T22:44:00.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47022026-07-01T22:44:00.683Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47032026-07-01T22:44:00.688Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47042026-07-01T22:44:00.688Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47052026-07-01T22:44:00.688Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47062026-07-01T22:44:00.812Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47072026-07-01T22:44:00.821Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47082026-07-01T22:44:01.555Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47092026-07-01T22:44:01.916Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47102026-07-01T22:44:01.916Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47112026-07-01T22:44:02.540Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47122026-07-01T22:44:04.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
47132026-07-01T22:44:04.333Z
47142026-07-01T22:44:04.333Zinfo: running `cargo check --bins` on internal-dns-cli (287/299)
47152026-07-01T22:44:04.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47162026-07-01T22:44:04.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47172026-07-01T22:44:04.920Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47182026-07-01T22:44:05.361Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47192026-07-01T22:44:05.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
47202026-07-01T22:44:05.833Z
47212026-07-01T22:44:05.833Zinfo: running `cargo check --bins` on omicron-live-tests (288/299)
47222026-07-01T22:44:06.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47232026-07-01T22:44:06.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47242026-07-01T22:44:06.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47252026-07-01T22:44:06.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47262026-07-01T22:44:06.347Z
47272026-07-01T22:44:06.347Zinfo: running `cargo check --bins` on live-tests-macros (289/299)
47282026-07-01T22:44:06.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47292026-07-01T22:44:06.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47302026-07-01T22:44:06.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47312026-07-01T22:44:06.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47322026-07-01T22:44:06.867Z
47332026-07-01T22:44:06.868Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (290/299)
47342026-07-01T22:44:07.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47352026-07-01T22:44:07.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47362026-07-01T22:44:07.566Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47372026-07-01T22:44:08.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
47382026-07-01T22:44:08.334Z
47392026-07-01T22:44:08.334Zinfo: running `cargo check --bins` on omicron-ntp-admin (291/299)
47402026-07-01T22:44:08.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47412026-07-01T22:44:08.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47422026-07-01T22:44:08.924Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47432026-07-01T22:44:08.928Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47442026-07-01T22:44:09.193Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47452026-07-01T22:44:09.197Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47462026-07-01T22:44:09.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
47472026-07-01T22:44:10.150Z
47482026-07-01T22:44:10.150Zinfo: running `cargo check --bins` on ntp-admin-types (292/299)
47492026-07-01T22:44:10.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47502026-07-01T22:44:10.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47512026-07-01T22:44:10.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47522026-07-01T22:44:10.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47532026-07-01T22:44:10.669Z
47542026-07-01T22:44:10.669Zinfo: running `cargo check --bins` on omicron-package (293/299)
47552026-07-01T22:44:11.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47562026-07-01T22:44:11.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47572026-07-01T22:44:11.303Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47582026-07-01T22:44:12.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
47592026-07-01T22:44:12.527Z
47602026-07-01T22:44:12.527Zinfo: running `cargo check --bins` on tqdb (294/299)
47612026-07-01T22:44:13.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47622026-07-01T22:44:13.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47632026-07-01T22:44:13.251Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47642026-07-01T22:44:13.597Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47652026-07-01T22:44:14.116Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47662026-07-01T22:44:14.121Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47672026-07-01T22:44:20.184Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47682026-07-01T22:44:20.187Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47692026-07-01T22:44:20.753Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47702026-07-01T22:44:20.754Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47712026-07-01T22:44:20.754Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47722026-07-01T22:44:20.757Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47732026-07-01T22:44:21.549Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47742026-07-01T22:44:22.547Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47752026-07-01T22:44:23.340Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47762026-07-01T22:44:23.938Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47772026-07-01T22:44:28.808Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47782026-07-01T22:44:35.405Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47792026-07-01T22:44:35.408Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47802026-07-01T22:44:35.408Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47812026-07-01T22:44:35.408Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47822026-07-01T22:44:36.869Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47832026-07-01T22:44:38.189Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47842026-07-01T22:44:38.844Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47852026-07-01T22:44:40.054Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47862026-07-01T22:44:40.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.04s
47872026-07-01T22:44:40.777Z
47882026-07-01T22:44:40.777Zinfo: running `cargo check --bins` on wicket-dbg (295/299)
47892026-07-01T22:44:41.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47902026-07-01T22:44:41.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47912026-07-01T22:44:41.441Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47922026-07-01T22:44:41.441Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47932026-07-01T22:44:41.441Z Checking rtoolbox v0.0.3
47942026-07-01T22:44:41.567Z Checking tui-tree-widget v0.23.1
47952026-07-01T22:44:41.660Z Checking rpassword v7.4.0
47962026-07-01T22:44:42.723Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47972026-07-01T22:44:45.813Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47982026-07-01T22:44:47.664Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47992026-07-01T22:44:48.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.75s
48002026-07-01T22:44:48.727Z
48012026-07-01T22:44:48.727Zinfo: running `cargo check --bins` on wicket (296/299)
48022026-07-01T22:44:49.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48032026-07-01T22:44:49.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48042026-07-01T22:44:49.368Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48052026-07-01T22:44:49.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
48062026-07-01T22:44:49.891Z
48072026-07-01T22:44:49.891Zinfo: running `cargo check --bins` on wicketd (297/299)
48082026-07-01T22:44:50.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48092026-07-01T22:44:50.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48102026-07-01T22:44:50.557Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48112026-07-01T22:44:50.562Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48122026-07-01T22:44:50.562Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48132026-07-01T22:44:50.562Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
48142026-07-01T22:44:51.535Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48152026-07-01T22:44:52.097Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48162026-07-01T22:44:55.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s
48172026-07-01T22:44:55.300Z
48182026-07-01T22:44:55.300Zinfo: running `cargo check --bins` on omicron-workspace-hack (298/299)
48192026-07-01T22:44:55.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48202026-07-01T22:44:55.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48212026-07-01T22:44:55.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48222026-07-01T22:44:55.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
48232026-07-01T22:44:55.827Z
48242026-07-01T22:44:55.827Zinfo: running `cargo check --bins` on zone-setup (299/299)
48252026-07-01T22:44:56.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48262026-07-01T22:44:56.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48272026-07-01T22:44:56.448Z Checking uzers v0.12.2
48282026-07-01T22:44:56.711Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48292026-07-01T22:44:57.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
48302026-07-01T22:44:57.633Z
48312026-07-01T22:44:57.633Zreal 13:49.299440121
48322026-07-01T22:44:57.633Zuser 21:03.205491898
48332026-07-01T22:44:57.633Zsys 4:10.239636526
48342026-07-01T22:44:57.633Ztrap 0.328387773
48352026-07-01T22:44:57.633Ztflt 0.643805000
48362026-07-01T22:44:57.633Zdflt 1.167384140
48372026-07-01T22:44:57.633Zkflt 0.004616532
48382026-07-01T22:44:57.633Zlock 1:19:00.513597872
48392026-07-01T22:44:57.633Zslp 1:40:25.405069498
48402026-07-01T22:44:57.633Zlat 56.152625279
48412026-07-01T22:44:57.633Zstop 3:37.069521487
48422026-07-01T22:44:57.637Zprocess exited: duration 955529 ms, exit code 0
 
48432026-07-01T22:44:57.645Zfound 0 output files