01KKM1MXCRYRQXGZCSBB701KVG: 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: 01KKM1NRYN1JPMC61D2YBNM9A5

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-13T16:51:14.402Zjob assigned to worker 01KKM1P2GPJGTV7EK6KZX25Q06 [factory aws, i-04e82c5c693272301] (queued for 1 m 12 s)
 
22026-03-13T16:51:22.208Zstarting task 0: "setup"
32026-03-13T16:51:22.213Z++ uname -s
42026-03-13T16:51:22.216Z+ kern=SunOS
52026-03-13T16:51:22.216Z+ build_user=build
62026-03-13T16:51:22.216Z+ build_uid=12345
72026-03-13T16:51:22.216Z+ work_dir=/work
82026-03-13T16:51:22.216Z+ input_dir=/input
92026-03-13T16:51:22.216Z+ [[ 0 == 12345 ]]
102026-03-13T16:51:22.216Z+ case "$kern" in
112026-03-13T16:51:22.216Z+ groupadd -g 12345 build
122026-03-13T16:51:22.219Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-13T16:51:24.224Z+ zfs create -o mountpoint=/work rpool/work
142026-03-13T16:51:24.356Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-13T16:51:24.359Z+ home_fs=zfs
162026-03-13T16:51:24.359Z+ [[ zfs == autofs ]]
172026-03-13T16:51:24.359Z+ mkdir -p /home/build
182026-03-13T16:51:24.364Z+ chown build:build /home/build /work
192026-03-13T16:51:26.362Z+ chmod 0700 /home/build /work
202026-03-13T16:51:26.366Zprocess exited: duration 4157 ms, exit code 0
 
212026-03-13T16:51:26.372Zstarting task 1: "rust-toolchain"
222026-03-13T16:51:26.376Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-13T16:51:26.376Z * rust toolchain channel = "1.91.1"
242026-03-13T16:51:26.376Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-13T16:51:26.376Z * rust toolchain profile = "default"
262026-03-13T16:51:26.376Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-13T16:51:26.376Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-13T16:51:26.380Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-13T16:51:26.380Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-13T16:51:26.477Zinfo: downloading installer
312026-03-13T16:51:27.896Zwarn: It looks like you have an existing installation of Rust at:
322026-03-13T16:51:27.896Zwarn: /opt/ooce/bin
332026-03-13T16:51:27.896Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-13T16:51:27.896Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-13T16:51:27.896Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-13T16:51:27.896Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-13T16:51:27.896Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-13T16:51:27.896Zerror: cannot install while Rust is installed
392026-03-13T16:51:27.896Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-13T16:51:27.896Zwarn: It looks like you have an existing rustup settings file at:
412026-03-13T16:51:27.896Zwarn: /home/build/.rustup/settings.toml
422026-03-13T16:51:27.896Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-13T16:51:27.896Zwarn: instead of the one inferred from the default host triple.
442026-03-13T16:51:27.912Zinfo: profile set to default
452026-03-13T16:51:27.912Zinfo: default host triple is x86_64-unknown-illumos
462026-03-13T16:51:27.915Zinfo: syncing channel updates for 1.91.1-x86_64-unknown-illumos
472026-03-13T16:51:28.064Zinfo: latest update on 2025-11-10 for version 1.91.1 (ed61e7d7e 2025-11-07)
482026-03-13T16:51:28.067Zinfo: downloading 6 components
492026-03-13T16:51:43.512Zinfo: default toolchain set to 1.91.1-x86_64-unknown-illumos
502026-03-13T16:51:43.512Z
512026-03-13T16:51:43.547Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
522026-03-13T16:51:43.547Z
532026-03-13T16:51:43.551Z
542026-03-13T16:51:43.551ZRust is installed now. Great!
552026-03-13T16:51:43.551Z
562026-03-13T16:51:43.551ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-13T16:51:43.551Zenvironment variable. This has not been done automatically.
582026-03-13T16:51:43.551Z
592026-03-13T16:51:43.551ZTo configure your current shell, you need to source
602026-03-13T16:51:43.551Zthe corresponding env file under $HOME/.cargo.
612026-03-13T16:51:43.551Z
622026-03-13T16:51:43.551ZThis is usually done by running one of the following (note the leading DOT):
632026-03-13T16:51:43.551Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-13T16:51:43.552Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-13T16:51:43.552Zsource "~/.cargo/env.nu" # For nushell
662026-03-13T16:51:43.552Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-13T16:51:43.552Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-13T16:51:43.552Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-13T16:51:43.552Zwarn: no default linker (`cc`) was found in your PATH
702026-03-13T16:51:43.552Zwarn: many Rust crates require a system C toolchain to build
712026-03-13T16:51:43.646Z+ rustup --version
722026-03-13T16:51:43.657Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-13T16:51:43.660Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-13T16:51:43.686Zinfo: the currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
752026-03-13T16:51:43.689Z+ cargo --version
762026-03-13T16:51:43.710Zcargo 1.91.1 (ea2d97820 2025-10-10)
772026-03-13T16:51:43.713Z+ rustc --version
782026-03-13T16:51:43.739Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
792026-03-13T16:51:43.743Zprocess exited: duration 17364 ms, exit code 0
 
802026-03-13T16:51:43.749Zstarting task 2: "authentication"
812026-03-13T16:51:43.769Zprocess exited: duration 19 ms, exit code 0
 
822026-03-13T16:51:43.775Zstarting task 3: "clone repository"
832026-03-13T16:51:43.779Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-13T16:51:43.782Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-13T16:51:43.816ZCloning into '/work/oxidecomputer/omicron'...
862026-03-13T16:51:53.539Z+ cd /work/oxidecomputer/omicron
872026-03-13T16:51:53.539Z+ git fetch origin 56760c9a74e77be5a4fad03721871da621d34805
882026-03-13T16:51:53.840ZFrom https://github.com/oxidecomputer/omicron
892026-03-13T16:51:53.840Z * branch 56760c9a74e77be5a4fad03721871da621d34805 -> FETCH_HEAD
902026-03-13T16:51:53.856Z+ [[ -n helios3 ]]
912026-03-13T16:51:53.859Z++ git branch --show-current
922026-03-13T16:51:53.859Z+ current=main
932026-03-13T16:51:53.859Z+ [[ main != helios3 ]]
942026-03-13T16:51:53.859Z+ git branch -f helios3 56760c9a74e77be5a4fad03721871da621d34805
952026-03-13T16:51:53.862Z+ git checkout -f helios3
962026-03-13T16:51:54.185ZSwitched to branch 'helios3'
972026-03-13T16:51:54.188Z+ git reset --hard 56760c9a74e77be5a4fad03721871da621d34805
982026-03-13T16:51:54.206ZHEAD is now at 56760c9a7 WIP - move to Helios v3
992026-03-13T16:51:54.209Zprocess exited: duration 10429 ms, exit code 0
 
