01KTZF7WW8D1FXG63JMX9P59VC: 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: 01KTZF89MMKMP3JTH1A1VSF7SV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-13T03:09:39.451Zjob assigned to worker 01KTZF8EGNCB768BZNNT29FTAR [factory aws, i-0f9d79b231d671d2c] (queued for 47 s)
 
22026-06-13T03:09:46.114Zstarting task 0: "setup"
32026-06-13T03:09:46.122Z++ uname -s
42026-06-13T03:09:46.156Z+ kern=SunOS
52026-06-13T03:09:46.156Z+ build_user=build
62026-06-13T03:09:46.156Z+ build_uid=12345
72026-06-13T03:09:46.157Z+ work_dir=/work
82026-06-13T03:09:46.157Z+ input_dir=/input
92026-06-13T03:09:46.157Z+ [[ 0 == 12345 ]]
102026-06-13T03:09:46.157Z+ case "$kern" in
112026-06-13T03:09:46.157Z+ groupadd -g 12345 build
122026-06-13T03:09:46.157Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-13T03:09:48.135Z+ zfs create -o mountpoint=/work rpool/work
142026-06-13T03:09:48.230Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-13T03:09:48.236Z+ home_fs=zfs
162026-06-13T03:09:48.236Z+ [[ zfs == autofs ]]
172026-06-13T03:09:48.236Z+ mkdir -p /home/build
182026-06-13T03:09:48.236Z+ chown build:build /home/build /work
192026-06-13T03:09:49.234Z+ chmod 0700 /home/build /work
202026-06-13T03:09:49.238Zprocess exited: duration 3125 ms, exit code 0
 
212026-06-13T03:09:49.244Zstarting task 1: "rust-toolchain"
222026-06-13T03:09:49.249Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-13T03:09:49.249Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-13T03:09:49.249Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-13T03:09:49.249Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-13T03:09:49.249Z * rust toolchain channel = "1.94.0"
272026-06-13T03:09:49.249Z * rust toolchain profile = "default"
282026-06-13T03:09:49.252Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-13T03:09:49.252Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-13T03:09:49.359Zinfo: downloading installer
312026-06-13T03:09:50.750Zwarn: It looks like you have an existing rustup settings file at:
322026-06-13T03:09:50.750Zwarn: /home/build/.rustup/settings.toml
332026-06-13T03:09:50.750Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-13T03:09:50.750Zwarn: instead of the one inferred from the default host triple.
352026-06-13T03:09:50.763Zinfo: profile set to default
362026-06-13T03:09:50.763Zinfo: default host triple is x86_64-unknown-illumos
372026-06-13T03:09:50.766Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-13T03:09:50.919Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-13T03:09:50.923Zinfo: downloading 6 components
402026-06-13T03:10:05.482Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-13T03:10:05.482Z
422026-06-13T03:10:05.521Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-13T03:10:05.521Z
442026-06-13T03:10:05.521Z
452026-06-13T03:10:05.521ZRust is installed now. Great!
462026-06-13T03:10:05.521Z
472026-06-13T03:10:05.521ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-13T03:10:05.521Zenvironment variable. This has not been done automatically.
492026-06-13T03:10:05.521Z
502026-06-13T03:10:05.521ZTo configure your current shell, you need to source
512026-06-13T03:10:05.521Zthe corresponding env file under $HOME/.cargo.
522026-06-13T03:10:05.521Z
532026-06-13T03:10:05.521ZThis is usually done by running one of the following (note the leading DOT):
542026-06-13T03:10:05.525Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-13T03:10:05.525Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-13T03:10:05.525Zsource "~/.cargo/env.nu" # For nushell
572026-06-13T03:10:05.525Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-13T03:10:05.525Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-13T03:10:05.525Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-13T03:10:05.525Zwarn: no default linker (`cc`) was found in your PATH
612026-06-13T03:10:05.525Zwarn: many Rust crates require a system C toolchain to build
622026-06-13T03:10:05.610Z+ rustup --version
632026-06-13T03:10:05.619Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-13T03:10:05.622Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-13T03:10:05.641Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-13T03:10:05.644Z+ cargo --version
672026-06-13T03:10:05.657Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-13T03:10:05.660Z+ rustc --version
692026-06-13T03:10:05.679Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-13T03:10:05.683Zprocess exited: duration 16436 ms, exit code 0
 
712026-06-13T03:10:05.690Zstarting task 2: "authentication"
722026-06-13T03:10:05.707Zprocess exited: duration 17 ms, exit code 0
 
732026-06-13T03:10:05.716Zstarting task 3: "clone repository"
742026-06-13T03:10:05.720Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-13T03:10:05.723Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-13T03:10:05.752ZCloning into '/work/oxidecomputer/omicron'...
772026-06-13T03:10:15.188Z+ cd /work/oxidecomputer/omicron
782026-06-13T03:10:15.188Z+ git fetch origin ef7bf083f09198a03c09b359d0580690fafc0280
792026-06-13T03:10:15.455ZFrom https://github.com/oxidecomputer/omicron
802026-06-13T03:10:15.455Z * branch ef7bf083f09198a03c09b359d0580690fafc0280 -> FETCH_HEAD
812026-06-13T03:10:15.465Z+ [[ -n sunshowers/spr/reconfigurator-add-update_disposition-to-blueprintsledconfig ]]
822026-06-13T03:10:15.469Z++ git branch --show-current
832026-06-13T03:10:15.469Z+ current=main
842026-06-13T03:10:15.469Z+ [[ main != sunshowers/spr/reconfigurator-add-update_disposition-to-blueprintsledconfig ]]
852026-06-13T03:10:15.469Z+ git branch -f sunshowers/spr/reconfigurator-add-update_disposition-to-blueprintsledconfig ef7bf083f09198a03c09b359d0580690fafc0280
862026-06-13T03:10:15.472Z+ git checkout -f sunshowers/spr/reconfigurator-add-update_disposition-to-blueprintsledconfig
872026-06-13T03:10:15.494ZSwitched to branch 'sunshowers/spr/reconfigurator-add-update_disposition-to-blueprintsledconfig'
882026-06-13T03:10:15.498Z+ git reset --hard ef7bf083f09198a03c09b359d0580690fafc0280
892026-06-13T03:10:15.535ZHEAD is now at ef7bf083f minor updates
902026-06-13T03:10:15.539Zprocess exited: duration 9819 ms, exit code 0
 
912026-06-13T03:10:15.545Zstarting task 4: "build"
922026-06-13T03:10:15.549Z+ source .github/buildomat/ci-env.sh
932026-06-13T03:10:15.552Z++ export CARGO_TERM_COLOR=always
942026-06-13T03:10:15.552Z++ CARGO_TERM_COLOR=always
952026-06-13T03:10:15.552Z+ cargo --version
962026-06-13T03:10:15.559Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-13T03:10:15.563Z+ rustc --version
982026-06-13T03:10:15.582Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-13T03:10:15.585Z+ source ./env.sh
1002026-06-13T03:10:15.585Z++ OLD_SHELL_OPTS=ehxB
1012026-06-13T03:10:15.585Z++ set -o xtrace
1022026-06-13T03:10:15.589Z++++ dirname ./env.sh
1032026-06-13T03:10:15.589Z+++ readlink -f .
1042026-06-13T03:10:15.592Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-13T03:10:15.592Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-06-13T03:10:15.592Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-13T03:10:15.592Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-06-13T03:10:15.592Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-06-13T03:10:15.592Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-06-13T03:10:15.592Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-06-13T03:10:15.592Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-06-13T03:10:15.592Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-06-13T03:10:15.592Z++ 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
1142026-06-13T03:10:15.592Z++ 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
1152026-06-13T03:10:15.592Z++ case $OLD_SHELL_OPTS in
1162026-06-13T03:10:15.592Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-06-13T03:10:15.592Z+ 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
1182026-06-13T03:10:15.592Z+ 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
1192026-06-13T03:10:15.592Z+ banner prerequisites
1202026-06-13T03:10:15.592Z
1212026-06-13T03:10:15.592Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-06-13T03:10:15.592Z # # # # # # # # # # # # # # #
1232026-06-13T03:10:15.592Z # # # # ##### # # ##### # # # # # #### #
1242026-06-13T03:10:15.592Z ##### ##### # ##### # # # # # # # # #
1252026-06-13T03:10:15.592Z # # # # # # # # # # # # # # #
1262026-06-13T03:10:15.592Z # # # ###### # # ###### ### # #### # #### #
1272026-06-13T03:10:15.592Z
1282026-06-13T03:10:15.598Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-06-13T03:10:17.037Z Startup: Refreshing catalog 'helios' ... Done
1302026-06-13T03:10:17.120Z Startup: Caching catalogs ... Done
1312026-06-13T03:10:17.438ZPlanning: Solver setup ... Done (0.278s)
1322026-06-13T03:10:17.458ZPlanning: Running solver ... Done (0.021s)
1332026-06-13T03:10:17.465ZPlanning: Finding local manifests ... Done (0.003s)
1342026-06-13T03:10:17.475ZPlanning: Fetching manifests: 0/2 0% complete
1352026-06-13T03:10:17.493ZPlanning: Fetching manifests: 2/2 100% complete
1362026-06-13T03:10:17.507ZPlanning: Package planning ... Done (0.014s)
1372026-06-13T03:10:17.511ZPlanning: Merging actions ... Done (0.002s)
1382026-06-13T03:10:17.695ZPlanning: Checking for conflicting actions ... Done (0.186s)
1392026-06-13T03:10:17.699ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-06-13T03:10:18.498ZPlanning: Evaluating mediators ... Done (0.803s)
1412026-06-13T03:10:18.501ZPlanning: Planning completed in 1.36 seconds
1422026-06-13T03:10:18.507Z Packages to install: 2
1432026-06-13T03:10:18.507Z Estimated space available: 156.10 GB
1442026-06-13T03:10:18.507ZEstimated space to be consumed: 25.37 MB
1452026-06-13T03:10:18.507Z Create boot environment: No
1462026-06-13T03:10:18.507ZCreate backup boot environment: No
1472026-06-13T03:10:18.507Z Rebuild boot archive: No
1482026-06-13T03:10:18.511Z
1492026-06-13T03:10:18.511ZChanged packages:
1502026-06-13T03:10:18.511Zhelios
1512026-06-13T03:10:18.511Z developer/build-essential
1522026-06-13T03:10:18.511Z None -> 11-3.0
1532026-06-13T03:10:18.511Z library/libxmlsec1
1542026-06-13T03:10:18.511Z None -> 1.2.35-3.0
1552026-06-13T03:10:18.532Z
1562026-06-13T03:10:18.532ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-06-13T03:10:19.110ZDownload: Completed 1.28 MB in 0.58 seconds (2.2M/s)
1582026-06-13T03:10:19.167Z Actions: 1/268 actions (Installing new actions)
1592026-06-13T03:10:19.205Z Actions: Completed 268 actions in 0.04 seconds.
1602026-06-13T03:10:19.214ZFinalize: Updating package state database ... Done (0.008s)
1612026-06-13T03:10:19.217ZFinalize: Updating package cache ... Done (0.000s)
1622026-06-13T03:10:19.236ZFinalize: Updating image state ... Done (0.022s)
1632026-06-13T03:10:21.614ZFinalize: Creating fast lookup database ... Done (2.355s)
1642026-06-13T03:10:21.683ZFinalize: Reading search index ... Done (0.012s)
1652026-06-13T03:10:21.686ZFinalize: Updating search index ... Done (0.000s)
1662026-06-13T03:10:21.771ZFinalize: Updating package cache ... Done (0.000s)
1672026-06-13T03:10:22.078ZPlanning: Evaluating mediator changes ... Done
1682026-06-13T03:10:22.183ZPlanning: Checking for conflicting actions ... Done
1692026-06-13T03:10:22.186ZPlanning: Consolidating action changes ... Done
1702026-06-13T03:10:22.345ZPlanning: Evaluating mediators ... Done
1712026-06-13T03:10:22.349ZPlanning: Planning completed in 0.26 seconds
1722026-06-13T03:10:22.365Z Mediators to change: 2
1732026-06-13T03:10:22.365Z Create boot environment: No
1742026-06-13T03:10:22.365ZCreate backup boot environment: No
1752026-06-13T03:10:22.410ZFinalize: Updating package state database ... Done
1762026-06-13T03:10:22.411ZFinalize: Updating package cache ... Done
1772026-06-13T03:10:22.423ZFinalize: Updating image state ... Done
1782026-06-13T03:10:24.369ZFinalize: Creating fast lookup database ... Done
1792026-06-13T03:10:24.433ZFinalize: Reading search index ... Done
1802026-06-13T03:10:24.436ZFinalize: Updating search index ... Done
1812026-06-13T03:10:24.489ZFinalize: Updating package cache ... Done
1822026-06-13T03:10:24.774ZPlanning: Evaluating mediator changes ... Done
1832026-06-13T03:10:24.880ZPlanning: Checking for conflicting actions ... Done
1842026-06-13T03:10:24.883ZPlanning: Consolidating action changes ... Done
1852026-06-13T03:10:25.039ZPlanning: Evaluating mediators ... Done
1862026-06-13T03:10:25.042ZPlanning: Planning completed in 0.27 seconds
1872026-06-13T03:10:25.062Z Mediators to change: 1
1882026-06-13T03:10:25.062Z Create boot environment: No
1892026-06-13T03:10:25.062ZCreate backup boot environment: No
1902026-06-13T03:10:25.099ZFinalize: Updating package state database ... Done
1912026-06-13T03:10:25.100ZFinalize: Updating package cache ... Done
1922026-06-13T03:10:25.112ZFinalize: Updating image state ... Done
1932026-06-13T03:10:27.058ZFinalize: Creating fast lookup database ... Done
1942026-06-13T03:10:27.125ZFinalize: Reading search index ... Done
1952026-06-13T03:10:27.129ZFinalize: Updating search index ... Done
1962026-06-13T03:10:27.218ZFinalize: Updating package cache ... Done
1972026-06-13T03:10:27.532ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-06-13T03:10:27.532Zapache system 2.4 system
1992026-06-13T03:10:27.532Zclang system 15 system
2002026-06-13T03:10:27.532Zcsh system system illumos
2012026-06-13T03:10:27.532Zctags system system illumos
2022026-06-13T03:10:27.532Zfile vendor vendor darwinsys
2032026-06-13T03:10:27.533Zfile system system illumos
2042026-06-13T03:10:27.533Zgcc vendor 14 vendor
2052026-06-13T03:10:27.533Zgcc system 13 system
2062026-06-13T03:10:27.533Zgcc system 10 system
2072026-06-13T03:10:27.533Zgo system 1.25 system
2082026-06-13T03:10:27.533Zllvm system 15 system
2092026-06-13T03:10:27.533Zmariadb system 11.4 system
2102026-06-13T03:10:27.533Zmta vendor vendor dma
2112026-06-13T03:10:27.533Zopenjdk system 17 system
2122026-06-13T03:10:27.533Zopenjdk system 11 system
2132026-06-13T03:10:27.533Zopenssl vendor 3 vendor
2142026-06-13T03:10:27.533Zperl system 5.40 system
2152026-06-13T03:10:27.533Zpostgresql system 18 system
2162026-06-13T03:10:27.533Zpostgresql system 17 system
2172026-06-13T03:10:27.533Zpython vendor 3 vendor
2182026-06-13T03:10:27.533Zpython system 2 system
2192026-06-13T03:10:27.533Zpython3 vendor 3.13 vendor
2202026-06-13T03:10:27.533Zruby system 3.4 system
2212026-06-13T03:10:27.533Zruby system 3.0 system
2222026-06-13T03:10:27.533Zwords vendor vendor american-english
2232026-06-13T03:10:27.533Zwords system system australian-english
2242026-06-13T03:10:27.533Zwords system system british-english
2252026-06-13T03:10:27.533Zwords system system canadian-english
2262026-06-13T03:10:27.533Zwords system system french
2272026-06-13T03:10:27.533Zwords system system italian
2282026-06-13T03:10:27.533Zwords system system ngerman
2292026-06-13T03:10:27.533Zwords system system ogerman
2302026-06-13T03:10:27.534Zwords system system spanish
2312026-06-13T03:10:27.789ZPUBLISHER TYPE STATUS P LOCATION
2322026-06-13T03:10:27.789Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-06-13T03:10:28.081ZFMRI IFO
2342026-06-13T03:10:28.081Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-06-13T03:10:28.081Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-06-13T03:10:28.082Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-06-13T03:10:28.082Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-06-13T03:10:28.082Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-06-13T03:10:28.082Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-06-13T03:10:28.082Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-06-13T03:10:28.082Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-06-13T03:10:28.082Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-06-13T03:10:28.336Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-06-13T03:10:28.602Z Updating crates.io index
2452026-06-13T03:10:28.638Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-06-13T03:10:29.472Z Updating git repository `https://github.com/oxidecomputer/lldp`
2472026-06-13T03:10:29.939Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-06-13T03:10:30.528Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-06-13T03:10:31.385Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-06-13T03:10:31.887Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-06-13T03:10:33.511Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-06-13T03:10:34.633Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-06-13T03:10:34.955Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-06-13T03:10:36.210Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-06-13T03:10:36.692Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-06-13T03:10:37.069Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-06-13T03:10:37.519Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-06-13T03:10:38.655Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-06-13T03:10:39.123Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-06-13T03:10:39.460Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-06-13T03:10:39.837Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-06-13T03:10:40.197Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-06-13T03:10:40.596Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-06-13T03:10:40.824Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-06-13T03:10:41.057Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-06-13T03:10:41.316Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-06-13T03:10:41.725Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-06-13T03:10:42.243Z Updating git repository `https://github.com/oxidecomputer/erebor`
2692026-06-13T03:10:42.711Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2702026-06-13T03:10:43.292Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2712026-06-13T03:10:43.576Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2722026-06-13T03:10:43.875Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732026-06-13T03:10:45.261Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2742026-06-13T03:10:45.916Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-06-13T03:10:46.361Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-06-13T03:10:46.757Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-06-13T03:10:47.116Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-06-13T03:10:47.440Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-06-13T03:10:47.722Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2802026-06-13T03:10:48.011Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2812026-06-13T03:10:48.702Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822026-06-13T03:10:48.956Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832026-06-13T03:10:49.205Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842026-06-13T03:10:49.448Z Updating git repository `https://github.com/illumos/smf-rs`
2852026-06-13T03:10:49.944Z Updating git repository `https://github.com/oxidecomputer/omicron`
2862026-06-13T03:11:01.976Z Downloading crates ...
2872026-06-13T03:11:02.036Z Downloaded cargo-platform v0.2.0
2882026-06-13T03:11:02.040Z Downloaded bytecount v0.6.9
2892026-06-13T03:11:02.043Z Downloaded anstream v1.0.0
2902026-06-13T03:11:02.043Z Downloaded cargo_metadata v0.21.0
2912026-06-13T03:11:02.048Z Downloaded equivalent v1.0.2
2922026-06-13T03:11:02.056Z Downloaded fnv v1.0.7
2932026-06-13T03:11:02.059Z Downloaded heck v0.4.1
2942026-06-13T03:11:02.059Z Downloaded is_terminal_polyfill v1.70.2
2952026-06-13T03:11:02.065Z Downloaded fs-err v3.3.0
2962026-06-13T03:11:02.068Z Downloaded icu_properties v2.1.2
2972026-06-13T03:11:02.074Z Downloaded clap v4.6.1
2982026-06-13T03:11:02.102Z Downloaded thiserror-impl v1.0.69
2992026-06-13T03:11:02.102Z Downloaded stable_deref_trait v1.2.1
3002026-06-13T03:11:02.103Z Downloaded toml_write v0.1.2
3012026-06-13T03:11:02.103Z Downloaded erased-serde v0.4.9
3022026-06-13T03:11:02.103Z Downloaded usdt-impl v0.5.0
3032026-06-13T03:11:02.103Z Downloaded icu_provider v2.1.1
3042026-06-13T03:11:02.103Z Downloaded zmij v1.0.21
3052026-06-13T03:11:02.103Z Downloaded unicode-xid v0.2.6
3062026-06-13T03:11:02.103Z Downloaded anstyle v1.0.14
3072026-06-13T03:11:02.103Z Downloaded fastrand v2.3.0
3082026-06-13T03:11:02.103Z Downloaded errno v0.3.14
3092026-06-13T03:11:02.103Z Downloaded usdt-attr-macro v0.5.0
3102026-06-13T03:11:02.103Z Downloaded thread-id v4.2.2
3112026-06-13T03:11:02.103Z Downloaded zerofrom v0.1.6
3122026-06-13T03:11:02.103Z Downloaded utf8_iter v1.0.4
3132026-06-13T03:11:02.103Z Downloaded yoke-derive v0.8.1
3142026-06-13T03:11:02.103Z Downloaded plain v0.2.3
3152026-06-13T03:11:02.103Z Downloaded icu_properties_data v2.1.2
3162026-06-13T03:11:02.103Z Downloaded thiserror-impl v2.0.18
3172026-06-13T03:11:02.106Z Downloaded unicode-linebreak v0.1.5
3182026-06-13T03:11:02.106Z Downloaded clap_builder v4.6.0
3192026-06-13T03:11:02.106Z Downloaded itoa v1.0.17
3202026-06-13T03:11:02.110Z Downloaded dof v0.3.0
3212026-06-13T03:11:02.110Z Downloaded typeid v1.0.3
3222026-06-13T03:11:02.113Z Downloaded macaddr v1.0.1
3232026-06-13T03:11:02.113Z Downloaded scroll_derive v0.12.1
3242026-06-13T03:11:02.113Z Downloaded usdt v0.5.0
3252026-06-13T03:11:02.113Z Downloaded form_urlencoded v1.2.2
3262026-06-13T03:11:02.113Z Downloaded generic-array v0.14.7
3272026-06-13T03:11:02.116Z Downloaded clap_lex v1.0.0
3282026-06-13T03:11:02.116Z Downloaded utf8parse v0.2.2
3292026-06-13T03:11:02.116Z Downloaded zerofrom-derive v0.1.6
3302026-06-13T03:11:02.119Z Downloaded cpufeatures v0.2.17
3312026-06-13T03:11:02.119Z Downloaded crypto-common v0.1.7
3322026-06-13T03:11:02.119Z Downloaded zerovec-derive v0.11.2
3332026-06-13T03:11:02.123Z Downloaded yoke v0.8.1
3342026-06-13T03:11:02.123Z Downloaded colorchoice v1.0.4
3352026-06-13T03:11:02.123Z Downloaded thiserror v2.0.18
3362026-06-13T03:11:02.126Z Downloaded version_check v0.9.5
3372026-06-13T03:11:02.126Z Downloaded toml_datetime v0.6.11
3382026-06-13T03:11:02.130Z Downloaded potential_utf v0.1.4
3392026-06-13T03:11:02.130Z Downloaded percent-encoding v2.3.2
3402026-06-13T03:11:02.130Z Downloaded idna_adapter v1.2.1
3412026-06-13T03:11:02.130Z Downloaded block-buffer v0.10.4
3422026-06-13T03:11:02.133Z Downloaded writeable v0.6.2
3432026-06-13T03:11:02.133Z Downloaded thiserror v1.0.69
3442026-06-13T03:11:02.133Z Downloaded usdt-macro v0.5.0
3452026-06-13T03:11:02.136Z Downloaded serde_spanned v0.6.9
3462026-06-13T03:11:02.136Z Downloaded dtrace-parser v0.2.0
3472026-06-13T03:11:02.136Z Downloaded ordered-float v2.10.1
3482026-06-13T03:11:02.139Z Downloaded terminal_size v0.4.3
3492026-06-13T03:11:02.143Z Downloaded zerocopy-derive v0.7.35
3502026-06-13T03:11:02.147Z Downloaded tinystr v0.8.2
3512026-06-13T03:11:02.150Z Downloaded unicode-ident v1.0.24
3522026-06-13T03:11:02.150Z Downloaded anstyle-query v1.1.5
3532026-06-13T03:11:02.153Z Downloaded memmap v0.7.0
3542026-06-13T03:11:02.156Z Downloaded smawk v0.3.2
3552026-06-13T03:11:02.159Z Downloaded textwrap v0.16.2
3562026-06-13T03:11:02.159Z Downloaded heck v0.5.0
3572026-06-13T03:11:02.162Z Downloaded proc-macro-error-attr v1.0.4
3582026-06-13T03:11:02.162Z Downloaded pretty-hex v0.4.1
3592026-06-13T03:11:02.162Z Downloaded cfg-if v1.0.4
3602026-06-13T03:11:02.165Z Downloaded serde-value v0.7.0
3612026-06-13T03:11:02.168Z Downloaded strsim v0.11.1
3622026-06-13T03:11:02.168Z Downloaded camino-tempfile v1.4.1
3632026-06-13T03:11:02.172Z Downloaded zerotrie v0.2.3
3642026-06-13T03:11:02.175Z Downloaded toml v0.8.23
3652026-06-13T03:11:02.175Z Downloaded anstyle-parse v1.0.0
3662026-06-13T03:11:02.175Z Downloaded clap_derive v4.6.1
3672026-06-13T03:11:02.178Z Downloaded swrite v0.1.0
3682026-06-13T03:11:02.178Z Downloaded ucd-trie v0.1.7
3692026-06-13T03:11:02.181Z Downloaded tabled_derive v0.7.0
3702026-06-13T03:11:02.184Z Downloaded typenum v1.19.0
3712026-06-13T03:11:02.187Z Downloaded toml_edit v0.22.27
3722026-06-13T03:11:02.190Z Downloaded url v2.5.8
3732026-06-13T03:11:02.194Z Downloaded scroll v0.12.0
3742026-06-13T03:11:02.194Z Downloaded byteorder v1.5.0
3752026-06-13T03:11:02.194Z Downloaded quote v1.0.45
3762026-06-13T03:11:02.196Z Downloaded synstructure v0.13.2
3772026-06-13T03:11:02.203Z Downloaded proc-macro-error v1.0.4
3782026-06-13T03:11:02.206Z Downloaded zerovec v0.11.5
3792026-06-13T03:11:02.209Z Downloaded zerocopy v0.7.35
3802026-06-13T03:11:02.216Z Downloaded winnow v0.7.14
3812026-06-13T03:11:02.222Z Downloaded serde_tokenstream v0.2.3
3822026-06-13T03:11:02.225Z Downloaded autocfg v1.5.0
3832026-06-13T03:11:02.225Z Downloaded unicode-width v0.1.14
3842026-06-13T03:11:02.228Z Downloaded digest v0.10.7
3852026-06-13T03:11:02.229Z Downloaded cargo_toml v0.21.0
3862026-06-13T03:11:02.229Z Downloaded pest_generator v2.8.6
3872026-06-13T03:11:02.232Z Downloaded unicode-width v0.2.0
3882026-06-13T03:11:02.235Z Downloaded anyhow v1.0.102
3892026-06-13T03:11:02.235Z Downloaded semver v1.0.28
3902026-06-13T03:11:02.235Z Downloaded cargo-util-schemas v0.8.2
3912026-06-13T03:11:02.239Z Downloaded once_cell v1.21.3
3922026-06-13T03:11:02.243Z Downloaded sha2 v0.10.9
3932026-06-13T03:11:02.243Z Downloaded pest_derive v2.8.6
3942026-06-13T03:11:02.243Z Downloaded bitflags v2.11.0
3952026-06-13T03:11:02.246Z Downloaded displaydoc v0.2.5
3962026-06-13T03:11:02.246Z Downloaded camino v1.2.2
3972026-06-13T03:11:02.249Z Downloaded litemap v0.8.1
3982026-06-13T03:11:02.253Z Downloaded serde-untagged v0.1.9
3992026-06-13T03:11:02.256Z Downloaded tempfile v3.25.0
4002026-06-13T03:11:02.260Z Downloaded serde_derive v1.0.228
4012026-06-13T03:11:02.263Z Downloaded papergrid v0.11.0
4022026-06-13T03:11:02.266Z Downloaded getrandom v0.4.1
4032026-06-13T03:11:02.266Z Downloaded serde_core v1.0.228
4042026-06-13T03:11:02.269Z Downloaded num-traits v0.2.19
4052026-06-13T03:11:02.269Z Downloaded smallvec v1.15.1
4062026-06-13T03:11:02.272Z Downloaded indexmap v2.14.0
4072026-06-13T03:11:02.272Z Downloaded icu_normalizer v2.1.1
4082026-06-13T03:11:02.275Z Downloaded icu_normalizer_data v2.1.1
4092026-06-13T03:11:02.280Z Downloaded proc-macro2 v1.0.106
4102026-06-13T03:11:02.283Z Downloaded log v0.4.29
4112026-06-13T03:11:02.283Z Downloaded icu_collections v2.1.1
4122026-06-13T03:11:02.291Z Downloaded pest_meta v2.8.6
4132026-06-13T03:11:02.294Z Downloaded icu_locale_core v2.1.1
4142026-06-13T03:11:02.298Z Downloaded serde v1.0.228
4152026-06-13T03:11:02.313Z Downloaded memchr v2.8.0
4162026-06-13T03:11:02.327Z Downloaded pest v2.8.6
4172026-06-13T03:11:02.330Z Downloaded hashbrown v0.17.0
4182026-06-13T03:11:02.344Z Downloaded serde_json v1.0.149
4192026-06-13T03:11:02.353Z Downloaded idna v1.1.0
4202026-06-13T03:11:02.357Z Downloaded goblin v0.8.2
4212026-06-13T03:11:02.370Z Downloaded tabled v0.15.0
4222026-06-13T03:11:02.379Z Downloaded syn v1.0.109
4232026-06-13T03:11:02.386Z Downloaded syn v2.0.117
4242026-06-13T03:11:02.399Z Downloaded rustix v1.1.3
4252026-06-13T03:11:02.429Z Downloaded libc v0.2.185
4262026-06-13T03:11:02.497Z Compiling proc-macro2 v1.0.106
4272026-06-13T03:11:02.497Z Compiling quote v1.0.45
4282026-06-13T03:11:02.501Z Compiling unicode-ident v1.0.24
4292026-06-13T03:11:02.501Z Compiling serde_core v1.0.228
4302026-06-13T03:11:02.501Z Compiling libc v0.2.185
4312026-06-13T03:11:02.501Z Compiling version_check v0.9.5
4322026-06-13T03:11:02.501Z Compiling serde v1.0.228
4332026-06-13T03:11:02.501Z Compiling memchr v2.8.0
4342026-06-13T03:11:02.837Z Compiling stable_deref_trait v1.2.1
4352026-06-13T03:11:02.917Z Compiling zmij v1.0.21
4362026-06-13T03:11:03.070Z Compiling thiserror v1.0.69
4372026-06-13T03:11:03.097Z Compiling itoa v1.0.17
4382026-06-13T03:11:03.141Z Compiling ucd-trie v0.1.7
4392026-06-13T03:11:03.278Z Compiling autocfg v1.5.0
4402026-06-13T03:11:03.401Z Compiling pest v2.8.6
4412026-06-13T03:11:03.490Z Compiling writeable v0.6.2
4422026-06-13T03:11:03.505Z Compiling litemap v0.8.1
4432026-06-13T03:11:03.683Z Compiling byteorder v1.5.0
4442026-06-13T03:11:03.698Z Compiling icu_properties_data v2.1.2
4452026-06-13T03:11:03.702Z Compiling icu_normalizer_data v2.1.1
4462026-06-13T03:11:03.884Z Compiling rustix v1.1.3
4472026-06-13T03:11:03.950Z Compiling errno v0.3.14
4482026-06-13T03:11:03.984Z Compiling serde_json v1.0.149
4492026-06-13T03:11:03.999Z Compiling bitflags v2.11.0
4502026-06-13T03:11:04.102Z Compiling syn v2.0.117
4512026-06-13T03:11:04.222Z Compiling num-traits v0.2.19
4522026-06-13T03:11:04.273Z Compiling equivalent v1.0.2
4532026-06-13T03:11:04.374Z Compiling hashbrown v0.17.0
4542026-06-13T03:11:04.417Z Compiling pest_meta v2.8.6
4552026-06-13T03:11:04.487Z Compiling typeid v1.0.3
4562026-06-13T03:11:04.633Z Compiling smallvec v1.15.1
4572026-06-13T03:11:04.847Z Compiling thread-id v4.2.2
4582026-06-13T03:11:04.928Z Compiling indexmap v2.14.0
4592026-06-13T03:11:04.944Z Compiling usdt-impl v0.5.0
4602026-06-13T03:11:04.959Z Compiling proc-macro-error-attr v1.0.4
4612026-06-13T03:11:04.982Z Compiling erased-serde v0.4.9
4622026-06-13T03:11:05.141Z Compiling toml_write v0.1.2
4632026-06-13T03:11:05.155Z Compiling winnow v0.7.14
4642026-06-13T03:11:05.245Z Compiling syn v1.0.109
4652026-06-13T03:11:05.632Z Compiling proc-macro-error v1.0.4
4662026-06-13T03:11:05.730Z Compiling getrandom v0.4.1
4672026-06-13T03:11:05.815Z Compiling utf8parse v0.2.2
4682026-06-13T03:11:05.942Z Compiling log v0.4.29
4692026-06-13T03:11:06.038Z Compiling plain v0.2.3
4702026-06-13T03:11:06.073Z Compiling percent-encoding v2.3.2
4712026-06-13T03:11:06.126Z Compiling utf8_iter v1.0.4
4722026-06-13T03:11:06.152Z Compiling camino v1.2.2
4732026-06-13T03:11:06.211Z Compiling thiserror v2.0.18
4742026-06-13T03:11:06.270Z Compiling form_urlencoded v1.2.2
4752026-06-13T03:11:06.286Z Compiling ordered-float v2.10.1
4762026-06-13T03:11:06.448Z Compiling anstyle-parse v1.0.0
4772026-06-13T03:11:06.620Z Compiling terminal_size v0.4.3
4782026-06-13T03:11:06.637Z Compiling colorchoice v1.0.4
4792026-06-13T03:11:06.745Z Compiling synstructure v0.13.2
4802026-06-13T03:11:06.761Z Compiling pest_generator v2.8.6
4812026-06-13T03:11:06.777Z Compiling anstyle v1.0.14
4822026-06-13T03:11:06.849Z Compiling is_terminal_polyfill v1.70.2
4832026-06-13T03:11:06.946Z Compiling pretty-hex v0.4.1
4842026-06-13T03:11:06.963Z Compiling cfg-if v1.0.4
4852026-06-13T03:11:06.988Z Compiling anstyle-query v1.1.5
4862026-06-13T03:11:07.006Z Compiling serde-untagged v0.1.9
4872026-06-13T03:11:07.084Z Compiling anstream v1.0.0
4882026-06-13T03:11:07.261Z Compiling semver v1.0.28
4892026-06-13T03:11:07.377Z Compiling fs-err v3.3.0
4902026-06-13T03:11:07.454Z Compiling clap_lex v1.0.0
4912026-06-13T03:11:07.551Z Compiling fnv v1.0.7
4922026-06-13T03:11:07.573Z Compiling fastrand v2.3.0
4932026-06-13T03:11:07.596Z Compiling unicode-xid v0.2.6
4942026-06-13T03:11:07.620Z Compiling anyhow v1.0.102
4952026-06-13T03:11:07.656Z Compiling strsim v0.11.1
4962026-06-13T03:11:07.694Z Compiling heck v0.4.1
4972026-06-13T03:11:07.843Z Compiling once_cell v1.21.3
4982026-06-13T03:11:07.927Z Compiling bytecount v0.6.9
4992026-06-13T03:11:07.944Z Compiling heck v0.5.0
5002026-06-13T03:11:08.009Z Compiling unicode-width v0.1.14
5012026-06-13T03:11:08.037Z Compiling tempfile v3.25.0
5022026-06-13T03:11:08.068Z Compiling clap_builder v4.6.0
5032026-06-13T03:11:08.288Z Compiling papergrid v0.11.0
5042026-06-13T03:11:08.304Z Compiling memmap v0.7.0
5052026-06-13T03:11:08.308Z Compiling unicode-width v0.2.0
5062026-06-13T03:11:08.426Z Compiling unicode-linebreak v0.1.5
5072026-06-13T03:11:08.462Z Compiling serde_derive v1.0.228
5082026-06-13T03:11:08.493Z Compiling zerofrom-derive v0.1.6
5092026-06-13T03:11:08.599Z Compiling yoke-derive v0.8.1
5102026-06-13T03:11:08.672Z Compiling zerovec-derive v0.11.2
5112026-06-13T03:11:08.676Z Compiling displaydoc v0.2.5
5122026-06-13T03:11:09.448Z Compiling thiserror-impl v1.0.69
5132026-06-13T03:11:09.735Z Compiling zerocopy-derive v0.7.35
5142026-06-13T03:11:09.775Z Compiling pest_derive v2.8.6
5152026-06-13T03:11:09.821Z Compiling scroll_derive v0.12.1
5162026-06-13T03:11:09.898Z Compiling zerofrom v0.1.6
5172026-06-13T03:11:10.031Z Compiling yoke v0.8.1
5182026-06-13T03:11:10.200Z Compiling zerovec v0.11.5
5192026-06-13T03:11:10.233Z Compiling zerotrie v0.2.3
5202026-06-13T03:11:10.472Z Compiling scroll v0.12.0
5212026-06-13T03:11:10.538Z Compiling thiserror-impl v2.0.18
5222026-06-13T03:11:10.598Z Compiling zerocopy v0.7.35
5232026-06-13T03:11:10.711Z Compiling tinystr v0.8.2
5242026-06-13T03:11:10.743Z Compiling potential_utf v0.1.4
5252026-06-13T03:11:10.831Z Compiling dtrace-parser v0.2.0
5262026-06-13T03:11:10.910Z Compiling icu_locale_core v2.1.1
5272026-06-13T03:11:10.911Z Compiling icu_collections v2.1.1
5282026-06-13T03:11:11.107Z Compiling goblin v0.8.2
5292026-06-13T03:11:11.144Z Compiling tabled_derive v0.7.0
5302026-06-13T03:11:11.294Z Compiling clap_derive v4.6.1
5312026-06-13T03:11:11.585Z Compiling icu_provider v2.1.1
5322026-06-13T03:11:11.818Z Compiling icu_properties v2.1.2
5332026-06-13T03:11:11.879Z Compiling toml_datetime v0.6.11
5342026-06-13T03:11:11.911Z Compiling serde_spanned v0.6.9
5352026-06-13T03:11:11.934Z Compiling icu_normalizer v2.1.1
5362026-06-13T03:11:11.952Z Compiling dof v0.3.0
5372026-06-13T03:11:12.062Z Compiling toml_edit v0.22.27
5382026-06-13T03:11:12.079Z Compiling serde_tokenstream v0.2.3
5392026-06-13T03:11:12.405Z Compiling serde-value v0.7.0
5402026-06-13T03:11:12.479Z Compiling cargo-platform v0.2.0
5412026-06-13T03:11:12.571Z Compiling smawk v0.3.2
5422026-06-13T03:11:12.703Z Compiling idna_adapter v1.2.1
5432026-06-13T03:11:12.769Z Compiling textwrap v0.16.2
5442026-06-13T03:11:12.790Z Compiling tabled v0.15.0
5452026-06-13T03:11:12.862Z Compiling idna v1.1.0
5462026-06-13T03:11:12.947Z Compiling usdt-attr-macro v0.5.0
5472026-06-13T03:11:12.985Z Compiling usdt-macro v0.5.0
5482026-06-13T03:11:13.129Z Compiling clap v4.6.1
5492026-06-13T03:11:13.226Z Compiling url v2.5.8
5502026-06-13T03:11:13.250Z Compiling macaddr v1.0.1
5512026-06-13T03:11:13.599Z Compiling toml v0.8.23
5522026-06-13T03:11:13.964Z Compiling camino-tempfile v1.4.1
5532026-06-13T03:11:13.982Z Compiling cargo-util-schemas v0.8.2
5542026-06-13T03:11:14.182Z Compiling usdt v0.5.0
5552026-06-13T03:11:14.203Z Compiling cargo_toml v0.21.0
5562026-06-13T03:11:14.221Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5572026-06-13T03:11:14.407Z Compiling swrite v0.1.0
5582026-06-13T03:11:14.897Z Compiling cargo_metadata v0.21.0
5592026-06-13T03:11:15.817Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5602026-06-13T03:11:17.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.71s
5612026-06-13T03:11:18.127Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5622026-06-13T03:11:18.695Z Downloading crates ...
5632026-06-13T03:11:18.797Z Downloaded adler2 v2.0.1
5642026-06-13T03:11:18.811Z Downloaded blowfish v0.9.1
5652026-06-13T03:11:18.814Z Downloaded block-padding v0.3.3
5662026-06-13T03:11:18.817Z Downloaded chacha20 v0.9.1
5672026-06-13T03:11:18.820Z Downloaded cancel-safe-futures v0.1.5
5682026-06-13T03:11:18.832Z Downloaded ciborium-ll v0.2.2
5692026-06-13T03:11:18.836Z Downloaded cargo-platform v0.3.2
5702026-06-13T03:11:18.839Z Downloaded anstyle-parse v0.2.7
5712026-06-13T03:11:18.842Z Downloaded buf-list v1.1.2
5722026-06-13T03:11:18.846Z Downloaded cfg_aliases v0.2.1
5732026-06-13T03:11:18.849Z Downloaded castaway v0.2.4
5742026-06-13T03:11:18.857Z Downloaded cexpr v0.6.0
5752026-06-13T03:11:18.860Z Downloaded cassowary v0.3.0
5762026-06-13T03:11:18.864Z Downloaded crc-any v2.5.0
5772026-06-13T03:11:18.867Z Downloaded dirs-sys-next v0.1.2
5782026-06-13T03:11:18.867Z Downloaded bumpalo v3.20.2
5792026-06-13T03:11:18.871Z Downloaded derive_builder v0.20.2
5802026-06-13T03:11:18.871Z Downloaded crucible-workspace-hack v0.1.0
5812026-06-13T03:11:18.874Z Downloaded darling_macro v0.23.0
5822026-06-13T03:11:18.874Z Downloaded darling_macro v0.20.11
5832026-06-13T03:11:18.874Z Downloaded arrayref v0.3.9
5842026-06-13T03:11:18.874Z Downloaded critical-section v1.2.0
5852026-06-13T03:11:18.877Z Downloaded debug-ignore v1.0.5
5862026-06-13T03:11:18.877Z Downloaded diesel-dtrace v0.5.0
5872026-06-13T03:11:18.877Z Downloaded cpufeatures v0.3.0
5882026-06-13T03:11:18.880Z Downloaded compression-codecs v0.4.37
5892026-06-13T03:11:18.880Z Downloaded diff v0.1.13
5902026-06-13T03:11:18.883Z Downloaded der_derive v0.7.3
5912026-06-13T03:11:18.883Z Downloaded colored v2.2.0
5922026-06-13T03:11:18.886Z Downloaded derive_builder_core v0.20.2
5932026-06-13T03:11:18.886Z Downloaded async-stream-impl v0.3.6
5942026-06-13T03:11:18.890Z Downloaded defmt-macros v1.0.1
5952026-06-13T03:11:18.890Z Downloaded find-msvc-tools v0.1.9
5962026-06-13T03:11:18.893Z Downloaded dtrace-parser v0.3.0
5972026-06-13T03:11:18.893Z Downloaded daft-derive v0.1.7
5982026-06-13T03:11:18.896Z Downloaded derive_more-impl v2.1.1
5992026-06-13T03:11:18.899Z Downloaded float-cmp v0.10.0
6002026-06-13T03:11:18.899Z Downloaded env_filter v1.0.0
6012026-06-13T03:11:18.899Z Downloaded fd-lock v4.0.4
6022026-06-13T03:11:18.902Z Downloaded erased-serde v0.3.31
6032026-06-13T03:11:18.902Z Downloaded document-features v0.2.12
6042026-06-13T03:11:18.905Z Downloaded display-error-chain v0.2.2
6052026-06-13T03:11:18.905Z Downloaded embedded-io v0.6.1
6062026-06-13T03:11:18.905Z Downloaded dropshot-api-manager-types v0.7.2
6072026-06-13T03:11:18.905Z Downloaded chacha20 v0.10.0
6082026-06-13T03:11:18.908Z Downloaded csv-core v0.1.13
6092026-06-13T03:11:18.908Z Downloaded getrandom v0.2.17
6102026-06-13T03:11:18.913Z Downloaded futures-core v0.3.32
6112026-06-13T03:11:18.913Z Downloaded crc-catalog v2.4.0
6122026-06-13T03:11:18.913Z Downloaded crc v3.4.0
6132026-06-13T03:11:18.916Z Downloaded cfg_aliases v0.1.1
6142026-06-13T03:11:18.916Z Downloaded aead v0.5.2
6152026-06-13T03:11:18.916Z Downloaded ciborium v0.2.2
6162026-06-13T03:11:18.916Z Downloaded half v1.8.3
6172026-06-13T03:11:18.920Z Downloaded bb8 v0.8.6
6182026-06-13T03:11:18.920Z Downloaded ghash v0.5.1
6192026-06-13T03:11:18.920Z Downloaded bzip2 v0.6.1
6202026-06-13T03:11:18.920Z Downloaded async-stream v0.3.6
6212026-06-13T03:11:18.924Z Downloaded blake2 v0.10.6
6222026-06-13T03:11:18.924Z Downloaded ascii-canvas v3.0.0
6232026-06-13T03:11:18.924Z Downloaded argon2 v0.5.3
6242026-06-13T03:11:18.924Z Downloaded camino-tempfile-ext v0.3.3
6252026-06-13T03:11:18.928Z Downloaded hickory-resolver v0.25.2
6262026-06-13T03:11:18.931Z Downloaded convert_case v0.4.0
6272026-06-13T03:11:18.931Z Downloaded compression-core v0.4.31
6282026-06-13T03:11:18.931Z Downloaded hashbrown v0.15.5
6292026-06-13T03:11:18.935Z Downloaded gethostname v0.5.0
6302026-06-13T03:11:18.935Z Downloaded convert_case v0.10.0
6312026-06-13T03:11:18.935Z Downloaded corncobs v0.1.4
6322026-06-13T03:11:18.938Z Downloaded constant_time_eq v0.4.2
6332026-06-13T03:11:18.938Z Downloaded bitfield v0.19.4
6342026-06-13T03:11:18.938Z Downloaded bcrypt-pbkdf v0.10.0
6352026-06-13T03:11:18.941Z Downloaded crossbeam-deque v0.8.6
6362026-06-13T03:11:18.941Z Downloaded hmac v0.12.1
6372026-06-13T03:11:18.944Z Downloaded ciborium-io v0.2.2
6382026-06-13T03:11:18.944Z Downloaded base16ct v0.2.0
6392026-06-13T03:11:18.947Z Downloaded const-oid v0.9.6
6402026-06-13T03:11:18.950Z Downloaded httpdate v1.0.3
6412026-06-13T03:11:18.954Z Downloaded bit-vec v0.8.0
6422026-06-13T03:11:18.954Z Downloaded bcs v0.1.6
6432026-06-13T03:11:18.960Z Downloaded foreign-types-shared v0.1.1
6442026-06-13T03:11:18.963Z Downloaded foreign-types-macros v0.2.3
6452026-06-13T03:11:18.963Z Downloaded cobs v0.3.0
6462026-06-13T03:11:18.964Z Downloaded array-init v0.0.4
6472026-06-13T03:11:18.967Z Downloaded diesel_derives v2.3.7
6482026-06-13T03:11:18.970Z Downloaded funty v2.0.0
6492026-06-13T03:11:18.970Z Downloaded bitfield-macros v0.19.4
6502026-06-13T03:11:18.973Z Downloaded bit-set v0.5.3
6512026-06-13T03:11:18.973Z Downloaded atty v0.2.14
6522026-06-13T03:11:18.973Z Downloaded futures-sink v0.3.32
6532026-06-13T03:11:18.976Z Downloaded git-stub v1.0.0
6542026-06-13T03:11:18.976Z Downloaded dunce v1.0.5
6552026-06-13T03:11:18.980Z Downloaded bitfield-struct v0.6.2
6562026-06-13T03:11:18.983Z Downloaded cstr-argument v0.1.2
6572026-06-13T03:11:18.983Z Downloaded anstream v0.6.21
6582026-06-13T03:11:18.986Z Downloaded httparse v1.10.1
6592026-06-13T03:11:18.986Z Downloaded backoff v0.4.0
6602026-06-13T03:11:18.989Z Downloaded cbc v0.1.2
6612026-06-13T03:11:18.989Z Downloaded const_format_proc_macros v0.2.34
6622026-06-13T03:11:18.992Z Downloaded defmt-parser v1.0.0
6632026-06-13T03:11:18.992Z Downloaded foreign-types v0.5.0
6642026-06-13T03:11:18.992Z Downloaded hash32 v0.3.1
6652026-06-13T03:11:18.996Z Downloaded async-recursion v1.1.1
6662026-06-13T03:11:18.996Z Downloaded globwalk v0.9.1
6672026-06-13T03:11:19.000Z Downloaded darling_core v0.13.4
6682026-06-13T03:11:19.000Z Downloaded futures-macro v0.3.32
6692026-06-13T03:11:19.003Z Downloaded console v0.16.2
6702026-06-13T03:11:19.003Z Downloaded foreign-types v0.3.2
6712026-06-13T03:11:19.006Z Downloaded foldhash v0.1.5
6722026-06-13T03:11:19.006Z Downloaded cmake v0.1.57
6732026-06-13T03:11:19.006Z Downloaded drift v0.2.0
6742026-06-13T03:11:19.011Z Downloaded hickory-proto v0.24.4
6752026-06-13T03:11:19.019Z Downloaded crossterm v0.28.1
6762026-06-13T03:11:19.023Z Downloaded darling_core v0.23.0
6772026-06-13T03:11:19.026Z Downloaded hostname v0.3.1
6782026-06-13T03:11:19.029Z Downloaded home v0.5.12
6792026-06-13T03:11:19.029Z Downloaded foreign-types-shared v0.3.1
6802026-06-13T03:11:19.029Z Downloaded chacha20poly1305 v0.10.1
6812026-06-13T03:11:19.032Z Downloaded ff v0.13.1
6822026-06-13T03:11:19.032Z Downloaded flagset v0.4.7
6832026-06-13T03:11:19.032Z Downloaded fs-err v2.11.0
6842026-06-13T03:11:19.035Z Downloaded cargo_metadata v0.23.1
6852026-06-13T03:11:19.035Z Downloaded bitflags v1.3.2
6862026-06-13T03:11:19.038Z Downloaded futures-executor v0.3.32
6872026-06-13T03:11:19.038Z Downloaded futures-task v0.3.32
6882026-06-13T03:11:19.038Z Downloaded crunchy v0.2.4
6892026-06-13T03:11:19.039Z Downloaded derive_builder_macro v0.20.2
6902026-06-13T03:11:19.042Z Downloaded darling v0.23.0
6912026-06-13T03:11:19.045Z Downloaded hyper-tls v0.6.0
6922026-06-13T03:11:19.045Z Downloaded colored v3.1.1
6932026-06-13T03:11:19.045Z Downloaded keccak v0.1.6
6942026-06-13T03:11:19.048Z Downloaded bzip2 v0.4.4
6952026-06-13T03:11:19.048Z Downloaded crc32fast v1.5.0
6962026-06-13T03:11:19.048Z Downloaded ecdsa v0.16.9
6972026-06-13T03:11:19.051Z Downloaded arrayvec v0.7.6
6982026-06-13T03:11:19.051Z Downloaded clang-sys v1.8.1
6992026-06-13T03:11:19.056Z Downloaded hubpack_derive v0.1.1
7002026-06-13T03:11:19.056Z Downloaded ed25519-dalek v2.2.0
7012026-06-13T03:11:19.059Z Downloaded bit-set v0.8.0
7022026-06-13T03:11:19.059Z Downloaded ahash v0.8.12
7032026-06-13T03:11:19.059Z Downloaded hubpack v0.1.2
7042026-06-13T03:11:19.059Z Downloaded illumos-nvpair-sys v0.2.0
7052026-06-13T03:11:19.062Z Downloaded atomic-waker v1.1.2
7062026-06-13T03:11:19.062Z Downloaded assert_matches v1.5.0
7072026-06-13T03:11:19.062Z Downloaded http-range v0.1.5
7082026-06-13T03:11:19.062Z Downloaded byte-wrapper v0.1.0
7092026-06-13T03:11:19.065Z Downloaded cookie_store v0.22.1
7102026-06-13T03:11:19.066Z Downloaded indent_write v2.2.0
7112026-06-13T03:11:19.066Z Downloaded glob v0.3.3
7122026-06-13T03:11:19.069Z Downloaded atomicwrites v0.4.4
7132026-06-13T03:11:19.069Z Downloaded compact_str v0.8.1
7142026-06-13T03:11:19.069Z Downloaded fs_extra v1.3.0
7152026-06-13T03:11:19.074Z Downloaded base64ct v1.8.3
7162026-06-13T03:11:19.077Z Downloaded globset v0.4.18
7172026-06-13T03:11:19.077Z Downloaded enum-as-inner v0.6.1
7182026-06-13T03:11:19.077Z Downloaded iddqd v0.4.2
7192026-06-13T03:11:19.082Z Downloaded ident_case v1.0.1
7202026-06-13T03:11:19.085Z Downloaded bytes v1.11.1
7212026-06-13T03:11:19.085Z Downloaded derive_more v2.1.1
7222026-06-13T03:11:19.092Z Downloaded instability v0.3.11
7232026-06-13T03:11:19.095Z Downloaded instant v0.1.13
7242026-06-13T03:11:19.095Z Downloaded is-terminal v0.4.17
7252026-06-13T03:11:19.095Z Downloaded flate2 v1.1.9
7262026-06-13T03:11:19.098Z Downloaded futures-channel v0.3.32
7272026-06-13T03:11:19.098Z Downloaded console v0.15.11
7282026-06-13T03:11:19.103Z Downloaded hex-literal v0.4.1
7292026-06-13T03:11:19.103Z Downloaded is_ci v1.2.0
7302026-06-13T03:11:19.106Z Downloaded indoc v1.0.9
7312026-06-13T03:11:19.106Z Downloaded kstat-rs v0.2.4
7322026-06-13T03:11:19.106Z Downloaded derive-ex v0.1.8
7332026-06-13T03:11:19.106Z Downloaded lazy_static v1.5.0
7342026-06-13T03:11:19.106Z Downloaded dropshot v0.17.0
7352026-06-13T03:11:19.118Z Downloaded maybe-uninit v2.0.0
7362026-06-13T03:11:19.122Z Downloaded lock_api v0.4.14
7372026-06-13T03:11:19.122Z Downloaded illumos-nvpair v0.3.0
7382026-06-13T03:11:19.122Z Downloaded dyn-clone v1.0.20
7392026-06-13T03:11:19.122Z Downloaded libsw-core v0.3.2
7402026-06-13T03:11:19.125Z Downloaded lalrpop-util v0.19.12
7412026-06-13T03:11:19.125Z Downloaded impl-trait-for-tuples v0.2.3
7422026-06-13T03:11:19.129Z Downloaded humantime v2.3.0
7432026-06-13T03:11:19.129Z Downloaded base64 v0.22.1
7442026-06-13T03:11:19.132Z Downloaded difflib v0.4.0
7452026-06-13T03:11:19.132Z Downloaded hash32 v0.2.1
7462026-06-13T03:11:19.132Z Downloaded flume v0.11.1
7472026-06-13T03:11:19.135Z Downloaded ena v0.14.4
7482026-06-13T03:11:19.135Z Downloaded group v0.13.0
7492026-06-13T03:11:19.135Z Downloaded libscf-sys v1.1.0
7502026-06-13T03:11:19.135Z Downloaded cookie v0.18.1
7512026-06-13T03:11:19.139Z Downloaded async-trait v0.1.89
7522026-06-13T03:11:19.142Z Downloaded nu-ansi-term v0.50.3
7532026-06-13T03:11:19.142Z Downloaded lru-slab v0.1.2
7542026-06-13T03:11:19.142Z Downloaded libefi-sys v0.1.0
7552026-06-13T03:11:19.145Z Downloaded iri-string v0.7.10
7562026-06-13T03:11:19.148Z Downloaded darling v0.21.3
7572026-06-13T03:11:19.151Z Downloaded mio v1.2.0
7582026-06-13T03:11:19.154Z Downloaded itertools v0.10.5
7592026-06-13T03:11:19.157Z Downloaded ed25519 v2.2.3
7602026-06-13T03:11:19.157Z Downloaded ingot-types v0.1.2
7612026-06-13T03:11:19.160Z Downloaded dirs-next v2.0.0
7622026-06-13T03:11:19.160Z Downloaded memoffset v0.9.1
7632026-06-13T03:11:19.160Z Downloaded maplit v1.0.2
7642026-06-13T03:11:19.163Z Downloaded managed v0.8.0
7652026-06-13T03:11:19.163Z Downloaded lzss v0.8.2
7662026-06-13T03:11:19.163Z Downloaded lru-cache v0.1.2
7672026-06-13T03:11:19.163Z Downloaded ingot v0.1.1
7682026-06-13T03:11:19.166Z Downloaded newtype-uuid-macros v0.1.0
7692026-06-13T03:11:19.166Z Downloaded new_debug_unreachable v1.0.6
7702026-06-13T03:11:19.166Z Downloaded daft v0.1.7
7712026-06-13T03:11:19.170Z Downloaded const_format v0.2.35
7722026-06-13T03:11:19.173Z Downloaded crossbeam-utils v0.8.21
7732026-06-13T03:11:19.173Z Downloaded hyper-staticfile v0.10.1
7742026-06-13T03:11:19.173Z Downloaded hyper-rustls v0.27.7
7752026-06-13T03:11:19.176Z Downloaded jobserver v0.1.34
7762026-06-13T03:11:19.176Z Downloaded getrandom v0.3.4
7772026-06-13T03:11:19.179Z Downloaded crc8 v0.1.1
7782026-06-13T03:11:19.179Z Downloaded multimap v0.10.1
7792026-06-13T03:11:19.182Z Downloaded elliptic-curve v0.13.8
7802026-06-13T03:11:19.182Z Downloaded normalize-line-endings v0.3.0
7812026-06-13T03:11:19.185Z Downloaded mime v0.3.17
7822026-06-13T03:11:19.185Z Downloaded newtype_derive v0.1.6
7832026-06-13T03:11:19.185Z Downloaded darling v0.20.11
7842026-06-13T03:11:19.188Z Downloaded iana-time-zone v0.1.65
7852026-06-13T03:11:19.191Z Downloaded fixedbitset v0.4.2
7862026-06-13T03:11:19.203Z Downloaded num v0.4.3
7872026-06-13T03:11:19.207Z Downloaded nibble_vec v0.1.0
7882026-06-13T03:11:19.207Z Downloaded linked-hash-map v0.5.6
7892026-06-13T03:11:19.207Z Downloaded linear-map v1.2.0
7902026-06-13T03:11:19.210Z Downloaded libsw v3.5.0
7912026-06-13T03:11:19.210Z Downloaded libloading v0.8.9
7922026-06-13T03:11:19.210Z Downloaded ipnetwork v0.21.1
7932026-06-13T03:11:19.213Z Downloaded ingot-macros v0.1.1
7942026-06-13T03:11:19.213Z Downloaded highway v1.3.0
7952026-06-13T03:11:19.217Z Downloaded opaque-debug v0.3.1
7962026-06-13T03:11:19.217Z Downloaded ipnet v2.11.0
7972026-06-13T03:11:19.217Z Downloaded env_logger v0.11.9
7982026-06-13T03:11:19.221Z Downloaded half v2.7.1
7992026-06-13T03:11:19.221Z Downloaded num-derive v0.3.3
8002026-06-13T03:11:19.221Z Downloaded olpc-cjson v0.1.4
8012026-06-13T03:11:19.224Z Downloaded nodrop v0.1.14
8022026-06-13T03:11:19.224Z Downloaded nonempty v0.12.0
8032026-06-13T03:11:19.224Z Downloaded allocator-api2 v0.2.21
8042026-06-13T03:11:19.224Z Downloaded deranged v0.5.8
8052026-06-13T03:11:19.227Z Downloaded backon v1.6.0
8062026-06-13T03:11:19.227Z Downloaded curve25519-dalek v4.1.3
8072026-06-13T03:11:19.231Z Downloaded packed_struct_codegen v0.10.1
8082026-06-13T03:11:19.234Z Downloaded native-tls v0.2.18
8092026-06-13T03:11:19.234Z Downloaded openssl-probe v0.2.1
8102026-06-13T03:11:19.234Z Downloaded openssl-probe v0.1.6
8112026-06-13T03:11:19.237Z Downloaded ctr v0.9.2
8122026-06-13T03:11:19.237Z Downloaded parse-display v0.10.0
8132026-06-13T03:11:19.237Z Downloaded foldhash v0.2.0
8142026-06-13T03:11:19.241Z Downloaded bit-vec v0.6.3
8152026-06-13T03:11:19.241Z Downloaded async-bb8-diesel v0.2.1
8162026-06-13T03:11:19.241Z Downloaded inout v0.1.4
8172026-06-13T03:11:19.241Z Downloaded http-body-util v0.1.3
8182026-06-13T03:11:19.244Z Downloaded http-body v1.0.1
8192026-06-13T03:11:19.244Z Downloaded crossbeam-channel v0.5.15
8202026-06-13T03:11:19.247Z Downloaded ignore v0.4.25
8212026-06-13T03:11:19.247Z Downloaded expectorate v1.2.0
8222026-06-13T03:11:19.250Z Downloaded cc v1.2.56
8232026-06-13T03:11:19.253Z Downloaded num-iter v0.1.45
8242026-06-13T03:11:19.253Z Downloaded openssl-macros v0.1.1
8252026-06-13T03:11:19.253Z Downloaded hex v0.4.3
8262026-06-13T03:11:19.253Z Downloaded cipher v0.4.4
8272026-06-13T03:11:19.256Z Downloaded dsl_auto_type v0.2.0
8282026-06-13T03:11:19.256Z Downloaded oxnet v0.1.5
8292026-06-13T03:11:19.256Z Downloaded miniz_oxide v0.8.9
8302026-06-13T03:11:19.259Z Downloaded newtype-uuid v1.3.2
8312026-06-13T03:11:19.260Z Downloaded base64 v0.21.7
8322026-06-13T03:11:19.263Z Downloaded async-compression v0.4.41
8332026-06-13T03:11:19.266Z Downloaded pbkdf2 v0.12.2
8342026-06-13T03:11:19.269Z Downloaded crossbeam-epoch v0.9.18
8352026-06-13T03:11:19.269Z Downloaded newline-converter v0.3.0
8362026-06-13T03:11:19.269Z Downloaded dof v0.4.0
8372026-06-13T03:11:19.272Z Downloaded num-integer v0.1.46
8382026-06-13T03:11:19.272Z Downloaded pbkdf2 v0.11.0
8392026-06-13T03:11:19.272Z Downloaded lru v0.12.5
8402026-06-13T03:11:19.275Z Downloaded num_threads v0.1.7
8412026-06-13T03:11:19.275Z Downloaded packed_struct v0.10.1
8422026-06-13T03:11:19.275Z Downloaded match_cfg v0.1.0
8432026-06-13T03:11:19.278Z Downloaded heapless v0.8.0
8442026-06-13T03:11:19.279Z Downloaded futures v0.3.32
8452026-06-13T03:11:19.282Z Downloaded phf_shared v0.12.1
8462026-06-13T03:11:19.285Z Downloaded phf_shared v0.11.3
8472026-06-13T03:11:19.285Z Downloaded indexmap v1.9.3
8482026-06-13T03:11:19.285Z Downloaded arc-swap v1.8.2
8492026-06-13T03:11:19.288Z Downloaded num-conv v0.2.0
8502026-06-13T03:11:19.288Z Downloaded md5 v0.7.0
8512026-06-13T03:11:19.288Z Downloaded md-5 v0.10.6
8522026-06-13T03:11:19.291Z Downloaded num_enum v0.7.6
8532026-06-13T03:11:19.295Z Downloaded indoc v2.0.7
8542026-06-13T03:11:19.295Z Downloaded num_enum v0.5.11
8552026-06-13T03:11:19.299Z Downloaded mime_guess v2.0.5
8562026-06-13T03:11:19.299Z Downloaded litrs v1.0.0
8572026-06-13T03:11:19.302Z Downloaded num-rational v0.4.2
8582026-06-13T03:11:19.302Z Downloaded phf_shared v0.13.1
8592026-06-13T03:11:19.302Z Downloaded peg-runtime v0.8.5
8602026-06-13T03:11:19.302Z Downloaded num-derive v0.4.2
8612026-06-13T03:11:19.305Z Downloaded num_enum_derive v0.5.11
8622026-06-13T03:11:19.305Z Downloaded git-stub-vcs v0.1.0
8632026-06-13T03:11:19.308Z Downloaded num-complex v0.4.6
8642026-06-13T03:11:19.308Z Downloaded parse-size v1.1.0
8652026-06-13T03:11:19.311Z Downloaded polyval v0.6.2
8662026-06-13T03:11:19.311Z Downloaded num_enum_derive v0.7.6
8672026-06-13T03:11:19.311Z Downloaded pin-project-internal v1.1.11
8682026-06-13T03:11:19.315Z Downloaded powerfmt v0.2.0
8692026-06-13T03:11:19.318Z Downloaded multer v3.1.0
8702026-06-13T03:11:19.322Z Downloaded predicates-tree v1.0.13
8712026-06-13T03:11:19.322Z Downloaded predicates-core v1.0.10
8722026-06-13T03:11:19.322Z Downloaded precomputed-hash v0.1.1
8732026-06-13T03:11:19.325Z Downloaded nanorand v0.7.0
8742026-06-13T03:11:19.328Z Downloaded owo-colors v4.3.0
8752026-06-13T03:11:19.331Z Downloaded parking_lot_core v0.8.6
8762026-06-13T03:11:19.331Z Downloaded libbz2-rs-sys v0.2.2
8772026-06-13T03:11:19.334Z Downloaded indicatif v0.18.4
8782026-06-13T03:11:19.338Z Downloaded pkcs1 v0.7.5
8792026-06-13T03:11:19.338Z Downloaded pem v3.0.6
8802026-06-13T03:11:19.338Z Downloaded proc-macro-error-attr2 v2.0.0
8812026-06-13T03:11:19.341Z Downloaded peg-macros v0.8.5
8822026-06-13T03:11:19.341Z Downloaded proc-macro-crate v3.4.0
8832026-06-13T03:11:19.341Z Downloaded peg v0.8.5
8842026-06-13T03:11:19.344Z Downloaded path-slash v0.1.5
8852026-06-13T03:11:19.344Z Downloaded password-hash v0.4.2
8862026-06-13T03:11:19.347Z Downloaded openssl-sys v0.9.115
8872026-06-13T03:11:19.350Z Downloaded oxide-tokio-rt v0.1.4
8882026-06-13T03:11:19.350Z Downloaded pin-utils v0.1.0
8892026-06-13T03:11:19.350Z Downloaded crypto-bigint v0.5.5
8902026-06-13T03:11:19.353Z Downloaded phf v0.12.1
8912026-06-13T03:11:19.358Z Downloaded password-hash v0.5.0
8922026-06-13T03:11:19.358Z Downloaded memmap2 v0.9.10
8932026-06-13T03:11:19.361Z Downloaded progenitor-client v0.11.2
8942026-06-13T03:11:19.361Z Downloaded proc-macro-crate v1.3.1
8952026-06-13T03:11:19.361Z Downloaded progenitor-macro v0.13.0
8962026-06-13T03:11:19.391Z Downloaded pin-project-lite v0.2.17
8972026-06-13T03:11:19.391Z Downloaded ar_archive_writer v0.5.1
8982026-06-13T03:11:19.391Z Downloaded pkg-config v0.3.32
8992026-06-13T03:11:19.391Z Downloaded postcard v1.1.3
9002026-06-13T03:11:19.391Z Downloaded crossterm v0.29.0
9012026-06-13T03:11:19.391Z Downloaded quick-error v1.2.3
9022026-06-13T03:11:19.392Z Downloaded progenitor-macro v0.14.0
9032026-06-13T03:11:19.392Z Downloaded progenitor-macro v0.11.2
9042026-06-13T03:11:19.392Z Downloaded progenitor-client v0.14.0
9052026-06-13T03:11:19.392Z Downloaded rand_xorshift v0.4.0
9062026-06-13T03:11:19.392Z Downloaded progenitor v0.13.0
9072026-06-13T03:11:19.392Z Downloaded hickory-resolver v0.24.4
9082026-06-13T03:11:19.392Z Downloaded p256 v0.13.2
9092026-06-13T03:11:19.392Z Downloaded poly1305 v0.8.0
9102026-06-13T03:11:19.392Z Downloaded hashbrown v0.16.1
9112026-06-13T03:11:19.395Z Downloaded recursive-proc-macro-impl v0.1.1
9122026-06-13T03:11:19.395Z Downloaded predicates v3.1.4
9132026-06-13T03:11:19.395Z Downloaded rand_chacha v0.3.1
9142026-06-13T03:11:19.395Z Downloaded parking_lot_core v0.9.12
9152026-06-13T03:11:19.399Z Downloaded rand_core v0.6.4
9162026-06-13T03:11:19.399Z Downloaded ref-cast-impl v1.0.25
9172026-06-13T03:11:19.399Z Downloaded psl-types v2.0.11
9182026-06-13T03:11:19.399Z Downloaded r2d2 v0.8.10
9192026-06-13T03:11:19.403Z Downloaded hyper-util v0.1.20
9202026-06-13T03:11:19.403Z Downloaded ppv-lite86 v0.2.21
9212026-06-13T03:11:19.406Z Downloaded parking_lot v0.12.5
9222026-06-13T03:11:19.406Z Downloaded parking_lot v0.11.2
9232026-06-13T03:11:19.410Z Downloaded nom v7.1.3
9242026-06-13T03:11:19.414Z Downloaded heapless v0.7.17
9252026-06-13T03:11:19.414Z Downloaded primeorder v0.13.6
9262026-06-13T03:11:19.417Z Downloaded rfc6979 v0.4.0
9272026-06-13T03:11:19.417Z Downloaded rand_core v0.9.5
9282026-06-13T03:11:19.417Z Downloaded postgres-protocol v0.6.10
9292026-06-13T03:11:19.417Z Downloaded paste v1.0.15
9302026-06-13T03:11:19.421Z Downloaded recursive v0.1.1
9312026-06-13T03:11:19.421Z Downloaded rtoolbox v0.0.3
9322026-06-13T03:11:19.424Z Downloaded progenitor-impl v0.11.2
9332026-06-13T03:11:19.427Z Downloaded phf v0.13.1
9342026-06-13T03:11:19.427Z Downloaded progenitor v0.11.2
9352026-06-13T03:11:19.430Z Downloaded ref-cast v1.0.25
9362026-06-13T03:11:19.433Z Downloaded progenitor-client v0.13.0
9372026-06-13T03:11:19.434Z Downloaded hashbrown v0.12.3
9382026-06-13T03:11:19.437Z Downloaded progenitor v0.14.0
9392026-06-13T03:11:19.437Z Downloaded omicron-zone-package v0.12.2
9402026-06-13T03:11:19.440Z Downloaded aho-corasick v1.1.4
9412026-06-13T03:11:19.443Z Downloaded pkcs8 v0.10.2
9422026-06-13T03:11:19.451Z Downloaded progenitor-impl v0.14.0
9432026-06-13T03:11:19.454Z Downloaded hyper v1.8.1
9442026-06-13T03:11:19.458Z Downloaded aes v0.8.4
9452026-06-13T03:11:19.466Z Downloaded rustls-pemfile v2.2.0
9462026-06-13T03:11:19.471Z Downloaded russh-cryptovec v0.7.3
9472026-06-13T03:11:19.474Z Downloaded rustc_version v0.4.1
9482026-06-13T03:11:19.474Z Downloaded rustc_version v0.1.7
9492026-06-13T03:11:19.480Z Downloaded salsa20 v0.10.2
9502026-06-13T03:11:19.483Z Downloaded scroll_derive v0.13.1
9512026-06-13T03:11:19.483Z Downloaded rand_core v0.10.0
9522026-06-13T03:11:19.487Z Downloaded pkcs5 v0.7.1
9532026-06-13T03:11:19.490Z Downloaded papergrid v0.17.0
9542026-06-13T03:11:19.493Z Downloaded jiff-static v0.2.21
9552026-06-13T03:11:19.493Z Downloaded rand_seeder v0.4.0
9562026-06-13T03:11:19.496Z Downloaded postgres-types v0.2.12
9572026-06-13T03:11:19.499Z Downloaded progenitor-extras v0.2.0
9582026-06-13T03:11:19.499Z Downloaded scopeguard v1.2.0
9592026-06-13T03:11:19.503Z Downloaded same-file v1.0.6
9602026-06-13T03:11:19.503Z Downloaded minimal-lexical v0.2.1
9612026-06-13T03:11:19.507Z Downloaded pin-project v1.1.11
9622026-06-13T03:11:19.513Z Downloaded serde_bytes v0.11.19
9632026-06-13T03:11:19.516Z Downloaded semver v0.1.20
9642026-06-13T03:11:19.516Z Downloaded scrypt v0.11.0
9652026-06-13T03:11:19.517Z Downloaded sha1 v0.10.6
9662026-06-13T03:11:19.520Z Downloaded scheduled-thread-pool v0.2.7
9672026-06-13T03:11:19.520Z Downloaded sapling-renderdag v0.1.0
9682026-06-13T03:11:19.520Z Downloaded http v1.4.0
9692026-06-13T03:11:19.523Z Downloaded defmt v0.3.100
9702026-06-13T03:11:19.523Z Downloaded schemars_derive v0.8.22
9712026-06-13T03:11:19.526Z Downloaded rustc-hash v2.1.1
9722026-06-13T03:11:19.526Z Downloaded serde-big-array v0.5.1
9732026-06-13T03:11:19.526Z Downloaded serde_plain v1.0.2
9742026-06-13T03:11:19.529Z Downloaded serde_derive_internals v0.29.1
9752026-06-13T03:11:19.529Z Downloaded serde_urlencoded v0.7.1
9762026-06-13T03:11:19.529Z Downloaded serde_spanned v1.0.4
9772026-06-13T03:11:19.532Z Downloaded serde_repr v0.1.20
9782026-06-13T03:11:19.532Z Downloaded darling_macro v0.13.4
9792026-06-13T03:11:19.535Z Downloaded quinn-udp v0.5.14
9802026-06-13T03:11:19.539Z Downloaded rustls-pemfile v1.0.4
9812026-06-13T03:11:19.543Z Downloaded aes-gcm v0.10.3
9822026-06-13T03:11:19.546Z Downloaded diesel_table_macro_syntax v0.3.0
9832026-06-13T03:11:19.549Z Downloaded rustls-native-certs v0.8.3
9842026-06-13T03:11:19.552Z Downloaded secrecy v0.10.3
9852026-06-13T03:11:19.555Z Downloaded embedded-io v0.4.0
9862026-06-13T03:11:19.555Z Downloaded resolv-conf v0.7.6
9872026-06-13T03:11:19.560Z Downloaded signal-hook-mio v0.2.5
9882026-06-13T03:11:19.560Z Downloaded hostname v0.4.2
9892026-06-13T03:11:19.563Z Downloaded downcast-rs v2.0.2
9902026-06-13T03:11:19.563Z Downloaded signal-hook-tokio v0.3.1
9912026-06-13T03:11:19.563Z Downloaded darling_macro v0.21.3
9922026-06-13T03:11:19.563Z Downloaded shell-words v1.1.1
9932026-06-13T03:11:19.563Z Downloaded signature v2.2.0
9942026-06-13T03:11:19.566Z Downloaded sigpipe v0.1.3
9952026-06-13T03:11:19.566Z Downloaded hashbrown v0.13.2
9962026-06-13T03:11:19.569Z Downloaded rustversion v1.0.22
9972026-06-13T03:11:19.569Z Downloaded sec1 v0.7.3
9982026-06-13T03:11:19.573Z Downloaded scroll v0.13.0
9992026-06-13T03:11:19.573Z Downloaded fallible-iterator v0.2.0
10002026-06-13T03:11:19.573Z Downloaded headers-core v0.3.0
10012026-06-13T03:11:19.573Z Downloaded endian-type v0.1.2
10022026-06-13T03:11:19.578Z Downloaded rusty-fork v0.3.1
10032026-06-13T03:11:19.583Z Downloaded curve25519-dalek-derive v0.1.1
10042026-06-13T03:11:19.586Z Downloaded siphasher v1.0.2
10052026-06-13T03:11:19.594Z Downloaded oso-derive v0.27.3
10062026-06-13T03:11:19.597Z Downloaded internet-checksum v0.2.1
10072026-06-13T03:11:19.597Z Downloaded radium v0.7.0
10082026-06-13T03:11:19.597Z Downloaded fxhash v0.2.1
10092026-06-13T03:11:19.597Z Downloaded float-ord v0.3.2
10102026-06-13T03:11:19.597Z Downloaded futures-io v0.3.32
10112026-06-13T03:11:19.600Z Downloaded rand v0.10.0
10122026-06-13T03:11:19.603Z Downloaded filetime v0.2.27
10132026-06-13T03:11:19.606Z Downloaded data-encoding v2.10.0
10142026-06-13T03:11:19.609Z Downloaded seq-macro v0.3.6
10152026-06-13T03:11:19.613Z Downloaded slog-bunyan v2.5.0
10162026-06-13T03:11:19.618Z Downloaded h2 v0.4.13
10172026-06-13T03:11:19.623Z Downloaded defmt v1.0.1
10182026-06-13T03:11:19.626Z Downloaded serde_path_to_error v0.1.20
10192026-06-13T03:11:19.629Z Downloaded secrecy v0.8.0
10202026-06-13T03:11:19.636Z Downloaded russh-keys v0.45.0
10212026-06-13T03:11:19.639Z Downloaded rustls-pki-types v1.14.0
10222026-06-13T03:11:19.642Z Downloaded simd-adler32 v0.3.8
10232026-06-13T03:11:19.645Z Downloaded shlex v1.3.0
10242026-06-13T03:11:19.645Z Downloaded serde-hex v0.1.0
10252026-06-13T03:11:19.645Z Downloaded serde_with_macros v1.5.2
10262026-06-13T03:11:19.649Z Downloaded signal-hook-registry v1.4.8
10272026-06-13T03:11:19.652Z Downloaded strsim v0.10.0
10282026-06-13T03:11:19.654Z Downloaded prettyplease v0.2.37
10292026-06-13T03:11:19.664Z Downloaded strip-ansi-escapes v0.2.1
10302026-06-13T03:11:19.667Z Downloaded strum v0.26.3
10312026-06-13T03:11:19.667Z Downloaded structmeta v0.3.0
10322026-06-13T03:11:19.667Z Downloaded either v1.15.0
10332026-06-13T03:11:19.669Z Downloaded serde_cbor v0.11.2
10342026-06-13T03:11:19.669Z Downloaded pretty_assertions v1.4.1
10352026-06-13T03:11:19.673Z Downloaded darling v0.13.4
10362026-06-13T03:11:19.673Z Downloaded rcgen v0.12.1
10372026-06-13T03:11:19.676Z Downloaded ssh-encoding v0.2.0
10382026-06-13T03:11:19.676Z Downloaded ssh-cipher v0.2.0
10392026-06-13T03:11:19.676Z Downloaded structmeta-derive v0.3.0
10402026-06-13T03:11:19.680Z Downloaded sqlparser_derive v0.5.0
10412026-06-13T03:11:19.684Z Downloaded pem-rfc7468 v0.7.0
10422026-06-13T03:11:19.684Z Downloaded take_mut v0.2.2
10432026-06-13T03:11:19.687Z Downloaded tabwriter v1.4.1
10442026-06-13T03:11:19.687Z Downloaded subtle v2.6.1
10452026-06-13T03:11:19.687Z Downloaded parse-display-derive v0.10.0
10462026-06-13T03:11:19.691Z Downloaded ron v0.8.1
10472026-06-13T03:11:19.694Z Downloaded proc-macro-error2 v2.0.1
10482026-06-13T03:11:19.697Z Downloaded smf v0.2.3
10492026-06-13T03:11:19.697Z Downloaded smallvec v0.6.14
10502026-06-13T03:11:19.700Z Downloaded tabled_derive v0.11.0
10512026-06-13T03:11:19.700Z Downloaded termtree v0.5.1
10522026-06-13T03:11:19.700Z Downloaded psm v0.1.30
10532026-06-13T03:11:19.703Z Downloaded testing_table v0.3.0
10542026-06-13T03:11:19.703Z Downloaded sync_wrapper v1.0.2
10552026-06-13T03:11:19.703Z Downloaded sync-ptr v0.1.4
10562026-06-13T03:11:19.703Z Downloaded tagptr v0.2.0
10572026-06-13T03:11:19.706Z Downloaded slog-scope v4.4.1
10582026-06-13T03:11:19.706Z Downloaded slog-json v2.6.1
10592026-06-13T03:11:19.706Z Downloaded slog-envlogger v2.2.0
10602026-06-13T03:11:19.710Z Downloaded slog-async v2.8.0
10612026-06-13T03:11:19.710Z Downloaded tap v1.0.1
10622026-06-13T03:11:19.710Z Downloaded supports-color v3.0.2
10632026-06-13T03:11:19.713Z Downloaded fixedbitset v0.5.7
10642026-06-13T03:11:19.716Z Downloaded futures-util v0.3.32
10652026-06-13T03:11:19.721Z Downloaded fatfs v0.3.6
10662026-06-13T03:11:19.724Z Downloaded tinyvec_macros v0.1.1
10672026-06-13T03:11:19.724Z Downloaded snafu-derive v0.8.9
10682026-06-13T03:11:19.727Z Downloaded serde_with_macros v3.17.0
10692026-06-13T03:11:19.727Z Downloaded sqlformat v0.3.5
10702026-06-13T03:11:19.727Z Downloaded thread-id v5.1.0
10712026-06-13T03:11:19.730Z Downloaded ryu v1.0.23
10722026-06-13T03:11:19.730Z Downloaded time-core v0.1.8
10732026-06-13T03:11:19.733Z Downloaded thiserror-impl-no-std v2.0.2
10742026-06-13T03:11:19.733Z Downloaded slog-stdlog v4.1.1
10752026-06-13T03:11:19.733Z Downloaded rayon-core v1.13.0
10762026-06-13T03:11:19.736Z Downloaded stacker v0.1.23
10772026-06-13T03:11:19.736Z Downloaded p384 v0.13.1
10782026-06-13T03:11:19.739Z Downloaded stringprep v0.1.5
10792026-06-13T03:11:19.742Z Downloaded string_cache v0.8.9
10802026-06-13T03:11:19.742Z Downloaded slog-term v2.9.2
10812026-06-13T03:11:19.745Z Downloaded sct v0.7.1
10822026-06-13T03:11:19.745Z Downloaded serde_yaml v0.9.34+deprecated
10832026-06-13T03:11:19.748Z Downloaded slab v0.4.12
10842026-06-13T03:11:19.748Z Downloaded strum_macros v0.24.3
10852026-06-13T03:11:19.751Z Downloaded des v0.8.1
10862026-06-13T03:11:19.751Z Downloaded num-bigint v0.4.6
10872026-06-13T03:11:19.754Z Downloaded tokio-macros v2.7.0
10882026-06-13T03:11:19.754Z Downloaded strum v0.27.2
10892026-06-13T03:11:19.754Z Downloaded static_assertions v1.1.0
10902026-06-13T03:11:19.757Z Downloaded spki v0.7.3
10912026-06-13T03:11:19.758Z Downloaded progenitor-impl v0.13.0
10922026-06-13T03:11:19.760Z Downloaded itertools v0.12.1
10932026-06-13T03:11:19.766Z Downloaded slog-dtrace v0.3.0
10942026-06-13T03:11:19.775Z Downloaded rand_chacha v0.9.0
10952026-06-13T03:11:19.778Z Downloaded support-bundle-viewer v0.1.2
10962026-06-13T03:11:19.778Z Downloaded quinn v0.11.9
10972026-06-13T03:11:19.782Z Downloaded strum_macros v0.26.4
10982026-06-13T03:11:19.786Z Downloaded termios v0.3.3
10992026-06-13T03:11:19.789Z Downloaded rand v0.8.6
11002026-06-13T03:11:19.794Z Downloaded rustls-platform-verifier v0.6.2
11012026-06-13T03:11:19.798Z Downloaded similar v2.7.0
11022026-06-13T03:11:19.801Z Downloaded strum_macros v0.27.2
11032026-06-13T03:11:19.801Z Downloaded tower-service v0.3.3
11042026-06-13T03:11:19.801Z Downloaded thread_local v1.1.9
11052026-06-13T03:11:19.804Z Downloaded topological-sort v0.2.2
11062026-06-13T03:11:19.805Z Downloaded try-lock v0.2.5
11072026-06-13T03:11:19.805Z Downloaded tower-layer v0.3.3
11082026-06-13T03:11:19.808Z Downloaded tiny-keccak v2.0.2
11092026-06-13T03:11:19.811Z Downloaded qorb v0.4.1
11102026-06-13T03:11:19.814Z Downloaded trait-variant v0.1.2
11112026-06-13T03:11:19.814Z Downloaded derive-where v1.6.0
11122026-06-13T03:11:19.817Z Downloaded libxml v0.3.3
11132026-06-13T03:11:19.820Z Downloaded spin v0.9.8
11142026-06-13T03:11:19.820Z Downloaded unarray v0.1.4
11152026-06-13T03:11:19.823Z Downloaded oso v0.27.3
11162026-06-13T03:11:19.823Z Downloaded darling_core v0.20.11
11172026-06-13T03:11:19.826Z Downloaded tokio-dtrace v0.1.1
11182026-06-13T03:11:19.826Z Downloaded tokio-native-tls v0.3.1
11192026-06-13T03:11:19.830Z Downloaded thiserror-no-std v2.0.2
11202026-06-13T03:11:19.830Z Downloaded tls_codec v0.4.2
11212026-06-13T03:11:19.834Z Downloaded time-macros v0.2.27
11222026-06-13T03:11:19.834Z Downloaded prefix-trie v0.7.0
11232026-06-13T03:11:19.838Z Downloaded dropshot_endpoint v0.17.0
11242026-06-13T03:11:19.838Z Downloaded typify-macro v0.6.2
11252026-06-13T03:11:19.838Z Downloaded tls_codec_derive v0.4.2
11262026-06-13T03:11:19.841Z Downloaded unicode-truncate v1.1.0
11272026-06-13T03:11:19.841Z Downloaded slog v2.8.2
11282026-06-13T03:11:19.841Z Downloaded schemars v0.8.22
11292026-06-13T03:11:19.847Z Downloaded untrusted v0.9.0
11302026-06-13T03:11:19.850Z Downloaded universal-hash v0.5.1
11312026-06-13T03:11:19.850Z Downloaded tokio-tungstenite v0.21.0
11322026-06-13T03:11:19.850Z Downloaded untrusted v0.7.1
11332026-06-13T03:11:19.854Z Downloaded publicsuffix v2.3.0
11342026-06-13T03:11:19.854Z Downloaded unit-prefix v0.5.2
11352026-06-13T03:11:19.857Z Downloaded usdt-macro v0.6.0
11362026-06-13T03:11:19.857Z Downloaded term v1.2.1
11372026-06-13T03:11:19.857Z Downloaded tokio-rustls v0.25.0
11382026-06-13T03:11:19.860Z Downloaded usdt-attr-macro v0.6.0
11392026-06-13T03:11:19.860Z Downloaded utf-8 v0.7.6
11402026-06-13T03:11:19.864Z Downloaded usdt v0.6.0
11412026-06-13T03:11:19.866Z Downloaded want v0.3.1
11422026-06-13T03:11:19.869Z Downloaded waitgroup v0.1.2
11432026-06-13T03:11:19.870Z Downloaded headers v0.4.1
11442026-06-13T03:11:19.873Z Downloaded darling_core v0.21.3
11452026-06-13T03:11:19.876Z Downloaded toml_writer v1.0.6+spec-1.1.0
11462026-06-13T03:11:19.879Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11472026-06-13T03:11:19.879Z Downloaded signal-hook v0.3.18
11482026-06-13T03:11:19.882Z Downloaded void v1.0.2
11492026-06-13T03:11:19.882Z Downloaded rand v0.9.2
11502026-06-13T03:11:19.882Z Downloaded wait-timeout v0.2.1
11512026-06-13T03:11:19.885Z Downloaded term v0.7.0
11522026-06-13T03:11:19.885Z Downloaded rustls-webpki v0.103.9
11532026-06-13T03:11:19.888Z Downloaded rsa v0.9.10
11542026-06-13T03:11:19.895Z Downloaded chrono v0.4.44
11552026-06-13T03:11:19.900Z Downloaded xattr v1.6.1
11562026-06-13T03:11:19.903Z Downloaded unicase v2.9.0
11572026-06-13T03:11:19.903Z Downloaded typify-macro v0.4.3
11582026-06-13T03:11:19.903Z Downloaded derive_more v0.99.20
11592026-06-13T03:11:19.906Z Downloaded schemars v0.9.0
11602026-06-13T03:11:19.912Z Downloaded tui-tree-widget v0.23.1
11612026-06-13T03:11:19.915Z Downloaded socket2 v0.5.10
11622026-06-13T03:11:19.915Z Downloaded num-bigint-dig v0.8.6
11632026-06-13T03:11:19.918Z Downloaded rustyline v14.0.0
11642026-06-13T03:11:19.921Z Downloaded blake3 v1.8.3
11652026-06-13T03:11:19.925Z Downloaded itertools v0.14.0
11662026-06-13T03:11:19.929Z Downloaded zeroize_derive v1.4.3
11672026-06-13T03:11:19.932Z Downloaded xshell-macros v0.2.7
11682026-06-13T03:11:19.932Z Downloaded tokio-stream v0.1.18
11692026-06-13T03:11:19.935Z Downloaded zone v0.3.1
11702026-06-13T03:11:19.938Z Downloaded tokio-rustls v0.24.1
11712026-06-13T03:11:19.938Z Downloaded test-strategy v0.4.5
11722026-06-13T03:11:19.941Z Downloaded uzers v0.12.2
11732026-06-13T03:11:19.941Z Downloaded russh v0.45.0
11742026-06-13T03:11:19.945Z Downloaded tokio-tungstenite v0.23.1
11752026-06-13T03:11:19.949Z Downloaded usdt-impl v0.6.0
11762026-06-13T03:11:19.952Z Downloaded zone_cfg_derive v0.3.1
11772026-06-13T03:11:19.956Z Downloaded vergen-lib v0.1.6
11782026-06-13T03:11:19.959Z Downloaded vergen-git2 v9.1.0
11792026-06-13T03:11:19.959Z Downloaded vsss-rs v3.3.4
11802026-06-13T03:11:19.962Z Downloaded schemars v1.2.1
11812026-06-13T03:11:19.968Z Downloaded whoami v1.6.1
11822026-06-13T03:11:19.971Z Downloaded aws-lc-rs v1.16.3
11832026-06-13T03:11:19.974Z Downloaded walkdir v2.5.0
11842026-06-13T03:11:19.977Z Downloaded rpassword v7.4.0
11852026-06-13T03:11:19.977Z Downloaded vergen-lib v9.1.0
11862026-06-13T03:11:19.980Z Downloaded tracing-attributes v0.1.31
11872026-06-13T03:11:19.980Z Downloaded toml_parser v1.0.9+spec-1.1.0
11882026-06-13T03:11:19.983Z Downloaded tinyvec v1.10.0
11892026-06-13T03:11:19.983Z Downloaded socket2 v0.6.3
11902026-06-13T03:11:19.983Z Downloaded twox-hash v2.1.2
11912026-06-13T03:11:19.986Z Downloaded tokio-rustls v0.26.4
11922026-06-13T03:11:19.987Z Downloaded der v0.7.10
11932026-06-13T03:11:19.990Z Downloaded xshell v0.2.7
11942026-06-13T03:11:19.993Z Downloaded wyz v0.5.1
11952026-06-13T03:11:19.993Z Downloaded unicode-properties v0.1.4
11962026-06-13T03:11:19.993Z Downloaded subprocess v0.2.15
11972026-06-13T03:11:20.002Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11982026-06-13T03:11:20.005Z Downloaded snafu v0.8.9
11992026-06-13T03:11:20.008Z Downloaded whoami v2.1.0
12002026-06-13T03:11:20.008Z Downloaded bitvec v1.0.1
12012026-06-13T03:11:20.015Z Downloaded zeroize v1.8.2
12022026-06-13T03:11:20.018Z Downloaded vergen-gitcl v1.0.8
12032026-06-13T03:11:20.018Z Downloaded toml v1.0.6+spec-1.1.0
12042026-06-13T03:11:20.022Z Downloaded reqwest v0.12.28
12052026-06-13T03:11:20.025Z Downloaded zstd v0.13.3
12062026-06-13T03:11:20.025Z Downloaded p521 v0.13.3
12072026-06-13T03:11:20.028Z Downloaded toml v0.7.8
12082026-06-13T03:11:20.031Z Downloaded tungstenite v0.21.0
12092026-06-13T03:11:20.037Z Downloaded zstd-safe v7.2.4
12102026-06-13T03:11:20.040Z Downloaded tungstenite v0.23.0
12112026-06-13T03:11:20.040Z Downloaded typify v0.6.2
12122026-06-13T03:11:20.044Z Downloaded yasna v0.5.2
12132026-06-13T03:11:20.047Z Downloaded tracing-core v0.1.36
12142026-06-13T03:11:20.052Z Downloaded unsafe-libyaml v0.2.11
12152026-06-13T03:11:20.054Z Downloaded unicode-bidi v0.3.18
12162026-06-13T03:11:20.059Z Downloaded rayon v1.11.0
12172026-06-13T03:11:20.072Z Downloaded zerocopy v0.6.6
12182026-06-13T03:11:20.075Z Downloaded ssh-key v0.6.7
12192026-06-13T03:11:20.078Z Downloaded serde_with v1.14.0
12202026-06-13T03:11:20.082Z Downloaded uuid v1.23.0
12212026-06-13T03:11:20.085Z Downloaded typify v0.4.3
12222026-06-13T03:11:20.085Z Downloaded samael v0.0.19
12232026-06-13T03:11:20.089Z Downloaded tar v0.4.45
12242026-06-13T03:11:20.094Z Downloaded vte v0.14.1
12252026-06-13T03:11:20.094Z Downloaded reqwest v0.13.2
12262026-06-13T03:11:20.097Z Downloaded reedline v0.40.0
12272026-06-13T03:11:20.100Z Downloaded toml_edit v0.23.10+spec-1.0.0
12282026-06-13T03:11:20.105Z Downloaded hickory-server v0.25.2
12292026-06-13T03:11:20.127Z Downloaded bindgen v0.71.1
12302026-06-13T03:11:20.132Z Downloaded toml_edit v0.19.15
12312026-06-13T03:11:20.140Z Downloaded unicode_categories v0.1.1
12322026-06-13T03:11:20.143Z Downloaded vergen v9.1.0
12332026-06-13T03:11:20.149Z Downloaded zopfli v0.8.3
12342026-06-13T03:11:20.153Z Downloaded steno v0.4.1
12352026-06-13T03:11:20.156Z Downloaded proptest v1.10.0
12362026-06-13T03:11:20.161Z Downloaded tower v0.5.3
12372026-06-13T03:11:20.166Z Downloaded dropshot-api-manager v0.7.2
12382026-06-13T03:11:20.169Z Downloaded tokio-postgres v0.7.16
12392026-06-13T03:11:20.173Z Downloaded yansi v1.0.1
12402026-06-13T03:11:20.176Z Downloaded git2 v0.20.4
12412026-06-13T03:11:20.179Z Downloaded goblin v0.10.5
12422026-06-13T03:11:20.183Z Downloaded lalrpop v0.19.12
12432026-06-13T03:11:20.190Z Downloaded zip v0.6.6
12442026-06-13T03:11:20.193Z Downloaded salty v0.3.0
12452026-06-13T03:11:20.196Z Downloaded diesel v2.3.7
12462026-06-13T03:11:20.207Z Downloaded typed-path v0.9.3
12472026-06-13T03:11:20.211Z Downloaded bstr v1.12.1
12482026-06-13T03:11:20.215Z Downloaded portable-atomic v1.13.1
12492026-06-13T03:11:20.220Z Downloaded object v0.30.4
12502026-06-13T03:11:20.225Z Downloaded quick-xml v0.37.5
12512026-06-13T03:11:20.228Z Downloaded nom v8.0.0
12522026-06-13T03:11:20.231Z Downloaded rustls-webpki v0.101.7
12532026-06-13T03:11:20.239Z Downloaded moka v0.12.13
12542026-06-13T03:11:20.243Z Downloaded zip v4.6.1
12552026-06-13T03:11:20.246Z Downloaded tower-http v0.6.8
12562026-06-13T03:11:20.250Z Downloaded x509-cert v0.2.5
12572026-06-13T03:11:20.253Z Downloaded unicode-segmentation v1.12.0
12582026-06-13T03:11:20.257Z Downloaded rustls-webpki v0.102.8
12592026-06-13T03:11:20.265Z Downloaded tokio-util v0.7.18
12602026-06-13T03:11:20.269Z Downloaded regex v1.12.3
12612026-06-13T03:11:20.272Z Downloaded hkdf v0.12.4
12622026-06-13T03:11:20.275Z Downloaded radix_trie v0.2.1
12632026-06-13T03:11:20.278Z Downloaded nix v0.27.1
12642026-06-13T03:11:20.282Z Downloaded petname v2.0.2
12652026-06-13T03:11:20.285Z Downloaded unicode-normalization v0.1.25
12662026-06-13T03:11:20.288Z Downloaded libm v0.2.16
12672026-06-13T03:11:20.292Z Downloaded zerocopy-derive v0.8.40
12682026-06-13T03:11:20.299Z Downloaded tough v0.22.0
12692026-06-13T03:11:20.304Z Downloaded winnow v0.5.40
12702026-06-13T03:11:20.309Z Downloaded quinn-proto v0.11.13
12712026-06-13T03:11:20.312Z Downloaded itertools v0.13.0
12722026-06-13T03:11:20.316Z Downloaded winnow v0.6.26
12732026-06-13T03:11:20.321Z Downloaded serde_with v3.17.0
12742026-06-13T03:11:20.327Z Downloaded nix v0.28.0
12752026-06-13T03:11:20.342Z Downloaded openapiv3 v2.2.0
12762026-06-13T03:11:20.349Z Downloaded tabled v0.20.0
12772026-06-13T03:11:20.359Z Downloaded polar-core v0.27.3
12782026-06-13T03:11:20.365Z Downloaded openssl v0.10.79
12792026-06-13T03:11:20.379Z Downloaded vcpkg v0.2.15
12802026-06-13T03:11:20.401Z Downloaded zlib-rs v0.6.2
12812026-06-13T03:11:20.404Z Downloaded nix v0.31.2
12822026-06-13T03:11:20.410Z Downloaded object v0.37.3
12832026-06-13T03:11:20.416Z Downloaded rustls v0.21.12
12842026-06-13T03:11:20.426Z Downloaded regex-syntax v0.8.10
12852026-06-13T03:11:20.452Z Downloaded time v0.3.47
12862026-06-13T03:11:20.459Z Downloaded regress v0.10.5
12872026-06-13T03:11:20.464Z Downloaded smoltcp v0.9.1
12882026-06-13T03:11:20.469Z Downloaded regex-syntax v0.6.29
12892026-06-13T03:11:20.473Z Downloaded regress v0.11.1
12902026-06-13T03:11:20.482Z Downloaded rustls v0.22.4
12912026-06-13T03:11:20.500Z Downloaded rustls v0.23.37
12922026-06-13T03:11:20.508Z Downloaded webpki-roots v1.0.6
12932026-06-13T03:11:20.511Z Downloaded rustix v0.38.44
12942026-06-13T03:11:20.524Z Downloaded smoltcp v0.11.0
12952026-06-13T03:11:20.530Z Downloaded zerocopy v0.8.40
12962026-06-13T03:11:20.536Z Downloaded sled v0.34.7
12972026-06-13T03:11:20.542Z Downloaded bzip2-sys v0.1.13+1.0.8
12982026-06-13T03:11:20.549Z Downloaded typify-impl v0.6.2
12992026-06-13T03:11:20.558Z Downloaded tracing v0.1.44
13002026-06-13T03:11:20.570Z Downloaded typify-impl v0.4.3
13012026-06-13T03:11:20.609Z Downloaded hickory-proto v0.25.2
13022026-06-13T03:11:20.630Z Downloaded chrono-tz v0.10.4
13032026-06-13T03:11:20.640Z Downloaded sqlparser v0.61.0
13042026-06-13T03:11:20.646Z Downloaded jiff v0.2.21
13052026-06-13T03:11:20.670Z Downloaded ratatui v0.29.0
13062026-06-13T03:11:20.696Z Downloaded sha3 v0.10.8
13072026-06-13T03:11:20.708Z Downloaded petgraph v0.6.5
13082026-06-13T03:11:20.736Z Downloaded regex-automata v0.4.14
13092026-06-13T03:11:20.740Z Downloaded zerocopy-derive v0.6.6
13102026-06-13T03:11:20.763Z Downloaded petgraph v0.8.3
13112026-06-13T03:11:20.776Z Downloaded csv v1.4.0
13122026-06-13T03:11:20.809Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13132026-06-13T03:11:20.819Z Downloaded ring v0.17.14
13142026-06-13T03:11:20.842Z Downloaded libz-sys v1.1.24
13152026-06-13T03:11:20.855Z Downloaded tokio v1.52.1
13162026-06-13T03:11:20.885Z Downloaded encoding_rs v0.8.35
13172026-06-13T03:11:20.909Z Downloaded libgit2-sys v0.18.3+1.9.2
13182026-06-13T03:11:21.435Z Downloaded aws-lc-sys v0.40.0
13192026-06-13T03:11:21.683Z Compiling libc v0.2.185
13202026-06-13T03:11:21.684Z Compiling serde v1.0.228
13212026-06-13T03:11:21.688Z Compiling log v0.4.29
13222026-06-13T03:11:21.688Z Compiling find-msvc-tools v0.1.9
13232026-06-13T03:11:21.828Z Compiling shlex v1.3.0
13242026-06-13T03:11:21.851Z Compiling syn v2.0.117
13252026-06-13T03:11:21.854Z Compiling smallvec v1.15.1
13262026-06-13T03:11:21.855Z Compiling typenum v1.19.0
13272026-06-13T03:11:22.025Z Compiling generic-array v0.14.7
13282026-06-13T03:11:22.039Z Compiling subtle v2.6.1
13292026-06-13T03:11:22.075Z Compiling scopeguard v1.2.0
13302026-06-13T03:11:22.089Z Compiling const-oid v0.9.6
13312026-06-13T03:11:22.246Z Compiling lock_api v0.4.14
13322026-06-13T03:11:22.287Z Compiling serde_json v1.0.149
13332026-06-13T03:11:22.338Z Compiling zerocopy v0.8.40
13342026-06-13T03:11:22.371Z Compiling parking_lot_core v0.9.12
13352026-06-13T03:11:22.486Z Compiling pin-project-lite v0.2.17
13362026-06-13T03:11:22.580Z Compiling portable-atomic v1.13.1
13372026-06-13T03:11:22.620Z Compiling pkg-config v0.3.32
13382026-06-13T03:11:22.773Z Compiling getrandom v0.2.17
13392026-06-13T03:11:22.844Z Compiling jobserver v0.1.34
13402026-06-13T03:11:22.860Z Compiling errno v0.3.14
13412026-06-13T03:11:22.961Z Compiling rand_core v0.6.4
13422026-06-13T03:11:23.009Z Compiling signal-hook-registry v1.4.8
13432026-06-13T03:11:23.091Z Compiling cc v1.2.56
13442026-06-13T03:11:23.233Z Compiling bitflags v2.11.0
13452026-06-13T03:11:23.246Z Compiling libm v0.2.16
13462026-06-13T03:11:23.293Z Compiling futures-core v0.3.32
13472026-06-13T03:11:23.321Z Compiling critical-section v1.2.0
13482026-06-13T03:11:23.435Z Compiling parking_lot v0.12.5
13492026-06-13T03:11:23.451Z Compiling mio v1.2.0
13502026-06-13T03:11:23.469Z Compiling num-traits v0.2.19
13512026-06-13T03:11:23.660Z Compiling once_cell v1.21.3
13522026-06-13T03:11:23.712Z Compiling percent-encoding v2.3.2
13532026-06-13T03:11:23.819Z Compiling socket2 v0.6.3
13542026-06-13T03:11:23.840Z Compiling futures-sink v0.3.32
13552026-06-13T03:11:23.874Z Compiling futures-task v0.3.32
13562026-06-13T03:11:23.908Z Compiling futures-io v0.3.32
13572026-06-13T03:11:23.933Z Compiling futures-channel v0.3.32
13582026-06-13T03:11:23.946Z Compiling getrandom v0.4.1
13592026-06-13T03:11:24.051Z Compiling cpufeatures v0.2.17
13602026-06-13T03:11:24.065Z Compiling slab v0.4.12
13612026-06-13T03:11:24.131Z Compiling rand_core v0.10.0
13622026-06-13T03:11:24.170Z Compiling indexmap v2.14.0
13632026-06-13T03:11:24.237Z Compiling rustversion v1.0.22
13642026-06-13T03:11:24.254Z Compiling getrandom v0.3.4
13652026-06-13T03:11:24.318Z Compiling form_urlencoded v1.2.2
13662026-06-13T03:11:24.532Z Compiling cmake v0.1.57
13672026-06-13T03:11:24.636Z Compiling fs_extra v1.3.0
13682026-06-13T03:11:24.727Z Compiling dunce v1.0.5
13692026-06-13T03:11:24.829Z Compiling synstructure v0.13.2
13702026-06-13T03:11:24.871Z Compiling base64ct v1.8.3
13712026-06-13T03:11:24.914Z Compiling ident_case v1.0.1
13722026-06-13T03:11:24.944Z Compiling aws-lc-sys v0.40.0
13732026-06-13T03:11:25.042Z Compiling flagset v0.4.7
13742026-06-13T03:11:25.141Z Compiling pem-rfc7468 v0.7.0
13752026-06-13T03:11:25.167Z Compiling regex-syntax v0.8.10
13762026-06-13T03:11:25.182Z Compiling rustix v1.1.3
13772026-06-13T03:11:25.250Z Compiling iana-time-zone v0.1.65
13782026-06-13T03:11:25.338Z Compiling rand_core v0.9.5
13792026-06-13T03:11:25.453Z Compiling ring v0.17.14
13802026-06-13T03:11:25.456Z Compiling vcpkg v0.2.15
13812026-06-13T03:11:25.486Z Compiling aws-lc-rs v1.16.3
13822026-06-13T03:11:25.639Z Compiling uuid v1.23.0
13832026-06-13T03:11:25.777Z Compiling rustc_version v0.4.1
13842026-06-13T03:11:26.119Z Compiling tracing-core v0.1.36
13852026-06-13T03:11:26.214Z Compiling openssl-sys v0.9.115
13862026-06-13T03:11:26.359Z Compiling base64 v0.22.1
13872026-06-13T03:11:26.639Z Compiling serde_derive v1.0.228
13882026-06-13T03:11:26.694Z Compiling zeroize_derive v1.4.3
13892026-06-13T03:11:26.711Z Compiling zerofrom-derive v0.1.6
13902026-06-13T03:11:26.752Z Compiling yoke-derive v0.8.1
13912026-06-13T03:11:26.978Z Compiling zerovec-derive v0.11.2
13922026-06-13T03:11:27.376Z Compiling zeroize v1.8.2
13932026-06-13T03:11:27.634Z Compiling zerocopy-derive v0.8.40
13942026-06-13T03:11:27.941Z Compiling displaydoc v0.2.5
13952026-06-13T03:11:28.095Z Compiling crypto-common v0.1.7
13962026-06-13T03:11:28.109Z Compiling zerofrom v0.1.6
13972026-06-13T03:11:28.153Z Compiling block-buffer v0.10.4
13982026-06-13T03:11:28.231Z Compiling yoke v0.8.1
13992026-06-13T03:11:28.245Z Compiling tokio-macros v2.7.0
14002026-06-13T03:11:28.320Z Compiling digest v0.10.7
14012026-06-13T03:11:28.416Z Compiling zerovec v0.11.5
14022026-06-13T03:11:28.564Z Compiling futures-macro v0.3.32
14032026-06-13T03:11:28.680Z Compiling zerotrie v0.2.3
14042026-06-13T03:11:28.920Z Compiling tinystr v0.8.2
14052026-06-13T03:11:28.958Z Compiling potential_utf v0.1.4
14062026-06-13T03:11:28.975Z Compiling hmac v0.12.1
14072026-06-13T03:11:29.120Z Compiling icu_locale_core v2.1.1
14082026-06-13T03:11:29.120Z Compiling icu_collections v2.1.1
14092026-06-13T03:11:29.143Z Compiling block-padding v0.3.3
14102026-06-13T03:11:29.299Z Compiling inout v0.1.4
14112026-06-13T03:11:29.356Z Compiling futures-util v0.3.32
14122026-06-13T03:11:29.467Z Compiling cipher v0.4.4
14132026-06-13T03:11:29.594Z Compiling sha2 v0.10.9
14142026-06-13T03:11:29.723Z Compiling icu_provider v2.1.1
14152026-06-13T03:11:29.985Z Compiling icu_properties v2.1.2
14162026-06-13T03:11:30.013Z Compiling icu_normalizer v2.1.1
14172026-06-13T03:11:30.145Z Compiling bytes v1.11.1
14182026-06-13T03:11:30.149Z Compiling der_derive v0.7.3
14192026-06-13T03:11:30.546Z Compiling chrono v0.4.44
14202026-06-13T03:11:30.761Z Compiling tokio v1.52.1
14212026-06-13T03:11:30.878Z Compiling idna_adapter v1.2.1
14222026-06-13T03:11:31.020Z Compiling idna v1.1.0
14232026-06-13T03:11:31.081Z Compiling http v1.4.0
14242026-06-13T03:11:31.124Z Compiling der v0.7.10
14252026-06-13T03:11:31.629Z Compiling url v2.5.8
14262026-06-13T03:11:31.665Z Compiling salsa20 v0.10.2
14272026-06-13T03:11:31.810Z Compiling pbkdf2 v0.12.2
14282026-06-13T03:11:31.927Z Compiling ppv-lite86 v0.2.21
14292026-06-13T03:11:31.941Z Compiling spki v0.7.3
14302026-06-13T03:11:31.984Z Compiling rustls-pki-types v1.14.0
14312026-06-13T03:11:32.041Z Compiling thiserror-impl v2.0.18
14322026-06-13T03:11:32.142Z Compiling tracing-attributes v0.1.31
14332026-06-13T03:11:32.310Z Compiling rand_chacha v0.9.0
14342026-06-13T03:11:32.347Z Compiling scrypt v0.11.0
14352026-06-13T03:11:32.459Z Compiling http-body v1.0.1
14362026-06-13T03:11:32.475Z Compiling cbc v0.1.2
14372026-06-13T03:11:32.598Z Compiling aes v0.8.4
14382026-06-13T03:11:32.627Z Compiling untrusted v0.9.0
14392026-06-13T03:11:32.676Z Compiling untrusted v0.7.1
14402026-06-13T03:11:32.749Z Compiling tinyvec_macros v0.1.1
14412026-06-13T03:11:32.800Z Compiling openssl-probe v0.2.1
14422026-06-13T03:11:32.824Z Compiling httparse v1.10.1
14432026-06-13T03:11:32.981Z Compiling pkcs5 v0.7.1
14442026-06-13T03:11:33.035Z Compiling tinyvec v1.10.0
14452026-06-13T03:11:33.363Z Compiling pest_generator v2.8.6
14462026-06-13T03:11:33.415Z Compiling thiserror v2.0.18
14472026-06-13T03:11:33.465Z Compiling rand v0.9.2
14482026-06-13T03:11:33.485Z Compiling tracing v0.1.44
14492026-06-13T03:11:33.519Z Compiling serde_derive_internals v0.29.1
14502026-06-13T03:11:33.656Z Compiling aho-corasick v1.1.4
14512026-06-13T03:11:33.748Z Compiling rustls v0.23.37
14522026-06-13T03:11:33.921Z Compiling dyn-clone v1.0.20
14532026-06-13T03:11:34.055Z Compiling atomic-waker v1.1.2
14542026-06-13T03:11:34.059Z Compiling tower-service v0.3.3
14552026-06-13T03:11:34.165Z Compiling tower-layer v0.3.3
14562026-06-13T03:11:34.181Z Compiling schemars v0.8.22
14572026-06-13T03:11:34.245Z Compiling try-lock v0.2.5
14582026-06-13T03:11:34.326Z Compiling want v0.3.1
14592026-06-13T03:11:34.354Z Compiling pest_derive v2.8.6
14602026-06-13T03:11:34.395Z Compiling pkcs8 v0.10.2
14612026-06-13T03:11:34.408Z Compiling schemars_derive v0.8.22
14622026-06-13T03:11:34.484Z Compiling tokio-util v0.7.18
14632026-06-13T03:11:34.693Z Compiling regex-automata v0.4.14
14642026-06-13T03:11:34.978Z Compiling ipnet v2.11.0
14652026-06-13T03:11:35.065Z Compiling scroll_derive v0.13.1
14662026-06-13T03:11:35.325Z Compiling h2 v0.4.13
14672026-06-13T03:11:35.473Z Compiling darling_core v0.20.11
14682026-06-13T03:11:35.513Z Compiling httpdate v1.0.3
14692026-06-13T03:11:35.641Z Compiling foreign-types-shared v0.1.1
14702026-06-13T03:11:35.730Z Compiling openssl v0.10.79
14712026-06-13T03:11:35.734Z Compiling pin-utils v0.1.0
14722026-06-13T03:11:35.820Z Compiling foreign-types v0.3.2
14732026-06-13T03:11:35.860Z Compiling scroll v0.13.0
14742026-06-13T03:11:35.892Z Compiling tempfile v3.25.0
14752026-06-13T03:11:36.124Z Compiling unicode-normalization v0.1.25
14762026-06-13T03:11:36.454Z Compiling openssl-macros v0.1.1
14772026-06-13T03:11:36.577Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14782026-06-13T03:11:36.673Z Compiling spin v0.9.8
14792026-06-13T03:11:36.842Z Compiling crc32fast v1.5.0
14802026-06-13T03:11:36.876Z Compiling native-tls v0.2.18
14812026-06-13T03:11:36.957Z Compiling time-core v0.1.8
14822026-06-13T03:11:37.081Z Compiling powerfmt v0.2.0
14832026-06-13T03:11:37.104Z Compiling num-conv v0.2.0
14842026-06-13T03:11:37.279Z Compiling deranged v0.5.8
14852026-06-13T03:11:37.317Z Compiling time-macros v0.2.27
14862026-06-13T03:11:37.755Z Compiling darling_macro v0.20.11
14872026-06-13T03:11:38.227Z Compiling darling v0.20.11
14882026-06-13T03:11:38.266Z Compiling goblin v0.10.5
14892026-06-13T03:11:38.310Z Compiling rustls-native-certs v0.8.3
14902026-06-13T03:11:38.386Z Compiling hyper v1.8.1
14912026-06-13T03:11:38.605Z Compiling sync_wrapper v1.0.2
14922026-06-13T03:11:38.732Z Compiling wait-timeout v0.2.1
14932026-06-13T03:11:38.791Z Compiling simd-adler32 v0.3.8
14942026-06-13T03:11:38.982Z Compiling bit-vec v0.8.0
14952026-06-13T03:11:39.042Z Compiling unicode-segmentation v1.12.0
14962026-06-13T03:11:39.214Z Compiling syn v1.0.109
14972026-06-13T03:11:39.350Z Compiling usdt-impl v0.6.0
14982026-06-13T03:11:39.420Z Compiling num_threads v0.1.7
14992026-06-13T03:11:39.515Z Compiling hyper-util v0.1.20
15002026-06-13T03:11:39.518Z Compiling quick-error v1.2.3
15012026-06-13T03:11:39.553Z Compiling crossbeam-utils v0.8.21
15022026-06-13T03:11:39.623Z Compiling siphasher v1.0.2
15032026-06-13T03:11:39.817Z Compiling rusty-fork v0.3.1
15042026-06-13T03:11:40.013Z Compiling time v0.3.47
15052026-06-13T03:11:40.129Z Compiling bit-set v0.8.0
15062026-06-13T03:11:40.171Z Compiling tower v0.5.3
15072026-06-13T03:11:40.289Z Compiling derive_builder_core v0.20.2
15082026-06-13T03:11:40.537Z Compiling dtrace-parser v0.3.0
15092026-06-13T03:11:40.637Z Compiling http-body-util v0.1.3
15102026-06-13T03:11:40.880Z Compiling webpki-roots v1.0.6
15112026-06-13T03:11:41.005Z Compiling dof v0.4.0
15122026-06-13T03:11:41.171Z Compiling signature v2.2.0
15132026-06-13T03:11:41.265Z Compiling scroll_derive v0.12.1
15142026-06-13T03:11:41.286Z Compiling thiserror-impl v1.0.69
15152026-06-13T03:11:41.342Z Compiling heapless v0.7.17
15162026-06-13T03:11:41.580Z Compiling rand_xorshift v0.4.0
15172026-06-13T03:11:41.596Z Compiling slog v2.8.2
15182026-06-13T03:11:41.739Z Compiling darling_core v0.21.3
15192026-06-13T03:11:41.780Z Compiling bzip2-sys v0.1.13+1.0.8
15202026-06-13T03:11:41.917Z Compiling thread-id v5.1.0
15212026-06-13T03:11:42.006Z Compiling cookie v0.18.1
15222026-06-13T03:11:42.053Z Compiling anyhow v1.0.102
15232026-06-13T03:11:42.165Z Compiling zstd-safe v7.2.4
15242026-06-13T03:11:42.233Z Compiling signal-hook v0.3.18
15252026-06-13T03:11:42.382Z Compiling allocator-api2 v0.2.21
15262026-06-13T03:11:42.400Z Compiling iri-string v0.7.10
15272026-06-13T03:11:42.410Z Compiling unicode-properties v0.1.4
15282026-06-13T03:11:42.515Z Compiling unarray v0.1.4
15292026-06-13T03:11:42.548Z Compiling ryu v1.0.23
15302026-06-13T03:11:42.619Z Compiling adler2 v2.0.1
15312026-06-13T03:11:42.630Z Compiling unicode-bidi v0.3.18
15322026-06-13T03:11:42.710Z Compiling paste v1.0.15
15332026-06-13T03:11:42.730Z Compiling miniz_oxide v0.8.9
15342026-06-13T03:11:42.743Z Compiling serde_urlencoded v0.7.1
15352026-06-13T03:11:43.005Z Compiling stringprep v0.1.5
15362026-06-13T03:11:43.038Z Compiling proptest v1.10.0
15372026-06-13T03:11:43.168Z Compiling thiserror v1.0.69
15382026-06-13T03:11:43.500Z Compiling scroll v0.12.0
15392026-06-13T03:11:43.779Z Compiling tower-http v0.6.8
15402026-06-13T03:11:43.972Z Compiling derive_builder_macro v0.20.2
15412026-06-13T03:11:44.005Z Compiling tokio-native-tls v0.3.1
15422026-06-13T03:11:44.159Z Compiling heck v0.4.1
15432026-06-13T03:11:44.172Z Compiling bstr v1.12.1
15442026-06-13T03:11:44.312Z Compiling darling_macro v0.21.3
15452026-06-13T03:11:44.379Z Compiling ipnetwork v0.21.1
15462026-06-13T03:11:44.403Z Compiling rand_chacha v0.3.1
15472026-06-13T03:11:44.618Z Compiling serde_spanned v0.6.9
15482026-06-13T03:11:44.763Z Compiling erased-serde v0.3.31
15492026-06-13T03:11:44.768Z Compiling serde_tokenstream v0.2.3
15502026-06-13T03:11:44.779Z Compiling toml_datetime v0.6.11
15512026-06-13T03:11:44.861Z Compiling md-5 v0.10.6
15522026-06-13T03:11:44.992Z Compiling pin-project-internal v1.1.11
15532026-06-13T03:11:45.043Z Compiling async-trait v0.1.89
15542026-06-13T03:11:45.108Z Compiling zerocopy-derive v0.7.35
15552026-06-13T03:11:45.212Z Compiling curve25519-dalek v4.1.3
15562026-06-13T03:11:45.290Z Compiling vergen-lib v9.1.0
15572026-06-13T03:11:45.443Z Compiling num-integer v0.1.46
15582026-06-13T03:11:45.556Z Compiling hash32 v0.2.1
15592026-06-13T03:11:45.734Z Compiling ff v0.13.1
15602026-06-13T03:11:45.754Z Compiling memoffset v0.9.1
15612026-06-13T03:11:45.867Z Compiling encoding_rs v0.8.35
15622026-06-13T03:11:45.946Z Compiling ref-cast v1.0.25
15632026-06-13T03:11:45.966Z Compiling num-bigint-dig v0.8.6
15642026-06-13T03:11:46.079Z Compiling fallible-iterator v0.2.0
15652026-06-13T03:11:46.094Z Compiling cfg_aliases v0.2.1
15662026-06-13T03:11:46.141Z Compiling mime v0.3.17
15672026-06-13T03:11:46.165Z Compiling litrs v1.0.0
15682026-06-13T03:11:46.249Z Compiling psl-types v2.0.11
15692026-06-13T03:11:46.374Z Compiling base16ct v0.2.0
15702026-06-13T03:11:46.386Z Compiling smoltcp v0.9.1
15712026-06-13T03:11:46.408Z Compiling rustix v0.38.44
15722026-06-13T03:11:46.545Z Compiling zlib-rs v0.6.2
15732026-06-13T03:11:46.697Z Compiling document-features v0.2.12
15742026-06-13T03:11:46.744Z Compiling sec1 v0.7.3
15752026-06-13T03:11:46.884Z Compiling postgres-protocol v0.6.10
15762026-06-13T03:11:47.023Z Compiling publicsuffix v2.3.0
15772026-06-13T03:11:47.314Z Compiling nix v0.31.2
15782026-06-13T03:11:47.431Z Compiling pin-project v1.1.11
15792026-06-13T03:11:47.454Z Compiling zerocopy v0.7.35
15802026-06-13T03:11:47.461Z Compiling group v0.13.0
15812026-06-13T03:11:47.649Z Compiling num-iter v0.1.45
15822026-06-13T03:11:47.773Z Compiling newtype-uuid v1.3.2
15832026-06-13T03:11:47.949Z Compiling hubpack_derive v0.1.1
15842026-06-13T03:11:47.963Z Compiling darling v0.21.3
15852026-06-13T03:11:48.001Z Compiling rand v0.8.6
15862026-06-13T03:11:48.041Z Compiling oxnet v0.1.5
15872026-06-13T03:11:48.116Z Compiling derive_builder v0.20.2
15882026-06-13T03:11:48.179Z Compiling snafu-derive v0.8.9
15892026-06-13T03:11:48.345Z Compiling hyper-tls v0.6.0
15902026-06-13T03:11:48.435Z Compiling goblin v0.8.2
15912026-06-13T03:11:49.145Z Compiling phf_shared v0.13.1
15922026-06-13T03:11:49.193Z Compiling regex v1.12.3
15932026-06-13T03:11:49.386Z Compiling lazy_static v1.5.0
15942026-06-13T03:11:49.433Z Compiling anstyle-parse v0.2.7
15952026-06-13T03:11:49.478Z Compiling flate2 v1.1.9
15962026-06-13T03:11:49.613Z Compiling strum_macros v0.27.2
15972026-06-13T03:11:49.632Z Compiling futures-executor v0.3.32
15982026-06-13T03:11:49.823Z Compiling hex v0.4.3
15992026-06-13T03:11:49.882Z Compiling hkdf v0.12.4
16002026-06-13T03:11:49.896Z Compiling crypto-bigint v0.5.5
16012026-06-13T03:11:50.050Z Compiling terminal_size v0.4.3
16022026-06-13T03:11:50.080Z Compiling curve25519-dalek-derive v0.1.1
16032026-06-13T03:11:50.085Z Compiling ref-cast-impl v1.0.25
16042026-06-13T03:11:50.191Z Compiling daft-derive v0.1.7
16052026-06-13T03:11:50.634Z Compiling vergen v9.1.0
16062026-06-13T03:11:50.723Z Compiling fs-err v3.3.0
16072026-06-13T03:11:50.808Z Compiling cargo-platform v0.3.2
16082026-06-13T03:11:50.906Z Compiling ahash v0.8.12
16092026-06-13T03:11:50.928Z Compiling libbz2-rs-sys v0.2.2
16102026-06-13T03:11:51.083Z Compiling managed v0.8.0
16112026-06-13T03:11:51.114Z Compiling foldhash v0.2.0
16122026-06-13T03:11:51.308Z Compiling bumpalo v3.20.2
16132026-06-13T03:11:51.339Z Compiling same-file v1.0.6
16142026-06-13T03:11:51.501Z Compiling foldhash v0.1.5
16152026-06-13T03:11:51.553Z Compiling object v0.37.3
16162026-06-13T03:11:51.579Z Compiling bitflags v1.3.2
16172026-06-13T03:11:51.608Z Compiling winnow v0.5.40
16182026-06-13T03:11:51.673Z Compiling hashbrown v0.15.5
16192026-06-13T03:11:51.882Z Compiling clap_builder v4.6.0
16202026-06-13T03:11:51.902Z Compiling strum v0.27.2
16212026-06-13T03:11:52.012Z Compiling zopfli v0.8.3
16222026-06-13T03:11:52.039Z Compiling walkdir v2.5.0
16232026-06-13T03:11:52.276Z Compiling bzip2 v0.6.1
16242026-06-13T03:11:52.404Z Compiling hashbrown v0.16.1
16252026-06-13T03:11:52.510Z Compiling cargo_metadata v0.23.1
16262026-06-13T03:11:52.544Z Compiling daft v0.1.7
16272026-06-13T03:11:52.839Z Compiling elliptic-curve v0.13.8
16282026-06-13T03:11:53.009Z Compiling toml_edit v0.19.15
16292026-06-13T03:11:53.154Z Compiling dof v0.3.0
16302026-06-13T03:11:53.217Z Compiling snafu v0.8.9
16312026-06-13T03:11:53.581Z Compiling futures v0.3.32
16322026-06-13T03:11:53.674Z Compiling anstream v0.6.21
16332026-06-13T03:11:53.956Z Compiling phf v0.13.1
16342026-06-13T03:11:53.996Z Compiling signal-hook-mio v0.2.5
16352026-06-13T03:11:54.044Z Compiling cookie_store v0.22.1
16362026-06-13T03:11:54.109Z Compiling zstd v0.13.3
16372026-06-13T03:11:54.358Z Compiling hubpack v0.1.2
16382026-06-13T03:11:54.427Z Compiling bzip2 v0.4.4
16392026-06-13T03:11:54.573Z Compiling serde_with_macros v3.17.0
16402026-06-13T03:11:54.684Z Compiling postgres-types v0.2.12
16412026-06-13T03:11:54.964Z Compiling usdt-attr-macro v0.6.0
16422026-06-13T03:11:55.242Z Compiling usdt-macro v0.6.0
16432026-06-13T03:11:55.649Z Compiling globset v0.4.18
16442026-06-13T03:11:55.742Z Compiling dtrace-parser v0.2.0
16452026-06-13T03:11:55.797Z Compiling ed25519 v2.2.3
16462026-06-13T03:11:55.880Z Compiling phf_shared v0.11.3
16472026-06-13T03:11:55.904Z Compiling olpc-cjson v0.1.4
16482026-06-13T03:11:56.009Z Compiling pkcs1 v0.7.5
16492026-06-13T03:11:56.023Z Compiling enum-as-inner v0.6.1
16502026-06-13T03:11:56.033Z Compiling clap_derive v4.6.1
16512026-06-13T03:11:56.338Z Compiling strum_macros v0.26.4
16522026-06-13T03:11:56.395Z Compiling serde_plain v1.0.2
16532026-06-13T03:11:56.463Z Compiling serde-big-array v0.5.1
16542026-06-13T03:11:56.525Z Compiling rfc6979 v0.4.0
16552026-06-13T03:11:56.684Z Compiling serde_repr v0.1.20
16562026-06-13T03:11:56.776Z Compiling async-recursion v1.1.1
16572026-06-13T03:11:56.776Z Compiling pem v3.0.6
16582026-06-13T03:11:56.776Z Compiling float-cmp v0.10.0
16592026-06-13T03:11:56.816Z Compiling memmap2 v0.9.10
16602026-06-13T03:11:56.979Z Compiling thread-id v4.2.2
16612026-06-13T03:11:57.018Z Compiling env_filter v1.0.0
16622026-06-13T03:11:57.054Z Compiling difflib v0.4.0
16632026-06-13T03:11:57.096Z Compiling fixedbitset v0.5.7
16642026-06-13T03:11:57.259Z Compiling predicates-core v1.0.10
16652026-06-13T03:11:57.373Z Compiling either v1.15.0
16662026-06-13T03:11:57.445Z Compiling static_assertions v1.1.0
16672026-06-13T03:11:57.622Z Compiling jiff v0.2.21
16682026-06-13T03:11:57.699Z Compiling precomputed-hash v0.1.1
16692026-06-13T03:11:57.699Z Compiling new_debug_unreachable v1.0.6
16702026-06-13T03:11:57.699Z Compiling typed-path v0.9.3
16712026-06-13T03:11:57.699Z Compiling fixedbitset v0.4.2
16722026-06-13T03:11:57.770Z Compiling normalize-line-endings v0.3.0
16732026-06-13T03:11:57.807Z Compiling whoami v2.1.0
16742026-06-13T03:11:57.840Z Compiling keccak v0.1.6
16752026-06-13T03:11:57.870Z Compiling data-encoding v2.10.0
16762026-06-13T03:11:58.123Z Compiling strum v0.26.3
16772026-06-13T03:11:58.155Z Compiling hickory-proto v0.25.2
16782026-06-13T03:11:58.663Z Compiling tokio-postgres v0.7.16
16792026-06-13T03:11:58.709Z Compiling sha3 v0.10.8
16802026-06-13T03:11:58.709Z Compiling toml_edit v0.22.27
16812026-06-13T03:11:58.905Z Compiling clap v4.6.1
16822026-06-13T03:11:58.969Z Compiling petgraph v0.6.5
16832026-06-13T03:11:59.034Z Compiling predicates v3.1.4
16842026-06-13T03:11:59.510Z Compiling string_cache v0.8.9
16852026-06-13T03:11:59.687Z Compiling itertools v0.13.0
16862026-06-13T03:11:59.737Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16872026-06-13T03:12:00.467Z Compiling zip v4.6.1
16882026-06-13T03:12:00.485Z Compiling petgraph v0.8.3
16892026-06-13T03:12:00.934Z Compiling env_logger v0.11.9
16902026-06-13T03:12:01.292Z Compiling usdt-impl v0.5.0
16912026-06-13T03:12:01.368Z Compiling usdt v0.6.0
16922026-06-13T03:12:01.385Z Compiling ecdsa v0.16.9
16932026-06-13T03:12:01.632Z Compiling rsa v0.9.10
16942026-06-13T03:12:01.652Z Compiling ed25519-dalek v2.2.0
16952026-06-13T03:12:01.765Z Compiling serde_with v3.17.0
16962026-06-13T03:12:01.883Z Compiling crossterm v0.28.1
16972026-06-13T03:12:02.436Z Compiling zip v0.6.6
16982026-06-13T03:12:02.605Z Compiling toml v0.7.8
16992026-06-13T03:12:03.074Z Compiling iddqd v0.4.2
17002026-06-13T03:12:03.488Z Compiling toml_parser v1.0.9+spec-1.1.0
17012026-06-13T03:12:03.539Z Compiling similar v2.7.0
17022026-06-13T03:12:03.636Z Compiling crossbeam-epoch v0.9.18
17032026-06-13T03:12:04.020Z Compiling tokio-stream v0.1.18
17042026-06-13T03:12:04.045Z Compiling buf-list v1.1.2
17052026-06-13T03:12:04.094Z Compiling x509-cert v0.2.5
17062026-06-13T03:12:04.268Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17072026-06-13T03:12:04.359Z Compiling openapiv3 v2.2.0
17082026-06-13T03:12:04.363Z Compiling sha1 v0.10.6
17092026-06-13T03:12:04.410Z Compiling peg-runtime v0.8.5
17102026-06-13T03:12:04.672Z Compiling lalrpop-util v0.19.12
17112026-06-13T03:12:04.698Z Compiling thread_local v1.1.9
17122026-06-13T03:12:04.698Z Compiling slog-async v2.8.0
17132026-06-13T03:12:04.744Z Compiling crossbeam-channel v0.5.15
17142026-06-13T03:12:04.841Z Compiling is-terminal v0.4.17
17152026-06-13T03:12:04.942Z Compiling filetime v0.2.27
17162026-06-13T03:12:04.986Z Compiling xattr v1.6.1
17172026-06-13T03:12:05.017Z Compiling term v1.2.1
17182026-06-13T03:12:05.134Z Compiling take_mut v0.2.2
17192026-06-13T03:12:05.151Z Compiling tar v0.4.45
17202026-06-13T03:12:05.735Z Compiling slog-term v2.9.2
17212026-06-13T03:12:16.571Z Compiling rustls-webpki v0.103.9
17222026-06-13T03:12:17.602Z Compiling tokio-rustls v0.26.4
17232026-06-13T03:12:17.602Z Compiling rustls-platform-verifier v0.6.2
17242026-06-13T03:12:17.808Z Compiling hyper-rustls v0.27.7
17252026-06-13T03:12:18.016Z Compiling reqwest v0.12.28
17262026-06-13T03:12:18.016Z Compiling reqwest v0.13.2
17272026-06-13T03:12:19.273Z Compiling tough v0.22.0
17282026-06-13T03:12:21.821Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17292026-06-13T03:12:22.036Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17302026-06-13T03:12:24.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17312026-06-13T03:12:25.093Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17322026-06-13T03:12:25.149ZJun 13 03:12:23.974 INFO Starting download, target: Console
17332026-06-13T03:12:25.149ZJun 13 03:12:23.974 INFO Starting download, target: Clickhouse
17342026-06-13T03:12:25.149ZJun 13 03:12:23.974 INFO Starting download, target: Cockroach
17352026-06-13T03:12:25.149ZJun 13 03:12:23.974 INFO Starting download, target: DendriteStub
17362026-06-13T03:12:25.153ZJun 13 03:12:23.974 INFO Starting download, target: MaghemiteMgd
17372026-06-13T03:12:25.153ZJun 13 03:12:23.974 INFO Starting download, target: MaghemiteDdmd
17382026-06-13T03:12:25.153ZJun 13 03:12:23.974 INFO Starting download, target: TransceiverControl
17392026-06-13T03:12:25.153ZJun 13 03:12:23.974 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17402026-06-13T03:12:25.153ZJun 13 03:12:23.974 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17412026-06-13T03:12:25.153ZJun 13 03:12:23.974 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17422026-06-13T03:12:25.154ZJun 13 03:12:23.974 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17432026-06-13T03:12:25.154ZJun 13 03:12:23.974 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17442026-06-13T03:12:25.154ZJun 13 03:12:23.975 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17452026-06-13T03:12:25.154ZJun 13 03:12:23.975 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17462026-06-13T03:12:26.109ZJun 13 03:12:24.934 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17472026-06-13T03:12:26.349ZJun 13 03:12:25.174 INFO Download complete, target: Console
17482026-06-13T03:12:27.144ZJun 13 03:12:25.970 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17492026-06-13T03:12:33.827ZJun 13 03:12:32.652 INFO Checking that binary works, target: Clickhouse
17502026-06-13T03:12:33.921ZJun 13 03:12:32.745 INFO Download complete, target: Clickhouse
17512026-06-13T03:12:43.664ZJun 13 03:12:42.479 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17522026-06-13T03:12:43.871ZJun 13 03:12:42.685 INFO Download complete, target: TransceiverControl
17532026-06-13T03:12:49.358ZJun 13 03:12:48.173 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17542026-06-13T03:12:49.764ZJun 13 03:12:48.545 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17552026-06-13T03:12:49.981ZJun 13 03:12:48.798 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17562026-06-13T03:12:51.209ZJun 13 03:12:50.032 INFO Download complete, target: MaghemiteDdmd
17572026-06-13T03:12:51.662ZJun 13 03:12:50.480 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17582026-06-13T03:12:51.663ZJun 13 03:12:50.480 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17592026-06-13T03:12:52.285ZJun 13 03:12:51.110 INFO Download complete, target: DendriteStub
17602026-06-13T03:12:52.382ZJun 13 03:12:51.207 INFO Download complete, target: MaghemiteMgd
17612026-06-13T03:12:56.275ZJun 13 03:12:55.100 INFO Checking that binary works, target: Cockroach
17622026-06-13T03:12:56.389ZJun 13 03:12:55.214 INFO Download complete, target: Cockroach
17632026-06-13T03:12:56.413ZAll builder prerequisites installed successfully, and PATH looks valid
17642026-06-13T03:12:56.419Z
17652026-06-13T03:12:56.419Zreal 2:40.808264225
17662026-06-13T03:12:56.419Zuser 7:01.956091161
17672026-06-13T03:12:56.419Zsys 1:23.612305062
17682026-06-13T03:12:56.419Ztrap 0.227196896
17692026-06-13T03:12:56.420Ztflt 0.663185786
17702026-06-13T03:12:56.420Zdflt 0.558562676
17712026-06-13T03:12:56.420Zkflt 0.023826374
17722026-06-13T03:12:56.420Zlock 27:34.692737263
17732026-06-13T03:12:56.420Zslp 22:14.875257225
17742026-06-13T03:12:56.420Zlat 44.331709625
17752026-06-13T03:12:56.420Zstop 1:58.270019944
17762026-06-13T03:12:56.420Z+ banner hack-check
17772026-06-13T03:12:56.420Z
17782026-06-13T03:12:56.420Z # # ## #### # # #### # # ###### #### # #
17792026-06-13T03:12:56.420Z # # # # # # # # # # # # # # # # #
17802026-06-13T03:12:56.420Z ###### # # # #### ##### # ###### ##### # ####
17812026-06-13T03:12:56.420Z # # ###### # # # # # # # # # #
17822026-06-13T03:12:56.420Z # # # # # # # # # # # # # # # # #
17832026-06-13T03:12:56.420Z # # # # #### # # #### # # ###### #### # #
17842026-06-13T03:12:56.420Z
17852026-06-13T03:12:56.420Z+ export CARGO_INCREMENTAL=0
17862026-06-13T03:12:56.420Z+ CARGO_INCREMENTAL=0
17872026-06-13T03:12:56.420Z+ ptime -m timeout 2h cargo xtask check-features --ci
17882026-06-13T03:12:56.953Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17892026-06-13T03:12:57.175Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17902026-06-13T03:12:59.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
17912026-06-13T03:12:59.120Z Running `target/debug/xtask check-features --ci`
17922026-06-13T03:12:59.152Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17932026-06-13T03:12:59.153Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17942026-06-13T03:12:59.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17952026-06-13T03:12:59.663Z Running `target/debug/xtask download cargo-hack`
17962026-06-13T03:13:00.456Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17972026-06-13T03:13:00.772Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17982026-06-13T03:13:03.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.64s
17992026-06-13T03:13:03.520Z Running `target/debug/xtask-downloader cargo-hack`
18002026-06-13T03:13:03.553ZJun 13 03:13:02.378 INFO Starting download, target: CargoHack
18012026-06-13T03:13:03.556ZJun 13 03:13:02.378 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18022026-06-13T03:13:03.924ZJun 13 03:13:02.749 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18032026-06-13T03:13:03.976ZJun 13 03:13:02.801 INFO Download complete, target: CargoHack
18042026-06-13T03:13:03.986Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18052026-06-13T03:13:03.993Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18062026-06-13T03:13:04.153Zinfo: running `cargo check --bins` on api_identity (1/296)
18072026-06-13T03:13:04.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18082026-06-13T03:13:04.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18092026-06-13T03:13:04.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18102026-06-13T03:13:04.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18112026-06-13T03:13:04.781Z
18122026-06-13T03:13:04.781Zinfo: running `cargo check --bins` on bootstore (2/296)
18132026-06-13T03:13:05.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18142026-06-13T03:13:05.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18152026-06-13T03:13:05.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18162026-06-13T03:13:05.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18172026-06-13T03:13:05.341Z
18182026-06-13T03:13:05.341Zinfo: running `cargo check --bins` on omicron-ledger (3/296)
18192026-06-13T03:13:05.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202026-06-13T03:13:05.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212026-06-13T03:13:05.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222026-06-13T03:13:05.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18232026-06-13T03:13:05.934Z
18242026-06-13T03:13:05.935Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/296)
18252026-06-13T03:13:06.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-06-13T03:13:06.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-06-13T03:13:06.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-06-13T03:13:06.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18292026-06-13T03:13:06.532Z
18302026-06-13T03:13:06.532Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/296)
18312026-06-13T03:13:07.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-06-13T03:13:07.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-06-13T03:13:07.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-06-13T03:13:07.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18352026-06-13T03:13:07.122Z
18362026-06-13T03:13:07.123Zinfo: running `cargo check --bins` on omicron-certificates (6/296)
18372026-06-13T03:13:07.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-06-13T03:13:07.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-06-13T03:13:07.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-06-13T03:13:07.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18412026-06-13T03:13:07.729Z
18422026-06-13T03:13:07.729Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/296)
18432026-06-13T03:13:08.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-06-13T03:13:08.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-06-13T03:13:08.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-06-13T03:13:08.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18472026-06-13T03:13:08.332Z
18482026-06-13T03:13:08.332Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/296)
18492026-06-13T03:13:08.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-06-13T03:13:08.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-06-13T03:13:08.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-06-13T03:13:08.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18532026-06-13T03:13:08.938Z
18542026-06-13T03:13:08.938Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/296)
18552026-06-13T03:13:09.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-06-13T03:13:09.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-06-13T03:13:09.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-06-13T03:13:09.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18592026-06-13T03:13:09.415Z
18602026-06-13T03:13:09.415Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/296)
18612026-06-13T03:13:09.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-06-13T03:13:09.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-06-13T03:13:09.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-06-13T03:13:09.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18652026-06-13T03:13:09.899Z
18662026-06-13T03:13:09.899Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/296)
18672026-06-13T03:13:10.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-06-13T03:13:10.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-06-13T03:13:10.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-06-13T03:13:10.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18712026-06-13T03:13:10.379Z
18722026-06-13T03:13:10.379Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/296)
18732026-06-13T03:13:10.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-06-13T03:13:10.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-06-13T03:13:10.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-06-13T03:13:10.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18772026-06-13T03:13:10.851Z
18782026-06-13T03:13:10.852Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/296)
18792026-06-13T03:13:11.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-06-13T03:13:11.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-06-13T03:13:11.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-06-13T03:13:11.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18832026-06-13T03:13:11.327Z
18842026-06-13T03:13:11.328Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/296)
18852026-06-13T03:13:11.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-06-13T03:13:11.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-06-13T03:13:11.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-06-13T03:13:11.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18892026-06-13T03:13:11.804Z
18902026-06-13T03:13:11.804Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/296)
18912026-06-13T03:13:12.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-06-13T03:13:12.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-06-13T03:13:12.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-06-13T03:13:12.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18952026-06-13T03:13:12.285Z
18962026-06-13T03:13:12.286Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/296)
18972026-06-13T03:13:12.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-06-13T03:13:12.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-06-13T03:13:12.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-06-13T03:13:12.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19012026-06-13T03:13:12.761Z
19022026-06-13T03:13:12.761Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/296)
19032026-06-13T03:13:13.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-06-13T03:13:13.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-06-13T03:13:13.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-06-13T03:13:13.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19072026-06-13T03:13:13.241Z
19082026-06-13T03:13:13.241Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/296)
19092026-06-13T03:13:13.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-06-13T03:13:13.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-06-13T03:13:13.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-06-13T03:13:13.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19132026-06-13T03:13:13.720Z
19142026-06-13T03:13:13.720Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/296)
19152026-06-13T03:13:14.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-06-13T03:13:14.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-06-13T03:13:14.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-06-13T03:13:14.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19192026-06-13T03:13:14.200Z
19202026-06-13T03:13:14.200Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/296)
19212026-06-13T03:13:14.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-06-13T03:13:14.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-06-13T03:13:14.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-06-13T03:13:14.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19252026-06-13T03:13:14.684Z
19262026-06-13T03:13:14.684Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/296)
19272026-06-13T03:13:15.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-06-13T03:13:15.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-06-13T03:13:15.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-06-13T03:13:15.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19312026-06-13T03:13:15.165Z
19322026-06-13T03:13:15.165Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/296)
19332026-06-13T03:13:15.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-06-13T03:13:15.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-06-13T03:13:15.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-06-13T03:13:15.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19372026-06-13T03:13:15.645Z
19382026-06-13T03:13:15.645Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/296)
19392026-06-13T03:13:16.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-06-13T03:13:16.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-06-13T03:13:16.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-06-13T03:13:16.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19432026-06-13T03:13:16.129Z
19442026-06-13T03:13:16.129Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/296)
19452026-06-13T03:13:16.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-06-13T03:13:16.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-06-13T03:13:16.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-06-13T03:13:16.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19492026-06-13T03:13:16.612Z
19502026-06-13T03:13:16.612Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/296)
19512026-06-13T03:13:17.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-06-13T03:13:17.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-06-13T03:13:17.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-06-13T03:13:17.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19552026-06-13T03:13:17.092Z
19562026-06-13T03:13:17.092Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/296)
19572026-06-13T03:13:17.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-06-13T03:13:17.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-06-13T03:13:17.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-06-13T03:13:17.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19612026-06-13T03:13:17.575Z
19622026-06-13T03:13:17.575Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/296)
19632026-06-13T03:13:17.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-06-13T03:13:17.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-06-13T03:13:17.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-06-13T03:13:18.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19672026-06-13T03:13:18.058Z
19682026-06-13T03:13:18.058Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/296)
19692026-06-13T03:13:18.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-06-13T03:13:18.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-06-13T03:13:18.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-06-13T03:13:18.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19732026-06-13T03:13:18.541Z
19742026-06-13T03:13:18.541Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/296)
19752026-06-13T03:13:18.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-06-13T03:13:18.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-06-13T03:13:18.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-06-13T03:13:18.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19792026-06-13T03:13:19.018Z
19802026-06-13T03:13:19.019Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/296)
19812026-06-13T03:13:19.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-06-13T03:13:19.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-06-13T03:13:19.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-06-13T03:13:19.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19852026-06-13T03:13:19.495Z
19862026-06-13T03:13:19.495Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/296)
19872026-06-13T03:13:19.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-06-13T03:13:19.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-06-13T03:13:19.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-06-13T03:13:19.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19912026-06-13T03:13:19.974Z
19922026-06-13T03:13:19.974Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/296)
19932026-06-13T03:13:20.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-06-13T03:13:20.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-06-13T03:13:20.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-06-13T03:13:20.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19972026-06-13T03:13:20.457Z
19982026-06-13T03:13:20.457Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/296)
19992026-06-13T03:13:20.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-06-13T03:13:20.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-06-13T03:13:20.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-06-13T03:13:20.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20032026-06-13T03:13:20.930Z
20042026-06-13T03:13:20.930Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/296)
20052026-06-13T03:13:21.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-06-13T03:13:21.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-06-13T03:13:21.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-06-13T03:13:21.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20092026-06-13T03:13:21.424Z
20102026-06-13T03:13:21.424Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/296)
20112026-06-13T03:13:21.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-06-13T03:13:21.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-06-13T03:13:21.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-06-13T03:13:21.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20152026-06-13T03:13:21.874Z
20162026-06-13T03:13:21.874Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/296)
20172026-06-13T03:13:22.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-06-13T03:13:22.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-06-13T03:13:22.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-06-13T03:13:22.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20212026-06-13T03:13:22.347Z
20222026-06-13T03:13:22.348Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/296)
20232026-06-13T03:13:22.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-06-13T03:13:22.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-06-13T03:13:22.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-06-13T03:13:22.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20272026-06-13T03:13:22.821Z
20282026-06-13T03:13:22.821Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/296)
20292026-06-13T03:13:23.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-06-13T03:13:23.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-06-13T03:13:23.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-06-13T03:13:23.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20332026-06-13T03:13:23.294Z
20342026-06-13T03:13:23.295Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/296)
20352026-06-13T03:13:23.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-06-13T03:13:23.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-06-13T03:13:23.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-06-13T03:13:23.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20392026-06-13T03:13:23.771Z
20402026-06-13T03:13:23.771Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/296)
20412026-06-13T03:13:24.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-06-13T03:13:24.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-06-13T03:13:24.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-06-13T03:13:24.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20452026-06-13T03:13:24.248Z
20462026-06-13T03:13:24.248Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/296)
20472026-06-13T03:13:24.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-06-13T03:13:24.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-06-13T03:13:24.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-06-13T03:13:24.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20512026-06-13T03:13:24.732Z
20522026-06-13T03:13:24.732Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/296)
20532026-06-13T03:13:25.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-06-13T03:13:25.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-06-13T03:13:25.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-06-13T03:13:25.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20572026-06-13T03:13:25.215Z
20582026-06-13T03:13:25.215Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/296)
20592026-06-13T03:13:25.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-06-13T03:13:25.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-06-13T03:13:25.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-06-13T03:13:25.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20632026-06-13T03:13:25.693Z
20642026-06-13T03:13:25.694Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/296)
20652026-06-13T03:13:26.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-06-13T03:13:26.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-06-13T03:13:26.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-06-13T03:13:26.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20692026-06-13T03:13:26.172Z
20702026-06-13T03:13:26.172Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/296)
20712026-06-13T03:13:26.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-06-13T03:13:26.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-06-13T03:13:26.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-06-13T03:13:26.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20752026-06-13T03:13:26.651Z
20762026-06-13T03:13:26.651Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/296)
20772026-06-13T03:13:27.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-06-13T03:13:27.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-06-13T03:13:27.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-06-13T03:13:27.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20812026-06-13T03:13:27.135Z
20822026-06-13T03:13:27.135Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/296)
20832026-06-13T03:13:27.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-06-13T03:13:27.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-06-13T03:13:27.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-06-13T03:13:27.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20872026-06-13T03:13:27.617Z
20882026-06-13T03:13:27.618Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/296)
20892026-06-13T03:13:28.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-06-13T03:13:28.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-06-13T03:13:28.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-06-13T03:13:28.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20932026-06-13T03:13:28.098Z
20942026-06-13T03:13:28.098Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/296)
20952026-06-13T03:13:28.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-06-13T03:13:28.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-06-13T03:13:28.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-06-13T03:13:28.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20992026-06-13T03:13:28.743Z
21002026-06-13T03:13:28.743Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/296)
21012026-06-13T03:13:29.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-06-13T03:13:29.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-06-13T03:13:29.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-06-13T03:13:29.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21052026-06-13T03:13:29.393Z
21062026-06-13T03:13:29.393Zinfo: running `cargo check --bins` on nexus-config (51/296)
21072026-06-13T03:13:29.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-06-13T03:13:29.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-06-13T03:13:29.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-06-13T03:13:29.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21112026-06-13T03:13:30.048Z
21122026-06-13T03:13:30.049Zinfo: running `cargo check --bins` on nexus-types (52/296)
21132026-06-13T03:13:30.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-06-13T03:13:30.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-06-13T03:13:30.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-06-13T03:13:30.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21172026-06-13T03:13:30.676Z
21182026-06-13T03:13:30.676Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/296)
21192026-06-13T03:13:31.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-06-13T03:13:31.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-06-13T03:13:31.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-06-13T03:13:31.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21232026-06-13T03:13:31.288Z
21242026-06-13T03:13:31.288Zinfo: running `cargo check --bins` on omicron-passwords (54/296)
21252026-06-13T03:13:31.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-06-13T03:13:31.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-06-13T03:13:31.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-06-13T03:13:31.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21292026-06-13T03:13:31.876Z
21302026-06-13T03:13:31.876Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/296)
21312026-06-13T03:13:32.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-06-13T03:13:32.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-06-13T03:13:32.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-06-13T03:13:32.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21352026-06-13T03:13:32.494Z
21362026-06-13T03:13:32.494Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/296)
21372026-06-13T03:13:33.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-06-13T03:13:33.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-06-13T03:13:33.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-06-13T03:13:33.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21412026-06-13T03:13:33.115Z
21422026-06-13T03:13:33.115Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/296)
21432026-06-13T03:13:33.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-06-13T03:13:33.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-06-13T03:13:33.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-06-13T03:13:33.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21472026-06-13T03:13:33.733Z
21482026-06-13T03:13:33.734Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/296)
21492026-06-13T03:13:34.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-06-13T03:13:34.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-06-13T03:13:34.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-06-13T03:13:34.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21532026-06-13T03:13:34.352Z
21542026-06-13T03:13:34.352Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/296)
21552026-06-13T03:13:34.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-06-13T03:13:34.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-06-13T03:13:34.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-06-13T03:13:34.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21592026-06-13T03:13:34.947Z
21602026-06-13T03:13:34.947Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/296)
21612026-06-13T03:13:35.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-06-13T03:13:35.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-06-13T03:13:35.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-06-13T03:13:35.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21652026-06-13T03:13:35.550Z
21662026-06-13T03:13:35.550Zinfo: running `cargo check --bins --no-default-features` on gfss (61/296)
21672026-06-13T03:13:36.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-06-13T03:13:36.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-06-13T03:13:36.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-06-13T03:13:36.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21712026-06-13T03:13:36.144Z
21722026-06-13T03:13:36.144Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/296)
21732026-06-13T03:13:36.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-06-13T03:13:36.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-06-13T03:13:36.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-06-13T03:13:36.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21772026-06-13T03:13:36.739Z
21782026-06-13T03:13:36.739Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/296)
21792026-06-13T03:13:37.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-06-13T03:13:37.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-06-13T03:13:37.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-06-13T03:13:37.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21832026-06-13T03:13:37.353Z
21842026-06-13T03:13:37.353Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/296)
21852026-06-13T03:13:37.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-06-13T03:13:37.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-06-13T03:13:37.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-06-13T03:13:37.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21892026-06-13T03:13:37.968Z
21902026-06-13T03:13:37.968Zinfo: running `cargo check --bins` on cockroach-admin-types (65/296)
21912026-06-13T03:13:38.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-06-13T03:13:38.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-06-13T03:13:38.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-06-13T03:13:38.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21952026-06-13T03:13:38.566Z
21962026-06-13T03:13:38.566Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/296)
21972026-06-13T03:13:39.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-06-13T03:13:39.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-06-13T03:13:39.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-06-13T03:13:39.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22012026-06-13T03:13:39.158Z
22022026-06-13T03:13:39.158Zinfo: running `cargo check --bins` on ereport-types (67/296)
22032026-06-13T03:13:39.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-06-13T03:13:39.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-06-13T03:13:39.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-06-13T03:13:39.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22072026-06-13T03:13:39.762Z
22082026-06-13T03:13:39.763Zinfo: running `cargo check --bins` on gateway-client (68/296)
22092026-06-13T03:13:40.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-06-13T03:13:40.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-06-13T03:13:40.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-06-13T03:13:40.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22132026-06-13T03:13:40.371Z
22142026-06-13T03:13:40.371Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/296)
22152026-06-13T03:13:40.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-06-13T03:13:40.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-06-13T03:13:40.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-06-13T03:13:40.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22192026-06-13T03:13:40.975Z
22202026-06-13T03:13:40.975Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/296)
22212026-06-13T03:13:41.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-06-13T03:13:41.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-06-13T03:13:41.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-06-13T03:13:41.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22252026-06-13T03:13:41.589Z
22262026-06-13T03:13:41.590Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/296)
22272026-06-13T03:13:42.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-06-13T03:13:42.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-06-13T03:13:42.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-06-13T03:13:42.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22312026-06-13T03:13:42.195Z
22322026-06-13T03:13:42.195Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/296)
22332026-06-13T03:13:42.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-06-13T03:13:42.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-06-13T03:13:42.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-06-13T03:13:42.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22372026-06-13T03:13:42.800Z
22382026-06-13T03:13:42.800Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/296)
22392026-06-13T03:13:43.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-06-13T03:13:43.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-06-13T03:13:43.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-06-13T03:13:43.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22432026-06-13T03:13:43.425Z
22442026-06-13T03:13:43.425Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/296)
22452026-06-13T03:13:43.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-06-13T03:13:43.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-06-13T03:13:43.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482026-06-13T03:13:43.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22492026-06-13T03:13:44.051Z
22502026-06-13T03:13:44.051Zinfo: running `cargo check --bins` on key-manager-types (75/296)
22512026-06-13T03:13:44.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522026-06-13T03:13:44.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532026-06-13T03:13:44.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22542026-06-13T03:13:44.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22552026-06-13T03:13:44.656Z
22562026-06-13T03:13:44.657Zinfo: running `cargo check --bins` on oxlog (76/296)
22572026-06-13T03:13:45.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582026-06-13T03:13:45.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592026-06-13T03:13:45.282Z Checking cfg-if v1.0.4
22602026-06-13T03:13:45.285Z Checking libc v0.2.185
22612026-06-13T03:13:45.285Z Checking serde_core v1.0.228
22622026-06-13T03:13:45.404Z Checking zeroize v1.8.2
22632026-06-13T03:13:45.412Z Checking memchr v2.8.0
22642026-06-13T03:13:45.420Z Checking log v0.4.29
22652026-06-13T03:13:45.430Z Checking smallvec v1.15.1
22662026-06-13T03:13:45.441Z Checking typenum v1.19.0
22672026-06-13T03:13:45.441Z Checking subtle v2.6.1
22682026-06-13T03:13:45.542Z Checking itoa v1.0.17
22692026-06-13T03:13:45.575Z Checking scopeguard v1.2.0
22702026-06-13T03:13:45.588Z Checking stable_deref_trait v1.2.1
22712026-06-13T03:13:45.601Z Checking const-oid v0.9.6
22722026-06-13T03:13:45.660Z Checking zerofrom v0.1.6
22732026-06-13T03:13:45.676Z Checking lock_api v0.4.14
22742026-06-13T03:13:45.687Z Checking pin-project-lite v0.2.17
22752026-06-13T03:13:45.774Z Checking yoke v0.8.1
22762026-06-13T03:13:45.788Z Checking portable-atomic v1.13.1
22772026-06-13T03:13:45.805Z Checking critical-section v1.2.0
22782026-06-13T03:13:45.809Z Checking getrandom v0.2.17
22792026-06-13T03:13:45.870Z Checking errno v0.3.14
22802026-06-13T03:13:45.936Z Checking parking_lot_core v0.9.12
22812026-06-13T03:13:45.941Z Checking zerovec v0.11.5
22822026-06-13T03:13:45.975Z Checking rand_core v0.6.4
22832026-06-13T03:13:45.987Z Checking generic-array v0.14.7
22842026-06-13T03:13:45.998Z Checking signal-hook-registry v1.4.8
22852026-06-13T03:13:46.120Z Checking futures-core v0.3.32
22862026-06-13T03:13:46.150Z Checking parking_lot v0.12.5
22872026-06-13T03:13:46.162Z Checking mio v1.2.0
22882026-06-13T03:13:46.223Z Checking once_cell v1.21.3
22892026-06-13T03:13:46.243Z Checking zerocopy v0.8.40
22902026-06-13T03:13:46.276Z Checking zmij v1.0.21
22912026-06-13T03:13:46.336Z Checking socket2 v0.6.3
22922026-06-13T03:13:46.378Z Checking tinystr v0.8.2
22932026-06-13T03:13:46.395Z Checking libm v0.2.16
22942026-06-13T03:13:46.419Z Checking crypto-common v0.1.7
22952026-06-13T03:13:46.440Z Checking block-buffer v0.10.4
22962026-06-13T03:13:46.488Z Checking writeable v0.6.2
22972026-06-13T03:13:46.541Z Checking percent-encoding v2.3.2
22982026-06-13T03:13:46.556Z Checking litemap v0.8.1
22992026-06-13T03:13:46.577Z Checking equivalent v1.0.2
23002026-06-13T03:13:46.581Z Checking digest v0.10.7
23012026-06-13T03:13:46.652Z Checking potential_utf v0.1.4
23022026-06-13T03:13:46.665Z Checking zerotrie v0.2.3
23032026-06-13T03:13:46.679Z Checking futures-sink v0.3.32
23042026-06-13T03:13:46.722Z Checking icu_locale_core v2.1.1
23052026-06-13T03:13:46.776Z Checking futures-channel v0.3.32
23062026-06-13T03:13:46.788Z Checking icu_collections v2.1.1
23072026-06-13T03:13:46.803Z Checking futures-task v0.3.32
23082026-06-13T03:13:46.866Z Checking serde v1.0.228
23092026-06-13T03:13:46.904Z Checking bitflags v2.11.0
23102026-06-13T03:13:46.938Z Checking serde_json v1.0.149
23112026-06-13T03:13:46.966Z Checking futures-io v0.3.32
23122026-06-13T03:13:47.067Z Checking cpufeatures v0.2.17
23132026-06-13T03:13:47.079Z Checking slab v0.4.12
23142026-06-13T03:13:47.092Z Checking hmac v0.12.1
23152026-06-13T03:13:47.104Z Checking num-traits v0.2.19
23162026-06-13T03:13:47.133Z Checking icu_properties_data v2.1.2
23172026-06-13T03:13:47.218Z Checking icu_normalizer_data v2.1.1
23182026-06-13T03:13:47.229Z Checking futures-util v0.3.32
23192026-06-13T03:13:47.259Z Checking hashbrown v0.17.0
23202026-06-13T03:13:47.275Z Checking bytes v1.11.1
23212026-06-13T03:13:47.278Z Checking icu_provider v2.1.1
23222026-06-13T03:13:47.296Z Checking rand_core v0.10.0
23232026-06-13T03:13:47.435Z Checking getrandom v0.4.1
23242026-06-13T03:13:47.508Z Checking icu_normalizer v2.1.1
23252026-06-13T03:13:47.582Z Checking icu_properties v2.1.2
23262026-06-13T03:13:47.600Z Checking block-padding v0.3.3
23272026-06-13T03:13:47.632Z Checking utf8_iter v1.0.4
23282026-06-13T03:13:47.703Z Checking tokio v1.52.1
23292026-06-13T03:13:47.717Z Checking indexmap v2.14.0
23302026-06-13T03:13:47.728Z Checking inout v0.1.4
23312026-06-13T03:13:47.751Z Checking sha2 v0.10.9
23322026-06-13T03:13:47.811Z Checking form_urlencoded v1.2.2
23332026-06-13T03:13:47.863Z Checking cipher v0.4.4
23342026-06-13T03:13:47.938Z Checking getrandom v0.3.4
23352026-06-13T03:13:48.021Z Checking base64ct v1.8.3
23362026-06-13T03:13:48.070Z Checking byteorder v1.5.0
23372026-06-13T03:13:48.082Z Checking fnv v1.0.7
23382026-06-13T03:13:48.183Z Checking flagset v0.4.7
23392026-06-13T03:13:48.260Z Checking pem-rfc7468 v0.7.0
23402026-06-13T03:13:48.275Z Checking rand_core v0.9.5
23412026-06-13T03:13:48.332Z Checking http v1.4.0
23422026-06-13T03:13:48.332Z Checking regex-syntax v0.8.10
23432026-06-13T03:13:48.406Z Checking idna_adapter v1.2.1
23442026-06-13T03:13:48.419Z Checking der v0.7.10
23452026-06-13T03:13:48.450Z Checking salsa20 v0.10.2
23462026-06-13T03:13:48.526Z Checking idna v1.1.0
23472026-06-13T03:13:48.584Z Checking uuid v1.23.0
23482026-06-13T03:13:48.783Z Checking url v2.5.8
23492026-06-13T03:13:48.864Z Checking pbkdf2 v0.12.2
23502026-06-13T03:13:48.901Z Checking rustix v1.1.3
23512026-06-13T03:13:48.976Z Checking tracing-core v0.1.36
23522026-06-13T03:13:49.034Z Checking ppv-lite86 v0.2.21
23532026-06-13T03:13:49.131Z Checking rustls-pki-types v1.14.0
23542026-06-13T03:13:49.178Z Checking spki v0.7.3
23552026-06-13T03:13:49.232Z Checking iana-time-zone v0.1.65
23562026-06-13T03:13:49.281Z Checking base64 v0.22.1
23572026-06-13T03:13:49.332Z Checking rand_chacha v0.9.0
23582026-06-13T03:13:49.346Z Checking tracing v0.1.44
23592026-06-13T03:13:49.346Z Checking chrono v0.4.44
23602026-06-13T03:13:49.420Z Checking scrypt v0.11.0
23612026-06-13T03:13:49.520Z Checking http-body v1.0.1
23622026-06-13T03:13:49.533Z Checking aes v0.8.4
23632026-06-13T03:13:49.552Z Checking cbc v0.1.2
23642026-06-13T03:13:49.566Z Checking aws-lc-sys v0.40.0
23652026-06-13T03:13:49.648Z Checking openssl-probe v0.2.1
23662026-06-13T03:13:49.651Z Checking untrusted v0.9.0
23672026-06-13T03:13:49.681Z Checking untrusted v0.7.1
23682026-06-13T03:13:49.740Z Checking tinyvec_macros v0.1.1
23692026-06-13T03:13:49.757Z Checking rand v0.9.2
23702026-06-13T03:13:49.770Z Checking ring v0.17.14
23712026-06-13T03:13:49.792Z Checking try-lock v0.2.5
23722026-06-13T03:13:49.804Z Checking tinyvec v1.10.0
23732026-06-13T03:13:49.891Z Checking tower-layer v0.3.3
23742026-06-13T03:13:49.925Z Checking pkcs5 v0.7.1
23752026-06-13T03:13:50.044Z Checking atomic-waker v1.1.2
23762026-06-13T03:13:50.069Z Checking aws-lc-rs v1.16.3
23772026-06-13T03:13:50.111Z Checking tower-service v0.3.3
23782026-06-13T03:13:50.144Z Checking want v0.3.1
23792026-06-13T03:13:50.181Z Checking pkcs8 v0.10.2
23802026-06-13T03:13:50.200Z Checking ipnet v2.11.0
23812026-06-13T03:13:50.224Z Checking httparse v1.10.1
23822026-06-13T03:13:50.237Z Checking aho-corasick v1.1.4
23832026-06-13T03:13:50.266Z Checking utf8parse v0.2.2
23842026-06-13T03:13:50.357Z Checking fastrand v2.3.0
23852026-06-13T03:13:50.370Z Checking foreign-types-shared v0.1.1
23862026-06-13T03:13:50.432Z Checking plain v0.2.3
23872026-06-13T03:13:50.450Z Checking httpdate v1.0.3
23882026-06-13T03:13:50.464Z Checking pin-utils v0.1.0
23892026-06-13T03:13:50.534Z Checking dyn-clone v1.0.20
23902026-06-13T03:13:50.546Z Checking tempfile v3.25.0
23912026-06-13T03:13:50.558Z Checking foreign-types v0.3.2
23922026-06-13T03:13:50.596Z Checking unicode-normalization v0.1.25
23932026-06-13T03:13:50.627Z Checking semver v1.0.28
23942026-06-13T03:13:50.639Z Checking openssl-sys v0.9.115
23952026-06-13T03:13:50.739Z Checking spin v0.9.8
23962026-06-13T03:13:50.759Z Checking anstyle v1.0.14
23972026-06-13T03:13:50.841Z Checking unicode-ident v1.0.24
23982026-06-13T03:13:50.912Z Checking regex-automata v0.4.14
23992026-06-13T03:13:50.915Z Checking rustls-webpki v0.103.9
24002026-06-13T03:13:50.938Z Checking ucd-trie v0.1.7
24012026-06-13T03:13:50.950Z Checking proc-macro2 v1.0.106
24022026-06-13T03:13:50.964Z Checking schemars v0.8.22
24032026-06-13T03:13:50.982Z Checking tokio-util v0.7.18
24042026-06-13T03:13:51.000Z Checking rustls-native-certs v0.8.3
24052026-06-13T03:13:51.024Z Checking openssl v0.10.79
24062026-06-13T03:13:51.064Z Checking pest v2.8.6
24072026-06-13T03:13:51.126Z Checking thiserror v2.0.18
24082026-06-13T03:13:51.228Z Checking sync_wrapper v1.0.2
24092026-06-13T03:13:51.254Z Checking wait-timeout v0.2.1
24102026-06-13T03:13:51.334Z Checking pretty-hex v0.4.1
24112026-06-13T03:13:51.347Z Checking rustls v0.23.37
24122026-06-13T03:13:51.374Z Checking is_terminal_polyfill v1.70.2
24132026-06-13T03:13:51.452Z Checking bit-vec v0.8.0
24142026-06-13T03:13:51.465Z Checking siphasher v1.0.2
24152026-06-13T03:13:51.584Z Checking h2 v0.4.13
24162026-06-13T03:13:51.603Z Checking anstyle-query v1.1.5
24172026-06-13T03:13:51.620Z Checking simd-adler32 v0.3.8
24182026-06-13T03:13:51.646Z Checking quick-error v1.2.3
24192026-06-13T03:13:51.696Z Checking powerfmt v0.2.0
24202026-06-13T03:13:51.748Z Checking colorchoice v1.0.4
24212026-06-13T03:13:51.786Z Checking rusty-fork v0.3.1
24222026-06-13T03:13:51.842Z Checking deranged v0.5.8
24232026-06-13T03:13:51.847Z Checking bit-set v0.8.0
24242026-06-13T03:13:51.953Z Checking tower v0.5.3
24252026-06-13T03:13:51.999Z Checking quote v1.0.45
24262026-06-13T03:13:52.119Z Compiling newtype-uuid v1.3.2
24272026-06-13T03:13:52.173Z Checking http-body-util v0.1.3
24282026-06-13T03:13:52.304Z Checking webpki-roots v1.0.6
24292026-06-13T03:13:52.329Z Checking crossbeam-utils v0.8.21
24302026-06-13T03:13:52.390Z Checking rand_xorshift v0.4.0
24312026-06-13T03:13:52.421Z Checking crc32fast v1.5.0
24322026-06-13T03:13:52.510Z Checking scroll v0.13.0
24332026-06-13T03:13:52.560Z Checking signature v2.2.0
24342026-06-13T03:13:52.660Z Checking iri-string v0.7.10
24352026-06-13T03:13:52.693Z Checking unicode-bidi v0.3.18
24362026-06-13T03:13:52.735Z Checking unicode-properties v0.1.4
24372026-06-13T03:13:52.753Z Checking num-conv v0.2.0
24382026-06-13T03:13:52.764Z Checking num_threads v0.1.7
24392026-06-13T03:13:52.849Z Checking ryu v1.0.23
24402026-06-13T03:13:52.869Z Checking unarray v0.1.4
24412026-06-13T03:13:52.921Z Checking time-core v0.1.8
24422026-06-13T03:13:52.971Z Checking allocator-api2 v0.2.21
24432026-06-13T03:13:52.984Z Checking adler2 v2.0.1
24442026-06-13T03:13:52.987Z Checking stringprep v0.1.5
24452026-06-13T03:13:53.050Z Checking native-tls v0.2.18
24462026-06-13T03:13:53.064Z Checking time v0.3.47
24472026-06-13T03:13:53.091Z Checking miniz_oxide v0.8.9
24482026-06-13T03:13:53.143Z Checking serde_urlencoded v0.7.1
24492026-06-13T03:13:53.228Z Checking tokio-native-tls v0.3.1
24502026-06-13T03:13:53.250Z Checking proptest v1.10.0
24512026-06-13T03:13:53.350Z Checking bstr v1.12.1
24522026-06-13T03:13:53.388Z Checking goblin v0.10.5
24532026-06-13T03:13:53.438Z Checking crossbeam-epoch v0.9.18
24542026-06-13T03:13:53.670Z Compiling daft v0.1.7
24552026-06-13T03:13:53.701Z Checking tower-http v0.6.8
24562026-06-13T03:13:53.721Z Checking tokio-rustls v0.26.4
24572026-06-13T03:13:53.766Z Checking syn v2.0.117
24582026-06-13T03:13:53.956Z Checking ipnetwork v0.21.1
24592026-06-13T03:13:53.971Z Checking anstyle-parse v1.0.0
24602026-06-13T03:13:53.984Z Checking rand_chacha v0.3.1
24612026-06-13T03:13:54.127Z Checking scroll v0.12.0
24622026-06-13T03:13:54.175Z Checking thiserror v1.0.69
24632026-06-13T03:13:54.195Z Checking zstd-sys v2.0.16+zstd.1.5.7
24642026-06-13T03:13:54.216Z Checking hash32 v0.2.1
24652026-06-13T03:13:54.272Z Checking num-integer v0.1.46
24662026-06-13T03:13:54.306Z Checking serde_spanned v0.6.9
24672026-06-13T03:13:54.318Z Checking hyper v1.8.1
24682026-06-13T03:13:54.357Z Checking toml_datetime v0.6.11
24692026-06-13T03:13:54.372Z Checking md-5 v0.10.6
24702026-06-13T03:13:54.431Z Checking ff v0.13.1
24712026-06-13T03:13:54.492Z Checking encoding_rs v0.8.35
24722026-06-13T03:13:54.507Z Checking zlib-rs v0.6.2
24732026-06-13T03:13:54.536Z Checking mime v0.3.17
24742026-06-13T03:13:54.581Z Checking psl-types v2.0.11
24752026-06-13T03:13:54.683Z Checking base16ct v0.2.0
24762026-06-13T03:13:54.707Z Checking fallible-iterator v0.2.0
24772026-06-13T03:13:54.810Z Checking sec1 v0.7.3
24782026-06-13T03:13:54.981Z Checking postgres-protocol v0.6.10
24792026-06-13T03:13:55.019Z Checking publicsuffix v2.3.0
24802026-06-13T03:13:55.183Z Checking group v0.13.0
24812026-06-13T03:13:55.225Z Checking hyper-util v0.1.20
24822026-06-13T03:13:55.239Z Checking num-iter v0.1.45
24832026-06-13T03:13:55.298Z Checking heapless v0.7.17
24842026-06-13T03:13:55.334Z Checking goblin v0.8.2
24852026-06-13T03:13:55.349Z Checking zstd-safe v7.2.4
24862026-06-13T03:13:55.374Z Checking flate2 v1.1.9
24872026-06-13T03:13:55.431Z Checking cookie v0.18.1
24882026-06-13T03:13:55.510Z Checking rand v0.8.6
24892026-06-13T03:13:55.657Z Checking oxnet v0.1.5
24902026-06-13T03:13:55.670Z Checking anstream v1.0.0
24912026-06-13T03:13:55.708Z Compiling iddqd v0.4.2
24922026-06-13T03:13:55.752Z Checking dof v0.4.0
24932026-06-13T03:13:55.867Z Checking dtrace-parser v0.3.0
24942026-06-13T03:13:55.895Z Checking phf_shared v0.13.1
24952026-06-13T03:13:56.044Z Checking lazy_static v1.5.0
24962026-06-13T03:13:56.057Z Checking anstyle-parse v0.2.7
24972026-06-13T03:13:56.098Z Checking zerocopy v0.7.35
24982026-06-13T03:13:56.111Z Checking pin-project v1.1.11
24992026-06-13T03:13:56.133Z Checking bzip2-sys v0.1.13+1.0.8
25002026-06-13T03:13:56.203Z Checking signal-hook v0.3.18
25012026-06-13T03:13:56.203Z Checking terminal_size v0.4.3
25022026-06-13T03:13:56.228Z Checking futures-executor v0.3.32
25032026-06-13T03:13:56.331Z Checking hex v0.4.3
25042026-06-13T03:13:56.376Z Checking hkdf v0.12.4
25052026-06-13T03:13:56.392Z Checking crypto-bigint v0.5.5
25062026-06-13T03:13:56.406Z Checking thread-id v5.1.0
25072026-06-13T03:13:56.484Z Compiling rayon-core v1.13.0
25082026-06-13T03:13:56.497Z Checking hyper-rustls v0.27.7
25092026-06-13T03:13:56.513Z Checking hyper-tls v0.6.0
25102026-06-13T03:13:56.556Z Checking clap_lex v1.0.0
25112026-06-13T03:13:56.581Z Checking bumpalo v3.20.2
25122026-06-13T03:13:56.660Z Checking winnow v0.7.14
25132026-06-13T03:13:56.680Z Checking libbz2-rs-sys v0.2.2
25142026-06-13T03:13:56.703Z Checking bitflags v1.3.2
25152026-06-13T03:13:56.716Z Checking winnow v0.5.40
25162026-06-13T03:13:56.776Z Checking foldhash v0.1.5
25172026-06-13T03:13:56.789Z Checking managed v0.8.0
25182026-06-13T03:13:56.913Z Checking same-file v1.0.6
25192026-06-13T03:13:56.977Z Checking foldhash v0.2.0
25202026-06-13T03:13:56.991Z Checking strsim v0.11.1
25212026-06-13T03:13:57.029Z Checking either v1.15.0
25222026-06-13T03:13:57.071Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25232026-06-13T03:13:57.132Z Checking hashbrown v0.16.1
25242026-06-13T03:13:57.153Z Checking clap_builder v4.6.0
25252026-06-13T03:13:57.216Z Checking bzip2 v0.6.1
25262026-06-13T03:13:57.257Z Checking dof v0.3.0
25272026-06-13T03:13:57.273Z Checking walkdir v2.5.0
25282026-06-13T03:13:57.288Z Checking elliptic-curve v0.13.8
25292026-06-13T03:13:57.378Z Checking smoltcp v0.9.1
25302026-06-13T03:13:57.432Z Checking hashbrown v0.15.5
25312026-06-13T03:13:57.542Z Checking zopfli v0.8.3
25322026-06-13T03:13:57.594Z Checking reqwest v0.12.28
25332026-06-13T03:13:57.657Z Checking usdt-impl v0.6.0
25342026-06-13T03:13:57.855Z Checking signal-hook-mio v0.2.5
25352026-06-13T03:13:57.868Z Checking toml_edit v0.19.15
25362026-06-13T03:13:57.878Z Checking futures v0.3.32
25372026-06-13T03:13:57.893Z Checking bzip2 v0.4.4
25382026-06-13T03:13:57.934Z Checking snafu v0.8.9
25392026-06-13T03:13:57.952Z Checking anstream v0.6.21
25402026-06-13T03:13:57.965Z Checking num-bigint-dig v0.8.6
25412026-06-13T03:13:57.977Z Checking phf v0.13.1
25422026-06-13T03:13:58.120Z Checking cookie_store v0.22.1
25432026-06-13T03:13:58.146Z Checking zstd v0.13.3
25442026-06-13T03:13:58.162Z Checking postgres-types v0.2.12
25452026-06-13T03:13:58.294Z Checking dtrace-parser v0.2.0
25462026-06-13T03:13:58.335Z Checking globset v0.4.18
25472026-06-13T03:13:58.383Z Checking rustls-platform-verifier v0.6.2
25482026-06-13T03:13:58.446Z Checking crossbeam-deque v0.8.6
25492026-06-13T03:13:58.460Z Checking regex v1.12.3
25502026-06-13T03:13:58.473Z Checking ed25519 v2.2.3
25512026-06-13T03:13:58.520Z Checking phf_shared v0.11.3
25522026-06-13T03:13:58.533Z Checking olpc-cjson v0.1.4
25532026-06-13T03:13:58.607Z Checking curve25519-dalek v4.1.3
25542026-06-13T03:13:58.630Z Checking ref-cast v1.0.25
25552026-06-13T03:13:58.670Z Checking strum v0.27.2
25562026-06-13T03:13:58.683Z Checking hubpack v0.1.2
25572026-06-13T03:13:58.685Z Checking memoffset v0.9.1
25582026-06-13T03:13:58.728Z Checking rustix v0.38.44
25592026-06-13T03:13:58.760Z Checking pkcs1 v0.7.5
25602026-06-13T03:13:58.773Z Checking pem v3.0.6
25612026-06-13T03:13:58.776Z Checking float-cmp v0.10.0
25622026-06-13T03:13:58.776Z Checking serde-big-array v0.5.1
25632026-06-13T03:13:58.848Z Checking serde_plain v1.0.2
25642026-06-13T03:13:58.899Z Checking erased-serde v0.3.31
25652026-06-13T03:13:58.913Z Checking rfc6979 v0.4.0
25662026-06-13T03:13:58.923Z Checking memmap2 v0.9.10
25672026-06-13T03:13:58.953Z Checking thread-id v4.2.2
25682026-06-13T03:13:58.969Z Checking env_filter v1.0.0
25692026-06-13T03:13:58.991Z Checking toml_write v0.1.2
25702026-06-13T03:13:59.022Z Checking jiff v0.2.21
25712026-06-13T03:13:59.034Z Checking fixedbitset v0.5.7
25722026-06-13T03:13:59.083Z Checking predicates-core v1.0.10
25732026-06-13T03:13:59.112Z Checking difflib v0.4.0
25742026-06-13T03:13:59.154Z Checking static_assertions v1.1.0
25752026-06-13T03:13:59.202Z Checking data-encoding v2.10.0
25762026-06-13T03:13:59.224Z Checking normalize-line-endings v0.3.0
25772026-06-13T03:13:59.236Z Checking fixedbitset v0.4.2
25782026-06-13T03:13:59.283Z Checking keccak v0.1.6
25792026-06-13T03:13:59.296Z Checking whoami v2.1.0
25802026-06-13T03:13:59.312Z Checking new_debug_unreachable v1.0.6
25812026-06-13T03:13:59.378Z Checking unicode-segmentation v1.12.0
25822026-06-13T03:13:59.378Z Checking typed-path v0.9.3
25832026-06-13T03:13:59.404Z Checking precomputed-hash v0.1.1
25842026-06-13T03:13:59.449Z Checking sha3 v0.10.8
25852026-06-13T03:13:59.467Z Checking hickory-proto v0.25.2
25862026-06-13T03:13:59.486Z Checking string_cache v0.8.9
25872026-06-13T03:13:59.498Z Checking tokio-postgres v0.7.16
25882026-06-13T03:13:59.538Z Checking crossterm v0.28.1
25892026-06-13T03:13:59.649Z Checking ed25519-dalek v2.2.0
25902026-06-13T03:13:59.662Z Checking petgraph v0.6.5
25912026-06-13T03:13:59.691Z Checking similar v2.7.0
25922026-06-13T03:13:59.878Z Checking predicates v3.1.4
25932026-06-13T03:14:00.076Z Checking slog v2.8.2
25942026-06-13T03:14:00.164Z Checking tough v0.22.0
25952026-06-13T03:14:00.181Z Checking petgraph v0.8.3
25962026-06-13T03:14:00.287Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25972026-06-13T03:14:00.345Z Checking toml_edit v0.22.27
25982026-06-13T03:14:00.739Z Checking env_logger v0.11.9
25992026-06-13T03:14:00.906Z Checking usdt v0.6.0
26002026-06-13T03:14:00.932Z Checking usdt-impl v0.5.0
26012026-06-13T03:14:01.078Z Checking ecdsa v0.16.9
26022026-06-13T03:14:01.214Z Checking rsa v0.9.10
26032026-06-13T03:14:01.265Z Checking zip v4.6.1
26042026-06-13T03:14:01.422Z Checking toml v0.7.8
26052026-06-13T03:14:01.435Z Checking nix v0.31.2
26062026-06-13T03:14:01.770Z Checking reqwest v0.13.2
26072026-06-13T03:14:01.843Z Checking clap v4.6.1
26082026-06-13T03:14:01.925Z Checking zip v0.6.6
26092026-06-13T03:14:02.064Z Checking toml_parser v1.0.9+spec-1.1.0
26102026-06-13T03:14:02.221Z Checking itertools v0.13.0
26112026-06-13T03:14:02.253Z Checking serde_with v3.17.0
26122026-06-13T03:14:02.294Z Checking strum v0.26.3
26132026-06-13T03:14:02.388Z Checking fs-err v3.3.0
26142026-06-13T03:14:02.408Z Checking ahash v0.8.12
26152026-06-13T03:14:02.489Z Checking object v0.37.3
26162026-06-13T03:14:02.523Z Checking tokio-stream v0.1.18
26172026-06-13T03:14:02.584Z Checking buf-list v1.1.2
26182026-06-13T03:14:02.602Z Checking camino v1.2.2
26192026-06-13T03:14:02.632Z Checking anyhow v1.0.102
26202026-06-13T03:14:02.687Z Checking x509-cert v0.2.5
26212026-06-13T03:14:02.763Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26222026-06-13T03:14:02.831Z Checking openapiv3 v2.2.0
26232026-06-13T03:14:02.850Z Checking sha1 v0.10.6
26242026-06-13T03:14:02.908Z Checking lalrpop-util v0.19.12
26252026-06-13T03:14:03.010Z Checking peg-runtime v0.8.5
26262026-06-13T03:14:03.027Z Checking rayon v1.11.0
26272026-06-13T03:14:03.073Z Checking sigpipe v0.1.3
26282026-06-13T03:14:03.151Z Checking glob v0.3.3
26292026-06-13T03:14:04.728Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26302026-06-13T03:14:05.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.35s
26312026-06-13T03:14:05.177Z
26322026-06-13T03:14:05.177Zinfo: running `cargo check --bins` on internal-dns-types (77/296)
26332026-06-13T03:14:05.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342026-06-13T03:14:05.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352026-06-13T03:14:05.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362026-06-13T03:14:05.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26372026-06-13T03:14:05.791Z
26382026-06-13T03:14:05.791Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/296)
26392026-06-13T03:14:06.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402026-06-13T03:14:06.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412026-06-13T03:14:06.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422026-06-13T03:14:06.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26432026-06-13T03:14:06.407Z
26442026-06-13T03:14:06.407Zinfo: running `cargo check --bins` on nexus-types-versions (79/296)
26452026-06-13T03:14:06.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-06-13T03:14:06.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-06-13T03:14:06.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-06-13T03:14:06.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26492026-06-13T03:14:07.024Z
26502026-06-13T03:14:07.024Zinfo: running `cargo check --bins` on oxql-types (80/296)
26512026-06-13T03:14:07.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-06-13T03:14:07.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-06-13T03:14:07.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-06-13T03:14:07.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26552026-06-13T03:14:07.621Z
26562026-06-13T03:14:07.621Zinfo: running `cargo check --bins` on oximeter-types (81/296)
26572026-06-13T03:14:08.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-06-13T03:14:08.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-06-13T03:14:08.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602026-06-13T03:14:08.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26612026-06-13T03:14:08.225Z
26622026-06-13T03:14:08.225Zinfo: running `cargo check --bins` on oximeter-types-versions (82/296)
26632026-06-13T03:14:09.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642026-06-13T03:14:09.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652026-06-13T03:14:09.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26662026-06-13T03:14:09.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26672026-06-13T03:14:09.739Z
26682026-06-13T03:14:09.739Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/296)
26692026-06-13T03:14:09.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702026-06-13T03:14:09.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712026-06-13T03:14:09.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26722026-06-13T03:14:09.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26732026-06-13T03:14:09.739Z
26742026-06-13T03:14:09.739Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/296)
26752026-06-13T03:14:09.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26762026-06-13T03:14:09.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26772026-06-13T03:14:10.121Z Compiling structmeta-derive v0.3.0
26782026-06-13T03:14:10.238Z Compiling rustls v0.22.4
26792026-06-13T03:14:10.247Z Compiling multer v3.1.0
26802026-06-13T03:14:10.258Z Compiling async-stream-impl v0.3.6
26812026-06-13T03:14:10.261Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26822026-06-13T03:14:10.278Z Compiling dropshot v0.17.0
26832026-06-13T03:14:10.295Z Compiling dropshot_endpoint v0.17.0
26842026-06-13T03:14:10.295Z Compiling newtype-uuid-macros v0.1.0
26852026-06-13T03:14:10.415Z Checking newtype-uuid v1.3.2
26862026-06-13T03:14:10.511Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26872026-06-13T03:14:10.541Z Checking rustls-webpki v0.102.8
26882026-06-13T03:14:10.616Z Checking daft v0.1.7
26892026-06-13T03:14:10.640Z Checking thread_local v1.1.9
26902026-06-13T03:14:10.812Z Checking compression-core v0.4.31
26912026-06-13T03:14:10.835Z Checking match_cfg v0.1.0
26922026-06-13T03:14:10.857Z Checking iddqd v0.4.2
26932026-06-13T03:14:10.915Z Checking hostname v0.3.1
26942026-06-13T03:14:10.933Z Checking crossbeam-channel v0.5.15
26952026-06-13T03:14:10.948Z Checking compression-codecs v0.4.37
26962026-06-13T03:14:11.013Z Checking atomicwrites v0.4.4
26972026-06-13T03:14:11.061Z Checking slog-json v2.6.1
26982026-06-13T03:14:11.113Z Checking toml_datetime v1.0.0+spec-1.1.0
26992026-06-13T03:14:11.205Z Checking is-terminal v0.4.17
27002026-06-13T03:14:11.223Z Checking serde_spanned v1.0.4
27012026-06-13T03:14:11.237Z Checking take_mut v0.2.2
27022026-06-13T03:14:11.275Z Checking toml_writer v1.0.6+spec-1.1.0
27032026-06-13T03:14:11.290Z Compiling structmeta v0.3.0
27042026-06-13T03:14:11.317Z Checking debug-ignore v1.0.5
27052026-06-13T03:14:11.337Z Checking term v1.2.1
27062026-06-13T03:14:11.351Z Checking slog-async v2.8.0
27072026-06-13T03:14:11.416Z Checking slog-bunyan v2.5.0
27082026-06-13T03:14:11.452Z Checking toml v1.0.6+spec-1.1.0
27092026-06-13T03:14:11.497Z Compiling derive-ex v0.1.8
27102026-06-13T03:14:11.522Z Compiling parse-display-derive v0.10.0
27112026-06-13T03:14:11.535Z Checking async-compression v0.4.41
27122026-06-13T03:14:11.556Z Checking slog-term v2.9.2
27132026-06-13T03:14:11.780Z Checking async-stream v0.3.6
27142026-06-13T03:14:11.783Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27152026-06-13T03:14:11.809Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27162026-06-13T03:14:11.866Z Checking progenitor-client v0.14.0
27172026-06-13T03:14:11.912Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27182026-06-13T03:14:12.023Z Checking waitgroup v0.1.2
27192026-06-13T03:14:12.054Z Checking backon v1.6.0
27202026-06-13T03:14:12.067Z Checking rustls-pemfile v2.2.0
27212026-06-13T03:14:12.124Z Checking serde_path_to_error v0.1.20
27222026-06-13T03:14:12.143Z Checking hostname v0.4.2
27232026-06-13T03:14:12.204Z Checking instant v0.1.13
27242026-06-13T03:14:12.293Z Checking backoff v0.4.0
27252026-06-13T03:14:12.350Z Checking tokio-rustls v0.25.0
27262026-06-13T03:14:12.393Z Checking progenitor-extras v0.2.0
27272026-06-13T03:14:12.452Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27282026-06-13T03:14:12.469Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27292026-06-13T03:14:12.616Z Checking itertools v0.14.0
27302026-06-13T03:14:12.658Z Checking regress v0.10.5
27312026-06-13T03:14:12.840Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27322026-06-13T03:14:13.075Z Checking macaddr v1.0.1
27332026-06-13T03:14:13.190Z Checking parse-display v0.10.0
27342026-06-13T03:14:13.205Z Compiling test-strategy v0.4.5
27352026-06-13T03:14:13.460Z Checking humantime v2.3.0
27362026-06-13T03:14:14.502Z Compiling prettyplease v0.2.37
27372026-06-13T03:14:14.761Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27382026-06-13T03:14:14.911Z Checking num-rational v0.4.2
27392026-06-13T03:14:15.139Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27402026-06-13T03:14:15.434Z Checking num-complex v0.4.6
27412026-06-13T03:14:16.048Z Checking num v0.4.3
27422026-06-13T03:14:16.160Z Compiling usdt-attr-macro v0.5.0
27432026-06-13T03:14:16.201Z Compiling usdt-macro v0.5.0
27442026-06-13T03:14:16.216Z Checking memmap v0.7.0
27452026-06-13T03:14:16.250Z Checking float-ord v0.3.2
27462026-06-13T03:14:16.346Z Compiling convert_case v0.4.0
27472026-06-13T03:14:16.361Z Checking unicode-width v0.2.0
27482026-06-13T03:14:16.610Z Checking console v0.15.11
27492026-06-13T03:14:16.727Z Compiling derive_more v0.99.20
27502026-06-13T03:14:16.889Z Checking newline-converter v0.3.0
27512026-06-13T03:14:16.929Z Compiling toml v0.8.23
27522026-06-13T03:14:16.933Z Checking usdt v0.5.0
27532026-06-13T03:14:17.003Z Compiling minimal-lexical v0.2.1
27542026-06-13T03:14:17.110Z Checking linked-hash-map v0.5.6
27552026-06-13T03:14:17.271Z Compiling nom v7.1.3
27562026-06-13T03:14:17.290Z Checking lru-cache v0.1.2
27572026-06-13T03:14:17.417Z Checking expectorate v1.2.0
27582026-06-13T03:14:17.911Z Checking camino-tempfile v1.4.1
27592026-06-13T03:14:18.075Z Checking hickory-proto v0.24.4
27602026-06-13T03:14:18.089Z Checking phf_shared v0.12.1
27612026-06-13T03:14:18.187Z Compiling slog-dtrace v0.3.0
27622026-06-13T03:14:18.233Z Compiling chrono-tz v0.10.4
27632026-06-13T03:14:18.380Z Checking resolv-conf v0.7.6
27642026-06-13T03:14:18.419Z Checking heck v0.5.0
27652026-06-13T03:14:18.585Z Compiling const_format_proc_macros v0.2.34
27662026-06-13T03:14:18.629Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27672026-06-13T03:14:18.645Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27682026-06-13T03:14:18.660Z Checking phf v0.12.1
27692026-06-13T03:14:18.806Z Checking tokio-dtrace v0.1.1
27702026-06-13T03:14:19.001Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27712026-06-13T03:14:19.112Z Compiling derive-where v1.6.0
27722026-06-13T03:14:19.345Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27732026-06-13T03:14:19.439Z Checking highway v1.3.0
27742026-06-13T03:14:19.683Z Checking const_format v0.2.35
27752026-06-13T03:14:19.918Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27762026-06-13T03:14:19.932Z Checking hickory-resolver v0.24.4
27772026-06-13T03:14:20.189Z Checking oxide-tokio-rt v0.1.4
27782026-06-13T03:14:20.214Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27792026-06-13T03:14:20.448Z Checking gethostname v0.5.0
27802026-06-13T03:14:20.476Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27812026-06-13T03:14:20.539Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27822026-06-13T03:14:20.630Z Checking bcs v0.1.6
27832026-06-13T03:14:20.659Z Checking qorb v0.4.1
27842026-06-13T03:14:20.809Z Checking termtree v0.5.1
27852026-06-13T03:14:20.861Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27862026-06-13T03:14:24.024Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27872026-06-13T03:14:26.599Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27882026-06-13T03:14:28.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.30s
27892026-06-13T03:14:28.911Z
27902026-06-13T03:14:28.911Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/296)
27912026-06-13T03:14:29.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922026-06-13T03:14:29.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932026-06-13T03:14:29.616Z Compiling ar_archive_writer v0.5.1
27942026-06-13T03:14:29.725Z Compiling stacker v0.1.23
27952026-06-13T03:14:29.732Z Compiling cfg_aliases v0.1.1
27962026-06-13T03:14:29.739Z Compiling convert_case v0.10.0
27972026-06-13T03:14:29.746Z Checking unicode-width v0.1.14
27982026-06-13T03:14:29.755Z Compiling proc-macro-error v1.0.4
27992026-06-13T03:14:29.766Z Checking fd-lock v4.0.4
28002026-06-13T03:14:29.769Z Checking nibble_vec v0.1.0
28012026-06-13T03:14:29.791Z Compiling nix v0.28.0
28022026-06-13T03:14:29.883Z Checking vte v0.14.1
28032026-06-13T03:14:29.896Z Compiling recursive-proc-macro-impl v0.1.1
28042026-06-13T03:14:29.981Z Checking endian-type v0.1.2
28052026-06-13T03:14:29.995Z Checking bytecount v0.6.9
28062026-06-13T03:14:30.032Z Checking strip-ansi-escapes v0.2.1
28072026-06-13T03:14:30.032Z Compiling derive_more-impl v2.1.1
28082026-06-13T03:14:30.062Z Compiling tabled_derive v0.7.0
28092026-06-13T03:14:30.107Z Checking radix_trie v0.2.1
28102026-06-13T03:14:30.110Z Checking papergrid v0.11.0
28112026-06-13T03:14:30.169Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28122026-06-13T03:14:30.293Z Compiling peg-macros v0.8.5
28132026-06-13T03:14:30.313Z Checking winnow v0.6.26
28142026-06-13T03:14:30.676Z Compiling psm v0.1.30
28152026-06-13T03:14:30.682Z Compiling sqlparser_derive v0.5.0
28162026-06-13T03:14:30.730Z Checking nu-ansi-term v0.50.3
28172026-06-13T03:14:30.848Z Checking derive_more v2.1.1
28182026-06-13T03:14:30.928Z Checking unicode_categories v0.1.1
28192026-06-13T03:14:30.941Z Checking home v0.5.12
28202026-06-13T03:14:31.049Z Checking reedline v0.40.0
28212026-06-13T03:14:31.066Z Checking tabled v0.15.0
28222026-06-13T03:14:31.092Z Checking crossterm v0.29.0
28232026-06-13T03:14:31.099Z Checking rustyline v14.0.0
28242026-06-13T03:14:31.363Z Checking recursive v0.1.1
28252026-06-13T03:14:31.417Z Checking display-error-chain v0.2.2
28262026-06-13T03:14:31.460Z Checking sqlparser v0.61.0
28272026-06-13T03:14:31.474Z Checking sqlformat v0.3.5
28282026-06-13T03:14:31.661Z Checking peg v0.8.5
28292026-06-13T03:14:42.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.81s
28302026-06-13T03:14:42.910Z
28312026-06-13T03:14:42.911Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/296)
28322026-06-13T03:14:43.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-06-13T03:14:43.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-06-13T03:14:43.601Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-06-13T03:14:47.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
28362026-06-13T03:14:47.256Z
28372026-06-13T03:14:47.256Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/296)
28382026-06-13T03:14:47.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-06-13T03:14:47.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-06-13T03:14:47.942Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-06-13T03:14:50.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
28422026-06-13T03:14:50.561Z
28432026-06-13T03:14:50.561Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/296)
28442026-06-13T03:14:51.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-06-13T03:14:51.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-06-13T03:14:51.237Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-06-13T03:14:54.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28482026-06-13T03:14:54.672Z
28492026-06-13T03:14:54.672Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/296)
28502026-06-13T03:14:55.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-06-13T03:14:55.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-06-13T03:14:55.357Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-06-13T03:14:58.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
28542026-06-13T03:14:58.809Z
28552026-06-13T03:14:58.809Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/296)
28562026-06-13T03:14:59.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-06-13T03:14:59.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-06-13T03:14:59.492Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-06-13T03:15:02.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28602026-06-13T03:15:02.283Z
28612026-06-13T03:15:02.283Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/296)
28622026-06-13T03:15:02.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-06-13T03:15:02.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-06-13T03:15:02.967Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28652026-06-13T03:15:05.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28662026-06-13T03:15:05.758Z
28672026-06-13T03:15:05.758Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/296)
28682026-06-13T03:15:06.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-06-13T03:15:06.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-06-13T03:15:06.441Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28712026-06-13T03:15:09.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s
28722026-06-13T03:15:10.087Z
28732026-06-13T03:15:10.088Zinfo: running `cargo check --bins` on oximeter (93/296)
28742026-06-13T03:15:10.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-06-13T03:15:10.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-06-13T03:15:10.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772026-06-13T03:15:10.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28782026-06-13T03:15:10.695Z
28792026-06-13T03:15:10.695Zinfo: running `cargo check --bins` on oximeter-schema (94/296)
28802026-06-13T03:15:11.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-06-13T03:15:11.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-06-13T03:15:11.344Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28832026-06-13T03:15:11.509Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28842026-06-13T03:15:11.524Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28852026-06-13T03:15:11.846Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28862026-06-13T03:15:14.733Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28872026-06-13T03:15:15.954Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28882026-06-13T03:15:16.166Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28892026-06-13T03:15:16.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.14s
28902026-06-13T03:15:17.021Z
28912026-06-13T03:15:17.021Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/296)
28922026-06-13T03:15:17.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-06-13T03:15:17.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-06-13T03:15:17.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-06-13T03:15:17.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28962026-06-13T03:15:17.632Z
28972026-06-13T03:15:17.632Zinfo: running `cargo check --bins` on oximeter-test-utils (96/296)
28982026-06-13T03:15:18.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-06-13T03:15:18.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-06-13T03:15:18.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-06-13T03:15:18.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29022026-06-13T03:15:18.283Z
29032026-06-13T03:15:18.284Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/296)
29042026-06-13T03:15:18.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-06-13T03:15:18.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-06-13T03:15:18.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-06-13T03:15:18.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29082026-06-13T03:15:18.900Z
29092026-06-13T03:15:18.900Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/296)
29102026-06-13T03:15:19.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-06-13T03:15:19.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-06-13T03:15:19.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-06-13T03:15:19.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29142026-06-13T03:15:19.515Z
29152026-06-13T03:15:19.515Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/296)
29162026-06-13T03:15:20.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-06-13T03:15:20.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-06-13T03:15:20.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-06-13T03:15:20.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29202026-06-13T03:15:20.140Z
29212026-06-13T03:15:20.140Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/296)
29222026-06-13T03:15:20.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-06-13T03:15:20.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-06-13T03:15:20.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-06-13T03:15:20.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29262026-06-13T03:15:20.733Z
29272026-06-13T03:15:20.734Zinfo: running `cargo check --bins` on trust-quorum-types (101/296)
29282026-06-13T03:15:21.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-06-13T03:15:21.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-06-13T03:15:21.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-06-13T03:15:21.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29322026-06-13T03:15:21.328Z
29332026-06-13T03:15:21.328Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/296)
29342026-06-13T03:15:21.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-06-13T03:15:21.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-06-13T03:15:21.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-06-13T03:15:21.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29382026-06-13T03:15:21.941Z
29392026-06-13T03:15:21.941Zinfo: running `cargo check --bins` on update-engine (103/296)
29402026-06-13T03:15:22.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-06-13T03:15:22.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-06-13T03:15:22.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29432026-06-13T03:15:22.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29442026-06-13T03:15:22.536Z
29452026-06-13T03:15:22.536Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/296)
29462026-06-13T03:15:23.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472026-06-13T03:15:23.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482026-06-13T03:15:23.264Z Compiling crucible-workspace-hack v0.1.0
29492026-06-13T03:15:23.385Z Checking secrecy v0.10.3
29502026-06-13T03:15:23.392Z Compiling heapless v0.8.0
29512026-06-13T03:15:23.395Z Compiling toml_datetime v0.7.5+spec-1.1.0
29522026-06-13T03:15:23.406Z Compiling ingot-macros v0.1.1
29532026-06-13T03:15:23.415Z Checking hash32 v0.3.1
29542026-06-13T03:15:23.426Z Compiling smoltcp v0.11.0
29552026-06-13T03:15:23.429Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29562026-06-13T03:15:23.488Z Checking cobs v0.3.0
29572026-06-13T03:15:23.536Z Compiling toml_edit v0.23.10+spec-1.0.0
29582026-06-13T03:15:23.632Z Compiling thiserror-impl-no-std v2.0.2
29592026-06-13T03:15:23.645Z Checking universal-hash v0.5.1
29602026-06-13T03:15:23.648Z Checking half v2.7.1
29612026-06-13T03:15:23.698Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29622026-06-13T03:15:23.771Z Checking ciborium-io v0.2.2
29632026-06-13T03:15:23.789Z Checking opaque-debug v0.3.1
29642026-06-13T03:15:23.859Z Checking poly1305 v0.8.0
29652026-06-13T03:15:23.868Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29662026-06-13T03:15:23.940Z Checking ciborium-ll v0.2.2
29672026-06-13T03:15:23.960Z Checking postcard v1.1.3
29682026-06-13T03:15:24.119Z Compiling proc-macro-crate v3.4.0
29692026-06-13T03:15:24.189Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29702026-06-13T03:15:24.252Z Checking password-hash v0.5.0
29712026-06-13T03:15:24.316Z Checking chacha20 v0.9.1
29722026-06-13T03:15:24.464Z Compiling proc-macro-crate v1.3.1
29732026-06-13T03:15:24.479Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29742026-06-13T03:15:24.517Z Checking blake2 v0.10.6
29752026-06-13T03:15:24.598Z Checking aead v0.5.2
29762026-06-13T03:15:24.686Z Compiling num_enum_derive v0.7.6
29772026-06-13T03:15:24.711Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29782026-06-13T03:15:24.743Z Compiling foreign-types-macros v0.2.3
29792026-06-13T03:15:24.758Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29802026-06-13T03:15:24.808Z Checking thiserror-no-std v2.0.2
29812026-06-13T03:15:24.882Z Checking foreign-types-shared v0.3.1
29822026-06-13T03:15:24.898Z Checking cpufeatures v0.3.0
29832026-06-13T03:15:24.917Z Checking vsss-rs v3.3.4
29842026-06-13T03:15:24.970Z Compiling num_enum_derive v0.5.11
29852026-06-13T03:15:24.970Z Checking chacha20 v0.10.0
29862026-06-13T03:15:24.998Z Checking argon2 v0.5.3
29872026-06-13T03:15:25.188Z Checking chacha20poly1305 v0.10.1
29882026-06-13T03:15:25.321Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29892026-06-13T03:15:25.335Z Checking foreign-types v0.5.0
29902026-06-13T03:15:25.338Z Checking ciborium v0.2.2
29912026-06-13T03:15:25.518Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29922026-06-13T03:15:25.567Z Checking tabwriter v1.4.1
29932026-06-13T03:15:25.716Z Checking byte-wrapper v0.1.0
29942026-06-13T03:15:25.730Z Checking num_enum v0.7.6
29952026-06-13T03:15:25.765Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29962026-06-13T03:15:25.800Z Checking cstr-argument v0.1.2
29972026-06-13T03:15:25.840Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29982026-06-13T03:15:25.923Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29992026-06-13T03:15:25.937Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30002026-06-13T03:15:26.017Z Checking num_enum v0.5.11
30012026-06-13T03:15:26.034Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30022026-06-13T03:15:26.127Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30032026-06-13T03:15:26.140Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30042026-06-13T03:15:26.187Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30052026-06-13T03:15:26.207Z Checking ingot-types v0.1.2
30062026-06-13T03:15:26.283Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30072026-06-13T03:15:26.297Z Checking rand v0.10.0
30082026-06-13T03:15:26.310Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30092026-06-13T03:15:26.313Z Checking colored v3.1.1
30102026-06-13T03:15:26.483Z Checking indent_write v2.2.0
30112026-06-13T03:15:26.518Z Compiling zone_cfg_derive v0.3.1
30122026-06-13T03:15:26.566Z Checking ingot v0.1.1
30132026-06-13T03:15:26.579Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30142026-06-13T03:15:26.612Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30152026-06-13T03:15:26.626Z Checking itertools v0.12.1
30162026-06-13T03:15:26.749Z Compiling num-derive v0.4.2
30172026-06-13T03:15:26.777Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30182026-06-13T03:15:26.791Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30192026-06-13T03:15:26.875Z Checking swrite v0.1.0
30202026-06-13T03:15:26.967Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30212026-06-13T03:15:27.001Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30222026-06-13T03:15:27.150Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30232026-06-13T03:15:27.164Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30242026-06-13T03:15:27.167Z Checking dropshot-api-manager-types v0.7.2
30252026-06-13T03:15:27.275Z Checking smf v0.2.3
30262026-06-13T03:15:27.290Z Checking nanorand v0.7.0
30272026-06-13T03:15:27.344Z Checking whoami v1.6.1
30282026-06-13T03:15:27.485Z Checking flume v0.11.1
30292026-06-13T03:15:27.505Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30302026-06-13T03:15:27.633Z Checking zone v0.3.1
30312026-06-13T03:15:27.669Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30322026-06-13T03:15:28.161Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30332026-06-13T03:15:29.138Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30342026-06-13T03:15:30.045Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30352026-06-13T03:15:33.302Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30362026-06-13T03:15:35.370Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30372026-06-13T03:15:36.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.93s
30382026-06-13T03:15:36.662Z
30392026-06-13T03:15:36.662Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/296)
30402026-06-13T03:15:37.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-06-13T03:15:37.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-06-13T03:15:37.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-06-13T03:15:37.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30442026-06-13T03:15:37.260Z
30452026-06-13T03:15:37.260Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/296)
30462026-06-13T03:15:37.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-06-13T03:15:37.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-06-13T03:15:37.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-06-13T03:15:37.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30502026-06-13T03:15:37.871Z
30512026-06-13T03:15:37.871Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/296)
30522026-06-13T03:15:38.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-06-13T03:15:38.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-06-13T03:15:38.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-06-13T03:15:38.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30562026-06-13T03:15:38.489Z
30572026-06-13T03:15:38.489Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/296)
30582026-06-13T03:15:39.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-06-13T03:15:39.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-06-13T03:15:39.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-06-13T03:15:39.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30622026-06-13T03:15:39.104Z
30632026-06-13T03:15:39.104Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/296)
30642026-06-13T03:15:39.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-06-13T03:15:39.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-06-13T03:15:39.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-06-13T03:15:39.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30682026-06-13T03:15:39.712Z
30692026-06-13T03:15:39.712Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/296)
30702026-06-13T03:15:40.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-06-13T03:15:40.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-06-13T03:15:40.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-06-13T03:15:40.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30742026-06-13T03:15:40.327Z
30752026-06-13T03:15:40.327Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/296)
30762026-06-13T03:15:40.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-06-13T03:15:40.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-06-13T03:15:40.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-06-13T03:15:40.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30802026-06-13T03:15:40.934Z
30812026-06-13T03:15:40.934Zinfo: running `cargo check --bins` on cockroach-admin-client (112/296)
30822026-06-13T03:15:41.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-06-13T03:15:41.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-06-13T03:15:41.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-06-13T03:15:41.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30862026-06-13T03:15:41.527Z
30872026-06-13T03:15:41.527Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/296)
30882026-06-13T03:15:42.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-06-13T03:15:42.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-06-13T03:15:42.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-06-13T03:15:42.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30922026-06-13T03:15:42.131Z
30932026-06-13T03:15:42.131Zinfo: running `cargo check --bins` on dns-service-client (114/296)
30942026-06-13T03:15:42.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-06-13T03:15:42.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-06-13T03:15:42.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-06-13T03:15:42.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30982026-06-13T03:15:42.741Z
30992026-06-13T03:15:42.741Zinfo: running `cargo check --bins` on installinator-client (115/296)
31002026-06-13T03:15:43.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-06-13T03:15:43.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-06-13T03:15:43.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-06-13T03:15:43.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31042026-06-13T03:15:43.354Z
31052026-06-13T03:15:43.354Zinfo: running `cargo check --bins` on nexus-client (116/296)
31062026-06-13T03:15:43.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-06-13T03:15:43.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-06-13T03:15:43.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-06-13T03:15:43.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31102026-06-13T03:15:44.002Z
31112026-06-13T03:15:44.002Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/296)
31122026-06-13T03:15:44.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-06-13T03:15:44.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-06-13T03:15:44.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-06-13T03:15:44.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31162026-06-13T03:15:44.655Z
31172026-06-13T03:15:44.655Zinfo: running `cargo check --bins` on ntp-admin-client (118/296)
31182026-06-13T03:15:45.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-06-13T03:15:45.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-06-13T03:15:45.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-06-13T03:15:45.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31222026-06-13T03:15:45.259Z
31232026-06-13T03:15:45.259Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/296)
31242026-06-13T03:15:45.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-06-13T03:15:45.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-06-13T03:15:45.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-06-13T03:15:45.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31282026-06-13T03:15:45.863Z
31292026-06-13T03:15:45.863Zinfo: running `cargo check --bins` on oxide-client (120/296)
31302026-06-13T03:15:46.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-06-13T03:15:46.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-06-13T03:15:46.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-06-13T03:15:46.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31342026-06-13T03:15:46.462Z
31352026-06-13T03:15:46.462Zinfo: running `cargo check --bins` on oximeter-client (121/296)
31362026-06-13T03:15:46.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-06-13T03:15:46.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-06-13T03:15:46.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-06-13T03:15:47.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31402026-06-13T03:15:47.072Z
31412026-06-13T03:15:47.072Zinfo: running `cargo check --bins` on repo-depot-client (122/296)
31422026-06-13T03:15:47.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-06-13T03:15:47.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-06-13T03:15:47.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-06-13T03:15:47.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31462026-06-13T03:15:47.670Z
31472026-06-13T03:15:47.670Zinfo: running `cargo check --bins` on sled-agent-client (123/296)
31482026-06-13T03:15:48.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-06-13T03:15:48.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-06-13T03:15:48.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-06-13T03:15:48.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31522026-06-13T03:15:48.290Z
31532026-06-13T03:15:48.290Zinfo: running `cargo check --bins` on wicketd-client (124/296)
31542026-06-13T03:15:48.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-06-13T03:15:48.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-06-13T03:15:48.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-06-13T03:15:48.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31582026-06-13T03:15:48.921Z
31592026-06-13T03:15:48.921Zinfo: running `cargo check --bins` on installinator-common (125/296)
31602026-06-13T03:15:49.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-06-13T03:15:49.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-06-13T03:15:49.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-06-13T03:15:49.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31642026-06-13T03:15:49.554Z
31652026-06-13T03:15:49.554Zinfo: running `cargo check --bins` on installinator-common-versions (126/296)
31662026-06-13T03:15:50.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-06-13T03:15:50.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-06-13T03:15:50.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-06-13T03:15:50.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31702026-06-13T03:15:50.157Z
31712026-06-13T03:15:50.157Zinfo: running `cargo check --bins` on wicket-common (127/296)
31722026-06-13T03:15:50.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-06-13T03:15:50.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-06-13T03:15:50.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752026-06-13T03:15:50.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31762026-06-13T03:15:50.791Z
31772026-06-13T03:15:50.792Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/296)
31782026-06-13T03:15:51.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792026-06-13T03:15:51.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802026-06-13T03:15:51.491Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31812026-06-13T03:15:51.608Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31822026-06-13T03:15:51.616Z Checking csv-core v0.1.13
31832026-06-13T03:15:51.625Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31842026-06-13T03:15:51.632Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31852026-06-13T03:15:51.635Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31862026-06-13T03:15:51.654Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31872026-06-13T03:15:51.667Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31882026-06-13T03:15:51.773Z Checking csv v1.4.0
31892026-06-13T03:15:51.818Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31902026-06-13T03:15:51.833Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31912026-06-13T03:15:51.859Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31922026-06-13T03:15:51.874Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31932026-06-13T03:15:52.116Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31942026-06-13T03:15:52.487Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31952026-06-13T03:15:52.487Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31962026-06-13T03:15:52.835Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31972026-06-13T03:15:58.797Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31982026-06-13T03:15:59.334Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31992026-06-13T03:16:01.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.91s
32002026-06-13T03:16:01.898Z
32012026-06-13T03:16:01.898Zinfo: running `cargo check --bins` on cockroach-admin-api (129/296)
32022026-06-13T03:16:02.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-06-13T03:16:02.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-06-13T03:16:02.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-06-13T03:16:02.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32062026-06-13T03:16:02.512Z
32072026-06-13T03:16:02.512Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/296)
32082026-06-13T03:16:03.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-06-13T03:16:03.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-06-13T03:16:03.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-06-13T03:16:03.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32122026-06-13T03:16:03.215Z
32132026-06-13T03:16:03.215Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/296)
32142026-06-13T03:16:03.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-06-13T03:16:03.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-06-13T03:16:03.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-06-13T03:16:03.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32182026-06-13T03:16:03.917Z
32192026-06-13T03:16:03.917Zinfo: running `cargo check --bins` on gateway-test-utils (132/296)
32202026-06-13T03:16:04.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-06-13T03:16:04.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-06-13T03:16:04.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232026-06-13T03:16:04.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32242026-06-13T03:16:04.586Z
32252026-06-13T03:16:04.586Zinfo: running `cargo check --bins` on omicron-gateway (133/296)
32262026-06-13T03:16:05.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272026-06-13T03:16:05.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282026-06-13T03:16:05.370Z Compiling regress v0.11.1
32292026-06-13T03:16:05.512Z Compiling unsafe-libyaml v0.2.11
32302026-06-13T03:16:05.523Z Compiling semver v0.1.20
32312026-06-13T03:16:05.523Z Compiling radium v0.7.0
32322026-06-13T03:16:05.544Z Checking nom v8.0.0
32332026-06-13T03:16:05.548Z Compiling maybe-uninit v2.0.0
32342026-06-13T03:16:05.548Z Checking tap v1.0.1
32352026-06-13T03:16:05.672Z Checking wyz v0.5.1
32362026-06-13T03:16:05.796Z Compiling rustc_version v0.1.7
32372026-06-13T03:16:05.849Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32382026-06-13T03:16:05.870Z Compiling zerocopy-derive v0.6.6
32392026-06-13T03:16:05.980Z Compiling cancel-safe-futures v0.1.5
32402026-06-13T03:16:06.018Z Compiling serde_yaml v0.9.34+deprecated
32412026-06-13T03:16:06.185Z Compiling newtype_derive v0.1.6
32422026-06-13T03:16:06.236Z Checking funty v2.0.0
32432026-06-13T03:16:06.372Z Checking crc-catalog v2.4.0
32442026-06-13T03:16:06.466Z Compiling owo-colors v4.3.0
32452026-06-13T03:16:06.561Z Compiling packed_struct v0.10.1
32462026-06-13T03:16:06.716Z Checking zerocopy v0.6.6
32472026-06-13T03:16:06.840Z Checking bitvec v1.0.1
32482026-06-13T03:16:06.854Z Checking crc v3.4.0
32492026-06-13T03:16:06.940Z Checking typify-impl v0.6.2
32502026-06-13T03:16:07.178Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32512026-06-13T03:16:07.329Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32522026-06-13T03:16:07.464Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32532026-06-13T03:16:07.480Z Compiling packed_struct_codegen v0.10.1
32542026-06-13T03:16:07.676Z Checking libsw-core v0.3.2
32552026-06-13T03:16:07.721Z Compiling bitfield-macros v0.19.4
32562026-06-13T03:16:07.827Z Compiling indexmap v1.9.3
32572026-06-13T03:16:08.033Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32582026-06-13T03:16:08.085Z Checking nodrop v0.1.14
32592026-06-13T03:16:08.137Z Checking libsw v3.5.0
32602026-06-13T03:16:08.151Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32612026-06-13T03:16:08.180Z Checking array-init v0.0.4
32622026-06-13T03:16:08.292Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32632026-06-13T03:16:08.444Z Checking bitfield v0.19.4
32642026-06-13T03:16:08.483Z Checking smallvec v0.6.14
32652026-06-13T03:16:08.486Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32662026-06-13T03:16:08.755Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32672026-06-13T03:16:08.780Z Checking base64 v0.21.7
32682026-06-13T03:16:08.810Z Checking linear-map v1.2.0
32692026-06-13T03:16:08.899Z Checking unicode-linebreak v0.1.5
32702026-06-13T03:16:08.949Z Checking tagptr v0.2.0
32712026-06-13T03:16:08.983Z Checking smawk v0.3.2
32722026-06-13T03:16:09.023Z Checking hashbrown v0.12.3
32732026-06-13T03:16:09.098Z Checking moka v0.12.13
32742026-06-13T03:16:09.101Z Checking ron v0.8.1
32752026-06-13T03:16:09.126Z Checking textwrap v0.16.2
32762026-06-13T03:16:09.295Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32772026-06-13T03:16:09.352Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32782026-06-13T03:16:09.527Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32792026-06-13T03:16:09.646Z Checking steno v0.4.1
32802026-06-13T03:16:09.673Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32812026-06-13T03:16:09.749Z Checking serde-hex v0.1.0
32822026-06-13T03:16:09.770Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32832026-06-13T03:16:09.933Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32842026-06-13T03:16:10.339Z Checking hashbrown v0.13.2
32852026-06-13T03:16:10.526Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32862026-06-13T03:16:10.574Z Checking crc-any v2.5.0
32872026-06-13T03:16:10.651Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32882026-06-13T03:16:10.741Z Checking hickory-resolver v0.25.2
32892026-06-13T03:16:10.760Z Checking path-slash v0.1.5
32902026-06-13T03:16:10.783Z Checking object v0.30.4
32912026-06-13T03:16:10.820Z Checking half v1.8.3
32922026-06-13T03:16:10.873Z Checking void v1.0.2
32932026-06-13T03:16:10.904Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32942026-06-13T03:16:10.981Z Checking utf-8 v0.7.6
32952026-06-13T03:16:11.010Z Checking lzss v0.8.2
32962026-06-13T03:16:11.026Z Checking serde_cbor v0.11.2
32972026-06-13T03:16:11.121Z Checking tungstenite v0.23.0
32982026-06-13T03:16:11.257Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32992026-06-13T03:16:11.344Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33002026-06-13T03:16:11.409Z Checking nix v0.27.1
33012026-06-13T03:16:11.423Z Checking kstat-rs v0.2.4
33022026-06-13T03:16:11.456Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33032026-06-13T03:16:11.547Z Checking fxhash v0.2.1
33042026-06-13T03:16:11.580Z Checking serde_bytes v0.11.19
33052026-06-13T03:16:11.601Z Compiling typify-macro v0.6.2
33062026-06-13T03:16:11.616Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33072026-06-13T03:16:11.664Z Checking tokio-tungstenite v0.23.1
33082026-06-13T03:16:11.756Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33092026-06-13T03:16:11.873Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33102026-06-13T03:16:11.906Z Checking signal-hook-tokio v0.3.1
33112026-06-13T03:16:12.689Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33122026-06-13T03:16:12.857Z Compiling typify v0.6.2
33132026-06-13T03:16:12.938Z Compiling progenitor-impl v0.14.0
33142026-06-13T03:16:13.595Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33152026-06-13T03:16:13.908Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33162026-06-13T03:16:14.406Z Compiling progenitor-macro v0.14.0
33172026-06-13T03:16:16.734Z Checking progenitor v0.14.0
33182026-06-13T03:16:16.850Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33192026-06-13T03:16:16.854Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33202026-06-13T03:16:19.516Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33212026-06-13T03:16:27.663Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33222026-06-13T03:16:34.209Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33232026-06-13T03:16:35.610Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33242026-06-13T03:16:36.107Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33252026-06-13T03:16:38.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.61s
33262026-06-13T03:16:38.400Z
33272026-06-13T03:16:38.400Zinfo: running `cargo check --bins` on gateway-api (134/296)
33282026-06-13T03:16:38.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292026-06-13T03:16:38.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302026-06-13T03:16:38.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312026-06-13T03:16:38.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33322026-06-13T03:16:39.013Z
33332026-06-13T03:16:39.013Zinfo: running `cargo check --bins` on ipcc (135/296)
33342026-06-13T03:16:39.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352026-06-13T03:16:39.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362026-06-13T03:16:39.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372026-06-13T03:16:39.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33382026-06-13T03:16:39.632Z
33392026-06-13T03:16:39.632Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/296)
33402026-06-13T03:16:40.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-06-13T03:16:40.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-06-13T03:16:40.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-06-13T03:16:40.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33442026-06-13T03:16:40.234Z
33452026-06-13T03:16:40.234Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/296)
33462026-06-13T03:16:40.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-06-13T03:16:40.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-06-13T03:16:40.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-06-13T03:16:40.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33502026-06-13T03:16:40.869Z
33512026-06-13T03:16:40.869Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/296)
33522026-06-13T03:16:41.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-06-13T03:16:41.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-06-13T03:16:41.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-06-13T03:16:41.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33562026-06-13T03:16:41.485Z
33572026-06-13T03:16:41.486Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/296)
33582026-06-13T03:16:42.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-06-13T03:16:42.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-06-13T03:16:42.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-06-13T03:16:42.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33622026-06-13T03:16:42.104Z
33632026-06-13T03:16:42.104Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/296)
33642026-06-13T03:16:42.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-06-13T03:16:42.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-06-13T03:16:42.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-06-13T03:16:42.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33682026-06-13T03:16:42.718Z
33692026-06-13T03:16:42.718Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/296)
33702026-06-13T03:16:43.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-06-13T03:16:43.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-06-13T03:16:43.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-06-13T03:16:43.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33742026-06-13T03:16:43.353Z
33752026-06-13T03:16:43.353Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/296)
33762026-06-13T03:16:43.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-06-13T03:16:43.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-06-13T03:16:43.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-06-13T03:16:43.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33802026-06-13T03:16:43.972Z
33812026-06-13T03:16:43.972Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/296)
33822026-06-13T03:16:44.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-06-13T03:16:44.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-06-13T03:16:44.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-06-13T03:16:44.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33862026-06-13T03:16:44.591Z
33872026-06-13T03:16:44.591Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/296)
33882026-06-13T03:16:45.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-06-13T03:16:45.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-06-13T03:16:45.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-06-13T03:16:45.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33922026-06-13T03:16:45.202Z
33932026-06-13T03:16:45.202Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/296)
33942026-06-13T03:16:45.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-06-13T03:16:45.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-06-13T03:16:45.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-06-13T03:16:45.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33982026-06-13T03:16:45.819Z
33992026-06-13T03:16:45.819Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/296)
34002026-06-13T03:16:46.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-06-13T03:16:46.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-06-13T03:16:46.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-06-13T03:16:46.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34042026-06-13T03:16:46.436Z
34052026-06-13T03:16:46.436Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/296)
34062026-06-13T03:16:46.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-06-13T03:16:46.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-06-13T03:16:46.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-06-13T03:16:46.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34102026-06-13T03:16:47.054Z
34112026-06-13T03:16:47.054Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/296)
34122026-06-13T03:16:47.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-06-13T03:16:47.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-06-13T03:16:47.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-06-13T03:16:47.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34162026-06-13T03:16:47.693Z
34172026-06-13T03:16:47.693Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/296)
34182026-06-13T03:16:48.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-06-13T03:16:48.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-06-13T03:16:48.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-06-13T03:16:48.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34222026-06-13T03:16:48.328Z
34232026-06-13T03:16:48.328Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/296)
34242026-06-13T03:16:48.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-06-13T03:16:48.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-06-13T03:16:48.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-06-13T03:16:48.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34282026-06-13T03:16:48.965Z
34292026-06-13T03:16:48.965Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/296)
34302026-06-13T03:16:49.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-06-13T03:16:49.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-06-13T03:16:49.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-06-13T03:16:49.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34342026-06-13T03:16:49.608Z
34352026-06-13T03:16:49.608Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/296)
34362026-06-13T03:16:50.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-06-13T03:16:50.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-06-13T03:16:50.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-06-13T03:16:50.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34402026-06-13T03:16:50.246Z
34412026-06-13T03:16:50.246Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/296)
34422026-06-13T03:16:50.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-06-13T03:16:50.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-06-13T03:16:50.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-06-13T03:16:50.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34462026-06-13T03:16:50.882Z
34472026-06-13T03:16:50.882Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/296)
34482026-06-13T03:16:51.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-06-13T03:16:51.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-06-13T03:16:51.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-06-13T03:16:51.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34522026-06-13T03:16:51.511Z
34532026-06-13T03:16:51.511Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/296)
34542026-06-13T03:16:52.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-06-13T03:16:52.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-06-13T03:16:52.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-06-13T03:16:52.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34582026-06-13T03:16:52.142Z
34592026-06-13T03:16:52.142Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/296)
34602026-06-13T03:16:52.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-06-13T03:16:52.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-06-13T03:16:52.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-06-13T03:16:52.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34642026-06-13T03:16:52.777Z
34652026-06-13T03:16:52.777Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/296)
34662026-06-13T03:16:53.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-06-13T03:16:53.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-06-13T03:16:53.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-06-13T03:16:53.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34702026-06-13T03:16:53.413Z
34712026-06-13T03:16:53.413Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/296)
34722026-06-13T03:16:53.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-06-13T03:16:53.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-06-13T03:16:53.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-06-13T03:16:53.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34762026-06-13T03:16:54.030Z
34772026-06-13T03:16:54.030Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/296)
34782026-06-13T03:16:54.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-06-13T03:16:54.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-06-13T03:16:54.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-06-13T03:16:54.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34822026-06-13T03:16:54.649Z
34832026-06-13T03:16:54.649Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/296)
34842026-06-13T03:16:55.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-06-13T03:16:55.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-06-13T03:16:55.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-06-13T03:16:55.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34882026-06-13T03:16:55.264Z
34892026-06-13T03:16:55.264Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/296)
34902026-06-13T03:16:55.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-06-13T03:16:55.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-06-13T03:16:55.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-06-13T03:16:55.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34942026-06-13T03:16:55.877Z
34952026-06-13T03:16:55.877Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/296)
34962026-06-13T03:16:56.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-06-13T03:16:56.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-06-13T03:16:56.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-06-13T03:16:56.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35002026-06-13T03:16:56.496Z
35012026-06-13T03:16:56.496Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/296)
35022026-06-13T03:16:57.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-06-13T03:16:57.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-06-13T03:16:57.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-06-13T03:16:57.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35062026-06-13T03:16:57.096Z
35072026-06-13T03:16:57.096Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/296)
35082026-06-13T03:16:57.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-06-13T03:16:57.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-06-13T03:16:57.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-06-13T03:16:57.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35122026-06-13T03:16:57.705Z
35132026-06-13T03:16:57.705Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/296)
35142026-06-13T03:16:58.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-06-13T03:16:58.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-06-13T03:16:58.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-06-13T03:16:58.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35182026-06-13T03:16:58.316Z
35192026-06-13T03:16:58.316Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/296)
35202026-06-13T03:16:58.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-06-13T03:16:58.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-06-13T03:16:58.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-06-13T03:16:58.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35242026-06-13T03:16:58.945Z
35252026-06-13T03:16:58.945Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/296)
35262026-06-13T03:16:59.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-06-13T03:16:59.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-06-13T03:16:59.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-06-13T03:16:59.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35302026-06-13T03:16:59.572Z
35312026-06-13T03:16:59.573Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/296)
35322026-06-13T03:17:00.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-06-13T03:17:00.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-06-13T03:17:00.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-06-13T03:17:00.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35362026-06-13T03:17:00.198Z
35372026-06-13T03:17:00.198Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/296)
35382026-06-13T03:17:00.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-06-13T03:17:00.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-06-13T03:17:00.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-06-13T03:17:00.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35422026-06-13T03:17:00.819Z
35432026-06-13T03:17:00.819Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/296)
35442026-06-13T03:17:01.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-06-13T03:17:01.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-06-13T03:17:01.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-06-13T03:17:01.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35482026-06-13T03:17:01.447Z
35492026-06-13T03:17:01.447Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/296)
35502026-06-13T03:17:01.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-06-13T03:17:01.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-06-13T03:17:01.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-06-13T03:17:01.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35542026-06-13T03:17:02.074Z
35552026-06-13T03:17:02.074Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/296)
35562026-06-13T03:17:02.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-06-13T03:17:02.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-06-13T03:17:02.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-06-13T03:17:02.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35602026-06-13T03:17:02.699Z
35612026-06-13T03:17:02.699Zinfo: running `cargo check --bins` on oximeter-producer (173/296)
35622026-06-13T03:17:03.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-06-13T03:17:03.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-06-13T03:17:03.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-06-13T03:17:03.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35662026-06-13T03:17:03.346Z
35672026-06-13T03:17:03.346Zinfo: running `cargo check --bins` on internal-dns-resolver (174/296)
35682026-06-13T03:17:03.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-06-13T03:17:03.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-06-13T03:17:03.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-06-13T03:17:03.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35722026-06-13T03:17:03.955Z
35732026-06-13T03:17:03.955Zinfo: running `cargo check --bins` on dns-server (175/296)
35742026-06-13T03:17:04.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-06-13T03:17:04.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-06-13T03:17:04.620Z Compiling parking_lot_core v0.8.6
35772026-06-13T03:17:04.620Z Compiling git-stub v1.0.0
35782026-06-13T03:17:04.623Z Checking prefix-trie v0.7.0
35792026-06-13T03:17:04.623Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35802026-06-13T03:17:04.856Z Compiling git-stub-vcs v0.1.0
35812026-06-13T03:17:05.020Z Checking hickory-server v0.25.2
35822026-06-13T03:17:05.132Z Checking parking_lot v0.11.2
35832026-06-13T03:17:05.137Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35842026-06-13T03:17:05.203Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35852026-06-13T03:17:05.207Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35862026-06-13T03:17:05.305Z Checking sled v0.34.7
35872026-06-13T03:17:07.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
35882026-06-13T03:17:07.376Z
35892026-06-13T03:17:07.376Zinfo: running `cargo check --bins` on dns-server-api (176/296)
35902026-06-13T03:17:07.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-06-13T03:17:07.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-06-13T03:17:07.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-06-13T03:17:07.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35942026-06-13T03:17:07.982Z
35952026-06-13T03:17:07.983Zinfo: running `cargo check --bins` on oximeter-producer-api (177/296)
35962026-06-13T03:17:08.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-06-13T03:17:08.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-06-13T03:17:08.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-06-13T03:17:08.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36002026-06-13T03:17:08.591Z
36012026-06-13T03:17:08.591Zinfo: running `cargo check --bins` on sp-sim (178/296)
36022026-06-13T03:17:09.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-06-13T03:17:09.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-06-13T03:17:09.322Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36052026-06-13T03:17:11.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s
36062026-06-13T03:17:11.297Z
36072026-06-13T03:17:11.297Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/296)
36082026-06-13T03:17:11.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-06-13T03:17:11.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-06-13T03:17:11.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-06-13T03:17:11.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36122026-06-13T03:17:11.954Z
36132026-06-13T03:17:11.954Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/296)
36142026-06-13T03:17:12.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-06-13T03:17:12.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-06-13T03:17:12.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-06-13T03:17:12.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36182026-06-13T03:17:12.617Z
36192026-06-13T03:17:12.617Zinfo: running `cargo check --bins` on db-macros (181/296)
36202026-06-13T03:17:13.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-06-13T03:17:13.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-06-13T03:17:13.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-06-13T03:17:13.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36242026-06-13T03:17:13.209Z
36252026-06-13T03:17:13.209Zinfo: running `cargo check --bins` on nexus-macros-common (182/296)
36262026-06-13T03:17:13.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-06-13T03:17:13.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-06-13T03:17:13.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-06-13T03:17:13.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36302026-06-13T03:17:13.803Z
36312026-06-13T03:17:13.804Zinfo: running `cargo check --bins` on nexus-auth (183/296)
36322026-06-13T03:17:14.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-06-13T03:17:14.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-06-13T03:17:14.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-06-13T03:17:14.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36362026-06-13T03:17:14.470Z
36372026-06-13T03:17:14.470Zinfo: running `cargo check --bins` on authz-macros (184/296)
36382026-06-13T03:17:14.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-06-13T03:17:14.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-06-13T03:17:14.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-06-13T03:17:14.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36422026-06-13T03:17:15.072Z
36432026-06-13T03:17:15.072Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/296)
36442026-06-13T03:17:15.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-06-13T03:17:15.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-06-13T03:17:15.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-06-13T03:17:15.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36482026-06-13T03:17:15.729Z
36492026-06-13T03:17:15.729Zinfo: running `cargo check --bins` on nexus-db-model (186/296)
36502026-06-13T03:17:16.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-06-13T03:17:16.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-06-13T03:17:16.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-06-13T03:17:16.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36542026-06-13T03:17:16.392Z
36552026-06-13T03:17:16.392Zinfo: running `cargo check --bins` on nexus-db-schema (187/296)
36562026-06-13T03:17:16.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-06-13T03:17:16.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-06-13T03:17:16.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-06-13T03:17:16.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36602026-06-13T03:17:16.992Z
36612026-06-13T03:17:16.992Zinfo: running `cargo check --bins` on omicron-rpaths (188/296)
36622026-06-13T03:17:17.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-06-13T03:17:17.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-06-13T03:17:17.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-06-13T03:17:17.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36662026-06-13T03:17:17.592Z
36672026-06-13T03:17:17.592Zinfo: running `cargo check --bins` on nexus-defaults (189/296)
36682026-06-13T03:17:18.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-06-13T03:17:18.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-06-13T03:17:18.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-06-13T03:17:18.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36722026-06-13T03:17:18.204Z
36732026-06-13T03:17:18.204Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/296)
36742026-06-13T03:17:18.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-06-13T03:17:18.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-06-13T03:17:18.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-06-13T03:17:18.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36782026-06-13T03:17:18.808Z
36792026-06-13T03:17:18.808Zinfo: running `cargo check --bins` on parallel-task-set (191/296)
36802026-06-13T03:17:19.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-06-13T03:17:19.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-06-13T03:17:19.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-06-13T03:17:19.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36842026-06-13T03:17:19.406Z
36852026-06-13T03:17:19.406Zinfo: running `cargo check --bins` on omicron-git-version (192/296)
36862026-06-13T03:17:19.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-06-13T03:17:19.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-06-13T03:17:19.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-06-13T03:17:19.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36902026-06-13T03:17:20.008Z
36912026-06-13T03:17:20.008Zinfo: running `cargo check --bins` on nexus-db-errors (193/296)
36922026-06-13T03:17:20.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-06-13T03:17:20.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-06-13T03:17:20.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-06-13T03:17:20.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36962026-06-13T03:17:20.674Z
36972026-06-13T03:17:20.674Zinfo: running `cargo check --bins` on nexus-db-lookup (194/296)
36982026-06-13T03:17:21.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-06-13T03:17:21.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-06-13T03:17:21.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-06-13T03:17:21.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
37022026-06-13T03:17:21.322Z
37032026-06-13T03:17:21.322Zinfo: running `cargo check --bins` on nexus-inventory (195/296)
37042026-06-13T03:17:21.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-06-13T03:17:21.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-06-13T03:17:21.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-06-13T03:17:21.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
37082026-06-13T03:17:21.964Z
37092026-06-13T03:17:21.964Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/296)
37102026-06-13T03:17:22.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-06-13T03:17:22.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-06-13T03:17:22.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-06-13T03:17:22.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37142026-06-13T03:17:22.590Z
37152026-06-13T03:17:22.590Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/296)
37162026-06-13T03:17:23.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-06-13T03:17:23.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-06-13T03:17:23.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-06-13T03:17:23.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37202026-06-13T03:17:23.212Z
37212026-06-13T03:17:23.212Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/296)
37222026-06-13T03:17:23.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-06-13T03:17:23.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-06-13T03:17:23.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-06-13T03:17:23.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37262026-06-13T03:17:23.841Z
37272026-06-13T03:17:23.841Zinfo: running `cargo check --bins` on key-manager (199/296)
37282026-06-13T03:17:24.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-06-13T03:17:24.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-06-13T03:17:24.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-06-13T03:17:24.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37322026-06-13T03:17:24.447Z
37332026-06-13T03:17:24.447Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/296)
37342026-06-13T03:17:24.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-06-13T03:17:24.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-06-13T03:17:24.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-06-13T03:17:24.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37382026-06-13T03:17:25.071Z
37392026-06-13T03:17:25.071Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/296)
37402026-06-13T03:17:25.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-06-13T03:17:25.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-06-13T03:17:25.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37432026-06-13T03:17:25.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37442026-06-13T03:17:25.699Z
37452026-06-13T03:17:25.699Zinfo: running `cargo check --bins` on typed-rng (202/296)
37462026-06-13T03:17:26.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-06-13T03:17:26.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-06-13T03:17:26.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37492026-06-13T03:17:26.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37502026-06-13T03:17:26.291Z
37512026-06-13T03:17:26.291Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/296)
37522026-06-13T03:17:26.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-06-13T03:17:26.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-06-13T03:17:27.166Z Compiling libefi-sys v0.1.0
37552026-06-13T03:17:27.169Z Compiling bitfield-struct v0.6.2
37562026-06-13T03:17:27.315Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37572026-06-13T03:17:27.322Z Compiling xshell-macros v0.2.7
37582026-06-13T03:17:27.332Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37592026-06-13T03:17:27.371Z Compiling typify-impl v0.4.3
37602026-06-13T03:17:27.439Z Compiling salty v0.3.0
37612026-06-13T03:17:27.439Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37622026-06-13T03:17:27.439Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37632026-06-13T03:17:27.547Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37642026-06-13T03:17:27.654Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37652026-06-13T03:17:27.669Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37662026-06-13T03:17:27.699Z Checking xshell v0.2.7
37672026-06-13T03:17:27.866Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37682026-06-13T03:17:27.887Z Checking primeorder v0.13.6
37692026-06-13T03:17:27.919Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37702026-06-13T03:17:27.990Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37712026-06-13T03:17:28.035Z Compiling proc-macro-error-attr2 v2.0.0
37722026-06-13T03:17:28.067Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37732026-06-13T03:17:28.127Z Checking tungstenite v0.21.0
37742026-06-13T03:17:28.158Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37752026-06-13T03:17:28.283Z Checking p384 v0.13.1
37762026-06-13T03:17:28.300Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37772026-06-13T03:17:28.399Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37782026-06-13T03:17:28.429Z Compiling proc-macro-error2 v2.0.1
37792026-06-13T03:17:28.773Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37802026-06-13T03:17:28.919Z Compiling num-derive v0.3.3
37812026-06-13T03:17:28.980Z Compiling tabled_derive v0.11.0
37822026-06-13T03:17:29.172Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37832026-06-13T03:17:29.305Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37842026-06-13T03:17:29.466Z Checking tokio-tungstenite v0.21.0
37852026-06-13T03:17:29.626Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37862026-06-13T03:17:29.826Z Checking libscf-sys v1.1.0
37872026-06-13T03:17:29.884Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37882026-06-13T03:17:30.003Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37892026-06-13T03:17:30.105Z Checking papergrid v0.17.0
37902026-06-13T03:17:30.163Z Checking testing_table v0.3.0
37912026-06-13T03:17:30.263Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37922026-06-13T03:17:30.279Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37932026-06-13T03:17:30.296Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37942026-06-13T03:17:30.470Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37952026-06-13T03:17:30.506Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37962026-06-13T03:17:30.598Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37972026-06-13T03:17:30.707Z Compiling illumos-nvpair-sys v0.2.0
37982026-06-13T03:17:30.788Z Compiling unicase v2.9.0
37992026-06-13T03:17:30.806Z Checking corncobs v0.1.4
38002026-06-13T03:17:30.892Z Checking tabled v0.20.0
38012026-06-13T03:17:30.948Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38022026-06-13T03:17:31.003Z Compiling mime_guess v2.0.5
38032026-06-13T03:17:31.022Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38042026-06-13T03:17:31.049Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38052026-06-13T03:17:31.070Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38062026-06-13T03:17:31.179Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38072026-06-13T03:17:31.211Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38082026-06-13T03:17:31.368Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
38092026-06-13T03:17:31.420Z Checking progenitor-client v0.11.2
38102026-06-13T03:17:31.541Z Checking secrecy v0.8.0
38112026-06-13T03:17:31.663Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38122026-06-13T03:17:31.898Z Compiling typify-macro v0.4.3
38132026-06-13T03:17:31.914Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38142026-06-13T03:17:31.946Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38152026-06-13T03:17:31.950Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38162026-06-13T03:17:32.054Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38172026-06-13T03:17:32.243Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38182026-06-13T03:17:32.305Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38192026-06-13T03:17:32.335Z Checking filetime v0.2.27
38202026-06-13T03:17:32.494Z Checking xattr v1.6.1
38212026-06-13T03:17:32.634Z Checking http-range v0.1.5
38222026-06-13T03:17:32.650Z Checking crc8 v0.1.1
38232026-06-13T03:17:32.755Z Checking tar v0.4.45
38242026-06-13T03:17:32.770Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38252026-06-13T03:17:32.961Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38262026-06-13T03:17:32.979Z Checking illumos-nvpair v0.3.0
38272026-06-13T03:17:33.144Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38282026-06-13T03:17:33.148Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38292026-06-13T03:17:33.182Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38302026-06-13T03:17:33.552Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38312026-06-13T03:17:33.629Z Compiling typify v0.4.3
38322026-06-13T03:17:33.765Z Compiling progenitor-impl v0.11.2
38332026-06-13T03:17:33.782Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38342026-06-13T03:17:33.843Z Checking atty v0.2.14
38352026-06-13T03:17:33.935Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38362026-06-13T03:17:33.939Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38372026-06-13T03:17:33.967Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38382026-06-13T03:17:34.153Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38392026-06-13T03:17:34.175Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38402026-06-13T03:17:34.276Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38412026-06-13T03:17:34.628Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38422026-06-13T03:17:34.679Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38432026-06-13T03:17:34.701Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38442026-06-13T03:17:34.858Z Checking hyper-staticfile v0.10.1
38452026-06-13T03:17:34.907Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38462026-06-13T03:17:35.097Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38472026-06-13T03:17:35.128Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38482026-06-13T03:17:35.158Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38492026-06-13T03:17:35.176Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38502026-06-13T03:17:35.445Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38512026-06-13T03:17:35.464Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38522026-06-13T03:17:35.737Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38532026-06-13T03:17:35.756Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38542026-06-13T03:17:36.019Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38552026-06-13T03:17:36.301Z Compiling progenitor-macro v0.11.2
38562026-06-13T03:17:38.734Z Checking progenitor v0.11.2
38572026-06-13T03:17:38.880Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38582026-06-13T03:17:39.391Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38592026-06-13T03:17:43.652Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38602026-06-13T03:17:54.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.35s
38612026-06-13T03:17:54.866Z
38622026-06-13T03:17:54.866Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/296)
38632026-06-13T03:17:55.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-06-13T03:17:55.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-06-13T03:17:55.668Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-06-13T03:18:06.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.56s
38672026-06-13T03:18:06.649Z
38682026-06-13T03:18:06.649Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/296)
38692026-06-13T03:18:07.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-06-13T03:18:07.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-06-13T03:18:07.439Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38722026-06-13T03:18:18.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.55s
38732026-06-13T03:18:18.427Z
38742026-06-13T03:18:18.427Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/296)
38752026-06-13T03:18:18.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-06-13T03:18:18.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-06-13T03:18:19.215Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-06-13T03:18:30.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.60s
38792026-06-13T03:18:30.258Z
38802026-06-13T03:18:30.258Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/296)
38812026-06-13T03:18:30.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-06-13T03:18:30.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-06-13T03:18:31.058Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38842026-06-13T03:18:41.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.62s
38852026-06-13T03:18:42.104Z
38862026-06-13T03:18:42.104Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/296)
38872026-06-13T03:18:42.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-06-13T03:18:42.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-06-13T03:18:42.908Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38902026-06-13T03:18:53.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.63s
38912026-06-13T03:18:53.966Z
38922026-06-13T03:18:53.967Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/296)
38932026-06-13T03:18:54.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-06-13T03:18:54.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-06-13T03:18:54.778Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38962026-06-13T03:19:05.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.58s
38972026-06-13T03:19:05.765Z
38982026-06-13T03:19:05.765Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/296)
38992026-06-13T03:19:06.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-06-13T03:19:06.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-06-13T03:19:06.567Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39022026-06-13T03:19:17.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.71s
39032026-06-13T03:19:17.693Z
39042026-06-13T03:19:17.693Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/296)
39052026-06-13T03:19:18.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-06-13T03:19:18.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-06-13T03:19:18.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-06-13T03:19:18.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39092026-06-13T03:19:18.316Z
39102026-06-13T03:19:18.316Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/296)
39112026-06-13T03:19:18.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-06-13T03:19:18.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-06-13T03:19:18.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-06-13T03:19:18.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39152026-06-13T03:19:18.945Z
39162026-06-13T03:19:18.945Zinfo: running `cargo check --bins` on range-requests (213/296)
39172026-06-13T03:19:19.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-06-13T03:19:19.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-06-13T03:19:19.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-06-13T03:19:19.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39212026-06-13T03:19:19.552Z
39222026-06-13T03:19:19.552Zinfo: running `cargo check --bins` on repo-depot-api (214/296)
39232026-06-13T03:19:20.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-06-13T03:19:20.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-06-13T03:19:20.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-06-13T03:19:20.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39272026-06-13T03:19:20.167Z
39282026-06-13T03:19:20.167Zinfo: running `cargo check --bins` on sled-agent-api (215/296)
39292026-06-13T03:19:20.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-06-13T03:19:20.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-06-13T03:19:20.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-06-13T03:19:20.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39332026-06-13T03:19:20.808Z
39342026-06-13T03:19:20.809Zinfo: running `cargo check --bins` on sled-diagnostics (216/296)
39352026-06-13T03:19:21.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-06-13T03:19:21.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-06-13T03:19:21.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-06-13T03:19:21.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39392026-06-13T03:19:21.448Z
39402026-06-13T03:19:21.448Zinfo: running `cargo check --bins` on zfs-test-harness (217/296)
39412026-06-13T03:19:21.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-06-13T03:19:21.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-06-13T03:19:21.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-06-13T03:19:21.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39452026-06-13T03:19:22.086Z
39462026-06-13T03:19:22.086Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/296)
39472026-06-13T03:19:22.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-06-13T03:19:22.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-06-13T03:19:22.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-06-13T03:19:22.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39512026-06-13T03:19:22.731Z
39522026-06-13T03:19:22.731Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/296)
39532026-06-13T03:19:23.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-06-13T03:19:23.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-06-13T03:19:23.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-06-13T03:19:23.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39572026-06-13T03:19:23.375Z
39582026-06-13T03:19:23.375Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/296)
39592026-06-13T03:19:23.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-06-13T03:19:23.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-06-13T03:19:23.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-06-13T03:19:23.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39632026-06-13T03:19:24.016Z
39642026-06-13T03:19:24.017Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/296)
39652026-06-13T03:19:24.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-06-13T03:19:24.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-06-13T03:19:24.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-06-13T03:19:24.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39692026-06-13T03:19:24.658Z
39702026-06-13T03:19:24.658Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/296)
39712026-06-13T03:19:25.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-06-13T03:19:25.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-06-13T03:19:25.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-06-13T03:19:25.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39752026-06-13T03:19:25.301Z
39762026-06-13T03:19:25.302Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/296)
39772026-06-13T03:19:25.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-06-13T03:19:25.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-06-13T03:19:25.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-06-13T03:19:25.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39812026-06-13T03:19:25.943Z
39822026-06-13T03:19:25.943Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/296)
39832026-06-13T03:19:26.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-06-13T03:19:26.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-06-13T03:19:26.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-06-13T03:19:26.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39872026-06-13T03:19:26.587Z
39882026-06-13T03:19:26.587Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/296)
39892026-06-13T03:19:27.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-06-13T03:19:27.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-06-13T03:19:27.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-06-13T03:19:27.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39932026-06-13T03:19:27.251Z
39942026-06-13T03:19:27.251Zinfo: running `cargo check --bins` on trust-quorum (226/296)
39952026-06-13T03:19:27.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-06-13T03:19:27.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-06-13T03:19:27.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-06-13T03:19:27.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39992026-06-13T03:19:27.898Z
40002026-06-13T03:19:27.898Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/296)
40012026-06-13T03:19:28.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-06-13T03:19:28.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-06-13T03:19:28.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-06-13T03:19:28.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40052026-06-13T03:19:28.557Z
40062026-06-13T03:19:28.558Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/296)
40072026-06-13T03:19:29.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-06-13T03:19:29.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-06-13T03:19:29.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-06-13T03:19:29.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40112026-06-13T03:19:29.233Z
40122026-06-13T03:19:29.233Zinfo: running `cargo check --bins` on update-common (229/296)
40132026-06-13T03:19:29.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-06-13T03:19:29.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-06-13T03:19:29.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-06-13T03:19:29.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40172026-06-13T03:19:29.858Z
40182026-06-13T03:19:29.858Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/296)
40192026-06-13T03:19:30.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-06-13T03:19:30.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-06-13T03:19:30.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40222026-06-13T03:19:30.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40232026-06-13T03:19:30.530Z
40242026-06-13T03:19:30.530Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/296)
40252026-06-13T03:19:31.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-06-13T03:19:31.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-06-13T03:19:31.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40282026-06-13T03:19:31.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40292026-06-13T03:19:31.133Z
40302026-06-13T03:19:31.133Zinfo: running `cargo check --bins` on reconfigurator-cli (232/296)
40312026-06-13T03:19:31.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322026-06-13T03:19:31.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332026-06-13T03:19:31.932Z Compiling fs-err v2.11.0
40342026-06-13T03:19:31.935Z Checking ignore v0.4.25
40352026-06-13T03:19:31.935Z Checking arc-swap v1.8.2
40362026-06-13T03:19:32.069Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40372026-06-13T03:19:32.072Z Checking predicates-tree v1.0.13
40382026-06-13T03:19:32.076Z Checking parse-size v1.1.0
40392026-06-13T03:19:32.100Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40402026-06-13T03:19:32.113Z Checking rand_seeder v0.4.0
40412026-06-13T03:19:32.180Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40422026-06-13T03:19:32.201Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40432026-06-13T03:19:32.265Z Checking slog-scope v4.4.1
40442026-06-13T03:19:32.268Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40452026-06-13T03:19:32.323Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40462026-06-13T03:19:32.385Z Compiling petname v2.0.2
40472026-06-13T03:19:32.400Z Checking slog-stdlog v4.1.1
40482026-06-13T03:19:32.427Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40492026-06-13T03:19:32.444Z Checking globwalk v0.9.1
40502026-06-13T03:19:32.517Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40512026-06-13T03:19:32.518Z Checking slog-envlogger v2.2.0
40522026-06-13T03:19:32.618Z Checking camino-tempfile-ext v0.3.3
40532026-06-13T03:19:32.671Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40542026-06-13T03:19:32.716Z Checking sapling-renderdag v0.1.0
40552026-06-13T03:19:32.814Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40562026-06-13T03:19:32.861Z Checking subprocess v0.2.15
40572026-06-13T03:19:32.962Z Checking sync-ptr v0.1.4
40582026-06-13T03:19:33.047Z Checking colored v2.2.0
40592026-06-13T03:19:33.080Z Checking assert_matches v1.5.0
40602026-06-13T03:19:33.144Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40612026-06-13T03:19:33.335Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40622026-06-13T03:19:33.335Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40632026-06-13T03:19:34.052Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40642026-06-13T03:19:35.394Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40652026-06-13T03:19:37.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.43s
40662026-06-13T03:19:37.774Z
40672026-06-13T03:19:37.774Zinfo: running `cargo check --bins` on omicron-repl-utils (233/296)
40682026-06-13T03:19:38.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-06-13T03:19:38.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-06-13T03:19:38.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40712026-06-13T03:19:38.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40722026-06-13T03:19:38.380Z
40732026-06-13T03:19:38.380Zinfo: running `cargo check --bins` on transient-dns-server (234/296)
40742026-06-13T03:19:38.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-06-13T03:19:38.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-06-13T03:19:38.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40772026-06-13T03:19:38.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40782026-06-13T03:19:39.006Z
40792026-06-13T03:19:39.006Zinfo: running `cargo check --bins` on nexus-test-interface (235/296)
40802026-06-13T03:19:39.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-06-13T03:19:39.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-06-13T03:19:39.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40832026-06-13T03:19:39.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40842026-06-13T03:19:39.673Z
40852026-06-13T03:19:39.673Zinfo: running `cargo check --bins` on oximeter-collector (236/296)
40862026-06-13T03:19:40.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-06-13T03:19:40.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-06-13T03:19:40.416Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40892026-06-13T03:19:40.420Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40902026-06-13T03:19:41.065Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40912026-06-13T03:19:42.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
40922026-06-13T03:19:42.847Z
40932026-06-13T03:19:42.847Zinfo: running `cargo check --bins` on oximeter-api (237/296)
40942026-06-13T03:19:43.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-06-13T03:19:43.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-06-13T03:19:43.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40972026-06-13T03:19:43.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40982026-06-13T03:19:43.460Z
40992026-06-13T03:19:43.460Zinfo: running `cargo check --bins` on cert-dev (238/296)
41002026-06-13T03:19:43.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41012026-06-13T03:19:43.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41022026-06-13T03:19:44.081Z Checking yasna v0.5.2
41032026-06-13T03:19:44.491Z Checking rcgen v0.12.1
41042026-06-13T03:19:44.769Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41052026-06-13T03:19:44.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
41062026-06-13T03:19:45.121Z
41072026-06-13T03:19:45.121Zinfo: running `cargo check --bins` on clickana (239/296)
41082026-06-13T03:19:45.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-06-13T03:19:45.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-06-13T03:19:45.787Z Compiling darling_core v0.23.0
41112026-06-13T03:19:45.791Z Compiling instability v0.3.11
41122026-06-13T03:19:45.898Z Checking castaway v0.2.4
41132026-06-13T03:19:45.912Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41142026-06-13T03:19:45.915Z Compiling indoc v2.0.7
41152026-06-13T03:19:45.927Z Checking unicode-truncate v1.1.0
41162026-06-13T03:19:45.930Z Checking lru v0.12.5
41172026-06-13T03:19:45.930Z Checking cassowary v0.3.0
41182026-06-13T03:19:45.998Z Checking compact_str v0.8.1
41192026-06-13T03:19:47.213Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41202026-06-13T03:19:47.335Z Compiling darling_macro v0.23.0
41212026-06-13T03:19:47.390Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41222026-06-13T03:19:47.747Z Compiling darling v0.23.0
41232026-06-13T03:19:48.370Z Checking ratatui v0.29.0
41242026-06-13T03:19:49.448Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41252026-06-13T03:19:50.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.98s
41262026-06-13T03:19:50.302Z
41272026-06-13T03:19:50.302Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/296)
41282026-06-13T03:19:50.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-06-13T03:19:50.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-06-13T03:19:51.048Z Checking headers-core v0.3.0
41312026-06-13T03:19:51.051Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41322026-06-13T03:19:51.250Z Checking headers v0.4.1
41332026-06-13T03:19:51.627Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41342026-06-13T03:19:52.503Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41352026-06-13T03:19:52.991Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41362026-06-13T03:19:53.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
41372026-06-13T03:19:53.602Z
41382026-06-13T03:19:53.602Zinfo: running `cargo check --bins` on ch-dev (241/296)
41392026-06-13T03:19:54.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41402026-06-13T03:19:54.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41412026-06-13T03:19:54.346Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41422026-06-13T03:19:55.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
41432026-06-13T03:19:55.314Z
41442026-06-13T03:19:55.314Zinfo: running `cargo check --bins` on dev-tools-common (242/296)
41452026-06-13T03:19:55.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41462026-06-13T03:19:55.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41472026-06-13T03:19:55.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41482026-06-13T03:19:55.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
41492026-06-13T03:19:55.797Z
41502026-06-13T03:19:55.797Zinfo: running `cargo check --bins` on crdb-seed (243/296)
41512026-06-13T03:19:56.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-06-13T03:19:56.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-06-13T03:19:56.535Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41542026-06-13T03:19:57.529Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41552026-06-13T03:19:57.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
41562026-06-13T03:19:58.063Z
41572026-06-13T03:19:58.063Zinfo: running `cargo check --bins` on db-dev (244/296)
41582026-06-13T03:19:58.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-06-13T03:19:58.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-06-13T03:19:58.800Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41612026-06-13T03:19:59.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
41622026-06-13T03:19:59.773Z
41632026-06-13T03:19:59.773Zinfo: running `cargo check --bins` on omicron-dev-lib (245/296)
41642026-06-13T03:20:00.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41652026-06-13T03:20:00.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41662026-06-13T03:20:00.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41672026-06-13T03:20:00.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41682026-06-13T03:20:00.415Z
41692026-06-13T03:20:00.415Zinfo: running `cargo check --bins` on xtask-downloader (246/296)
41702026-06-13T03:20:00.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41712026-06-13T03:20:00.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41722026-06-13T03:20:01.036Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41732026-06-13T03:20:01.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
41742026-06-13T03:20:01.908Z
41752026-06-13T03:20:01.908Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/296)
41762026-06-13T03:20:02.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41772026-06-13T03:20:02.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41782026-06-13T03:20:02.667Z Compiling progenitor-impl v0.13.0
41792026-06-13T03:20:02.789Z Checking progenitor-client v0.13.0
41802026-06-13T03:20:02.789Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41812026-06-13T03:20:02.793Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41822026-06-13T03:20:02.793Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41832026-06-13T03:20:02.834Z Checking git-stub v1.0.0
41842026-06-13T03:20:02.834Z Compiling trait-variant v0.1.2
41852026-06-13T03:20:02.992Z Checking is_ci v1.2.0
41862026-06-13T03:20:03.013Z Checking maplit v1.0.2
41872026-06-13T03:20:03.028Z Checking git-stub-vcs v0.1.0
41882026-06-13T03:20:03.093Z Checking supports-color v3.0.2
41892026-06-13T03:20:03.107Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41902026-06-13T03:20:03.220Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41912026-06-13T03:20:03.234Z Checking drift v0.2.0
41922026-06-13T03:20:03.373Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41932026-06-13T03:20:03.431Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41942026-06-13T03:20:03.596Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41952026-06-13T03:20:03.600Z Checking dropshot-api-manager v0.7.2
41962026-06-13T03:20:03.657Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41972026-06-13T03:20:03.674Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41982026-06-13T03:20:03.761Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41992026-06-13T03:20:03.956Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42002026-06-13T03:20:04.156Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42012026-06-13T03:20:04.187Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42022026-06-13T03:20:04.665Z Compiling progenitor-macro v0.13.0
42032026-06-13T03:20:07.065Z Checking progenitor v0.13.0
42042026-06-13T03:20:07.173Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
42052026-06-13T03:20:12.243Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42062026-06-13T03:20:13.330Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42072026-06-13T03:20:13.889Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42082026-06-13T03:20:14.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.41s
42092026-06-13T03:20:14.542Z
42102026-06-13T03:20:14.542Zinfo: running `cargo check --bins` on installinator-api (248/296)
42112026-06-13T03:20:15.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42122026-06-13T03:20:15.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42132026-06-13T03:20:15.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42142026-06-13T03:20:15.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42152026-06-13T03:20:15.155Z
42162026-06-13T03:20:15.155Zinfo: running `cargo check --bins` on nexus-external-api (249/296)
42172026-06-13T03:20:15.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42182026-06-13T03:20:15.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42192026-06-13T03:20:15.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42202026-06-13T03:20:15.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42212026-06-13T03:20:15.810Z
42222026-06-13T03:20:15.810Zinfo: running `cargo check --bins` on nexus-internal-api (250/296)
42232026-06-13T03:20:16.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-06-13T03:20:16.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-06-13T03:20:16.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42262026-06-13T03:20:16.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42272026-06-13T03:20:16.465Z
42282026-06-13T03:20:16.466Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/296)
42292026-06-13T03:20:17.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-06-13T03:20:17.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-06-13T03:20:17.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42322026-06-13T03:20:17.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42332026-06-13T03:20:17.142Z
42342026-06-13T03:20:17.142Zinfo: running `cargo check --bins` on ntp-admin-api (252/296)
42352026-06-13T03:20:17.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42362026-06-13T03:20:17.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42372026-06-13T03:20:17.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42382026-06-13T03:20:17.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42392026-06-13T03:20:17.738Z
42402026-06-13T03:20:17.738Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/296)
42412026-06-13T03:20:18.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-06-13T03:20:18.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-06-13T03:20:18.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42442026-06-13T03:20:18.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42452026-06-13T03:20:18.337Z
42462026-06-13T03:20:18.337Zinfo: running `cargo check --bins` on wicketd-api (254/296)
42472026-06-13T03:20:18.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-06-13T03:20:18.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-06-13T03:20:18.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42502026-06-13T03:20:18.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42512026-06-13T03:20:18.965Z
42522026-06-13T03:20:18.965Zinfo: running `cargo check --bins` on omicron-ls-apis (255/296)
42532026-06-13T03:20:19.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42542026-06-13T03:20:19.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42552026-06-13T03:20:19.592Z Checking typeid v1.0.3
42562026-06-13T03:20:19.706Z Checking ordered-float v2.10.1
42572026-06-13T03:20:19.728Z Checking unicode-xid v0.2.6
42582026-06-13T03:20:19.751Z Checking cargo-platform v0.2.0
42592026-06-13T03:20:19.751Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42602026-06-13T03:20:19.775Z Checking erased-serde v0.4.9
42612026-06-13T03:20:19.916Z Checking serde-value v0.7.0
42622026-06-13T03:20:20.090Z Checking serde-untagged v0.1.9
42632026-06-13T03:20:20.253Z Checking cargo-util-schemas v0.8.2
42642026-06-13T03:20:20.938Z Checking cargo_metadata v0.21.0
42652026-06-13T03:20:21.555Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42662026-06-13T03:20:22.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.33s
42672026-06-13T03:20:22.489Z
42682026-06-13T03:20:22.489Zinfo: running `cargo check --bins` on mgs-dev (256/296)
42692026-06-13T03:20:23.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-06-13T03:20:23.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-06-13T03:20:23.233Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42722026-06-13T03:20:23.853Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42732026-06-13T03:20:24.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
42742026-06-13T03:20:24.567Z
42752026-06-13T03:20:24.567Zinfo: running `cargo check --bins` on omicron-omdb (257/296)
42762026-06-13T03:20:25.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42772026-06-13T03:20:25.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42782026-06-13T03:20:25.535Z Compiling vergen-lib v0.1.6
42792026-06-13T03:20:25.535Z Compiling dirs-sys-next v0.1.2
42802026-06-13T03:20:25.535Z Compiling crunchy v0.2.4
42812026-06-13T03:20:25.535Z Compiling diesel_derives v2.3.7
42822026-06-13T03:20:25.539Z Compiling glob v0.3.3
42832026-06-13T03:20:25.539Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42842026-06-13T03:20:25.539Z Compiling dsl_auto_type v0.2.0
42852026-06-13T03:20:25.539Z Checking scheduled-thread-pool v0.2.7
42862026-06-13T03:20:25.818Z Compiling dirs-next v2.0.0
42872026-06-13T03:20:25.925Z Compiling vergen-gitcl v1.0.8
42882026-06-13T03:20:25.940Z Compiling diesel_table_macro_syntax v0.3.0
42892026-06-13T03:20:25.944Z Compiling tiny-keccak v2.0.2
42902026-06-13T03:20:26.048Z Compiling clang-sys v1.8.1
42912026-06-13T03:20:26.125Z Compiling term v0.7.0
42922026-06-13T03:20:26.143Z Checking r2d2 v0.8.10
42932026-06-13T03:20:26.147Z Checking downcast-rs v2.0.2
42942026-06-13T03:20:26.247Z Compiling bit-vec v0.6.3
42952026-06-13T03:20:26.379Z Compiling itertools v0.10.5
42962026-06-13T03:20:26.418Z Compiling bit-set v0.5.3
42972026-06-13T03:20:26.470Z Compiling ascii-canvas v3.0.0
42982026-06-13T03:20:26.586Z Compiling ena v0.14.4
42992026-06-13T03:20:26.677Z Compiling libloading v0.8.9
43002026-06-13T03:20:26.712Z Compiling regex-syntax v0.6.29
43012026-06-13T03:20:26.729Z Compiling bindgen v0.71.1
43022026-06-13T03:20:26.797Z Compiling diff v0.1.13
43032026-06-13T03:20:26.930Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
43042026-06-13T03:20:27.067Z Compiling cexpr v0.6.0
43052026-06-13T03:20:27.177Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
43062026-06-13T03:20:27.381Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
43072026-06-13T03:20:27.452Z Compiling rustc-hash v2.1.1
43082026-06-13T03:20:27.559Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43092026-06-13T03:20:27.604Z Compiling libxml v0.3.3
43102026-06-13T03:20:27.752Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43112026-06-13T03:20:27.788Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43122026-06-13T03:20:27.821Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43132026-06-13T03:20:27.842Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43142026-06-13T03:20:28.034Z Compiling strum_macros v0.24.3
43152026-06-13T03:20:28.083Z Compiling lalrpop v0.19.12
43162026-06-13T03:20:28.110Z Compiling indoc v1.0.9
43172026-06-13T03:20:29.078Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43182026-06-13T03:20:29.276Z Checking derive_builder v0.20.2
43192026-06-13T03:20:29.411Z Compiling oso-derive v0.27.3
43202026-06-13T03:20:29.446Z Checking quick-xml v0.37.5
43212026-06-13T03:20:29.472Z Compiling impl-trait-for-tuples v0.2.3
43222026-06-13T03:20:30.258Z Checking openssl-probe v0.1.6
43232026-06-13T03:20:30.266Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43242026-06-13T03:20:30.347Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43252026-06-13T03:20:30.549Z Checking bb8 v0.8.6
43262026-06-13T03:20:30.630Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43272026-06-13T03:20:30.792Z Compiling libz-sys v1.1.24
43282026-06-13T03:20:30.847Z Checking nonempty v0.12.0
43292026-06-13T03:20:30.867Z Compiling strsim v0.10.0
43302026-06-13T03:20:31.018Z Compiling libgit2-sys v0.18.3+1.9.2
43312026-06-13T03:20:31.038Z Compiling vergen-git2 v9.1.0
43322026-06-13T03:20:31.207Z Compiling darling_core v0.13.4
43332026-06-13T03:20:31.278Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43342026-06-13T03:20:31.377Z Compiling rustls v0.21.12
43352026-06-13T03:20:31.477Z Compiling base64 v0.21.7
43362026-06-13T03:20:31.624Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43372026-06-13T03:20:31.667Z Checking diesel v2.3.7
43382026-06-13T03:20:31.803Z Compiling ron v0.8.1
43392026-06-13T03:20:32.608Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43402026-06-13T03:20:32.765Z Checking rustls-webpki v0.101.7
43412026-06-13T03:20:32.806Z Checking sct v0.7.1
43422026-06-13T03:20:32.980Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43432026-06-13T03:20:33.101Z Compiling darling_macro v0.13.4
43442026-06-13T03:20:33.587Z Compiling darling v0.13.4
43452026-06-13T03:20:33.696Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43462026-06-13T03:20:33.740Z Compiling serde_with_macros v1.5.2
43472026-06-13T03:20:34.518Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43482026-06-13T03:20:34.601Z Compiling serde_with v1.14.0
43492026-06-13T03:20:35.430Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43502026-06-13T03:20:35.741Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43512026-06-13T03:20:36.328Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43522026-06-13T03:20:36.980Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43532026-06-13T03:20:37.031Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43542026-06-13T03:20:37.174Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43552026-06-13T03:20:38.269Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43562026-06-13T03:20:38.272Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43572026-06-13T03:20:38.272Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43582026-06-13T03:20:38.272Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43592026-06-13T03:20:38.273Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43602026-06-13T03:20:38.273Z Checking tokio-rustls v0.24.1
43612026-06-13T03:20:38.273Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43622026-06-13T03:20:38.417Z Checking rustls-pemfile v1.0.4
43632026-06-13T03:20:38.457Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43642026-06-13T03:20:38.564Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43652026-06-13T03:20:38.649Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43662026-06-13T03:20:38.762Z Checking twox-hash v2.1.2
43672026-06-13T03:20:39.037Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43682026-06-13T03:20:39.067Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43692026-06-13T03:20:39.110Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43702026-06-13T03:20:39.400Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43712026-06-13T03:20:39.557Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43722026-06-13T03:20:40.807Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43732026-06-13T03:20:40.848Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43742026-06-13T03:20:41.089Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43752026-06-13T03:20:41.473Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43762026-06-13T03:20:41.529Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43772026-06-13T03:20:42.029Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43782026-06-13T03:20:42.228Z Checking console v0.16.2
43792026-06-13T03:20:42.514Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43802026-06-13T03:20:42.545Z Checking fatfs v0.3.6
43812026-06-13T03:20:42.666Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43822026-06-13T03:20:43.009Z Checking unit-prefix v0.5.2
43832026-06-13T03:20:43.152Z Compiling seq-macro v0.3.6
43842026-06-13T03:20:43.678Z Checking indicatif v0.18.4
43852026-06-13T03:20:44.055Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43862026-06-13T03:20:44.077Z Checking support-bundle-viewer v0.1.2
43872026-06-13T03:20:44.159Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43882026-06-13T03:20:44.330Z Checking multimap v0.10.1
43892026-06-13T03:20:50.251Z Checking async-bb8-diesel v0.2.1
43902026-06-13T03:20:50.611Z Checking diesel-dtrace v0.5.0
43912026-06-13T03:20:53.683Z Compiling samael v0.0.19
43922026-06-13T03:20:59.516Z Compiling git2 v0.20.4
43932026-06-13T03:21:00.109Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43942026-06-13T03:21:00.181Z Compiling polar-core v0.27.3
43952026-06-13T03:21:01.852Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43962026-06-13T03:21:04.770Z Checking oso v0.27.3
43972026-06-13T03:21:33.117Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43982026-06-13T03:22:44.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s
43992026-06-13T03:22:45.030Z
44002026-06-13T03:22:45.031Zinfo: running `cargo check --bins` on nexus-networking (258/296)
44012026-06-13T03:22:45.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-06-13T03:22:45.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-06-13T03:22:45.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44042026-06-13T03:22:45.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
44052026-06-13T03:22:45.748Z
44062026-06-13T03:22:45.748Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/296)
44072026-06-13T03:22:46.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-06-13T03:22:46.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-06-13T03:22:46.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44102026-06-13T03:22:46.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44112026-06-13T03:22:46.418Z
44122026-06-13T03:22:46.418Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/296)
44132026-06-13T03:22:46.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-06-13T03:22:46.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-06-13T03:22:46.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44162026-06-13T03:22:46.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44172026-06-13T03:22:47.080Z
44182026-06-13T03:22:47.080Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/296)
44192026-06-13T03:22:47.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-06-13T03:22:47.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-06-13T03:22:47.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44222026-06-13T03:22:47.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44232026-06-13T03:22:47.672Z
44242026-06-13T03:22:47.672Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/296)
44252026-06-13T03:22:48.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-06-13T03:22:48.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-06-13T03:22:48.515Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44282026-06-13T03:22:49.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
44292026-06-13T03:22:49.492Z
44302026-06-13T03:22:49.492Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/296)
44312026-06-13T03:22:50.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-06-13T03:22:50.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-06-13T03:22:50.329Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44342026-06-13T03:23:26.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.39s
44352026-06-13T03:23:27.117Z
44362026-06-13T03:23:27.117Zinfo: running `cargo check --bins` on nexus-background-task-interface (264/296)
44372026-06-13T03:23:27.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44382026-06-13T03:23:27.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44392026-06-13T03:23:27.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44402026-06-13T03:23:27.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44412026-06-13T03:23:27.719Z
44422026-06-13T03:23:27.719Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (265/296)
44432026-06-13T03:23:28.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44442026-06-13T03:23:28.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44452026-06-13T03:23:28.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44462026-06-13T03:23:28.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44472026-06-13T03:23:28.371Z
44482026-06-13T03:23:28.371Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (266/296)
44492026-06-13T03:23:28.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44502026-06-13T03:23:28.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44512026-06-13T03:23:28.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44522026-06-13T03:23:28.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44532026-06-13T03:23:29.043Z
44542026-06-13T03:23:29.043Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (267/296)
44552026-06-13T03:23:29.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44562026-06-13T03:23:29.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44572026-06-13T03:23:29.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44582026-06-13T03:23:29.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44592026-06-13T03:23:29.710Z
44602026-06-13T03:23:29.710Zinfo: running `cargo check --bins` on nexus-mgs-updates (268/296)
44612026-06-13T03:23:30.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-06-13T03:23:30.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-06-13T03:23:30.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44642026-06-13T03:23:30.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44652026-06-13T03:23:30.361Z
44662026-06-13T03:23:30.361Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (269/296)
44672026-06-13T03:23:30.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44682026-06-13T03:23:30.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44692026-06-13T03:23:30.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44702026-06-13T03:23:30.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44712026-06-13T03:23:31.025Z
44722026-06-13T03:23:31.025Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (270/296)
44732026-06-13T03:23:31.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44742026-06-13T03:23:31.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44752026-06-13T03:23:31.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44762026-06-13T03:23:31.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
44772026-06-13T03:23:31.707Z
44782026-06-13T03:23:31.707Zinfo: running `cargo check --bins` on support-bundle-collection (271/296)
44792026-06-13T03:23:32.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44802026-06-13T03:23:32.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44812026-06-13T03:23:32.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44822026-06-13T03:23:32.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44832026-06-13T03:23:32.375Z
44842026-06-13T03:23:32.376Zinfo: running `cargo check --bins` on omicron-dev (272/296)
44852026-06-13T03:23:32.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44862026-06-13T03:23:32.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44872026-06-13T03:23:33.302Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44882026-06-13T03:23:33.305Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44892026-06-13T03:23:33.497Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44902026-06-13T03:23:33.528Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44912026-06-13T03:23:33.548Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44922026-06-13T03:23:33.552Z Checking diff v0.1.13
44932026-06-13T03:23:33.552Z Checking yansi v1.0.1
44942026-06-13T03:23:33.566Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44952026-06-13T03:23:33.641Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44962026-06-13T03:23:33.816Z Checking pretty_assertions v1.4.1
44972026-06-13T03:23:34.477Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44982026-06-13T03:23:34.629Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44992026-06-13T03:23:58.466Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45002026-06-13T03:23:58.469Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45012026-06-13T03:23:58.469Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45022026-06-13T03:23:58.469Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45032026-06-13T03:23:58.469Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45042026-06-13T03:23:58.469Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45052026-06-13T03:23:59.270Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45062026-06-13T03:23:59.270Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45072026-06-13T03:24:00.468Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45082026-06-13T03:24:37.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
45092026-06-13T03:24:37.254Z
45102026-06-13T03:24:37.254Zinfo: running `cargo check --bins` on omicron-pins (273/296)
45112026-06-13T03:24:37.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45122026-06-13T03:24:37.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45132026-06-13T03:24:37.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45142026-06-13T03:24:37.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45152026-06-13T03:24:37.861Z
45162026-06-13T03:24:37.861Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (274/296)
45172026-06-13T03:24:38.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45182026-06-13T03:24:38.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45192026-06-13T03:24:38.643Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45202026-06-13T03:24:38.767Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45212026-06-13T03:24:38.770Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45222026-06-13T03:25:04.901Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45232026-06-13T03:25:05.283Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45242026-06-13T03:25:06.988Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45252026-06-13T03:25:07.437Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45262026-06-13T03:25:10.359Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45272026-06-13T03:25:33.287Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45282026-06-13T03:25:33.990Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45292026-06-13T03:25:35.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.75s
45302026-06-13T03:25:35.833Z
45312026-06-13T03:25:35.833Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (275/296)
45322026-06-13T03:25:36.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45332026-06-13T03:25:36.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45342026-06-13T03:25:36.573Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45352026-06-13T03:25:37.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45362026-06-13T03:25:37.476Z
45372026-06-13T03:25:37.477Zinfo: running `cargo check --bins` on omicron-releng (276/296)
45382026-06-13T03:25:38.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45392026-06-13T03:25:38.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45402026-06-13T03:25:38.148Z Compiling blake3 v1.8.3
45412026-06-13T03:25:38.259Z Checking arrayvec v0.7.6
45422026-06-13T03:25:38.263Z Checking arrayref v0.3.9
45432026-06-13T03:25:38.263Z Checking constant_time_eq v0.4.2
45442026-06-13T03:25:38.282Z Checking topological-sort v0.2.2
45452026-06-13T03:25:38.282Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45462026-06-13T03:25:38.286Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45472026-06-13T03:25:38.286Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45482026-06-13T03:25:38.325Z Checking shell-words v1.1.1
45492026-06-13T03:25:39.162Z Checking omicron-zone-package v0.12.2
45502026-06-13T03:25:39.888Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45512026-06-13T03:25:40.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
45522026-06-13T03:25:40.955Z
45532026-06-13T03:25:40.955Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (277/296)
45542026-06-13T03:25:41.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-06-13T03:25:41.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-06-13T03:25:41.623Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45572026-06-13T03:25:41.947Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45582026-06-13T03:25:42.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45592026-06-13T03:25:42.545Z
45602026-06-13T03:25:42.545Zinfo: running `cargo check --bins` on schema (278/296)
45612026-06-13T03:25:43.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45622026-06-13T03:25:43.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45632026-06-13T03:25:43.292Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45642026-06-13T03:25:43.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
45652026-06-13T03:25:44.191Z
45662026-06-13T03:25:44.191Zinfo: running `cargo check --bins` on xtask (279/296)
45672026-06-13T03:25:44.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45682026-06-13T03:25:44.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45692026-06-13T03:25:44.652Z Checking libc v0.2.185
45702026-06-13T03:25:44.655Z Checking serde v1.0.228
45712026-06-13T03:25:44.740Z Checking zerofrom v0.1.6
45722026-06-13T03:25:44.745Z Checking bitflags v2.11.0
45732026-06-13T03:25:44.751Z Checking smallvec v1.15.1
45742026-06-13T03:25:44.758Z Checking indexmap v2.14.0
45752026-06-13T03:25:44.768Z Checking serde_json v1.0.149
45762026-06-13T03:25:44.771Z Checking scroll v0.12.0
45772026-06-13T03:25:44.838Z Checking yoke v0.8.1
45782026-06-13T03:25:44.893Z Checking num-traits v0.2.19
45792026-06-13T03:25:44.924Z Checking thiserror v1.0.69
45802026-06-13T03:25:45.002Z Checking log v0.4.29
45812026-06-13T03:25:45.013Z Checking zerovec v0.11.5
45822026-06-13T03:25:45.023Z Checking zerotrie v0.2.3
45832026-06-13T03:25:45.033Z Checking errno v0.3.14
45842026-06-13T03:25:45.124Z Checking toml_datetime v0.6.11
45852026-06-13T03:25:45.148Z Checking serde_spanned v0.6.9
45862026-06-13T03:25:45.152Z Checking rustix v1.1.3
45872026-06-13T03:25:45.265Z Checking percent-encoding v2.3.2
45882026-06-13T03:25:45.277Z Checking goblin v0.8.2
45892026-06-13T03:25:45.287Z Checking zerocopy v0.7.35
45902026-06-13T03:25:45.304Z Checking toml_edit v0.22.27
45912026-06-13T03:25:45.366Z Checking getrandom v0.4.1
45922026-06-13T03:25:45.407Z Checking form_urlencoded v1.2.2
45932026-06-13T03:25:45.420Z Checking ordered-float v2.10.1
45942026-06-13T03:25:45.447Z Checking tinystr v0.8.2
45952026-06-13T03:25:45.497Z Checking potential_utf v0.1.4
45962026-06-13T03:25:45.535Z Checking thiserror v2.0.18
45972026-06-13T03:25:45.628Z Checking icu_locale_core v2.1.1
45982026-06-13T03:25:45.628Z Checking icu_collections v2.1.1
45992026-06-13T03:25:45.649Z Checking serde-value v0.7.0
46002026-06-13T03:25:45.659Z Checking syn v2.0.117
46012026-06-13T03:25:45.783Z Checking dtrace-parser v0.2.0
46022026-06-13T03:25:45.853Z Checking thread-id v4.2.2
46032026-06-13T03:25:45.937Z Checking once_cell v1.21.3
46042026-06-13T03:25:45.950Z Checking cargo-platform v0.2.0
46052026-06-13T03:25:45.977Z Checking terminal_size v0.4.3
46062026-06-13T03:25:46.026Z Checking memmap v0.7.0
46072026-06-13T03:25:46.104Z Checking clap_builder v4.6.0
46082026-06-13T03:25:46.115Z Checking tempfile v3.25.0
46092026-06-13T03:25:46.126Z Checking textwrap v0.16.2
46102026-06-13T03:25:46.158Z Checking fs-err v3.3.0
46112026-06-13T03:25:46.188Z Checking icu_provider v2.1.1
46122026-06-13T03:25:46.303Z Checking camino-tempfile v1.4.1
46132026-06-13T03:25:46.333Z Checking tabled v0.15.0
46142026-06-13T03:25:46.336Z Checking anyhow v1.0.102
46152026-06-13T03:25:46.426Z Checking toml v0.8.23
46162026-06-13T03:25:46.440Z Checking icu_normalizer v2.1.1
46172026-06-13T03:25:46.464Z Checking icu_properties v2.1.2
46182026-06-13T03:25:46.552Z Checking macaddr v1.0.1
46192026-06-13T03:25:46.739Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46202026-06-13T03:25:46.755Z Checking cargo_toml v0.21.0
46212026-06-13T03:25:47.193Z Checking dof v0.3.0
46222026-06-13T03:25:47.284Z Checking idna_adapter v1.2.1
46232026-06-13T03:25:47.314Z Checking clap v4.6.1
46242026-06-13T03:25:47.403Z Checking idna v1.1.0
46252026-06-13T03:25:47.490Z Checking usdt-impl v0.5.0
46262026-06-13T03:25:47.630Z Checking url v2.5.8
46272026-06-13T03:25:47.740Z Checking usdt v0.5.0
46282026-06-13T03:25:47.969Z Checking cargo-util-schemas v0.8.2
46292026-06-13T03:25:48.655Z Checking cargo_metadata v0.21.0
46302026-06-13T03:25:49.256Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46312026-06-13T03:25:49.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.48s
46322026-06-13T03:25:49.797Z
46332026-06-13T03:25:49.797Zinfo: running `cargo check --bins` on dnsadm (280/296)
46342026-06-13T03:25:50.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46352026-06-13T03:25:50.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46362026-06-13T03:25:50.450Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46372026-06-13T03:25:50.925Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46382026-06-13T03:25:51.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
46392026-06-13T03:25:51.508Z
46402026-06-13T03:25:51.508Zinfo: running `cargo check --bins` on end-to-end-tests (281/296)
46412026-06-13T03:25:52.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46422026-06-13T03:25:52.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46432026-06-13T03:25:52.325Z Checking polyval v0.6.2
46442026-06-13T03:25:52.451Z Checking ctr v0.9.2
46452026-06-13T03:25:52.461Z Checking ssh-encoding v0.2.0
46462026-06-13T03:25:52.461Z Checking blowfish v0.9.1
46472026-06-13T03:25:52.482Z Checking password-hash v0.4.2
46482026-06-13T03:25:52.496Z Checking p256 v0.13.2
46492026-06-13T03:25:52.499Z Checking p521 v0.13.3
46502026-06-13T03:25:52.525Z Checking russh-cryptovec v0.7.3
46512026-06-13T03:25:52.593Z Checking ghash v0.5.1
46522026-06-13T03:25:52.609Z Checking bcrypt-pbkdf v0.10.0
46532026-06-13T03:25:52.609Z Checking md5 v0.7.0
46542026-06-13T03:25:52.638Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46552026-06-13T03:25:52.662Z Checking num-bigint v0.4.6
46562026-06-13T03:25:52.707Z Checking pbkdf2 v0.11.0
46572026-06-13T03:25:52.729Z Checking aes-gcm v0.10.3
46582026-06-13T03:25:52.753Z Checking des v0.8.1
46592026-06-13T03:25:52.768Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46602026-06-13T03:25:52.784Z Checking hex-literal v0.4.1
46612026-06-13T03:25:52.877Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46622026-06-13T03:25:52.891Z Checking ssh-cipher v0.2.0
46632026-06-13T03:25:52.891Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46642026-06-13T03:25:52.904Z Checking socket2 v0.5.10
46652026-06-13T03:25:52.932Z Checking internet-checksum v0.2.1
46662026-06-13T03:25:53.069Z Checking ssh-key v0.6.7
46672026-06-13T03:25:53.160Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46682026-06-13T03:25:53.704Z Checking russh-keys v0.45.0
46692026-06-13T03:25:54.246Z Checking russh v0.45.0
46702026-06-13T03:26:11.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.49s
46712026-06-13T03:26:11.211Z
46722026-06-13T03:26:11.211Zinfo: running `cargo check --bins` on gateway-cli (282/296)
46732026-06-13T03:26:11.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46742026-06-13T03:26:11.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46752026-06-13T03:26:11.869Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46762026-06-13T03:26:11.979Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46772026-06-13T03:26:11.987Z Checking termios v0.3.3
46782026-06-13T03:26:13.214Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46792026-06-13T03:26:13.367Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46802026-06-13T03:26:15.200Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46812026-06-13T03:26:15.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s
46822026-06-13T03:26:15.960Z
46832026-06-13T03:26:15.960Zinfo: running `cargo check --bins --no-default-features` on installinator (283/296)
46842026-06-13T03:26:16.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46852026-06-13T03:26:16.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46862026-06-13T03:26:16.682Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46872026-06-13T03:26:16.686Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46882026-06-13T03:26:16.686Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46892026-06-13T03:26:16.686Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46902026-06-13T03:26:16.815Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46912026-06-13T03:26:16.832Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46922026-06-13T03:26:17.574Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46932026-06-13T03:26:17.906Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46942026-06-13T03:26:17.906Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46952026-06-13T03:26:18.561Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46962026-06-13T03:26:20.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s
46972026-06-13T03:26:20.399Z
46982026-06-13T03:26:20.399Zinfo: running `cargo check --bins` on internal-dns-cli (284/296)
46992026-06-13T03:26:20.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47002026-06-13T03:26:20.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47012026-06-13T03:26:21.048Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47022026-06-13T03:26:21.506Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47032026-06-13T03:26:21.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
47042026-06-13T03:26:22.029Z
47052026-06-13T03:26:22.029Zinfo: running `cargo check --bins` on omicron-live-tests (285/296)
47062026-06-13T03:26:22.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47072026-06-13T03:26:22.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47082026-06-13T03:26:22.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47092026-06-13T03:26:22.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47102026-06-13T03:26:22.629Z
47112026-06-13T03:26:22.629Zinfo: running `cargo check --bins` on live-tests-macros (286/296)
47122026-06-13T03:26:23.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47132026-06-13T03:26:23.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47142026-06-13T03:26:23.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47152026-06-13T03:26:23.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47162026-06-13T03:26:23.229Z
47172026-06-13T03:26:23.229Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (287/296)
47182026-06-13T03:26:23.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47192026-06-13T03:26:23.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47202026-06-13T03:26:23.995Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47212026-06-13T03:26:24.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
47222026-06-13T03:26:24.810Z
47232026-06-13T03:26:24.810Zinfo: running `cargo check --bins` on omicron-ntp-admin (288/296)
47242026-06-13T03:26:25.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47252026-06-13T03:26:25.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47262026-06-13T03:26:25.479Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47272026-06-13T03:26:25.483Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47282026-06-13T03:26:25.760Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47292026-06-13T03:26:25.764Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47302026-06-13T03:26:26.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
47312026-06-13T03:26:26.760Z
47322026-06-13T03:26:26.760Zinfo: running `cargo check --bins` on ntp-admin-types (289/296)
47332026-06-13T03:26:27.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47342026-06-13T03:26:27.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47352026-06-13T03:26:27.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47362026-06-13T03:26:27.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47372026-06-13T03:26:27.364Z
47382026-06-13T03:26:27.364Zinfo: running `cargo check --bins` on omicron-package (290/296)
47392026-06-13T03:26:27.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47402026-06-13T03:26:27.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47412026-06-13T03:26:28.053Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47422026-06-13T03:26:29.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
47432026-06-13T03:26:29.333Z
47442026-06-13T03:26:29.333Zinfo: running `cargo check --bins` on tqdb (291/296)
47452026-06-13T03:26:29.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47462026-06-13T03:26:29.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47472026-06-13T03:26:30.128Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47482026-06-13T03:26:30.485Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47492026-06-13T03:26:31.005Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47502026-06-13T03:26:31.006Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47512026-06-13T03:26:37.032Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47522026-06-13T03:26:37.035Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47532026-06-13T03:26:37.608Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47542026-06-13T03:26:37.608Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47552026-06-13T03:26:37.612Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47562026-06-13T03:26:37.612Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47572026-06-13T03:26:38.375Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47582026-06-13T03:26:39.338Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47592026-06-13T03:26:40.119Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47602026-06-13T03:26:40.729Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47612026-06-13T03:26:45.420Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47622026-06-13T03:26:51.949Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47632026-06-13T03:26:51.952Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47642026-06-13T03:26:51.952Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47652026-06-13T03:26:51.952Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47662026-06-13T03:26:53.433Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47672026-06-13T03:26:54.775Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47682026-06-13T03:26:55.449Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47692026-06-13T03:26:56.696Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47702026-06-13T03:26:57.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.90s
47712026-06-13T03:26:57.455Z
47722026-06-13T03:26:57.455Zinfo: running `cargo check --bins` on wicket-dbg (292/296)
47732026-06-13T03:26:58.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47742026-06-13T03:26:58.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47752026-06-13T03:26:58.179Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47762026-06-13T03:26:58.179Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47772026-06-13T03:26:58.182Z Checking rtoolbox v0.0.3
47782026-06-13T03:26:58.311Z Checking tui-tree-widget v0.23.1
47792026-06-13T03:26:58.411Z Checking rpassword v7.4.0
47802026-06-13T03:26:59.441Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47812026-06-13T03:27:02.518Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47822026-06-13T03:27:04.377Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47832026-06-13T03:27:05.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.82s
47842026-06-13T03:27:05.487Z
47852026-06-13T03:27:05.487Zinfo: running `cargo check --bins` on wicket (293/296)
47862026-06-13T03:27:06.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47872026-06-13T03:27:06.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47882026-06-13T03:27:06.198Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47892026-06-13T03:27:06.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
47902026-06-13T03:27:06.759Z
47912026-06-13T03:27:06.759Zinfo: running `cargo check --bins` on wicketd (294/296)
47922026-06-13T03:27:07.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47932026-06-13T03:27:07.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47942026-06-13T03:27:07.496Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47952026-06-13T03:27:07.500Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47962026-06-13T03:27:07.500Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47972026-06-13T03:27:07.500Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47982026-06-13T03:27:08.512Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47992026-06-13T03:27:09.086Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48002026-06-13T03:27:12.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.31s
48012026-06-13T03:27:12.276Z
48022026-06-13T03:27:12.277Zinfo: running `cargo check --bins` on omicron-workspace-hack (295/296)
48032026-06-13T03:27:12.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48042026-06-13T03:27:12.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48052026-06-13T03:27:12.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48062026-06-13T03:27:12.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
48072026-06-13T03:27:12.876Z
48082026-06-13T03:27:12.876Zinfo: running `cargo check --bins` on zone-setup (296/296)
48092026-06-13T03:27:13.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48102026-06-13T03:27:13.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48112026-06-13T03:27:13.569Z Checking uzers v0.12.2
48122026-06-13T03:27:13.839Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48132026-06-13T03:27:14.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
48142026-06-13T03:27:14.803Z
48152026-06-13T03:27:14.803Zreal 14:18.385939560
48162026-06-13T03:27:14.803Zuser 21:21.850652912
48172026-06-13T03:27:14.803Zsys 4:27.029932207
48182026-06-13T03:27:14.803Ztrap 0.331584604
48192026-06-13T03:27:14.803Ztflt 0.687248646
48202026-06-13T03:27:14.803Zdflt 1.292775919
48212026-06-13T03:27:14.803Zkflt 0.004515272
48222026-06-13T03:27:14.803Zlock 1:19:27.582261937
48232026-06-13T03:27:14.803Zslp 1:42:20.831030308
48242026-06-13T03:27:14.803Zlat 1:05.721910802
48252026-06-13T03:27:14.803Zstop 3:58.701729272
48262026-06-13T03:27:14.807Zprocess exited: duration 1019247 ms, exit code 0
 
48272026-06-13T03:27:14.813Zfound 0 output files