1002026-03-13T16:51:54.217Zstarting task 4: "build"
1012026-03-13T16:51:54.221Z+ source .github/buildomat/ci-env.sh
1022026-03-13T16:51:54.224Z++ export CARGO_TERM_COLOR=always
1032026-03-13T16:51:54.224Z++ CARGO_TERM_COLOR=always
1042026-03-13T16:51:54.224Z+ cargo --version
1052026-03-13T16:51:54.233Zcargo 1.91.1 (ea2d97820 2025-10-10)
1062026-03-13T16:51:54.236Z+ rustc --version
1072026-03-13T16:51:54.263Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1082026-03-13T16:51:54.267Z+ source ./env.sh
1092026-03-13T16:51:54.267Z++ OLD_SHELL_OPTS=ehxB
1102026-03-13T16:51:54.267Z++ set -o xtrace
1112026-03-13T16:51:54.270Z++++ dirname ./env.sh
1122026-03-13T16:51:54.270Z+++ readlink -f .
1132026-03-13T16:51:54.273Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-13T16:51:54.273Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-03-13T16:51:54.273Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-03-13T16:51:54.273Z++ 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
1172026-03-13T16:51:54.273Z++ 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
1182026-03-13T16:51:54.273Z++ 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
1192026-03-13T16:51:54.273Z++ 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
1202026-03-13T16:51:54.273Z++ 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
1212026-03-13T16:51:54.273Z++ 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
1222026-03-13T16:51:54.273Z++ case $OLD_SHELL_OPTS in
1232026-03-13T16:51:54.273Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-13T16:51:54.273Z+ 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:/work/oxidecomputer/omicron/out/cargo-hack
1252026-03-13T16:51:54.273Z+ 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:/work/oxidecomputer/omicron/out/cargo-hack
1262026-03-13T16:51:54.273Z+ banner prerequisites
1272026-03-13T16:51:54.277Z
1282026-03-13T16:51:54.277Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-13T16:51:54.277Z # # # # # # # # # # # # # # #
1302026-03-13T16:51:54.277Z # # # # ##### # # ##### # # # # # #### #
1312026-03-13T16:51:54.277Z ##### ##### # ##### # # # # # # # # #
1322026-03-13T16:51:54.277Z # # # # # # # # # # # # # # #
1332026-03-13T16:51:54.277Z # # # ###### # # ###### ### # #### # #### #
1342026-03-13T16:51:54.277Z
1352026-03-13T16:51:54.277Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-13T16:51:55.896Z Startup: Refreshing catalog 'helios' ... Done
1372026-03-13T16:51:56.099ZPlanning: Solver setup ... Done (0.174s)
1382026-03-13T16:51:56.112ZPlanning: Running solver ... Done (0.013s)
1392026-03-13T16:51:56.156ZPlanning: Finding local manifests ... Done (0.041s)
1402026-03-13T16:51:56.159ZPlanning: Fetching manifests: 0/2 0% complete
1412026-03-13T16:51:56.184ZPlanning: Fetching manifests: 2/2 100% complete
1422026-03-13T16:51:56.203ZPlanning: Package planning ... Done (0.018s)
1432026-03-13T16:51:56.206ZPlanning: Merging actions ... Done (0.002s)
1442026-03-13T16:51:56.630ZPlanning: Checking for conflicting actions ... Done (0.422s)
1452026-03-13T16:51:56.634ZPlanning: Consolidating action changes ... Done (0.001s)
1462026-03-13T16:51:57.884ZPlanning: Evaluating mediators ... Done (1.255s)
1472026-03-13T16:51:57.887ZPlanning: Planning completed in 1.99 seconds
1482026-03-13T16:51:57.895Z Packages to install: 2
1492026-03-13T16:51:57.899Z Estimated space available: 152.25 GB
1502026-03-13T16:51:57.899ZEstimated space to be consumed: 19.93 MB
1512026-03-13T16:51:57.899Z Create boot environment: No
1522026-03-13T16:51:57.899ZCreate backup boot environment: No
1532026-03-13T16:51:57.899Z Rebuild boot archive: No
1542026-03-13T16:51:57.899Z
1552026-03-13T16:51:57.899ZChanged packages:
1562026-03-13T16:51:57.899Zhelios
1572026-03-13T16:51:57.899Z developer/build-essential
1582026-03-13T16:51:57.899Z None -> 11-3.0
1592026-03-13T16:51:57.899Z library/libxmlsec1
1602026-03-13T16:51:57.899Z None -> 1.2.35-3.0
1612026-03-13T16:51:57.970Z
1622026-03-13T16:51:57.970ZDownload: 0/214 items 0.0/1.3MB 0% complete
1632026-03-13T16:51:59.209ZDownload: Completed 1.28 MB in 1.24 seconds (1.0M/s)
1642026-03-13T16:51:59.298Z Actions: 1/268 actions (Installing new actions)
1652026-03-13T16:51:59.402Z Actions: Completed 268 actions in 0.09 seconds.
1662026-03-13T16:51:59.407ZFinalize: Updating package state database ... Done (0.011s)
1672026-03-13T16:51:59.407ZFinalize: Updating package cache ... Done (0.000s)
1682026-03-13T16:51:59.422ZFinalize: Updating image state ... Done (0.021s)
1692026-03-13T16:52:04.361ZFinalize: Creating fast lookup database ... Done (4.899s)
1702026-03-13T16:52:04.486ZFinalize: Reading search index ... Done (0.019s)
1712026-03-13T16:52:04.489ZFinalize: Updating search index ... Done (0.000s)
1722026-03-13T16:52:04.580ZFinalize: Updating package cache ... Done (0.000s)
1732026-03-13T16:52:05.435ZPlanning: Evaluating mediator changes ... Done
1742026-03-13T16:52:05.438ZPlanning: Merging actions ... Done
1752026-03-13T16:52:05.988ZPlanning: Checking for conflicting actions ... Done
1762026-03-13T16:52:06.011ZPlanning: Consolidating action changes ... Done
1772026-03-13T16:52:06.283ZPlanning: Evaluating mediators ... Done
1782026-03-13T16:52:06.328ZPlanning: Planning completed in 1.35 seconds
1792026-03-13T16:52:06.363Z Packages to change: 6
1802026-03-13T16:52:06.363Z Mediators to change: 2
1812026-03-13T16:52:06.368Z Services to change: 1
1822026-03-13T16:52:06.368Z Create boot environment: No
1832026-03-13T16:52:06.368ZCreate backup boot environment: Yes
1842026-03-13T16:52:08.177Z Actions: 1/132 actions (Removing old actions)
1852026-03-13T16:52:08.182Z Actions: 21/132 actions (Updating modified actions)
1862026-03-13T16:52:08.232Z Actions: Completed 132 actions in 0.06 seconds.
1872026-03-13T16:52:08.235ZFinalize: Updating package state database ... Done
1882026-03-13T16:52:08.235ZFinalize: Updating package cache ... Done
1892026-03-13T16:52:08.241ZFinalize: Updating image state ... Done
1902026-03-13T16:52:12.458ZFinalize: Creating fast lookup database ... Done
1912026-03-13T16:52:12.588ZFinalize: Reading search index ... Done
1922026-03-13T16:52:12.591ZFinalize: Updating search index ... Done
1932026-03-13T16:52:12.692ZFinalize: Updating package cache ... Done
1942026-03-13T16:52:13.088ZPlanning: Evaluating mediator changes ... Done
1952026-03-13T16:52:13.297ZPlanning: Checking for conflicting actions ... Done
1962026-03-13T16:52:13.301ZPlanning: Consolidating action changes ... Done
1972026-03-13T16:52:13.550ZPlanning: Evaluating mediators ... Done
1982026-03-13T16:52:13.553ZPlanning: Planning completed in 0.46 seconds
1992026-03-13T16:52:13.585Z Mediators to change: 1
2002026-03-13T16:52:13.585Z Create boot environment: No
2012026-03-13T16:52:13.588ZCreate backup boot environment: No
2022026-03-13T16:52:28.498ZPlanning: Building new search index ... Done
2032026-03-13T16:52:28.826ZFinalize: Updating package state database ... Done
2042026-03-13T16:52:28.826ZFinalize: Updating package cache ... Done
2052026-03-13T16:52:28.843ZFinalize: Updating image state ... Done
2062026-03-13T16:52:32.972ZFinalize: Creating fast lookup database ... Done
2072026-03-13T16:52:33.090ZFinalize: Reading search index ... Done
2082026-03-13T16:52:33.094ZFinalize: Updating search index ... Done
2092026-03-13T16:52:33.201ZFinalize: Updating package cache ... Done
2102026-03-13T16:52:33.667ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2112026-03-13T16:52:33.667Zapache system 2.4 system
2122026-03-13T16:52:33.667Zclang system 20 system
2132026-03-13T16:52:33.667Zclang system 19 system
2142026-03-13T16:52:33.667Zclang system 18 system
2152026-03-13T16:52:33.667Zclang system 17 system
2162026-03-13T16:52:33.667Zclang system 15 system
2172026-03-13T16:52:33.667Zclang system 13 system
2182026-03-13T16:52:33.667Zcsh system system illumos
2192026-03-13T16:52:33.667Zctags system system illumos
2202026-03-13T16:52:33.667Zfile vendor vendor darwinsys
2212026-03-13T16:52:33.667Zfile system system illumos
2222026-03-13T16:52:33.667Zgcc vendor 14 vendor
2232026-03-13T16:52:33.667Zgcc system 13 system
2242026-03-13T16:52:33.667Zgcc system 10 system
2252026-03-13T16:52:33.667Zgo system 1.25 system
2262026-03-13T16:52:33.667Zllvm system 20 system
2272026-03-13T16:52:33.667Zllvm system 19 system
2282026-03-13T16:52:33.668Zllvm system 18 system
2292026-03-13T16:52:33.668Zllvm system 17 system
2302026-03-13T16:52:33.668Zllvm system 15 system
2312026-03-13T16:52:33.668Zllvm system 13 system
2322026-03-13T16:52:33.668Zmariadb system 11.4 system
2332026-03-13T16:52:33.668Zmta vendor vendor dma
2342026-03-13T16:52:33.668Znode system 24 system
2352026-03-13T16:52:33.668Znode system 22 system
2362026-03-13T16:52:33.668Zopenjdk system 21 system
2372026-03-13T16:52:33.668Zopenjdk system 17 system
2382026-03-13T16:52:33.668Zopenjdk system 11 system
2392026-03-13T16:52:33.668Zopenjdk system 1.8 system
2402026-03-13T16:52:33.668Zopenssl vendor 3 vendor
2412026-03-13T16:52:33.668Zperl system 5.40 system
2422026-03-13T16:52:33.668Zphp system 8.5 system
2432026-03-13T16:52:33.668Zphp system 8.4 system
2442026-03-13T16:52:33.668Zphp system 8.3 system
2452026-03-13T16:52:33.668Zphp system 8.2 system
2462026-03-13T16:52:33.668Zpostgresql system 18 system
2472026-03-13T16:52:33.668Zpostgresql system 17 system
2482026-03-13T16:52:33.668Zpostgresql system 16 system
2492026-03-13T16:52:33.668Zpostgresql system 15 system
2502026-03-13T16:52:33.668Zpostgresql system 14 system
2512026-03-13T16:52:33.668Zpostgresql system 13 system
2522026-03-13T16:52:33.668Zpython vendor 3 vendor
2532026-03-13T16:52:33.668Zpython system 2 system
2542026-03-13T16:52:33.668Zpython3 vendor 3.13 vendor
2552026-03-13T16:52:33.668Zruby system 3.4 system
2562026-03-13T16:52:33.668Zruby system 3.0 system
2572026-03-13T16:52:33.668Zwords vendor vendor american-english
2582026-03-13T16:52:33.668Zwords system system australian-english
2592026-03-13T16:52:33.668Zwords system system british-english
2602026-03-13T16:52:33.668Zwords system system canadian-english
2612026-03-13T16:52:33.668Zwords system system french
2622026-03-13T16:52:33.668Zwords system system italian
2632026-03-13T16:52:33.668Zwords system system ngerman
2642026-03-13T16:52:33.668Zwords system system ogerman
2652026-03-13T16:52:33.669Zwords system system spanish
2662026-03-13T16:52:33.669Zzig system 0.14 system
2672026-03-13T16:52:34.006ZPUBLISHER TYPE STATUS P LOCATION
2682026-03-13T16:52:34.006Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2692026-03-13T16:52:34.379ZFMRI IFO
2702026-03-13T16:52:34.379Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2712026-03-13T16:52:34.379Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2722026-03-13T16:52:34.379Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2732026-03-13T16:52:34.379Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260224T221441Z ---
2742026-03-13T16:52:34.379Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2752026-03-13T16:52:34.379Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2762026-03-13T16:52:34.379Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2772026-03-13T16:52:34.379Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2782026-03-13T16:52:34.379Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2792026-03-13T16:52:34.379Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2802026-03-13T16:52:34.698Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812026-03-13T16:52:34.984Z Updating crates.io index
2822026-03-13T16:52:34.987Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832026-03-13T16:52:35.249Z Updating git repository `https://github.com/oxidecomputer/lldp`
2842026-03-13T16:52:36.180Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852026-03-13T16:52:36.547Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2862026-03-13T16:52:36.887Z Updating git repository `https://github.com/oxidecomputer/falcon`
2872026-03-13T16:52:37.867Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2882026-03-13T16:52:38.585Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892026-03-13T16:52:41.278Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-03-13T16:52:42.816Z Updating git repository `https://github.com/oxidecomputer/opte`
2912026-03-13T16:52:43.635Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922026-03-13T16:52:44.225Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2932026-03-13T16:52:45.289Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942026-03-13T16:52:45.753Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952026-03-13T16:52:46.507Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962026-03-13T16:52:46.679Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2972026-03-13T16:52:47.686Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2982026-03-13T16:52:48.270Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992026-03-13T16:52:48.768Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3002026-03-13T16:52:49.042Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3012026-03-13T16:52:49.518Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022026-03-13T16:52:49.905Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032026-03-13T16:52:50.140Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042026-03-13T16:52:50.486Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3052026-03-13T16:52:51.273Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3062026-03-13T16:52:51.727Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3072026-03-13T16:52:52.326Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3082026-03-13T16:52:52.657Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092026-03-13T16:52:52.996Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102026-03-13T16:52:53.376Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3112026-03-13T16:52:55.341Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3122026-03-13T16:52:55.582Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3132026-03-13T16:52:56.158Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3142026-03-13T16:52:56.519Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3152026-03-13T16:52:56.795Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3162026-03-13T16:52:57.227Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3172026-03-13T16:52:57.494Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3182026-03-13T16:52:57.773Z Updating git repository `https://github.com/illumos/smf-rs`
3192026-03-13T16:52:58.155Z Updating git repository `https://github.com/oxidecomputer/omicron`
3202026-03-13T16:53:12.791Z Downloading crates ...
3212026-03-13T16:53:12.875Z Downloaded digest v0.10.7
3222026-03-13T16:53:12.880Z Downloaded cargo_toml v0.21.0
3232026-03-13T16:53:12.880Z Downloaded autocfg v1.5.0
3242026-03-13T16:53:12.886Z Downloaded icu_normalizer_data v2.1.1
3252026-03-13T16:53:12.900Z Downloaded dtrace-parser v0.2.0
3262026-03-13T16:53:12.905Z Downloaded tinystr v0.8.2
3272026-03-13T16:53:12.905Z Downloaded thread-id v4.2.2
3282026-03-13T16:53:12.905Z Downloaded typeid v1.0.3
3292026-03-13T16:53:12.905Z Downloaded version_check v0.9.5
3302026-03-13T16:53:12.905Z Downloaded syn v1.0.109
3312026-03-13T16:53:12.910Z Downloaded zerofrom-derive v0.1.6
3322026-03-13T16:53:12.914Z Downloaded cargo-util-schemas v0.8.2
3332026-03-13T16:53:12.914Z Downloaded usdt-macro v0.5.0
3342026-03-13T16:53:12.914Z Downloaded zerofrom v0.1.6
3352026-03-13T16:53:12.914Z Downloaded usdt v0.5.0
3362026-03-13T16:53:12.922Z Downloaded typenum v1.19.0
3372026-03-13T16:53:12.922Z Downloaded utf8_iter v1.0.4
3382026-03-13T16:53:12.922Z Downloaded toml_write v0.1.2
3392026-03-13T16:53:12.922Z Downloaded thiserror v1.0.69
3402026-03-13T16:53:12.927Z Downloaded papergrid v0.11.0
3412026-03-13T16:53:12.927Z Downloaded clap_lex v1.0.0
3422026-03-13T16:53:12.927Z Downloaded bitflags v2.11.0
3432026-03-13T16:53:12.930Z Downloaded unicode-xid v0.2.6
3442026-03-13T16:53:12.930Z Downloaded thiserror-impl v2.0.18
3452026-03-13T16:53:12.934Z Downloaded toml_datetime v0.6.11
3462026-03-13T16:53:12.934Z Downloaded zmij v1.0.21
3472026-03-13T16:53:12.934Z Downloaded anstream v0.6.21
3482026-03-13T16:53:12.937Z Downloaded percent-encoding v2.3.2
3492026-03-13T16:53:12.937Z Downloaded idna_adapter v1.2.1
3502026-03-13T16:53:12.937Z Downloaded icu_properties v2.1.2
3512026-03-13T16:53:12.975Z Downloaded form_urlencoded v1.2.2
3522026-03-13T16:53:12.975Z Downloaded writeable v0.6.2
3532026-03-13T16:53:12.975Z Downloaded generic-array v0.14.7
3542026-03-13T16:53:12.990Z Downloaded zerovec-derive v0.11.2
3552026-03-13T16:53:12.990Z Downloaded thiserror-impl v1.0.69
3562026-03-13T16:53:12.990Z Downloaded proc-macro-error-attr v1.0.4
3572026-03-13T16:53:12.990Z Downloaded usdt-impl v0.5.0
3582026-03-13T16:53:12.990Z Downloaded thiserror v2.0.18
3592026-03-13T16:53:12.990Z Downloaded zerocopy-derive v0.7.35
3602026-03-13T16:53:12.990Z Downloaded byteorder v1.5.0
3612026-03-13T16:53:12.990Z Downloaded strsim v0.11.1
3622026-03-13T16:53:12.990Z Downloaded toml v0.8.23
3632026-03-13T16:53:12.990Z Downloaded serde_spanned v0.6.9
3642026-03-13T16:53:12.991Z Downloaded colorchoice v1.0.4
3652026-03-13T16:53:12.991Z Downloaded heck v0.5.0
3662026-03-13T16:53:12.991Z Downloaded anstyle-query v1.1.5
3672026-03-13T16:53:12.991Z Downloaded yoke v0.8.1
3682026-03-13T16:53:12.991Z Downloaded camino-tempfile v1.4.1
3692026-03-13T16:53:12.991Z Downloaded errno v0.3.14
3702026-03-13T16:53:12.991Z Downloaded cfg-if v1.0.4
3712026-03-13T16:53:12.991Z Downloaded textwrap v0.16.2
3722026-03-13T16:53:12.991Z Downloaded ucd-trie v0.1.7
3732026-03-13T16:53:12.991Z Downloaded memmap v0.7.0
3742026-03-13T16:53:12.991Z Downloaded plain v0.2.3
3752026-03-13T16:53:12.991Z Downloaded yoke-derive v0.8.1
3762026-03-13T16:53:12.991Z Downloaded utf8parse v0.2.2
3772026-03-13T16:53:12.991Z Downloaded usdt-attr-macro v0.5.0
3782026-03-13T16:53:12.991Z Downloaded unicode-linebreak v0.1.5
3792026-03-13T16:53:12.991Z Downloaded sha2 v0.10.9
3802026-03-13T16:53:12.991Z Downloaded heck v0.4.1
3812026-03-13T16:53:12.992Z Downloaded toml_edit v0.22.27
3822026-03-13T16:53:13.002Z Downloaded zerotrie v0.2.3
3832026-03-13T16:53:13.002Z Downloaded url v2.5.8
3842026-03-13T16:53:13.002Z Downloaded ordered-float v2.10.1
3852026-03-13T16:53:13.002Z Downloaded is_terminal_polyfill v1.70.2
3862026-03-13T16:53:13.002Z Downloaded cpufeatures v0.2.17
3872026-03-13T16:53:13.002Z Downloaded dof v0.3.0
3882026-03-13T16:53:13.002Z Downloaded unicode-ident v1.0.24
3892026-03-13T16:53:13.002Z Downloaded tabled_derive v0.7.0
3902026-03-13T16:53:13.002Z Downloaded scroll_derive v0.12.1
3912026-03-13T16:53:13.002Z Downloaded fnv v1.0.7
3922026-03-13T16:53:13.002Z Downloaded fs-err v3.3.0
3932026-03-13T16:53:13.002Z Downloaded block-buffer v0.10.4
3942026-03-13T16:53:13.007Z Downloaded zerovec v0.11.5
3952026-03-13T16:53:13.007Z Downloaded serde_tokenstream v0.2.3
3962026-03-13T16:53:13.007Z Downloaded anstyle v1.0.13
3972026-03-13T16:53:13.007Z Downloaded potential_utf v0.1.4
3982026-03-13T16:53:13.007Z Downloaded zerocopy v0.7.35
3992026-03-13T16:53:13.016Z Downloaded smawk v0.3.2
4002026-03-13T16:53:13.019Z Downloaded fastrand v2.3.0
4012026-03-13T16:53:13.019Z Downloaded winnow v0.7.14
4022026-03-13T16:53:13.024Z Downloaded swrite v0.1.0
4032026-03-13T16:53:13.028Z Downloaded stable_deref_trait v1.2.1
4042026-03-13T16:53:13.028Z Downloaded unicode-width v0.2.0
4052026-03-13T16:53:13.031Z Downloaded unicode-width v0.1.14
4062026-03-13T16:53:13.037Z Downloaded pretty-hex v0.4.1
4072026-03-13T16:53:13.037Z Downloaded anstyle-parse v0.2.7
4082026-03-13T16:53:13.041Z Downloaded macaddr v1.0.1
4092026-03-13T16:53:13.042Z Downloaded itoa v1.0.17
4102026-03-13T16:53:13.042Z Downloaded equivalent v1.0.2
4112026-03-13T16:53:13.042Z Downloaded cargo-platform v0.2.0
4122026-03-13T16:53:13.042Z Downloaded terminal_size v0.4.3
4132026-03-13T16:53:13.052Z Downloaded crypto-common v0.1.7
4142026-03-13T16:53:13.063Z Downloaded bytecount v0.6.9
4152026-03-13T16:53:13.073Z Downloaded scroll v0.12.0
4162026-03-13T16:53:13.073Z Downloaded serde-value v0.7.0
4172026-03-13T16:53:13.073Z Downloaded semver v1.0.27
4182026-03-13T16:53:13.073Z Downloaded displaydoc v0.2.5
4192026-03-13T16:53:13.082Z Downloaded proc-macro-error v1.0.4
4202026-03-13T16:53:13.082Z Downloaded erased-serde v0.4.9
4212026-03-13T16:53:13.082Z Downloaded synstructure v0.13.2
4222026-03-13T16:53:13.082Z Downloaded cargo_metadata v0.21.0
4232026-03-13T16:53:13.087Z Downloaded serde-untagged v0.1.9
4242026-03-13T16:53:13.087Z Downloaded camino v1.2.2
4252026-03-13T16:53:13.094Z Downloaded smallvec v1.15.1
4262026-03-13T16:53:13.106Z Downloaded clap_derive v4.5.55
4272026-03-13T16:53:13.111Z Downloaded quote v1.0.44
4282026-03-13T16:53:13.112Z Downloaded getrandom v0.4.1
4292026-03-13T16:53:13.112Z Downloaded pest_generator v2.8.6
4302026-03-13T16:53:13.115Z Downloaded tempfile v3.25.0
4312026-03-13T16:53:13.115Z Downloaded once_cell v1.21.3
4322026-03-13T16:53:13.124Z Downloaded proc-macro2 v1.0.106
4332026-03-13T16:53:13.124Z Downloaded pest_derive v2.8.6
4342026-03-13T16:53:13.138Z Downloaded icu_provider v2.1.1
4352026-03-13T16:53:13.138Z Downloaded litemap v0.8.1
4362026-03-13T16:53:13.138Z Downloaded num-traits v0.2.19
4372026-03-13T16:53:13.143Z Downloaded serde_derive v1.0.228
4382026-03-13T16:53:13.143Z Downloaded anyhow v1.0.102
4392026-03-13T16:53:13.143Z Downloaded serde_core v1.0.228
4402026-03-13T16:53:13.143Z Downloaded log v0.4.29
4412026-03-13T16:53:13.143Z Downloaded memchr v2.8.0
4422026-03-13T16:53:13.221Z Downloaded clap v4.5.60
4432026-03-13T16:53:13.242Z Downloaded icu_normalizer v2.1.1
4442026-03-13T16:53:13.242Z Downloaded pest_meta v2.8.6
4452026-03-13T16:53:13.242Z Downloaded serde v1.0.228
4462026-03-13T16:53:13.242Z Downloaded icu_locale_core v2.1.1
4472026-03-13T16:53:13.242Z Downloaded icu_collections v2.1.1
4482026-03-13T16:53:13.243Z Downloaded idna v1.1.0
4492026-03-13T16:53:13.243Z Downloaded pest v2.8.6
4502026-03-13T16:53:13.243Z Downloaded indexmap v2.13.0
4512026-03-13T16:53:13.243Z Downloaded hashbrown v0.16.1
4522026-03-13T16:53:13.255Z Downloaded clap_builder v4.5.60
4532026-03-13T16:53:13.255Z Downloaded serde_json v1.0.149
4542026-03-13T16:53:13.255Z Downloaded icu_properties_data v2.1.2
4552026-03-13T16:53:13.265Z Downloaded tabled v0.15.0
4562026-03-13T16:53:13.283Z Downloaded goblin v0.8.2
4572026-03-13T16:53:13.293Z Downloaded syn v2.0.117
4582026-03-13T16:53:13.307Z Downloaded rustix v1.1.3
4592026-03-13T16:53:13.338Z Downloaded libc v0.2.180
4602026-03-13T16:53:13.419Z Compiling proc-macro2 v1.0.106
4612026-03-13T16:53:13.428Z Compiling unicode-ident v1.0.24
4622026-03-13T16:53:13.428Z Compiling quote v1.0.44
4632026-03-13T16:53:13.428Z Compiling serde_core v1.0.228
4642026-03-13T16:53:13.428Z Compiling libc v0.2.180
4652026-03-13T16:53:13.428Z Compiling version_check v0.9.5
4662026-03-13T16:53:13.428Z Compiling serde v1.0.228
4672026-03-13T16:53:13.428Z Compiling memchr v2.8.0
4682026-03-13T16:53:13.840Z Compiling stable_deref_trait v1.2.1
4692026-03-13T16:53:13.919Z Compiling zmij v1.0.21
4702026-03-13T16:53:14.110Z Compiling ucd-trie v0.1.7
4712026-03-13T16:53:14.314Z Compiling autocfg v1.5.0
4722026-03-13T16:53:14.359Z Compiling itoa v1.0.17
4732026-03-13T16:53:14.441Z Compiling thiserror v1.0.69
4742026-03-13T16:53:14.580Z Compiling pest v2.8.6
4752026-03-13T16:53:14.774Z Compiling writeable v0.6.2
4762026-03-13T16:53:14.918Z Compiling litemap v0.8.1
4772026-03-13T16:53:14.940Z Compiling icu_normalizer_data v2.1.1
4782026-03-13T16:53:15.044Z Compiling rustix v1.1.3
4792026-03-13T16:53:15.074Z Compiling icu_properties_data v2.1.2
4802026-03-13T16:53:15.324Z Compiling byteorder v1.5.0
4812026-03-13T16:53:15.514Z Compiling syn v2.0.117
4822026-03-13T16:53:15.622Z Compiling errno v0.3.14
4832026-03-13T16:53:15.643Z Compiling serde_json v1.0.149
4842026-03-13T16:53:15.663Z Compiling bitflags v2.11.0
4852026-03-13T16:53:15.931Z Compiling num-traits v0.2.19
4862026-03-13T16:53:15.957Z Compiling typeid v1.0.3
4872026-03-13T16:53:15.975Z Compiling smallvec v1.15.1
4882026-03-13T16:53:16.200Z Compiling pest_meta v2.8.6
4892026-03-13T16:53:16.251Z Compiling hashbrown v0.16.1
4902026-03-13T16:53:16.310Z Compiling equivalent v1.0.2
4912026-03-13T16:53:16.615Z Compiling thread-id v4.2.2
4922026-03-13T16:53:16.672Z Compiling usdt-impl v0.5.0
4932026-03-13T16:53:16.723Z Compiling proc-macro-error-attr v1.0.4
4942026-03-13T16:53:16.956Z Compiling indexmap v2.13.0
4952026-03-13T16:53:16.979Z Compiling toml_write v0.1.2
4962026-03-13T16:53:16.984Z Compiling erased-serde v0.4.9
4972026-03-13T16:53:17.019Z Compiling syn v1.0.109
4982026-03-13T16:53:17.233Z Compiling winnow v0.7.14
4992026-03-13T16:53:17.758Z Compiling proc-macro-error v1.0.4
5002026-03-13T16:53:17.803Z Compiling utf8parse v0.2.2
5012026-03-13T16:53:17.951Z Compiling log v0.4.29
5022026-03-13T16:53:18.020Z Compiling camino v1.2.2
5032026-03-13T16:53:18.227Z Compiling getrandom v0.4.1
5042026-03-13T16:53:18.507Z Compiling percent-encoding v2.3.2
5052026-03-13T16:53:18.563Z Compiling plain v0.2.3
5062026-03-13T16:53:18.615Z Compiling utf8_iter v1.0.4
5072026-03-13T16:53:18.706Z Compiling thiserror v2.0.18
5082026-03-13T16:53:18.754Z Compiling form_urlencoded v1.2.2
5092026-03-13T16:53:18.802Z Compiling ordered-float v2.10.1
5102026-03-13T16:53:18.908Z Compiling anstyle-parse v0.2.7
5112026-03-13T16:53:19.144Z Compiling terminal_size v0.4.3
5122026-03-13T16:53:19.323Z Compiling cfg-if v1.0.4
5132026-03-13T16:53:19.368Z Compiling synstructure v0.13.2
5142026-03-13T16:53:19.413Z Compiling pest_generator v2.8.6
5152026-03-13T16:53:19.436Z Compiling anstyle v1.0.13
5162026-03-13T16:53:19.486Z Compiling colorchoice v1.0.4
5172026-03-13T16:53:19.570Z Compiling pretty-hex v0.4.1
5182026-03-13T16:53:19.630Z Compiling anstyle-query v1.1.5
5192026-03-13T16:53:19.630Z Compiling is_terminal_polyfill v1.70.2
5202026-03-13T16:53:19.722Z Compiling serde-untagged v0.1.9
5212026-03-13T16:53:19.746Z Compiling anstream v0.6.21
5222026-03-13T16:53:20.004Z Compiling semver v1.0.27
5232026-03-13T16:53:20.155Z Compiling fs-err v3.3.0
5242026-03-13T16:53:20.212Z Compiling heck v0.5.0
5252026-03-13T16:53:20.366Z Compiling fnv v1.0.7
5262026-03-13T16:53:20.399Z Compiling clap_lex v1.0.0
5272026-03-13T16:53:20.431Z Compiling unicode-width v0.1.14
5282026-03-13T16:53:20.453Z Compiling bytecount v0.6.9
5292026-03-13T16:53:20.492Z Compiling anyhow v1.0.102
5302026-03-13T16:53:20.526Z Compiling heck v0.4.1
5312026-03-13T16:53:20.703Z Compiling strsim v0.11.1
5322026-03-13T16:53:20.786Z Compiling unicode-xid v0.2.6
5332026-03-13T16:53:20.814Z Compiling fastrand v2.3.0
5342026-03-13T16:53:20.910Z Compiling once_cell v1.21.3
5352026-03-13T16:53:20.948Z Compiling clap_builder v4.5.60
5362026-03-13T16:53:21.153Z Compiling tempfile v3.25.0
5372026-03-13T16:53:21.182Z Compiling papergrid v0.11.0
5382026-03-13T16:53:21.268Z Compiling memmap v0.7.0
5392026-03-13T16:53:21.327Z Compiling unicode-linebreak v0.1.5
5402026-03-13T16:53:21.501Z Compiling unicode-width v0.2.0
5412026-03-13T16:53:21.628Z Compiling smawk v0.3.2
5422026-03-13T16:53:21.662Z Compiling camino-tempfile v1.4.1
5432026-03-13T16:53:21.806Z Compiling textwrap v0.16.2
5442026-03-13T16:53:21.962Z Compiling serde_derive v1.0.228
5452026-03-13T16:53:21.968Z Compiling zerofrom-derive v0.1.6
5462026-03-13T16:53:21.989Z Compiling yoke-derive v0.8.1
5472026-03-13T16:53:22.226Z Compiling zerovec-derive v0.11.2
5482026-03-13T16:53:22.424Z Compiling displaydoc v0.2.5
5492026-03-13T16:53:23.148Z Compiling thiserror-impl v1.0.69
5502026-03-13T16:53:23.454Z Compiling zerocopy-derive v0.7.35
5512026-03-13T16:53:23.640Z Compiling pest_derive v2.8.6
5522026-03-13T16:53:23.762Z Compiling scroll_derive v0.12.1
5532026-03-13T16:53:23.969Z Compiling zerofrom v0.1.6
5542026-03-13T16:53:24.136Z Compiling yoke v0.8.1
5552026-03-13T16:53:24.238Z Compiling thiserror-impl v2.0.18
5562026-03-13T16:53:24.389Z Compiling zerovec v0.11.5
5572026-03-13T16:53:24.725Z Compiling zerotrie v0.2.3
5582026-03-13T16:53:24.734Z Compiling zerocopy v0.7.35
5592026-03-13T16:53:25.050Z Compiling tinystr v0.8.2
5602026-03-13T16:53:25.085Z Compiling potential_utf v0.1.4
5612026-03-13T16:53:25.107Z Compiling dtrace-parser v0.2.0
5622026-03-13T16:53:25.297Z Compiling icu_locale_core v2.1.1
5632026-03-13T16:53:25.320Z Compiling icu_collections v2.1.1
5642026-03-13T16:53:25.345Z Compiling scroll v0.12.0
5652026-03-13T16:53:25.472Z Compiling tabled_derive v0.7.0
5662026-03-13T16:53:25.691Z Compiling goblin v0.8.2
5672026-03-13T16:53:25.900Z Compiling clap_derive v4.5.55
5682026-03-13T16:53:26.183Z Compiling icu_provider v2.1.1
5692026-03-13T16:53:26.551Z Compiling icu_normalizer v2.1.1
5702026-03-13T16:53:26.565Z Compiling icu_properties v2.1.2
5712026-03-13T16:53:26.594Z Compiling swrite v0.1.0
5722026-03-13T16:53:26.722Z Compiling toml_datetime v0.6.11
5732026-03-13T16:53:26.733Z Compiling serde_spanned v0.6.9
5742026-03-13T16:53:26.805Z Compiling dof v0.3.0
5752026-03-13T16:53:26.835Z Compiling serde_tokenstream v0.2.3
5762026-03-13T16:53:26.919Z Compiling serde-value v0.7.0
5772026-03-13T16:53:27.046Z Compiling toml_edit v0.22.27
5782026-03-13T16:53:27.281Z Compiling cargo-platform v0.2.0
5792026-03-13T16:53:27.340Z Compiling tabled v0.15.0
5802026-03-13T16:53:27.405Z Compiling macaddr v1.0.1
5812026-03-13T16:53:27.637Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5822026-03-13T16:53:27.749Z Compiling idna_adapter v1.2.1
5832026-03-13T16:53:27.925Z Compiling idna v1.1.0
5842026-03-13T16:53:28.037Z Compiling usdt-attr-macro v0.5.0
5852026-03-13T16:53:28.037Z Compiling usdt-macro v0.5.0
5862026-03-13T16:53:28.333Z Compiling clap v4.5.60
5872026-03-13T16:53:28.434Z Compiling url v2.5.8
5882026-03-13T16:53:29.119Z Compiling toml v0.8.23
5892026-03-13T16:53:29.660Z Compiling cargo-util-schemas v0.8.2
5902026-03-13T16:53:29.667Z Compiling cargo_toml v0.21.0
5912026-03-13T16:53:29.964Z Compiling usdt v0.5.0
5922026-03-13T16:53:30.839Z Compiling cargo_metadata v0.21.0
5932026-03-13T16:53:32.120Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5942026-03-13T16:53:35.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
5952026-03-13T16:53:35.316Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5962026-03-13T16:53:36.050Z Downloading crates ...
5972026-03-13T16:53:36.177Z Downloaded aead v0.5.2
5982026-03-13T16:53:36.199Z Downloaded adler2 v2.0.1
5992026-03-13T16:53:36.201Z Downloaded curve25519-dalek-derive v0.1.1
6002026-03-13T16:53:36.205Z Downloaded bitfield-struct v0.6.2
6012026-03-13T16:53:36.208Z Downloaded derive_builder v0.20.2
6022026-03-13T16:53:36.216Z Downloaded critical-section v1.2.0
6032026-03-13T16:53:36.222Z Downloaded atomic-waker v1.1.2
6042026-03-13T16:53:36.226Z Downloaded atomicwrites v0.4.4
6052026-03-13T16:53:36.226Z Downloaded bit-set v0.5.3
6062026-03-13T16:53:36.230Z Downloaded async-stream-impl v0.3.6
6072026-03-13T16:53:36.235Z Downloaded darling v0.20.11
6082026-03-13T16:53:36.238Z Downloaded defmt v1.0.1
6092026-03-13T16:53:36.243Z Downloaded ciborium-ll v0.2.2
6102026-03-13T16:53:36.251Z Downloaded filetime v0.2.27
6112026-03-13T16:53:36.255Z Downloaded convert_case v0.4.0
6122026-03-13T16:53:36.255Z Downloaded dof v0.4.0
6132026-03-13T16:53:36.258Z Downloaded derive-where v1.6.0
6142026-03-13T16:53:36.261Z Downloaded derive_builder_macro v0.20.2
6152026-03-13T16:53:36.265Z Downloaded darling_macro v0.23.0
6162026-03-13T16:53:36.268Z Downloaded flagset v0.4.7
6172026-03-13T16:53:36.271Z Downloaded fd-lock v4.0.4
6182026-03-13T16:53:36.277Z Downloaded dirs-sys-next v0.1.2
6192026-03-13T16:53:36.281Z Downloaded difflib v0.4.0
6202026-03-13T16:53:36.287Z Downloaded ecdsa v0.16.9
6212026-03-13T16:53:36.293Z Downloaded dirs-next v2.0.0
6222026-03-13T16:53:36.293Z Downloaded cobs v0.3.0
6232026-03-13T16:53:36.299Z Downloaded crucible-workspace-hack v0.1.0
6242026-03-13T16:53:36.299Z Downloaded corncobs v0.1.4
6252026-03-13T16:53:36.304Z Downloaded bitfield v0.19.4
6262026-03-13T16:53:36.304Z Downloaded dyn-clone v1.0.20
6272026-03-13T16:53:36.307Z Downloaded foreign-types-shared v0.1.1
6282026-03-13T16:53:36.307Z Downloaded foreign-types v0.5.0
6292026-03-13T16:53:36.312Z Downloaded ciborium-io v0.2.2
6302026-03-13T16:53:36.318Z Downloaded foreign-types-macros v0.2.3
6312026-03-13T16:53:36.318Z Downloaded dropshot-api-manager-types v0.6.0
6322026-03-13T16:53:36.321Z Downloaded crc-catalog v2.4.0
6332026-03-13T16:53:36.324Z Downloaded foreign-types-shared v0.3.1
6342026-03-13T16:53:36.324Z Downloaded futures-macro v0.3.32
6352026-03-13T16:53:36.327Z Downloaded fixedbitset v0.5.7
6362026-03-13T16:53:36.330Z Downloaded either v1.15.0
6372026-03-13T16:53:36.333Z Downloaded base64ct v1.8.3
6382026-03-13T16:53:36.337Z Downloaded globwalk v0.9.1
6392026-03-13T16:53:36.340Z Downloaded hash32 v0.2.1
6402026-03-13T16:53:36.346Z Downloaded hash32 v0.3.1
6412026-03-13T16:53:36.349Z Downloaded gethostname v0.5.0
6422026-03-13T16:53:36.353Z Downloaded ff v0.13.1
6432026-03-13T16:53:36.357Z Downloaded crc32fast v1.5.0
6442026-03-13T16:53:36.357Z Downloaded cmake v0.1.57
6452026-03-13T16:53:36.360Z Downloaded ghash v0.5.1
6462026-03-13T16:53:36.363Z Downloaded git-stub v1.0.0
6472026-03-13T16:53:36.367Z Downloaded find-msvc-tools v0.1.9
6482026-03-13T16:53:36.370Z Downloaded foldhash v0.1.5
6492026-03-13T16:53:36.373Z Downloaded hex-literal v0.4.1
6502026-03-13T16:53:36.378Z Downloaded chacha20 v0.9.1
6512026-03-13T16:53:36.378Z Downloaded headers-core v0.3.0
6522026-03-13T16:53:36.381Z Downloaded hostname v0.4.2
6532026-03-13T16:53:36.385Z Downloaded const_format_proc_macros v0.2.34
6542026-03-13T16:53:36.388Z Downloaded bit-vec v0.6.3
6552026-03-13T16:53:36.403Z Downloaded hyper-tls v0.6.0
6562026-03-13T16:53:36.408Z Downloaded ident_case v1.0.1
6572026-03-13T16:53:36.411Z Downloaded hostname v0.3.1
6582026-03-13T16:53:36.411Z Downloaded indoc v1.0.9
6592026-03-13T16:53:36.416Z Downloaded http-range v0.1.5
6602026-03-13T16:53:36.419Z Downloaded lazy_static v1.5.0
6612026-03-13T16:53:36.424Z Downloaded hubpack_derive v0.1.1
6622026-03-13T16:53:36.428Z Downloaded hubpack v0.1.2
6632026-03-13T16:53:36.428Z Downloaded lalrpop-util v0.19.12
6642026-03-13T16:53:36.434Z Downloaded cargo_toml v0.22.3
6652026-03-13T16:53:36.434Z Downloaded ahash v0.8.12
6662026-03-13T16:53:36.439Z Downloaded group v0.13.0
6672026-03-13T16:53:36.443Z Downloaded instability v0.3.11
6682026-03-13T16:53:36.443Z Downloaded is-terminal v0.4.17
6692026-03-13T16:53:36.447Z Downloaded deranged v0.5.8
6702026-03-13T16:53:36.447Z Downloaded backon v1.6.0
6712026-03-13T16:53:36.459Z Downloaded ena v0.14.4
6722026-03-13T16:53:36.462Z Downloaded diff v0.1.13
6732026-03-13T16:53:36.462Z Downloaded crc v3.4.0
6742026-03-13T16:53:36.462Z Downloaded keccak v0.1.6
6752026-03-13T16:53:36.462Z Downloaded cookie v0.18.1
6762026-03-13T16:53:36.466Z Downloaded libscf-sys v1.1.0
6772026-03-13T16:53:36.469Z Downloaded home v0.5.12
6782026-03-13T16:53:36.472Z Downloaded console v0.16.2
6792026-03-13T16:53:36.480Z Downloaded lru-cache v0.1.2
6802026-03-13T16:53:36.483Z Downloaded memoffset v0.9.1
6812026-03-13T16:53:36.484Z Downloaded maybe-uninit v2.0.0
6822026-03-13T16:53:36.484Z Downloaded managed v0.8.0
6832026-03-13T16:53:36.490Z Downloaded ingot-types v0.1.2
6842026-03-13T16:53:36.490Z Downloaded const-oid v0.9.6
6852026-03-13T16:53:36.493Z Downloaded is_ci v1.2.0
6862026-03-13T16:53:36.493Z Downloaded inout v0.1.4
6872026-03-13T16:53:36.498Z Downloaded ipnetwork v0.21.1
6882026-03-13T16:53:36.502Z Downloaded newtype_derive v0.1.6
6892026-03-13T16:53:36.502Z Downloaded new_debug_unreachable v1.0.6
6902026-03-13T16:53:36.506Z Downloaded bzip2 v0.6.1
6912026-03-13T16:53:36.506Z Downloaded half v1.8.3
6922026-03-13T16:53:36.509Z Downloaded newtype-uuid-macros v0.1.0
6932026-03-13T16:53:36.512Z Downloaded multimap v0.10.1
6942026-03-13T16:53:36.517Z Downloaded maplit v1.0.2
6952026-03-13T16:53:36.517Z Downloaded lzss v0.8.2
6962026-03-13T16:53:36.519Z Downloaded nibble_vec v0.1.0
6972026-03-13T16:53:36.522Z Downloaded num v0.4.3
6982026-03-13T16:53:36.525Z Downloaded normalize-line-endings v0.3.0
6992026-03-13T16:53:36.525Z Downloaded num-derive v0.3.3
7002026-03-13T16:53:36.529Z Downloaded darling_core v0.21.3
7012026-03-13T16:53:36.534Z Downloaded nonempty v0.12.0
7022026-03-13T16:53:36.537Z Downloaded libloading v0.8.9
7032026-03-13T16:53:36.542Z Downloaded libsw-core v0.3.2
7042026-03-13T16:53:36.545Z Downloaded olpc-cjson v0.1.4
7052026-03-13T16:53:36.545Z Downloaded openssl-probe v0.2.1
7062026-03-13T16:53:36.548Z Downloaded openssl-probe v0.1.6
7072026-03-13T16:53:36.552Z Downloaded lock_api v0.4.14
7082026-03-13T16:53:36.558Z Downloaded futures v0.3.32
7092026-03-13T16:53:36.561Z Downloaded num_enum_derive v0.5.11
7102026-03-13T16:53:36.561Z Downloaded ingot-macros v0.1.1
7112026-03-13T16:53:36.564Z Downloaded mime_guess v2.0.5
7122026-03-13T16:53:36.564Z Downloaded mime v0.3.17
7132026-03-13T16:53:36.567Z Downloaded parse-size v1.1.0
7142026-03-13T16:53:36.571Z Downloaded darling_core v0.23.0
7152026-03-13T16:53:36.574Z Downloaded openssl-macros v0.1.1
7162026-03-13T16:53:36.577Z Downloaded native-tls v0.2.18
7172026-03-13T16:53:36.580Z Downloaded num-derive v0.4.2
7182026-03-13T16:53:36.585Z Downloaded nodrop v0.1.14
7192026-03-13T16:53:36.585Z Downloaded oso-derive v0.27.3
7202026-03-13T16:53:36.588Z Downloaded match_cfg v0.1.0
7212026-03-13T16:53:36.588Z Downloaded elliptic-curve v0.13.8
7222026-03-13T16:53:36.591Z Downloaded parse-display v0.10.0
7232026-03-13T16:53:36.594Z Downloaded packed_struct_codegen v0.10.1
7242026-03-13T16:53:36.598Z Downloaded path-slash v0.1.5
7252026-03-13T16:53:36.598Z Downloaded flume v0.11.1
7262026-03-13T16:53:36.601Z Downloaded newtype-uuid v1.3.2
7272026-03-13T16:53:36.604Z Downloaded multer v3.1.0
7282026-03-13T16:53:36.608Z Downloaded nu-ansi-term v0.50.3
7292026-03-13T16:53:36.651Z Downloaded phf_shared v0.11.3
7302026-03-13T16:53:36.651Z Downloaded peg-runtime v0.8.5
7312026-03-13T16:53:36.651Z Downloaded num-rational v0.4.2
7322026-03-13T16:53:36.651Z Downloaded powerfmt v0.2.0
7332026-03-13T16:53:36.652Z Downloaded pbkdf2 v0.12.2
7342026-03-13T16:53:36.652Z Downloaded num_enum v0.5.11
7352026-03-13T16:53:36.652Z Downloaded oxide-tokio-rt v0.1.3
7362026-03-13T16:53:36.652Z Downloaded num_enum_derive v0.7.5
7372026-03-13T16:53:36.652Z Downloaded phf_shared v0.12.1
7382026-03-13T16:53:36.652Z Downloaded pin-utils v0.1.0
7392026-03-13T16:53:36.652Z Downloaded memmap2 v0.9.10
7402026-03-13T16:53:36.652Z Downloaded headers v0.4.1
7412026-03-13T16:53:36.664Z Downloaded predicates-tree v1.0.13
7422026-03-13T16:53:36.664Z Downloaded libbz2-rs-sys v0.2.2
7432026-03-13T16:53:36.664Z Downloaded parse-display-derive v0.10.0
7442026-03-13T16:53:36.664Z Downloaded flate2 v1.1.9
7452026-03-13T16:53:36.664Z Downloaded oxnet v0.1.4
7462026-03-13T16:53:36.672Z Downloaded predicates-core v1.0.10
7472026-03-13T16:53:36.672Z Downloaded proc-macro-error-attr2 v2.0.0
7482026-03-13T16:53:36.672Z Downloaded proc-macro-crate v3.4.0
7492026-03-13T16:53:36.672Z Downloaded pbkdf2 v0.11.0
7502026-03-13T16:53:36.672Z Downloaded progenitor-macro v0.13.0
7512026-03-13T16:53:36.676Z Downloaded proc-macro-crate v1.3.1
7522026-03-13T16:53:36.677Z Downloaded precomputed-hash v0.1.1
7532026-03-13T16:53:36.677Z Downloaded packed_struct v0.10.1
7542026-03-13T16:53:36.677Z Downloaded progenitor-macro v0.11.2
7552026-03-13T16:53:36.677Z Downloaded progenitor-client v0.10.0
7562026-03-13T16:53:36.683Z Downloaded peg-macros v0.8.5
7572026-03-13T16:53:36.683Z Downloaded psl-types v2.0.11
7582026-03-13T16:53:36.686Z Downloaded phf v0.12.1
7592026-03-13T16:53:36.686Z Downloaded pkg-config v0.3.32
7602026-03-13T16:53:36.690Z Downloaded password-hash v0.5.0
7612026-03-13T16:53:36.690Z Downloaded pin-project-internal v1.1.11
7622026-03-13T16:53:36.693Z Downloaded progenitor-client v0.11.2
7632026-03-13T16:53:36.696Z Downloaded rand_chacha v0.3.1
7642026-03-13T16:53:36.696Z Downloaded aes v0.8.4
7652026-03-13T16:53:36.700Z Downloaded phf_shared v0.13.1
7662026-03-13T16:53:36.704Z Downloaded pem v3.0.6
7672026-03-13T16:53:36.707Z Downloaded futures-channel v0.3.32
7682026-03-13T16:53:36.707Z Downloaded poly1305 v0.8.0
7692026-03-13T16:53:36.710Z Downloaded indicatif v0.18.4
7702026-03-13T16:53:36.713Z Downloaded rand_xorshift v0.4.0
7712026-03-13T16:53:36.716Z Downloaded cc v1.2.56
7722026-03-13T16:53:36.720Z Downloaded ignore v0.4.25
7732026-03-13T16:53:36.723Z Downloaded primeorder v0.13.6
7742026-03-13T16:53:36.726Z Downloaded postgres-protocol v0.6.10
7752026-03-13T16:53:36.729Z Downloaded hickory-resolver v0.24.4
7762026-03-13T16:53:36.732Z Downloaded proc-macro-error2 v2.0.1
7772026-03-13T16:53:36.735Z Downloaded ref-cast-impl v1.0.25
7782026-03-13T16:53:36.738Z Downloaded radium v0.7.0
7792026-03-13T16:53:36.738Z Downloaded progenitor v0.13.0
7802026-03-13T16:53:36.741Z Downloaded num-complex v0.4.6
7812026-03-13T16:53:36.744Z Downloaded progenitor-extras v0.1.1
7822026-03-13T16:53:36.744Z Downloaded parking_lot v0.11.2
7832026-03-13T16:53:36.747Z Downloaded ref-cast v1.0.25
7842026-03-13T16:53:36.751Z Downloaded progenitor v0.10.0
7852026-03-13T16:53:36.754Z Downloaded recursive-proc-macro-impl v0.1.1
7862026-03-13T16:53:36.754Z Downloaded recursive v0.1.1
7872026-03-13T16:53:36.758Z Downloaded hickory-resolver v0.25.2
7882026-03-13T16:53:36.762Z Downloaded rand_chacha v0.9.0
7892026-03-13T16:53:36.762Z Downloaded rustc_version v0.4.1
7902026-03-13T16:53:36.765Z Downloaded rustc_version v0.1.7
7912026-03-13T16:53:36.765Z Downloaded rustc-hash v2.1.1
7922026-03-13T16:53:36.768Z Downloaded russh-cryptovec v0.7.3
7932026-03-13T16:53:36.768Z Downloaded pin-project-lite v0.2.17
7942026-03-13T16:53:36.773Z Downloaded rand_core v0.10.0
7952026-03-13T16:53:36.776Z Downloaded rfc6979 v0.4.0
7962026-03-13T16:53:36.779Z Downloaded progenitor-macro v0.10.0
7972026-03-13T16:53:36.779Z Downloaded r2d2 v0.8.10
7982026-03-13T16:53:36.783Z Downloaded parking_lot_core v0.9.12
7992026-03-13T16:53:36.787Z Downloaded p256 v0.13.2
8002026-03-13T16:53:36.787Z Downloaded pkcs1 v0.7.5
8012026-03-13T16:53:36.790Z Downloaded progenitor v0.11.2
8022026-03-13T16:53:36.793Z Downloaded postgres-types v0.2.12
8032026-03-13T16:53:36.802Z Downloaded polyval v0.6.2
8042026-03-13T16:53:36.802Z Downloaded pem-rfc7468 v0.7.0
8052026-03-13T16:53:36.805Z Downloaded ed25519-dalek v2.2.0
8062026-03-13T16:53:36.805Z Downloaded parking_lot v0.12.5
8072026-03-13T16:53:36.806Z Downloaded rand_seeder v0.4.0
8082026-03-13T16:53:36.809Z Downloaded psm v0.1.30
8092026-03-13T16:53:36.813Z Downloaded scheduled-thread-pool v0.2.7
8102026-03-13T16:53:36.813Z Downloaded secrecy v0.8.0
8112026-03-13T16:53:36.817Z Downloaded sapling-renderdag v0.1.0
8122026-03-13T16:53:36.817Z Downloaded scroll_derive v0.13.1
8132026-03-13T16:53:36.817Z Downloaded resolv-conf v0.7.6
8142026-03-13T16:53:36.823Z Downloaded jiff-static v0.2.21
8152026-03-13T16:53:36.827Z Downloaded omicron-zone-package v0.12.2
8162026-03-13T16:53:36.827Z Downloaded rand_core v0.9.5
8172026-03-13T16:53:36.830Z Downloaded scopeguard v1.2.0
8182026-03-13T16:53:36.830Z Downloaded salsa20 v0.10.2
8192026-03-13T16:53:36.833Z Downloaded rand_core v0.6.4
8202026-03-13T16:53:36.833Z Downloaded ppv-lite86 v0.2.21
8212026-03-13T16:53:36.837Z Downloaded rtoolbox v0.0.3
8222026-03-13T16:53:36.837Z Downloaded postcard v1.1.3
8232026-03-13T16:53:36.841Z Downloaded serde_repr v0.1.20
8242026-03-13T16:53:36.846Z Downloaded serde_urlencoded v0.7.1
8252026-03-13T16:53:36.846Z Downloaded shell-words v1.1.1
8262026-03-13T16:53:36.846Z Downloaded sha1 v0.10.6
8272026-03-13T16:53:36.849Z Downloaded serde_spanned v1.0.4
8282026-03-13T16:53:36.849Z Downloaded rustls-pemfile v2.2.0
8292026-03-13T16:53:36.853Z Downloaded heapless v0.7.17
8302026-03-13T16:53:36.856Z Downloaded minimal-lexical v0.2.1
8312026-03-13T16:53:36.859Z Downloaded miniz_oxide v0.8.9
8322026-03-13T16:53:36.862Z Downloaded quinn-udp v0.5.14
8332026-03-13T16:53:36.865Z Downloaded serde_plain v1.0.2
8342026-03-13T16:53:36.865Z Downloaded signal-hook-tokio v0.3.1
8352026-03-13T16:53:36.868Z Downloaded sigpipe v0.1.3
8362026-03-13T16:53:36.868Z Downloaded signal-hook-mio v0.2.5
8372026-03-13T16:53:36.872Z Downloaded rustls-native-certs v0.8.3
8382026-03-13T16:53:36.877Z Downloaded pkcs5 v0.7.1
8392026-03-13T16:53:36.883Z Downloaded prefix-trie v0.7.0
8402026-03-13T16:53:36.883Z Downloaded rusty-fork v0.3.1
8412026-03-13T16:53:36.890Z Downloaded siphasher v1.0.2
8422026-03-13T16:53:36.890Z Downloaded rustversion v1.0.22
8432026-03-13T16:53:36.890Z Downloaded schemars_derive v0.8.22
8442026-03-13T16:53:36.893Z Downloaded slog-envlogger v2.2.0
8452026-03-13T16:53:36.893Z Downloaded slog-bunyan v2.5.0
8462026-03-13T16:53:36.894Z Downloaded same-file v1.0.6
8472026-03-13T16:53:36.894Z Downloaded hickory-server v0.25.2
8482026-03-13T16:53:36.897Z Downloaded sct v0.7.1
8492026-03-13T16:53:36.900Z Downloaded crossterm v0.28.1
8502026-03-13T16:53:36.906Z Downloaded progenitor-impl v0.10.0
8512026-03-13T16:53:36.909Z Downloaded papergrid v0.17.0
8522026-03-13T16:53:36.912Z Downloaded hashbrown v0.13.2
8532026-03-13T16:53:36.916Z Downloaded russh-keys v0.45.0
8542026-03-13T16:53:36.919Z Downloaded strip-ansi-escapes v0.2.1
8552026-03-13T16:53:36.923Z Downloaded scrypt v0.11.0
8562026-03-13T16:53:36.923Z Downloaded scroll v0.13.0
8572026-03-13T16:53:36.929Z Downloaded rustls-pki-types v1.14.0
8582026-03-13T16:53:36.929Z Downloaded ssh-cipher v0.2.0
8592026-03-13T16:53:36.932Z Downloaded ssh-encoding v0.2.0
8602026-03-13T16:53:36.932Z Downloaded serde_derive_internals v0.29.1
8612026-03-13T16:53:36.933Z Downloaded hashbrown v0.12.3
8622026-03-13T16:53:36.936Z Downloaded openssl-sys v0.9.111
8632026-03-13T16:53:36.940Z Downloaded rcgen v0.12.1
8642026-03-13T16:53:36.944Z Downloaded progenitor-impl v0.11.2
8652026-03-13T16:53:36.947Z Downloaded pin-project v1.1.11
8662026-03-13T16:53:36.954Z Downloaded sqlparser_derive v0.5.0
8672026-03-13T16:53:36.957Z Downloaded slog-dtrace v0.3.0
8682026-03-13T16:53:36.960Z Downloaded signature v2.2.0
8692026-03-13T16:53:36.960Z Downloaded signal-hook-registry v1.4.8
8702026-03-13T16:53:36.966Z Downloaded shlex v1.3.0
8712026-03-13T16:53:36.966Z Downloaded serde_path_to_error v0.1.20
8722026-03-13T16:53:36.969Z Downloaded prettyplease v0.2.37
8732026-03-13T16:53:36.970Z Downloaded tabwriter v1.4.1
8742026-03-13T16:53:36.972Z Downloaded tagptr v0.2.0
8752026-03-13T16:53:36.973Z Downloaded strum v0.26.3
8762026-03-13T16:53:36.973Z Downloaded structmeta-derive v0.3.0
8772026-03-13T16:53:36.976Z Downloaded num-bigint v0.4.6
8782026-03-13T16:53:36.979Z Downloaded smf v0.2.3
8792026-03-13T16:53:36.979Z Downloaded smallvec v0.6.14
8802026-03-13T16:53:36.982Z Downloaded slog-scope v4.4.1
8812026-03-13T16:53:36.982Z Downloaded tap v1.0.1
8822026-03-13T16:53:36.988Z Downloaded take_mut v0.2.2
8832026-03-13T16:53:36.988Z Downloaded simd-adler32 v0.3.8
8842026-03-13T16:53:36.991Z Downloaded slab v0.4.12
8852026-03-13T16:53:36.991Z Downloaded serde-hex v0.1.0
8862026-03-13T16:53:36.991Z Downloaded strum v0.27.2
8872026-03-13T16:53:36.991Z Downloaded slog-term v2.9.2
8882026-03-13T16:53:36.995Z Downloaded subtle v2.6.1
8892026-03-13T16:53:36.998Z Downloaded thread-id v5.1.0
8902026-03-13T16:53:36.998Z Downloaded thiserror-impl-no-std v2.0.2
8912026-03-13T16:53:36.998Z Downloaded slog-stdlog v4.1.1
8922026-03-13T16:53:37.004Z Downloaded sec1 v0.7.3
8932026-03-13T16:53:37.004Z Downloaded static_assertions v1.1.0
8942026-03-13T16:53:37.009Z Downloaded stacker v0.1.23
8952026-03-13T16:53:37.009Z Downloaded sqlformat v0.3.5
8962026-03-13T16:53:37.009Z Downloaded serde_with_macros v3.17.0
8972026-03-13T16:53:37.013Z Downloaded pretty_assertions v1.4.1
8982026-03-13T16:53:37.013Z Downloaded rayon-core v1.13.0
8992026-03-13T16:53:37.016Z Downloaded spki v0.7.3
9002026-03-13T16:53:37.016Z Downloaded time-core v0.1.8
9012026-03-13T16:53:37.019Z Downloaded termtree v0.5.1
9022026-03-13T16:53:37.019Z Downloaded structmeta v0.3.0
9032026-03-13T16:53:37.019Z Downloaded slog-async v2.8.0
9042026-03-13T16:53:37.022Z Downloaded snafu-derive v0.8.9
9052026-03-13T16:53:37.022Z Downloaded hyper-util v0.1.20
9062026-03-13T16:53:37.029Z Downloaded strum_macros v0.24.3
9072026-03-13T16:53:37.032Z Downloaded progenitor-impl v0.13.0
9082026-03-13T16:53:37.032Z Downloaded crossterm v0.29.0
9092026-03-13T16:53:37.037Z Downloaded supports-color v3.0.2
9102026-03-13T16:53:37.048Z Downloaded serde_cbor v0.11.2
9112026-03-13T16:53:37.052Z Downloaded schemars v0.8.22
9122026-03-13T16:53:37.052Z Downloaded stringprep v0.1.5
9132026-03-13T16:53:37.057Z Downloaded ron v0.8.1
9142026-03-13T16:53:37.061Z Downloaded itertools v0.10.5
9152026-03-13T16:53:37.065Z Downloaded tinyvec_macros v0.1.1
9162026-03-13T16:53:37.065Z Downloaded tls_codec v0.4.2
9172026-03-13T16:53:37.065Z Downloaded tiny-keccak v2.0.2
9182026-03-13T16:53:37.070Z Downloaded thread_local v1.1.9
9192026-03-13T16:53:37.073Z Downloaded try-lock v0.2.5
9202026-03-13T16:53:37.073Z Downloaded serde_yaml v0.9.34+deprecated
9212026-03-13T16:53:37.073Z Downloaded quinn v0.11.9
9222026-03-13T16:53:37.077Z Downloaded strum_macros v0.26.4
9232026-03-13T16:53:37.081Z Downloaded iri-string v0.7.10
9242026-03-13T16:53:37.084Z Downloaded tokio-dtrace v0.1.1
9252026-03-13T16:53:37.089Z Downloaded topological-sort v0.2.2
9262026-03-13T16:53:37.089Z Downloaded support-bundle-viewer v0.1.2
9272026-03-13T16:53:37.089Z Downloaded signal-hook v0.3.18
9282026-03-13T16:53:37.093Z Downloaded iddqd v0.3.17
9292026-03-13T16:53:37.097Z Downloaded termios v0.3.3
9302026-03-13T16:53:37.101Z Downloaded slog v2.8.2
9312026-03-13T16:53:37.101Z Downloaded itertools v0.13.0
9322026-03-13T16:53:37.106Z Downloaded time-macros v0.2.27
9332026-03-13T16:53:37.110Z Downloaded spin v0.9.8
9342026-03-13T16:53:37.110Z Downloaded schemars v0.9.0
9352026-03-13T16:53:37.120Z Downloaded typify-macro v0.6.1
9362026-03-13T16:53:37.123Z Downloaded tokio-tungstenite v0.23.1
9372026-03-13T16:53:37.123Z Downloaded untrusted v0.9.0
9382026-03-13T16:53:37.127Z Downloaded aes-gcm v0.10.3
9392026-03-13T16:53:37.127Z Downloaded utf-8 v0.7.6
9402026-03-13T16:53:37.130Z Downloaded usdt-attr-macro v0.6.0
9412026-03-13T16:53:37.130Z Downloaded usdt v0.6.0
9422026-03-13T16:53:37.130Z Downloaded untrusted v0.7.1
9432026-03-13T16:53:37.133Z Downloaded universal-hash v0.5.1
9442026-03-13T16:53:37.133Z Downloaded unit-prefix v0.5.2
9452026-03-13T16:53:37.133Z Downloaded unicode-truncate v1.1.0
9462026-03-13T16:53:37.136Z Downloaded unarray v0.1.4
9472026-03-13T16:53:37.136Z Downloaded typify-macro v0.4.3
9482026-03-13T16:53:37.136Z Downloaded tokio-rustls v0.25.0
9492026-03-13T16:53:37.141Z Downloaded publicsuffix v2.3.0
9502026-03-13T16:53:37.144Z Downloaded itertools v0.12.1
9512026-03-13T16:53:37.147Z Downloaded tokio-macros v2.6.0
9522026-03-13T16:53:37.147Z Downloaded term v1.2.1
9532026-03-13T16:53:37.150Z Downloaded string_cache v0.8.9
9542026-03-13T16:53:37.150Z Downloaded qorb v0.4.1
9552026-03-13T16:53:37.154Z Downloaded tokio-native-tls v0.3.1
9562026-03-13T16:53:37.157Z Downloaded tls_codec_derive v0.4.2
9572026-03-13T16:53:37.157Z Downloaded usdt-macro v0.6.0
9582026-03-13T16:53:37.160Z Downloaded thiserror-no-std v2.0.2
9592026-03-13T16:53:37.163Z Downloaded futures-util v0.3.32
9602026-03-13T16:53:37.172Z Downloaded trait-variant v0.1.2
9612026-03-13T16:53:37.175Z Downloaded strum_macros v0.27.2
9622026-03-13T16:53:37.175Z Downloaded similar v2.7.0
9632026-03-13T16:53:37.178Z Downloaded wait-timeout v0.2.1
9642026-03-13T16:53:37.178Z Downloaded void v1.0.2
9652026-03-13T16:53:37.181Z Downloaded nom v7.1.3
9662026-03-13T16:53:37.184Z Downloaded samael v0.0.19
9672026-03-13T16:53:37.187Z Downloaded want v0.3.1
9682026-03-13T16:53:37.190Z Downloaded waitgroup v0.1.2
9692026-03-13T16:53:37.190Z Downloaded socket2 v0.5.10
9702026-03-13T16:53:37.193Z Downloaded socket2 v0.6.2
9712026-03-13T16:53:37.193Z Downloaded xshell-macros v0.2.7
9722026-03-13T16:53:37.193Z Downloaded rand v0.8.5
9732026-03-13T16:53:37.196Z Downloaded libxml v0.3.3
9742026-03-13T16:53:37.200Z Downloaded mio v1.1.1
9752026-03-13T16:53:37.206Z Downloaded tokio-tungstenite v0.21.0
9762026-03-13T16:53:37.209Z Downloaded hashbrown v0.15.5
9772026-03-13T16:53:37.214Z Downloaded rsa v0.9.10
9782026-03-13T16:53:37.218Z Downloaded aho-corasick v1.1.4
9792026-03-13T16:53:37.221Z Downloaded unicase v2.9.0
9802026-03-13T16:53:37.221Z Downloaded snafu v0.8.9
9812026-03-13T16:53:37.225Z Downloaded zeroize_derive v1.4.3
9822026-03-13T16:53:37.228Z Downloaded vergen-git2 v1.0.7
9832026-03-13T16:53:37.228Z Downloaded tinyvec v1.10.0
9842026-03-13T16:53:37.232Z Downloaded rand v0.10.0
9852026-03-13T16:53:37.235Z Downloaded zone_cfg_derive v0.3.1
9862026-03-13T16:53:37.235Z Downloaded libm v0.2.16
9872026-03-13T16:53:37.241Z Downloaded vergen-lib v0.1.6
9882026-03-13T16:53:37.244Z Downloaded uzers v0.12.2
9892026-03-13T16:53:37.244Z Downloaded tokio-stream v0.1.18
9902026-03-13T16:53:37.247Z Downloaded zone v0.3.1
9912026-03-13T16:53:37.247Z Downloaded vsss-rs v3.3.4
9922026-03-13T16:53:37.254Z Downloaded tokio-rustls v0.26.4
9932026-03-13T16:53:37.254Z Downloaded tokio-rustls v0.24.1
9942026-03-13T16:53:37.254Z Downloaded rustls-webpki v0.103.9
9952026-03-13T16:53:37.258Z Downloaded p521 v0.13.3
9962026-03-13T16:53:37.261Z Downloaded subprocess v0.2.15
9972026-03-13T16:53:37.262Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9982026-03-13T16:53:37.266Z Downloaded ryu v1.0.23
9992026-03-13T16:53:37.269Z Downloaded xattr v1.6.1
10002026-03-13T16:53:37.269Z Downloaded rand v0.9.2
10012026-03-13T16:53:37.272Z Downloaded vergen-gitcl v1.0.8
10022026-03-13T16:53:37.272Z Downloaded tui-tree-widget v0.23.1
10032026-03-13T16:53:37.272Z Downloaded toml_writer v1.0.6+spec-1.1.0
10042026-03-13T16:53:37.275Z Downloaded xz2 v0.1.7
10052026-03-13T16:53:37.275Z Downloaded schemars v1.2.1
10062026-03-13T16:53:37.285Z Downloaded unicode-properties v0.1.4
10072026-03-13T16:53:37.289Z Downloaded test-strategy v0.4.5
10082026-03-13T16:53:37.293Z Downloaded twox-hash v2.1.2
10092026-03-13T16:53:37.293Z Downloaded xshell v0.2.7
10102026-03-13T16:53:37.296Z Downloaded russh v0.45.0
10112026-03-13T16:53:37.299Z Downloaded tar v0.4.44
10122026-03-13T16:53:38.305Z Downloaded itertools v0.14.0
10132026-03-13T16:53:38.310Z Downloaded h2 v0.4.13
10142026-03-13T16:53:38.310Z Downloaded usdt-impl v0.6.0
10152026-03-13T16:53:38.310Z Downloaded zeroize v1.8.2
10162026-03-13T16:53:38.310Z Downloaded zstd v0.13.3
10172026-03-13T16:53:38.310Z Downloaded typify v0.4.3
10182026-03-13T16:53:38.310Z Downloaded zstd-safe v7.2.4
10192026-03-13T16:53:38.310Z Downloaded num-bigint-dig v0.8.6
10202026-03-13T16:53:38.310Z Downloaded toml v0.9.12+spec-1.1.0
10212026-03-13T16:53:38.310Z Downloaded rustyline v14.0.0
10222026-03-13T16:53:38.310Z Downloaded typify v0.6.1
10232026-03-13T16:53:38.310Z Downloaded tungstenite v0.21.0
10242026-03-13T16:53:38.310Z Downloaded tracing-attributes v0.1.31
10252026-03-13T16:53:38.310Z Downloaded term v0.7.0
10262026-03-13T16:53:38.310Z Downloaded hkdf v0.12.4
10272026-03-13T16:53:38.310Z Downloaded blake3 v1.8.3
10282026-03-13T16:53:38.310Z Downloaded tungstenite v0.23.0
10292026-03-13T16:53:38.310Z Downloaded zerocopy v0.6.6
10302026-03-13T16:53:38.310Z Downloaded yasna v0.5.2
10312026-03-13T16:53:38.310Z Downloaded vergen v9.0.6
10322026-03-13T16:53:38.311Z Downloaded unsafe-libyaml v0.2.11
10332026-03-13T16:53:38.311Z Downloaded rpassword v7.4.0
10342026-03-13T16:53:38.311Z Downloaded toml_parser v1.0.9+spec-1.1.0
10352026-03-13T16:53:38.311Z Downloaded toml v0.7.8
10362026-03-13T16:53:38.311Z Downloaded wyz v0.5.1
10372026-03-13T16:53:38.311Z Downloaded whoami v2.1.0
10382026-03-13T16:53:38.311Z Downloaded whoami v1.6.1
10392026-03-13T16:53:38.311Z Downloaded walkdir v2.5.0
10402026-03-13T16:53:38.311Z Downloaded tower-service v0.3.3
10412026-03-13T16:53:38.311Z Downloaded vte v0.14.1
10422026-03-13T16:53:38.311Z Downloaded hyper v1.8.1
10432026-03-13T16:53:38.311Z Downloaded tracing-core v0.1.36
10442026-03-13T16:53:38.311Z Downloaded toml_edit v0.23.10+spec-1.0.0
10452026-03-13T16:53:38.311Z Downloaded tower-layer v0.3.3
10462026-03-13T16:53:38.311Z Downloaded rustls-platform-verifier v0.6.2
10472026-03-13T16:53:38.311Z Downloaded testing_table v0.3.0
10482026-03-13T16:53:38.311Z Downloaded http v1.4.0
10492026-03-13T16:53:38.311Z Downloaded tabled_derive v0.11.0
10502026-03-13T16:53:38.311Z Downloaded sync_wrapper v1.0.2
10512026-03-13T16:53:38.311Z Downloaded sync-ptr v0.1.4
10522026-03-13T16:53:38.311Z Downloaded slog-json v2.6.1
10532026-03-13T16:53:38.311Z Downloaded rustls-pemfile v1.0.4
10542026-03-13T16:53:38.311Z Downloaded semver v0.1.20
10552026-03-13T16:53:38.311Z Downloaded serde_bytes v0.11.19
10562026-03-13T16:53:38.311Z Downloaded unicode-bidi v0.3.18
10572026-03-13T16:53:38.311Z Downloaded serde-big-array v0.5.1
10582026-03-13T16:53:38.311Z Downloaded seq-macro v0.3.6
10592026-03-13T16:53:38.311Z Downloaded toml_edit v0.19.15
10602026-03-13T16:53:38.311Z Downloaded uuid v1.21.0
10612026-03-13T16:53:38.311Z Downloaded p384 v0.13.1
10622026-03-13T16:53:38.311Z Downloaded steno v0.4.1
10632026-03-13T16:53:38.311Z Downloaded bitvec v1.0.1
10642026-03-13T16:53:38.311Z Downloaded zopfli v0.8.3
10652026-03-13T16:53:38.311Z Downloaded tokio-postgres v0.7.16
10662026-03-13T16:53:38.311Z Downloaded ron v0.12.0
10672026-03-13T16:53:38.311Z Downloaded unicode_categories v0.1.1
10682026-03-13T16:53:38.311Z Downloaded reqwest v0.13.2
10692026-03-13T16:53:38.311Z Downloaded yansi v1.0.1
10702026-03-13T16:53:38.312Z Downloaded tower v0.5.3
10712026-03-13T16:53:38.312Z Downloaded zip v0.6.6
10722026-03-13T16:53:38.312Z Downloaded ssh-key v0.6.7
10732026-03-13T16:53:38.312Z Downloaded regex v1.12.3
10742026-03-13T16:53:38.312Z Downloaded reqwest v0.12.28
10752026-03-13T16:53:38.312Z Downloaded reedline v0.40.0
10762026-03-13T16:53:38.312Z Downloaded aws-lc-rs v1.16.0
10772026-03-13T16:53:38.312Z Downloaded git2 v0.20.4
10782026-03-13T16:53:38.312Z Downloaded zerocopy-derive v0.8.40
10792026-03-13T16:53:38.312Z Downloaded rustls-webpki v0.101.7
10802026-03-13T16:53:38.312Z Downloaded salty v0.3.0
10812026-03-13T16:53:38.312Z Downloaded typed-path v0.9.3
10822026-03-13T16:53:38.312Z Downloaded unicode-segmentation v1.12.0
10832026-03-13T16:53:38.312Z Downloaded goblin v0.10.5
10842026-03-13T16:53:38.312Z Downloaded lalrpop v0.19.12
10852026-03-13T16:53:38.312Z Downloaded chrono v0.4.44
10862026-03-13T16:53:38.312Z Downloaded x509-cert v0.2.5
10872026-03-13T16:53:38.312Z Downloaded rayon v1.11.0
10882026-03-13T16:53:38.312Z Downloaded unicode-normalization v0.1.25
10892026-03-13T16:53:38.312Z Downloaded tough v0.20.0
10902026-03-13T16:53:38.312Z Downloaded zip v4.6.1
10912026-03-13T16:53:38.312Z Downloaded tokio-util v0.7.18
10922026-03-13T16:53:38.312Z Downloaded tower-http v0.6.8
10932026-03-13T16:53:38.312Z Downloaded serde_with v3.17.0
10942026-03-13T16:53:38.312Z Downloaded petname v2.0.2
10952026-03-13T16:53:38.312Z Downloaded object v0.30.4
10962026-03-13T16:53:38.312Z Downloaded rustls-webpki v0.102.8
10972026-03-13T16:53:38.312Z Downloaded proptest v1.10.0
10982026-03-13T16:53:38.312Z Downloaded moka v0.12.13
10992026-03-13T16:53:38.312Z Downloaded quick-xml v0.37.5
11002026-03-13T16:53:38.312Z Downloaded polar-core v0.27.3
11012026-03-13T16:53:38.312Z Downloaded portable-atomic v1.13.1
11022026-03-13T16:53:38.312Z Downloaded secrecy v0.10.3
11032026-03-13T16:53:38.312Z Downloaded winnow v0.6.26
11042026-03-13T16:53:38.312Z Downloaded radix_trie v0.2.1
11052026-03-13T16:53:38.312Z Downloaded winnow v0.5.40
11062026-03-13T16:53:38.312Z Downloaded bstr v1.12.1
11072026-03-13T16:53:38.312Z Downloaded oso v0.27.3
11082026-03-13T16:53:38.312Z Downloaded dropshot v0.16.7
11092026-03-13T16:53:38.313Z Downloaded tabled v0.20.0
11102026-03-13T16:53:38.313Z Downloaded rustls v0.21.12
11112026-03-13T16:53:38.313Z Downloaded regex-syntax v0.6.29
11122026-03-13T16:53:38.313Z Downloaded hickory-proto v0.24.4
11132026-03-13T16:53:38.316Z Downloaded vcpkg v0.2.15
11142026-03-13T16:53:38.316Z Downloaded time v0.3.47
11152026-03-13T16:53:38.316Z Downloaded nix v0.28.0
11162026-03-13T16:53:38.316Z Downloaded webpki-roots v1.0.6
11172026-03-13T16:53:38.316Z Downloaded smoltcp v0.9.1
11182026-03-13T16:53:38.317Z Downloaded zerocopy v0.8.40
11192026-03-13T16:53:38.317Z Downloaded hickory-proto v0.25.2
11202026-03-13T16:53:38.317Z Downloaded zlib-rs v0.6.2
11212026-03-13T16:53:38.317Z Downloaded nix v0.31.1
11222026-03-13T16:53:38.317Z Downloaded rustls v0.22.4
11232026-03-13T16:53:38.317Z Downloaded regress v0.10.5
11242026-03-13T16:53:38.317Z Downloaded object v0.37.3
11252026-03-13T16:53:38.317Z Downloaded regex-syntax v0.8.10
11262026-03-13T16:53:38.317Z Downloaded smoltcp v0.11.0
11272026-03-13T16:53:38.317Z Downloaded diesel v2.2.12
11282026-03-13T16:53:38.317Z Downloaded rustls v0.23.37
11292026-03-13T16:53:38.317Z Downloaded rustix v0.38.44
11302026-03-13T16:53:38.317Z Downloaded openapiv3 v2.2.0
11312026-03-13T16:53:38.317Z Downloaded nix v0.29.0
11322026-03-13T16:53:38.317Z Downloaded nix v0.27.1
11332026-03-13T16:53:38.317Z Downloaded tracing v0.1.44
11342026-03-13T16:53:38.317Z Downloaded typify-impl v0.6.1
11352026-03-13T16:53:38.317Z Downloaded quinn-proto v0.11.13
11362026-03-13T16:53:38.317Z Downloaded openssl v0.10.75
11372026-03-13T16:53:38.317Z Downloaded sqlparser v0.61.0
11382026-03-13T16:53:38.317Z Downloaded typify-impl v0.4.3
11392026-03-13T16:53:38.317Z Downloaded progenitor-client v0.13.0
11402026-03-13T16:53:38.317Z Downloaded predicates v3.1.4
11412026-03-13T16:53:38.317Z Downloaded expectorate v1.2.0
11422026-03-13T16:53:38.317Z Downloaded dropshot-api-manager v0.6.0
11432026-03-13T16:53:38.317Z Downloaded parking_lot_core v0.8.6
11442026-03-13T16:53:38.317Z Downloaded heapless v0.8.0
11452026-03-13T16:53:38.317Z Downloaded ar_archive_writer v0.5.1
11462026-03-13T16:53:38.317Z Downloaded quick-error v1.2.3
11472026-03-13T16:53:38.317Z Downloaded pkcs8 v0.10.2
11482026-03-13T16:53:38.317Z Downloaded sled v0.34.7
11492026-03-13T16:53:38.317Z Downloaded regex-automata v0.4.14
11502026-03-13T16:53:38.317Z Downloaded ratatui v0.29.0
11512026-03-13T16:53:38.317Z Downloaded peg v0.8.5
11522026-03-13T16:53:38.317Z Downloaded zerocopy-derive v0.6.6
11532026-03-13T16:53:38.317Z Downloaded jiff v0.2.21
11542026-03-13T16:53:38.317Z Downloaded bzip2-sys v0.1.13+1.0.8
11552026-03-13T16:53:38.317Z Downloaded litrs v1.0.0
11562026-03-13T16:53:38.317Z Downloaded petgraph v0.6.5
11572026-03-13T16:53:38.318Z Downloaded phf v0.13.1
11582026-03-13T16:53:38.318Z Downloaded num_enum v0.7.5
11592026-03-13T16:53:38.318Z Downloaded chrono-tz v0.10.4
11602026-03-13T16:53:38.318Z Downloaded lzma-sys v0.1.20
11612026-03-13T16:53:38.318Z Downloaded petgraph v0.8.3
11622026-03-13T16:53:38.318Z Downloaded num-integer v0.1.46
11632026-03-13T16:53:38.318Z Downloaded csv v1.4.0
11642026-03-13T16:53:38.318Z Downloaded libz-sys v1.1.24
11652026-03-13T16:53:38.318Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11662026-03-13T16:53:38.318Z Downloaded base64 v0.22.1
11672026-03-13T16:53:38.318Z Downloaded owo-colors v4.3.0
11682026-03-13T16:53:38.318Z Downloaded paste v1.0.15
11692026-03-13T16:53:38.318Z Downloaded password-hash v0.4.2
11702026-03-13T16:53:38.318Z Downloaded indexmap v1.9.3
11712026-03-13T16:53:38.318Z Downloaded diesel_derives v2.2.7
11722026-03-13T16:53:38.318Z Downloaded tokio v1.49.0
11732026-03-13T16:53:38.319Z Downloaded sha3 v0.10.8
11742026-03-13T16:53:38.319Z Downloaded der v0.7.10
11752026-03-13T16:53:38.319Z Downloaded derive_more v2.1.1
11762026-03-13T16:53:38.319Z Downloaded crossbeam-channel v0.5.15
11772026-03-13T16:53:38.319Z Downloaded half v2.7.1
11782026-03-13T16:53:38.319Z Downloaded jobserver v0.1.34
11792026-03-13T16:53:38.319Z Downloaded chacha20poly1305 v0.10.1
11802026-03-13T16:53:38.319Z Downloaded const_format v0.2.35
11812026-03-13T16:53:38.319Z Downloaded arc-swap v1.8.2
11822026-03-13T16:53:38.319Z Downloaded num_threads v0.1.7
11832026-03-13T16:53:38.319Z Downloaded num-iter v0.1.45
11842026-03-13T16:53:38.319Z Downloaded nanorand v0.7.0
11852026-03-13T16:53:38.319Z Downloaded getrandom v0.3.4
11862026-03-13T16:53:38.325Z Downloaded darling_core v0.20.11
11872026-03-13T16:53:38.325Z Downloaded opaque-debug v0.3.1
11882026-03-13T16:53:38.325Z Downloaded hyper-rustls v0.27.7
11892026-03-13T16:53:38.328Z Downloaded httparse v1.10.1
11902026-03-13T16:53:38.328Z Downloaded impl-trait-for-tuples v0.2.3
11912026-03-13T16:53:38.328Z Downloaded iana-time-zone v0.1.65
11922026-03-13T16:53:38.331Z Downloaded linear-map v1.2.0
11932026-03-13T16:53:38.331Z Downloaded hickory-client v0.25.2
11942026-03-13T16:53:38.334Z Downloaded colored v2.2.0
11952026-03-13T16:53:38.334Z Downloaded base64 v0.21.7
11962026-03-13T16:53:38.339Z Downloaded libsw v3.5.0
11972026-03-13T16:53:38.339Z Downloaded bindgen v0.71.1
11982026-03-13T16:53:38.342Z Downloaded hmac v0.12.1
11992026-03-13T16:53:38.346Z Downloaded libefi-sys v0.1.0
12002026-03-13T16:53:38.346Z Downloaded crc-any v2.5.0
12012026-03-13T16:53:38.350Z Downloaded num-conv v0.2.0
12022026-03-13T16:53:38.350Z Downloaded compact_str v0.8.1
12032026-03-13T16:53:38.350Z Downloaded bumpalo v3.20.2
12042026-03-13T16:53:38.353Z Downloaded md-5 v0.10.6
12052026-03-13T16:53:38.353Z Downloaded dropshot_endpoint v0.16.7
12062026-03-13T16:53:38.356Z Downloaded newline-converter v0.3.0
12072026-03-13T16:53:38.356Z Downloaded fatfs v0.3.6
12082026-03-13T16:53:38.359Z Downloaded getrandom v0.2.17
12092026-03-13T16:53:38.359Z Downloaded derive_more-impl v2.1.1
12102026-03-13T16:53:38.362Z Downloaded derive_more v0.99.20
12112026-03-13T16:53:38.365Z Downloaded encoding_rs v0.8.35
12122026-03-13T16:53:38.382Z Downloaded bytes v1.11.1
12132026-03-13T16:53:38.385Z Downloaded lru v0.12.5
12142026-03-13T16:53:38.388Z Downloaded blake2 v0.10.6
12152026-03-13T16:53:38.388Z Downloaded ipnet v2.11.0
12162026-03-13T16:53:38.390Z Downloaded ingot v0.1.1
12172026-03-13T16:53:38.391Z Downloaded hyper-staticfile v0.10.1
12182026-03-13T16:53:38.393Z Downloaded http-body-util v0.1.3
12192026-03-13T16:53:38.394Z Downloaded http-body v1.0.1
12202026-03-13T16:53:38.394Z Downloaded indoc v2.0.7
12212026-03-13T16:53:38.397Z Downloaded md5 v0.7.0
12222026-03-13T16:53:38.397Z Downloaded lru-slab v0.1.2
12232026-03-13T16:53:38.397Z Downloaded humantime v2.3.0
12242026-03-13T16:53:38.400Z Downloaded linked-hash-map v0.5.6
12252026-03-13T16:53:38.400Z Downloaded console v0.15.11
12262026-03-13T16:53:38.400Z Downloaded highway v1.3.0
12272026-03-13T16:53:38.405Z Downloaded async-bb8-diesel v0.2.1
12282026-03-13T16:53:38.405Z Downloaded ring v0.17.14
12292026-03-13T16:53:38.434Z Downloaded des v0.8.1
12302026-03-13T16:53:38.437Z Downloaded buf-list v1.1.2
12312026-03-13T16:53:38.437Z Downloaded indent_write v2.2.0
12322026-03-13T16:53:38.440Z Downloaded git-stub-vcs v0.1.0
12332026-03-13T16:53:38.440Z Downloaded env_logger v0.11.9
12342026-03-13T16:53:38.443Z Downloaded crossbeam-epoch v0.9.18
12352026-03-13T16:53:38.443Z Downloaded cancel-safe-futures v0.1.5
12362026-03-13T16:53:38.446Z Downloaded kstat-rs v0.2.4
12372026-03-13T16:53:38.446Z Downloaded daft-derive v0.1.5
12382026-03-13T16:53:38.449Z Downloaded fs-err v2.11.0
12392026-03-13T16:53:38.452Z Downloaded internet-checksum v0.2.1
12402026-03-13T16:53:38.452Z Downloaded instant v0.1.13
12412026-03-13T16:53:38.452Z Downloaded cargo_metadata v0.19.2
12422026-03-13T16:53:38.455Z Downloaded globset v0.4.18
12432026-03-13T16:53:38.455Z Downloaded cookie_store v0.22.1
12442026-03-13T16:53:38.455Z Downloaded httpdate v1.0.3
12452026-03-13T16:53:38.459Z Downloaded glob v0.3.3
12462026-03-13T16:53:38.459Z Downloaded futures-executor v0.3.32
12472026-03-13T16:53:38.459Z Downloaded fs_extra v1.3.0
12482026-03-13T16:53:38.463Z Downloaded drift v0.1.3
12492026-03-13T16:53:38.463Z Downloaded crossbeam-utils v0.8.21
12502026-03-13T16:53:38.466Z Downloaded convert_case v0.10.0
12512026-03-13T16:53:38.466Z Downloaded constant_time_eq v0.4.2
12522026-03-13T16:53:38.473Z Downloaded libgit2-sys v0.18.3+1.9.2
12532026-03-13T16:53:38.508Z Downloaded cipher v0.4.4
12542026-03-13T16:53:38.513Z Downloaded blowfish v0.9.1
12552026-03-13T16:53:38.513Z Downloaded bcs v0.1.6
12562026-03-13T16:53:38.514Z Downloaded backoff v0.4.0
12572026-03-13T16:53:38.514Z Downloaded foldhash v0.2.0
12582026-03-13T16:53:38.514Z Downloaded crossbeam-deque v0.8.6
12592026-03-13T16:53:38.518Z Downloaded allocator-api2 v0.2.21
12602026-03-13T16:53:38.518Z Downloaded hex v0.4.3
12612026-03-13T16:53:38.519Z Downloaded der_derive v0.7.3
12622026-03-13T16:53:38.524Z Downloaded fallible-iterator v0.2.0
12632026-03-13T16:53:38.524Z Downloaded futures-task v0.3.32
12642026-03-13T16:53:38.524Z Downloaded diesel-dtrace v0.4.2
12652026-03-13T16:53:38.524Z Downloaded derive_builder_core v0.20.2
12662026-03-13T16:53:38.524Z Downloaded cbc v0.1.2
12672026-03-13T16:53:38.530Z Downloaded cexpr v0.6.0
12682026-03-13T16:53:38.530Z Downloaded cassowary v0.3.0
12692026-03-13T16:53:38.530Z Downloaded document-features v0.2.12
12702026-03-13T16:53:38.530Z Downloaded clang-sys v1.8.1
12712026-03-13T16:53:38.530Z Downloaded ciborium v0.2.2
12722026-03-13T16:53:38.534Z Downloaded fxhash v0.2.1
12732026-03-13T16:53:38.534Z Downloaded futures-sink v0.3.32
12742026-03-13T16:53:38.534Z Downloaded funty v2.0.0
12752026-03-13T16:53:38.534Z Downloaded dtrace-parser v0.3.0
12762026-03-13T16:53:38.534Z Downloaded defmt-macros v1.0.1
12772026-03-13T16:53:38.537Z Downloaded fixedbitset v0.4.2
12782026-03-13T16:53:38.537Z Downloaded erased-serde v0.3.31
12792026-03-13T16:53:38.537Z Downloaded ed25519 v2.2.3
12802026-03-13T16:53:38.545Z Downloaded data-encoding v2.10.0
12812026-03-13T16:53:38.545Z Downloaded darling_macro v0.20.11
12822026-03-13T16:53:38.545Z Downloaded chacha20 v0.10.0
12832026-03-13T16:53:38.545Z Downloaded bzip2 v0.4.4
12842026-03-13T16:53:38.545Z Downloaded futures-io v0.3.32
12852026-03-13T16:53:38.545Z Downloaded futures-core v0.3.32
12862026-03-13T16:53:38.549Z Downloaded embedded-io v0.6.1
12872026-03-13T16:53:38.549Z Downloaded embedded-io v0.4.0
12882026-03-13T16:53:38.549Z Downloaded float-ord v0.3.2
12892026-03-13T16:53:38.549Z Downloaded float-cmp v0.10.0
12902026-03-13T16:53:38.549Z Downloaded enum-as-inner v0.6.1
12912026-03-13T16:53:38.550Z Downloaded display-error-chain v0.2.2
12922026-03-13T16:53:38.550Z Downloaded ascii-canvas v3.0.0
12932026-03-13T16:53:38.553Z Downloaded foreign-types v0.3.2
12942026-03-13T16:53:38.553Z Downloaded env_filter v1.0.0
12952026-03-13T16:53:38.553Z Downloaded endian-type v0.1.2
12962026-03-13T16:53:38.553Z Downloaded dunce v1.0.5
12972026-03-13T16:53:38.553Z Downloaded dsl_auto_type v0.1.3
12982026-03-13T16:53:38.553Z Downloaded castaway v0.2.4
12992026-03-13T16:53:38.556Z Downloaded cargo-platform v0.1.9
13002026-03-13T16:53:38.557Z Downloaded base16ct v0.2.0
13012026-03-13T16:53:38.557Z Downloaded diesel_table_macro_syntax v0.2.0
13022026-03-13T16:53:38.557Z Downloaded cstr-argument v0.1.2
13032026-03-13T16:53:38.557Z Downloaded crunchy v0.2.4
13042026-03-13T16:53:38.561Z Downloaded async-trait v0.1.89
13052026-03-13T16:53:38.561Z Downloaded array-init v0.0.4
13062026-03-13T16:53:38.561Z Downloaded cfg_aliases v0.1.1
13072026-03-13T16:53:38.561Z Downloaded block-padding v0.3.3
13082026-03-13T16:53:38.564Z Downloaded bcrypt-pbkdf v0.10.0
13092026-03-13T16:53:38.564Z Downloaded atty v0.2.14
13102026-03-13T16:53:38.565Z Downloaded arrayref v0.3.9
13112026-03-13T16:53:38.565Z Downloaded bit-set v0.8.0
13122026-03-13T16:53:38.565Z Downloaded defmt-parser v1.0.0
13132026-03-13T16:53:38.568Z Downloaded defmt v0.3.100
13142026-03-13T16:53:38.568Z Downloaded debug-ignore v1.0.5
13152026-03-13T16:53:38.568Z Downloaded darling_macro v0.21.3
13162026-03-13T16:53:38.568Z Downloaded crc8 v0.1.1
13172026-03-13T16:53:38.571Z Downloaded camino-tempfile-ext v0.3.3
13182026-03-13T16:53:38.571Z Downloaded bitflags v1.3.2
13192026-03-13T16:53:38.575Z Downloaded derive-ex v0.1.8
13202026-03-13T16:53:38.575Z Downloaded crypto-bigint v0.5.5
13212026-03-13T16:53:38.583Z Downloaded bit-vec v0.8.0
13222026-03-13T16:53:38.583Z Downloaded arrayvec v0.7.6
13232026-03-13T16:53:38.590Z Downloaded darling v0.21.3
13242026-03-13T16:53:38.590Z Downloaded daft v0.1.5
13252026-03-13T16:53:38.590Z Downloaded cpufeatures v0.3.0
13262026-03-13T16:53:38.590Z Downloaded cfg_aliases v0.2.1
13272026-03-13T16:53:38.590Z Downloaded darling v0.23.0
13282026-03-13T16:53:38.590Z Downloaded curve25519-dalek v4.1.3
13292026-03-13T16:53:38.595Z Downloaded bitfield-macros v0.19.4
13302026-03-13T16:53:38.602Z Downloaded bb8 v0.8.6
13312026-03-13T16:53:38.602Z Downloaded base16ct v1.0.0
13322026-03-13T16:53:38.603Z Downloaded assert_matches v1.5.0
13332026-03-13T16:53:38.603Z Downloaded async-stream v0.3.6
13342026-03-13T16:53:38.603Z Downloaded argon2 v0.5.3
13352026-03-13T16:53:38.603Z Downloaded colored v3.1.1
13362026-03-13T16:53:38.603Z Downloaded ctr v0.9.2
13372026-03-13T16:53:38.607Z Downloaded csv-core v0.1.13
13382026-03-13T16:53:38.607Z Downloaded async-recursion v1.1.1
13392026-03-13T16:53:39.052Z Downloaded aws-lc-sys v0.37.1
13402026-03-13T16:53:39.339Z Compiling libc v0.2.180
13412026-03-13T16:53:39.342Z Compiling serde v1.0.228
13422026-03-13T16:53:39.342Z Compiling log v0.4.29
13432026-03-13T16:53:39.342Z Compiling shlex v1.3.0
13442026-03-13T16:53:39.512Z Compiling find-msvc-tools v0.1.9
13452026-03-13T16:53:39.516Z Compiling smallvec v1.15.1
13462026-03-13T16:53:39.526Z Compiling syn v2.0.117
13472026-03-13T16:53:39.558Z Compiling typenum v1.19.0
13482026-03-13T16:53:39.746Z Compiling generic-array v0.14.7
13492026-03-13T16:53:39.796Z Compiling subtle v2.6.1
13502026-03-13T16:53:39.850Z Compiling scopeguard v1.2.0
13512026-03-13T16:53:39.878Z Compiling portable-atomic v1.13.1
13522026-03-13T16:53:39.957Z Compiling lock_api v0.4.14
13532026-03-13T16:53:39.982Z Compiling const-oid v0.9.6
13542026-03-13T16:53:40.048Z Compiling critical-section v1.2.0
13552026-03-13T16:53:40.086Z Compiling zerocopy v0.8.40
13562026-03-13T16:53:40.180Z Compiling pin-project-lite v0.2.17
13572026-03-13T16:53:40.265Z Compiling serde_json v1.0.149
13582026-03-13T16:53:40.302Z Compiling parking_lot_core v0.9.12
13592026-03-13T16:53:40.686Z Compiling pkg-config v0.3.32
13602026-03-13T16:53:40.727Z Compiling bitflags v2.11.0
13612026-03-13T16:53:40.856Z Compiling getrandom v0.2.17
13622026-03-13T16:53:40.926Z Compiling jobserver v0.1.34
13632026-03-13T16:53:41.030Z Compiling rand_core v0.6.4
13642026-03-13T16:53:41.118Z Compiling errno v0.3.14
13652026-03-13T16:53:41.303Z Compiling cc v1.2.56
13662026-03-13T16:53:41.343Z Compiling once_cell v1.21.3
13672026-03-13T16:53:41.389Z Compiling signal-hook-registry v1.4.8
13682026-03-13T16:53:41.419Z Compiling parking_lot v0.12.5
13692026-03-13T16:53:41.440Z Compiling mio v1.1.1
13702026-03-13T16:53:41.502Z Compiling libm v0.2.16
13712026-03-13T16:53:41.605Z Compiling num-traits v0.2.19
13722026-03-13T16:53:41.733Z Compiling futures-core v0.3.32
13732026-03-13T16:53:41.904Z Compiling socket2 v0.6.2
13742026-03-13T16:53:41.940Z Compiling percent-encoding v2.3.2
13752026-03-13T16:53:42.045Z Compiling allocator-api2 v0.2.21
13762026-03-13T16:53:42.117Z Compiling cpufeatures v0.2.17
13772026-03-13T16:53:42.173Z Compiling futures-sink v0.3.32
13782026-03-13T16:53:42.179Z Compiling foldhash v0.2.0
13792026-03-13T16:53:42.208Z Compiling futures-task v0.3.32
13802026-03-13T16:53:42.300Z Compiling futures-channel v0.3.32
13812026-03-13T16:53:42.421Z Compiling hashbrown v0.16.1
13822026-03-13T16:53:42.455Z Compiling futures-io v0.3.32
13832026-03-13T16:53:42.475Z Compiling getrandom v0.4.1
13842026-03-13T16:53:42.492Z Compiling slab v0.4.12
13852026-03-13T16:53:42.586Z Compiling rustversion v1.0.22
13862026-03-13T16:53:42.650Z Compiling rand_core v0.10.0
13872026-03-13T16:53:42.713Z Compiling getrandom v0.3.4
13882026-03-13T16:53:42.867Z Compiling cmake v0.1.57
13892026-03-13T16:53:43.277Z Compiling indexmap v2.13.0
13902026-03-13T16:53:43.473Z Compiling form_urlencoded v1.2.2
13912026-03-13T16:53:43.535Z Compiling base64ct v1.8.3
13922026-03-13T16:53:43.587Z Compiling ident_case v1.0.1
13932026-03-13T16:53:43.699Z Compiling synstructure v0.13.2
13942026-03-13T16:53:43.744Z Compiling fs_extra v1.3.0
13952026-03-13T16:53:43.935Z Compiling dunce v1.0.5
13962026-03-13T16:53:43.955Z Compiling pem-rfc7468 v0.7.0
13972026-03-13T16:53:44.051Z Compiling flagset v0.4.7
13982026-03-13T16:53:44.069Z Compiling rand_core v0.9.5
13992026-03-13T16:53:44.095Z Compiling aws-lc-sys v0.37.1
14002026-03-13T16:53:44.178Z Compiling iana-time-zone v0.1.65
14012026-03-13T16:53:44.194Z Compiling rustix v1.1.3
14022026-03-13T16:53:44.223Z Compiling ring v0.17.14
14032026-03-13T16:53:44.367Z Compiling uuid v1.21.0
14042026-03-13T16:53:44.414Z Compiling rustc_version v0.4.1
14052026-03-13T16:53:44.449Z Compiling aws-lc-rs v1.16.0
14062026-03-13T16:53:44.547Z Compiling regex-syntax v0.8.10
14072026-03-13T16:53:44.848Z Compiling vcpkg v0.2.15
14082026-03-13T16:53:44.854Z Compiling tracing-core v0.1.36
14092026-03-13T16:53:45.297Z Compiling crossbeam-utils v0.8.21
14102026-03-13T16:53:45.622Z Compiling pest_generator v2.8.6
14112026-03-13T16:53:45.702Z Compiling serde_derive_internals v0.29.1
14122026-03-13T16:53:45.852Z Compiling openssl-sys v0.9.111
14132026-03-13T16:53:46.335Z Compiling serde_derive v1.0.228
14142026-03-13T16:53:46.549Z Compiling zeroize_derive v1.4.3
14152026-03-13T16:53:46.570Z Compiling zerofrom-derive v0.1.6
14162026-03-13T16:53:46.631Z Compiling yoke-derive v0.8.1
14172026-03-13T16:53:46.943Z Compiling zerocopy-derive v0.8.40
14182026-03-13T16:53:47.412Z Compiling zeroize v1.8.2
14192026-03-13T16:53:47.861Z Compiling zerovec-derive v0.11.2
14202026-03-13T16:53:48.266Z Compiling displaydoc v0.2.5
14212026-03-13T16:53:48.513Z Compiling crypto-common v0.1.7
14222026-03-13T16:53:48.517Z Compiling zerofrom v0.1.6
14232026-03-13T16:53:48.712Z Compiling yoke v0.8.1
14242026-03-13T16:53:48.735Z Compiling block-buffer v0.10.4
14252026-03-13T16:53:48.911Z Compiling digest v0.10.7
14262026-03-13T16:53:48.936Z Compiling tokio-macros v2.6.0
14272026-03-13T16:53:49.307Z Compiling hmac v0.12.1
14282026-03-13T16:53:49.321Z Compiling zerotrie v0.2.3
14292026-03-13T16:53:49.447Z Compiling futures-macro v0.3.32
14302026-03-13T16:53:49.458Z Compiling zerovec v0.11.5
14312026-03-13T16:53:49.470Z Compiling block-padding v0.3.3
14322026-03-13T16:53:49.671Z Compiling inout v0.1.4
14332026-03-13T16:53:49.671Z Compiling sha2 v0.10.9
14342026-03-13T16:53:49.879Z Compiling cipher v0.4.4
14352026-03-13T16:53:49.915Z Compiling der_derive v0.7.3
14362026-03-13T16:53:50.143Z Compiling tinystr v0.8.2
14372026-03-13T16:53:50.233Z Compiling potential_utf v0.1.4
14382026-03-13T16:53:50.415Z Compiling icu_locale_core v2.1.1
14392026-03-13T16:53:50.444Z Compiling icu_collections v2.1.1
14402026-03-13T16:53:50.536Z Compiling futures-util v0.3.32
14412026-03-13T16:53:51.088Z Compiling bytes v1.11.1
14422026-03-13T16:53:51.175Z Compiling chrono v0.4.44
14432026-03-13T16:53:51.219Z Compiling der v0.7.10
14442026-03-13T16:53:51.473Z Compiling icu_provider v2.1.1
14452026-03-13T16:53:51.655Z Compiling salsa20 v0.10.2
14462026-03-13T16:53:51.826Z Compiling tokio v1.49.0
14472026-03-13T16:53:51.849Z Compiling icu_properties v2.1.2
14482026-03-13T16:53:51.914Z Compiling icu_normalizer v2.1.1
14492026-03-13T16:53:52.624Z Compiling spki v0.7.3
14502026-03-13T16:53:52.846Z Compiling http v1.4.0
14512026-03-13T16:53:52.872Z Compiling pbkdf2 v0.12.2
14522026-03-13T16:53:53.015Z Compiling thiserror-impl v2.0.18
14532026-03-13T16:53:53.063Z Compiling idna_adapter v1.2.1
14542026-03-13T16:53:53.240Z Compiling idna v1.1.0
14552026-03-13T16:53:53.391Z Compiling ppv-lite86 v0.2.21
14562026-03-13T16:53:53.663Z Compiling scrypt v0.11.0
14572026-03-13T16:53:53.704Z Compiling url v2.5.8
14582026-03-13T16:53:53.856Z Compiling rand_chacha v0.9.0
14592026-03-13T16:53:53.949Z Compiling cbc v0.1.2
14602026-03-13T16:53:54.130Z Compiling aes v0.8.4
14612026-03-13T16:53:54.152Z Compiling rustls-pki-types v1.14.0
14622026-03-13T16:53:54.162Z Compiling tracing-attributes v0.1.31
14632026-03-13T16:53:54.751Z Compiling pkcs5 v0.7.1
14642026-03-13T16:53:54.793Z Compiling rand v0.9.2
14652026-03-13T16:53:54.818Z Compiling http-body v1.0.1
14662026-03-13T16:53:54.935Z Compiling thiserror v2.0.18
14672026-03-13T16:53:55.052Z Compiling untrusted v0.7.1
14682026-03-13T16:53:55.067Z Compiling httparse v1.10.1
14692026-03-13T16:53:55.209Z Compiling base64 v0.22.1
14702026-03-13T16:53:55.383Z Compiling openssl-probe v0.2.1
14712026-03-13T16:53:55.534Z Compiling syn v1.0.109
14722026-03-13T16:53:55.550Z Compiling schemars v0.8.22
14732026-03-13T16:53:55.592Z Compiling untrusted v0.9.0
14742026-03-13T16:53:55.676Z Compiling pkcs8 v0.10.2
14752026-03-13T16:53:55.808Z Compiling schemars_derive v0.8.22
14762026-03-13T16:53:55.852Z Compiling pest_derive v2.8.6
14772026-03-13T16:53:55.984Z Compiling scroll_derive v0.13.1
14782026-03-13T16:53:56.004Z Compiling tracing v0.1.44
14792026-03-13T16:53:56.354Z Compiling darling_core v0.20.11
14802026-03-13T16:53:56.418Z Compiling rustls v0.23.37
14812026-03-13T16:53:56.646Z Compiling tinyvec_macros v0.1.1
14822026-03-13T16:53:56.715Z Compiling atomic-waker v1.1.2
14832026-03-13T16:53:56.779Z Compiling tower-layer v0.3.3
14842026-03-13T16:53:56.871Z Compiling tower-service v0.3.3
14852026-03-13T16:53:56.954Z Compiling tokio-util v0.7.18
14862026-03-13T16:53:56.979Z Compiling try-lock v0.2.5
14872026-03-13T16:53:57.111Z Compiling dyn-clone v1.0.20
14882026-03-13T16:53:57.141Z Compiling want v0.3.1
14892026-03-13T16:53:57.343Z Compiling scroll v0.13.0
14902026-03-13T16:53:57.371Z Compiling tinyvec v1.10.0
14912026-03-13T16:53:58.171Z Compiling h2 v0.4.13
14922026-03-13T16:53:58.220Z Compiling ipnet v2.11.0
14932026-03-13T16:53:58.406Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14942026-03-13T16:53:58.917Z Compiling spin v0.9.8
14952026-03-13T16:53:58.960Z Compiling aho-corasick v1.1.4
14962026-03-13T16:53:59.183Z Compiling crc32fast v1.5.0
14972026-03-13T16:53:59.435Z Compiling foreign-types-shared v0.1.1
14982026-03-13T16:53:59.536Z Compiling httpdate v1.0.3
14992026-03-13T16:53:59.548Z Compiling pin-utils v0.1.0
15002026-03-13T16:53:59.650Z Compiling num-conv v0.2.0
15012026-03-13T16:53:59.685Z Compiling darling_macro v0.20.11
15022026-03-13T16:53:59.813Z Compiling openssl v0.10.75
15032026-03-13T16:53:59.821Z Compiling powerfmt v0.2.0
15042026-03-13T16:53:59.854Z Compiling time-core v0.1.8
15052026-03-13T16:54:00.037Z Compiling time-macros v0.2.27
15062026-03-13T16:54:00.091Z Compiling regex-automata v0.4.14
15072026-03-13T16:54:00.161Z Compiling deranged v0.5.8
15082026-03-13T16:54:00.269Z Compiling darling v0.20.11
15092026-03-13T16:54:00.365Z Compiling tempfile v3.25.0
15102026-03-13T16:54:00.920Z Compiling foreign-types v0.3.2
15112026-03-13T16:54:01.342Z Compiling goblin v0.10.5
15122026-03-13T16:54:01.559Z Compiling openssl-macros v0.1.1
15132026-03-13T16:54:02.067Z Compiling thiserror-impl v1.0.69
15142026-03-13T16:54:02.380Z Compiling hyper v1.8.1
15152026-03-13T16:54:03.332Z Compiling wait-timeout v0.2.1
15162026-03-13T16:54:03.673Z Compiling socket2 v0.5.10
15172026-03-13T16:54:03.680Z Compiling native-tls v0.2.18
15182026-03-13T16:54:03.823Z Compiling either v1.15.0
15192026-03-13T16:54:03.946Z Compiling num_threads v0.1.7
15202026-03-13T16:54:04.072Z Compiling simd-adler32 v0.3.8
15212026-03-13T16:54:04.106Z Compiling usdt-impl v0.6.0
15222026-03-13T16:54:04.233Z Compiling quick-error v1.2.3
15232026-03-13T16:54:04.347Z Compiling bit-vec v0.8.0
15242026-03-13T16:54:04.364Z Compiling siphasher v1.0.2
15252026-03-13T16:54:04.433Z Compiling rusty-fork v0.3.1
15262026-03-13T16:54:04.531Z Compiling time v0.3.47
15272026-03-13T16:54:04.608Z Compiling bit-set v0.8.0
15282026-03-13T16:54:04.641Z Compiling hyper-util v0.1.20
15292026-03-13T16:54:04.838Z Compiling thiserror v1.0.69
15302026-03-13T16:54:05.192Z Compiling derive_builder_core v0.20.2
15312026-03-13T16:54:05.928Z Compiling dof v0.4.0
15322026-03-13T16:54:06.380Z Compiling unicode-normalization v0.1.25
15332026-03-13T16:54:06.720Z Compiling crossbeam-epoch v0.9.18
15342026-03-13T16:54:06.982Z Compiling dtrace-parser v0.3.0
15352026-03-13T16:54:06.988Z Compiling rustls-native-certs v0.8.3
15362026-03-13T16:54:07.141Z Compiling signature v2.2.0
15372026-03-13T16:54:07.355Z Compiling scroll_derive v0.12.1
15382026-03-13T16:54:07.355Z Compiling heapless v0.7.17
15392026-03-13T16:54:07.518Z Compiling rand_xorshift v0.4.0
15402026-03-13T16:54:07.668Z Compiling slog v2.8.2
15412026-03-13T16:54:07.694Z Compiling darling_core v0.21.3
15422026-03-13T16:54:07.722Z Compiling bzip2-sys v0.1.13+1.0.8
15432026-03-13T16:54:07.922Z Compiling sync_wrapper v1.0.2
15442026-03-13T16:54:08.043Z Compiling thread-id v5.1.0
15452026-03-13T16:54:08.062Z Compiling cookie v0.18.1
15462026-03-13T16:54:08.095Z Compiling unicode-properties v0.1.4
15472026-03-13T16:54:08.148Z Compiling signal-hook v0.3.18
15482026-03-13T16:54:08.281Z Compiling unicode-segmentation v1.12.0
15492026-03-13T16:54:08.354Z Compiling anyhow v1.0.102
15502026-03-13T16:54:08.389Z Compiling zstd-safe v7.2.4
15512026-03-13T16:54:08.411Z Compiling rayon-core v1.13.0
15522026-03-13T16:54:08.646Z Compiling unarray v0.1.4
15532026-03-13T16:54:08.667Z Compiling adler2 v2.0.1
15542026-03-13T16:54:08.764Z Compiling paste v1.0.15
15552026-03-13T16:54:08.785Z Compiling unicode-bidi v0.3.18
15562026-03-13T16:54:08.803Z Compiling miniz_oxide v0.8.9
15572026-03-13T16:54:09.071Z Compiling proptest v1.10.0
15582026-03-13T16:54:09.197Z Compiling scroll v0.12.0
15592026-03-13T16:54:09.221Z Compiling stringprep v0.1.5
15602026-03-13T16:54:09.627Z Compiling tower v0.5.3
15612026-03-13T16:54:09.934Z Compiling crossbeam-deque v0.8.6
15622026-03-13T16:54:10.169Z Compiling derive_builder_macro v0.20.2
15632026-03-13T16:54:10.223Z Compiling ipnetwork v0.21.1
15642026-03-13T16:54:10.248Z Compiling http-body-util v0.1.3
15652026-03-13T16:54:10.269Z Compiling webpki-roots v1.0.6
15662026-03-13T16:54:10.297Z Compiling rand_chacha v0.3.1
15672026-03-13T16:54:10.418Z Compiling toml_datetime v0.6.11
15682026-03-13T16:54:10.561Z Compiling serde_spanned v0.6.9
15692026-03-13T16:54:10.750Z Compiling erased-serde v0.3.31
15702026-03-13T16:54:10.750Z Compiling serde_tokenstream v0.2.3
15712026-03-13T16:54:10.784Z Compiling md-5 v0.10.6
15722026-03-13T16:54:10.787Z Compiling zerocopy-derive v0.7.35
15732026-03-13T16:54:10.984Z Compiling curve25519-dalek v4.1.3
15742026-03-13T16:54:11.160Z Compiling vergen-lib v0.1.6
15752026-03-13T16:54:11.389Z Compiling darling_macro v0.21.3
15762026-03-13T16:54:11.408Z Compiling num-integer v0.1.46
15772026-03-13T16:54:11.418Z Compiling hash32 v0.2.1
15782026-03-13T16:54:11.446Z Compiling ff v0.13.1
15792026-03-13T16:54:11.475Z Compiling memoffset v0.9.1
15802026-03-13T16:54:11.613Z Compiling rustix v0.38.44
15812026-03-13T16:54:11.660Z Compiling num-bigint-dig v0.8.6
15822026-03-13T16:54:11.733Z Compiling psl-types v2.0.11
15832026-03-13T16:54:11.836Z Compiling iri-string v0.7.10
15842026-03-13T16:54:11.891Z Compiling litrs v1.0.0
15852026-03-13T16:54:11.912Z Compiling ryu v1.0.23
15862026-03-13T16:54:12.020Z Compiling base16ct v0.2.0
15872026-03-13T16:54:12.024Z Compiling ref-cast v1.0.25
15882026-03-13T16:54:12.074Z Compiling cfg_aliases v0.2.1
15892026-03-13T16:54:12.142Z Compiling smoltcp v0.9.1
15902026-03-13T16:54:12.161Z Compiling zlib-rs v0.6.2
15912026-03-13T16:54:12.254Z Compiling fallible-iterator v0.2.0
15922026-03-13T16:54:12.481Z Compiling newtype-uuid v1.3.2
15932026-03-13T16:54:12.576Z Compiling document-features v0.2.12
15942026-03-13T16:54:12.618Z Compiling postgres-protocol v0.6.10
15952026-03-13T16:54:12.661Z Compiling sec1 v0.7.3
15962026-03-13T16:54:12.913Z Compiling nix v0.31.1
15972026-03-13T16:54:13.128Z Compiling serde_urlencoded v0.7.1
15982026-03-13T16:54:13.377Z Compiling zerocopy v0.7.35
15992026-03-13T16:54:13.409Z Compiling darling v0.21.3
16002026-03-13T16:54:13.503Z Compiling tower-http v0.6.8
16012026-03-13T16:54:13.506Z Compiling publicsuffix v2.3.0
16022026-03-13T16:54:13.684Z Compiling num-iter v0.1.45
16032026-03-13T16:54:13.834Z Compiling group v0.13.0
16042026-03-13T16:54:14.069Z Compiling derive_builder v0.20.2
16052026-03-13T16:54:14.085Z Compiling rand v0.8.5
16062026-03-13T16:54:14.182Z Compiling oxnet v0.1.4
16072026-03-13T16:54:14.336Z Compiling proc-macro-error v1.0.4
16082026-03-13T16:54:14.577Z Compiling tokio-native-tls v0.3.1
16092026-03-13T16:54:14.710Z Compiling goblin v0.8.2
16102026-03-13T16:54:15.504Z Compiling heck v0.4.1
16112026-03-13T16:54:15.646Z Compiling phf_shared v0.13.1
16122026-03-13T16:54:15.659Z Compiling hubpack_derive v0.1.1
16132026-03-13T16:54:15.695Z Compiling regex v1.12.3
16142026-03-13T16:54:15.792Z Compiling lazy_static v1.5.0
16152026-03-13T16:54:15.909Z Compiling cargo-platform v0.1.9
16162026-03-13T16:54:15.984Z Compiling hkdf v0.12.4
16172026-03-13T16:54:16.174Z Compiling flate2 v1.1.9
16182026-03-13T16:54:16.221Z Compiling crypto-bigint v0.5.5
16192026-03-13T16:54:16.237Z Compiling curve25519-dalek-derive v0.1.1
16202026-03-13T16:54:16.295Z Compiling async-trait v0.1.89
16212026-03-13T16:54:16.675Z Compiling strum_macros v0.27.2
16222026-03-13T16:54:16.737Z Compiling daft-derive v0.1.5
16232026-03-13T16:54:17.103Z Compiling ref-cast-impl v1.0.25
16242026-03-13T16:54:17.700Z Compiling terminal_size v0.4.3
16252026-03-13T16:54:17.727Z Compiling vergen v9.0.6
16262026-03-13T16:54:17.807Z Compiling fs-err v3.3.0
16272026-03-13T16:54:17.870Z Compiling ahash v0.8.12
16282026-03-13T16:54:18.015Z Compiling libbz2-rs-sys v0.2.2
16292026-03-13T16:54:18.059Z Compiling object v0.37.3
16302026-03-13T16:54:18.154Z Compiling bitflags v1.3.2
16312026-03-13T16:54:18.280Z Compiling managed v0.8.0
16322026-03-13T16:54:18.445Z Compiling bumpalo v3.20.2
16332026-03-13T16:54:18.571Z Compiling foldhash v0.1.5
16342026-03-13T16:54:18.784Z Compiling winnow v0.5.40
16352026-03-13T16:54:18.852Z Compiling console v0.16.2
16362026-03-13T16:54:18.974Z Compiling hashbrown v0.15.5
16372026-03-13T16:54:19.439Z Compiling strum v0.27.2
16382026-03-13T16:54:19.540Z Compiling zopfli v0.8.3
16392026-03-13T16:54:19.585Z Compiling bzip2 v0.6.1
16402026-03-13T16:54:19.750Z Compiling clap_builder v4.5.60
16412026-03-13T16:54:20.002Z Compiling dof v0.3.0
16422026-03-13T16:54:20.049Z Compiling elliptic-curve v0.13.8
16432026-03-13T16:54:20.572Z Compiling toml_edit v0.19.15
16442026-03-13T16:54:20.630Z Compiling daft v0.1.5
16452026-03-13T16:54:20.725Z Compiling hubpack v0.1.2
16462026-03-13T16:54:20.925Z Compiling cargo_metadata v0.19.2
16472026-03-13T16:54:20.983Z Compiling phf v0.13.1
16482026-03-13T16:54:21.189Z Compiling zone_cfg_derive v0.3.1
16492026-03-13T16:54:22.013Z Compiling signal-hook-mio v0.2.5
16502026-03-13T16:54:22.720Z Compiling cookie_store v0.22.1
16512026-03-13T16:54:22.804Z Compiling zstd v0.13.3
16522026-03-13T16:54:23.120Z Compiling rayon v1.11.0
16532026-03-13T16:54:23.653Z Compiling hyper-tls v0.6.0
16542026-03-13T16:54:23.882Z Compiling bzip2 v0.4.4
16552026-03-13T16:54:24.048Z Compiling serde_with_macros v3.17.0
16562026-03-13T16:54:24.184Z Compiling postgres-types v0.2.12
16572026-03-13T16:54:24.320Z Compiling usdt-attr-macro v0.6.0
16582026-03-13T16:54:24.919Z Compiling usdt-macro v0.6.0
16592026-03-13T16:54:24.950Z Compiling ed25519 v2.2.3
16602026-03-13T16:54:25.370Z Compiling dtrace-parser v0.2.0
16612026-03-13T16:54:25.595Z Compiling phf_shared v0.11.3
16622026-03-13T16:54:25.622Z Compiling itertools v0.12.1
16632026-03-13T16:54:25.719Z Compiling bstr v1.12.1
16642026-03-13T16:54:25.839Z Compiling pkcs1 v0.7.5
16652026-03-13T16:54:25.912Z Compiling serde-big-array v0.5.1
16662026-03-13T16:54:26.091Z Compiling hex v0.4.3
16672026-03-13T16:54:26.175Z Compiling rfc6979 v0.4.0
16682026-03-13T16:54:26.330Z Compiling serde_repr v0.1.20
16692026-03-13T16:54:26.378Z Compiling enum-as-inner v0.6.1
16702026-03-13T16:54:26.435Z Compiling strum_macros v0.26.4
16712026-03-13T16:54:26.454Z Compiling clap_derive v4.5.55
16722026-03-13T16:54:26.616Z Compiling float-cmp v0.10.0
16732026-03-13T16:54:26.803Z Compiling memmap2 v0.9.10
16742026-03-13T16:54:27.055Z Compiling thread-id v4.2.2
16752026-03-13T16:54:27.074Z Compiling env_filter v1.0.0
16762026-03-13T16:54:27.078Z Compiling encoding_rs v0.8.35
16772026-03-13T16:54:27.160Z Compiling normalize-line-endings v0.3.0
16782026-03-13T16:54:27.280Z Compiling keccak v0.1.6
16792026-03-13T16:54:27.298Z Compiling predicates-core v1.0.10
16802026-03-13T16:54:27.485Z Compiling difflib v0.4.0
16812026-03-13T16:54:27.526Z Compiling whoami v2.1.0
16822026-03-13T16:54:28.030Z Compiling new_debug_unreachable v1.0.6
16832026-03-13T16:54:28.124Z Compiling rustc-hash v2.1.1
16842026-03-13T16:54:28.314Z Compiling jiff v0.2.21
16852026-03-13T16:54:28.332Z Compiling fixedbitset v0.4.2
16862026-03-13T16:54:28.404Z Compiling mime v0.3.17
16872026-03-13T16:54:28.440Z Compiling fixedbitset v0.5.7
16882026-03-13T16:54:28.627Z Compiling data-encoding v2.10.0
16892026-03-13T16:54:28.742Z Compiling precomputed-hash v0.1.1
16902026-03-13T16:54:28.855Z Compiling unit-prefix v0.5.2
16912026-03-13T16:54:28.855Z Compiling static_assertions v1.1.0
16922026-03-13T16:54:28.919Z Compiling strum v0.26.3
16932026-03-13T16:54:28.947Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16942026-03-13T16:54:28.975Z Compiling clap v4.5.60
16952026-03-13T16:54:29.057Z Compiling hickory-proto v0.25.2
16962026-03-13T16:54:29.077Z Compiling indicatif v0.18.4
16972026-03-13T16:54:29.094Z Compiling toml_edit v0.22.27
16982026-03-13T16:54:29.198Z Compiling string_cache v0.8.9
16992026-03-13T16:54:29.491Z Compiling petgraph v0.8.3
17002026-03-13T16:54:29.621Z Compiling petgraph v0.6.5
17012026-03-13T16:54:30.240Z Compiling iddqd v0.3.17
17022026-03-13T16:54:31.667Z Compiling tokio-postgres v0.7.16
17032026-03-13T16:54:31.771Z Compiling predicates v3.1.4
17042026-03-13T16:54:32.146Z Compiling zip v4.6.1
17052026-03-13T16:54:32.657Z Compiling sha3 v0.10.8
17062026-03-13T16:54:32.693Z Compiling env_logger v0.11.9
17072026-03-13T16:54:32.966Z Compiling zone v0.3.1
17082026-03-13T16:54:33.164Z Compiling usdt-impl v0.5.0
17092026-03-13T16:54:33.277Z Compiling usdt v0.6.0
17102026-03-13T16:54:33.494Z Compiling serde_with v3.17.0
17112026-03-13T16:54:33.610Z Compiling ecdsa v0.16.9
17122026-03-13T16:54:33.932Z Compiling similar v2.7.0
17132026-03-13T16:54:33.968Z Compiling rsa v0.9.10
17142026-03-13T16:54:34.138Z Compiling crossterm v0.28.1
17152026-03-13T16:54:34.222Z Compiling ed25519-dalek v2.2.0
17162026-03-13T16:54:35.125Z Compiling zip v0.6.6
17172026-03-13T16:54:35.151Z Compiling toml v0.7.8
17182026-03-13T16:54:35.982Z Compiling toml_parser v1.0.9+spec-1.1.0
17192026-03-13T16:54:36.133Z Compiling itertools v0.13.0
17202026-03-13T16:54:36.215Z Compiling tokio-stream v0.1.18
17212026-03-13T16:54:36.446Z Compiling buf-list v1.1.2
17222026-03-13T16:54:36.710Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17232026-03-13T16:54:36.808Z Compiling x509-cert v0.2.5
17242026-03-13T16:54:36.808Z Compiling openapiv3 v2.2.0
17252026-03-13T16:54:36.859Z Compiling sha1 v0.10.6
17262026-03-13T16:54:37.130Z Compiling toml_datetime v0.7.5+spec-1.1.0
17272026-03-13T16:54:37.147Z Compiling lalrpop-util v0.19.12
17282026-03-13T16:54:37.393Z Compiling peg-runtime v0.8.5
17292026-03-13T16:54:37.516Z Compiling thread_local v1.1.9
17302026-03-13T16:54:37.758Z Compiling slog-async v2.8.0
17312026-03-13T16:54:37.828Z Compiling crossbeam-channel v0.5.15
17322026-03-13T16:54:37.845Z Compiling futures-executor v0.3.32
17332026-03-13T16:54:38.168Z Compiling is-terminal v0.4.17
17342026-03-13T16:54:38.202Z Compiling filetime v0.2.27
17352026-03-13T16:54:38.298Z Compiling take_mut v0.2.2
17362026-03-13T16:54:38.365Z Compiling xattr v1.6.1
17372026-03-13T16:54:38.427Z Compiling term v1.2.1
17382026-03-13T16:54:38.473Z Compiling futures v0.3.32
17392026-03-13T16:54:38.573Z Compiling tar v0.4.44
17402026-03-13T16:54:39.053Z Compiling slog-term v2.9.2
17412026-03-13T16:54:46.627Z Compiling rustls-webpki v0.103.9
17422026-03-13T16:54:50.649Z Compiling tokio-rustls v0.26.4
17432026-03-13T16:54:50.655Z Compiling rustls-platform-verifier v0.6.2
17442026-03-13T16:54:50.911Z Compiling hyper-rustls v0.27.7
17452026-03-13T16:54:51.178Z Compiling reqwest v0.13.2
17462026-03-13T16:54:51.193Z Compiling reqwest v0.12.28
17472026-03-13T16:54:54.076Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17482026-03-13T16:54:54.368Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17492026-03-13T16:54:58.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
17502026-03-13T16:54:58.401Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17512026-03-13T16:54:58.466ZMar 13 16:54:57.510 INFO Starting download, target: DendriteStub
17522026-03-13T16:54:58.467ZMar 13 16:54:57.511 INFO Starting download, target: TransceiverControl
17532026-03-13T16:54:58.467ZMar 13 16:54:57.511 INFO Starting download, target: Console
17542026-03-13T16:54:58.474ZMar 13 16:54:57.511 INFO Starting download, target: Clickhouse
17552026-03-13T16:54:58.474ZMar 13 16:54:57.511 INFO Starting download, target: MaghemiteMgd
17562026-03-13T16:54:58.475ZMar 13 16:54:57.511 INFO Starting download, target: Cockroach
17572026-03-13T16:54:58.475ZMar 13 16:54:57.511 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17582026-03-13T16:54:58.475ZMar 13 16:54:57.511 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17592026-03-13T16:54:58.475ZMar 13 16:54:57.511 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17602026-03-13T16:54:58.475ZMar 13 16:54:57.511 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17612026-03-13T16:54:58.475ZMar 13 16:54:57.511 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17622026-03-13T16:54:58.475ZMar 13 16:54:57.511 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17632026-03-13T16:54:59.200ZMar 13 16:54:58.245 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17642026-03-13T16:54:59.567ZMar 13 16:54:58.515 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17652026-03-13T16:54:59.587ZMar 13 16:54:58.571 INFO Download complete, target: TransceiverControl
17662026-03-13T16:54:59.872ZMar 13 16:54:58.893 INFO Download complete, target: Console
17672026-03-13T16:55:00.361ZMar 13 16:54:59.301 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17682026-03-13T16:55:01.493ZMar 13 16:55:00.531 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17692026-03-13T16:55:01.565ZMar 13 16:55:00.609 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17702026-03-13T16:55:02.426ZMar 13 16:55:01.472 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17712026-03-13T16:55:02.426ZMar 13 16:55:01.472 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17722026-03-13T16:55:04.978ZMar 13 16:55:04.018 INFO Download complete, target: MaghemiteMgd
17732026-03-13T16:55:05.043ZMar 13 16:55:04.085 INFO Download complete, target: DendriteStub
17742026-03-13T16:55:09.941ZMar 13 16:55:08.985 INFO Checking that binary works, target: Cockroach
17752026-03-13T16:55:10.105ZMar 13 16:55:09.115 INFO Download complete, target: Cockroach
17762026-03-13T16:55:11.031ZMar 13 16:55:10.074 INFO Checking that binary works, target: Clickhouse
17772026-03-13T16:55:11.181ZMar 13 16:55:10.225 INFO Download complete, target: Clickhouse
17782026-03-13T16:55:11.237ZAll builder prerequisites installed successfully, and PATH looks valid
17792026-03-13T16:55:11.240Z
17802026-03-13T16:55:11.240Zreal 3:16.898213688
17812026-03-13T16:55:11.240Zuser 10:02.915374141
17822026-03-13T16:55:11.240Zsys 1:45.577776855
17832026-03-13T16:55:11.240Ztrap 0.307107191
17842026-03-13T16:55:11.240Ztflt 0.829364371
17852026-03-13T16:55:11.240Zdflt 0.806150231
17862026-03-13T16:55:11.240Zkflt 0.028166805
17872026-03-13T16:55:11.240Zlock 22:33.634396402
17882026-03-13T16:55:11.240Zslp 37:42.919273698
17892026-03-13T16:55:11.240Zlat 56.133328337
17902026-03-13T16:55:11.240Zstop 2:31.990513130
17912026-03-13T16:55:11.240Z+ banner hack-check
17922026-03-13T16:55:11.243Z
17932026-03-13T16:55:11.243Z # # ## #### # # #### # # ###### #### # #
17942026-03-13T16:55:11.244Z # # # # # # # # # # # # # # # # #
17952026-03-13T16:55:11.244Z ###### # # # #### ##### # ###### ##### # ####
17962026-03-13T16:55:11.244Z # # ###### # # # # # # # # # #
17972026-03-13T16:55:11.244Z # # # # # # # # # # # # # # # # #
17982026-03-13T16:55:11.244Z # # # # #### # # #### # # ###### #### # #
17992026-03-13T16:55:11.244Z
18002026-03-13T16:55:11.244Z+ export CARGO_INCREMENTAL=0
18012026-03-13T16:55:11.244Z+ CARGO_INCREMENTAL=0
18022026-03-13T16:55:11.244Z+ ptime -m timeout 2h cargo xtask check-features --ci
18032026-03-13T16:55:11.925Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18042026-03-13T16:55:12.192Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18052026-03-13T16:55:14.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
18062026-03-13T16:55:14.900Z Running `target/debug/xtask check-features --ci`
18072026-03-13T16:55:14.928Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18082026-03-13T16:55:14.931Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18092026-03-13T16:55:15.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
18102026-03-13T16:55:15.577Z Running `target/debug/xtask download cargo-hack`
18112026-03-13T16:55:16.575Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18122026-03-13T16:55:16.956Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18132026-03-13T16:55:20.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s
18142026-03-13T16:55:20.438Z Running `target/debug/xtask-downloader cargo-hack`
18152026-03-13T16:55:20.477ZMar 13 16:55:19.518 INFO Starting download, target: CargoHack
18162026-03-13T16:55:20.480ZMar 13 16:55:19.518 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18172026-03-13T16:55:20.703ZMar 13 16:55:19.742 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18182026-03-13T16:55:20.779ZMar 13 16:55:19.820 INFO Download complete, target: CargoHack
18192026-03-13T16:55:20.783Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18202026-03-13T16:55:20.801Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18212026-03-13T16:55:21.009Zinfo: running `cargo check --bins` on api_identity (1/257)
18222026-03-13T16:55:21.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-03-13T16:55:21.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-03-13T16:55:21.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-03-13T16:55:21.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18262026-03-13T16:55:21.771Z
18272026-03-13T16:55:21.771Zinfo: running `cargo check --bins` on bootstore (2/257)
18282026-03-13T16:55:22.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-03-13T16:55:22.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-03-13T16:55:22.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-03-13T16:55:22.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18322026-03-13T16:55:22.519Z
18332026-03-13T16:55:22.519Zinfo: running `cargo check --bins` on omicron-ledger (3/257)
18342026-03-13T16:55:23.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-03-13T16:55:23.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-03-13T16:55:23.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-03-13T16:55:23.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18382026-03-13T16:55:23.264Z
18392026-03-13T16:55:23.264Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/257)
18402026-03-13T16:55:23.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-03-13T16:55:23.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-03-13T16:55:23.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-03-13T16:55:23.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18442026-03-13T16:55:24.008Z
18452026-03-13T16:55:24.009Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/257)
18462026-03-13T16:55:24.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-03-13T16:55:24.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-03-13T16:55:24.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-03-13T16:55:24.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18502026-03-13T16:55:24.756Z
18512026-03-13T16:55:24.756Zinfo: running `cargo check --bins` on omicron-certificates (6/257)
18522026-03-13T16:55:25.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-03-13T16:55:25.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-03-13T16:55:25.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-03-13T16:55:25.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18562026-03-13T16:55:25.521Z
18572026-03-13T16:55:25.521Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/257)
18582026-03-13T16:55:26.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-03-13T16:55:26.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-03-13T16:55:26.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-03-13T16:55:26.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18622026-03-13T16:55:26.292Z
18632026-03-13T16:55:26.292Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/257)
18642026-03-13T16:55:26.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-03-13T16:55:26.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-03-13T16:55:26.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-03-13T16:55:26.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18682026-03-13T16:55:27.054Z
18692026-03-13T16:55:27.054Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/257)
18702026-03-13T16:55:27.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-03-13T16:55:27.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-03-13T16:55:27.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-03-13T16:55:27.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18742026-03-13T16:55:27.650Z
18752026-03-13T16:55:27.650Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/257)
18762026-03-13T16:55:28.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-03-13T16:55:28.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-03-13T16:55:28.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-03-13T16:55:28.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18802026-03-13T16:55:28.255Z
18812026-03-13T16:55:28.255Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/257)
18822026-03-13T16:55:28.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-03-13T16:55:28.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-03-13T16:55:28.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-03-13T16:55:28.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18862026-03-13T16:55:28.853Z
18872026-03-13T16:55:28.853Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/257)
18882026-03-13T16:55:29.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-03-13T16:55:29.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-03-13T16:55:29.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-03-13T16:55:29.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18922026-03-13T16:55:29.446Z
18932026-03-13T16:55:29.446Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/257)
18942026-03-13T16:55:29.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-03-13T16:55:29.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-03-13T16:55:29.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-03-13T16:55:29.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18982026-03-13T16:55:30.046Z
18992026-03-13T16:55:30.046Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/257)
19002026-03-13T16:55:30.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-03-13T16:55:30.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-03-13T16:55:30.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-03-13T16:55:30.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19042026-03-13T16:55:30.662Z
19052026-03-13T16:55:30.662Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/257)
19062026-03-13T16:55:31.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-03-13T16:55:31.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-03-13T16:55:31.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-03-13T16:55:31.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19102026-03-13T16:55:31.256Z
19112026-03-13T16:55:31.256Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/257)
19122026-03-13T16:55:31.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-03-13T16:55:31.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-03-13T16:55:31.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-03-13T16:55:31.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19162026-03-13T16:55:31.845Z
19172026-03-13T16:55:31.845Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/257)
19182026-03-13T16:55:32.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-03-13T16:55:32.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-03-13T16:55:32.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-03-13T16:55:32.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19222026-03-13T16:55:32.442Z
19232026-03-13T16:55:32.442Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/257)
19242026-03-13T16:55:32.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-03-13T16:55:32.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-03-13T16:55:32.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-03-13T16:55:32.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19282026-03-13T16:55:33.043Z
19292026-03-13T16:55:33.043Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/257)
19302026-03-13T16:55:33.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-03-13T16:55:33.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-03-13T16:55:33.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-03-13T16:55:33.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19342026-03-13T16:55:33.655Z
19352026-03-13T16:55:33.655Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/257)
19362026-03-13T16:55:34.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-03-13T16:55:34.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-03-13T16:55:34.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-03-13T16:55:34.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19402026-03-13T16:55:34.239Z
19412026-03-13T16:55:34.239Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/257)
19422026-03-13T16:55:34.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-03-13T16:55:34.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-03-13T16:55:34.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-03-13T16:55:34.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19462026-03-13T16:55:34.840Z
19472026-03-13T16:55:34.840Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/257)
19482026-03-13T16:55:35.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-03-13T16:55:35.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-03-13T16:55:35.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-03-13T16:55:35.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19522026-03-13T16:55:35.443Z
19532026-03-13T16:55:35.443Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/257)
19542026-03-13T16:55:35.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-03-13T16:55:35.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-03-13T16:55:35.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-03-13T16:55:35.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19582026-03-13T16:55:36.043Z
19592026-03-13T16:55:36.043Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/257)
19602026-03-13T16:55:36.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-03-13T16:55:36.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-03-13T16:55:36.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-03-13T16:55:36.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19642026-03-13T16:55:36.642Z
19652026-03-13T16:55:36.642Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/257)
19662026-03-13T16:55:37.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-03-13T16:55:37.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-03-13T16:55:37.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-03-13T16:55:37.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19702026-03-13T16:55:37.242Z
19712026-03-13T16:55:37.245Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/257)
19722026-03-13T16:55:37.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-03-13T16:55:37.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-03-13T16:55:37.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-03-13T16:55:37.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19762026-03-13T16:55:37.846Z
19772026-03-13T16:55:37.846Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/257)
19782026-03-13T16:55:38.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-03-13T16:55:38.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-03-13T16:55:38.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-03-13T16:55:38.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19822026-03-13T16:55:38.605Z
19832026-03-13T16:55:38.605Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/257)
19842026-03-13T16:55:38.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-03-13T16:55:38.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-03-13T16:55:38.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-03-13T16:55:38.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19882026-03-13T16:55:39.055Z
19892026-03-13T16:55:39.055Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/257)
19902026-03-13T16:55:39.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-03-13T16:55:39.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-03-13T16:55:39.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-03-13T16:55:39.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19942026-03-13T16:55:39.659Z
19952026-03-13T16:55:39.659Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/257)
19962026-03-13T16:55:40.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-03-13T16:55:40.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-03-13T16:55:40.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-03-13T16:55:40.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20002026-03-13T16:55:40.259Z
20012026-03-13T16:55:40.259Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/257)
20022026-03-13T16:55:40.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-03-13T16:55:40.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-03-13T16:55:40.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-03-13T16:55:40.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20062026-03-13T16:55:40.857Z
20072026-03-13T16:55:40.857Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/257)
20082026-03-13T16:55:41.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-03-13T16:55:41.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-03-13T16:55:41.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-03-13T16:55:41.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20122026-03-13T16:55:41.455Z
20132026-03-13T16:55:41.455Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/257)
20142026-03-13T16:55:41.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-03-13T16:55:41.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-03-13T16:55:41.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-03-13T16:55:41.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20182026-03-13T16:55:42.057Z
20192026-03-13T16:55:42.057Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/257)
20202026-03-13T16:55:42.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-03-13T16:55:42.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-03-13T16:55:42.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-03-13T16:55:42.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20242026-03-13T16:55:42.657Z
20252026-03-13T16:55:42.657Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/257)
20262026-03-13T16:55:43.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-03-13T16:55:43.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-03-13T16:55:43.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-03-13T16:55:43.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20302026-03-13T16:55:43.256Z
20312026-03-13T16:55:43.256Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/257)
20322026-03-13T16:55:43.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-03-13T16:55:43.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-03-13T16:55:43.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-03-13T16:55:43.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20362026-03-13T16:55:43.854Z
20372026-03-13T16:55:43.854Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/257)
20382026-03-13T16:55:44.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-03-13T16:55:44.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-03-13T16:55:44.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-03-13T16:55:44.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20422026-03-13T16:55:44.450Z
20432026-03-13T16:55:44.450Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/257)
20442026-03-13T16:55:44.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-03-13T16:55:44.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-03-13T16:55:44.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-03-13T16:55:44.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20482026-03-13T16:55:45.048Z
20492026-03-13T16:55:45.049Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/257)
20502026-03-13T16:55:45.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-03-13T16:55:45.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-03-13T16:55:45.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-03-13T16:55:45.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20542026-03-13T16:55:45.652Z
20552026-03-13T16:55:45.652Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/257)
20562026-03-13T16:55:46.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-03-13T16:55:46.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-03-13T16:55:46.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-03-13T16:55:46.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20602026-03-13T16:55:46.258Z
20612026-03-13T16:55:46.258Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/257)
20622026-03-13T16:55:46.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-03-13T16:55:46.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-03-13T16:55:46.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-03-13T16:55:46.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20662026-03-13T16:55:46.861Z
20672026-03-13T16:55:46.861Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/257)
20682026-03-13T16:55:47.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-03-13T16:55:47.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-03-13T16:55:47.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-03-13T16:55:47.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20722026-03-13T16:55:47.463Z
20732026-03-13T16:55:47.463Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/257)
20742026-03-13T16:55:47.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-03-13T16:55:48.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-03-13T16:55:48.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-03-13T16:55:48.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20782026-03-13T16:55:48.065Z
20792026-03-13T16:55:48.065Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/257)
20802026-03-13T16:55:48.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-03-13T16:55:48.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-03-13T16:55:48.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-03-13T16:55:48.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20842026-03-13T16:55:48.671Z
20852026-03-13T16:55:48.671Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/257)
20862026-03-13T16:55:49.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-03-13T16:55:49.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-03-13T16:55:49.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-03-13T16:55:49.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20902026-03-13T16:55:49.277Z
20912026-03-13T16:55:49.278Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/257)
20922026-03-13T16:55:49.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-03-13T16:55:49.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-03-13T16:55:49.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-03-13T16:55:49.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20962026-03-13T16:55:49.917Z
20972026-03-13T16:55:49.917Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/257)
20982026-03-13T16:55:50.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-03-13T16:55:50.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-03-13T16:55:50.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-03-13T16:55:50.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21022026-03-13T16:55:50.494Z
21032026-03-13T16:55:50.494Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/257)
21042026-03-13T16:55:51.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-03-13T16:55:51.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-03-13T16:55:51.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-03-13T16:55:51.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21082026-03-13T16:55:51.099Z
21092026-03-13T16:55:51.099Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/257)
21102026-03-13T16:55:51.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-03-13T16:55:51.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-03-13T16:55:52.096Z Checking cfg-if v1.0.4
21132026-03-13T16:55:52.228Z Checking libc v0.2.180
21142026-03-13T16:55:52.231Z Checking serde_core v1.0.228
21152026-03-13T16:55:52.253Z Checking memchr v2.8.0
21162026-03-13T16:55:52.270Z Checking itoa v1.0.17
21172026-03-13T16:55:52.273Z Checking smallvec v1.15.1
21182026-03-13T16:55:52.273Z Checking log v0.4.29
21192026-03-13T16:55:52.273Z Checking zeroize v1.8.2
21202026-03-13T16:55:52.363Z Checking stable_deref_trait v1.2.1
21212026-03-13T16:55:52.454Z Checking zerofrom v0.1.6
21222026-03-13T16:55:52.489Z Checking zmij v1.0.21
21232026-03-13T16:55:52.507Z Checking scopeguard v1.2.0
21242026-03-13T16:55:52.524Z Checking litemap v0.8.1
21252026-03-13T16:55:52.581Z Checking writeable v0.6.2
21262026-03-13T16:55:52.601Z Checking yoke v0.8.1
21272026-03-13T16:55:52.630Z Checking lock_api v0.4.14
21282026-03-13T16:55:52.744Z Checking percent-encoding v2.3.2
21292026-03-13T16:55:52.764Z Checking subtle v2.6.1
21302026-03-13T16:55:52.784Z Checking libm v0.2.16
21312026-03-13T16:55:52.807Z Checking icu_properties_data v2.1.2
21322026-03-13T16:55:52.826Z Checking zerovec v0.11.5
21332026-03-13T16:55:52.882Z Checking getrandom v0.2.17
21342026-03-13T16:55:52.899Z Checking errno v0.3.14
21352026-03-13T16:55:52.916Z Checking zerotrie v0.2.3
21362026-03-13T16:55:52.954Z Checking icu_normalizer_data v2.1.1
21372026-03-13T16:55:52.974Z Checking pin-project-lite v0.2.17
21382026-03-13T16:55:53.039Z Checking utf8_iter v1.0.4
21392026-03-13T16:55:53.057Z Checking form_urlencoded v1.2.2
21402026-03-13T16:55:53.072Z Checking rand_core v0.6.4
21412026-03-13T16:55:53.088Z Checking portable-atomic v1.13.1
21422026-03-13T16:55:53.189Z Checking critical-section v1.2.0
21432026-03-13T16:55:53.209Z Checking rand_core v0.10.0
21442026-03-13T16:55:53.228Z Checking typenum v1.19.0
21452026-03-13T16:55:53.286Z Checking signal-hook-registry v1.4.8
21462026-03-13T16:55:53.311Z Checking parking_lot_core v0.9.12
21472026-03-13T16:55:53.388Z Checking getrandom v0.4.1
21482026-03-13T16:55:53.419Z Checking tinystr v0.8.2
21492026-03-13T16:55:53.484Z Checking potential_utf v0.1.4
21502026-03-13T16:55:53.542Z Checking parking_lot v0.12.5
21512026-03-13T16:55:53.571Z Checking mio v1.1.1
21522026-03-13T16:55:53.641Z Checking icu_collections v2.1.1
21532026-03-13T16:55:53.663Z Checking icu_locale_core v2.1.1
21542026-03-13T16:55:53.674Z Checking once_cell v1.21.3
21552026-03-13T16:55:53.784Z Checking socket2 v0.6.2
21562026-03-13T16:55:53.802Z Checking num-traits v0.2.19
21572026-03-13T16:55:53.895Z Checking iana-time-zone v0.1.65
21582026-03-13T16:55:53.927Z Checking generic-array v0.14.7
21592026-03-13T16:55:53.949Z Checking zerocopy v0.8.40
21602026-03-13T16:55:54.064Z Checking futures-core v0.3.32
21612026-03-13T16:55:54.071Z Checking equivalent v1.0.2
21622026-03-13T16:55:54.102Z Checking allocator-api2 v0.2.21
21632026-03-13T16:55:54.150Z Checking foldhash v0.2.0
21642026-03-13T16:55:54.173Z Checking futures-sink v0.3.32
21652026-03-13T16:55:54.298Z Checking const-oid v0.9.6
21662026-03-13T16:55:54.342Z Checking dyn-clone v1.0.20
21672026-03-13T16:55:54.411Z Checking serde v1.0.228
21682026-03-13T16:55:54.429Z Checking serde_json v1.0.149
21692026-03-13T16:55:54.465Z Checking icu_provider v2.1.1
21702026-03-13T16:55:54.482Z Checking bitflags v2.11.0
21712026-03-13T16:55:54.579Z Checking crypto-common v0.1.7
21722026-03-13T16:55:54.597Z Checking hashbrown v0.16.1
21732026-03-13T16:55:54.691Z Checking uuid v1.21.0
21742026-03-13T16:55:54.725Z Checking semver v1.0.27
21752026-03-13T16:55:54.927Z Checking icu_normalizer v2.1.1
21762026-03-13T16:55:54.976Z Checking bytes v1.11.1
21772026-03-13T16:55:54.992Z Checking icu_properties v2.1.2
21782026-03-13T16:55:55.229Z Checking chrono v0.4.44
21792026-03-13T16:55:55.251Z Checking futures-channel v0.3.32
21802026-03-13T16:55:55.276Z Checking futures-io v0.3.32
21812026-03-13T16:55:55.312Z Checking slab v0.4.12
21822026-03-13T16:55:55.379Z Checking futures-task v0.3.32
21832026-03-13T16:55:55.414Z Checking block-buffer v0.10.4
21842026-03-13T16:55:55.429Z Checking thiserror v2.0.18
21852026-03-13T16:55:55.511Z Checking indexmap v2.13.0
21862026-03-13T16:55:55.548Z Checking byteorder v1.5.0
21872026-03-13T16:55:55.566Z Checking futures-util v0.3.32
21882026-03-13T16:55:55.585Z Checking tokio v1.49.0
21892026-03-13T16:55:55.585Z Checking digest v0.10.7
21902026-03-13T16:55:55.815Z Checking http v1.4.0
21912026-03-13T16:55:55.835Z Checking cpufeatures v0.2.17
21922026-03-13T16:55:55.918Z Checking fnv v1.0.7
21932026-03-13T16:55:56.034Z Checking unicode-ident v1.0.24
21942026-03-13T16:55:56.161Z Checking idna_adapter v1.2.1
21952026-03-13T16:55:56.175Z Checking base64 v0.22.1
21962026-03-13T16:55:56.252Z Checking tracing-core v0.1.36
21972026-03-13T16:55:56.281Z Checking proc-macro2 v1.0.106
21982026-03-13T16:55:56.324Z Checking idna v1.1.0
21992026-03-13T16:55:56.502Z Checking rustls-pki-types v1.14.0
22002026-03-13T16:55:56.613Z Checking regex-syntax v0.8.10
22012026-03-13T16:55:56.655Z Checking url v2.5.8
22022026-03-13T16:55:56.676Z Checking tracing v0.1.44
22032026-03-13T16:55:56.705Z Checking quote v1.0.44
22042026-03-13T16:55:56.895Z Checking untrusted v0.9.0
22052026-03-13T16:55:56.932Z Checking syn v2.0.117
22062026-03-13T16:55:56.951Z Checking ipnet v2.11.0
22072026-03-13T16:55:57.029Z Checking ring v0.17.14
22082026-03-13T16:55:57.220Z Checking schemars v0.8.22
22092026-03-13T16:55:57.290Z Checking thiserror v1.0.69
22102026-03-13T16:55:57.410Z Checking httparse v1.10.1
22112026-03-13T16:55:57.678Z Checking http-body v1.0.1
22122026-03-13T16:55:57.836Z Checking atomic-waker v1.1.2
22132026-03-13T16:55:57.956Z Checking aws-lc-sys v0.37.1
22142026-03-13T16:55:58.100Z Checking aho-corasick v1.1.4
22152026-03-13T16:55:58.269Z Checking untrusted v0.7.1
22162026-03-13T16:55:58.288Z Checking ppv-lite86 v0.2.21
22172026-03-13T16:55:58.391Z Checking openssl-probe v0.2.1
22182026-03-13T16:55:58.409Z Checking httpdate v1.0.3
22192026-03-13T16:55:58.425Z Checking tower-service v0.3.3
22202026-03-13T16:55:58.520Z Checking tower-layer v0.3.3
22212026-03-13T16:55:58.537Z Checking try-lock v0.2.5
22222026-03-13T16:55:58.589Z Checking rustix v1.1.3
22232026-03-13T16:55:58.653Z Checking want v0.3.1
22242026-03-13T16:55:58.697Z Checking block-padding v0.3.3
22252026-03-13T16:55:58.714Z Checking getrandom v0.3.4
22262026-03-13T16:55:58.804Z Checking pin-utils v0.1.0
22272026-03-13T16:55:58.834Z Checking aws-lc-rs v1.16.0
22282026-03-13T16:55:58.860Z Checking inout v0.1.4
22292026-03-13T16:55:58.889Z Checking hmac v0.12.1
22302026-03-13T16:55:58.907Z Checking socket2 v0.5.10
22312026-03-13T16:55:59.034Z Checking cipher v0.4.4
22322026-03-13T16:55:59.052Z Checking regex-automata v0.4.14
22332026-03-13T16:55:59.053Z Checking rand_core v0.9.5
22342026-03-13T16:55:59.228Z Checking base64ct v1.8.3
22352026-03-13T16:55:59.299Z Checking ryu v1.0.23
22362026-03-13T16:55:59.318Z Checking powerfmt v0.2.0
22372026-03-13T16:55:59.476Z Checking rustls-native-certs v0.8.3
22382026-03-13T16:55:59.511Z Checking deranged v0.5.8
22392026-03-13T16:55:59.537Z Checking http-body-util v0.1.3
22402026-03-13T16:55:59.637Z Checking sha2 v0.10.9
22412026-03-13T16:55:59.766Z Checking erased-serde v0.3.31
22422026-03-13T16:55:59.821Z Checking sync_wrapper v1.0.2
22432026-03-13T16:55:59.946Z Checking pretty-hex v0.4.1
22442026-03-13T16:55:59.964Z Checking rustls-webpki v0.103.9
22452026-03-13T16:55:59.982Z Checking tokio-util v0.7.18
22462026-03-13T16:56:00.001Z Checking num_threads v0.1.7
22472026-03-13T16:56:00.091Z Checking time-core v0.1.8
22482026-03-13T16:56:00.111Z Checking num-conv v0.2.0
22492026-03-13T16:56:00.251Z Checking tower v0.5.3
22502026-03-13T16:56:00.269Z Checking serde_urlencoded v0.7.1
22512026-03-13T16:56:00.284Z Checking rand_chacha v0.9.0
22522026-03-13T16:56:00.346Z Checking slog v2.8.2
22532026-03-13T16:56:00.515Z Checking rustls v0.23.37
22542026-03-13T16:56:00.533Z Checking webpki-roots v1.0.6
22552026-03-13T16:56:00.549Z Checking iri-string v0.7.10
22562026-03-13T16:56:00.678Z Checking foreign-types-shared v0.1.1
22572026-03-13T16:56:00.697Z Checking fastrand v2.3.0
22582026-03-13T16:56:00.761Z Checking rand v0.9.2
22592026-03-13T16:56:00.779Z Checking foreign-types v0.3.2
22602026-03-13T16:56:00.797Z Checking h2 v0.4.13
22612026-03-13T16:56:00.862Z Checking pem-rfc7468 v0.7.0
22622026-03-13T16:56:00.890Z Checking time v0.3.47
22632026-03-13T16:56:00.930Z Checking ipnetwork v0.21.1
22642026-03-13T16:56:01.060Z Checking openssl-sys v0.9.111
22652026-03-13T16:56:01.211Z Checking spin v0.9.8
22662026-03-13T16:56:01.410Z Checking plain v0.2.3
22672026-03-13T16:56:01.457Z Checking flagset v0.4.7
22682026-03-13T16:56:01.545Z Checking rand_chacha v0.3.1
22692026-03-13T16:56:01.619Z Checking der v0.7.10
22702026-03-13T16:56:01.650Z Checking regex v1.12.3
22712026-03-13T16:56:01.812Z Checking mime v0.3.17
22722026-03-13T16:56:01.888Z Checking openssl v0.10.75
22732026-03-13T16:56:02.027Z Checking ucd-trie v0.1.7
22742026-03-13T16:56:02.044Z Checking tinyvec_macros v0.1.1
22752026-03-13T16:56:02.077Z Checking tower-http v0.6.8
22762026-03-13T16:56:02.124Z Checking tinyvec v1.10.0
22772026-03-13T16:56:02.185Z Checking pest v2.8.6
22782026-03-13T16:56:02.444Z Checking rand v0.8.5
22792026-03-13T16:56:02.467Z Checking tempfile v3.25.0
22802026-03-13T16:56:02.547Z Checking salsa20 v0.10.2
22812026-03-13T16:56:02.643Z Checking spki v0.7.3
22822026-03-13T16:56:02.716Z Checking pbkdf2 v0.12.2
22832026-03-13T16:56:02.736Z Checking encoding_rs v0.8.35
22842026-03-13T16:56:02.853Z Checking unicode-width v0.2.0
22852026-03-13T16:56:02.857Z Checking scrypt v0.11.0
22862026-03-13T16:56:03.040Z Checking cbc v0.1.2
22872026-03-13T16:56:03.159Z Checking aes v0.8.4
22882026-03-13T16:56:03.176Z Checking openapiv3 v2.2.0
22892026-03-13T16:56:03.199Z Checking anyhow v1.0.102
22902026-03-13T16:56:03.455Z Checking crossbeam-utils v0.8.21
22912026-03-13T16:56:03.684Z Checking pkcs5 v0.7.1
22922026-03-13T16:56:03.687Z Checking oxnet v0.1.4
22932026-03-13T16:56:03.828Z Checking tokio-rustls v0.26.4
22942026-03-13T16:56:03.918Z Checking scroll v0.12.0
22952026-03-13T16:56:04.008Z Checking siphasher v1.0.2
22962026-03-13T16:56:04.026Z Checking winnow v0.7.14
22972026-03-13T16:56:04.029Z Checking pkcs8 v0.10.2
22982026-03-13T16:56:04.122Z Checking data-encoding v2.10.0
22992026-03-13T16:56:04.214Z Checking lazy_static v1.5.0
23002026-03-13T16:56:04.230Z Checking goblin v0.8.2
23012026-03-13T16:56:04.267Z Checking zerocopy v0.7.35
23022026-03-13T16:56:04.325Z Checking wait-timeout v0.2.1
23032026-03-13T16:56:04.477Z Checking quick-error v1.2.3
23042026-03-13T16:56:04.494Z Checking anstyle v1.0.13
23052026-03-13T16:56:04.566Z Checking hyper v1.8.1
23062026-03-13T16:56:04.596Z Checking bit-vec v0.8.0
23072026-03-13T16:56:04.726Z Checking either v1.15.0
23082026-03-13T16:56:04.761Z Checking native-tls v0.2.18
23092026-03-13T16:56:04.843Z Checking bitflags v1.3.2
23102026-03-13T16:56:04.934Z Checking utf8parse v0.2.2
23112026-03-13T16:56:04.974Z Checking managed v0.8.0
23122026-03-13T16:56:04.989Z Checking bit-set v0.8.0
23132026-03-13T16:56:04.993Z Checking tokio-native-tls v0.3.1
23142026-03-13T16:56:04.993Z Checking rusty-fork v0.3.1
23152026-03-13T16:56:05.057Z Checking anstyle-parse v0.2.7
23162026-03-13T16:56:05.176Z Checking dtrace-parser v0.2.0
23172026-03-13T16:56:05.210Z Checking unicode-normalization v0.1.25
23182026-03-13T16:56:05.215Z Checking rand_xorshift v0.4.0
23192026-03-13T16:56:05.215Z Checking sha1 v0.10.6
23202026-03-13T16:56:05.261Z Checking thread-id v4.2.2
23212026-03-13T16:56:05.355Z Checking psl-types v2.0.11
23222026-03-13T16:56:05.373Z Checking unarray v0.1.4
23232026-03-13T16:56:05.439Z Checking colorchoice v1.0.4
23242026-03-13T16:56:05.519Z Checking is_terminal_polyfill v1.70.2
23252026-03-13T16:56:05.531Z Checking anstyle-query v1.1.5
23262026-03-13T16:56:05.531Z Checking proptest v1.10.0
23272026-03-13T16:56:05.562Z Checking publicsuffix v2.3.0
23282026-03-13T16:56:05.588Z Checking crossbeam-epoch v0.9.18
23292026-03-13T16:56:05.611Z Checking anstream v0.6.21
23302026-03-13T16:56:05.669Z Checking cookie v0.18.1
23312026-03-13T16:56:05.747Z Checking terminal_size v0.4.3
23322026-03-13T16:56:05.764Z Checking scroll v0.13.0
23332026-03-13T16:56:05.783Z Checking hyper-util v0.1.20
23342026-03-13T16:56:05.870Z Checking hex v0.4.3
23352026-03-13T16:56:05.887Z Checking num-integer v0.1.46
23362026-03-13T16:56:05.891Z Checking simd-adler32 v0.3.8
23372026-03-13T16:56:05.969Z Checking cookie_store v0.22.1
23382026-03-13T16:56:06.069Z Checking goblin v0.10.5
23392026-03-13T16:56:06.114Z Checking crossbeam-deque v0.8.6
23402026-03-13T16:56:06.179Z Checking rustls-platform-verifier v0.6.2
23412026-03-13T16:56:06.209Z Checking bstr v1.12.1
23422026-03-13T16:56:06.353Z Checking ref-cast v1.0.25
23432026-03-13T16:56:06.372Z Checking rustix v0.38.44
23442026-03-13T16:56:06.422Z Checking camino v1.2.2
23452026-03-13T16:56:06.473Z Checking crc32fast v1.5.0
23462026-03-13T16:56:06.653Z Checking signature v2.2.0
23472026-03-13T16:56:06.763Z Checking toml_datetime v0.6.11
23482026-03-13T16:56:06.772Z Checking serde_spanned v0.6.9
23492026-03-13T16:56:06.812Z Checking ff v0.13.1
23502026-03-13T16:56:06.937Z Checking unicode-bidi v0.3.18
23512026-03-13T16:56:06.972Z Checking unicode-properties v0.1.4
23522026-03-13T16:56:06.995Z Checking strsim v0.11.1
23532026-03-13T16:56:07.012Z Checking dof v0.3.0
23542026-03-13T16:56:07.194Z Checking base16ct v0.2.0
23552026-03-13T16:56:07.212Z Checking clap_lex v1.0.0
23562026-03-13T16:56:07.320Z Checking adler2 v2.0.1
23572026-03-13T16:56:07.351Z Checking sec1 v0.7.3
23582026-03-13T16:56:07.384Z Checking usdt-impl v0.5.0
23592026-03-13T16:56:07.403Z Checking clap_builder v4.5.60
23602026-03-13T16:56:07.452Z Checking miniz_oxide v0.8.9
23612026-03-13T16:56:07.470Z Checking hyper-rustls v0.27.7
23622026-03-13T16:56:07.597Z Checking hyper-tls v0.6.0
23632026-03-13T16:56:07.619Z Checking stringprep v0.1.5
23642026-03-13T16:56:07.734Z Checking group v0.13.0
23652026-03-13T16:56:07.761Z Checking rayon-core v1.13.0
23662026-03-13T16:56:07.761Z Checking reqwest v0.12.28
23672026-03-13T16:56:07.821Z Checking reqwest v0.13.2
23682026-03-13T16:56:07.924Z Checking num-iter v0.1.45
23692026-03-13T16:56:07.938Z Checking toml_parser v1.0.9+spec-1.1.0
23702026-03-13T16:56:08.061Z Checking dtrace-parser v0.3.0
23712026-03-13T16:56:08.140Z Checking newtype-uuid v1.3.2
23722026-03-13T16:56:08.177Z Checking hkdf v0.12.4
23732026-03-13T16:56:08.341Z Checking strum v0.26.3
23742026-03-13T16:56:08.370Z Checking zstd-sys v2.0.16+zstd.1.5.7
23752026-03-13T16:56:08.387Z Checking md-5 v0.10.6
23762026-03-13T16:56:08.389Z Checking daft v0.1.5
23772026-03-13T16:56:08.478Z Checking hash32 v0.2.1
23782026-03-13T16:56:08.515Z Checking crypto-bigint v0.5.5
23792026-03-13T16:56:08.555Z Checking toml_datetime v0.7.5+spec-1.1.0
23802026-03-13T16:56:08.685Z Checking thread-id v5.1.0
23812026-03-13T16:56:08.716Z Checking unicode-segmentation v1.12.0
23822026-03-13T16:56:08.780Z Checking fallible-iterator v0.2.0
23832026-03-13T16:56:08.816Z Checking zlib-rs v0.6.2
23842026-03-13T16:56:08.893Z Checking heapless v0.7.17
23852026-03-13T16:56:08.961Z Checking zstd-safe v7.2.4
23862026-03-13T16:56:09.122Z Checking clap v4.5.60
23872026-03-13T16:56:09.141Z Checking postgres-protocol v0.6.10
23882026-03-13T16:56:09.141Z Checking rayon v1.11.0
23892026-03-13T16:56:09.174Z Checking itertools v0.12.1
23902026-03-13T16:56:09.216Z Checking phf_shared v0.13.1
23912026-03-13T16:56:09.448Z Checking console v0.16.2
23922026-03-13T16:56:09.496Z Checking curve25519-dalek v4.1.3
23932026-03-13T16:56:09.513Z Checking dof v0.4.0
23942026-03-13T16:56:09.570Z Checking memoffset v0.9.1
23952026-03-13T16:56:09.667Z Checking bzip2-sys v0.1.13+1.0.8
23962026-03-13T16:56:09.774Z Checking signal-hook v0.3.18
23972026-03-13T16:56:09.843Z Checking memmap2 v0.9.10
23982026-03-13T16:56:10.004Z Checking flate2 v1.1.9
23992026-03-13T16:56:10.020Z Checking winnow v0.5.40
24002026-03-13T16:56:10.038Z Checking elliptic-curve v0.13.8
24012026-03-13T16:56:10.053Z Checking bumpalo v3.20.2
24022026-03-13T16:56:10.312Z Checking unit-prefix v0.5.2
24032026-03-13T16:56:10.472Z Checking libbz2-rs-sys v0.2.2
24042026-03-13T16:56:10.498Z Checking toml_write v0.1.2
24052026-03-13T16:56:10.498Z Checking foldhash v0.1.5
24062026-03-13T16:56:10.508Z Checking usdt-impl v0.6.0
24072026-03-13T16:56:10.604Z Checking fixedbitset v0.4.2
24082026-03-13T16:56:10.623Z Checking zone v0.3.1
24092026-03-13T16:56:10.633Z Checking hashbrown v0.15.5
24102026-03-13T16:56:10.653Z Checking toml_edit v0.22.27
24112026-03-13T16:56:10.833Z Checking petgraph v0.6.5
24122026-03-13T16:56:10.879Z Checking usdt v0.6.0
24132026-03-13T16:56:11.032Z Checking bzip2 v0.6.1
24142026-03-13T16:56:11.046Z Checking zopfli v0.8.3
24152026-03-13T16:56:11.067Z Checking signal-hook-mio v0.2.5
24162026-03-13T16:56:11.197Z Checking bzip2 v0.4.4
24172026-03-13T16:56:11.209Z Checking nix v0.31.1
24182026-03-13T16:56:11.210Z Checking indicatif v0.18.4
24192026-03-13T16:56:11.283Z Checking postgres-types v0.2.12
24202026-03-13T16:56:11.346Z Checking phf v0.13.1
24212026-03-13T16:56:11.471Z Checking smoltcp v0.9.1
24222026-03-13T16:56:11.550Z Checking zstd v0.13.3
24232026-03-13T16:56:11.599Z Checking toml_edit v0.19.15
24242026-03-13T16:56:11.698Z Checking similar v2.7.0
24252026-03-13T16:56:11.715Z Checking num-bigint-dig v0.8.6
24262026-03-13T16:56:11.798Z Checking ed25519 v2.2.3
24272026-03-13T16:56:12.024Z Checking pkcs1 v0.7.5
24282026-03-13T16:56:12.219Z Checking phf_shared v0.11.3
24292026-03-13T16:56:12.237Z Checking tokio-stream v0.1.18
24302026-03-13T16:56:12.292Z Checking strum v0.27.2
24312026-03-13T16:56:12.309Z Checking hubpack v0.1.2
24322026-03-13T16:56:12.403Z Checking rfc6979 v0.4.0
24332026-03-13T16:56:12.428Z Checking serde-big-array v0.5.1
24342026-03-13T16:56:12.475Z Checking float-cmp v0.10.0
24352026-03-13T16:56:12.524Z Checking env_filter v1.0.0
24362026-03-13T16:56:12.548Z Checking new_debug_unreachable v1.0.6
24372026-03-13T16:56:12.589Z Checking whoami v2.1.0
24382026-03-13T16:56:12.606Z Checking jiff v0.2.21
24392026-03-13T16:56:12.647Z Checking fixedbitset v0.5.7
24402026-03-13T16:56:12.654Z Checking static_assertions v1.1.0
24412026-03-13T16:56:12.704Z Checking rustc-hash v2.1.1
24422026-03-13T16:56:12.735Z Checking predicates-core v1.0.10
24432026-03-13T16:56:12.757Z Checking normalize-line-endings v0.3.0
24442026-03-13T16:56:12.840Z Checking precomputed-hash v0.1.1
24452026-03-13T16:56:12.843Z Checking keccak v0.1.6
24462026-03-13T16:56:12.875Z Checking difflib v0.4.0
24472026-03-13T16:56:12.879Z Checking rsa v0.9.10
24482026-03-13T16:56:12.908Z Checking tokio-postgres v0.7.16
24492026-03-13T16:56:12.911Z Checking petgraph v0.8.3
24502026-03-13T16:56:12.944Z Checking string_cache v0.8.9
24512026-03-13T16:56:13.029Z Checking toml v0.7.8
24522026-03-13T16:56:13.073Z Checking sha3 v0.10.8
24532026-03-13T16:56:13.101Z Checking predicates v3.1.4
24542026-03-13T16:56:13.157Z Checking iddqd v0.3.17
24552026-03-13T16:56:13.336Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24562026-03-13T16:56:13.461Z Checking env_logger v0.11.9
24572026-03-13T16:56:13.498Z Checking ecdsa v0.16.9
24582026-03-13T16:56:13.520Z Checking ed25519-dalek v2.2.0
24592026-03-13T16:56:13.706Z Checking zip v0.6.6
24602026-03-13T16:56:13.813Z Checking crossterm v0.28.1
24612026-03-13T16:56:13.941Z Checking serde_with v3.17.0
24622026-03-13T16:56:14.134Z Checking itertools v0.13.0
24632026-03-13T16:56:14.327Z Checking hickory-proto v0.25.2
24642026-03-13T16:56:14.552Z Checking x509-cert v0.2.5
24652026-03-13T16:56:14.791Z Checking fs-err v3.3.0
24662026-03-13T16:56:15.101Z Checking ahash v0.8.12
24672026-03-13T16:56:15.173Z Checking object v0.37.3
24682026-03-13T16:56:15.352Z Checking buf-list v1.1.2
24692026-03-13T16:56:15.446Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24702026-03-13T16:56:15.540Z Checking peg-runtime v0.8.5
24712026-03-13T16:56:15.589Z Checking lalrpop-util v0.19.12
24722026-03-13T16:56:15.717Z Compiling regress v0.10.5
24732026-03-13T16:56:15.734Z Checking zip v4.6.1
24742026-03-13T16:56:15.795Z Compiling structmeta-derive v0.3.0
24752026-03-13T16:56:15.844Z Compiling rustls v0.22.4
24762026-03-13T16:56:15.926Z Compiling newtype-uuid-macros v0.1.0
24772026-03-13T16:56:16.411Z Compiling multer v3.1.0
24782026-03-13T16:56:16.532Z Compiling async-stream-impl v0.3.6
24792026-03-13T16:56:16.725Z Checking futures-executor v0.3.32
24802026-03-13T16:56:16.915Z Compiling dropshot v0.16.7
24812026-03-13T16:56:16.962Z Checking futures v0.3.32
24822026-03-13T16:56:17.057Z Compiling dropshot_endpoint v0.16.7
24832026-03-13T16:56:17.230Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24842026-03-13T16:56:17.284Z Compiling structmeta v0.3.0
24852026-03-13T16:56:17.349Z Checking thread_local v1.1.9
24862026-03-13T16:56:17.558Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24872026-03-13T16:56:17.561Z Compiling derive-ex v0.1.8
24882026-03-13T16:56:17.750Z Checking crossbeam-channel v0.5.15
24892026-03-13T16:56:18.006Z Checking is-terminal v0.4.17
24902026-03-13T16:56:18.033Z Checking take_mut v0.2.2
24912026-03-13T16:56:18.120Z Checking term v1.2.1
24922026-03-13T16:56:18.136Z Compiling parse-display-derive v0.10.0
24932026-03-13T16:56:18.163Z Checking rustls-webpki v0.102.8
24942026-03-13T16:56:18.201Z Checking slog-async v2.8.0
24952026-03-13T16:56:18.425Z Checking slog-term v2.9.2
24962026-03-13T16:56:18.428Z Checking serde_spanned v1.0.4
24972026-03-13T16:56:18.590Z Checking debug-ignore v1.0.5
24982026-03-13T16:56:18.640Z Checking match_cfg v0.1.0
24992026-03-13T16:56:18.714Z Checking toml_writer v1.0.6+spec-1.1.0
25002026-03-13T16:56:18.717Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25012026-03-13T16:56:18.734Z Checking hostname v0.3.1
25022026-03-13T16:56:18.827Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25032026-03-13T16:56:18.869Z Checking slog-json v2.6.1
25042026-03-13T16:56:18.951Z Checking toml v0.9.12+spec-1.1.0
25052026-03-13T16:56:19.011Z Checking macaddr v1.0.1
25062026-03-13T16:56:19.068Z Checking slog-bunyan v2.5.0
25072026-03-13T16:56:19.210Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25082026-03-13T16:56:19.248Z Checking async-stream v0.3.6
25092026-03-13T16:56:19.488Z Checking waitgroup v0.1.2
25102026-03-13T16:56:19.615Z Checking rustls-pemfile v2.2.0
25112026-03-13T16:56:19.692Z Checking serde_path_to_error v0.1.20
25122026-03-13T16:56:19.743Z Checking hostname v0.4.2
25132026-03-13T16:56:19.781Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25142026-03-13T16:56:19.796Z Checking progenitor-client v0.13.0
25152026-03-13T16:56:19.866Z Checking progenitor-client v0.10.0
25162026-03-13T16:56:19.918Z Compiling itertools v0.14.0
25172026-03-13T16:56:19.979Z Compiling test-strategy v0.4.5
25182026-03-13T16:56:19.994Z Checking heck v0.5.0
25192026-03-13T16:56:20.067Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25202026-03-13T16:56:20.111Z Checking backon v1.6.0
25212026-03-13T16:56:20.155Z Checking instant v0.1.13
25222026-03-13T16:56:20.254Z Checking backoff v0.4.0
25232026-03-13T16:56:20.335Z Checking progenitor-extras v0.1.1
25242026-03-13T16:56:20.340Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25252026-03-13T16:56:20.468Z Compiling typify-impl v0.4.3
25262026-03-13T16:56:20.483Z Checking parse-display v0.10.0
25272026-03-13T16:56:20.774Z Compiling toml_edit v0.23.10+spec-1.0.0
25282026-03-13T16:56:20.801Z Checking tokio-rustls v0.25.0
25292026-03-13T16:56:20.981Z Compiling crucible-workspace-hack v0.1.0
25302026-03-13T16:56:21.222Z Compiling unsafe-libyaml v0.2.11
25312026-03-13T16:56:21.648Z Compiling heapless v0.8.0
25322026-03-13T16:56:21.671Z Compiling convert_case v0.4.0
25332026-03-13T16:56:22.052Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25342026-03-13T16:56:22.115Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25352026-03-13T16:56:22.184Z Compiling derive_more v0.99.20
25362026-03-13T16:56:22.320Z Compiling serde_yaml v0.9.34+deprecated
25372026-03-13T16:56:22.378Z Compiling ingot-macros v0.1.1
25382026-03-13T16:56:22.491Z Compiling proc-macro-crate v3.4.0
25392026-03-13T16:56:22.659Z Checking hash32 v0.3.1
25402026-03-13T16:56:22.813Z Checking secrecy v0.10.3
25412026-03-13T16:56:22.884Z Compiling smoltcp v0.11.0
25422026-03-13T16:56:22.976Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25432026-03-13T16:56:23.204Z Compiling prettyplease v0.2.37
25442026-03-13T16:56:23.237Z Compiling num_enum_derive v0.7.5
25452026-03-13T16:56:23.603Z Checking tabwriter v1.4.1
25462026-03-13T16:56:23.696Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25472026-03-13T16:56:23.891Z Checking cobs v0.3.0
25482026-03-13T16:56:24.085Z Compiling foreign-types-macros v0.2.3
25492026-03-13T16:56:24.457Z Checking foreign-types-shared v0.3.1
25502026-03-13T16:56:24.570Z Checking cpufeatures v0.3.0
25512026-03-13T16:56:24.665Z Checking chacha20 v0.10.0
25522026-03-13T16:56:24.682Z Checking num_enum v0.7.5
25532026-03-13T16:56:24.868Z Checking foreign-types v0.5.0
25542026-03-13T16:56:24.947Z Checking postcard v1.1.3
25552026-03-13T16:56:25.578Z Compiling proc-macro-crate v1.3.1
25562026-03-13T16:56:25.772Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25572026-03-13T16:56:26.128Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25582026-03-13T16:56:26.225Z Checking ingot-types v0.1.2
25592026-03-13T16:56:26.371Z Checking cstr-argument v0.1.2
25602026-03-13T16:56:26.454Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25612026-03-13T16:56:26.526Z Checking colored v3.1.1
25622026-03-13T16:56:26.653Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25632026-03-13T16:56:26.758Z Checking ingot v0.1.1
25642026-03-13T16:56:26.780Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25652026-03-13T16:56:26.799Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25662026-03-13T16:56:26.837Z Compiling num_enum_derive v0.5.11
25672026-03-13T16:56:26.930Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25682026-03-13T16:56:27.001Z Checking rand v0.10.0
25692026-03-13T16:56:27.100Z Compiling typify-macro v0.4.3
25702026-03-13T16:56:27.114Z Compiling typify-impl v0.6.1
25712026-03-13T16:56:28.470Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25722026-03-13T16:56:29.164Z Checking num_enum v0.5.11
25732026-03-13T16:56:29.181Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25742026-03-13T16:56:29.442Z Compiling typify v0.4.3
25752026-03-13T16:56:29.576Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25762026-03-13T16:56:29.950Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25772026-03-13T16:56:30.284Z Checking camino-tempfile v1.4.1
25782026-03-13T16:56:30.317Z Checking num-rational v0.4.2
25792026-03-13T16:56:30.677Z Checking half v2.7.1
25802026-03-13T16:56:30.711Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25812026-03-13T16:56:30.868Z Compiling thiserror-impl-no-std v2.0.2
25822026-03-13T16:56:31.006Z Checking universal-hash v0.5.1
25832026-03-13T16:56:31.027Z Checking num-complex v0.4.6
25842026-03-13T16:56:31.033Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25852026-03-13T16:56:31.329Z Checking ciborium-io v0.2.2
25862026-03-13T16:56:31.402Z Checking opaque-debug v0.3.1
25872026-03-13T16:56:31.442Z Checking ciborium-ll v0.2.2
25882026-03-13T16:56:31.491Z Checking poly1305 v0.8.0
25892026-03-13T16:56:31.595Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25902026-03-13T16:56:31.612Z Checking num v0.4.3
25912026-03-13T16:56:31.673Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25922026-03-13T16:56:31.702Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25932026-03-13T16:56:31.738Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25942026-03-13T16:56:31.845Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25952026-03-13T16:56:31.962Z Checking toml v0.8.23
25962026-03-13T16:56:32.196Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25972026-03-13T16:56:32.221Z Checking password-hash v0.5.0
25982026-03-13T16:56:32.416Z Checking chacha20 v0.9.1
25992026-03-13T16:56:32.522Z Compiling usdt-macro v0.5.0
26002026-03-13T16:56:32.577Z Checking thiserror-no-std v2.0.2
26012026-03-13T16:56:33.069Z Compiling usdt-attr-macro v0.5.0
26022026-03-13T16:56:33.072Z Checking smf v0.2.3
26032026-03-13T16:56:33.288Z Checking blake2 v0.10.6
26042026-03-13T16:56:33.313Z Checking aead v0.5.2
26052026-03-13T16:56:33.355Z Checking memmap v0.7.0
26062026-03-13T16:56:33.489Z Checking sigpipe v0.1.3
26072026-03-13T16:56:33.526Z Compiling num-derive v0.4.2
26082026-03-13T16:56:33.586Z Checking float-ord v0.3.2
26092026-03-13T16:56:33.604Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26102026-03-13T16:56:33.653Z Compiling typify-macro v0.6.1
26112026-03-13T16:56:33.708Z Checking glob v0.3.3
26122026-03-13T16:56:33.726Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26132026-03-13T16:56:33.876Z Checking usdt v0.5.0
26142026-03-13T16:56:33.936Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26152026-03-13T16:56:34.084Z Checking argon2 v0.5.3
26162026-03-13T16:56:34.142Z Checking chacha20poly1305 v0.10.1
26172026-03-13T16:56:34.160Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26182026-03-13T16:56:34.301Z Checking vsss-rs v3.3.4
26192026-03-13T16:56:34.429Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26202026-03-13T16:56:34.533Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26212026-03-13T16:56:34.782Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26222026-03-13T16:56:34.815Z Checking ciborium v0.2.2
26232026-03-13T16:56:35.070Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26242026-03-13T16:56:35.205Z Checking whoami v1.6.1
26252026-03-13T16:56:35.343Z Compiling semver v0.1.20
26262026-03-13T16:56:35.393Z Checking indent_write v2.2.0
26272026-03-13T16:56:35.582Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26282026-03-13T16:56:35.597Z Compiling rustc_version v0.1.7
26292026-03-13T16:56:35.739Z Compiling progenitor-impl v0.11.2
26302026-03-13T16:56:35.990Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26312026-03-13T16:56:36.017Z Compiling typify v0.6.1
26322026-03-13T16:56:36.150Z Compiling pin-project-internal v1.1.11
26332026-03-13T16:56:36.453Z Checking linked-hash-map v0.5.6
26342026-03-13T16:56:36.685Z Checking swrite v0.1.0
26352026-03-13T16:56:36.808Z Compiling minimal-lexical v0.2.1
26362026-03-13T16:56:36.848Z Checking lru-cache v0.1.2
26372026-03-13T16:56:36.992Z Compiling progenitor-impl v0.13.0
26382026-03-13T16:56:37.157Z Compiling nom v7.1.3
26392026-03-13T16:56:37.523Z Compiling newtype_derive v0.1.6
26402026-03-13T16:56:37.779Z Checking pin-project v1.1.11
26412026-03-13T16:56:37.901Z Checking newline-converter v0.3.0
26422026-03-13T16:56:38.043Z Checking progenitor-client v0.11.2
26432026-03-13T16:56:38.064Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26442026-03-13T16:56:38.354Z Checking atomicwrites v0.4.4
26452026-03-13T16:56:38.514Z Checking hickory-proto v0.24.4
26462026-03-13T16:56:38.520Z Checking phf_shared v0.12.1
26472026-03-13T16:56:38.708Z Checking console v0.15.11
26482026-03-13T16:56:38.799Z Checking pem v3.0.6
26492026-03-13T16:56:39.005Z Checking csv-core v0.1.13
26502026-03-13T16:56:39.022Z Compiling snafu-derive v0.8.9
26512026-03-13T16:56:39.086Z Compiling derive-where v1.6.0
26522026-03-13T16:56:39.496Z Compiling progenitor-macro v0.11.2
26532026-03-13T16:56:40.702Z Compiling async-recursion v1.1.1
26542026-03-13T16:56:40.890Z Compiling slog-dtrace v0.3.0
26552026-03-13T16:56:40.965Z Compiling owo-colors v4.3.0
26562026-03-13T16:56:41.159Z Compiling cancel-safe-futures v0.1.5
26572026-03-13T16:56:41.428Z Checking highway v1.3.0
26582026-03-13T16:56:41.506Z Checking unicode-width v0.1.14
26592026-03-13T16:56:41.664Z Checking resolv-conf v0.7.6
26602026-03-13T16:56:41.748Z Checking same-file v1.0.6
26612026-03-13T16:56:41.763Z Compiling chrono-tz v0.10.4
26622026-03-13T16:56:41.801Z Checking snafu v0.8.9
26632026-03-13T16:56:41.879Z Checking hickory-resolver v0.24.4
26642026-03-13T16:56:41.896Z Checking walkdir v2.5.0
26652026-03-13T16:56:42.026Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26662026-03-13T16:56:42.144Z Compiling const_format_proc_macros v0.2.34
26672026-03-13T16:56:42.190Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26682026-03-13T16:56:42.361Z Compiling progenitor-macro v0.13.0
26692026-03-13T16:56:42.865Z Checking csv v1.4.0
26702026-03-13T16:56:43.017Z Checking expectorate v1.2.0
26712026-03-13T16:56:43.178Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26722026-03-13T16:56:43.246Z Checking phf v0.12.1
26732026-03-13T16:56:43.582Z Checking tokio-dtrace v0.1.1
26742026-03-13T16:56:43.812Z Compiling progenitor-impl v0.10.0
26752026-03-13T16:56:43.842Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26762026-03-13T16:56:44.027Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26772026-03-13T16:56:44.087Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26782026-03-13T16:56:44.711Z Checking globset v0.4.18
26792026-03-13T16:56:44.775Z Checking olpc-cjson v0.1.4
26802026-03-13T16:56:44.915Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
26812026-03-13T16:56:45.012Z Checking libsw-core v0.3.2
26822026-03-13T16:56:45.227Z Checking serde_plain v1.0.2
26832026-03-13T16:56:45.257Z Checking arc-swap v1.8.2
26842026-03-13T16:56:45.406Z Compiling lzma-sys v0.1.20
26852026-03-13T16:56:45.539Z Checking typed-path v0.9.3
26862026-03-13T16:56:45.902Z Checking utf-8 v0.7.6
26872026-03-13T16:56:45.936Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26882026-03-13T16:56:46.067Z Checking bytecount v0.6.9
26892026-03-13T16:56:46.201Z Checking papergrid v0.11.0
26902026-03-13T16:56:46.591Z Checking progenitor v0.11.2
26912026-03-13T16:56:46.693Z Checking tough v0.20.0
26922026-03-13T16:56:46.767Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
26932026-03-13T16:56:47.107Z Checking tungstenite v0.21.0
26942026-03-13T16:56:47.211Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26952026-03-13T16:56:47.383Z Checking slog-scope v4.4.1
26962026-03-13T16:56:47.547Z Compiling progenitor-macro v0.10.0
26972026-03-13T16:56:47.566Z Checking libsw v3.5.0
26982026-03-13T16:56:47.694Z Checking oxide-tokio-rt v0.1.3
26992026-03-13T16:56:47.820Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
27002026-03-13T16:56:47.907Z Checking const_format v0.2.35
27012026-03-13T16:56:47.953Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27022026-03-13T16:56:48.212Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27032026-03-13T16:56:48.251Z Checking qorb v0.4.1
27042026-03-13T16:56:49.571Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27052026-03-13T16:56:49.593Z Checking progenitor v0.13.0
27062026-03-13T16:56:49.746Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27072026-03-13T16:56:49.854Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27082026-03-13T16:56:49.854Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27092026-03-13T16:56:49.855Z Compiling cargo_toml v0.22.3
27102026-03-13T16:56:50.243Z Checking gethostname v0.5.0
27112026-03-13T16:56:50.357Z Compiling tabled_derive v0.7.0
27122026-03-13T16:56:50.394Z Checking bcs v0.1.6
27132026-03-13T16:56:50.422Z Checking termtree v0.5.1
27142026-03-13T16:56:50.573Z Checking smawk v0.3.2
27152026-03-13T16:56:50.685Z Checking linear-map v1.2.0
27162026-03-13T16:56:50.733Z Checking unicode-linebreak v0.1.5
27172026-03-13T16:56:50.878Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27182026-03-13T16:56:50.918Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27192026-03-13T16:56:51.011Z Checking textwrap v0.16.2
27202026-03-13T16:56:51.312Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27212026-03-13T16:56:51.461Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27222026-03-13T16:56:51.727Z Checking tabled v0.15.0
27232026-03-13T16:56:51.879Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27242026-03-13T16:56:52.582Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27252026-03-13T16:56:52.778Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27262026-03-13T16:56:52.862Z Checking steno v0.4.1
27272026-03-13T16:56:53.002Z Checking tokio-tungstenite v0.21.0
27282026-03-13T16:56:53.360Z Checking slog-stdlog v4.1.1
27292026-03-13T16:56:53.514Z Checking typeid v1.0.3
27302026-03-13T16:56:53.520Z Checking base64 v0.21.7
27312026-03-13T16:56:53.642Z Checking humantime v2.3.0
27322026-03-13T16:56:53.841Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27332026-03-13T16:56:53.858Z Checking ron v0.12.0
27342026-03-13T16:56:53.884Z Checking slog-envlogger v2.2.0
27352026-03-13T16:56:54.069Z Checking xz2 v0.1.7
27362026-03-13T16:56:54.198Z Checking yasna v0.5.2
27372026-03-13T16:56:54.293Z Checking headers-core v0.3.0
27382026-03-13T16:56:54.424Z Checking filetime v0.2.27
27392026-03-13T16:56:54.548Z Checking xattr v1.6.1
27402026-03-13T16:56:54.589Z Checking base16ct v1.0.0
27412026-03-13T16:56:54.642Z Checking progenitor v0.10.0
27422026-03-13T16:56:54.709Z Checking tar v0.4.44
27432026-03-13T16:56:54.725Z Checking rcgen v0.12.1
27442026-03-13T16:56:54.749Z Checking headers v0.4.1
27452026-03-13T16:56:54.810Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27462026-03-13T16:56:54.881Z Checking subprocess v0.2.15
27472026-03-13T16:57:02.705Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27482026-03-13T16:57:10.785Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27492026-03-13T16:57:12.598Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27502026-03-13T16:57:14.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
27512026-03-13T16:57:14.428Z
27522026-03-13T16:57:14.428Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/257)
27532026-03-13T16:57:15.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27542026-03-13T16:57:15.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27552026-03-13T16:57:15.337Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27562026-03-13T16:57:17.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.65s
27572026-03-13T16:57:17.315Z
27582026-03-13T16:57:17.315Zinfo: running `cargo check --bins` on nexus-config (51/257)
27592026-03-13T16:57:18.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27602026-03-13T16:57:18.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27612026-03-13T16:57:18.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27622026-03-13T16:57:18.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27632026-03-13T16:57:18.150Z
27642026-03-13T16:57:18.150Zinfo: running `cargo check --bins` on nexus-types (52/257)
27652026-03-13T16:57:18.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27662026-03-13T16:57:18.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27672026-03-13T16:57:18.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27682026-03-13T16:57:18.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27692026-03-13T16:57:18.984Z
27702026-03-13T16:57:18.984Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/257)
27712026-03-13T16:57:19.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27722026-03-13T16:57:19.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27732026-03-13T16:57:19.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27742026-03-13T16:57:19.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27752026-03-13T16:57:19.771Z
27762026-03-13T16:57:19.771Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/257)
27772026-03-13T16:57:20.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27782026-03-13T16:57:20.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27792026-03-13T16:57:20.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27802026-03-13T16:57:20.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27812026-03-13T16:57:20.552Z
27822026-03-13T16:57:20.552Zinfo: running `cargo check --bins` on cockroach-admin-types (55/257)
27832026-03-13T16:57:21.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27842026-03-13T16:57:21.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27852026-03-13T16:57:21.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27862026-03-13T16:57:21.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27872026-03-13T16:57:21.316Z
27882026-03-13T16:57:21.316Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/257)
27892026-03-13T16:57:21.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27902026-03-13T16:57:21.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27912026-03-13T16:57:21.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27922026-03-13T16:57:21.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27932026-03-13T16:57:22.077Z
27942026-03-13T16:57:22.077Zinfo: running `cargo check --bins` on ereport-types (57/257)
27952026-03-13T16:57:22.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27962026-03-13T16:57:22.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27972026-03-13T16:57:22.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27982026-03-13T16:57:22.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27992026-03-13T16:57:22.849Z
28002026-03-13T16:57:22.849Zinfo: running `cargo check --bins` on gateway-client (58/257)
28012026-03-13T16:57:23.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28022026-03-13T16:57:23.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28032026-03-13T16:57:23.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28042026-03-13T16:57:23.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28052026-03-13T16:57:23.626Z
28062026-03-13T16:57:23.626Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/257)
28072026-03-13T16:57:24.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28082026-03-13T16:57:24.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28092026-03-13T16:57:24.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28102026-03-13T16:57:24.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28112026-03-13T16:57:24.397Z
28122026-03-13T16:57:24.397Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/257)
28132026-03-13T16:57:25.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28142026-03-13T16:57:25.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28152026-03-13T16:57:25.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28162026-03-13T16:57:25.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28172026-03-13T16:57:25.169Z
28182026-03-13T16:57:25.170Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/257)
28192026-03-13T16:57:25.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28202026-03-13T16:57:25.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28212026-03-13T16:57:25.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28222026-03-13T16:57:25.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28232026-03-13T16:57:25.944Z
28242026-03-13T16:57:25.944Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/257)
28252026-03-13T16:57:26.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262026-03-13T16:57:26.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272026-03-13T16:57:26.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28282026-03-13T16:57:26.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28292026-03-13T16:57:26.720Z
28302026-03-13T16:57:26.720Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/257)
28312026-03-13T16:57:27.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322026-03-13T16:57:27.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332026-03-13T16:57:27.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28342026-03-13T16:57:27.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28352026-03-13T16:57:27.509Z
28362026-03-13T16:57:27.509Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/257)
28372026-03-13T16:57:28.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-03-13T16:57:28.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-03-13T16:57:28.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28402026-03-13T16:57:28.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28412026-03-13T16:57:28.302Z
28422026-03-13T16:57:28.302Zinfo: running `cargo check --bins` on key-manager-types (65/257)
28432026-03-13T16:57:28.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-03-13T16:57:28.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-03-13T16:57:28.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28462026-03-13T16:57:28.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28472026-03-13T16:57:29.068Z
28482026-03-13T16:57:29.068Zinfo: running `cargo check --bins` on oxlog (66/257)
28492026-03-13T16:57:29.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-03-13T16:57:29.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-03-13T16:57:29.825Z Compiling newtype-uuid v1.3.2
28522026-03-13T16:57:30.066Z Compiling daft v0.1.5
28532026-03-13T16:57:30.324Z Compiling iddqd v0.3.17
28542026-03-13T16:57:31.595Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28552026-03-13T16:57:31.928Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28562026-03-13T16:57:32.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28572026-03-13T16:57:32.465Z
28582026-03-13T16:57:32.465Zinfo: running `cargo check --bins` on internal-dns-types (67/257)
28592026-03-13T16:57:33.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602026-03-13T16:57:33.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612026-03-13T16:57:33.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28622026-03-13T16:57:33.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28632026-03-13T16:57:33.248Z
28642026-03-13T16:57:33.248Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/257)
28652026-03-13T16:57:33.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662026-03-13T16:57:33.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672026-03-13T16:57:33.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28682026-03-13T16:57:33.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28692026-03-13T16:57:34.027Z
28702026-03-13T16:57:34.027Zinfo: running `cargo check --bins` on nexus-types-versions (69/257)
28712026-03-13T16:57:34.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722026-03-13T16:57:34.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732026-03-13T16:57:34.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28742026-03-13T16:57:34.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28752026-03-13T16:57:34.840Z
28762026-03-13T16:57:34.840Zinfo: running `cargo check --bins` on omicron-passwords (70/257)
28772026-03-13T16:57:35.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782026-03-13T16:57:35.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792026-03-13T16:57:35.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802026-03-13T16:57:35.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28812026-03-13T16:57:35.603Z
28822026-03-13T16:57:35.604Zinfo: running `cargo check --bins` on oxql-types (71/257)
28832026-03-13T16:57:36.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842026-03-13T16:57:36.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852026-03-13T16:57:36.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862026-03-13T16:57:36.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28872026-03-13T16:57:36.386Z
28882026-03-13T16:57:36.386Zinfo: running `cargo check --bins` on oximeter-types (72/257)
28892026-03-13T16:57:37.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902026-03-13T16:57:37.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912026-03-13T16:57:37.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922026-03-13T16:57:37.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28932026-03-13T16:57:37.168Z
28942026-03-13T16:57:37.168Zinfo: running `cargo check --bins` on oximeter-types-versions (73/257)
28952026-03-13T16:57:37.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962026-03-13T16:57:37.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972026-03-13T16:57:37.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982026-03-13T16:57:37.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28992026-03-13T16:57:37.945Z
29002026-03-13T16:57:37.945Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/257)
29012026-03-13T16:57:38.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022026-03-13T16:57:38.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032026-03-13T16:57:38.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042026-03-13T16:57:38.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29052026-03-13T16:57:38.707Z
29062026-03-13T16:57:38.707Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/257)
29072026-03-13T16:57:39.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082026-03-13T16:57:39.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092026-03-13T16:57:39.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102026-03-13T16:57:39.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29112026-03-13T16:57:39.511Z
29122026-03-13T16:57:39.511Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/257)
29132026-03-13T16:57:40.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-03-13T16:57:40.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-03-13T16:57:40.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162026-03-13T16:57:40.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29172026-03-13T16:57:40.312Z
29182026-03-13T16:57:40.312Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/257)
29192026-03-13T16:57:41.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-03-13T16:57:41.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-03-13T16:57:41.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29222026-03-13T16:57:41.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29232026-03-13T16:57:41.118Z
29242026-03-13T16:57:41.118Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/257)
29252026-03-13T16:57:41.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262026-03-13T16:57:41.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272026-03-13T16:57:41.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29282026-03-13T16:57:41.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29292026-03-13T16:57:41.925Z
29302026-03-13T16:57:41.925Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/257)
29312026-03-13T16:57:42.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322026-03-13T16:57:42.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332026-03-13T16:57:42.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29342026-03-13T16:57:42.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29352026-03-13T16:57:42.693Z
29362026-03-13T16:57:42.693Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/257)
29372026-03-13T16:57:43.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382026-03-13T16:57:43.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392026-03-13T16:57:43.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29402026-03-13T16:57:43.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29412026-03-13T16:57:43.457Z
29422026-03-13T16:57:43.457Zinfo: running `cargo check --bins --no-default-features` on gfss (81/257)
29432026-03-13T16:57:44.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442026-03-13T16:57:44.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452026-03-13T16:57:44.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29462026-03-13T16:57:44.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29472026-03-13T16:57:44.220Z
29482026-03-13T16:57:44.220Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/257)
29492026-03-13T16:57:44.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29502026-03-13T16:57:44.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29512026-03-13T16:57:44.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29522026-03-13T16:57:44.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29532026-03-13T16:57:44.984Z
29542026-03-13T16:57:44.984Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/257)
29552026-03-13T16:57:45.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29562026-03-13T16:57:45.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29572026-03-13T16:57:45.781Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29582026-03-13T16:57:46.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
29592026-03-13T16:57:46.645Z
29602026-03-13T16:57:46.645Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/257)
29612026-03-13T16:57:47.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29622026-03-13T16:57:47.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29632026-03-13T16:57:47.463Z Compiling ar_archive_writer v0.5.1
29642026-03-13T16:57:47.468Z Compiling stacker v0.1.23
29652026-03-13T16:57:47.468Z Compiling cfg_aliases v0.1.1
29662026-03-13T16:57:47.571Z Compiling convert_case v0.10.0
29672026-03-13T16:57:47.597Z Checking fd-lock v4.0.4
29682026-03-13T16:57:47.600Z Checking nibble_vec v0.1.0
29692026-03-13T16:57:47.600Z Checking vte v0.14.1
29702026-03-13T16:57:47.600Z Compiling recursive-proc-macro-impl v0.1.1
29712026-03-13T16:57:47.658Z Compiling nix v0.28.0
29722026-03-13T16:57:47.757Z Checking endian-type v0.1.2
29732026-03-13T16:57:47.775Z Checking strip-ansi-escapes v0.2.1
29742026-03-13T16:57:47.790Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29752026-03-13T16:57:47.899Z Compiling peg-macros v0.8.5
29762026-03-13T16:57:47.925Z Checking radix_trie v0.2.1
29772026-03-13T16:57:47.943Z Checking winnow v0.6.26
29782026-03-13T16:57:47.989Z Compiling derive_more-impl v2.1.1
29792026-03-13T16:57:48.134Z Compiling sqlparser_derive v0.5.0
29802026-03-13T16:57:48.194Z Checking unicode_categories v0.1.1
29812026-03-13T16:57:48.400Z Checking home v0.5.12
29822026-03-13T16:57:48.428Z Checking nu-ansi-term v0.50.3
29832026-03-13T16:57:48.550Z Checking display-error-chain v0.2.2
29842026-03-13T16:57:48.714Z Checking reedline v0.40.0
29852026-03-13T16:57:48.771Z Compiling psm v0.1.30
29862026-03-13T16:57:49.092Z Checking derive_more v2.1.1
29872026-03-13T16:57:49.180Z Checking crossterm v0.29.0
29882026-03-13T16:57:49.427Z Checking peg v0.8.5
29892026-03-13T16:57:49.482Z Checking sqlformat v0.3.5
29902026-03-13T16:57:49.512Z Checking rustyline v14.0.0
29912026-03-13T16:57:49.743Z Checking recursive v0.1.1
29922026-03-13T16:57:49.844Z Checking sqlparser v0.61.0
29932026-03-13T16:58:05.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.12s
29942026-03-13T16:58:05.970Z
29952026-03-13T16:58:05.970Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/257)
29962026-03-13T16:58:06.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29972026-03-13T16:58:06.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29982026-03-13T16:58:06.788Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29992026-03-13T16:58:11.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.55s
30002026-03-13T16:58:11.735Z
30012026-03-13T16:58:11.735Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/257)
30022026-03-13T16:58:12.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30032026-03-13T16:58:12.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30042026-03-13T16:58:12.557Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30052026-03-13T16:58:15.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
30062026-03-13T16:58:16.039Z
30072026-03-13T16:58:16.040Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/257)
30082026-03-13T16:58:16.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30092026-03-13T16:58:16.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30102026-03-13T16:58:16.851Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30112026-03-13T16:58:21.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s
30122026-03-13T16:58:21.494Z
30132026-03-13T16:58:21.494Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/257)
30142026-03-13T16:58:22.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30152026-03-13T16:58:22.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30162026-03-13T16:58:22.309Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30172026-03-13T16:58:26.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s
30182026-03-13T16:58:27.041Z
30192026-03-13T16:58:27.042Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/257)
30202026-03-13T16:58:27.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30212026-03-13T16:58:27.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30222026-03-13T16:58:27.812Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30232026-03-13T16:58:31.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.29s
30242026-03-13T16:58:31.606Z
30252026-03-13T16:58:31.606Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/257)
30262026-03-13T16:58:32.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272026-03-13T16:58:32.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282026-03-13T16:58:32.337Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30292026-03-13T16:58:35.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s
30302026-03-13T16:58:36.010Z
30312026-03-13T16:58:36.010Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/257)
30322026-03-13T16:58:36.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332026-03-13T16:58:36.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342026-03-13T16:58:36.832Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30352026-03-13T16:58:41.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.51s
30362026-03-13T16:58:41.729Z
30372026-03-13T16:58:41.729Zinfo: running `cargo check --bins` on oximeter (92/257)
30382026-03-13T16:58:42.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392026-03-13T16:58:42.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402026-03-13T16:58:42.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412026-03-13T16:58:42.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30422026-03-13T16:58:42.516Z
30432026-03-13T16:58:42.516Zinfo: running `cargo check --bins` on oximeter-schema (93/257)
30442026-03-13T16:58:43.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-03-13T16:58:43.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-03-13T16:58:43.310Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30472026-03-13T16:58:43.482Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30482026-03-13T16:58:43.496Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30492026-03-13T16:58:43.946Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30502026-03-13T16:58:48.874Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30512026-03-13T16:58:49.294Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30522026-03-13T16:58:50.858Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30532026-03-13T16:58:51.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.23s
30542026-03-13T16:58:51.957Z
30552026-03-13T16:58:51.957Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/257)
30562026-03-13T16:58:52.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-03-13T16:58:52.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-03-13T16:58:52.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592026-03-13T16:58:52.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30602026-03-13T16:58:52.744Z
30612026-03-13T16:58:52.745Zinfo: running `cargo check --bins` on oximeter-test-utils (95/257)
30622026-03-13T16:58:53.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632026-03-13T16:58:53.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642026-03-13T16:58:53.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652026-03-13T16:58:53.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30662026-03-13T16:58:53.592Z
30672026-03-13T16:58:53.592Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/257)
30682026-03-13T16:58:54.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692026-03-13T16:58:54.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702026-03-13T16:58:54.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712026-03-13T16:58:54.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30722026-03-13T16:58:54.396Z
30732026-03-13T16:58:54.396Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/257)
30742026-03-13T16:58:55.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752026-03-13T16:58:55.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762026-03-13T16:58:55.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772026-03-13T16:58:55.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30782026-03-13T16:58:55.200Z
30792026-03-13T16:58:55.200Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/257)
30802026-03-13T16:58:55.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812026-03-13T16:58:55.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822026-03-13T16:58:55.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832026-03-13T16:58:55.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30842026-03-13T16:58:56.003Z
30852026-03-13T16:58:56.003Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/257)
30862026-03-13T16:58:56.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872026-03-13T16:58:56.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882026-03-13T16:58:56.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30892026-03-13T16:58:56.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30902026-03-13T16:58:56.809Z
30912026-03-13T16:58:56.809Zinfo: running `cargo check --bins` on trust-quorum-types (100/257)
30922026-03-13T16:58:57.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932026-03-13T16:58:57.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942026-03-13T16:58:57.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952026-03-13T16:58:57.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
30962026-03-13T16:58:57.576Z
30972026-03-13T16:58:57.576Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/257)
30982026-03-13T16:58:58.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992026-03-13T16:58:58.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002026-03-13T16:58:58.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31012026-03-13T16:58:58.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31022026-03-13T16:58:58.383Z
31032026-03-13T16:58:58.383Zinfo: running `cargo check --bins` on update-engine (102/257)
31042026-03-13T16:58:59.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052026-03-13T16:58:59.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062026-03-13T16:58:59.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31072026-03-13T16:58:59.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31082026-03-13T16:58:59.149Z
31092026-03-13T16:58:59.149Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/257)
31102026-03-13T16:58:59.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112026-03-13T16:58:59.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122026-03-13T16:58:59.993Z Checking dropshot-api-manager-types v0.6.0
31132026-03-13T16:58:59.993Z Checking nanorand v0.7.0
31142026-03-13T16:59:00.268Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31152026-03-13T16:59:00.306Z Checking flume v0.11.1
31162026-03-13T16:59:00.575Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31172026-03-13T16:59:01.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.70s
31182026-03-13T16:59:02.070Z
31192026-03-13T16:59:02.070Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/257)
31202026-03-13T16:59:02.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-03-13T16:59:02.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-03-13T16:59:02.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-03-13T16:59:02.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31242026-03-13T16:59:02.856Z
31252026-03-13T16:59:02.857Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/257)
31262026-03-13T16:59:03.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-03-13T16:59:03.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-03-13T16:59:03.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-03-13T16:59:03.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31302026-03-13T16:59:03.641Z
31312026-03-13T16:59:03.641Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/257)
31322026-03-13T16:59:04.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-03-13T16:59:04.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-03-13T16:59:04.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-03-13T16:59:04.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31362026-03-13T16:59:04.427Z
31372026-03-13T16:59:04.427Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/257)
31382026-03-13T16:59:05.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-03-13T16:59:05.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-03-13T16:59:05.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-03-13T16:59:05.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31422026-03-13T16:59:05.233Z
31432026-03-13T16:59:05.233Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/257)
31442026-03-13T16:59:05.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-03-13T16:59:05.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-03-13T16:59:05.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-03-13T16:59:05.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31482026-03-13T16:59:06.020Z
31492026-03-13T16:59:06.020Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/257)
31502026-03-13T16:59:06.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-03-13T16:59:06.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-03-13T16:59:06.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-03-13T16:59:06.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31542026-03-13T16:59:06.806Z
31552026-03-13T16:59:06.806Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/257)
31562026-03-13T16:59:07.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-03-13T16:59:07.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-03-13T16:59:07.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-03-13T16:59:07.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31602026-03-13T16:59:07.588Z
31612026-03-13T16:59:07.588Zinfo: running `cargo check --bins` on cockroach-admin-client (111/257)
31622026-03-13T16:59:08.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-03-13T16:59:08.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-03-13T16:59:08.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-03-13T16:59:08.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31662026-03-13T16:59:08.353Z
31672026-03-13T16:59:08.353Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/257)
31682026-03-13T16:59:09.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-03-13T16:59:09.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-03-13T16:59:09.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-03-13T16:59:09.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31722026-03-13T16:59:09.142Z
31732026-03-13T16:59:09.142Zinfo: running `cargo check --bins` on dns-service-client (113/257)
31742026-03-13T16:59:09.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-03-13T16:59:09.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-03-13T16:59:09.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772026-03-13T16:59:09.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31782026-03-13T16:59:09.929Z
31792026-03-13T16:59:09.929Zinfo: running `cargo check --bins` on installinator-client (114/257)
31802026-03-13T16:59:10.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812026-03-13T16:59:10.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822026-03-13T16:59:10.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31832026-03-13T16:59:10.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31842026-03-13T16:59:10.713Z
31852026-03-13T16:59:10.713Zinfo: running `cargo check --bins` on nexus-client (115/257)
31862026-03-13T16:59:11.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872026-03-13T16:59:11.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882026-03-13T16:59:11.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31892026-03-13T16:59:11.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31902026-03-13T16:59:11.552Z
31912026-03-13T16:59:11.552Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/257)
31922026-03-13T16:59:12.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932026-03-13T16:59:12.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942026-03-13T16:59:12.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31952026-03-13T16:59:12.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31962026-03-13T16:59:12.390Z
31972026-03-13T16:59:12.390Zinfo: running `cargo check --bins` on ntp-admin-client (117/257)
31982026-03-13T16:59:13.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-03-13T16:59:13.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-03-13T16:59:13.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-03-13T16:59:13.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32022026-03-13T16:59:13.156Z
32032026-03-13T16:59:13.156Zinfo: running `cargo check --bins` on oxide-client (118/257)
32042026-03-13T16:59:13.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-03-13T16:59:13.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-03-13T16:59:13.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-03-13T16:59:13.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32082026-03-13T16:59:13.932Z
32092026-03-13T16:59:13.932Zinfo: running `cargo check --bins` on oximeter-client (119/257)
32102026-03-13T16:59:14.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-03-13T16:59:14.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-03-13T16:59:14.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-03-13T16:59:14.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32142026-03-13T16:59:14.710Z
32152026-03-13T16:59:14.710Zinfo: running `cargo check --bins` on repo-depot-client (120/257)
32162026-03-13T16:59:15.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-03-13T16:59:15.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-03-13T16:59:15.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-03-13T16:59:15.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32202026-03-13T16:59:15.475Z
32212026-03-13T16:59:15.475Zinfo: running `cargo check --bins` on sled-agent-client (121/257)
32222026-03-13T16:59:16.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-03-13T16:59:16.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-03-13T16:59:16.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32252026-03-13T16:59:16.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32262026-03-13T16:59:16.321Z
32272026-03-13T16:59:16.321Zinfo: running `cargo check --bins` on wicketd-client (122/257)
32282026-03-13T16:59:16.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292026-03-13T16:59:16.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302026-03-13T16:59:16.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32312026-03-13T16:59:16.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32322026-03-13T16:59:17.099Z
32332026-03-13T16:59:17.099Zinfo: running `cargo check --bins` on installinator-common (123/257)
32342026-03-13T16:59:17.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32352026-03-13T16:59:17.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32362026-03-13T16:59:17.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32372026-03-13T16:59:17.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32382026-03-13T16:59:17.899Z
32392026-03-13T16:59:17.899Zinfo: running `cargo check --bins` on installinator-common-versions (124/257)
32402026-03-13T16:59:18.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32412026-03-13T16:59:18.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32422026-03-13T16:59:18.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32432026-03-13T16:59:18.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32442026-03-13T16:59:18.666Z
32452026-03-13T16:59:18.666Zinfo: running `cargo check --bins` on wicket-common (125/257)
32462026-03-13T16:59:19.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32472026-03-13T16:59:19.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32482026-03-13T16:59:19.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32492026-03-13T16:59:19.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32502026-03-13T16:59:19.484Z
32512026-03-13T16:59:19.484Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/257)
32522026-03-13T16:59:20.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32532026-03-13T16:59:20.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32542026-03-13T16:59:20.305Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32552026-03-13T16:59:20.308Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32562026-03-13T16:59:20.308Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32572026-03-13T16:59:20.308Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32582026-03-13T16:59:20.414Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32592026-03-13T16:59:20.596Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32602026-03-13T16:59:20.609Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32612026-03-13T16:59:20.913Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32622026-03-13T16:59:20.916Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32632026-03-13T16:59:23.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s
32642026-03-13T16:59:23.957Z
32652026-03-13T16:59:23.957Zinfo: running `cargo check --bins` on cockroach-admin-api (127/257)
32662026-03-13T16:59:24.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32672026-03-13T16:59:24.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32682026-03-13T16:59:24.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32692026-03-13T16:59:24.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32702026-03-13T16:59:24.742Z
32712026-03-13T16:59:24.742Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/257)
32722026-03-13T16:59:25.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32732026-03-13T16:59:25.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32742026-03-13T16:59:25.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32752026-03-13T16:59:25.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32762026-03-13T16:59:25.646Z
32772026-03-13T16:59:25.647Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/257)
32782026-03-13T16:59:26.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32792026-03-13T16:59:26.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32802026-03-13T16:59:26.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32812026-03-13T16:59:26.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32822026-03-13T16:59:26.551Z
32832026-03-13T16:59:26.551Zinfo: running `cargo check --bins` on dns-server (130/257)
32842026-03-13T16:59:27.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32852026-03-13T16:59:27.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32862026-03-13T16:59:27.360Z Compiling parking_lot_core v0.8.6
32872026-03-13T16:59:27.360Z Compiling git-stub v1.0.0
32882026-03-13T16:59:27.364Z Compiling atomicwrites v0.4.4
32892026-03-13T16:59:27.364Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32902026-03-13T16:59:27.467Z Checking tagptr v0.2.0
32912026-03-13T16:59:27.499Z Checking prefix-trie v0.7.0
32922026-03-13T16:59:27.503Z Checking fxhash v0.2.1
32932026-03-13T16:59:27.503Z Checking hickory-client v0.25.2
32942026-03-13T16:59:27.671Z Compiling git-stub-vcs v0.1.0
32952026-03-13T16:59:27.695Z Checking moka v0.12.13
32962026-03-13T16:59:27.925Z Checking hickory-server v0.25.2
32972026-03-13T16:59:28.031Z Checking parking_lot v0.11.2
32982026-03-13T16:59:28.046Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32992026-03-13T16:59:28.137Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33002026-03-13T16:59:28.140Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33012026-03-13T16:59:28.140Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33022026-03-13T16:59:28.258Z Checking sled v0.34.7
33032026-03-13T16:59:28.496Z Checking hickory-resolver v0.25.2
33042026-03-13T16:59:31.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s
33052026-03-13T16:59:31.243Z
33062026-03-13T16:59:31.243Zinfo: running `cargo check --bins` on dns-server-api (131/257)
33072026-03-13T16:59:31.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33082026-03-13T16:59:31.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33092026-03-13T16:59:31.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33102026-03-13T16:59:31.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33112026-03-13T16:59:32.033Z
33122026-03-13T16:59:32.033Zinfo: running `cargo check --bins` on gateway-test-utils (132/257)
33132026-03-13T16:59:32.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33142026-03-13T16:59:32.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33152026-03-13T16:59:32.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33162026-03-13T16:59:32.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
33172026-03-13T16:59:32.899Z
33182026-03-13T16:59:32.899Zinfo: running `cargo check --bins` on omicron-gateway (133/257)
33192026-03-13T16:59:33.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202026-03-13T16:59:33.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212026-03-13T16:59:33.808Z Compiling radium v0.7.0
33222026-03-13T16:59:33.813Z Checking tap v1.0.1
33232026-03-13T16:59:33.813Z Compiling maybe-uninit v2.0.0
33242026-03-13T16:59:33.936Z Compiling zerocopy-derive v0.6.6
33252026-03-13T16:59:33.944Z Checking funty v2.0.0
33262026-03-13T16:59:33.947Z Compiling packed_struct v0.10.1
33272026-03-13T16:59:33.947Z Checking crc-catalog v2.4.0
33282026-03-13T16:59:33.981Z Compiling packed_struct_codegen v0.10.1
33292026-03-13T16:59:34.041Z Checking wyz v0.5.1
33302026-03-13T16:59:34.084Z Checking crc v3.4.0
33312026-03-13T16:59:34.305Z Compiling bitfield-macros v0.19.4
33322026-03-13T16:59:34.320Z Compiling indexmap v1.9.3
33332026-03-13T16:59:34.324Z Checking nodrop v0.1.14
33342026-03-13T16:59:34.403Z Checking hashbrown v0.12.3
33352026-03-13T16:59:34.450Z Checking smallvec v0.6.14
33362026-03-13T16:59:34.490Z Checking array-init v0.0.4
33372026-03-13T16:59:34.506Z Checking bitvec v1.0.1
33382026-03-13T16:59:34.639Z Checking ron v0.8.1
33392026-03-13T16:59:34.699Z Checking hashbrown v0.13.2
33402026-03-13T16:59:34.982Z Checking serde-hex v0.1.0
33412026-03-13T16:59:35.090Z Checking zerocopy v0.6.6
33422026-03-13T16:59:35.265Z Checking bitfield v0.19.4
33432026-03-13T16:59:35.268Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33442026-03-13T16:59:35.348Z Checking crc-any v2.5.0
33452026-03-13T16:59:35.401Z Checking object v0.30.4
33462026-03-13T16:59:35.469Z Checking void v1.0.2
33472026-03-13T16:59:35.492Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33482026-03-13T16:59:35.554Z Checking half v1.8.3
33492026-03-13T16:59:35.585Z Checking path-slash v0.1.5
33502026-03-13T16:59:35.588Z Checking lzss v0.8.2
33512026-03-13T16:59:35.646Z Checking tungstenite v0.23.0
33522026-03-13T16:59:35.684Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33532026-03-13T16:59:35.839Z Checking serde_cbor v0.11.2
33542026-03-13T16:59:35.845Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33552026-03-13T16:59:35.861Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33562026-03-13T16:59:35.879Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33572026-03-13T16:59:36.024Z Checking nix v0.27.1
33582026-03-13T16:59:36.176Z Checking kstat-rs v0.2.4
33592026-03-13T16:59:36.355Z Checking serde_bytes v0.11.19
33602026-03-13T16:59:36.409Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33612026-03-13T16:59:36.426Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33622026-03-13T16:59:36.586Z Checking tokio-tungstenite v0.23.1
33632026-03-13T16:59:36.764Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33642026-03-13T16:59:36.816Z Checking signal-hook-tokio v0.3.1
33652026-03-13T16:59:37.888Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33662026-03-13T16:59:38.088Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33672026-03-13T16:59:41.468Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33682026-03-13T16:59:42.688Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33692026-03-13T16:59:43.061Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33702026-03-13T16:59:44.552Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33712026-03-13T16:59:47.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.47s
33722026-03-13T16:59:47.595Z
33732026-03-13T16:59:47.595Zinfo: running `cargo check --bins` on gateway-api (134/257)
33742026-03-13T16:59:48.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752026-03-13T16:59:48.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762026-03-13T16:59:48.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33772026-03-13T16:59:48.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33782026-03-13T16:59:48.385Z
33792026-03-13T16:59:48.385Zinfo: running `cargo check --bins` on ipcc (135/257)
33802026-03-13T16:59:49.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812026-03-13T16:59:49.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822026-03-13T16:59:49.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33832026-03-13T16:59:49.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33842026-03-13T16:59:49.172Z
33852026-03-13T16:59:49.172Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/257)
33862026-03-13T16:59:49.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872026-03-13T16:59:49.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882026-03-13T16:59:49.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892026-03-13T16:59:49.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
33902026-03-13T16:59:49.936Z
33912026-03-13T16:59:49.937Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/257)
33922026-03-13T16:59:50.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932026-03-13T16:59:50.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942026-03-13T16:59:50.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33952026-03-13T16:59:50.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33962026-03-13T16:59:50.728Z
33972026-03-13T16:59:50.729Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/257)
33982026-03-13T16:59:51.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992026-03-13T16:59:51.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002026-03-13T16:59:51.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34012026-03-13T16:59:51.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34022026-03-13T16:59:51.518Z
34032026-03-13T16:59:51.519Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/257)
34042026-03-13T16:59:52.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052026-03-13T16:59:52.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062026-03-13T16:59:52.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34072026-03-13T16:59:52.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34082026-03-13T16:59:52.312Z
34092026-03-13T16:59:52.312Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/257)
34102026-03-13T16:59:52.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112026-03-13T16:59:52.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122026-03-13T16:59:52.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34132026-03-13T16:59:53.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34142026-03-13T16:59:53.100Z
34152026-03-13T16:59:53.100Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/257)
34162026-03-13T16:59:53.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172026-03-13T16:59:53.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182026-03-13T16:59:53.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34192026-03-13T16:59:53.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34202026-03-13T16:59:53.886Z
34212026-03-13T16:59:53.886Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/257)
34222026-03-13T16:59:54.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232026-03-13T16:59:54.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242026-03-13T16:59:54.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252026-03-13T16:59:54.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34262026-03-13T16:59:54.676Z
34272026-03-13T16:59:54.676Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/257)
34282026-03-13T16:59:55.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292026-03-13T16:59:55.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302026-03-13T16:59:55.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34312026-03-13T16:59:55.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34322026-03-13T16:59:55.465Z
34332026-03-13T16:59:55.465Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/257)
34342026-03-13T16:59:56.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34352026-03-13T16:59:56.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34362026-03-13T16:59:56.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34372026-03-13T16:59:56.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34382026-03-13T16:59:56.275Z
34392026-03-13T16:59:56.275Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/257)
34402026-03-13T16:59:56.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34412026-03-13T16:59:56.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34422026-03-13T16:59:56.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34432026-03-13T16:59:56.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34442026-03-13T16:59:57.045Z
34452026-03-13T16:59:57.045Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/257)
34462026-03-13T16:59:57.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472026-03-13T16:59:57.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482026-03-13T16:59:57.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34492026-03-13T16:59:57.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34502026-03-13T16:59:57.832Z
34512026-03-13T16:59:57.832Zinfo: running `cargo check --bins` on oximeter-producer (147/257)
34522026-03-13T16:59:58.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532026-03-13T16:59:58.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542026-03-13T16:59:58.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34552026-03-13T16:59:58.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34562026-03-13T16:59:58.671Z
34572026-03-13T16:59:58.671Zinfo: running `cargo check --bins` on internal-dns-resolver (148/257)
34582026-03-13T16:59:59.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592026-03-13T16:59:59.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602026-03-13T16:59:59.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34612026-03-13T16:59:59.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34622026-03-13T16:59:59.462Z
34632026-03-13T16:59:59.462Zinfo: running `cargo check --bins` on sp-sim (149/257)
34642026-03-13T17:00:00.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652026-03-13T17:00:00.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662026-03-13T17:00:00.340Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34672026-03-13T17:00:02.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
34682026-03-13T17:00:02.923Z
34692026-03-13T17:00:02.923Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (150/257)
34702026-03-13T17:00:03.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712026-03-13T17:00:03.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722026-03-13T17:00:03.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732026-03-13T17:00:03.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
34742026-03-13T17:00:03.787Z
34752026-03-13T17:00:03.787Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (151/257)
34762026-03-13T17:00:04.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-03-13T17:00:04.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-03-13T17:00:04.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34792026-03-13T17:00:04.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
34802026-03-13T17:00:04.652Z
34812026-03-13T17:00:04.652Zinfo: running `cargo check --bins` on db-macros (152/257)
34822026-03-13T17:00:05.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-03-13T17:00:05.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-03-13T17:00:05.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34852026-03-13T17:00:05.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34862026-03-13T17:00:05.422Z
34872026-03-13T17:00:05.422Zinfo: running `cargo check --bins` on nexus-macros-common (153/257)
34882026-03-13T17:00:06.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892026-03-13T17:00:06.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902026-03-13T17:00:06.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912026-03-13T17:00:06.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34922026-03-13T17:00:06.197Z
34932026-03-13T17:00:06.197Zinfo: running `cargo check --bins` on nexus-auth (154/257)
34942026-03-13T17:00:06.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952026-03-13T17:00:06.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962026-03-13T17:00:06.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972026-03-13T17:00:06.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34982026-03-13T17:00:07.043Z
34992026-03-13T17:00:07.043Zinfo: running `cargo check --bins` on authz-macros (155/257)
35002026-03-13T17:00:07.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-03-13T17:00:07.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-03-13T17:00:07.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032026-03-13T17:00:07.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35042026-03-13T17:00:07.813Z
35052026-03-13T17:00:07.813Zinfo: running `cargo check --bins` on nexus-db-fixed-data (156/257)
35062026-03-13T17:00:08.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-03-13T17:00:08.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-03-13T17:00:08.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092026-03-13T17:00:08.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35102026-03-13T17:00:08.661Z
35112026-03-13T17:00:08.661Zinfo: running `cargo check --bins` on nexus-db-model (157/257)
35122026-03-13T17:00:09.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-03-13T17:00:09.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-03-13T17:00:09.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-03-13T17:00:09.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35162026-03-13T17:00:09.509Z
35172026-03-13T17:00:09.509Zinfo: running `cargo check --bins` on nexus-db-schema (158/257)
35182026-03-13T17:00:10.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-03-13T17:00:10.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-03-13T17:00:10.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-03-13T17:00:10.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35222026-03-13T17:00:10.282Z
35232026-03-13T17:00:10.282Zinfo: running `cargo check --bins` on omicron-rpaths (159/257)
35242026-03-13T17:00:10.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-03-13T17:00:10.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-03-13T17:00:10.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-03-13T17:00:10.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35282026-03-13T17:00:11.047Z
35292026-03-13T17:00:11.047Zinfo: running `cargo check --bins` on nexus-defaults (160/257)
35302026-03-13T17:00:11.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-03-13T17:00:11.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-03-13T17:00:11.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332026-03-13T17:00:11.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35342026-03-13T17:00:11.835Z
35352026-03-13T17:00:11.835Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (161/257)
35362026-03-13T17:00:12.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-03-13T17:00:12.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-03-13T17:00:12.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-03-13T17:00:12.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35402026-03-13T17:00:12.609Z
35412026-03-13T17:00:12.609Zinfo: running `cargo check --bins` on parallel-task-set (162/257)
35422026-03-13T17:00:13.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-03-13T17:00:13.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-03-13T17:00:13.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-03-13T17:00:13.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35462026-03-13T17:00:13.381Z
35472026-03-13T17:00:13.381Zinfo: running `cargo check --bins` on nexus-db-errors (163/257)
35482026-03-13T17:00:14.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-03-13T17:00:14.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-03-13T17:00:14.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-03-13T17:00:14.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35522026-03-13T17:00:14.231Z
35532026-03-13T17:00:14.231Zinfo: running `cargo check --bins` on nexus-db-lookup (164/257)
35542026-03-13T17:00:14.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-03-13T17:00:14.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-03-13T17:00:14.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-03-13T17:00:14.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35582026-03-13T17:00:15.092Z
35592026-03-13T17:00:15.092Zinfo: running `cargo check --bins` on nexus-inventory (165/257)
35602026-03-13T17:00:15.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-03-13T17:00:15.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-03-13T17:00:15.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632026-03-13T17:00:15.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35642026-03-13T17:00:15.969Z
35652026-03-13T17:00:15.969Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (166/257)
35662026-03-13T17:00:16.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-03-13T17:00:16.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-03-13T17:00:16.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692026-03-13T17:00:16.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35702026-03-13T17:00:16.784Z
35712026-03-13T17:00:16.784Zinfo: running `cargo check --bins --no-default-features` on sled-storage (167/257)
35722026-03-13T17:00:17.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-03-13T17:00:17.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-03-13T17:00:17.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752026-03-13T17:00:17.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35762026-03-13T17:00:17.581Z
35772026-03-13T17:00:17.581Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (168/257)
35782026-03-13T17:00:18.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-03-13T17:00:18.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-03-13T17:00:18.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-03-13T17:00:18.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35822026-03-13T17:00:18.380Z
35832026-03-13T17:00:18.380Zinfo: running `cargo check --bins` on key-manager (169/257)
35842026-03-13T17:00:19.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-03-13T17:00:19.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-03-13T17:00:19.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-03-13T17:00:19.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35882026-03-13T17:00:19.163Z
35892026-03-13T17:00:19.163Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (170/257)
35902026-03-13T17:00:19.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-03-13T17:00:19.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-03-13T17:00:19.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-03-13T17:00:19.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35942026-03-13T17:00:19.999Z
35952026-03-13T17:00:19.999Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (171/257)
35962026-03-13T17:00:20.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-03-13T17:00:20.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-03-13T17:00:20.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-03-13T17:00:20.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
36002026-03-13T17:00:20.762Z
36012026-03-13T17:00:20.762Zinfo: running `cargo check --bins` on typed-rng (172/257)
36022026-03-13T17:00:21.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-03-13T17:00:21.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-03-13T17:00:21.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-03-13T17:00:21.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
36062026-03-13T17:00:21.532Z
36072026-03-13T17:00:21.532Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (173/257)
36082026-03-13T17:00:22.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-03-13T17:00:22.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-03-13T17:00:22.592Z Compiling libefi-sys v0.1.0
36112026-03-13T17:00:22.601Z Compiling bitfield-struct v0.6.2
36122026-03-13T17:00:22.601Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36132026-03-13T17:00:22.741Z Compiling xshell-macros v0.2.7
36142026-03-13T17:00:22.745Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36152026-03-13T17:00:22.765Z Compiling salty v0.3.0
36162026-03-13T17:00:22.769Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36172026-03-13T17:00:22.798Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36182026-03-13T17:00:22.817Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36192026-03-13T17:00:23.171Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36202026-03-13T17:00:23.221Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36212026-03-13T17:00:23.237Z Checking xshell v0.2.7
36222026-03-13T17:00:23.381Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36232026-03-13T17:00:23.407Z Checking primeorder v0.13.6
36242026-03-13T17:00:23.426Z Compiling proc-macro-error-attr2 v2.0.0
36252026-03-13T17:00:23.456Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36262026-03-13T17:00:23.505Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36272026-03-13T17:00:23.578Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36282026-03-13T17:00:23.686Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36292026-03-13T17:00:23.728Z Checking p384 v0.13.1
36302026-03-13T17:00:23.744Z Compiling num-derive v0.3.3
36312026-03-13T17:00:23.912Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36322026-03-13T17:00:23.960Z Compiling proc-macro-error2 v2.0.1
36332026-03-13T17:00:24.096Z Compiling unicase v2.9.0
36342026-03-13T17:00:24.223Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36352026-03-13T17:00:24.280Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36362026-03-13T17:00:24.356Z Compiling tabled_derive v0.11.0
36372026-03-13T17:00:24.371Z Compiling mime_guess v2.0.5
36382026-03-13T17:00:24.428Z Checking papergrid v0.17.0
36392026-03-13T17:00:24.762Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36402026-03-13T17:00:24.937Z Checking libscf-sys v1.1.0
36412026-03-13T17:00:25.089Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36422026-03-13T17:00:25.109Z Checking testing_table v0.3.0
36432026-03-13T17:00:25.218Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36442026-03-13T17:00:25.276Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36452026-03-13T17:00:25.320Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36462026-03-13T17:00:25.479Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36472026-03-13T17:00:25.515Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36482026-03-13T17:00:25.727Z Checking corncobs v0.1.4
36492026-03-13T17:00:25.778Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36502026-03-13T17:00:25.890Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36512026-03-13T17:00:26.070Z Checking tabled v0.20.0
36522026-03-13T17:00:26.079Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36532026-03-13T17:00:26.121Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36542026-03-13T17:00:26.137Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36552026-03-13T17:00:26.161Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36562026-03-13T17:00:26.222Z Checking secrecy v0.8.0
36572026-03-13T17:00:26.348Z Checking http-range v0.1.5
36582026-03-13T17:00:26.676Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36592026-03-13T17:00:26.746Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36602026-03-13T17:00:27.006Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36612026-03-13T17:00:27.063Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36622026-03-13T17:00:27.196Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
36632026-03-13T17:00:27.355Z Checking atty v0.2.14
36642026-03-13T17:00:27.374Z Checking crc8 v0.1.1
36652026-03-13T17:00:27.412Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36662026-03-13T17:00:27.478Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36672026-03-13T17:00:27.494Z Checking hyper-staticfile v0.10.1
36682026-03-13T17:00:27.519Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36692026-03-13T17:00:27.632Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36702026-03-13T17:00:27.638Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36712026-03-13T17:00:27.830Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36722026-03-13T17:00:27.863Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36732026-03-13T17:00:28.027Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36742026-03-13T17:00:28.124Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36752026-03-13T17:00:28.372Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36762026-03-13T17:00:28.440Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36772026-03-13T17:00:28.489Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36782026-03-13T17:00:28.543Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36792026-03-13T17:00:28.859Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36802026-03-13T17:00:28.982Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36812026-03-13T17:00:29.045Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36822026-03-13T17:00:29.192Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36832026-03-13T17:00:29.404Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36842026-03-13T17:00:29.491Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36852026-03-13T17:00:31.194Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36862026-03-13T17:00:31.275Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36872026-03-13T17:00:31.486Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36882026-03-13T17:00:31.964Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36892026-03-13T17:00:32.444Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36902026-03-13T17:00:32.605Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36912026-03-13T17:00:39.359Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36922026-03-13T17:00:55.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.89s
36932026-03-13T17:00:55.678Z
36942026-03-13T17:00:55.678Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (174/257)
36952026-03-13T17:00:56.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36962026-03-13T17:00:56.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36972026-03-13T17:00:56.633Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36982026-03-13T17:01:12.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.99s
36992026-03-13T17:01:12.938Z
37002026-03-13T17:01:12.938Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (175/257)
37012026-03-13T17:01:13.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022026-03-13T17:01:13.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032026-03-13T17:01:13.869Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37042026-03-13T17:01:30.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.05s
37052026-03-13T17:01:30.244Z
37062026-03-13T17:01:30.244Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (176/257)
37072026-03-13T17:01:30.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082026-03-13T17:01:30.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092026-03-13T17:01:31.170Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37102026-03-13T17:01:47.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.08s
37112026-03-13T17:01:47.593Z
37122026-03-13T17:01:47.593Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (177/257)
37132026-03-13T17:01:48.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142026-03-13T17:01:48.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152026-03-13T17:01:48.505Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37162026-03-13T17:02:04.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.02s
37172026-03-13T17:02:04.828Z
37182026-03-13T17:02:04.828Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (178/257)
37192026-03-13T17:02:05.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202026-03-13T17:02:05.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212026-03-13T17:02:05.783Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37222026-03-13T17:02:21.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.07s
37232026-03-13T17:02:22.151Z
37242026-03-13T17:02:22.151Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (179/257)
37252026-03-13T17:02:22.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262026-03-13T17:02:22.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272026-03-13T17:02:23.090Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37282026-03-13T17:02:39.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.18s
37292026-03-13T17:02:39.588Z
37302026-03-13T17:02:39.588Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (180/257)
37312026-03-13T17:02:40.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322026-03-13T17:02:40.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332026-03-13T17:02:40.531Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37342026-03-13T17:02:56.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.08s
37352026-03-13T17:02:56.922Z
37362026-03-13T17:02:56.922Zinfo: running `cargo check --bins` on bootstrap-agent-api (181/257)
37372026-03-13T17:02:57.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382026-03-13T17:02:57.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392026-03-13T17:02:57.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37402026-03-13T17:02:57.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37412026-03-13T17:02:57.726Z
37422026-03-13T17:02:57.726Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (182/257)
37432026-03-13T17:02:58.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442026-03-13T17:02:58.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452026-03-13T17:02:58.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37462026-03-13T17:02:58.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37472026-03-13T17:02:58.532Z
37482026-03-13T17:02:58.533Zinfo: running `cargo check --bins` on range-requests (183/257)
37492026-03-13T17:02:59.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37502026-03-13T17:02:59.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37512026-03-13T17:02:59.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37522026-03-13T17:02:59.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
37532026-03-13T17:02:59.306Z
37542026-03-13T17:02:59.306Zinfo: running `cargo check --bins` on repo-depot-api (184/257)
37552026-03-13T17:02:59.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37562026-03-13T17:02:59.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37572026-03-13T17:02:59.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37582026-03-13T17:02:59.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
37592026-03-13T17:03:00.081Z
37602026-03-13T17:03:00.081Zinfo: running `cargo check --bins` on sled-agent-api (185/257)
37612026-03-13T17:03:00.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622026-03-13T17:03:00.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632026-03-13T17:03:00.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37642026-03-13T17:03:00.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37652026-03-13T17:03:00.888Z
37662026-03-13T17:03:00.888Zinfo: running `cargo check --bins` on sled-diagnostics (186/257)
37672026-03-13T17:03:01.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682026-03-13T17:03:01.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692026-03-13T17:03:01.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37702026-03-13T17:03:01.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37712026-03-13T17:03:01.689Z
37722026-03-13T17:03:01.689Zinfo: running `cargo check --bins` on zfs-test-harness (187/257)
37732026-03-13T17:03:02.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742026-03-13T17:03:02.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752026-03-13T17:03:02.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37762026-03-13T17:03:02.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37772026-03-13T17:03:02.491Z
37782026-03-13T17:03:02.491Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (188/257)
37792026-03-13T17:03:03.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802026-03-13T17:03:03.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812026-03-13T17:03:03.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37822026-03-13T17:03:03.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37832026-03-13T17:03:03.302Z
37842026-03-13T17:03:03.302Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (189/257)
37852026-03-13T17:03:04.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37862026-03-13T17:03:04.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37872026-03-13T17:03:04.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37882026-03-13T17:03:04.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37892026-03-13T17:03:04.113Z
37902026-03-13T17:03:04.114Zinfo: running `cargo check --bins` on sled-agent-health-monitor (190/257)
37912026-03-13T17:03:04.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37922026-03-13T17:03:04.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37932026-03-13T17:03:04.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37942026-03-13T17:03:04.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37952026-03-13T17:03:04.920Z
37962026-03-13T17:03:04.920Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (191/257)
37972026-03-13T17:03:05.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37982026-03-13T17:03:05.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37992026-03-13T17:03:05.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38002026-03-13T17:03:05.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38012026-03-13T17:03:05.731Z
38022026-03-13T17:03:05.731Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (192/257)
38032026-03-13T17:03:06.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38042026-03-13T17:03:06.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38052026-03-13T17:03:06.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38062026-03-13T17:03:06.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38072026-03-13T17:03:06.542Z
38082026-03-13T17:03:06.542Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (193/257)
38092026-03-13T17:03:07.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38102026-03-13T17:03:07.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38112026-03-13T17:03:07.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38122026-03-13T17:03:07.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38132026-03-13T17:03:07.355Z
38142026-03-13T17:03:07.355Zinfo: running `cargo check --bins` on trust-quorum (194/257)
38152026-03-13T17:03:08.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38162026-03-13T17:03:08.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38172026-03-13T17:03:08.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38182026-03-13T17:03:08.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38192026-03-13T17:03:08.168Z
38202026-03-13T17:03:08.168Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (195/257)
38212026-03-13T17:03:08.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38222026-03-13T17:03:08.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38232026-03-13T17:03:08.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38242026-03-13T17:03:08.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38252026-03-13T17:03:09.006Z
38262026-03-13T17:03:09.007Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (196/257)
38272026-03-13T17:03:09.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38282026-03-13T17:03:09.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38292026-03-13T17:03:09.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38302026-03-13T17:03:09.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38312026-03-13T17:03:09.866Z
38322026-03-13T17:03:09.866Zinfo: running `cargo check --bins` on update-common (197/257)
38332026-03-13T17:03:10.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38342026-03-13T17:03:10.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38352026-03-13T17:03:10.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38362026-03-13T17:03:10.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38372026-03-13T17:03:10.665Z
38382026-03-13T17:03:10.665Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (198/257)
38392026-03-13T17:03:11.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38402026-03-13T17:03:11.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38412026-03-13T17:03:11.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38422026-03-13T17:03:11.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38432026-03-13T17:03:11.528Z
38442026-03-13T17:03:11.528Zinfo: running `cargo check --bins` on reconfigurator-cli (199/257)
38452026-03-13T17:03:12.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-03-13T17:03:12.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-03-13T17:03:12.499Z Compiling fs-err v2.11.0
38482026-03-13T17:03:12.499Z Checking ignore v0.4.25
38492026-03-13T17:03:12.499Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38502026-03-13T17:03:12.499Z Checking predicates-tree v1.0.13
38512026-03-13T17:03:12.587Z Checking parse-size v1.1.0
38522026-03-13T17:03:12.600Z Checking rand_seeder v0.4.0
38532026-03-13T17:03:12.604Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38542026-03-13T17:03:12.605Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38552026-03-13T17:03:12.757Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38562026-03-13T17:03:12.822Z Compiling petname v2.0.2
38572026-03-13T17:03:12.852Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38582026-03-13T17:03:13.016Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38592026-03-13T17:03:13.037Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38602026-03-13T17:03:13.191Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38612026-03-13T17:03:13.230Z Checking globwalk v0.9.1
38622026-03-13T17:03:13.247Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38632026-03-13T17:03:13.346Z Checking sapling-renderdag v0.1.0
38642026-03-13T17:03:13.463Z Checking camino-tempfile-ext v0.3.3
38652026-03-13T17:03:13.496Z Checking sync-ptr v0.1.4
38662026-03-13T17:03:13.646Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38672026-03-13T17:03:13.700Z Checking colored v2.2.0
38682026-03-13T17:03:13.716Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38692026-03-13T17:03:13.795Z Checking assert_matches v1.5.0
38702026-03-13T17:03:14.178Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38712026-03-13T17:03:14.258Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38722026-03-13T17:03:14.262Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38732026-03-13T17:03:15.080Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38742026-03-13T17:03:16.891Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38752026-03-13T17:03:19.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.40s
38762026-03-13T17:03:20.162Z
38772026-03-13T17:03:20.162Zinfo: running `cargo check --bins` on omicron-repl-utils (200/257)
38782026-03-13T17:03:20.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-03-13T17:03:20.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-03-13T17:03:20.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38812026-03-13T17:03:20.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
38822026-03-13T17:03:20.930Z
38832026-03-13T17:03:20.931Zinfo: running `cargo check --bins` on nexus-test-interface (201/257)
38842026-03-13T17:03:21.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-03-13T17:03:21.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-03-13T17:03:21.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-03-13T17:03:21.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38882026-03-13T17:03:21.789Z
38892026-03-13T17:03:21.789Zinfo: running `cargo check --bins` on oximeter-collector (202/257)
38902026-03-13T17:03:22.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-03-13T17:03:22.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-03-13T17:03:22.666Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38932026-03-13T17:03:22.666Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38942026-03-13T17:03:23.501Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38952026-03-13T17:03:25.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.78s
38962026-03-13T17:03:25.806Z
38972026-03-13T17:03:25.806Zinfo: running `cargo check --bins` on oximeter-api (203/257)
38982026-03-13T17:03:26.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-03-13T17:03:26.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-03-13T17:03:26.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39012026-03-13T17:03:26.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
39022026-03-13T17:03:26.592Z
39032026-03-13T17:03:26.592Zinfo: running `cargo check --bins` on cert-dev (204/257)
39042026-03-13T17:03:27.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-03-13T17:03:27.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-03-13T17:03:27.344Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39072026-03-13T17:03:27.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
39082026-03-13T17:03:27.856Z
39092026-03-13T17:03:27.856Zinfo: running `cargo check --bins` on clickana (205/257)
39102026-03-13T17:03:28.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-03-13T17:03:28.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-03-13T17:03:28.649Z Compiling darling_core v0.23.0
39132026-03-13T17:03:28.652Z Compiling instability v0.3.11
39142026-03-13T17:03:28.652Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39152026-03-13T17:03:28.653Z Checking castaway v0.2.4
39162026-03-13T17:03:28.755Z Compiling indoc v2.0.7
39172026-03-13T17:03:28.774Z Checking unicode-truncate v1.1.0
39182026-03-13T17:03:28.780Z Checking lru v0.12.5
39192026-03-13T17:03:28.783Z Checking cassowary v0.3.0
39202026-03-13T17:03:28.876Z Checking compact_str v0.8.1
39212026-03-13T17:03:30.058Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39222026-03-13T17:03:30.297Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39232026-03-13T17:03:30.777Z Compiling darling_macro v0.23.0
39242026-03-13T17:03:31.327Z Compiling darling v0.23.0
39252026-03-13T17:03:32.128Z Checking ratatui v0.29.0
39262026-03-13T17:03:33.657Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39272026-03-13T17:03:34.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.64s
39282026-03-13T17:03:34.717Z
39292026-03-13T17:03:34.717Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (206/257)
39302026-03-13T17:03:35.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39312026-03-13T17:03:35.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39322026-03-13T17:03:35.594Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39332026-03-13T17:03:35.599Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39342026-03-13T17:03:36.346Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39352026-03-13T17:03:36.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s
39362026-03-13T17:03:37.114Z
39372026-03-13T17:03:37.115Zinfo: running `cargo check --bins` on ch-dev (207/257)
39382026-03-13T17:03:37.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-03-13T17:03:37.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-03-13T17:03:37.994Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39412026-03-13T17:03:38.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s
39422026-03-13T17:03:39.167Z
39432026-03-13T17:03:39.167Zinfo: running `cargo check --bins` on dev-tools-common (208/257)
39442026-03-13T17:03:39.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-03-13T17:03:39.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-03-13T17:03:39.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-03-13T17:03:39.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39482026-03-13T17:03:39.772Z
39492026-03-13T17:03:39.772Zinfo: running `cargo check --bins` on crdb-seed (209/257)
39502026-03-13T17:03:40.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-03-13T17:03:40.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-03-13T17:03:40.644Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39532026-03-13T17:03:41.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
39542026-03-13T17:03:41.420Z
39552026-03-13T17:03:41.421Zinfo: running `cargo check --bins` on db-dev (210/257)
39562026-03-13T17:03:42.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-03-13T17:03:42.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-03-13T17:03:42.305Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39592026-03-13T17:03:43.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
39602026-03-13T17:03:43.487Z
39612026-03-13T17:03:43.487Zinfo: running `cargo check --bins` on omicron-dev-lib (211/257)
39622026-03-13T17:03:44.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-03-13T17:03:44.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-03-13T17:03:44.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-03-13T17:03:44.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
39662026-03-13T17:03:44.332Z
39672026-03-13T17:03:44.332Zinfo: running `cargo check --bins` on xtask-downloader (212/257)
39682026-03-13T17:03:44.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-03-13T17:03:45.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-03-13T17:03:45.087Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39712026-03-13T17:03:45.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
39722026-03-13T17:03:46.143Z
39732026-03-13T17:03:46.143Zinfo: running `cargo check --bins` on omicron-dropshot-apis (213/257)
39742026-03-13T17:03:46.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-03-13T17:03:46.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-03-13T17:03:47.113Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39772026-03-13T17:03:47.113Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39782026-03-13T17:03:47.118Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
39792026-03-13T17:03:47.119Z Checking git-stub v1.0.0
39802026-03-13T17:03:47.119Z Compiling trait-variant v0.1.2
39812026-03-13T17:03:47.119Z Checking maplit v1.0.2
39822026-03-13T17:03:47.119Z Checking is_ci v1.2.0
39832026-03-13T17:03:47.167Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
39842026-03-13T17:03:47.293Z Checking supports-color v3.0.2
39852026-03-13T17:03:47.339Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39862026-03-13T17:03:47.443Z Checking drift v0.1.3
39872026-03-13T17:03:47.459Z Checking git-stub-vcs v0.1.0
39882026-03-13T17:03:47.474Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39892026-03-13T17:03:47.560Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39902026-03-13T17:03:47.704Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39912026-03-13T17:03:47.803Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39922026-03-13T17:03:47.822Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39932026-03-13T17:03:47.853Z Checking dropshot-api-manager v0.6.0
39942026-03-13T17:03:47.948Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
39952026-03-13T17:03:48.087Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
39962026-03-13T17:03:48.207Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39972026-03-13T17:03:48.421Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
39982026-03-13T17:03:48.916Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
39992026-03-13T17:03:55.770Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40002026-03-13T17:03:57.168Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40012026-03-13T17:03:57.954Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40022026-03-13T17:03:58.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.36s
40032026-03-13T17:03:58.731Z
40042026-03-13T17:03:58.731Zinfo: running `cargo check --bins` on installinator-api (214/257)
40052026-03-13T17:03:59.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-03-13T17:03:59.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-03-13T17:03:59.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-03-13T17:03:59.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
40092026-03-13T17:03:59.523Z
40102026-03-13T17:03:59.523Zinfo: running `cargo check --bins` on nexus-external-api (215/257)
40112026-03-13T17:04:00.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-03-13T17:04:00.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-03-13T17:04:00.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-03-13T17:04:00.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40152026-03-13T17:04:00.366Z
40162026-03-13T17:04:00.366Zinfo: running `cargo check --bins` on nexus-internal-api (216/257)
40172026-03-13T17:04:01.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-03-13T17:04:01.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-03-13T17:04:01.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-03-13T17:04:01.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40212026-03-13T17:04:01.205Z
40222026-03-13T17:04:01.205Zinfo: running `cargo check --bins` on nexus-lockstep-api (217/257)
40232026-03-13T17:04:01.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-03-13T17:04:01.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-03-13T17:04:01.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40262026-03-13T17:04:01.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40272026-03-13T17:04:02.041Z
40282026-03-13T17:04:02.042Zinfo: running `cargo check --bins` on ntp-admin-api (218/257)
40292026-03-13T17:04:02.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-03-13T17:04:02.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-03-13T17:04:02.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40322026-03-13T17:04:02.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
40332026-03-13T17:04:02.831Z
40342026-03-13T17:04:02.831Zinfo: running `cargo check --bins` on ntp-admin-types-versions (219/257)
40352026-03-13T17:04:03.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-03-13T17:04:03.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-03-13T17:04:03.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40382026-03-13T17:04:03.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
40392026-03-13T17:04:03.603Z
40402026-03-13T17:04:03.603Zinfo: running `cargo check --bins` on wicketd-api (220/257)
40412026-03-13T17:04:04.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-03-13T17:04:04.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-03-13T17:04:04.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40442026-03-13T17:04:04.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
40452026-03-13T17:04:04.408Z
40462026-03-13T17:04:04.408Zinfo: running `cargo check --bins` on omicron-ls-apis (221/257)
40472026-03-13T17:04:05.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-03-13T17:04:05.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-03-13T17:04:05.158Z Checking erased-serde v0.4.9
40502026-03-13T17:04:05.261Z Checking ordered-float v2.10.1
40512026-03-13T17:04:05.274Z Checking unicode-xid v0.2.6
40522026-03-13T17:04:05.285Z Checking cargo-platform v0.2.0
40532026-03-13T17:04:05.546Z Checking serde-value v0.7.0
40542026-03-13T17:04:05.725Z Checking serde-untagged v0.1.9
40552026-03-13T17:04:05.938Z Checking cargo-util-schemas v0.8.2
40562026-03-13T17:04:06.933Z Checking cargo_metadata v0.21.0
40572026-03-13T17:04:07.802Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40582026-03-13T17:04:08.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s
40592026-03-13T17:04:08.932Z
40602026-03-13T17:04:08.932Zinfo: running `cargo check --bins` on mgs-dev (222/257)
40612026-03-13T17:04:09.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-03-13T17:04:09.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-03-13T17:04:09.833Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40642026-03-13T17:04:10.614Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40652026-03-13T17:04:11.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.33s
40662026-03-13T17:04:11.508Z
40672026-03-13T17:04:11.508Zinfo: running `cargo check --bins` on omicron-omdb (223/257)
40682026-03-13T17:04:12.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-03-13T17:04:12.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-03-13T17:04:12.580Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40712026-03-13T17:04:12.580Z Compiling vergen-gitcl v1.0.8
40722026-03-13T17:04:12.583Z Compiling dirs-sys-next v0.1.2
40732026-03-13T17:04:12.583Z Compiling glob v0.3.3
40742026-03-13T17:04:12.583Z Compiling crunchy v0.2.4
40752026-03-13T17:04:12.583Z Compiling dsl_auto_type v0.1.3
40762026-03-13T17:04:12.583Z Checking scheduled-thread-pool v0.2.7
40772026-03-13T17:04:12.584Z Compiling diesel_table_macro_syntax v0.2.0
40782026-03-13T17:04:12.907Z Compiling dirs-next v2.0.0
40792026-03-13T17:04:13.030Z Compiling tiny-keccak v2.0.2
40802026-03-13T17:04:13.066Z Compiling term v0.7.0
40812026-03-13T17:04:13.082Z Checking r2d2 v0.8.10
40822026-03-13T17:04:13.210Z Compiling bit-vec v0.6.3
40832026-03-13T17:04:13.227Z Compiling clang-sys v1.8.1
40842026-03-13T17:04:13.325Z Compiling itertools v0.10.5
40852026-03-13T17:04:13.506Z Compiling bit-set v0.5.3
40862026-03-13T17:04:13.636Z Compiling diesel_derives v2.2.7
40872026-03-13T17:04:13.715Z Compiling ascii-canvas v3.0.0
40882026-03-13T17:04:13.736Z Compiling ena v0.14.4
40892026-03-13T17:04:13.825Z Compiling libloading v0.8.9
40902026-03-13T17:04:13.841Z Compiling regex-syntax v0.6.29
40912026-03-13T17:04:13.859Z Compiling bindgen v0.71.1
40922026-03-13T17:04:14.011Z Compiling diff v0.1.13
40932026-03-13T17:04:14.101Z Compiling cexpr v0.6.0
40942026-03-13T17:04:14.369Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
40952026-03-13T17:04:14.524Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40962026-03-13T17:04:14.650Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40972026-03-13T17:04:14.711Z Compiling libxml v0.3.3
40982026-03-13T17:04:14.787Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
40992026-03-13T17:04:15.044Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41002026-03-13T17:04:15.061Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41012026-03-13T17:04:15.192Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41022026-03-13T17:04:15.319Z Compiling strum_macros v0.24.3
41032026-03-13T17:04:15.438Z Compiling indoc v1.0.9
41042026-03-13T17:04:16.032Z Compiling lalrpop v0.19.12
41052026-03-13T17:04:16.826Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41062026-03-13T17:04:16.875Z Checking derive_builder v0.20.2
41072026-03-13T17:04:17.013Z Compiling oso-derive v0.27.3
41082026-03-13T17:04:17.085Z Checking quick-xml v0.37.5
41092026-03-13T17:04:17.223Z Compiling impl-trait-for-tuples v0.2.3
41102026-03-13T17:04:17.689Z Checking openssl-probe v0.1.6
41112026-03-13T17:04:17.855Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41122026-03-13T17:04:18.279Z Compiling diesel-dtrace v0.4.2
41132026-03-13T17:04:18.616Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41142026-03-13T17:04:18.838Z Checking bb8 v0.8.6
41152026-03-13T17:04:18.903Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41162026-03-13T17:04:19.187Z Checking nonempty v0.12.0
41172026-03-13T17:04:19.204Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41182026-03-13T17:04:19.396Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41192026-03-13T17:04:19.413Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41202026-03-13T17:04:19.486Z Checking support-bundle-viewer v0.1.2
41212026-03-13T17:04:19.572Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41222026-03-13T17:04:19.685Z Checking multimap v0.10.1
41232026-03-13T17:04:19.785Z Checking diesel v2.2.12
41242026-03-13T17:04:22.135Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41252026-03-13T17:04:24.104Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41262026-03-13T17:04:24.161Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41272026-03-13T17:04:24.309Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41282026-03-13T17:04:24.828Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41292026-03-13T17:04:25.694Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41302026-03-13T17:04:26.457Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41312026-03-13T17:04:27.422Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41322026-03-13T17:04:30.116Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41332026-03-13T17:04:36.488Z Compiling samael v0.0.19
41342026-03-13T17:04:41.141Z Checking async-bb8-diesel v0.2.1
41352026-03-13T17:04:42.791Z Compiling polar-core v0.27.3
41362026-03-13T17:04:49.010Z Checking oso v0.27.3
41372026-03-13T17:05:25.311Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41382026-03-13T17:06:11.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s
41392026-03-13T17:06:12.178Z
41402026-03-13T17:06:12.178Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (224/257)
41412026-03-13T17:06:12.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41422026-03-13T17:06:12.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41432026-03-13T17:06:12.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41442026-03-13T17:06:12.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
41452026-03-13T17:06:13.046Z
41462026-03-13T17:06:13.046Zinfo: running `cargo check --bins` on nexus-saga-recovery (225/257)
41472026-03-13T17:06:13.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41482026-03-13T17:06:13.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41492026-03-13T17:06:13.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41502026-03-13T17:06:13.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
41512026-03-13T17:06:13.911Z
41522026-03-13T17:06:13.911Zinfo: running `cargo check --bins` on nexus-test-utils-macros (226/257)
41532026-03-13T17:06:14.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41542026-03-13T17:06:14.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41552026-03-13T17:06:14.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41562026-03-13T17:06:14.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
41572026-03-13T17:06:14.671Z
41582026-03-13T17:06:14.671Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (227/257)
41592026-03-13T17:06:15.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41602026-03-13T17:06:15.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41612026-03-13T17:06:15.742Z Compiling libz-sys v1.1.24
41622026-03-13T17:06:15.746Z Compiling libgit2-sys v0.18.3+1.9.2
41632026-03-13T17:06:15.881Z Compiling vergen-git2 v1.0.7
41642026-03-13T17:06:15.895Z Compiling rustls v0.21.12
41652026-03-13T17:06:15.904Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41662026-03-13T17:06:15.912Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41672026-03-13T17:06:15.912Z Checking sct v0.7.1
41682026-03-13T17:06:15.913Z Checking rustls-webpki v0.101.7
41692026-03-13T17:06:16.111Z Compiling nix v0.29.0
41702026-03-13T17:06:16.394Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41712026-03-13T17:06:16.394Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41722026-03-13T17:06:16.411Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41732026-03-13T17:06:16.493Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41742026-03-13T17:06:16.562Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41752026-03-13T17:06:16.609Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41762026-03-13T17:06:16.698Z Checking rustls-pemfile v1.0.4
41772026-03-13T17:06:17.076Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41782026-03-13T17:06:17.142Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41792026-03-13T17:06:17.202Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41802026-03-13T17:06:17.280Z Checking twox-hash v2.1.2
41812026-03-13T17:06:17.402Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41822026-03-13T17:06:18.187Z Checking tokio-rustls v0.24.1
41832026-03-13T17:06:18.263Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41842026-03-13T17:06:18.306Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41852026-03-13T17:06:18.327Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41862026-03-13T17:06:18.435Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41872026-03-13T17:06:18.601Z Checking fatfs v0.3.6
41882026-03-13T17:06:19.144Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41892026-03-13T17:06:19.244Z Compiling seq-macro v0.3.6
41902026-03-13T17:06:26.138Z Compiling git2 v0.20.4
41912026-03-13T17:06:26.138Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41922026-03-13T17:06:26.138Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41932026-03-13T17:06:27.500Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41942026-03-13T17:07:35.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
41952026-03-13T17:07:35.878Z
41962026-03-13T17:07:35.878Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (228/257)
41972026-03-13T17:07:36.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-03-13T17:07:36.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-03-13T17:07:36.973Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42002026-03-13T17:08:36.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
42012026-03-13T17:08:36.438Z
42022026-03-13T17:08:36.438Zinfo: running `cargo check --bins` on nexus-background-task-interface (229/257)
42032026-03-13T17:08:37.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-03-13T17:08:37.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-03-13T17:08:37.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42062026-03-13T17:08:37.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
42072026-03-13T17:08:37.217Z
42082026-03-13T17:08:37.217Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (230/257)
42092026-03-13T17:08:37.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-03-13T17:08:37.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-03-13T17:08:37.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42122026-03-13T17:08:37.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42132026-03-13T17:08:38.087Z
42142026-03-13T17:08:38.087Zinfo: running `cargo check --bins` on nexus-mgs-updates (231/257)
42152026-03-13T17:08:38.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-03-13T17:08:38.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-03-13T17:08:38.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42182026-03-13T17:08:38.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
42192026-03-13T17:08:38.932Z
42202026-03-13T17:08:38.932Zinfo: running `cargo check --bins` on nexus-networking (232/257)
42212026-03-13T17:08:39.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42222026-03-13T17:08:39.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42232026-03-13T17:08:39.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42242026-03-13T17:08:39.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42252026-03-13T17:08:39.794Z
42262026-03-13T17:08:39.794Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (233/257)
42272026-03-13T17:08:40.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42282026-03-13T17:08:40.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42292026-03-13T17:08:40.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42302026-03-13T17:08:40.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42312026-03-13T17:08:40.654Z
42322026-03-13T17:08:40.654Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (234/257)
42332026-03-13T17:08:41.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42342026-03-13T17:08:41.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42352026-03-13T17:08:41.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42362026-03-13T17:08:41.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42372026-03-13T17:08:41.515Z
42382026-03-13T17:08:41.516Zinfo: running `cargo check --bins` on omicron-dev (235/257)
42392026-03-13T17:08:42.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42402026-03-13T17:08:42.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42412026-03-13T17:08:42.623Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42422026-03-13T17:08:42.623Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42432026-03-13T17:08:42.771Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42442026-03-13T17:08:42.784Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42452026-03-13T17:08:42.787Z Checking diff v0.1.13
42462026-03-13T17:08:42.787Z Checking yansi v1.0.1
42472026-03-13T17:08:42.787Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42482026-03-13T17:08:42.812Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42492026-03-13T17:08:42.976Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42502026-03-13T17:08:43.148Z Checking pretty_assertions v1.4.1
42512026-03-13T17:08:44.084Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42522026-03-13T17:09:16.908Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42532026-03-13T17:09:16.912Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42542026-03-13T17:09:16.912Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42552026-03-13T17:09:16.912Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42562026-03-13T17:09:16.912Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42572026-03-13T17:09:16.912Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42582026-03-13T17:09:17.858Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42592026-03-13T17:09:19.310Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42602026-03-13T17:10:19.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42612026-03-13T17:10:19.323Z
42622026-03-13T17:10:19.323Zinfo: running `cargo check --bins` on omicron-pins (236/257)
42632026-03-13T17:10:19.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-03-13T17:10:19.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-03-13T17:10:19.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42662026-03-13T17:10:20.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
42672026-03-13T17:10:20.098Z
42682026-03-13T17:10:20.098Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (237/257)
42692026-03-13T17:10:20.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-03-13T17:10:20.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-03-13T17:10:21.047Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42722026-03-13T17:10:21.163Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42732026-03-13T17:10:22.169Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42742026-03-13T17:10:43.370Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42752026-03-13T17:10:43.884Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42762026-03-13T17:10:46.276Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42772026-03-13T17:10:46.874Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42782026-03-13T17:10:50.978Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42792026-03-13T17:11:22.849Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42802026-03-13T17:11:23.703Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42812026-03-13T17:11:25.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
42822026-03-13T17:11:26.154Z
42832026-03-13T17:11:26.154Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (238/257)
42842026-03-13T17:11:26.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42852026-03-13T17:11:26.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42862026-03-13T17:11:27.035Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42872026-03-13T17:11:27.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
42882026-03-13T17:11:28.164Z
42892026-03-13T17:11:28.164Zinfo: running `cargo check --bins` on omicron-releng (239/257)
42902026-03-13T17:11:28.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42912026-03-13T17:11:28.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42922026-03-13T17:11:28.997Z Compiling blake3 v1.8.3
42932026-03-13T17:11:29.010Z Checking constant_time_eq v0.4.2
42942026-03-13T17:11:29.086Z Checking arrayvec v0.7.6
42952026-03-13T17:11:29.091Z Checking arrayref v0.3.9
42962026-03-13T17:11:29.107Z Checking topological-sort v0.2.2
42972026-03-13T17:11:29.114Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
42982026-03-13T17:11:29.141Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
42992026-03-13T17:11:29.142Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43002026-03-13T17:11:29.176Z Checking shell-words v1.1.1
43012026-03-13T17:11:30.162Z Checking omicron-zone-package v0.12.2
43022026-03-13T17:11:31.148Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43032026-03-13T17:11:31.433Zwarning: unused import: `std::path::Path`
43042026-03-13T17:11:31.433Z --> dev-tools/releng/src/helios.rs:13:5
43052026-03-13T17:11:31.433Z |
43062026-03-13T17:11:31.433Z13 | use std::path::Path;
43072026-03-13T17:11:31.433Z | ^^^^^^^^^^^^^^^
43082026-03-13T17:11:31.433Z |
43092026-03-13T17:11:31.433Z = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
43102026-03-13T17:11:31.433Z
43112026-03-13T17:11:32.277Zwarning: `omicron-releng` (bin "omicron-releng") generated 1 warning (run `cargo fix --bin "omicron-releng"` to apply 1 suggestion)
43122026-03-13T17:11:32.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
43132026-03-13T17:11:32.474Z
43142026-03-13T17:11:32.474Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (240/257)
43152026-03-13T17:11:33.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43162026-03-13T17:11:33.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43172026-03-13T17:11:33.277Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43182026-03-13T17:11:33.673Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43192026-03-13T17:11:34.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
43202026-03-13T17:11:34.384Z
43212026-03-13T17:11:34.384Zinfo: running `cargo check --bins` on xtask (241/257)
43222026-03-13T17:11:34.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43232026-03-13T17:11:35.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43242026-03-13T17:11:35.003Z Checking libc v0.2.180
43252026-03-13T17:11:35.068Z Checking serde v1.0.228
43262026-03-13T17:11:35.072Z Checking zerofrom v0.1.6
43272026-03-13T17:11:35.078Z Checking bitflags v2.11.0
43282026-03-13T17:11:35.091Z Checking smallvec v1.15.1
43292026-03-13T17:11:35.096Z Checking hashbrown v0.16.1
43302026-03-13T17:11:35.107Z Checking serde_json v1.0.149
43312026-03-13T17:11:35.112Z Checking scroll v0.12.0
43322026-03-13T17:11:35.218Z Checking yoke v0.8.1
43332026-03-13T17:11:35.279Z Checking num-traits v0.2.19
43342026-03-13T17:11:35.324Z Checking thiserror v1.0.69
43352026-03-13T17:11:35.417Z Checking log v0.4.29
43362026-03-13T17:11:35.442Z Checking zerovec v0.11.5
43372026-03-13T17:11:35.454Z Checking zerotrie v0.2.3
43382026-03-13T17:11:35.547Z Checking errno v0.3.14
43392026-03-13T17:11:35.614Z Checking percent-encoding v2.3.2
43402026-03-13T17:11:35.642Z Checking serde_spanned v0.6.9
43412026-03-13T17:11:35.692Z Checking rustix v1.1.3
43422026-03-13T17:11:35.724Z Checking indexmap v2.13.0
43432026-03-13T17:11:35.779Z Checking toml_datetime v0.6.11
43442026-03-13T17:11:35.800Z Checking zerocopy v0.7.35
43452026-03-13T17:11:35.805Z Checking form_urlencoded v1.2.2
43462026-03-13T17:11:35.975Z Checking goblin v0.8.2
43472026-03-13T17:11:35.983Z Checking getrandom v0.4.1
43482026-03-13T17:11:36.019Z Checking thiserror v2.0.18
43492026-03-13T17:11:36.052Z Checking tinystr v0.8.2
43502026-03-13T17:11:36.081Z Checking potential_utf v0.1.4
43512026-03-13T17:11:36.139Z Checking ordered-float v2.10.1
43522026-03-13T17:11:36.150Z Checking syn v2.0.117
43532026-03-13T17:11:36.237Z Checking icu_collections v2.1.1
43542026-03-13T17:11:36.283Z Checking icu_locale_core v2.1.1
43552026-03-13T17:11:36.458Z Checking serde-value v0.7.0
43562026-03-13T17:11:36.483Z Checking toml_edit v0.22.27
43572026-03-13T17:11:36.524Z Checking dtrace-parser v0.2.0
43582026-03-13T17:11:36.669Z Checking thread-id v4.2.2
43592026-03-13T17:11:36.743Z Checking once_cell v1.21.3
43602026-03-13T17:11:36.753Z Checking cargo-platform v0.2.0
43612026-03-13T17:11:36.840Z Checking memmap v0.7.0
43622026-03-13T17:11:36.854Z Checking terminal_size v0.4.3
43632026-03-13T17:11:36.970Z Checking tempfile v3.25.0
43642026-03-13T17:11:36.977Z Checking fs-err v3.3.0
43652026-03-13T17:11:36.992Z Checking clap_builder v4.5.60
43662026-03-13T17:11:37.015Z Checking textwrap v0.16.2
43672026-03-13T17:11:37.088Z Checking icu_provider v2.1.1
43682026-03-13T17:11:37.207Z Checking tabled v0.15.0
43692026-03-13T17:11:37.218Z Checking camino-tempfile v1.4.1
43702026-03-13T17:11:37.277Z Checking anyhow v1.0.102
43712026-03-13T17:11:37.396Z Checking icu_properties v2.1.2
43722026-03-13T17:11:37.423Z Checking icu_normalizer v2.1.1
43732026-03-13T17:11:37.535Z Checking macaddr v1.0.1
43742026-03-13T17:11:37.781Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
43752026-03-13T17:11:38.058Z Checking toml v0.8.23
43762026-03-13T17:11:38.464Z Checking cargo_toml v0.21.0
43772026-03-13T17:11:38.542Z Checking idna_adapter v1.2.1
43782026-03-13T17:11:38.697Z Checking dof v0.3.0
43792026-03-13T17:11:38.705Z Checking idna v1.1.0
43802026-03-13T17:11:38.705Z Checking clap v4.5.60
43812026-03-13T17:11:38.990Z Checking url v2.5.8
43822026-03-13T17:11:39.037Z Checking usdt-impl v0.5.0
43832026-03-13T17:11:39.391Z Checking usdt v0.5.0
43842026-03-13T17:11:39.488Z Checking cargo-util-schemas v0.8.2
43852026-03-13T17:11:40.503Z Checking cargo_metadata v0.21.0
43862026-03-13T17:11:41.359Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43872026-03-13T17:11:41.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.54s
43882026-03-13T17:11:42.073Z
43892026-03-13T17:11:42.073Zinfo: running `cargo check --bins` on end-to-end-tests (242/257)
43902026-03-13T17:11:42.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43912026-03-13T17:11:42.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43922026-03-13T17:11:43.046Z Checking polyval v0.6.2
43932026-03-13T17:11:43.160Z Checking ctr v0.9.2
43942026-03-13T17:11:43.173Z Checking ssh-encoding v0.2.0
43952026-03-13T17:11:43.182Z Checking blowfish v0.9.1
43962026-03-13T17:11:43.191Z Checking password-hash v0.4.2
43972026-03-13T17:11:43.204Z Checking p256 v0.13.2
43982026-03-13T17:11:43.204Z Checking p521 v0.13.3
43992026-03-13T17:11:43.217Z Checking russh-cryptovec v0.7.3
44002026-03-13T17:11:43.348Z Checking ghash v0.5.1
44012026-03-13T17:11:43.357Z Checking bcrypt-pbkdf v0.10.0
44022026-03-13T17:11:43.369Z Checking md5 v0.7.0
44032026-03-13T17:11:43.396Z Checking num-bigint v0.4.6
44042026-03-13T17:11:43.464Z Checking des v0.8.1
44052026-03-13T17:11:43.517Z Checking pbkdf2 v0.11.0
44062026-03-13T17:11:43.549Z Checking aes-gcm v0.10.3
44072026-03-13T17:11:43.564Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44082026-03-13T17:11:43.579Z Checking hex-literal v0.4.1
44092026-03-13T17:11:43.595Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44102026-03-13T17:11:43.606Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44112026-03-13T17:11:43.663Z Checking ssh-cipher v0.2.0
44122026-03-13T17:11:43.727Z Checking internet-checksum v0.2.1
44132026-03-13T17:11:43.865Z Checking ssh-key v0.6.7
44142026-03-13T17:11:44.153Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44152026-03-13T17:11:44.751Z Checking russh-keys v0.45.0
44162026-03-13T17:11:45.489Z Checking russh v0.45.0
44172026-03-13T17:12:07.067Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44182026-03-13T17:12:08.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.56s
44192026-03-13T17:12:08.945Z
44202026-03-13T17:12:08.945Zinfo: running `cargo check --bins` on gateway-cli (243/257)
44212026-03-13T17:12:09.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-03-13T17:12:09.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-03-13T17:12:09.705Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44242026-03-13T17:12:09.755Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44252026-03-13T17:12:09.798Z Checking termios v0.3.3
44262026-03-13T17:12:11.524Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44272026-03-13T17:12:11.696Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44282026-03-13T17:12:14.357Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44292026-03-13T17:12:15.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.20s
44302026-03-13T17:12:15.295Z
44312026-03-13T17:12:15.295Zinfo: running `cargo check --bins --no-default-features` on installinator (244/257)
44322026-03-13T17:12:16.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44332026-03-13T17:12:16.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44342026-03-13T17:12:16.184Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44352026-03-13T17:12:16.277Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44362026-03-13T17:12:16.310Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44372026-03-13T17:12:16.314Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44382026-03-13T17:12:16.314Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44392026-03-13T17:12:16.634Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44402026-03-13T17:12:16.659Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44412026-03-13T17:12:18.223Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44422026-03-13T17:12:18.434Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44432026-03-13T17:12:18.434Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44442026-03-13T17:12:18.740Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44452026-03-13T17:12:21.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.66s
44462026-03-13T17:12:21.199Z
44472026-03-13T17:12:21.199Zinfo: running `cargo check --bins` on internal-dns-cli (245/257)
44482026-03-13T17:12:21.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44492026-03-13T17:12:21.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44502026-03-13T17:12:21.998Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44512026-03-13T17:12:22.540Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
44522026-03-13T17:12:22.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
44532026-03-13T17:12:23.156Z
44542026-03-13T17:12:23.156Zinfo: running `cargo check --bins` on omicron-live-tests (246/257)
44552026-03-13T17:12:23.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44562026-03-13T17:12:23.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44572026-03-13T17:12:23.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44582026-03-13T17:12:23.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44592026-03-13T17:12:23.930Z
44602026-03-13T17:12:23.930Zinfo: running `cargo check --bins` on live-tests-macros (247/257)
44612026-03-13T17:12:24.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-03-13T17:12:24.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-03-13T17:12:24.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44642026-03-13T17:12:24.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44652026-03-13T17:12:24.712Z
44662026-03-13T17:12:24.712Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (248/257)
44672026-03-13T17:12:25.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44682026-03-13T17:12:25.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44692026-03-13T17:12:25.641Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44702026-03-13T17:12:26.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
44712026-03-13T17:12:26.797Z
44722026-03-13T17:12:26.797Zinfo: running `cargo check --bins` on omicron-ntp-admin (249/257)
44732026-03-13T17:12:27.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44742026-03-13T17:12:27.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44752026-03-13T17:12:27.440Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44762026-03-13T17:12:27.478Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44772026-03-13T17:12:27.740Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44782026-03-13T17:12:27.777Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44792026-03-13T17:12:28.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s
44802026-03-13T17:12:28.956Z
44812026-03-13T17:12:28.956Zinfo: running `cargo check --bins` on ntp-admin-types (250/257)
44822026-03-13T17:12:29.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44832026-03-13T17:12:29.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44842026-03-13T17:12:29.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44852026-03-13T17:12:29.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44862026-03-13T17:12:29.728Z
44872026-03-13T17:12:29.728Zinfo: running `cargo check --bins` on omicron-package (251/257)
44882026-03-13T17:12:30.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44892026-03-13T17:12:30.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44902026-03-13T17:12:30.553Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44912026-03-13T17:12:31.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.18s
44922026-03-13T17:12:32.124Z
44932026-03-13T17:12:32.124Zinfo: running `cargo check --bins` on tqdb (252/257)
44942026-03-13T17:12:32.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44952026-03-13T17:12:32.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44962026-03-13T17:12:33.204Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44972026-03-13T17:12:34.125Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44982026-03-13T17:12:34.304Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44992026-03-13T17:12:34.370Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45002026-03-13T17:12:41.172Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45012026-03-13T17:12:41.846Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45022026-03-13T17:12:41.863Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45032026-03-13T17:12:41.864Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45042026-03-13T17:12:41.864Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45052026-03-13T17:12:44.940Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45062026-03-13T17:12:52.456Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45072026-03-13T17:13:00.602Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45082026-03-13T17:13:00.610Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45092026-03-13T17:13:00.610Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45102026-03-13T17:13:00.610Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45112026-03-13T17:13:02.955Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45122026-03-13T17:13:04.345Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45132026-03-13T17:13:05.258Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45142026-03-13T17:13:07.000Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45152026-03-13T17:13:07.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.59s
45162026-03-13T17:13:07.970Z
45172026-03-13T17:13:07.981Zinfo: running `cargo check --bins` on wicket-dbg (253/257)
45182026-03-13T17:13:08.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45192026-03-13T17:13:08.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45202026-03-13T17:13:08.888Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45212026-03-13T17:13:08.916Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45222026-03-13T17:13:08.916Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45232026-03-13T17:13:08.977Z Checking rtoolbox v0.0.3
45242026-03-13T17:13:08.987Z Checking tui-tree-widget v0.23.1
45252026-03-13T17:13:09.117Z Checking rpassword v7.4.0
45262026-03-13T17:13:09.276Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45272026-03-13T17:13:10.236Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45282026-03-13T17:13:17.104Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45292026-03-13T17:13:17.855Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45302026-03-13T17:13:19.246Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45312026-03-13T17:13:23.404Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45322026-03-13T17:13:26.007Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45332026-03-13T17:13:27.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.21s
45342026-03-13T17:13:27.421Z
45352026-03-13T17:13:27.422Zinfo: running `cargo check --bins` on wicket (254/257)
45362026-03-13T17:13:28.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45372026-03-13T17:13:28.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45382026-03-13T17:13:28.268Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45392026-03-13T17:13:28.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
45402026-03-13T17:13:28.912Z
45412026-03-13T17:13:28.912Zinfo: running `cargo check --bins` on wicketd (255/257)
45422026-03-13T17:13:29.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45432026-03-13T17:13:29.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45442026-03-13T17:13:29.801Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45452026-03-13T17:13:29.806Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45462026-03-13T17:13:29.806Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45472026-03-13T17:13:29.806Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45482026-03-13T17:13:31.339Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45492026-03-13T17:13:32.143Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45502026-03-13T17:13:36.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.34s
45512026-03-13T17:13:36.493Z
45522026-03-13T17:13:36.493Zinfo: running `cargo check --bins` on omicron-workspace-hack (256/257)
45532026-03-13T17:13:37.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45542026-03-13T17:13:37.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45552026-03-13T17:13:37.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45562026-03-13T17:13:37.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
45572026-03-13T17:13:37.268Z
45582026-03-13T17:13:37.268Zinfo: running `cargo check --bins` on zone-setup (257/257)
45592026-03-13T17:13:37.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45602026-03-13T17:13:37.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45612026-03-13T17:13:38.089Z Checking uzers v0.12.2
45622026-03-13T17:13:38.423Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45632026-03-13T17:13:39.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s
45642026-03-13T17:13:39.628Z
45652026-03-13T17:13:39.632Zreal 18:28.030393682
45662026-03-13T17:13:39.632Zuser 28:08.714833017
45672026-03-13T17:13:39.632Zsys 5:08.100027570
45682026-03-13T17:13:39.632Ztrap 0.493530864
45692026-03-13T17:13:39.632Ztflt 0.978432068
45702026-03-13T17:13:39.632Zdflt 0.963142775
45712026-03-13T17:13:39.632Zkflt 0.004599689
45722026-03-13T17:13:39.632Zlock 1:16:49.681103863
45732026-03-13T17:13:39.632Zslp 2:38:07.405037402
45742026-03-13T17:13:39.632Zlat 1:33.682251554
45752026-03-13T17:13:39.632Zstop 4:50.809586519
45762026-03-13T17:13:39.632Zprocess exited: duration 1304994 ms, exit code 0
 
45772026-03-13T17:13:39.639Zfound 0 output files