01KY2TXAAJD7VYXTGA2PNYCDBY: 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: 01KY2TXXT31FFAXQA0WXDBY4WT

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-21T17:18:36.912Zjob assigned to worker 01KY2TY8K29TJGGKSGMQXBCCCP [factory aws, i-00f35c56b321aeb7f] (queued for 52 s)
 
22026-07-21T17:18:42.995Zstarting task 0: "setup"
32026-07-21T17:18:42.999Z++ uname -s
42026-07-21T17:18:43.002Z+ kern=SunOS
52026-07-21T17:18:43.002Z+ build_user=build
62026-07-21T17:18:43.002Z+ build_uid=12345
72026-07-21T17:18:43.002Z+ work_dir=/work
82026-07-21T17:18:43.002Z+ input_dir=/input
92026-07-21T17:18:43.002Z+ [[ 0 == 12345 ]]
102026-07-21T17:18:43.002Z+ case "$kern" in
112026-07-21T17:18:43.002Z+ groupadd -g 12345 build
122026-07-21T17:18:43.002Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-21T17:18:45.007Z+ zfs create -o mountpoint=/work rpool/work
142026-07-21T17:18:45.074Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-21T17:18:45.076Z+ home_fs=zfs
162026-07-21T17:18:45.076Z+ [[ zfs == autofs ]]
172026-07-21T17:18:45.077Z+ mkdir -p /home/build
182026-07-21T17:18:45.077Z+ chown build:build /home/build /work
192026-07-21T17:18:47.078Z+ chmod 0700 /home/build /work
202026-07-21T17:18:47.081Zprocess exited: duration 4086 ms, exit code 0
 
212026-07-21T17:18:47.086Zstarting task 1: "rust-toolchain"
222026-07-21T17:18:47.089Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-21T17:18:47.089Z * rust toolchain channel = "1.96.1"
242026-07-21T17:18:47.089Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-21T17:18:47.089Z * rust toolchain profile = "default"
262026-07-21T17:18:47.089Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-21T17:18:47.092Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-21T17:18:47.092Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-21T17:18:47.092Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-21T17:18:47.199Zinfo: downloading installer
312026-07-21T17:18:48.786Zwarn: It looks like you have an existing rustup settings file at:
322026-07-21T17:18:48.786Zwarn: /home/build/.rustup/settings.toml
332026-07-21T17:18:48.786Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-21T17:18:48.786Zwarn: instead of the one inferred from the default host triple.
352026-07-21T17:18:48.799Zinfo: profile set to default
362026-07-21T17:18:48.799Zinfo: default host triple is x86_64-unknown-illumos
372026-07-21T17:18:48.802Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-21T17:18:48.940Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-21T17:18:48.943Zinfo: downloading 6 components
402026-07-21T17:19:03.800Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-21T17:19:03.800Z
422026-07-21T17:19:03.835Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-21T17:19:03.835Z
442026-07-21T17:19:03.835Z
452026-07-21T17:19:03.835ZRust is installed now. Great!
462026-07-21T17:19:03.835Z
472026-07-21T17:19:03.835ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-21T17:19:03.835Zenvironment variable. This has not been done automatically.
492026-07-21T17:19:03.835Z
502026-07-21T17:19:03.835ZTo configure your current shell, you need to source
512026-07-21T17:19:03.835Zthe corresponding env file under $HOME/.cargo.
522026-07-21T17:19:03.835Z
532026-07-21T17:19:03.835ZThis is usually done by running one of the following (note the leading DOT):
542026-07-21T17:19:03.835Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-21T17:19:03.838Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-21T17:19:03.838Zsource "~/.cargo/env.nu" # For nushell
572026-07-21T17:19:03.839Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-21T17:19:03.839Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-21T17:19:03.839Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-21T17:19:03.839Zwarn: no default linker (`cc`) was found in your PATH
612026-07-21T17:19:03.839Zwarn: many Rust crates require a system C toolchain to build
622026-07-21T17:19:03.920Z+ rustup --version
632026-07-21T17:19:03.931Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-21T17:19:03.934Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-21T17:19:03.950Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-21T17:19:03.954Z+ cargo --version
672026-07-21T17:19:03.970Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-21T17:19:03.973Z+ rustc --version
692026-07-21T17:19:03.989Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-21T17:19:03.992Zprocess exited: duration 16905 ms, exit code 0
 
712026-07-21T17:19:04.000Zstarting task 2: "authentication"
722026-07-21T17:19:04.016Zprocess exited: duration 16 ms, exit code 0
 
732026-07-21T17:19:04.023Zstarting task 3: "clone repository"
742026-07-21T17:19:04.026Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-21T17:19:04.029Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-21T17:19:04.064ZCloning into '/work/oxidecomputer/omicron'...
772026-07-21T17:19:18.974Z+ cd /work/oxidecomputer/omicron
782026-07-21T17:19:18.974Z+ git fetch origin e3b8b55075e1aa0dd0fb6227db61385237d473ea
792026-07-21T17:19:19.265ZFrom https://github.com/oxidecomputer/omicron
802026-07-21T17:19:19.265Z * branch e3b8b55075e1aa0dd0fb6227db61385237d473ea -> FETCH_HEAD
812026-07-21T17:19:19.275Z+ [[ -n eliza/what-even-is-a-prefix-anyway ]]
822026-07-21T17:19:19.278Z++ git branch --show-current
832026-07-21T17:19:19.278Z+ current=main
842026-07-21T17:19:19.278Z+ [[ main != eliza/what-even-is-a-prefix-anyway ]]
852026-07-21T17:19:19.278Z+ git branch -f eliza/what-even-is-a-prefix-anyway e3b8b55075e1aa0dd0fb6227db61385237d473ea
862026-07-21T17:19:19.281Z+ git checkout -f eliza/what-even-is-a-prefix-anyway
872026-07-21T17:19:19.315ZSwitched to branch 'eliza/what-even-is-a-prefix-anyway'
882026-07-21T17:19:19.318Z+ git reset --hard e3b8b55075e1aa0dd0fb6227db61385237d473ea
892026-07-21T17:19:19.352ZHEAD is now at e3b8b5507 also deduplciate the prefix octet-pairs for service VPC v6 subnets
902026-07-21T17:19:19.355Zprocess exited: duration 15330 ms, exit code 0
 
912026-07-21T17:19:19.361Zstarting task 4: "build"
922026-07-21T17:19:19.365Z+ source .github/buildomat/ci-env.sh
932026-07-21T17:19:19.365Z++ export CARGO_TERM_COLOR=always
942026-07-21T17:19:19.365Z++ CARGO_TERM_COLOR=always
952026-07-21T17:19:19.369Z+++ uname -s
962026-07-21T17:19:19.369Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-21T17:19:19.369Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-21T17:19:19.369Z+ cargo --version
992026-07-21T17:19:19.377Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-21T17:19:19.380Z+ rustc --version
1012026-07-21T17:19:19.399Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-21T17:19:19.402Z+ source ./env.sh
1032026-07-21T17:19:19.402Z++ OLD_SHELL_OPTS=ehxB
1042026-07-21T17:19:19.402Z++ set -o xtrace
1052026-07-21T17:19:19.406Z++++ dirname ./env.sh
1062026-07-21T17:19:19.406Z+++ readlink -f .
1072026-07-21T17:19:19.409Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-07-21T17:19:19.409Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-07-21T17:19:19.409Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-07-21T17:19:19.409Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-07-21T17:19:19.409Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-07-21T17:19:19.409Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-07-21T17:19:19.409Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-07-21T17:19:19.409Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-07-21T17:19:19.409Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-07-21T17:19:19.409Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-07-21T17:19:19.409Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-07-21T17:19:19.409Z++ case $OLD_SHELL_OPTS in
1192026-07-21T17:19:19.409Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-07-21T17:19:19.409Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1212026-07-21T17:19:19.409Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1222026-07-21T17:19:19.409Z+ banner prerequisites
1232026-07-21T17:19:19.409Z
1242026-07-21T17:19:19.409Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-07-21T17:19:19.409Z # # # # # # # # # # # # # # #
1262026-07-21T17:19:19.409Z # # # # ##### # # ##### # # # # # #### #
1272026-07-21T17:19:19.409Z ##### ##### # ##### # # # # # # # # #
1282026-07-21T17:19:19.409Z # # # # # # # # # # # # # # #
1292026-07-21T17:19:19.409Z # # # ###### # # ###### ### # #### # #### #
1302026-07-21T17:19:19.409Z
1312026-07-21T17:19:19.409Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-07-21T17:19:21.028Z Startup: Refreshing catalog 'helios' ... Done
1332026-07-21T17:19:21.214Z Startup: Caching catalogs ... Done
1342026-07-21T17:19:22.126ZPlanning: Solver setup ... Done (0.845s)
1352026-07-21T17:19:22.164ZPlanning: Running solver ... Done (0.038s)
1362026-07-21T17:19:22.187ZPlanning: Finding local manifests ... Done (0.003s)
1372026-07-21T17:19:22.197ZPlanning: Fetching manifests: 0/2 0% complete
1382026-07-21T17:19:22.215ZPlanning: Fetching manifests: 2/2 100% complete
1392026-07-21T17:19:22.230ZPlanning: Package planning ... Done (0.013s)
1402026-07-21T17:19:22.233ZPlanning: Merging actions ... Done (0.001s)
1412026-07-21T17:19:22.429ZPlanning: Checking for conflicting actions ... Done (0.199s)
1422026-07-21T17:19:22.432ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-07-21T17:19:23.217ZPlanning: Evaluating mediators ... Done (0.788s)
1442026-07-21T17:19:23.220ZPlanning: Planning completed in 1.98 seconds
1452026-07-21T17:19:23.226Z Packages to install: 2
1462026-07-21T17:19:23.226Z Estimated space available: 156.06 GB
1472026-07-21T17:19:23.229ZEstimated space to be consumed: 46.64 MB
1482026-07-21T17:19:23.229Z Create boot environment: No
1492026-07-21T17:19:23.229ZCreate backup boot environment: No
1502026-07-21T17:19:23.229Z Rebuild boot archive: No
1512026-07-21T17:19:23.229Z
1522026-07-21T17:19:23.229ZChanged packages:
1532026-07-21T17:19:23.229Zhelios
1542026-07-21T17:19:23.229Z developer/build-essential
1552026-07-21T17:19:23.229Z None -> 11-3.0
1562026-07-21T17:19:23.229Z library/libxmlsec1
1572026-07-21T17:19:23.229Z None -> 1.2.35-3.0
1582026-07-21T17:19:23.252Z
1592026-07-21T17:19:23.252ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-07-21T17:19:23.317ZDownload: Completed 1.28 MB in 0.07 seconds (19.3M/s)
1612026-07-21T17:19:23.367Z Actions: 1/268 actions (Installing new actions)
1622026-07-21T17:19:23.404Z Actions: Completed 268 actions in 0.04 seconds.
1632026-07-21T17:19:23.423ZFinalize: Updating package state database ... Done (0.018s)
1642026-07-21T17:19:23.426ZFinalize: Updating package cache ... Done (0.000s)
1652026-07-21T17:19:23.471ZFinalize: Updating image state ... Done (0.047s)
1662026-07-21T17:19:25.829ZFinalize: Creating fast lookup database ... Done (2.324s)
1672026-07-21T17:19:25.896ZFinalize: Reading search index ... Done (0.012s)
1682026-07-21T17:19:25.899ZFinalize: Updating search index ... Done (0.000s)
1692026-07-21T17:19:25.984ZFinalize: Updating package cache ... Done (0.000s)
1702026-07-21T17:19:26.318ZPlanning: Evaluating mediator changes ... Done
1712026-07-21T17:19:26.420ZPlanning: Checking for conflicting actions ... Done
1722026-07-21T17:19:26.426ZPlanning: Consolidating action changes ... Done
1732026-07-21T17:19:26.574ZPlanning: Evaluating mediators ... Done
1742026-07-21T17:19:26.579ZPlanning: Planning completed in 0.26 seconds
1752026-07-21T17:19:26.600Z Mediators to change: 2
1762026-07-21T17:19:26.600Z Create boot environment: No
1772026-07-21T17:19:26.604ZCreate backup boot environment: No
1782026-07-21T17:19:26.638ZFinalize: Updating package state database ... Done
1792026-07-21T17:19:26.638ZFinalize: Updating package cache ... Done
1802026-07-21T17:19:26.668ZFinalize: Updating image state ... Done
1812026-07-21T17:19:28.606ZFinalize: Creating fast lookup database ... Done
1822026-07-21T17:19:28.690ZFinalize: Reading search index ... Done
1832026-07-21T17:19:28.698ZFinalize: Updating search index ... Done
1842026-07-21T17:19:28.744ZFinalize: Updating package cache ... Done
1852026-07-21T17:19:29.024ZPlanning: Evaluating mediator changes ... Done
1862026-07-21T17:19:29.133ZPlanning: Checking for conflicting actions ... Done
1872026-07-21T17:19:29.138ZPlanning: Consolidating action changes ... Done
1882026-07-21T17:19:29.285ZPlanning: Evaluating mediators ... Done
1892026-07-21T17:19:29.289ZPlanning: Planning completed in 0.26 seconds
1902026-07-21T17:19:29.307Z Mediators to change: 1
1912026-07-21T17:19:29.307Z Create boot environment: No
1922026-07-21T17:19:29.307ZCreate backup boot environment: No
1932026-07-21T17:19:29.345ZFinalize: Updating package state database ... Done
1942026-07-21T17:19:29.346ZFinalize: Updating package cache ... Done
1952026-07-21T17:19:29.377ZFinalize: Updating image state ... Done
1962026-07-21T17:19:31.287ZFinalize: Creating fast lookup database ... Done
1972026-07-21T17:19:31.355ZFinalize: Reading search index ... Done
1982026-07-21T17:19:31.359ZFinalize: Updating search index ... Done
1992026-07-21T17:19:31.444ZFinalize: Updating package cache ... Done
2002026-07-21T17:19:31.749ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-07-21T17:19:31.750Zapache system 2.4 system
2022026-07-21T17:19:31.750Zclang system 15 system
2032026-07-21T17:19:31.750Zcsh system system illumos
2042026-07-21T17:19:31.750Zctags system system illumos
2052026-07-21T17:19:31.750Zfile vendor vendor darwinsys
2062026-07-21T17:19:31.750Zfile system system illumos
2072026-07-21T17:19:31.750Zgcc vendor 14 vendor
2082026-07-21T17:19:31.750Zgcc system 13 system
2092026-07-21T17:19:31.750Zgcc system 10 system
2102026-07-21T17:19:31.750Zgo system 1.25 system
2112026-07-21T17:19:31.750Zllvm system 15 system
2122026-07-21T17:19:31.750Zmariadb system 11.4 system
2132026-07-21T17:19:31.750Zmta vendor vendor dma
2142026-07-21T17:19:31.750Zopenjdk system 17 system
2152026-07-21T17:19:31.750Zopenjdk system 11 system
2162026-07-21T17:19:31.750Zopenssl vendor 3 vendor
2172026-07-21T17:19:31.750Zperl system 5.40 system
2182026-07-21T17:19:31.750Zpostgresql system 18 system
2192026-07-21T17:19:31.750Zpostgresql system 17 system
2202026-07-21T17:19:31.750Zpython vendor 3 vendor
2212026-07-21T17:19:31.750Zpython system 2 system
2222026-07-21T17:19:31.750Zpython3 vendor 3.13 vendor
2232026-07-21T17:19:31.750Zruby system 3.4 system
2242026-07-21T17:19:31.750Zruby system 3.0 system
2252026-07-21T17:19:31.750Zwords vendor vendor american-english
2262026-07-21T17:19:31.751Zwords system system australian-english
2272026-07-21T17:19:31.751Zwords system system british-english
2282026-07-21T17:19:31.751Zwords system system canadian-english
2292026-07-21T17:19:31.751Zwords system system french
2302026-07-21T17:19:31.751Zwords system system italian
2312026-07-21T17:19:31.751Zwords system system ngerman
2322026-07-21T17:19:31.751Zwords system system ogerman
2332026-07-21T17:19:31.751Zwords system system spanish
2342026-07-21T17:19:32.004ZPUBLISHER TYPE STATUS P LOCATION
2352026-07-21T17:19:32.004Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-07-21T17:19:32.362ZFMRI IFO
2372026-07-21T17:19:32.362Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-07-21T17:19:32.363Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-07-21T17:19:32.363Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-07-21T17:19:32.363Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-07-21T17:19:32.363Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-07-21T17:19:32.363Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-07-21T17:19:32.363Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-07-21T17:19:32.363Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-07-21T17:19:32.363Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-07-21T17:19:32.649Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-07-21T17:19:32.932Z Updating crates.io index
2482026-07-21T17:19:32.935Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-07-21T17:19:33.161Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-07-21T17:19:33.453Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-07-21T17:19:34.705Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-07-21T17:19:35.323Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-07-21T17:19:37.250Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-07-21T17:19:38.235Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-07-21T17:19:38.469Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-07-21T17:19:38.823Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-07-21T17:19:40.080Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-07-21T17:19:40.323Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-07-21T17:19:40.688Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602026-07-21T17:19:40.923Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-07-21T17:19:41.533Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-07-21T17:19:42.017Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2632026-07-21T17:19:42.261Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-07-21T17:19:42.478Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-07-21T17:19:42.698Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-07-21T17:19:42.968Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-07-21T17:19:43.206Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682026-07-21T17:19:43.450Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692026-07-21T17:19:43.692Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-07-21T17:19:44.067Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2712026-07-21T17:19:44.413Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-07-21T17:19:44.638Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-07-21T17:19:44.996Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-07-21T17:19:45.286Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-07-21T17:19:45.656Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-07-21T17:19:45.964Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-07-21T17:19:46.197Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782026-07-21T17:19:46.408Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-07-21T17:19:46.721Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2802026-07-21T17:19:47.437Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-07-21T17:19:47.663Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2822026-07-21T17:19:47.918Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-07-21T17:19:48.163Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-07-21T17:19:48.473Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-07-21T17:19:48.712Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-07-21T17:19:48.923Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-07-21T17:19:49.435Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-07-21T17:19:49.613Z Updating git repository `https://github.com/illumos/smf-rs`
2892026-07-21T17:19:52.498Z Downloading crates ...
2902026-07-21T17:19:52.533Z Downloaded anstyle-parse v1.0.0
2912026-07-21T17:19:52.540Z Downloaded camino-tempfile v1.4.1
2922026-07-21T17:19:52.553Z Downloaded pest_generator v2.8.6
2932026-07-21T17:19:52.554Z Downloaded generic-array v0.14.7
2942026-07-21T17:19:52.554Z Downloaded cfg-if v1.0.4
2952026-07-21T17:19:52.554Z Downloaded is_terminal_polyfill v1.70.2
2962026-07-21T17:19:52.561Z Downloaded zmij v1.0.21
2972026-07-21T17:19:52.562Z Downloaded heck v0.4.1
2982026-07-21T17:19:52.562Z Downloaded itoa v1.0.17
2992026-07-21T17:19:52.562Z Downloaded dof v0.3.0
3002026-07-21T17:19:52.562Z Downloaded dtrace-parser v0.2.0
3012026-07-21T17:19:52.562Z Downloaded anyhow v1.0.102
3022026-07-21T17:19:52.562Z Downloaded crypto-common v0.1.7
3032026-07-21T17:19:52.562Z Downloaded memmap v0.7.0
3042026-07-21T17:19:52.562Z Downloaded fastrand v2.3.0
3052026-07-21T17:19:52.571Z Downloaded zerocopy v0.7.35
3062026-07-21T17:19:52.586Z Downloaded colorchoice v1.0.4
3072026-07-21T17:19:52.586Z Downloaded cpufeatures v0.2.17
3082026-07-21T17:19:52.586Z Downloaded cargo-platform v0.3.2
3092026-07-21T17:19:52.586Z Downloaded clap_lex v1.0.0
3102026-07-21T17:19:52.601Z Downloaded fs-err v3.3.0
3112026-07-21T17:19:52.601Z Downloaded heck v0.5.0
3122026-07-21T17:19:52.601Z Downloaded equivalent v1.0.2
3132026-07-21T17:19:52.601Z Downloaded macaddr v1.0.1
3142026-07-21T17:19:52.608Z Downloaded errno v0.3.14
3152026-07-21T17:19:52.608Z Downloaded block-buffer v0.10.4
3162026-07-21T17:19:52.608Z Downloaded anstyle-query v1.1.5
3172026-07-21T17:19:52.608Z Downloaded bitflags v2.11.0
3182026-07-21T17:19:52.608Z Downloaded cargo_metadata v0.23.1
3192026-07-21T17:19:52.608Z Downloaded getrandom v0.4.1
3202026-07-21T17:19:52.608Z Downloaded swrite v0.1.0
3212026-07-21T17:19:52.622Z Downloaded usdt-macro v0.5.0
3222026-07-21T17:19:52.622Z Downloaded terminal_size v0.4.3
3232026-07-21T17:19:52.622Z Downloaded smawk v0.3.2
3242026-07-21T17:19:52.622Z Downloaded tabled_derive v0.7.0
3252026-07-21T17:19:52.622Z Downloaded scroll_derive v0.12.1
3262026-07-21T17:19:52.622Z Downloaded thread-id v4.2.2
3272026-07-21T17:19:52.622Z Downloaded utf8parse v0.2.2
3282026-07-21T17:19:52.628Z Downloaded toml_datetime v0.6.11
3292026-07-21T17:19:52.628Z Downloaded version_check v0.9.5
3302026-07-21T17:19:52.628Z Downloaded strsim v0.11.1
3312026-07-21T17:19:52.628Z Downloaded proc-macro-error-attr v1.0.4
3322026-07-21T17:19:52.629Z Downloaded pretty-hex v0.4.1
3332026-07-21T17:19:52.645Z Downloaded toml_write v0.1.2
3342026-07-21T17:19:52.645Z Downloaded clap_derive v4.6.1
3352026-07-21T17:19:52.645Z Downloaded anstream v1.0.0
3362026-07-21T17:19:52.645Z Downloaded fnv v1.0.7
3372026-07-21T17:19:52.645Z Downloaded digest v0.10.7
3382026-07-21T17:19:52.645Z Downloaded thiserror v2.0.18
3392026-07-21T17:19:52.671Z Downloaded serde_tokenstream v0.2.3
3402026-07-21T17:19:52.671Z Downloaded autocfg v1.5.0
3412026-07-21T17:19:52.671Z Downloaded unicode-linebreak v0.1.5
3422026-07-21T17:19:52.671Z Downloaded plain v0.2.3
3432026-07-21T17:19:52.671Z Downloaded serde_spanned v0.6.9
3442026-07-21T17:19:52.671Z Downloaded usdt v0.5.0
3452026-07-21T17:19:52.672Z Downloaded usdt-attr-macro v0.5.0
3462026-07-21T17:19:52.672Z Downloaded anstyle v1.0.14
3472026-07-21T17:19:52.687Z Downloaded log v0.4.29
3482026-07-21T17:19:52.687Z Downloaded thiserror-impl v1.0.69
3492026-07-21T17:19:52.687Z Downloaded byteorder v1.5.0
3502026-07-21T17:19:52.687Z Downloaded bytecount v0.6.9
3512026-07-21T17:19:52.687Z Downloaded sha2 v0.10.9
3522026-07-21T17:19:52.687Z Downloaded usdt-impl v0.5.0
3532026-07-21T17:19:52.687Z Downloaded scroll v0.12.0
3542026-07-21T17:19:52.687Z Downloaded quote v1.0.45
3552026-07-21T17:19:52.687Z Downloaded clap v4.6.1
3562026-07-21T17:19:52.687Z Downloaded tempfile v3.25.0
3572026-07-21T17:19:52.687Z Downloaded camino v1.2.2
3582026-07-21T17:19:52.695Z Downloaded cargo_toml v0.21.0
3592026-07-21T17:19:52.695Z Downloaded once_cell v1.21.3
3602026-07-21T17:19:52.695Z Downloaded pest_derive v2.8.6
3612026-07-21T17:19:52.718Z Downloaded thiserror v1.0.69
3622026-07-21T17:19:52.718Z Downloaded thiserror-impl v2.0.18
3632026-07-21T17:19:52.718Z Downloaded semver v1.0.28
3642026-07-21T17:19:52.737Z Downloaded proc-macro-error v1.0.4
3652026-07-21T17:19:52.737Z Downloaded pest_meta v2.8.6
3662026-07-21T17:19:52.737Z Downloaded ucd-trie v0.1.7
3672026-07-21T17:19:52.737Z Downloaded zerocopy-derive v0.7.35
3682026-07-21T17:19:52.737Z Downloaded toml v0.8.23
3692026-07-21T17:19:52.737Z Downloaded unicode-ident v1.0.24
3702026-07-21T17:19:52.737Z Downloaded papergrid v0.11.0
3712026-07-21T17:19:52.748Z Downloaded proc-macro2 v1.0.106
3722026-07-21T17:19:52.748Z Downloaded memchr v2.8.0
3732026-07-21T17:19:52.748Z Downloaded indexmap v2.14.0
3742026-07-21T17:19:52.748Z Downloaded serde_core v1.0.228
3752026-07-21T17:19:52.748Z Downloaded textwrap v0.16.2
3762026-07-21T17:19:52.759Z Downloaded toml_edit v0.22.27
3772026-07-21T17:19:52.759Z Downloaded serde_derive v1.0.228
3782026-07-21T17:19:52.775Z Downloaded serde v1.0.228
3792026-07-21T17:19:52.810Z Downloaded pest v2.8.6
3802026-07-21T17:19:52.824Z Downloaded typenum v1.20.1
3812026-07-21T17:19:52.825Z Downloaded hashbrown v0.17.0
3822026-07-21T17:19:52.825Z Downloaded serde_json v1.0.150
3832026-07-21T17:19:52.825Z Downloaded goblin v0.8.2
3842026-07-21T17:19:52.825Z Downloaded clap_builder v4.6.0
3852026-07-21T17:19:52.843Z Downloaded winnow v0.7.14
3862026-07-21T17:19:52.862Z Downloaded tabled v0.15.0
3872026-07-21T17:19:52.869Z Downloaded syn v1.0.109
3882026-07-21T17:19:52.869Z Downloaded unicode-width v0.1.14
3892026-07-21T17:19:52.869Z Downloaded unicode-width v0.2.0
3902026-07-21T17:19:52.869Z Downloaded syn v2.0.117
3912026-07-21T17:19:52.896Z Downloaded rustix v1.1.3
3922026-07-21T17:19:52.904Z Downloaded libc v0.2.185
3932026-07-21T17:19:52.979Z Compiling proc-macro2 v1.0.106
3942026-07-21T17:19:52.979Z Compiling unicode-ident v1.0.24
3952026-07-21T17:19:52.979Z Compiling quote v1.0.45
3962026-07-21T17:19:53.027Z Compiling serde_core v1.0.228
3972026-07-21T17:19:53.027Z Compiling libc v0.2.185
3982026-07-21T17:19:53.027Z Compiling version_check v0.9.5
3992026-07-21T17:19:53.028Z Compiling memchr v2.8.0
4002026-07-21T17:19:53.028Z Compiling serde v1.0.228
4012026-07-21T17:19:53.314Z Compiling zmij v1.0.21
4022026-07-21T17:19:53.556Z Compiling itoa v1.0.17
4032026-07-21T17:19:53.640Z Compiling thiserror v1.0.69
4042026-07-21T17:19:53.706Z Compiling ucd-trie v0.1.7
4052026-07-21T17:19:53.785Z Compiling byteorder v1.5.0
4062026-07-21T17:19:53.917Z Compiling pest v2.8.6
4072026-07-21T17:19:54.021Z Compiling rustix v1.1.3
4082026-07-21T17:19:54.041Z Compiling errno v0.3.14
4092026-07-21T17:19:54.198Z Compiling bitflags v2.11.0
4102026-07-21T17:19:54.331Z Compiling serde_json v1.0.150
4112026-07-21T17:19:54.375Z Compiling syn v2.0.117
4122026-07-21T17:19:54.448Z Compiling thread-id v4.2.2
4132026-07-21T17:19:54.536Z Compiling proc-macro-error-attr v1.0.4
4142026-07-21T17:19:54.598Z Compiling usdt-impl v0.5.0
4152026-07-21T17:19:54.713Z Compiling syn v1.0.109
4162026-07-21T17:19:54.745Z Compiling camino v1.2.2
4172026-07-21T17:19:54.961Z Compiling pest_meta v2.8.6
4182026-07-21T17:19:55.096Z Compiling proc-macro-error v1.0.4
4192026-07-21T17:19:55.132Z Compiling equivalent v1.0.2
4202026-07-21T17:19:55.157Z Compiling hashbrown v0.17.0
4212026-07-21T17:19:55.232Z Compiling utf8parse v0.2.2
4222026-07-21T17:19:55.262Z Compiling getrandom v0.4.1
4232026-07-21T17:19:55.453Z Compiling plain v0.2.3
4242026-07-21T17:19:55.562Z Compiling log v0.4.29
4252026-07-21T17:19:55.728Z Compiling indexmap v2.14.0
4262026-07-21T17:19:55.762Z Compiling terminal_size v0.4.3
4272026-07-21T17:19:55.813Z Compiling anstyle-parse v1.0.0
4282026-07-21T17:20:00.364Z Compiling colorchoice v1.0.4
4292026-07-21T17:20:00.450Z Compiling pretty-hex v0.4.1
4302026-07-21T17:20:00.450Z Compiling toml_write v0.1.2
4312026-07-21T17:20:00.450Z Compiling anstyle-query v1.1.5
4322026-07-21T17:20:00.450Z Compiling winnow v0.7.14
4332026-07-21T17:20:00.450Z Compiling anstyle v1.0.14
4342026-07-21T17:20:00.450Z Compiling is_terminal_polyfill v1.70.2
4352026-07-21T17:20:00.451Z Compiling autocfg v1.5.0
4362026-07-21T17:20:00.451Z Compiling thiserror v2.0.18
4372026-07-21T17:20:00.451Z Compiling pest_generator v2.8.6
4382026-07-21T17:20:00.451Z Compiling cfg-if v1.0.4
4392026-07-21T17:20:00.451Z Compiling anstream v1.0.0
4402026-07-21T17:20:00.451Z Compiling fs-err v3.3.0
4412026-07-21T17:20:00.451Z Compiling bytecount v0.6.9
4422026-07-21T17:20:00.451Z Compiling heck v0.4.1
4432026-07-21T17:20:00.451Z Compiling fastrand v2.3.0
4442026-07-21T17:20:00.451Z Compiling unicode-width v0.1.14
4452026-07-21T17:20:00.451Z Compiling clap_lex v1.0.0
4462026-07-21T17:20:00.451Z Compiling once_cell v1.21.3
4472026-07-21T17:20:00.451Z Compiling anyhow v1.0.102
4482026-07-21T17:20:00.451Z Compiling heck v0.5.0
4492026-07-21T17:20:00.451Z Compiling fnv v1.0.7
4502026-07-21T17:20:00.451Z Compiling strsim v0.11.1
4512026-07-21T17:20:00.451Z Compiling papergrid v0.11.0
4522026-07-21T17:20:00.451Z Compiling tempfile v3.25.0
4532026-07-21T17:20:00.451Z Compiling clap_builder v4.6.0
4542026-07-21T17:20:00.451Z Compiling semver v1.0.28
4552026-07-21T17:20:00.451Z Compiling cargo-platform v0.3.2
4562026-07-21T17:20:00.451Z Compiling memmap v0.7.0
4572026-07-21T17:20:00.451Z Compiling tabled_derive v0.7.0
4582026-07-21T17:20:00.452Z Compiling unicode-width v0.2.0
4592026-07-21T17:20:00.452Z Compiling smawk v0.3.2
4602026-07-21T17:20:00.452Z Compiling unicode-linebreak v0.1.5
4612026-07-21T17:20:00.452Z Compiling serde_derive v1.0.228
4622026-07-21T17:20:00.452Z Compiling thiserror-impl v1.0.69
4632026-07-21T17:20:00.452Z Compiling zerocopy-derive v0.7.35
4642026-07-21T17:20:00.452Z Compiling pest_derive v2.8.6
4652026-07-21T17:20:00.452Z Compiling scroll_derive v0.12.1
4662026-07-21T17:20:00.452Z Compiling thiserror-impl v2.0.18
4672026-07-21T17:20:00.452Z Compiling clap_derive v4.6.1
4682026-07-21T17:20:00.452Z Compiling tabled v0.15.0
4692026-07-21T17:20:00.452Z Compiling zerocopy v0.7.35
4702026-07-21T17:20:00.452Z Compiling scroll v0.12.0
4712026-07-21T17:20:00.452Z Compiling goblin v0.8.2
4722026-07-21T17:20:00.452Z Compiling dtrace-parser v0.2.0
4732026-07-21T17:20:00.452Z Compiling textwrap v0.16.2
4742026-07-21T17:20:00.452Z Compiling camino-tempfile v1.4.1
4752026-07-21T17:20:00.494Z Compiling swrite v0.1.0
4762026-07-21T17:20:00.826Z Compiling clap v4.6.1
4772026-07-21T17:20:01.456Z Compiling dof v0.3.0
4782026-07-21T17:20:01.456Z Compiling serde_tokenstream v0.2.3
4792026-07-21T17:20:01.465Z Compiling serde_spanned v0.6.9
4802026-07-21T17:20:01.465Z Compiling toml_datetime v0.6.11
4812026-07-21T17:20:01.465Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-07-21T17:20:01.526Z Compiling macaddr v1.0.1
4832026-07-21T17:20:01.538Z Compiling cargo_metadata v0.23.1
4842026-07-21T17:20:01.652Z Compiling toml_edit v0.22.27
4852026-07-21T17:20:02.242Z Compiling usdt-macro v0.5.0
4862026-07-21T17:20:02.244Z Compiling usdt-attr-macro v0.5.0
4872026-07-21T17:20:02.845Z Compiling usdt v0.5.0
4882026-07-21T17:20:02.997Z Compiling toml v0.8.23
4892026-07-21T17:20:03.321Z Compiling cargo_toml v0.21.0
4902026-07-21T17:20:04.550Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912026-07-21T17:20:06.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.02s
4922026-07-21T17:20:06.714Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4932026-07-21T17:20:07.223Z Downloading crates ...
4942026-07-21T17:20:07.306Z Downloaded aead v0.5.2
4952026-07-21T17:20:07.309Z Downloaded atty v0.2.14
4962026-07-21T17:20:07.313Z Downloaded async-recursion v1.1.1
4972026-07-21T17:20:07.316Z Downloaded backoff v0.4.0
4982026-07-21T17:20:07.321Z Downloaded adler2 v2.0.1
4992026-07-21T17:20:07.324Z Downloaded convert_case v0.4.0
5002026-07-21T17:20:07.326Z Downloaded aes-gcm v0.11.0
5012026-07-21T17:20:07.329Z Downloaded atomicwrites v0.4.4
5022026-07-21T17:20:07.329Z Downloaded assert_matches v1.5.0
5032026-07-21T17:20:07.329Z Downloaded cpufeatures v0.3.0
5042026-07-21T17:20:07.332Z Downloaded ascii-canvas v3.0.0
5052026-07-21T17:20:07.332Z Downloaded async-stream-impl v0.3.6
5062026-07-21T17:20:07.332Z Downloaded const_format_proc_macros v0.2.34
5072026-07-21T17:20:07.337Z Downloaded cstr-argument v0.1.2
5082026-07-21T17:20:07.337Z Downloaded clang-sys v1.8.1
5092026-07-21T17:20:07.339Z Downloaded debug-ignore v1.0.5
5102026-07-21T17:20:07.339Z Downloaded convert_case v0.10.0
5112026-07-21T17:20:07.342Z Downloaded cc v1.2.56
5122026-07-21T17:20:07.342Z Downloaded defmt v1.0.1
5132026-07-21T17:20:07.345Z Downloaded async-stream v0.3.6
5142026-07-21T17:20:07.348Z Downloaded embedded-io v0.6.1
5152026-07-21T17:20:07.348Z Downloaded downcast-rs v2.0.2
5162026-07-21T17:20:07.348Z Downloaded atomic-waker v1.1.2
5172026-07-21T17:20:07.350Z Downloaded array-init v0.0.4
5182026-07-21T17:20:07.350Z Downloaded darling_macro v0.13.4
5192026-07-21T17:20:07.350Z Downloaded darling_core v0.23.0
5202026-07-21T17:20:07.354Z Downloaded dsl_auto_type v0.2.0
5212026-07-21T17:20:07.357Z Downloaded base64ct v1.8.3
5222026-07-21T17:20:07.357Z Downloaded aead v0.6.1
5232026-07-21T17:20:07.357Z Downloaded delegate v0.13.5
5242026-07-21T17:20:07.357Z Downloaded ctr v0.10.1
5252026-07-21T17:20:07.360Z Downloaded argon2 v0.6.0-rc.8
5262026-07-21T17:20:07.362Z Downloaded bcrypt-pbkdf v0.11.0
5272026-07-21T17:20:07.362Z Downloaded crc-any v2.5.0
5282026-07-21T17:20:07.363Z Downloaded darling_macro v0.21.3
5292026-07-21T17:20:07.365Z Downloaded bitfield-macros v0.19.4
5302026-07-21T17:20:07.365Z Downloaded bitfield-struct v0.6.2
5312026-07-21T17:20:07.368Z Downloaded bb8 v0.8.6
5322026-07-21T17:20:07.368Z Downloaded base16ct v0.2.0
5332026-07-21T17:20:07.371Z Downloaded elliptic-curve v0.13.8
5342026-07-21T17:20:07.371Z Downloaded defmt v0.3.100
5352026-07-21T17:20:07.374Z Downloaded base64 v0.22.1
5362026-07-21T17:20:07.374Z Downloaded backon v1.6.0
5372026-07-21T17:20:07.376Z Downloaded async-trait v0.1.89
5382026-07-21T17:20:07.379Z Downloaded crc-catalog v2.4.0
5392026-07-21T17:20:07.379Z Downloaded cpubits v0.1.1
5402026-07-21T17:20:07.382Z Downloaded async-bb8-diesel v0.2.1
5412026-07-21T17:20:07.382Z Downloaded bit-set v0.8.0
5422026-07-21T17:20:07.382Z Downloaded crunchy v0.2.4
5432026-07-21T17:20:07.385Z Downloaded anstream v0.6.21
5442026-07-21T17:20:07.385Z Downloaded derive-where v1.6.0
5452026-07-21T17:20:07.388Z Downloaded curve25519-dalek-derive v0.1.1
5462026-07-21T17:20:07.388Z Downloaded ed25519-dalek v2.2.0
5472026-07-21T17:20:07.391Z Downloaded darling v0.20.11
5482026-07-21T17:20:07.394Z Downloaded daft-derive v0.1.7
5492026-07-21T17:20:07.396Z Downloaded darling_macro v0.20.11
5502026-07-21T17:20:07.396Z Downloaded crc v3.4.0
5512026-07-21T17:20:07.399Z Downloaded cobs v0.3.0
5522026-07-21T17:20:07.399Z Downloaded crypto-common v0.2.2
5532026-07-21T17:20:07.401Z Downloaded crc8 v0.1.1
5542026-07-21T17:20:07.402Z Downloaded castaway v0.2.4
5552026-07-21T17:20:07.402Z Downloaded digest-io v0.1.0
5562026-07-21T17:20:07.406Z Downloaded data-encoding v2.10.0
5572026-07-21T17:20:07.406Z Downloaded block-padding v0.4.2
5582026-07-21T17:20:07.406Z Downloaded ciborium-ll v0.2.2
5592026-07-21T17:20:07.406Z Downloaded darling v0.13.4
5602026-07-21T17:20:07.409Z Downloaded bit-set v0.5.3
5612026-07-21T17:20:07.409Z Downloaded crossbeam-deque v0.8.6
5622026-07-21T17:20:07.409Z Downloaded arrayref v0.3.9
5632026-07-21T17:20:07.411Z Downloaded crucible-workspace-hack v0.1.0
5642026-07-21T17:20:07.411Z Downloaded cfg_aliases v0.2.1
5652026-07-21T17:20:07.411Z Downloaded block-buffer v0.12.1
5662026-07-21T17:20:07.411Z Downloaded compression-core v0.4.31
5672026-07-21T17:20:07.414Z Downloaded ciborium-io v0.2.2
5682026-07-21T17:20:07.421Z Downloaded cfg_aliases v0.1.1
5692026-07-21T17:20:07.424Z Downloaded bitflags v1.3.2
5702026-07-21T17:20:07.424Z Downloaded document-features v0.2.12
5712026-07-21T17:20:07.426Z Downloaded ahash v0.8.12
5722026-07-21T17:20:07.426Z Downloaded bitfield v0.19.4
5732026-07-21T17:20:07.429Z Downloaded dtrace-parser v0.3.0
5742026-07-21T17:20:07.429Z Downloaded base16ct v1.0.0
5752026-07-21T17:20:07.429Z Downloaded dirs-sys-next v0.1.2
5762026-07-21T17:20:07.432Z Downloaded dirs-next v2.0.0
5772026-07-21T17:20:07.432Z Downloaded endian-type v0.1.2
5782026-07-21T17:20:07.432Z Downloaded dunce v1.0.5
5792026-07-21T17:20:07.435Z Downloaded difflib v0.4.0
5802026-07-21T17:20:07.435Z Downloaded argon2 v0.5.3
5812026-07-21T17:20:07.435Z Downloaded fd-lock v4.0.4
5822026-07-21T17:20:07.438Z Downloaded dyn-clone v1.0.20
5832026-07-21T17:20:07.438Z Downloaded display-error-chain v0.2.2
5842026-07-21T17:20:07.438Z Downloaded diesel_table_macro_syntax v0.3.0
5852026-07-21T17:20:07.440Z Downloaded env_filter v1.0.0
5862026-07-21T17:20:07.443Z Downloaded funty v2.0.0
5872026-07-21T17:20:07.443Z Downloaded foreign-types-shared v0.1.1
5882026-07-21T17:20:07.443Z Downloaded foreign-types-macros v0.2.3
5892026-07-21T17:20:07.447Z Downloaded dropshot-api-manager-types v0.7.2
5902026-07-21T17:20:07.447Z Downloaded defmt-parser v1.0.0
5912026-07-21T17:20:07.447Z Downloaded fixedbitset v0.4.2
5922026-07-21T17:20:07.447Z Downloaded dof v0.4.0
5932026-07-21T17:20:07.449Z Downloaded futures-task v0.3.32
5942026-07-21T17:20:07.449Z Downloaded anstyle-parse v0.2.7
5952026-07-21T17:20:07.449Z Downloaded futures-core v0.3.32
5962026-07-21T17:20:07.452Z Downloaded form_urlencoded v1.2.2
5972026-07-21T17:20:07.452Z Downloaded foreign-types-shared v0.3.1
5982026-07-21T17:20:07.452Z Downloaded darling_macro v0.23.0
5992026-07-21T17:20:07.455Z Downloaded float-cmp v0.10.0
6002026-07-21T17:20:07.455Z Downloaded enum-as-inner v0.6.1
6012026-07-21T17:20:07.457Z Downloaded bit-vec v0.6.3
6022026-07-21T17:20:07.457Z Downloaded bcs v0.1.6
6032026-07-21T17:20:07.457Z Downloaded embedded-io v0.4.0
6042026-07-21T17:20:07.460Z Downloaded cbc v0.2.1
6052026-07-21T17:20:07.460Z Downloaded flagset v0.4.7
6062026-07-21T17:20:07.464Z Downloaded defmt-macros v1.0.1
6072026-07-21T17:20:07.464Z Downloaded cookie_store v0.22.1
6082026-07-21T17:20:07.467Z Downloaded darling v0.21.3
6092026-07-21T17:20:07.471Z Downloaded foreign-types v0.3.2
6102026-07-21T17:20:07.471Z Downloaded blowfish v0.10.0
6112026-07-21T17:20:07.471Z Downloaded cexpr v0.6.0
6122026-07-21T17:20:07.474Z Downloaded foreign-types v0.5.0
6132026-07-21T17:20:07.474Z Downloaded float-ord v0.3.2
6142026-07-21T17:20:07.474Z Downloaded cipher v0.5.2
6152026-07-21T17:20:07.474Z Downloaded constant_time_eq v0.4.2
6162026-07-21T17:20:07.476Z Downloaded ena v0.14.4
6172026-07-21T17:20:07.476Z Downloaded futures-macro v0.3.32
6182026-07-21T17:20:07.480Z Downloaded compression-codecs v0.4.37
6192026-07-21T17:20:07.480Z Downloaded fxhash v0.2.1
6202026-07-21T17:20:07.480Z Downloaded blake2 v0.11.0-rc.6
6212026-07-21T17:20:07.482Z Downloaded futures-sink v0.3.32
6222026-07-21T17:20:07.483Z Downloaded camino-tempfile-ext v0.3.3
6232026-07-21T17:20:07.486Z Downloaded ghash v0.6.0
6242026-07-21T17:20:07.486Z Downloaded gethostname v0.5.0
6252026-07-21T17:20:07.486Z Downloaded futures-io v0.3.32
6262026-07-21T17:20:07.486Z Downloaded bs58 v0.5.1
6272026-07-21T17:20:07.490Z Downloaded hash32 v0.2.1
6282026-07-21T17:20:07.490Z Downloaded hash32 v0.3.1
6292026-07-21T17:20:07.490Z Downloaded git-stub v1.0.0
6302026-07-21T17:20:07.492Z Downloaded globwalk v0.9.1
6312026-07-21T17:20:07.492Z Downloaded chacha20 v0.9.1
6322026-07-21T17:20:07.492Z Downloaded cassowary v0.3.0
6332026-07-21T17:20:07.495Z Downloaded daft v0.1.7
6342026-07-21T17:20:07.495Z Downloaded ctutils v0.4.2
6352026-07-21T17:20:07.498Z Downloaded critical-section v1.2.0
6362026-07-21T17:20:07.498Z Downloaded enum_dispatch v0.3.13
6372026-07-21T17:20:07.500Z Downloaded erased-serde v0.3.31
6382026-07-21T17:20:07.503Z Downloaded arrayvec v0.7.6
6392026-07-21T17:20:07.503Z Downloaded digest v0.11.3
6402026-07-21T17:20:07.506Z Downloaded foldhash v0.1.5
6412026-07-21T17:20:07.506Z Downloaded either v1.15.0
6422026-07-21T17:20:07.506Z Downloaded find-msvc-tools v0.1.9
6432026-07-21T17:20:07.509Z Downloaded fallible-iterator v0.2.0
6442026-07-21T17:20:07.509Z Downloaded derive_builder_macro v0.20.2
6452026-07-21T17:20:07.509Z Downloaded ed25519 v3.0.0
6462026-07-21T17:20:07.513Z Downloaded der_derive v0.7.3
6472026-07-21T17:20:07.513Z Downloaded filetime v0.2.27
6482026-07-21T17:20:07.513Z Downloaded cmake v0.1.57
6492026-07-21T17:20:07.516Z Downloaded hex-literal v1.1.0
6502026-07-21T17:20:07.516Z Downloaded hex v0.4.3
6512026-07-21T17:20:07.516Z Downloaded diesel-dtrace v0.5.0
6522026-07-21T17:20:07.516Z Downloaded bit-vec v0.8.0
6532026-07-21T17:20:07.519Z Downloaded headers-core v0.3.0
6542026-07-21T17:20:07.519Z Downloaded ecdsa v0.16.9
6552026-07-21T17:20:07.519Z Downloaded derive-ex v0.1.8
6562026-07-21T17:20:07.522Z Downloaded ff v0.13.1
6572026-07-21T17:20:07.522Z Downloaded ciborium v0.2.2
6582026-07-21T17:20:07.524Z Downloaded bzip2 v0.6.1
6592026-07-21T17:20:07.524Z Downloaded displaydoc v0.2.5
6602026-07-21T17:20:07.527Z Downloaded home v0.5.12
6612026-07-21T17:20:07.527Z Downloaded bzip2 v0.4.4
6622026-07-21T17:20:07.530Z Downloaded cancel-safe-futures v0.1.5
6632026-07-21T17:20:07.532Z Downloaded byte-wrapper v0.1.0
6642026-07-21T17:20:07.532Z Downloaded fixedbitset v0.5.7
6652026-07-21T17:20:07.535Z Downloaded blake2 v0.10.6
6662026-07-21T17:20:07.535Z Downloaded chacha20 v0.10.0
6672026-07-21T17:20:07.537Z Downloaded fs_extra v1.3.0
6682026-07-21T17:20:07.537Z Downloaded fs-err v2.11.0
6692026-07-21T17:20:07.540Z Downloaded hostname v0.4.2
6702026-07-21T17:20:07.540Z Downloaded cookie v0.18.1
6712026-07-21T17:20:07.543Z Downloaded arc-swap v1.8.2
6722026-07-21T17:20:07.547Z Downloaded hubpack_derive v0.1.1
6732026-07-21T17:20:07.547Z Downloaded http-range v0.1.5
6742026-07-21T17:20:07.547Z Downloaded futures-executor v0.3.32
6752026-07-21T17:20:07.550Z Downloaded hubpack v0.1.2
6762026-07-21T17:20:07.550Z Downloaded hyper-tls v0.6.0
6772026-07-21T17:20:07.550Z Downloaded httpdate v1.0.3
6782026-07-21T17:20:07.550Z Downloaded darling_core v0.20.11
6792026-07-21T17:20:07.553Z Downloaded group v0.14.0
6802026-07-21T17:20:07.556Z Downloaded indent_write v2.2.0
6812026-07-21T17:20:07.556Z Downloaded illumos-nvpair-sys v0.2.0
6822026-07-21T17:20:07.559Z Downloaded idna_adapter v1.2.1
6832026-07-21T17:20:07.559Z Downloaded group v0.13.0
6842026-07-21T17:20:07.559Z Downloaded crossbeam-epoch v0.9.18
6852026-07-21T17:20:07.561Z Downloaded darling v0.23.0
6862026-07-21T17:20:07.564Z Downloaded csv-core v0.1.13
6872026-07-21T17:20:07.566Z Downloaded crc32fast v1.5.0
6882026-07-21T17:20:07.569Z Downloaded env_logger v0.11.9
6892026-07-21T17:20:07.569Z Downloaded diff v0.1.13
6902026-07-21T17:20:07.572Z Downloaded ed25519 v2.2.3
6912026-07-21T17:20:07.575Z Downloaded indoc v1.0.9
6922026-07-21T17:20:07.575Z Downloaded ident_case v1.0.1
6932026-07-21T17:20:07.577Z Downloaded inout v0.1.4
6942026-07-21T17:20:07.577Z Downloaded inout v0.2.2
6952026-07-21T17:20:07.577Z Downloaded ff v0.14.0
6962026-07-21T17:20:07.580Z Downloaded illumos-nvpair v0.3.0
6972026-07-21T17:20:07.580Z Downloaded futures-channel v0.3.32
6982026-07-21T17:20:07.583Z Downloaded ecdsa v0.17.0-rc.18
6992026-07-21T17:20:07.583Z Downloaded derive_builder v0.20.2
7002026-07-21T17:20:07.586Z Downloaded is_ci v1.2.0
7012026-07-21T17:20:07.589Z Downloaded internet-checksum v0.2.1
7022026-07-21T17:20:07.589Z Downloaded const-oid v0.9.6
7032026-07-21T17:20:07.592Z Downloaded cipher v0.4.4
7042026-07-21T17:20:07.592Z Downloaded const-oid v0.10.2
7052026-07-21T17:20:07.594Z Downloaded highway v1.3.0
7062026-07-21T17:20:07.597Z Downloaded instability v0.3.11
7072026-07-21T17:20:07.597Z Downloaded is-terminal v0.4.17
7082026-07-21T17:20:07.597Z Downloaded instant v0.1.13
7092026-07-21T17:20:07.600Z Downloaded foldhash v0.2.0
7102026-07-21T17:20:07.600Z Downloaded keccak v0.1.6
7112026-07-21T17:20:07.603Z Downloaded lazy_static v1.5.0
7122026-07-21T17:20:07.603Z Downloaded lalrpop-util v0.19.12
7132026-07-21T17:20:07.603Z Downloaded humantime v2.3.0
7142026-07-21T17:20:07.606Z Downloaded hostname v0.3.1
7152026-07-21T17:20:07.606Z Downloaded console v0.16.2
7162026-07-21T17:20:07.621Z Downloaded console v0.15.11
7172026-07-21T17:20:07.621Z Downloaded kstat-rs v0.2.4
7182026-07-21T17:20:07.621Z Downloaded darling_core v0.21.3
7192026-07-21T17:20:07.621Z Downloaded http-body-util v0.1.3
7202026-07-21T17:20:07.621Z Downloaded hyper-staticfile v0.10.1
7212026-07-21T17:20:07.621Z Downloaded allocator-api2 v0.2.21
7222026-07-21T17:20:07.621Z Downloaded kem v0.3.0
7232026-07-21T17:20:07.621Z Downloaded colored v3.1.1
7242026-07-21T17:20:07.624Z Downloaded libscf-sys v1.1.0
7252026-07-21T17:20:07.624Z Downloaded lru-slab v0.1.2
7262026-07-21T17:20:07.624Z Downloaded managed v0.8.0
7272026-07-21T17:20:07.624Z Downloaded lzss v0.8.2
7282026-07-21T17:20:07.627Z Downloaded lru-cache v0.1.2
7292026-07-21T17:20:07.627Z Downloaded maplit v1.0.2
7302026-07-21T17:20:07.630Z Downloaded half v1.8.3
7312026-07-21T17:20:07.630Z Downloaded fatfs v0.3.6
7322026-07-21T17:20:07.633Z Downloaded drift v0.2.0
7332026-07-21T17:20:07.640Z Downloaded ingot-types v0.1.2
7342026-07-21T17:20:07.642Z Downloaded ingot v0.1.1
7352026-07-21T17:20:07.642Z Downloaded memoffset v0.9.1
7362026-07-21T17:20:07.642Z Downloaded mime v0.3.17
7372026-07-21T17:20:07.647Z Downloaded maybe-uninit v2.0.0
7382026-07-21T17:20:07.647Z Downloaded match_cfg v0.1.0
7392026-07-21T17:20:07.647Z Downloaded indoc v2.0.7
7402026-07-21T17:20:07.650Z Downloaded futures v0.3.32
7412026-07-21T17:20:07.652Z Downloaded compact_str v0.8.1
7422026-07-21T17:20:07.655Z Downloaded const_format v0.2.35
7432026-07-21T17:20:07.658Z Downloaded ipnet v2.11.0
7442026-07-21T17:20:07.658Z Downloaded dropshot_endpoint v0.17.1
7452026-07-21T17:20:07.661Z Downloaded multimap v0.10.1
7462026-07-21T17:20:07.664Z Downloaded derive_more v0.99.20
7472026-07-21T17:20:07.664Z Downloaded bytes v1.11.1
7482026-07-21T17:20:07.667Z Downloaded newtype_derive v0.1.6
7492026-07-21T17:20:07.670Z Downloaded num v0.4.3
7502026-07-21T17:20:07.670Z Downloaded num-conv v0.2.0
7512026-07-21T17:20:07.672Z Downloaded nonempty v0.12.0
7522026-07-21T17:20:07.672Z Downloaded httparse v1.10.1
7532026-07-21T17:20:07.675Z Downloaded nodrop v0.1.14
7542026-07-21T17:20:07.675Z Downloaded num-derive v0.4.2
7552026-07-21T17:20:07.678Z Downloaded num-derive v0.3.3
7562026-07-21T17:20:07.678Z Downloaded iana-time-zone v0.1.65
7572026-07-21T17:20:07.681Z Downloaded libsw-core v0.3.2
7582026-07-21T17:20:07.684Z Downloaded num-iter v0.1.45
7592026-07-21T17:20:07.684Z Downloaded hybrid-array v0.4.13
7602026-07-21T17:20:07.688Z Downloaded crossterm v0.28.1
7612026-07-21T17:20:07.691Z Downloaded num_threads v0.1.7
7622026-07-21T17:20:07.691Z Downloaded linear-map v1.2.0
7632026-07-21T17:20:07.691Z Downloaded libefi-sys v0.1.0
7642026-07-21T17:20:07.694Z Downloaded flume v0.11.1
7652026-07-21T17:20:07.696Z Downloaded md-5 v0.10.6
7662026-07-21T17:20:07.696Z Downloaded lock_api v0.4.14
7672026-07-21T17:20:07.699Z Downloaded num_enum_derive v0.5.11
7682026-07-21T17:20:07.699Z Downloaded md5 v0.8.0
7692026-07-21T17:20:07.699Z Downloaded chacha20poly1305 v0.10.1
7702026-07-21T17:20:07.702Z Downloaded opaque-debug v0.3.1
7712026-07-21T17:20:07.702Z Downloaded olpc-cjson v0.1.4
7722026-07-21T17:20:07.705Z Downloaded half v2.7.1
7732026-07-21T17:20:07.705Z Downloaded openssl-probe v0.2.1
7742026-07-21T17:20:07.708Z Downloaded ingot-macros v0.1.1
7752026-07-21T17:20:07.708Z Downloaded hmac v0.13.0
7762026-07-21T17:20:07.712Z Downloaded des v0.9.0
7772026-07-21T17:20:07.712Z Downloaded openssl-probe v0.1.6
7782026-07-21T17:20:07.712Z Downloaded base64 v0.21.7
7792026-07-21T17:20:07.715Z Downloaded native-tls v0.2.18
7802026-07-21T17:20:07.715Z Downloaded openssl-macros v0.1.1
7812026-07-21T17:20:07.719Z Downloaded nanorand v0.7.0
7822026-07-21T17:20:07.719Z Downloaded hmac v0.12.1
7832026-07-21T17:20:07.725Z Downloaded getrandom v0.2.17
7842026-07-21T17:20:07.725Z Downloaded mime_guess v2.0.5
7852026-07-21T17:20:07.728Z Downloaded ipnetwork v0.21.1
7862026-07-21T17:20:07.728Z Downloaded oso-derive v0.27.3
7872026-07-21T17:20:07.728Z Downloaded packed_struct_codegen v0.10.1
7882026-07-21T17:20:07.728Z Downloaded crossbeam-channel v0.5.15
7892026-07-21T17:20:07.731Z Downloaded libloading v0.8.9
7902026-07-21T17:20:07.731Z Downloaded nu-ansi-term v0.50.3
7912026-07-21T17:20:07.734Z Downloaded multer v3.1.0
7922026-07-21T17:20:07.737Z Downloaded module-lattice v0.2.3
7932026-07-21T17:20:07.737Z Downloaded num-integer v0.1.46
7942026-07-21T17:20:07.740Z Downloaded num_enum v0.7.6
7952026-07-21T17:20:07.743Z Downloaded path-slash v0.1.5
7962026-07-21T17:20:07.743Z Downloaded parse-size v1.1.0
7972026-07-21T17:20:07.743Z Downloaded newtype-uuid v1.3.2
7982026-07-21T17:20:07.746Z Downloaded num_enum v0.5.11
7992026-07-21T17:20:07.749Z Downloaded percent-encoding v2.3.2
8002026-07-21T17:20:07.749Z Downloaded peg-runtime v0.8.5
8012026-07-21T17:20:07.749Z Downloaded password-hash v0.6.1
8022026-07-21T17:20:07.752Z Downloaded parse-display v0.10.0
8032026-07-21T17:20:07.752Z Downloaded getrandom v0.3.4
8042026-07-21T17:20:07.755Z Downloaded num-complex v0.4.6
8052026-07-21T17:20:07.755Z Downloaded heapless v0.8.0
8062026-07-21T17:20:07.757Z Downloaded generic-array v1.4.3
8072026-07-21T17:20:07.760Z Downloaded hyper-rustls v0.27.7
8082026-07-21T17:20:07.763Z Downloaded num-rational v0.4.2
8092026-07-21T17:20:07.763Z Downloaded phf_shared v0.12.1
8102026-07-21T17:20:07.765Z Downloaded phf_shared v0.13.1
8112026-07-21T17:20:07.766Z Downloaded phf_shared v0.11.3
8122026-07-21T17:20:07.766Z Downloaded litrs v1.0.0
8132026-07-21T17:20:07.769Z Downloaded litemap v0.8.1
8142026-07-21T17:20:07.772Z Downloaded libsw v3.5.0
8152026-07-21T17:20:07.772Z Downloaded icu_provider v2.1.1
8162026-07-21T17:20:07.774Z Downloaded owo-colors v4.3.0
8172026-07-21T17:20:07.774Z Downloaded derive_more v2.1.1
8182026-07-21T17:20:07.797Z Downloaded predicates-tree v1.0.13
8192026-07-21T17:20:07.800Z Downloaded potential_utf v0.1.4
8202026-07-21T17:20:07.800Z Downloaded oxnet v0.1.6
8212026-07-21T17:20:07.802Z Downloaded memmap2 v0.9.10
8222026-07-21T17:20:07.802Z Downloaded indexmap v1.9.3
8232026-07-21T17:20:07.805Z Downloaded ignore v0.4.25
8242026-07-21T17:20:07.805Z Downloaded precomputed-hash v0.1.1
8252026-07-21T17:20:07.808Z Downloaded powerfmt v0.2.0
8262026-07-21T17:20:07.808Z Downloaded packed_struct v0.10.1
8272026-07-21T17:20:07.808Z Downloaded icu_properties v2.1.2
8282026-07-21T17:20:07.813Z Downloaded predicates-core v1.0.10
8292026-07-21T17:20:07.816Z Downloaded proc-macro-crate v1.3.1
8302026-07-21T17:20:07.816Z Downloaded oxide-tokio-rt v0.1.4
8312026-07-21T17:20:07.816Z Downloaded ml-kem v0.3.2
8322026-07-21T17:20:07.816Z Downloaded icu_normalizer_data v2.1.1
8332026-07-21T17:20:07.819Z Downloaded proc-macro-crate v3.4.0
8342026-07-21T17:20:07.823Z Downloaded flate2 v1.1.9
8352026-07-21T17:20:07.826Z Downloaded pem-rfc7468 v1.0.0
8362026-07-21T17:20:07.826Z Downloaded progenitor-macro v0.13.0
8372026-07-21T17:20:07.826Z Downloaded progenitor-client v0.14.0
8382026-07-21T17:20:07.826Z Downloaded progenitor-macro v0.14.0
8392026-07-21T17:20:07.829Z Downloaded expectorate v1.2.0
8402026-07-21T17:20:07.829Z Downloaded proc-macro-error-attr2 v2.0.0
8412026-07-21T17:20:07.832Z Downloaded phf v0.12.1
8422026-07-21T17:20:07.832Z Downloaded parse-display-derive v0.10.0
8432026-07-21T17:20:07.834Z Downloaded peg-macros v0.8.5
8442026-07-21T17:20:07.834Z Downloaded icu_locale_core v2.1.1
8452026-07-21T17:20:07.837Z Downloaded libbz2-rs-sys v0.2.2
8462026-07-21T17:20:07.840Z Downloaded phf v0.13.1
8472026-07-21T17:20:07.840Z Downloaded pin-project-lite v0.2.17
8482026-07-21T17:20:07.843Z Downloaded phc v0.6.1
8492026-07-21T17:20:07.846Z Downloaded port-file v0.1.0
8502026-07-21T17:20:07.849Z Downloaded psl-types v2.0.11
8512026-07-21T17:20:07.849Z Downloaded ed25519-dalek v3.0.0-rc.0
8522026-07-21T17:20:07.852Z Downloaded diesel_derives v2.3.7
8532026-07-21T17:20:07.855Z Downloaded heapless v0.7.17
8542026-07-21T17:20:07.857Z Downloaded radium v0.7.0
8552026-07-21T17:20:07.860Z Downloaded quick-error v1.2.3
8562026-07-21T17:20:07.860Z Downloaded polyval v0.7.1
8572026-07-21T17:20:07.865Z Downloaded pin-project-internal v1.1.11
8582026-07-21T17:20:07.865Z Downloaded hickory-resolver v0.24.4
8592026-07-21T17:20:07.868Z Downloaded num_enum_derive v0.7.6
8602026-07-21T17:20:07.868Z Downloaded pem-rfc7468 v0.7.0
8612026-07-21T17:20:07.868Z Downloaded parking_lot v0.12.5
8622026-07-21T17:20:07.871Z Downloaded parking_lot_core v0.9.12
8632026-07-21T17:20:07.874Z Downloaded primeorder v0.14.0-rc.10
8642026-07-21T17:20:07.874Z Downloaded rand_chacha v0.3.1
8652026-07-21T17:20:07.874Z Downloaded icu_collections v2.1.1
8662026-07-21T17:20:07.878Z Downloaded rand_xorshift v0.4.0
8672026-07-21T17:20:07.880Z Downloaded ref-cast v1.0.25
8682026-07-21T17:20:07.883Z Downloaded progenitor-extras v0.2.0
8692026-07-21T17:20:07.883Z Downloaded recursive-proc-macro-impl v0.1.1
8702026-07-21T17:20:07.883Z Downloaded recursive v0.1.1
8712026-07-21T17:20:07.886Z Downloaded progenitor-client v0.13.0
8722026-07-21T17:20:07.886Z Downloaded ref-cast-impl v1.0.25
8732026-07-21T17:20:07.889Z Downloaded progenitor v0.14.0
8742026-07-21T17:20:07.889Z Downloaded progenitor v0.13.0
8752026-07-21T17:20:07.889Z Downloaded proc-macro-error2 v2.0.1
8762026-07-21T17:20:07.892Z Downloaded ppv-lite86 v0.2.21
8772026-07-21T17:20:07.895Z Downloaded primefield v0.14.0
8782026-07-21T17:20:07.895Z Downloaded paste v1.0.15
8792026-07-21T17:20:07.895Z Downloaded miniz_oxide v0.8.9
8802026-07-21T17:20:07.898Z Downloaded rfc6979 v0.5.0
8812026-07-21T17:20:07.900Z Downloaded rfc6979 v0.4.0
8822026-07-21T17:20:07.901Z Downloaded pkg-config v0.3.32
8832026-07-21T17:20:07.901Z Downloaded hickory-resolver v0.25.2
8842026-07-21T17:20:07.903Z Downloaded predicates v3.1.4
8852026-07-21T17:20:07.906Z Downloaded parking_lot_core v0.8.6
8862026-07-21T17:20:07.910Z Downloaded postgres-types v0.2.12
8872026-07-21T17:20:07.910Z Downloaded postgres-protocol v0.6.10
8882026-07-21T17:20:07.913Z Downloaded poly1305 v0.9.0
8892026-07-21T17:20:07.915Z Downloaded rtoolbox v0.0.3
8902026-07-21T17:20:07.915Z Downloaded r2d2 v0.8.10
8912026-07-21T17:20:07.915Z Downloaded psm v0.1.30
8922026-07-21T17:20:07.918Z Downloaded pkcs8 v0.10.2
8932026-07-21T17:20:07.923Z Downloaded rustc_version v0.4.1
8942026-07-21T17:20:07.923Z Downloaded rustc_version v0.1.7
8952026-07-21T17:20:07.923Z Downloaded rustc-hash v2.1.1
8962026-07-21T17:20:07.926Z Downloaded russh-cryptovec v0.61.0
8972026-07-21T17:20:07.926Z Downloaded omicron-zone-package v0.12.3
8982026-07-21T17:20:07.926Z Downloaded russh-util v0.52.0
8992026-07-21T17:20:07.926Z Downloaded rand_seeder v0.4.0
9002026-07-21T17:20:07.929Z Downloaded pkcs1 v0.8.0-rc.4
9012026-07-21T17:20:07.929Z Downloaded rand_core v0.6.4
9022026-07-21T17:20:07.932Z Downloaded rand_chacha v0.9.0
9032026-07-21T17:20:07.932Z Downloaded papergrid v0.17.0
9042026-07-21T17:20:07.938Z Downloaded jiff-static v0.2.21
9052026-07-21T17:20:07.941Z Downloaded indicatif v0.18.4
9062026-07-21T17:20:07.941Z Downloaded poly1305 v0.8.0
9072026-07-21T17:20:07.941Z Downloaded oso v0.27.3
9082026-07-21T17:20:07.944Z Downloaded num-traits v0.2.19
9092026-07-21T17:20:07.947Z Downloaded scheduled-thread-pool v0.2.7
9102026-07-21T17:20:07.947Z Downloaded postcard v1.1.3
9112026-07-21T17:20:07.950Z Downloaded der v0.8.0
9122026-07-21T17:20:07.952Z Downloaded same-file v1.0.6
9132026-07-21T17:20:07.955Z Downloaded sapling-renderdag v0.1.0
9142026-07-21T17:20:07.955Z Downloaded hickory-server v0.25.2
9152026-07-21T17:20:07.958Z Downloaded serde_bytes v0.11.19
9162026-07-21T17:20:07.961Z Downloaded secrecy v0.10.3
9172026-07-21T17:20:07.962Z Downloaded secrecy v0.8.0
9182026-07-21T17:20:07.962Z Downloaded primeorder v0.13.6
9192026-07-21T17:20:07.964Z Downloaded seq-macro v0.3.6
9202026-07-21T17:20:07.964Z Downloaded openssl-sys v0.9.115
9212026-07-21T17:20:07.967Z Downloaded hashbrown v0.12.3
9222026-07-21T17:20:07.970Z Downloaded pkcs1 v0.7.5
9232026-07-21T17:20:07.974Z Downloaded icu_normalizer v2.1.1
9242026-07-21T17:20:07.976Z Downloaded pkcs8 v0.11.0
9252026-07-21T17:20:07.976Z Downloaded aes v0.9.1
9262026-07-21T17:20:07.979Z Downloaded parking_lot v0.11.2
9272026-07-21T17:20:07.984Z Downloaded serde_urlencoded v0.7.1
9282026-07-21T17:20:07.988Z Downloaded serde_spanned v1.1.1
9292026-07-21T17:20:07.988Z Downloaded serde_plain v1.0.2
9302026-07-21T17:20:07.988Z Downloaded pem v3.0.6
9312026-07-21T17:20:07.988Z Downloaded pin-project v1.1.11
9322026-07-21T17:20:07.992Z Downloaded serde-big-array v0.5.1
9332026-07-21T17:20:07.998Z Downloaded serde_repr v0.1.20
9342026-07-21T17:20:07.998Z Downloaded quinn-udp v0.5.14
9352026-07-21T17:20:07.998Z Downloaded semver v0.1.20
9362026-07-21T17:20:08.001Z Downloaded prefix-trie v0.7.0
9372026-07-21T17:20:08.004Z Downloaded rand_core v0.10.0
9382026-07-21T17:20:08.004Z Downloaded rustversion v1.0.22
9392026-07-21T17:20:08.007Z Downloaded rand_core v0.9.5
9402026-07-21T17:20:08.007Z Downloaded progenitor-impl v0.14.0
9412026-07-21T17:20:08.007Z Downloaded sha1 v0.10.6
9422026-07-21T17:20:08.011Z Downloaded shell-words v1.1.1
9432026-07-21T17:20:08.011Z Downloaded pkcs5 v0.8.1
9442026-07-21T17:20:08.014Z Downloaded scroll_derive v0.13.1
9452026-07-21T17:20:08.014Z Downloaded signal-hook-tokio v0.3.1
9462026-07-21T17:20:08.017Z Downloaded signal-hook-mio v0.2.5
9472026-07-21T17:20:08.017Z Downloaded rusty-fork v0.3.1
9482026-07-21T17:20:08.017Z Downloaded rustls-pemfile v2.2.0
9492026-07-21T17:20:08.021Z Downloaded hyper-util v0.1.20
9502026-07-21T17:20:08.026Z Downloaded signature v2.2.0
9512026-07-21T17:20:08.026Z Downloaded hashbrown v0.13.2
9522026-07-21T17:20:08.030Z Downloaded sigpipe v0.1.3
9532026-07-21T17:20:08.030Z Downloaded siphasher v1.0.2
9542026-07-21T17:20:08.030Z Downloaded signature v3.0.0
9552026-07-21T17:20:08.033Z Downloaded sec1 v0.8.1
9562026-07-21T17:20:08.033Z Downloaded scrypt v0.12.0
9572026-07-21T17:20:08.033Z Downloaded slog-envlogger v2.2.0
9582026-07-21T17:20:08.037Z Downloaded resolv-conf v0.7.6
9592026-07-21T17:20:08.037Z Downloaded minimal-lexical v0.2.1
9602026-07-21T17:20:08.040Z Downloaded derive_more-impl v2.1.1
9612026-07-21T17:20:08.043Z Downloaded rpassword v7.5.4
9622026-07-21T17:20:08.046Z Downloaded p256 v0.14.0-rc.10
9632026-07-21T17:20:08.050Z Downloaded slog-bunyan v2.5.0
9642026-07-21T17:20:08.050Z Downloaded serde_path_to_error v0.1.20
9652026-07-21T17:20:08.050Z Downloaded serde-hex v0.1.0
9662026-07-21T17:20:08.053Z Downloaded rustls-native-certs v0.8.3
9672026-07-21T17:20:08.053Z Downloaded http v1.4.2
9682026-07-21T17:20:08.056Z Downloaded crossterm v0.29.0
9692026-07-21T17:20:08.059Z Downloaded scopeguard v1.2.0
9702026-07-21T17:20:08.062Z Downloaded serde_with_macros v1.5.2
9712026-07-21T17:20:08.062Z Downloaded schemars_derive v0.8.22
9722026-07-21T17:20:08.062Z Downloaded peg v0.8.5
9732026-07-21T17:20:08.065Z Downloaded serdect v0.4.3
9742026-07-21T17:20:08.070Z Downloaded sqlparser_derive v0.5.0
9752026-07-21T17:20:08.070Z Downloaded pbkdf2 v0.13.0
9762026-07-21T17:20:08.074Z Downloaded password-hash v0.5.0
9772026-07-21T17:20:08.074Z Downloaded der v0.7.10
9782026-07-21T17:20:08.077Z Downloaded signal-hook-registry v1.4.8
9792026-07-21T17:20:08.077Z Downloaded rcgen v0.12.1
9802026-07-21T17:20:08.077Z Downloaded shlex v1.3.0
9812026-07-21T17:20:08.080Z Downloaded stable_deref_trait v1.2.1
9822026-07-21T17:20:08.080Z Downloaded serde_derive_internals v0.29.1
9832026-07-21T17:20:08.080Z Downloaded progenitor-impl v0.13.0
9842026-07-21T17:20:08.083Z Downloaded rustls-pki-types v1.14.0
9852026-07-21T17:20:08.086Z Downloaded sha1 v0.11.0
9862026-07-21T17:20:08.086Z Downloaded bumpalo v3.20.2
9872026-07-21T17:20:08.091Z Downloaded hashbrown v0.16.1
9882026-07-21T17:20:08.094Z Downloaded salsa20 v0.11.0
9892026-07-21T17:20:08.094Z Downloaded prettyplease v0.2.37
9902026-07-21T17:20:08.097Z Downloaded slab v0.4.12
9912026-07-21T17:20:08.097Z Downloaded internal-russh-num-bigint v0.5.0
9922026-07-21T17:20:08.103Z Downloaded smallvec v0.6.14
9932026-07-21T17:20:08.103Z Downloaded strum v0.27.2
9942026-07-21T17:20:08.106Z Downloaded strip-ansi-escapes v0.2.1
9952026-07-21T17:20:08.106Z Downloaded slog-json v2.6.1
9962026-07-21T17:20:08.106Z Downloaded simd-adler32 v0.3.8
9972026-07-21T17:20:08.106Z Downloaded slog-dtrace v0.3.0
9982026-07-21T17:20:08.106Z Downloaded headers v0.4.1
9992026-07-21T17:20:08.109Z Downloaded nibble_vec v0.1.0
10002026-07-21T17:20:08.112Z Downloaded normalize-line-endings v0.3.0
10012026-07-21T17:20:08.113Z Downloaded newtype-uuid-macros v0.1.0
10022026-07-21T17:20:08.113Z Downloaded newline-converter v0.3.0
10032026-07-21T17:20:08.116Z Downloaded new_debug_unreachable v1.0.6
10042026-07-21T17:20:08.116Z Downloaded keccak v0.2.0
10052026-07-21T17:20:08.116Z Downloaded ron v0.8.1
10062026-07-21T17:20:08.119Z Downloaded tabled_derive v0.11.0
10072026-07-21T17:20:08.124Z Downloaded sync-ptr v0.1.4
10082026-07-21T17:20:08.124Z Downloaded supports-color v3.0.2
10092026-07-21T17:20:08.124Z Downloaded jobserver v0.1.34
10102026-07-21T17:20:08.127Z Downloaded tabwriter v1.4.1
10112026-07-21T17:20:08.127Z Downloaded strum v0.26.3
10122026-07-21T17:20:08.127Z Downloaded p384 v0.14.0-rc.10
10132026-07-21T17:20:08.130Z Downloaded structmeta-derive v0.3.0
10142026-07-21T17:20:08.130Z Downloaded structmeta v0.3.0
10152026-07-21T17:20:08.130Z Downloaded subtle v2.6.1
10162026-07-21T17:20:08.134Z Downloaded sync_wrapper v1.0.2
10172026-07-21T17:20:08.134Z Downloaded serde_with_macros v3.21.0
10182026-07-21T17:20:08.134Z Downloaded num-bigint v0.4.6
10192026-07-21T17:20:08.138Z Downloaded tap v1.0.1
10202026-07-21T17:20:08.142Z Downloaded take_mut v0.2.2
10212026-07-21T17:20:08.142Z Downloaded ssh-cipher v0.3.0-rc.9
10222026-07-21T17:20:08.142Z Downloaded slog-term v2.9.2
10232026-07-21T17:20:08.142Z Downloaded slog-stdlog v4.1.1
10242026-07-21T17:20:08.145Z Downloaded scroll v0.13.0
10252026-07-21T17:20:08.145Z Downloaded schemars v0.8.22
10262026-07-21T17:20:08.152Z Downloaded thread-id v5.1.0
10272026-07-21T17:20:08.155Z Downloaded termtree v0.5.1
10282026-07-21T17:20:08.155Z Downloaded spki v0.7.3
10292026-07-21T17:20:08.155Z Downloaded hashbrown v0.15.5
10302026-07-21T17:20:08.158Z Downloaded serde_cbor v0.11.2
10312026-07-21T17:20:08.164Z Downloaded time-core v0.1.8
10322026-07-21T17:20:08.164Z Downloaded thiserror-impl-no-std v2.0.2
10332026-07-21T17:20:08.167Z Downloaded rustls-platform-verifier v0.6.2
10342026-07-21T17:20:08.167Z Downloaded dropshot-api-manager v0.7.2
10352026-07-21T17:20:08.170Z Downloaded rayon-core v1.13.0
10362026-07-21T17:20:08.173Z Downloaded strsim v0.10.0
10372026-07-21T17:20:08.173Z Downloaded static_assertions v1.1.0
10382026-07-21T17:20:08.176Z Downloaded tokio-macros v2.7.0
10392026-07-21T17:20:08.176Z Downloaded aho-corasick v1.1.4
10402026-07-21T17:20:08.179Z Downloaded mio v1.2.0
10412026-07-21T17:20:08.183Z Downloaded string_cache v0.8.9
10422026-07-21T17:20:08.186Z Downloaded rand v0.8.6
10432026-07-21T17:20:08.186Z Downloaded smallvec v1.15.1
10442026-07-21T17:20:08.189Z Downloaded nom v7.1.3
10452026-07-21T17:20:08.192Z Downloaded tinyvec_macros v0.1.1
10462026-07-21T17:20:08.192Z Downloaded quinn v0.11.9
10472026-07-21T17:20:08.195Z Downloaded synstructure v0.13.2
10482026-07-21T17:20:08.195Z Downloaded strum_macros v0.27.2
10492026-07-21T17:20:08.198Z Downloaded futures-util v0.3.32
10502026-07-21T17:20:08.204Z Downloaded tokio-test v0.4.5
10512026-07-21T17:20:08.208Z Downloaded publicsuffix v2.3.0
10522026-07-21T17:20:08.211Z Downloaded libxml v0.3.3
10532026-07-21T17:20:08.214Z Downloaded spin v0.9.8
10542026-07-21T17:20:08.214Z Downloaded termios v0.3.3
10552026-07-21T17:20:08.217Z Downloaded snafu-derive v0.8.9
10562026-07-21T17:20:08.217Z Downloaded icu_properties_data v2.1.2
10572026-07-21T17:20:08.223Z Downloaded tower-service v0.3.3
10582026-07-21T17:20:08.226Z Downloaded topological-sort v0.2.2
10592026-07-21T17:20:08.226Z Downloaded time-macros v0.2.27
10602026-07-21T17:20:08.229Z Downloaded p521 v0.14.0-rc.10
10612026-07-21T17:20:08.234Z Downloaded thread_local v1.1.9
10622026-07-21T17:20:08.234Z Downloaded tower-layer v0.3.3
10632026-07-21T17:20:08.234Z Downloaded similar v2.7.0
10642026-07-21T17:20:08.237Z Downloaded try-lock v0.2.5
10652026-07-21T17:20:08.237Z Downloaded iri-string v0.7.10
10662026-07-21T17:20:08.241Z Downloaded slog v2.8.2
10672026-07-21T17:20:08.244Z Downloaded tokio-native-tls v0.3.1
10682026-07-21T17:20:08.247Z Downloaded trait-variant v0.1.2
10692026-07-21T17:20:08.247Z Downloaded tinystr v0.8.2
10702026-07-21T17:20:08.247Z Downloaded stringprep v0.1.5
10712026-07-21T17:20:08.251Z Downloaded thiserror-no-std v2.0.2
10722026-07-21T17:20:08.251Z Downloaded serde_yaml v0.9.34+deprecated
10732026-07-21T17:20:08.254Z Downloaded schemars v0.9.0
10742026-07-21T17:20:08.261Z Downloaded unit-prefix v0.5.2
10752026-07-21T17:20:08.264Z Downloaded typify-macro v0.6.2
10762026-07-21T17:20:08.264Z Downloaded untrusted v0.9.0
10772026-07-21T17:20:08.264Z Downloaded itertools v0.14.0
10782026-07-21T17:20:08.268Z Downloaded usdt-attr-macro v0.6.0
10792026-07-21T17:20:08.271Z Downloaded socket2 v0.5.10
10802026-07-21T17:20:08.271Z Downloaded rustls-webpki v0.103.13
10812026-07-21T17:20:08.275Z Downloaded rsa v0.9.10
10822026-07-21T17:20:08.278Z Downloaded unarray v0.1.4
10832026-07-21T17:20:08.279Z Downloaded h2 v0.4.15
10842026-07-21T17:20:08.282Z Downloaded usdt-macro v0.6.0
10852026-07-21T17:20:08.285Z Downloaded untrusted v0.7.1
10862026-07-21T17:20:08.285Z Downloaded universal-hash v0.6.1
10872026-07-21T17:20:08.285Z Downloaded term v1.2.1
10882026-07-21T17:20:08.290Z Downloaded term v0.7.0
10892026-07-21T17:20:08.290Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10902026-07-21T17:20:08.293Z Downloaded utf-8 v0.7.6
10912026-07-21T17:20:08.293Z Downloaded usdt v0.6.0
10922026-07-21T17:20:08.293Z Downloaded void v1.0.2
10932026-07-21T17:20:08.293Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10942026-07-21T17:20:08.293Z Downloaded waitgroup v0.1.2
10952026-07-21T17:20:08.296Z Downloaded wait-timeout v0.2.1
10962026-07-21T17:20:08.296Z Downloaded toml_writer v1.1.1+spec-1.1.0
10972026-07-21T17:20:08.296Z Downloaded signal-hook v0.3.18
10982026-07-21T17:20:08.300Z Downloaded hyper v1.10.1
10992026-07-21T17:20:08.303Z Downloaded samael v0.0.19
11002026-07-21T17:20:08.306Z Downloaded universal-hash v0.5.1
11012026-07-21T17:20:08.309Z Downloaded tokio-dtrace v0.1.1
11022026-07-21T17:20:08.309Z Downloaded tiny-keccak v2.0.2
11032026-07-21T17:20:08.312Z Downloaded subprocess v0.2.15
11042026-07-21T17:20:08.312Z Downloaded want v0.3.1
11052026-07-21T17:20:08.316Z Downloaded tls_codec_derive v0.4.2
11062026-07-21T17:20:08.316Z Downloaded unicode-truncate v1.1.0
11072026-07-21T17:20:08.316Z Downloaded tokio-tungstenite v0.23.1
11082026-07-21T17:20:08.319Z Downloaded tls_codec v0.4.2
11092026-07-21T17:20:08.319Z Downloaded xattr v1.6.1
11102026-07-21T17:20:08.319Z Downloaded itertools v0.13.0
11112026-07-21T17:20:08.323Z Downloaded hkdf v0.12.4
11122026-07-21T17:20:08.326Z Downloaded num-bigint-dig v0.8.6
11132026-07-21T17:20:08.329Z Downloaded snafu v0.8.9
11142026-07-21T17:20:08.332Z Downloaded unicode-xid v0.2.6
11152026-07-21T17:20:08.332Z Downloaded nom v8.0.0
11162026-07-21T17:20:08.335Z Downloaded yoke-derive v0.8.1
11172026-07-21T17:20:08.338Z Downloaded xshell-macros v0.2.7
11182026-07-21T17:20:08.338Z Downloaded tokio-tungstenite v0.21.0
11192026-07-21T17:20:08.338Z Downloaded blake3 v1.8.5
11202026-07-21T17:20:08.342Z Downloaded zerofrom v0.1.6
11212026-07-21T17:20:08.346Z Downloaded unicase v2.9.0
11222026-07-21T17:20:08.346Z Downloaded strum_macros v0.26.4
11232026-07-21T17:20:08.349Z Downloaded rand v0.9.2
11242026-07-21T17:20:08.349Z Downloaded test-strategy v0.4.5
11252026-07-21T17:20:08.352Z Downloaded utf8_iter v1.0.4
11262026-07-21T17:20:08.352Z Downloaded zerofrom-derive v0.1.6
11272026-07-21T17:20:08.352Z Downloaded libm v0.2.16
11282026-07-21T17:20:08.357Z Downloaded zone v0.3.1
11292026-07-21T17:20:08.360Z Downloaded rand v0.10.1
11302026-07-21T17:20:08.360Z Downloaded vergen-lib v9.1.0
11312026-07-21T17:20:08.363Z Downloaded uzers v0.12.2
11322026-07-21T17:20:08.363Z Downloaded usdt-impl v0.6.0
11332026-07-21T17:20:08.366Z Downloaded vergen-lib v0.1.6
11342026-07-21T17:20:08.366Z Downloaded zeroize_derive v1.4.3
11352026-07-21T17:20:08.366Z Downloaded vergen-git2 v9.1.0
11362026-07-21T17:20:08.366Z Downloaded vsss-rs v3.3.4
11372026-07-21T17:20:08.369Z Downloaded vergen-gitcl v1.0.8
11382026-07-21T17:20:08.369Z Downloaded toml_parser v1.1.2+spec-1.1.0
11392026-07-21T17:20:08.372Z Downloaded idna v1.1.0
11402026-07-21T17:20:08.375Z Downloaded strum_macros v0.24.3
11412026-07-21T17:20:08.375Z Downloaded walkdir v2.5.0
11422026-07-21T17:20:08.375Z Downloaded zone_cfg_derive v0.3.1
11432026-07-21T17:20:08.375Z Downloaded tui-tree-widget v0.23.1
11442026-07-21T17:20:08.379Z Downloaded slog-scope v4.4.1
11452026-07-21T17:20:08.379Z Downloaded tinyvec v1.10.0
11462026-07-21T17:20:08.379Z Downloaded tracing-attributes v0.1.31
11472026-07-21T17:20:08.382Z Downloaded itertools v0.12.1
11482026-07-21T17:20:08.385Z Downloaded writeable v0.6.2
11492026-07-21T17:20:08.389Z Downloaded whoami v1.6.1
11502026-07-21T17:20:08.389Z Downloaded socket2 v0.6.3
11512026-07-21T17:20:08.389Z Downloaded hkdf v0.13.0
11522026-07-21T17:20:08.393Z Downloaded xshell v0.2.7
11532026-07-21T17:20:08.393Z Downloaded tokio-rustls v0.26.4
11542026-07-21T17:20:08.393Z Downloaded wyz v0.5.1
11552026-07-21T17:20:08.396Z Downloaded schemars v1.2.1
11562026-07-21T17:20:08.401Z Downloaded yoke v0.8.1
11572026-07-21T17:20:08.404Z Downloaded unicode-properties v0.1.4
11582026-07-21T17:20:08.404Z Downloaded toml v0.7.8
11592026-07-21T17:20:08.407Z Downloaded toml v1.1.2+spec-1.1.0
11602026-07-21T17:20:08.410Z Downloaded itertools v0.10.5
11612026-07-21T17:20:08.413Z Downloaded tokio-stream v0.1.18
11622026-07-21T17:20:08.416Z Downloaded bitvec v1.0.1
11632026-07-21T17:20:08.422Z Downloaded zerovec-derive v0.11.2
11642026-07-21T17:20:08.425Z Downloaded zeroize v1.8.2
11652026-07-21T17:20:08.425Z Downloaded tungstenite v0.21.0
11662026-07-21T17:20:08.428Z Downloaded vergen v9.1.0
11672026-07-21T17:20:08.428Z Downloaded rsa v0.10.0-rc.18
11682026-07-21T17:20:08.431Z Downloaded support-bundle-viewer v0.1.2
11692026-07-21T17:20:08.431Z Downloaded chrono v0.4.45
11702026-07-21T17:20:08.435Z Downloaded sha2 v0.11.0
11712026-07-21T17:20:08.439Z Downloaded tracing-core v0.1.36
11722026-07-21T17:20:08.443Z Downloaded unicode-bidi v0.3.18
11732026-07-21T17:20:08.443Z Downloaded tungstenite v0.23.0
11742026-07-21T17:20:08.446Z Downloaded ryu v1.0.23
11752026-07-21T17:20:08.446Z Downloaded reedline v0.40.0
11762026-07-21T17:20:08.450Z Downloaded zstd v0.13.3
11772026-07-21T17:20:08.453Z Downloaded toml_edit v0.23.10+spec-1.0.0
11782026-07-21T17:20:08.455Z Downloaded tar v0.4.46
11792026-07-21T17:20:08.456Z Downloaded twox-hash v2.1.2
11802026-07-21T17:20:08.460Z Downloaded pretty_assertions v1.4.1
11812026-07-21T17:20:08.460Z Downloaded steno v0.4.1
11822026-07-21T17:20:08.463Z Downloaded testing_table v0.3.0
11832026-07-21T17:20:08.463Z Downloaded sqlformat v0.3.5
11842026-07-21T17:20:08.463Z Downloaded spki v0.8.0
11852026-07-21T17:20:08.463Z Downloaded zerocopy v0.6.6
11862026-07-21T17:20:08.466Z Downloaded tagptr v0.2.0
11872026-07-21T17:20:08.466Z Downloaded stacker v0.1.23
11882026-07-21T17:20:08.466Z Downloaded ssh-encoding v0.3.0-rc.9
11892026-07-21T17:20:08.469Z Downloaded smf v0.2.3
11902026-07-21T17:20:08.469Z Downloaded sec1 v0.7.3
11912026-07-21T17:20:08.469Z Downloaded qorb v0.4.1
11922026-07-21T17:20:08.473Z Downloaded yasna v0.5.2
11932026-07-21T17:20:08.476Z Downloaded iddqd v0.4.2
11942026-07-21T17:20:08.479Z Downloaded aws-lc-rs v1.16.3
11952026-07-21T17:20:08.487Z Downloaded serde_with v1.14.0
11962026-07-21T17:20:08.499Z Downloaded rustyline v14.0.0
11972026-07-21T17:20:08.504Z Downloaded p384 v0.13.1
11982026-07-21T17:20:08.504Z Downloaded typify v0.6.2
11992026-07-21T17:20:08.504Z Downloaded whoami v2.1.0
12002026-07-21T17:20:08.504Z Downloaded bindgen v0.71.1
12012026-07-21T17:20:08.504Z Downloaded crypto-primes v0.7.2
12022026-07-21T17:20:08.504Z Downloaded tokio-postgres v0.7.16
12032026-07-21T17:20:08.507Z Downloaded slog-async v2.8.0
12042026-07-21T17:20:08.511Z Downloaded async-compression v0.4.41
12052026-07-21T17:20:08.511Z Downloaded ar_archive_writer v0.5.1
12062026-07-21T17:20:08.515Z Downloaded lru v0.12.5
12072026-07-21T17:20:08.515Z Downloaded impl-trait-for-tuples v0.2.3
12082026-07-21T17:20:08.518Z Downloaded elliptic-curve v0.14.0-rc.33
12092026-07-21T17:20:08.518Z Downloaded darling_core v0.13.4
12102026-07-21T17:20:08.522Z Downloaded linked-hash-map v0.5.6
12112026-07-21T17:20:08.522Z Downloaded crossbeam-utils v0.8.21
12122026-07-21T17:20:08.522Z Downloaded cmov v0.5.4
12132026-07-21T17:20:08.525Z Downloaded unsafe-libyaml v0.2.11
12142026-07-21T17:20:08.525Z Downloaded lalrpop v0.19.12
12152026-07-21T17:20:08.531Z Downloaded vte v0.14.1
12162026-07-21T17:20:08.534Z Downloaded uuid v1.23.4
12172026-07-21T17:20:08.537Z Downloaded zstd-safe v7.2.4
12182026-07-21T17:20:08.537Z Downloaded zerotrie v0.2.3
12192026-07-21T17:20:08.537Z Downloaded goblin v0.10.5
12202026-07-21T17:20:08.542Z Downloaded globset v0.4.18
12212026-07-21T17:20:08.545Z Downloaded glob v0.3.3
12222026-07-21T17:20:08.545Z Downloaded git-stub-vcs v0.1.0
12232026-07-21T17:20:08.545Z Downloaded zopfli v0.8.3
12242026-07-21T17:20:08.548Z Downloaded crypto-bigint v0.5.5
12252026-07-21T17:20:08.551Z Downloaded http-body v1.0.1
12262026-07-21T17:20:08.551Z Downloaded deranged v0.5.8
12272026-07-21T17:20:08.554Z Downloaded corncobs v0.1.4
12282026-07-21T17:20:08.554Z Downloaded colored v2.2.0
12292026-07-21T17:20:08.554Z Downloaded yansi v1.0.1
12302026-07-21T17:20:08.557Z Downloaded quick-xml v0.37.5
12312026-07-21T17:20:08.560Z Downloaded url v2.5.8
12322026-07-21T17:20:08.561Z Downloaded toml_edit v0.19.15
12332026-07-21T17:20:08.570Z Downloaded zip v0.6.6
12342026-07-21T17:20:08.573Z Downloaded portable-atomic v1.13.1
12352026-07-21T17:20:08.577Z Downloaded unicode_categories v0.1.1
12362026-07-21T17:20:08.580Z Downloaded rawzip v0.4.4
12372026-07-21T17:20:08.583Z Downloaded derive_builder_core v0.20.2
12382026-07-21T17:20:08.583Z Downloaded buf-list v1.1.2
12392026-07-21T17:20:08.586Z Downloaded regex v1.12.3
12402026-07-21T17:20:08.589Z Downloaded reqwest v0.12.28
12412026-07-21T17:20:08.592Z Downloaded zerocopy-derive v0.8.40
12422026-07-21T17:20:08.597Z Downloaded git2 v0.20.4
12432026-07-21T17:20:08.605Z Downloaded salty v0.3.0
12442026-07-21T17:20:08.609Z Downloaded ssh-key v0.7.0-rc.10
12452026-07-21T17:20:08.613Z Downloaded x509-cert v0.2.5
12462026-07-21T17:20:08.617Z Downloaded unicode-segmentation v1.12.0
12472026-07-21T17:20:08.621Z Downloaded typed-path v0.9.3
12482026-07-21T17:20:08.624Z Downloaded reqwest v0.13.2
12492026-07-21T17:20:08.627Z Downloaded rayon v1.11.0
12502026-07-21T17:20:08.630Z Downloaded crypto-bigint v0.7.5
12512026-07-21T17:20:08.639Z Downloaded unicode-normalization v0.1.25
12522026-07-21T17:20:08.644Z Downloaded zip v4.6.1
12532026-07-21T17:20:08.649Z Downloaded tokio-util v0.7.18
12542026-07-21T17:20:08.652Z Downloaded proptest v1.10.0
12552026-07-21T17:20:08.655Z Downloaded tower-http v0.6.8
12562026-07-21T17:20:08.658Z Downloaded tough v0.22.0
12572026-07-21T17:20:08.662Z Downloaded petname v2.0.2
12582026-07-21T17:20:08.666Z Downloaded curve25519-dalek v4.1.3
12592026-07-21T17:20:08.670Z Downloaded tower v0.5.3
12602026-07-21T17:20:08.675Z Downloaded moka v0.12.13
12612026-07-21T17:20:08.686Z Downloaded quinn-proto v0.11.13
12622026-07-21T17:20:08.692Z Downloaded winnow v0.5.40
12632026-07-21T17:20:08.696Z Downloaded object v0.30.4
12642026-07-21T17:20:08.702Z Downloaded nix v0.27.1
12652026-07-21T17:20:08.708Z Downloaded serde_with v3.21.0
12662026-07-21T17:20:08.722Z Downloaded bstr v1.12.1
12672026-07-21T17:20:08.726Z Downloaded curve25519-dalek v5.0.0-rc.0
12682026-07-21T17:20:08.731Z Downloaded russh v0.61.2
12692026-07-21T17:20:08.736Z Downloaded radix_trie v0.2.1
12702026-07-21T17:20:08.739Z Downloaded zerovec v0.11.5
12712026-07-21T17:20:08.742Z Downloaded polar-core v0.27.3
12722026-07-21T17:20:08.747Z Downloaded dropshot v0.17.1
12732026-07-21T17:20:08.761Z Downloaded winnow v0.6.26
12742026-07-21T17:20:08.765Z Downloaded nix v0.31.2
12752026-07-21T17:20:08.771Z Downloaded smoltcp v0.9.1
12762026-07-21T17:20:08.777Z Downloaded winnow v1.0.3
12772026-07-21T17:20:08.783Z Downloaded diesel v2.3.7
12782026-07-21T17:20:08.803Z Downloaded zlib-rs v0.6.2
12792026-07-21T17:20:08.807Z Downloaded regress v0.10.5
12802026-07-21T17:20:08.807Z Downloaded time v0.3.47
12812026-07-21T17:20:08.811Z Downloaded regress v0.11.1
12822026-07-21T17:20:08.815Z Downloaded smoltcp v0.11.0
12832026-07-21T17:20:08.823Z Downloaded vcpkg v0.2.15
12842026-07-21T17:20:08.844Z Downloaded rustls v0.23.41
12852026-07-21T17:20:08.853Z Downloaded object v0.37.3
12862026-07-21T17:20:08.858Z Downloaded hickory-proto v0.24.4
12872026-07-21T17:20:08.866Z Downloaded openapiv3 v2.2.0
12882026-07-21T17:20:08.873Z Downloaded tabled v0.20.0
12892026-07-21T17:20:08.883Z Downloaded zerocopy v0.8.40
12902026-07-21T17:20:08.888Z Downloaded hickory-proto v0.25.2
12912026-07-21T17:20:08.897Z Downloaded regex-syntax v0.8.10
12922026-07-21T17:20:08.901Z Downloaded regex-syntax v0.6.29
12932026-07-21T17:20:08.906Z Downloaded openssl v0.10.79
12942026-07-21T17:20:08.911Z Downloaded nix v0.28.0
12952026-07-21T17:20:08.918Z Downloaded sha3 v0.11.0
12962026-07-21T17:20:08.921Z Downloaded ratatui v0.29.0
12972026-07-21T17:20:08.931Z Downloaded rustix v0.38.44
12982026-07-21T17:20:08.944Z Downloaded zerocopy-derive v0.6.6
12992026-07-21T17:20:08.979Z Downloaded csv v1.4.0
13002026-07-21T17:20:08.991Z Downloaded libz-sys v1.1.24
13012026-07-21T17:20:09.004Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13022026-07-21T17:20:09.014Z Downloaded sqlparser v0.61.0
13032026-07-21T17:20:09.020Z Downloaded sled v0.34.7
13042026-07-21T17:20:09.035Z Downloaded tracing v0.1.44
13052026-07-21T17:20:09.049Z Downloaded typify-impl v0.6.2
13062026-07-21T17:20:09.056Z Downloaded fiat-crypto v0.3.0
13072026-07-21T17:20:09.064Z Downloaded bzip2-sys v0.1.13+1.0.8
13082026-07-21T17:20:09.087Z Downloaded libgit2-sys v0.18.3+1.9.2
13092026-07-21T17:20:09.119Z Downloaded regex-automata v0.4.14
13102026-07-21T17:20:09.155Z Downloaded jiff v0.2.21
13112026-07-21T17:20:09.170Z Downloaded petgraph v0.6.5
13122026-07-21T17:20:09.176Z Downloaded chrono-tz v0.10.4
13132026-07-21T17:20:09.187Z Downloaded petgraph v0.8.3
13142026-07-21T17:20:09.220Z Downloaded sha3 v0.10.8
13152026-07-21T17:20:09.245Z Downloaded tokio v1.52.1
13162026-07-21T17:20:09.307Z Downloaded encoding_rs v0.8.35
13172026-07-21T17:20:09.334Z Downloaded ring v0.17.14
13182026-07-21T17:20:09.823Z Downloaded aws-lc-sys v0.40.0
13192026-07-21T17:20:10.073Z Compiling libc v0.2.185
13202026-07-21T17:20:10.073Z Compiling serde_core v1.0.228
13212026-07-21T17:20:10.073Z Compiling serde v1.0.228
13222026-07-21T17:20:10.078Z Compiling log v0.4.29
13232026-07-21T17:20:10.078Z Compiling smallvec v1.15.1
13242026-07-21T17:20:10.215Z Compiling shlex v1.3.0
13252026-07-21T17:20:10.218Z Compiling find-msvc-tools v0.1.9
13262026-07-21T17:20:10.222Z Compiling syn v2.0.117
13272026-07-21T17:20:10.408Z Compiling subtle v2.6.1
13282026-07-21T17:20:10.420Z Compiling stable_deref_trait v1.2.1
13292026-07-21T17:20:10.432Z Compiling scopeguard v1.2.0
13302026-07-21T17:20:10.489Z Compiling typenum v1.20.1
13312026-07-21T17:20:10.514Z Compiling lock_api v0.4.14
13322026-07-21T17:20:10.539Z Compiling serde_json v1.0.150
13332026-07-21T17:20:10.551Z Compiling portable-atomic v1.13.1
13342026-07-21T17:20:10.592Z Compiling zerocopy v0.8.40
13352026-07-21T17:20:10.742Z Compiling pin-project-lite v0.2.17
13362026-07-21T17:20:10.772Z Compiling parking_lot_core v0.9.12
13372026-07-21T17:20:10.834Z Compiling pkg-config v0.3.32
13382026-07-21T17:20:11.022Z Compiling jobserver v0.1.34
13392026-07-21T17:20:11.033Z Compiling errno v0.3.14
13402026-07-21T17:20:11.120Z Compiling getrandom v0.2.17
13412026-07-21T17:20:11.206Z Compiling critical-section v1.2.0
13422026-07-21T17:20:11.295Z Compiling cc v1.2.56
13432026-07-21T17:20:11.313Z Compiling getrandom v0.4.1
13442026-07-21T17:20:11.340Z Compiling libm v0.2.16
13452026-07-21T17:20:11.477Z Compiling rand_core v0.6.4
13462026-07-21T17:20:11.538Z Compiling signal-hook-registry v1.4.8
13472026-07-21T17:20:11.746Z Compiling once_cell v1.21.3
13482026-07-21T17:20:11.773Z Compiling num-traits v0.2.19
13492026-07-21T17:20:11.787Z Compiling rand_core v0.10.0
13502026-07-21T17:20:11.815Z Compiling futures-core v0.3.32
13512026-07-21T17:20:11.958Z Compiling parking_lot v0.12.5
13522026-07-21T17:20:12.053Z Compiling mio v1.2.0
13532026-07-21T17:20:12.146Z Compiling generic-array v0.14.7
13542026-07-21T17:20:12.186Z Compiling writeable v0.6.2
13552026-07-21T17:20:12.337Z Compiling const-oid v0.9.6
13562026-07-21T17:20:12.359Z Compiling litemap v0.8.1
13572026-07-21T17:20:12.537Z Compiling bitflags v2.11.0
13582026-07-21T17:20:12.542Z Compiling percent-encoding v2.3.2
13592026-07-21T17:20:12.566Z Compiling semver v1.0.28
13602026-07-21T17:20:12.830Z Compiling icu_normalizer_data v2.1.1
13612026-07-21T17:20:12.886Z Compiling icu_properties_data v2.1.2
13622026-07-21T17:20:12.987Z Compiling socket2 v0.6.3
13632026-07-21T17:20:13.104Z Compiling futures-sink v0.3.32
13642026-07-21T17:20:13.130Z Compiling synstructure v0.13.2
13652026-07-21T17:20:13.134Z Compiling futures-task v0.3.32
13662026-07-21T17:20:13.207Z Compiling futures-channel v0.3.32
13672026-07-21T17:20:13.248Z Compiling slab v0.4.12
13682026-07-21T17:20:13.304Z Compiling futures-io v0.3.32
13692026-07-21T17:20:13.401Z Compiling utf8_iter v1.0.4
13702026-07-21T17:20:13.416Z Compiling indexmap v2.14.0
13712026-07-21T17:20:13.430Z Compiling form_urlencoded v1.2.2
13722026-07-21T17:20:13.444Z Compiling rustversion v1.0.22
13732026-07-21T17:20:13.459Z Compiling getrandom v0.3.4
13742026-07-21T17:20:13.547Z Compiling cmake v0.1.57
13752026-07-21T17:20:13.547Z Compiling iana-time-zone v0.1.65
13762026-07-21T17:20:13.602Z Compiling rustix v1.1.3
13772026-07-21T17:20:13.751Z Compiling ident_case v1.0.1
13782026-07-21T17:20:13.764Z Compiling dunce v1.0.5
13792026-07-21T17:20:13.861Z Compiling fs_extra v1.3.0
13802026-07-21T17:20:13.874Z Compiling regex-syntax v0.8.10
13812026-07-21T17:20:13.954Z Compiling uuid v1.23.4
13822026-07-21T17:20:14.087Z Compiling base64ct v1.8.3
13832026-07-21T17:20:14.138Z Compiling aws-lc-sys v0.40.0
13842026-07-21T17:20:14.410Z Compiling rand_core v0.9.5
13852026-07-21T17:20:14.429Z Compiling base64 v0.22.1
13862026-07-21T17:20:14.494Z Compiling vcpkg v0.2.15
13872026-07-21T17:20:14.691Z Compiling pem-rfc7468 v0.7.0
13882026-07-21T17:20:14.718Z Compiling rustc_version v0.4.1
13892026-07-21T17:20:14.758Z Compiling tracing-core v0.1.36
13902026-07-21T17:20:14.895Z Compiling serde_derive v1.0.228
13912026-07-21T17:20:15.004Z Compiling zeroize_derive v1.4.3
13922026-07-21T17:20:15.045Z Compiling zerofrom-derive v0.1.6
13932026-07-21T17:20:15.237Z Compiling yoke-derive v0.8.1
13942026-07-21T17:20:15.329Z Compiling zerovec-derive v0.11.2
13952026-07-21T17:20:15.358Z Compiling displaydoc v0.2.5
13962026-07-21T17:20:15.676Z Compiling zeroize v1.8.2
13972026-07-21T17:20:15.882Z Compiling zerocopy-derive v0.8.40
13982026-07-21T17:20:16.231Z Compiling tokio-macros v2.7.0
13992026-07-21T17:20:16.473Z Compiling futures-macro v0.3.32
14002026-07-21T17:20:16.474Z Compiling openssl-sys v0.9.115
14012026-07-21T17:20:16.501Z Compiling zerofrom v0.1.6
14022026-07-21T17:20:16.625Z Compiling yoke v0.8.1
14032026-07-21T17:20:16.752Z Compiling crypto-common v0.1.7
14042026-07-21T17:20:16.814Z Compiling zerovec v0.11.5
14052026-07-21T17:20:16.898Z Compiling zerotrie v0.2.3
14062026-07-21T17:20:17.012Z Compiling block-buffer v0.10.4
14072026-07-21T17:20:17.027Z Compiling tracing-attributes v0.1.31
14082026-07-21T17:20:17.184Z Compiling digest v0.10.7
14092026-07-21T17:20:17.200Z Compiling der_derive v0.7.3
14102026-07-21T17:20:17.319Z Compiling tinystr v0.8.2
14112026-07-21T17:20:17.344Z Compiling potential_utf v0.1.4
14122026-07-21T17:20:17.445Z Compiling futures-util v0.3.32
14132026-07-21T17:20:17.510Z Compiling icu_locale_core v2.1.1
14142026-07-21T17:20:17.522Z Compiling icu_collections v2.1.1
14152026-07-21T17:20:18.008Z Compiling thiserror-impl v2.0.18
14162026-07-21T17:20:18.192Z Compiling icu_provider v2.1.1
14172026-07-21T17:20:18.367Z Compiling bytes v1.11.1
14182026-07-21T17:20:18.399Z Compiling chrono v0.4.45
14192026-07-21T17:20:18.434Z Compiling aws-lc-rs v1.16.3
14202026-07-21T17:20:18.486Z Compiling icu_properties v2.1.2
14212026-07-21T17:20:18.734Z Compiling icu_normalizer v2.1.1
14222026-07-21T17:20:18.968Z Compiling tokio v1.52.1
14232026-07-21T17:20:19.285Z Compiling http v1.4.2
14242026-07-21T17:20:19.363Z Compiling idna_adapter v1.2.1
14252026-07-21T17:20:19.503Z Compiling idna v1.1.0
14262026-07-21T17:20:19.570Z Compiling flagset v0.4.7
14272026-07-21T17:20:19.699Z Compiling der v0.7.10
14282026-07-21T17:20:19.731Z Compiling thiserror v2.0.18
14292026-07-21T17:20:19.784Z Compiling tracing v0.1.44
14302026-07-21T17:20:19.837Z Compiling url v2.5.8
14312026-07-21T17:20:20.059Z Compiling http-body v1.0.1
14322026-07-21T17:20:20.192Z Compiling rustls-pki-types v1.14.0
14332026-07-21T17:20:20.209Z Compiling ppv-lite86 v0.2.21
14342026-07-21T17:20:20.245Z Compiling serde_derive_internals v0.29.1
14352026-07-21T17:20:20.382Z Compiling tinyvec_macros v0.1.1
14362026-07-21T17:20:20.452Z Compiling schemars v0.8.22
14372026-07-21T17:20:20.527Z Compiling rand_chacha v0.9.0
14382026-07-21T17:20:20.632Z Compiling openssl-probe v0.2.1
14392026-07-21T17:20:20.635Z Compiling httparse v1.10.1
14402026-07-21T17:20:20.662Z Compiling cmov v0.5.4
14412026-07-21T17:20:20.804Z Compiling dyn-clone v1.0.20
14422026-07-21T17:20:20.865Z Compiling ctutils v0.4.2
14432026-07-21T17:20:20.887Z Compiling rand v0.9.2
14442026-07-21T17:20:20.954Z Compiling spki v0.7.3
14452026-07-21T17:20:21.030Z Compiling tinyvec v1.10.0
14462026-07-21T17:20:21.094Z Compiling pest_generator v2.8.6
14472026-07-21T17:20:21.108Z Compiling schemars_derive v0.8.22
14482026-07-21T17:20:21.151Z Compiling aho-corasick v1.1.4
14492026-07-21T17:20:21.201Z Compiling try-lock v0.2.5
14502026-07-21T17:20:21.306Z Compiling tower-layer v0.3.3
14512026-07-21T17:20:21.373Z Compiling tower-service v0.3.3
14522026-07-21T17:20:21.480Z Compiling untrusted v0.7.1
14532026-07-21T17:20:21.509Z Compiling atomic-waker v1.1.2
14542026-07-21T17:20:21.605Z Compiling want v0.3.1
14552026-07-21T17:20:21.634Z Compiling tempfile v3.25.0
14562026-07-21T17:20:21.699Z Compiling hybrid-array v0.4.13
14572026-07-21T17:20:21.802Z Compiling pest_derive v2.8.6
14582026-07-21T17:20:22.001Z Compiling regex-automata v0.4.14
14592026-07-21T17:20:22.057Z Compiling ipnet v2.11.0
14602026-07-21T17:20:22.461Z Compiling scroll_derive v0.13.1
14612026-07-21T17:20:22.484Z Compiling darling_core v0.20.11
14622026-07-21T17:20:22.556Z Compiling httpdate v1.0.3
14632026-07-21T17:20:22.787Z Compiling tokio-util v0.7.18
14642026-07-21T17:20:22.846Z Compiling foreign-types-shared v0.1.1
14652026-07-21T17:20:22.933Z Compiling cpufeatures v0.2.17
14662026-07-21T17:20:23.009Z Compiling openssl v0.10.79
14672026-07-21T17:20:23.057Z Compiling rustls v0.23.41
14682026-07-21T17:20:23.240Z Compiling untrusted v0.9.0
14692026-07-21T17:20:23.271Z Compiling scroll v0.13.0
14702026-07-21T17:20:23.361Z Compiling foreign-types v0.3.2
14712026-07-21T17:20:23.433Z Compiling unicode-normalization v0.1.25
14722026-07-21T17:20:23.532Z Compiling h2 v0.4.15
14732026-07-21T17:20:23.667Z Compiling pkcs8 v0.10.2
14742026-07-21T17:20:23.880Z Compiling openssl-macros v0.1.1
14752026-07-21T17:20:23.919Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14762026-07-21T17:20:24.205Z Compiling spin v0.9.8
14772026-07-21T17:20:24.279Z Compiling powerfmt v0.2.0
14782026-07-21T17:20:24.318Z Compiling native-tls v0.2.18
14792026-07-21T17:20:24.411Z Compiling time-core v0.1.8
14802026-07-21T17:20:24.477Z Compiling num-conv v0.2.0
14812026-07-21T17:20:24.533Z Compiling crc32fast v1.5.0
14822026-07-21T17:20:24.573Z Compiling deranged v0.5.8
14832026-07-21T17:20:24.605Z Compiling time-macros v0.2.27
14842026-07-21T17:20:24.734Z Compiling darling_macro v0.20.11
14852026-07-21T17:20:25.176Z Compiling darling v0.20.11
14862026-07-21T17:20:25.257Z Compiling goblin v0.10.5
14872026-07-21T17:20:25.524Z Compiling sha2 v0.10.9
14882026-07-21T17:20:25.663Z Compiling hmac v0.12.1
14892026-07-21T17:20:25.820Z Compiling sync_wrapper v1.0.2
14902026-07-21T17:20:25.928Z Compiling wait-timeout v0.2.1
14912026-07-21T17:20:26.015Z Compiling siphasher v1.0.2
14922026-07-21T17:20:26.185Z Compiling simd-adler32 v0.3.8
14932026-07-21T17:20:26.202Z Compiling syn v1.0.109
14942026-07-21T17:20:26.466Z Compiling bit-vec v0.8.0
14952026-07-21T17:20:26.544Z Compiling crossbeam-utils v0.8.21
14962026-07-21T17:20:26.699Z Compiling hyper v1.10.1
14972026-07-21T17:20:26.841Z Compiling quick-error v1.2.3
14982026-07-21T17:20:26.951Z Compiling usdt-impl v0.6.0
14992026-07-21T17:20:26.954Z Compiling num_threads v0.1.7
15002026-07-21T17:20:27.061Z Compiling time v0.3.47
15012026-07-21T17:20:27.499Z Compiling rusty-fork v0.3.1
15022026-07-21T17:20:27.672Z Compiling bit-set v0.8.0
15032026-07-21T17:20:27.816Z Compiling hyper-util v0.1.20
15042026-07-21T17:20:27.834Z Compiling tower v0.5.3
15052026-07-21T17:20:27.850Z Compiling derive_builder_core v0.20.2
15062026-07-21T17:20:28.385Z Compiling dof v0.4.0
15072026-07-21T17:20:28.538Z Compiling dtrace-parser v0.3.0
15082026-07-21T17:20:28.686Z Compiling http-body-util v0.1.3
15092026-07-21T17:20:28.793Z Compiling heapless v0.7.17
15102026-07-21T17:20:28.955Z Compiling thiserror-impl v1.0.69
15112026-07-21T17:20:29.074Z Compiling scroll_derive v0.12.1
15122026-07-21T17:20:29.280Z Compiling rand_xorshift v0.4.0
15132026-07-21T17:20:29.448Z Compiling slog v2.8.2
15142026-07-21T17:20:29.532Z Compiling darling_core v0.23.0
15152026-07-21T17:20:29.532Z Compiling bzip2-sys v0.1.13+1.0.8
15162026-07-21T17:20:29.621Z Compiling thread-id v5.1.0
15172026-07-21T17:20:29.686Z Compiling cookie v0.18.1
15182026-07-21T17:20:29.686Z Compiling iri-string v0.7.10
15192026-07-21T17:20:29.686Z Compiling ryu v1.0.23
15202026-07-21T17:20:29.743Z Compiling paste v1.0.15
15212026-07-21T17:20:29.770Z Compiling zstd-safe v7.2.4
15222026-07-21T17:20:29.790Z Compiling signal-hook v0.3.18
15232026-07-21T17:20:29.965Z Compiling allocator-api2 v0.2.21
15242026-07-21T17:20:29.969Z Compiling unicode-properties v0.1.4
15252026-07-21T17:20:29.995Z Compiling unicode-bidi v0.3.18
15262026-07-21T17:20:30.125Z Compiling unarray v0.1.4
15272026-07-21T17:20:30.182Z Compiling anyhow v1.0.102
15282026-07-21T17:20:30.241Z Compiling adler2 v2.0.1
15292026-07-21T17:20:30.285Z Compiling proptest v1.10.0
15302026-07-21T17:20:30.367Z Compiling miniz_oxide v0.8.9
15312026-07-21T17:20:30.519Z Compiling stringprep v0.1.5
15322026-07-21T17:20:30.696Z Compiling thiserror v1.0.69
15332026-07-21T17:20:30.798Z Compiling tower-http v0.6.8
15342026-07-21T17:20:30.995Z Compiling serde_urlencoded v0.7.1
15352026-07-21T17:20:31.093Z Compiling scroll v0.12.0
15362026-07-21T17:20:31.287Z Compiling derive_builder_macro v0.20.2
15372026-07-21T17:20:31.354Z Compiling camino v1.2.2
15382026-07-21T17:20:31.783Z Compiling tokio-native-tls v0.3.1
15392026-07-21T17:20:31.804Z Compiling bstr v1.12.1
15402026-07-21T17:20:31.835Z Compiling ipnetwork v0.21.1
15412026-07-21T17:20:31.918Z Compiling darling_macro v0.23.0
15422026-07-21T17:20:31.945Z Compiling crypto-common v0.2.2
15432026-07-21T17:20:32.227Z Compiling block-padding v0.4.2
15442026-07-21T17:20:32.260Z Compiling block-buffer v0.12.1
15452026-07-21T17:20:32.392Z Compiling rustls-native-certs v0.8.3
15462026-07-21T17:20:32.406Z Compiling rand_chacha v0.3.1
15472026-07-21T17:20:32.434Z Compiling serde_spanned v0.6.9
15482026-07-21T17:20:32.454Z Compiling serde_tokenstream v0.2.3
15492026-07-21T17:20:32.589Z Compiling hex v0.4.3
15502026-07-21T17:20:32.685Z Compiling erased-serde v0.3.31
15512026-07-21T17:20:32.769Z Compiling toml_datetime v0.6.11
15522026-07-21T17:20:32.848Z Compiling md-5 v0.10.6
15532026-07-21T17:20:33.009Z Compiling signature v2.2.0
15542026-07-21T17:20:33.027Z Compiling curve25519-dalek v4.1.3
15552026-07-21T17:20:33.166Z Compiling zerocopy-derive v0.7.35
15562026-07-21T17:20:33.186Z Compiling async-trait v0.1.89
15572026-07-21T17:20:33.191Z Compiling pin-project-internal v1.1.11
15582026-07-21T17:20:33.365Z Compiling vergen-lib v9.1.0
15592026-07-21T17:20:33.562Z Compiling hash32 v0.2.1
15602026-07-21T17:20:33.652Z Compiling num-integer v0.1.46
15612026-07-21T17:20:33.746Z Compiling memoffset v0.9.1
15622026-07-21T17:20:33.952Z Compiling encoding_rs v0.8.35
15632026-07-21T17:20:33.979Z Compiling psl-types v2.0.11
15642026-07-21T17:20:34.036Z Compiling mime v0.3.17
15652026-07-21T17:20:34.092Z Compiling fallible-iterator v0.2.0
15662026-07-21T17:20:34.201Z Compiling smoltcp v0.9.1
15672026-07-21T17:20:34.292Z Compiling ref-cast v1.0.25
15682026-07-21T17:20:34.299Z Compiling rustix v0.38.44
15692026-07-21T17:20:34.400Z Compiling zlib-rs v0.6.2
15702026-07-21T17:20:34.545Z Compiling cfg_aliases v0.2.1
15712026-07-21T17:20:34.607Z Compiling litrs v1.0.0
15722026-07-21T17:20:34.619Z Compiling num-bigint-dig v0.8.6
15732026-07-21T17:20:34.746Z Compiling nix v0.31.2
15742026-07-21T17:20:34.903Z Compiling postgres-protocol v0.6.10
15752026-07-21T17:20:35.084Z Compiling hubpack_derive v0.1.1
15762026-07-21T17:20:35.104Z Compiling document-features v0.2.12
15772026-07-21T17:20:35.121Z Compiling pin-project v1.1.11
15782026-07-21T17:20:35.222Z Compiling publicsuffix v2.3.0
15792026-07-21T17:20:35.392Z Compiling zerocopy v0.7.35
15802026-07-21T17:20:35.460Z Compiling num-iter v0.1.45
15812026-07-21T17:20:35.641Z Compiling newtype-uuid v1.3.2
15822026-07-21T17:20:35.705Z Compiling rand v0.8.6
15832026-07-21T17:20:35.920Z Compiling darling v0.23.0
15842026-07-21T17:20:35.958Z Compiling inout v0.2.2
15852026-07-21T17:20:35.971Z Compiling oxnet v0.1.6
15862026-07-21T17:20:35.994Z Compiling hyper-tls v0.6.0
15872026-07-21T17:20:36.023Z Compiling derive_builder v0.20.2
15882026-07-21T17:20:36.141Z Compiling goblin v0.8.2
15892026-07-21T17:20:36.761Z Compiling phf_shared v0.13.1
15902026-07-21T17:20:36.786Z Compiling lazy_static v1.5.0
15912026-07-21T17:20:36.880Z Compiling regex v1.12.3
15922026-07-21T17:20:36.920Z Compiling anstyle-parse v0.2.7
15932026-07-21T17:20:36.956Z Compiling futures-executor v0.3.32
15942026-07-21T17:20:37.002Z Compiling terminal_size v0.4.3
15952026-07-21T17:20:37.101Z Compiling daft-derive v0.1.7
15962026-07-21T17:20:37.139Z Compiling ref-cast-impl v1.0.25
15972026-07-21T17:20:37.213Z Compiling snafu-derive v0.8.9
15982026-07-21T17:20:37.309Z Compiling curve25519-dalek-derive v0.1.1
15992026-07-21T17:20:37.693Z Compiling flate2 v1.1.9
16002026-07-21T17:20:37.804Z Compiling strum_macros v0.27.2
16012026-07-21T17:20:37.836Z Compiling vergen v9.1.0
16022026-07-21T17:20:37.959Z Compiling cargo-platform v0.3.2
16032026-07-21T17:20:38.028Z Compiling ff v0.13.1
16042026-07-21T17:20:38.095Z Compiling fs-err v3.3.0
16052026-07-21T17:20:38.165Z Compiling ahash v0.8.12
16062026-07-21T17:20:38.227Z Compiling bitflags v1.3.2
16072026-07-21T17:20:38.297Z Compiling winnow v0.5.40
16082026-07-21T17:20:38.311Z Compiling foldhash v0.2.0
16092026-07-21T17:20:38.386Z Compiling foldhash v0.1.5
16102026-07-21T17:20:38.530Z Compiling object v0.37.3
16112026-07-21T17:20:38.560Z Compiling same-file v1.0.6
16122026-07-21T17:20:38.728Z Compiling unicode-segmentation v1.12.0
16132026-07-21T17:20:38.806Z Compiling bumpalo v3.20.2
16142026-07-21T17:20:39.051Z Compiling libbz2-rs-sys v0.2.2
16152026-07-21T17:20:39.104Z Compiling base16ct v0.2.0
16162026-07-21T17:20:39.116Z Compiling managed v0.8.0
16172026-07-21T17:20:39.281Z Compiling clap_builder v4.6.0
16182026-07-21T17:20:39.621Z Compiling toml_edit v0.19.15
16192026-07-21T17:20:39.717Z Compiling bzip2 v0.6.1
16202026-07-21T17:20:39.721Z Compiling sec1 v0.7.3
16212026-07-21T17:20:39.745Z Compiling strum v0.27.2
16222026-07-21T17:20:39.872Z Compiling snafu v0.8.9
16232026-07-21T17:20:39.920Z Compiling zopfli v0.8.3
16242026-07-21T17:20:40.042Z Compiling walkdir v2.5.0
16252026-07-21T17:20:40.119Z Compiling hashbrown v0.15.5
16262026-07-21T17:20:40.218Z Compiling hashbrown v0.16.1
16272026-07-21T17:20:40.397Z Compiling dof v0.3.0
16282026-07-21T17:20:40.666Z Compiling group v0.13.0
16292026-07-21T17:20:40.669Z Compiling cargo_metadata v0.23.1
16302026-07-21T17:20:40.846Z Compiling daft v0.1.7
16312026-07-21T17:20:41.116Z Compiling futures v0.3.32
16322026-07-21T17:20:41.132Z Compiling anstream v0.6.21
16332026-07-21T17:20:41.192Z Compiling phf v0.13.1
16342026-07-21T17:20:41.469Z Compiling signal-hook-mio v0.2.5
16352026-07-21T17:20:41.586Z Compiling cookie_store v0.22.1
16362026-07-21T17:20:41.710Z Compiling zstd v0.13.3
16372026-07-21T17:20:41.974Z Compiling bzip2 v0.4.4
16382026-07-21T17:20:42.040Z Compiling reqwest v0.12.28
16392026-07-21T17:20:42.184Z Compiling cipher v0.5.2
16402026-07-21T17:20:42.241Z Compiling serde_with_macros v3.21.0
16412026-07-21T17:20:42.286Z Compiling hubpack v0.1.2
16422026-07-21T17:20:42.335Z Compiling postgres-types v0.2.12
16432026-07-21T17:20:42.520Z Compiling ed25519 v2.2.3
16442026-07-21T17:20:42.888Z Compiling usdt-attr-macro v0.6.0
16452026-07-21T17:20:43.392Z Compiling usdt-macro v0.6.0
16462026-07-21T17:20:43.406Z Compiling globset v0.4.18
16472026-07-21T17:20:43.576Z Compiling dtrace-parser v0.2.0
16482026-07-21T17:20:43.691Z Compiling phf_shared v0.11.3
16492026-07-21T17:20:43.821Z Compiling hkdf v0.12.4
16502026-07-21T17:20:43.878Z Compiling pkcs1 v0.7.5
16512026-07-21T17:20:43.993Z Compiling olpc-cjson v0.1.4
16522026-07-21T17:20:44.097Z Compiling serde_plain v1.0.2
16532026-07-21T17:20:44.115Z Compiling serde-big-array v0.5.1
16542026-07-21T17:20:44.152Z Compiling crypto-bigint v0.5.5
16552026-07-21T17:20:44.254Z Compiling async-recursion v1.1.1
16562026-07-21T17:20:44.270Z Compiling strum_macros v0.26.4
16572026-07-21T17:20:44.283Z Compiling serde_repr v0.1.20
16582026-07-21T17:20:44.316Z Compiling enum-as-inner v0.6.1
16592026-07-21T17:20:44.819Z Compiling clap_derive v4.6.1
16602026-07-21T17:20:44.843Z Compiling pem v3.0.6
16612026-07-21T17:20:44.912Z Compiling float-cmp v0.10.0
16622026-07-21T17:20:45.049Z Compiling thread-id v4.2.2
16632026-07-21T17:20:45.133Z Compiling memmap2 v0.9.10
16642026-07-21T17:20:45.155Z Compiling env_filter v1.0.0
16652026-07-21T17:20:45.346Z Compiling data-encoding v2.10.0
16662026-07-21T17:20:45.456Z Compiling jiff v0.2.21
16672026-07-21T17:20:45.709Z Compiling new_debug_unreachable v1.0.6
16682026-07-21T17:20:45.781Z Compiling whoami v2.1.0
16692026-07-21T17:20:45.993Z Compiling cpufeatures v0.3.0
16702026-07-21T17:20:46.026Z Compiling either v1.15.0
16712026-07-21T17:20:46.071Z Compiling static_assertions v1.1.0
16722026-07-21T17:20:46.145Z Compiling precomputed-hash v0.1.1
16732026-07-21T17:20:46.167Z Compiling winnow v1.0.3
16742026-07-21T17:20:46.226Z Compiling fixedbitset v0.4.2
16752026-07-21T17:20:46.241Z Compiling predicates-core v1.0.10
16762026-07-21T17:20:46.241Z Compiling normalize-line-endings v0.3.0
16772026-07-21T17:20:46.345Z Compiling keccak v0.1.6
16782026-07-21T17:20:46.456Z Compiling const-oid v0.10.2
16792026-07-21T17:20:46.468Z Compiling fixedbitset v0.5.7
16802026-07-21T17:20:46.545Z Compiling difflib v0.4.0
16812026-07-21T17:20:46.614Z Compiling typed-path v0.9.3
16822026-07-21T17:20:46.657Z Compiling clap v4.6.1
16832026-07-21T17:20:46.737Z Compiling petgraph v0.8.3
16842026-07-21T17:20:46.768Z Compiling digest v0.11.3
16852026-07-21T17:20:46.875Z Compiling predicates v3.1.4
16862026-07-21T17:20:46.991Z Compiling sha3 v0.10.8
16872026-07-21T17:20:47.099Z Compiling toml_parser v1.1.2+spec-1.1.0
16882026-07-21T17:20:47.141Z Compiling petgraph v0.6.5
16892026-07-21T17:20:47.445Z Compiling toml_edit v0.22.27
16902026-07-21T17:20:47.521Z Compiling string_cache v0.8.9
16912026-07-21T17:20:47.743Z Compiling itertools v0.13.0
16922026-07-21T17:20:47.755Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16932026-07-21T17:20:47.825Z Compiling chacha20 v0.10.0
16942026-07-21T17:20:48.190Z Compiling zip v4.6.1
16952026-07-21T17:20:48.600Z Compiling strum v0.26.3
16962026-07-21T17:20:48.725Z Compiling tokio-postgres v0.7.16
16972026-07-21T17:20:48.739Z Compiling hickory-proto v0.25.2
16982026-07-21T17:20:48.963Z Compiling env_logger v0.11.9
16992026-07-21T17:20:49.146Z Compiling usdt v0.6.0
17002026-07-21T17:20:49.315Z Compiling usdt-impl v0.5.0
17012026-07-21T17:20:49.412Z Compiling elliptic-curve v0.13.8
17022026-07-21T17:20:49.608Z Compiling rsa v0.9.10
17032026-07-21T17:20:49.806Z Compiling serde_with v3.21.0
17042026-07-21T17:20:49.894Z Compiling crossterm v0.28.1
17052026-07-21T17:20:50.161Z Compiling ed25519-dalek v2.2.0
17062026-07-21T17:20:50.823Z Compiling zip v0.6.6
17072026-07-21T17:20:51.175Z Compiling iddqd v0.4.2
17082026-07-21T17:20:51.334Z Compiling toml v0.7.8
17092026-07-21T17:20:51.871Z Compiling heck v0.4.1
17102026-07-21T17:20:51.966Z Compiling similar v2.7.0
17112026-07-21T17:20:52.102Z Compiling byte-wrapper v0.1.0
17122026-07-21T17:20:52.271Z Compiling crossbeam-epoch v0.9.18
17132026-07-21T17:20:52.447Z Compiling tokio-stream v0.1.18
17142026-07-21T17:20:52.524Z Compiling buf-list v1.1.2
17152026-07-21T17:20:52.593Z Compiling x509-cert v0.2.5
17162026-07-21T17:20:52.803Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17172026-07-21T17:20:52.826Z Compiling openapiv3 v2.2.0
17182026-07-21T17:20:52.893Z Compiling lalrpop-util v0.19.12
17192026-07-21T17:20:52.909Z Compiling peg-runtime v0.8.5
17202026-07-21T17:20:53.083Z Compiling thread_local v1.1.9
17212026-07-21T17:20:53.097Z Compiling slog-async v2.8.0
17222026-07-21T17:20:53.184Z Compiling crossbeam-channel v0.5.15
17232026-07-21T17:20:53.337Z Compiling filetime v0.2.27
17242026-07-21T17:20:53.420Z Compiling is-terminal v0.4.17
17252026-07-21T17:20:53.446Z Compiling xattr v1.6.1
17262026-07-21T17:20:53.507Z Compiling term v1.2.1
17272026-07-21T17:20:53.524Z Compiling take_mut v0.2.2
17282026-07-21T17:20:53.632Z Compiling tar v0.4.46
17292026-07-21T17:20:53.640Z Compiling camino-tempfile v1.4.1
17302026-07-21T17:20:53.865Z Compiling slog-term v2.9.2
17312026-07-21T17:21:03.793Z Compiling rustls-webpki v0.103.13
17322026-07-21T17:21:06.502Z Compiling tokio-rustls v0.26.4
17332026-07-21T17:21:06.502Z Compiling rustls-platform-verifier v0.6.2
17342026-07-21T17:21:06.506Z Compiling tough v0.22.0
17352026-07-21T17:21:06.715Z Compiling hyper-rustls v0.27.7
17362026-07-21T17:21:06.907Z Compiling reqwest v0.13.2
17372026-07-21T17:21:09.115Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17382026-07-21T17:21:09.341Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17392026-07-21T17:21:12.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17402026-07-21T17:21:12.282Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17412026-07-21T17:21:12.329ZJul 21 17:21:11.386 INFO Starting download, target: Clickhouse
17422026-07-21T17:21:12.329ZJul 21 17:21:11.386 INFO Starting download, target: Cockroach
17432026-07-21T17:21:12.334ZJul 21 17:21:11.386 INFO Starting download, target: Console
17442026-07-21T17:21:12.334ZJul 21 17:21:11.386 INFO Starting download, target: DendriteStub
17452026-07-21T17:21:12.334ZJul 21 17:21:11.386 INFO Starting download, target: MaghemiteMgd
17462026-07-21T17:21:12.334ZJul 21 17:21:11.386 INFO Starting download, target: MaghemiteDdmd
17472026-07-21T17:21:12.334ZJul 21 17:21:11.386 INFO Starting download, target: TransceiverControl
17482026-07-21T17:21:12.335ZJul 21 17:21:11.386 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17492026-07-21T17:21:12.335ZJul 21 17:21:11.386 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17502026-07-21T17:21:12.335ZJul 21 17:21:11.386 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17512026-07-21T17:21:12.335ZJul 21 17:21:11.386 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17522026-07-21T17:21:12.335ZJul 21 17:21:11.386 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17532026-07-21T17:21:12.335ZJul 21 17:21:11.386 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17542026-07-21T17:21:12.335ZJul 21 17:21:11.386 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17552026-07-21T17:21:13.140ZJul 21 17:21:12.173 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17562026-07-21T17:21:13.350ZJul 21 17:21:12.391 INFO Download complete, target: TransceiverControl
17572026-07-21T17:21:14.090ZJul 21 17:21:13.133 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17582026-07-21T17:21:14.136ZJul 21 17:21:13.172 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17592026-07-21T17:21:14.337ZJul 21 17:21:13.390 INFO Download complete, target: Console
17602026-07-21T17:21:16.117ZJul 21 17:21:15.061 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17612026-07-21T17:21:16.210ZJul 21 17:21:15.094 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17622026-07-21T17:21:16.404ZJul 21 17:21:15.427 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17632026-07-21T17:21:18.544ZJul 21 17:21:17.599 INFO Download complete, target: MaghemiteDdmd
17642026-07-21T17:21:18.655ZJul 21 17:21:17.709 INFO Download complete, target: DendriteStub
17652026-07-21T17:21:18.732ZJul 21 17:21:17.785 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17662026-07-21T17:21:18.732ZJul 21 17:21:17.785 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17672026-07-21T17:21:18.806ZJul 21 17:21:17.861 INFO Download complete, target: MaghemiteMgd
17682026-07-21T17:21:21.116ZJul 21 17:21:20.172 INFO Checking that binary works, target: Clickhouse
17692026-07-21T17:21:21.251ZJul 21 17:21:20.305 INFO Download complete, target: Clickhouse
17702026-07-21T17:21:23.395ZJul 21 17:21:22.435 INFO Checking that binary works, target: Cockroach
17712026-07-21T17:21:23.543ZJul 21 17:21:22.544 INFO Download complete, target: Cockroach
17722026-07-21T17:21:23.547ZAll builder prerequisites installed successfully, and PATH looks valid
17732026-07-21T17:21:23.547Z
17742026-07-21T17:21:23.547Zreal 2:04.092651419
17752026-07-21T17:21:23.547Zuser 6:37.526010874
17762026-07-21T17:21:23.547Zsys 1:21.429559649
17772026-07-21T17:21:23.547Ztrap 0.231492908
17782026-07-21T17:21:23.547Ztflt 0.534046858
17792026-07-21T17:21:23.547Zdflt 0.738068386
17802026-07-21T17:21:23.547Zkflt 0.030727668
17812026-07-21T17:21:23.547Zlock 23:40.354474839
17822026-07-21T17:21:23.547Zslp 20:08.372808679
17832026-07-21T17:21:23.547Zlat 41.323379306
17842026-07-21T17:21:23.547Zstop 1:56.153606192
17852026-07-21T17:21:23.547Z+ banner hack-check
17862026-07-21T17:21:23.547Z
17872026-07-21T17:21:23.547Z # # ## #### # # #### # # ###### #### # #
17882026-07-21T17:21:23.547Z # # # # # # # # # # # # # # # # #
17892026-07-21T17:21:23.548Z ###### # # # #### ##### # ###### ##### # ####
17902026-07-21T17:21:23.548Z # # ###### # # # # # # # # # #
17912026-07-21T17:21:23.548Z # # # # # # # # # # # # # # # # #
17922026-07-21T17:21:23.548Z # # # # #### # # #### # # ###### #### # #
17932026-07-21T17:21:23.548Z
17942026-07-21T17:21:23.548Z+ export CARGO_INCREMENTAL=0
17952026-07-21T17:21:23.548Z+ CARGO_INCREMENTAL=0
17962026-07-21T17:21:23.548Z+ ptime -m timeout 2h cargo xtask check-features --ci
17972026-07-21T17:21:23.963Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17982026-07-21T17:21:24.244Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17992026-07-21T17:21:26.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
18002026-07-21T17:21:26.070Z Running `target/debug/xtask check-features --ci`
18012026-07-21T17:21:26.102Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18022026-07-21T17:21:26.120Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18032026-07-21T17:21:26.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18042026-07-21T17:21:26.579Z Running `target/debug/xtask download cargo-hack`
18052026-07-21T17:21:27.285Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18062026-07-21T17:21:27.589Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18072026-07-21T17:21:30.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s
18082026-07-21T17:21:30.189Z Running `target/debug/xtask-downloader cargo-hack`
18092026-07-21T17:21:30.231ZJul 21 17:21:29.287 INFO Starting download, target: CargoHack
18102026-07-21T17:21:30.234ZJul 21 17:21:29.288 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18112026-07-21T17:21:30.577ZJul 21 17:21:29.634 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18122026-07-21T17:21:30.627ZJul 21 17:21:29.684 INFO Download complete, target: CargoHack
18132026-07-21T17:21:30.631Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18142026-07-21T17:21:30.643Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18152026-07-21T17:21:30.802Zinfo: running `cargo check --bins` on api_identity (1/301)
18162026-07-21T17:21:31.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172026-07-21T17:21:31.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182026-07-21T17:21:31.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18192026-07-21T17:21:31.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18202026-07-21T17:21:31.307Z
18212026-07-21T17:21:31.307Zinfo: running `cargo check --bins` on bootstore (2/301)
18222026-07-21T17:21:31.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-07-21T17:21:31.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-07-21T17:21:31.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-07-21T17:21:31.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18262026-07-21T17:21:31.816Z
18272026-07-21T17:21:31.816Zinfo: running `cargo check --bins` on omicron-ledger (3/301)
18282026-07-21T17:21:32.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-07-21T17:21:32.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-07-21T17:21:32.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-07-21T17:21:32.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18322026-07-21T17:21:32.323Z
18332026-07-21T17:21:32.323Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/301)
18342026-07-21T17:21:32.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-07-21T17:21:32.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-07-21T17:21:32.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-07-21T17:21:32.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18382026-07-21T17:21:32.825Z
18392026-07-21T17:21:32.825Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/301)
18402026-07-21T17:21:33.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-07-21T17:21:33.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-07-21T17:21:33.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-07-21T17:21:33.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18442026-07-21T17:21:33.379Z
18452026-07-21T17:21:33.379Zinfo: running `cargo check --bins` on omicron-certificates (6/301)
18462026-07-21T17:21:33.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-07-21T17:21:33.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-07-21T17:21:33.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-07-21T17:21:33.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18502026-07-21T17:21:33.859Z
18512026-07-21T17:21:33.859Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/301)
18522026-07-21T17:21:34.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-07-21T17:21:34.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-07-21T17:21:34.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-07-21T17:21:34.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18562026-07-21T17:21:34.389Z
18572026-07-21T17:21:34.389Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/301)
18582026-07-21T17:21:34.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-07-21T17:21:34.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-07-21T17:21:34.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-07-21T17:21:34.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18622026-07-21T17:21:34.925Z
18632026-07-21T17:21:34.925Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/301)
18642026-07-21T17:21:35.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-07-21T17:21:35.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-07-21T17:21:35.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-07-21T17:21:35.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18682026-07-21T17:21:35.346Z
18692026-07-21T17:21:35.346Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/301)
18702026-07-21T17:21:35.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-07-21T17:21:35.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-07-21T17:21:35.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-07-21T17:21:35.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18742026-07-21T17:21:35.725Z
18752026-07-21T17:21:35.726Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/301)
18762026-07-21T17:21:36.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-07-21T17:21:36.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-07-21T17:21:36.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-07-21T17:21:36.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18802026-07-21T17:21:36.144Z
18812026-07-21T17:21:36.144Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/301)
18822026-07-21T17:21:36.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-07-21T17:21:36.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-07-21T17:21:36.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-07-21T17:21:36.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18862026-07-21T17:21:36.518Z
18872026-07-21T17:21:36.519Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/301)
18882026-07-21T17:21:36.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-07-21T17:21:36.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-07-21T17:21:36.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-07-21T17:21:36.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18922026-07-21T17:21:36.927Z
18932026-07-21T17:21:36.927Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/301)
18942026-07-21T17:21:37.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-07-21T17:21:37.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-07-21T17:21:37.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-07-21T17:21:37.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18982026-07-21T17:21:37.331Z
18992026-07-21T17:21:37.331Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/301)
19002026-07-21T17:21:37.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-07-21T17:21:37.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-07-21T17:21:37.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-07-21T17:21:37.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19042026-07-21T17:21:37.746Z
19052026-07-21T17:21:37.746Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/301)
19062026-07-21T17:21:38.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-07-21T17:21:38.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-07-21T17:21:38.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-07-21T17:21:38.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19102026-07-21T17:21:38.107Z
19112026-07-21T17:21:38.107Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/301)
19122026-07-21T17:21:38.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-07-21T17:21:38.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-07-21T17:21:38.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-07-21T17:21:38.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19162026-07-21T17:21:38.541Z
19172026-07-21T17:21:38.541Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/301)
19182026-07-21T17:21:38.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-07-21T17:21:38.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-07-21T17:21:38.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-07-21T17:21:38.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19222026-07-21T17:21:38.886Z
19232026-07-21T17:21:38.886Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/301)
19242026-07-21T17:21:39.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-07-21T17:21:39.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-07-21T17:21:39.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-07-21T17:21:39.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19282026-07-21T17:21:39.285Z
19292026-07-21T17:21:39.285Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/301)
19302026-07-21T17:21:39.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-07-21T17:21:39.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-07-21T17:21:39.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-07-21T17:21:39.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19342026-07-21T17:21:39.691Z
19352026-07-21T17:21:39.691Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/301)
19362026-07-21T17:21:40.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-07-21T17:21:40.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-07-21T17:21:40.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-07-21T17:21:40.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19402026-07-21T17:21:40.112Z
19412026-07-21T17:21:40.112Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/301)
19422026-07-21T17:21:40.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-07-21T17:21:40.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-07-21T17:21:40.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-07-21T17:21:40.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19462026-07-21T17:21:40.477Z
19472026-07-21T17:21:40.477Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/301)
19482026-07-21T17:21:40.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-07-21T17:21:40.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-07-21T17:21:40.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-07-21T17:21:40.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19522026-07-21T17:21:40.875Z
19532026-07-21T17:21:40.875Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/301)
19542026-07-21T17:21:41.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-07-21T17:21:41.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-07-21T17:21:41.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-07-21T17:21:41.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19582026-07-21T17:21:41.273Z
19592026-07-21T17:21:41.273Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/301)
19602026-07-21T17:21:41.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-07-21T17:21:41.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-07-21T17:21:41.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-07-21T17:21:41.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19642026-07-21T17:21:41.682Z
19652026-07-21T17:21:41.682Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/301)
19662026-07-21T17:21:42.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-07-21T17:21:42.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-07-21T17:21:42.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-07-21T17:21:42.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19702026-07-21T17:21:42.070Z
19712026-07-21T17:21:42.070Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/301)
19722026-07-21T17:21:42.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-07-21T17:21:42.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-07-21T17:21:42.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-07-21T17:21:42.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19762026-07-21T17:21:42.467Z
19772026-07-21T17:21:42.467Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/301)
19782026-07-21T17:21:42.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-07-21T17:21:42.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-07-21T17:21:42.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-07-21T17:21:42.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19822026-07-21T17:21:42.866Z
19832026-07-21T17:21:42.867Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/301)
19842026-07-21T17:21:43.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-07-21T17:21:43.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-07-21T17:21:43.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-07-21T17:21:43.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19882026-07-21T17:21:43.267Z
19892026-07-21T17:21:43.267Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/301)
19902026-07-21T17:21:43.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-07-21T17:21:43.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-07-21T17:21:43.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-07-21T17:21:43.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19942026-07-21T17:21:43.666Z
19952026-07-21T17:21:43.666Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/301)
19962026-07-21T17:21:44.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-07-21T17:21:44.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-07-21T17:21:44.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-07-21T17:21:44.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20002026-07-21T17:21:44.066Z
20012026-07-21T17:21:44.066Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/301)
20022026-07-21T17:21:44.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-07-21T17:21:44.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-07-21T17:21:44.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-07-21T17:21:44.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20062026-07-21T17:21:44.473Z
20072026-07-21T17:21:44.473Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/301)
20082026-07-21T17:21:44.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-07-21T17:21:44.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-07-21T17:21:44.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-07-21T17:21:44.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20122026-07-21T17:21:44.883Z
20132026-07-21T17:21:44.883Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/301)
20142026-07-21T17:21:45.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-07-21T17:21:45.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-07-21T17:21:45.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-07-21T17:21:45.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20182026-07-21T17:21:45.306Z
20192026-07-21T17:21:45.307Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/301)
20202026-07-21T17:21:45.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-07-21T17:21:45.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-07-21T17:21:45.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-07-21T17:21:45.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20242026-07-21T17:21:45.705Z
20252026-07-21T17:21:45.705Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/301)
20262026-07-21T17:21:46.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-07-21T17:21:46.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-07-21T17:21:46.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-07-21T17:21:46.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20302026-07-21T17:21:46.077Z
20312026-07-21T17:21:46.077Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/301)
20322026-07-21T17:21:46.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-07-21T17:21:46.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-07-21T17:21:46.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-07-21T17:21:46.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20362026-07-21T17:21:46.460Z
20372026-07-21T17:21:46.460Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/301)
20382026-07-21T17:21:46.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-07-21T17:21:46.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-07-21T17:21:46.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-07-21T17:21:46.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20422026-07-21T17:21:46.877Z
20432026-07-21T17:21:46.877Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/301)
20442026-07-21T17:21:47.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-07-21T17:21:47.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-07-21T17:21:47.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-07-21T17:21:47.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20482026-07-21T17:21:47.282Z
20492026-07-21T17:21:47.282Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/301)
20502026-07-21T17:21:47.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-07-21T17:21:47.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-07-21T17:21:47.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-07-21T17:21:47.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20542026-07-21T17:21:47.670Z
20552026-07-21T17:21:47.670Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/301)
20562026-07-21T17:21:48.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-07-21T17:21:48.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-07-21T17:21:48.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-07-21T17:21:48.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20602026-07-21T17:21:48.073Z
20612026-07-21T17:21:48.073Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/301)
20622026-07-21T17:21:48.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-07-21T17:21:48.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-07-21T17:21:48.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-07-21T17:21:48.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20662026-07-21T17:21:48.469Z
20672026-07-21T17:21:48.469Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/301)
20682026-07-21T17:21:48.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-07-21T17:21:48.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-07-21T17:21:48.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-07-21T17:21:48.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20722026-07-21T17:21:48.926Z
20732026-07-21T17:21:48.926Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/301)
20742026-07-21T17:21:49.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-07-21T17:21:49.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-07-21T17:21:49.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-07-21T17:21:49.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20782026-07-21T17:21:49.283Z
20792026-07-21T17:21:49.283Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/301)
20802026-07-21T17:21:49.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-07-21T17:21:49.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-07-21T17:21:49.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-07-21T17:21:49.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20842026-07-21T17:21:49.686Z
20852026-07-21T17:21:49.686Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/301)
20862026-07-21T17:21:50.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-07-21T17:21:50.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-07-21T17:21:50.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-07-21T17:21:50.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20902026-07-21T17:21:50.093Z
20912026-07-21T17:21:50.093Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/301)
20922026-07-21T17:21:50.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-07-21T17:21:50.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-07-21T17:21:50.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-07-21T17:21:50.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20962026-07-21T17:21:50.497Z
20972026-07-21T17:21:50.497Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/301)
20982026-07-21T17:21:50.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-07-21T17:21:50.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-07-21T17:21:50.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-07-21T17:21:50.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
21022026-07-21T17:21:50.950Z
21032026-07-21T17:21:50.950Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/301)
21042026-07-21T17:21:51.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-07-21T17:21:51.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-07-21T17:21:51.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-07-21T17:21:51.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21082026-07-21T17:21:51.472Z
21092026-07-21T17:21:51.472Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/301)
21102026-07-21T17:21:51.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-07-21T17:21:51.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-07-21T17:21:51.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-07-21T17:21:51.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21142026-07-21T17:21:52.037Z
21152026-07-21T17:21:52.037Zinfo: running `cargo check --bins` on nexus-config (51/301)
21162026-07-21T17:21:52.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-07-21T17:21:52.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-07-21T17:21:52.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-07-21T17:21:52.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21202026-07-21T17:21:52.650Z
21212026-07-21T17:21:52.650Zinfo: running `cargo check --bins` on nexus-types (52/301)
21222026-07-21T17:21:53.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-07-21T17:21:53.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-07-21T17:21:53.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-07-21T17:21:53.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21262026-07-21T17:21:53.167Z
21272026-07-21T17:21:53.167Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/301)
21282026-07-21T17:21:53.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-07-21T17:21:53.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-07-21T17:21:53.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-07-21T17:21:53.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21322026-07-21T17:21:53.688Z
21332026-07-21T17:21:53.688Zinfo: running `cargo check --bins` on omicron-passwords (54/301)
21342026-07-21T17:21:54.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-07-21T17:21:54.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-07-21T17:21:54.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-07-21T17:21:54.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21382026-07-21T17:21:54.261Z
21392026-07-21T17:21:54.261Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/301)
21402026-07-21T17:21:54.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-07-21T17:21:54.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-07-21T17:21:54.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-07-21T17:21:54.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21442026-07-21T17:21:54.743Z
21452026-07-21T17:21:54.743Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/301)
21462026-07-21T17:21:55.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-07-21T17:21:55.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-07-21T17:21:55.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-07-21T17:21:55.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21502026-07-21T17:21:55.332Z
21512026-07-21T17:21:55.332Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/301)
21522026-07-21T17:21:55.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-07-21T17:21:55.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-07-21T17:21:55.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-07-21T17:21:55.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21562026-07-21T17:21:55.815Z
21572026-07-21T17:21:55.815Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/301)
21582026-07-21T17:21:56.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-07-21T17:21:56.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-07-21T17:21:56.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-07-21T17:21:56.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21622026-07-21T17:21:56.339Z
21632026-07-21T17:21:56.339Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/301)
21642026-07-21T17:21:56.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-07-21T17:21:56.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-07-21T17:21:56.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-07-21T17:21:56.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21682026-07-21T17:21:56.858Z
21692026-07-21T17:21:56.858Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/301)
21702026-07-21T17:21:57.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-07-21T17:21:57.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-07-21T17:21:57.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-07-21T17:21:57.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21742026-07-21T17:21:57.373Z
21752026-07-21T17:21:57.373Zinfo: running `cargo check --bins --no-default-features` on gfss (61/301)
21762026-07-21T17:21:57.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-07-21T17:21:57.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-07-21T17:21:57.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-07-21T17:21:57.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21802026-07-21T17:21:57.893Z
21812026-07-21T17:21:57.894Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/301)
21822026-07-21T17:21:58.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-07-21T17:21:58.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-07-21T17:21:58.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-07-21T17:21:58.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21862026-07-21T17:21:58.411Z
21872026-07-21T17:21:58.411Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/301)
21882026-07-21T17:21:58.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-07-21T17:21:58.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-07-21T17:21:58.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-07-21T17:21:58.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21922026-07-21T17:21:58.962Z
21932026-07-21T17:21:58.962Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/301)
21942026-07-21T17:21:59.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-07-21T17:21:59.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-07-21T17:21:59.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-07-21T17:21:59.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21982026-07-21T17:21:59.467Z
21992026-07-21T17:21:59.467Zinfo: running `cargo check --bins` on cockroach-admin-types (65/301)
22002026-07-21T17:21:59.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-07-21T17:21:59.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-07-21T17:21:59.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-07-21T17:21:59.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22042026-07-21T17:21:59.986Z
22052026-07-21T17:21:59.986Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/301)
22062026-07-21T17:22:00.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-07-21T17:22:00.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-07-21T17:22:00.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-07-21T17:22:00.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22102026-07-21T17:22:00.502Z
22112026-07-21T17:22:00.502Zinfo: running `cargo check --bins` on ereport-types (67/301)
22122026-07-21T17:22:00.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-07-21T17:22:00.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-07-21T17:22:00.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-07-21T17:22:00.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22162026-07-21T17:22:01.034Z
22172026-07-21T17:22:01.034Zinfo: running `cargo check --bins` on gateway-client (68/301)
22182026-07-21T17:22:01.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-07-21T17:22:01.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-07-21T17:22:01.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-07-21T17:22:01.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22222026-07-21T17:22:01.565Z
22232026-07-21T17:22:01.565Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/301)
22242026-07-21T17:22:02.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-07-21T17:22:02.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-07-21T17:22:02.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-07-21T17:22:02.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22282026-07-21T17:22:02.092Z
22292026-07-21T17:22:02.092Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/301)
22302026-07-21T17:22:02.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-07-21T17:22:02.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-07-21T17:22:02.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332026-07-21T17:22:02.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22342026-07-21T17:22:02.619Z
22352026-07-21T17:22:02.619Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/301)
22362026-07-21T17:22:03.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372026-07-21T17:22:03.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382026-07-21T17:22:03.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392026-07-21T17:22:03.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22402026-07-21T17:22:03.192Z
22412026-07-21T17:22:03.192Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/301)
22422026-07-21T17:22:03.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432026-07-21T17:22:03.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442026-07-21T17:22:03.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452026-07-21T17:22:03.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22462026-07-21T17:22:03.681Z
22472026-07-21T17:22:03.681Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/301)
22482026-07-21T17:22:04.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492026-07-21T17:22:04.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502026-07-21T17:22:04.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512026-07-21T17:22:04.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22522026-07-21T17:22:04.225Z
22532026-07-21T17:22:04.226Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/301)
22542026-07-21T17:22:04.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552026-07-21T17:22:04.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562026-07-21T17:22:04.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22572026-07-21T17:22:04.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22582026-07-21T17:22:04.769Z
22592026-07-21T17:22:04.769Zinfo: running `cargo check --bins` on key-manager-types (75/301)
22602026-07-21T17:22:05.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22612026-07-21T17:22:05.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22622026-07-21T17:22:05.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22632026-07-21T17:22:05.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22642026-07-21T17:22:05.285Z
22652026-07-21T17:22:05.285Zinfo: running `cargo check --bins` on oxlog (76/301)
22662026-07-21T17:22:05.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22672026-07-21T17:22:05.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22682026-07-21T17:22:05.841Z Checking cfg-if v1.0.4
22692026-07-21T17:22:05.898Z Checking libc v0.2.185
22702026-07-21T17:22:05.898Z Checking serde_core v1.0.228
22712026-07-21T17:22:05.964Z Checking memchr v2.8.0
22722026-07-21T17:22:06.009Z Checking zeroize v1.8.2
22732026-07-21T17:22:06.009Z Checking log v0.4.29
22742026-07-21T17:22:06.074Z Checking smallvec v1.15.1
22752026-07-21T17:22:06.074Z Checking subtle v2.6.1
22762026-07-21T17:22:06.074Z Checking itoa v1.0.17
22772026-07-21T17:22:06.190Z Checking scopeguard v1.2.0
22782026-07-21T17:22:06.218Z Checking stable_deref_trait v1.2.1
22792026-07-21T17:22:06.218Z Checking typenum v1.20.1
22802026-07-21T17:22:06.218Z Checking zerofrom v0.1.6
22812026-07-21T17:22:06.218Z Checking pin-project-lite v0.2.17
22822026-07-21T17:22:06.218Z Checking lock_api v0.4.14
22832026-07-21T17:22:06.226Z Checking portable-atomic v1.13.1
22842026-07-21T17:22:06.260Z Checking critical-section v1.2.0
22852026-07-21T17:22:06.288Z Checking yoke v0.8.1
22862026-07-21T17:22:06.357Z Checking futures-core v0.3.32
22872026-07-21T17:22:06.378Z Checking errno v0.3.14
22882026-07-21T17:22:06.378Z Checking getrandom v0.2.17
22892026-07-21T17:22:06.439Z Checking parking_lot_core v0.9.12
22902026-07-21T17:22:06.472Z Checking zerovec v0.11.5
22912026-07-21T17:22:06.472Z Checking mio v1.2.0
22922026-07-21T17:22:06.472Z Checking signal-hook-registry v1.4.8
22932026-07-21T17:22:06.485Z Checking rand_core v0.6.4
22942026-07-21T17:22:06.577Z Checking parking_lot v0.12.5
22952026-07-21T17:22:06.614Z Checking once_cell v1.21.3
22962026-07-21T17:22:06.628Z Checking zerocopy v0.8.40
22972026-07-21T17:22:06.650Z Checking zmij v1.0.21
22982026-07-21T17:22:06.697Z Checking rand_core v0.10.0
22992026-07-21T17:22:06.771Z Checking const-oid v0.9.6
23002026-07-21T17:22:06.816Z Checking libm v0.2.16
23012026-07-21T17:22:06.850Z Checking getrandom v0.4.1
23022026-07-21T17:22:06.850Z Checking tinystr v0.8.2
23032026-07-21T17:22:06.884Z Checking percent-encoding v2.3.2
23042026-07-21T17:22:06.936Z Checking writeable v0.6.2
23052026-07-21T17:22:07.028Z Checking litemap v0.8.1
23062026-07-21T17:22:07.105Z Checking generic-array v0.14.7
23072026-07-21T17:22:07.105Z Checking potential_utf v0.1.4
23082026-07-21T17:22:07.171Z Checking zerotrie v0.2.3
23092026-07-21T17:22:07.230Z Checking icu_locale_core v2.1.1
23102026-07-21T17:22:07.231Z Checking socket2 v0.6.3
23112026-07-21T17:22:07.290Z Checking equivalent v1.0.2
23122026-07-21T17:22:07.379Z Checking icu_collections v2.1.1
23132026-07-21T17:22:07.407Z Checking futures-sink v0.3.32
23142026-07-21T17:22:07.426Z Checking serde v1.0.228
23152026-07-21T17:22:07.426Z Checking bitflags v2.11.0
23162026-07-21T17:22:07.495Z Checking serde_json v1.0.150
23172026-07-21T17:22:07.515Z Checking num-traits v0.2.19
23182026-07-21T17:22:07.515Z Checking futures-channel v0.3.32
23192026-07-21T17:22:07.579Z Checking icu_normalizer_data v2.1.1
23202026-07-21T17:22:07.649Z Checking icu_properties_data v2.1.2
23212026-07-21T17:22:07.663Z Checking slab v0.4.12
23222026-07-21T17:22:07.676Z Checking futures-io v0.3.32
23232026-07-21T17:22:07.692Z Checking icu_provider v2.1.1
23242026-07-21T17:22:07.765Z Checking futures-task v0.3.32
23252026-07-21T17:22:07.782Z Checking hashbrown v0.17.0
23262026-07-21T17:22:07.814Z Checking block-buffer v0.10.4
23272026-07-21T17:22:07.828Z Checking bytes v1.11.1
23282026-07-21T17:22:07.893Z Checking futures-util v0.3.32
23292026-07-21T17:22:07.917Z Checking icu_normalizer v2.1.1
23302026-07-21T17:22:07.934Z Checking icu_properties v2.1.2
23312026-07-21T17:22:07.960Z Checking crypto-common v0.1.7
23322026-07-21T17:22:08.077Z Checking utf8_iter v1.0.4
23332026-07-21T17:22:08.098Z Checking digest v0.10.7
23342026-07-21T17:22:08.195Z Checking form_urlencoded v1.2.2
23352026-07-21T17:22:08.217Z Checking getrandom v0.3.4
23362026-07-21T17:22:08.234Z Checking indexmap v2.14.0
23372026-07-21T17:22:08.247Z Checking tokio v1.52.1
23382026-07-21T17:22:08.278Z Checking fnv v1.0.7
23392026-07-21T17:22:08.318Z Checking byteorder v1.5.0
23402026-07-21T17:22:08.353Z Checking rand_core v0.9.5
23412026-07-21T17:22:08.366Z Checking http v1.4.2
23422026-07-21T17:22:08.517Z Checking uuid v1.23.4
23432026-07-21T17:22:08.527Z Checking base64 v0.22.1
23442026-07-21T17:22:08.751Z Checking idna_adapter v1.2.1
23452026-07-21T17:22:08.758Z Checking iana-time-zone v0.1.65
23462026-07-21T17:22:08.788Z Checking base64ct v1.8.3
23472026-07-21T17:22:08.847Z Checking regex-syntax v0.8.10
23482026-07-21T17:22:08.879Z Checking chrono v0.4.45
23492026-07-21T17:22:08.906Z Checking idna v1.1.0
23502026-07-21T17:22:08.920Z Checking rustix v1.1.3
23512026-07-21T17:22:09.005Z Checking pem-rfc7468 v0.7.0
23522026-07-21T17:22:09.110Z Checking url v2.5.8
23532026-07-21T17:22:09.162Z Checking tracing-core v0.1.36
23542026-07-21T17:22:09.320Z Checking ppv-lite86 v0.2.21
23552026-07-21T17:22:09.493Z Checking flagset v0.4.7
23562026-07-21T17:22:09.537Z Checking tracing v0.1.44
23572026-07-21T17:22:09.608Z Checking der v0.7.10
23582026-07-21T17:22:09.622Z Checking rand_chacha v0.9.0
23592026-07-21T17:22:09.730Z Checking http-body v1.0.1
23602026-07-21T17:22:09.746Z Checking rustls-pki-types v1.14.0
23612026-07-21T17:22:09.758Z Checking openssl-probe v0.2.1
23622026-07-21T17:22:09.838Z Checking cmov v0.5.4
23632026-07-21T17:22:09.882Z Checking tinyvec_macros v0.1.1
23642026-07-21T17:22:09.882Z Checking rand v0.9.2
23652026-07-21T17:22:09.918Z Checking aws-lc-sys v0.40.0
23662026-07-21T17:22:09.918Z Checking tinyvec v1.10.0
23672026-07-21T17:22:09.997Z Checking ctutils v0.4.2
23682026-07-21T17:22:10.017Z Checking try-lock v0.2.5
23692026-07-21T17:22:10.106Z Checking atomic-waker v1.1.2
23702026-07-21T17:22:10.159Z Checking tower-service v0.3.3
23712026-07-21T17:22:10.194Z Checking untrusted v0.7.1
23722026-07-21T17:22:10.203Z Checking dyn-clone v1.0.20
23732026-07-21T17:22:10.206Z Checking tower-layer v0.3.3
23742026-07-21T17:22:10.237Z Checking hybrid-array v0.4.13
23752026-07-21T17:22:10.283Z Checking want v0.3.1
23762026-07-21T17:22:10.298Z Checking ipnet v2.11.0
23772026-07-21T17:22:10.312Z Checking semver v1.0.28
23782026-07-21T17:22:10.332Z Checking spki v0.7.3
23792026-07-21T17:22:10.356Z Checking aws-lc-rs v1.16.3
23802026-07-21T17:22:10.362Z Checking httparse v1.10.1
23812026-07-21T17:22:10.397Z Checking aho-corasick v1.1.4
23822026-07-21T17:22:10.489Z Checking fastrand v2.3.0
23832026-07-21T17:22:10.511Z Checking untrusted v0.9.0
23842026-07-21T17:22:10.541Z Checking foreign-types-shared v0.1.1
23852026-07-21T17:22:10.553Z Checking httpdate v1.0.3
23862026-07-21T17:22:10.612Z Checking cpufeatures v0.2.17
23872026-07-21T17:22:10.624Z Checking utf8parse v0.2.2
23882026-07-21T17:22:10.664Z Checking plain v0.2.3
23892026-07-21T17:22:10.677Z Checking tempfile v3.25.0
23902026-07-21T17:22:10.689Z Checking foreign-types v0.3.2
23912026-07-21T17:22:10.715Z Checking schemars v0.8.22
23922026-07-21T17:22:10.752Z Checking pkcs8 v0.10.2
23932026-07-21T17:22:10.764Z Checking unicode-normalization v0.1.25
23942026-07-21T17:22:10.864Z Checking openssl-sys v0.9.115
23952026-07-21T17:22:10.940Z Checking spin v0.9.8
23962026-07-21T17:22:10.996Z Checking unicode-ident v1.0.24
23972026-07-21T17:22:11.073Z Checking regex-automata v0.4.14
23982026-07-21T17:22:11.084Z Checking anstyle v1.0.14
23992026-07-21T17:22:11.098Z Checking ucd-trie v0.1.7
24002026-07-21T17:22:11.162Z Checking rustls-webpki v0.103.13
24012026-07-21T17:22:11.176Z Checking proc-macro2 v1.0.106
24022026-07-21T17:22:11.221Z Checking pest v2.8.6
24032026-07-21T17:22:11.235Z Checking openssl v0.10.79
24042026-07-21T17:22:11.259Z Checking sha2 v0.10.9
24052026-07-21T17:22:11.361Z Checking hmac v0.12.1
24062026-07-21T17:22:11.485Z Checking thiserror v2.0.18
24072026-07-21T17:22:11.496Z Checking sync_wrapper v1.0.2
24082026-07-21T17:22:11.528Z Checking tokio-util v0.7.18
24092026-07-21T17:22:11.537Z Checking wait-timeout v0.2.1
24102026-07-21T17:22:11.566Z Checking rustls v0.23.41
24112026-07-21T17:22:11.578Z Checking colorchoice v1.0.4
24122026-07-21T17:22:11.593Z Checking powerfmt v0.2.0
24132026-07-21T17:22:11.639Z Checking siphasher v1.0.2
24142026-07-21T17:22:11.673Z Checking quick-error v1.2.3
24152026-07-21T17:22:11.748Z Checking pretty-hex v0.4.1
24162026-07-21T17:22:11.768Z Checking simd-adler32 v0.3.8
24172026-07-21T17:22:11.787Z Checking bit-vec v0.8.0
24182026-07-21T17:22:11.854Z Checking is_terminal_polyfill v1.70.2
24192026-07-21T17:22:11.928Z Checking anstyle-query v1.1.5
24202026-07-21T17:22:11.940Z Checking rusty-fork v0.3.1
24212026-07-21T17:22:11.972Z Checking bit-set v0.8.0
24222026-07-21T17:22:12.015Z Checking deranged v0.5.8
24232026-07-21T17:22:12.099Z Checking tower v0.5.3
24242026-07-21T17:22:12.111Z Checking h2 v0.4.15
24252026-07-21T17:22:12.130Z Checking quote v1.0.45
24262026-07-21T17:22:12.275Z Compiling newtype-uuid v1.3.2
24272026-07-21T17:22:12.290Z Checking http-body-util v0.1.3
24282026-07-21T17:22:12.449Z Checking crossbeam-utils v0.8.21
24292026-07-21T17:22:12.468Z Checking rand_xorshift v0.4.0
24302026-07-21T17:22:12.505Z Checking crc32fast v1.5.0
24312026-07-21T17:22:12.580Z Checking scroll v0.13.0
24322026-07-21T17:22:12.636Z Checking time-core v0.1.8
24332026-07-21T17:22:12.792Z Checking num_threads v0.1.7
24342026-07-21T17:22:12.802Z Checking num-conv v0.2.0
24352026-07-21T17:22:12.819Z Checking unicode-properties v0.1.4
24362026-07-21T17:22:12.847Z Checking unarray v0.1.4
24372026-07-21T17:22:12.894Z Checking allocator-api2 v0.2.21
24382026-07-21T17:22:12.908Z Checking adler2 v2.0.1
24392026-07-21T17:22:12.921Z Checking unicode-bidi v0.3.18
24402026-07-21T17:22:12.942Z Checking iri-string v0.7.10
24412026-07-21T17:22:12.986Z Checking ryu v1.0.23
24422026-07-21T17:22:13.009Z Checking miniz_oxide v0.8.9
24432026-07-21T17:22:13.120Z Checking serde_urlencoded v0.7.1
24442026-07-21T17:22:13.164Z Checking proptest v1.10.0
24452026-07-21T17:22:13.210Z Checking stringprep v0.1.5
24462026-07-21T17:22:13.230Z Checking native-tls v0.2.18
24472026-07-21T17:22:13.314Z Checking time v0.3.47
24482026-07-21T17:22:13.343Z Checking bstr v1.12.1
24492026-07-21T17:22:13.356Z Checking goblin v0.10.5
24502026-07-21T17:22:13.401Z Checking tokio-native-tls v0.3.1
24512026-07-21T17:22:13.554Z Checking crossbeam-epoch v0.9.18
24522026-07-21T17:22:13.731Z Compiling daft v0.1.7
24532026-07-21T17:22:13.775Z Checking syn v2.0.117
24542026-07-21T17:22:13.795Z Checking ipnetwork v0.21.1
24552026-07-21T17:22:13.946Z Checking tower-http v0.6.8
24562026-07-21T17:22:13.999Z Checking block-buffer v0.12.1
24572026-07-21T17:22:13.999Z Checking block-padding v0.4.2
24582026-07-21T17:22:14.141Z Checking crypto-common v0.2.2
24592026-07-21T17:22:14.157Z Checking anstyle-parse v1.0.0
24602026-07-21T17:22:14.214Z Checking rustls-native-certs v0.8.3
24612026-07-21T17:22:14.301Z Checking rand_chacha v0.3.1
24622026-07-21T17:22:14.339Z Checking scroll v0.12.0
24632026-07-21T17:22:14.427Z Checking thiserror v1.0.69
24642026-07-21T17:22:14.523Z Checking hash32 v0.2.1
24652026-07-21T17:22:14.530Z Checking zstd-sys v2.0.16+zstd.1.5.7
24662026-07-21T17:22:14.564Z Checking md-5 v0.10.6
24672026-07-21T17:22:14.637Z Checking signature v2.2.0
24682026-07-21T17:22:14.676Z Checking num-integer v0.1.46
24692026-07-21T17:22:14.703Z Checking toml_datetime v0.6.11
24702026-07-21T17:22:14.802Z Checking serde_spanned v0.6.9
24712026-07-21T17:22:14.821Z Checking hex v0.4.3
24722026-07-21T17:22:14.869Z Checking encoding_rs v0.8.35
24732026-07-21T17:22:14.883Z Checking zlib-rs v0.6.2
24742026-07-21T17:22:14.896Z Checking psl-types v2.0.11
24752026-07-21T17:22:14.938Z Checking hyper v1.10.1
24762026-07-21T17:22:14.953Z Checking mime v0.3.17
24772026-07-21T17:22:14.987Z Checking fallible-iterator v0.2.0
24782026-07-21T17:22:15.003Z Checking publicsuffix v2.3.0
24792026-07-21T17:22:15.170Z Checking num-iter v0.1.45
24802026-07-21T17:22:15.250Z Checking postgres-protocol v0.6.10
24812026-07-21T17:22:15.264Z Checking heapless v0.7.17
24822026-07-21T17:22:15.264Z Checking zstd-safe v7.2.4
24832026-07-21T17:22:15.429Z Checking goblin v0.8.2
24842026-07-21T17:22:15.554Z Checking rand v0.8.6
24852026-07-21T17:22:15.653Z Checking dof v0.4.0
24862026-07-21T17:22:15.665Z Checking cookie v0.18.1
24872026-07-21T17:22:15.750Z Checking flate2 v1.1.9
24882026-07-21T17:22:15.791Z Checking anstream v1.0.0
24892026-07-21T17:22:15.855Z Checking hyper-util v0.1.20
24902026-07-21T17:22:15.887Z Checking inout v0.2.2
24912026-07-21T17:22:15.982Z Compiling iddqd v0.4.2
24922026-07-21T17:22:16.027Z Checking oxnet v0.1.6
24932026-07-21T17:22:16.038Z Checking tokio-rustls v0.26.4
24942026-07-21T17:22:16.052Z Checking dtrace-parser v0.3.0
24952026-07-21T17:22:16.064Z Checking phf_shared v0.13.1
24962026-07-21T17:22:16.248Z Checking lazy_static v1.5.0
24972026-07-21T17:22:16.261Z Checking anstyle-parse v0.2.7
24982026-07-21T17:22:16.270Z Checking pin-project v1.1.11
24992026-07-21T17:22:16.273Z Checking zerocopy v0.7.35
25002026-07-21T17:22:16.274Z Checking bzip2-sys v0.1.13+1.0.8
25012026-07-21T17:22:16.329Z Checking signal-hook v0.3.18
25022026-07-21T17:22:16.357Z Checking futures-executor v0.3.32
25032026-07-21T17:22:16.366Z Checking terminal_size v0.4.3
25042026-07-21T17:22:16.399Z Checking ff v0.13.1
25052026-07-21T17:22:16.469Z Checking thread-id v5.1.0
25062026-07-21T17:22:16.493Z Checking managed v0.8.0
25072026-07-21T17:22:16.506Z Checking bitflags v1.3.2
25082026-07-21T17:22:16.520Z Checking clap_lex v1.0.0
25092026-07-21T17:22:16.542Z Checking either v1.15.0
25102026-07-21T17:22:16.622Z Checking strsim v0.11.1
25112026-07-21T17:22:16.661Z Compiling rayon-core v1.13.0
25122026-07-21T17:22:16.675Z Checking libbz2-rs-sys v0.2.2
25132026-07-21T17:22:16.718Z Checking base16ct v0.2.0
25142026-07-21T17:22:16.730Z Checking bumpalo v3.20.2
25152026-07-21T17:22:16.753Z Checking winnow v0.5.40
25162026-07-21T17:22:16.839Z Checking foldhash v0.2.0
25172026-07-21T17:22:16.847Z Checking same-file v1.0.6
25182026-07-21T17:22:16.921Z Checking foldhash v0.1.5
25192026-07-21T17:22:16.956Z Checking walkdir v2.5.0
25202026-07-21T17:22:16.983Z Checking hashbrown v0.16.1
25212026-07-21T17:22:17.052Z Checking bzip2 v0.6.1
25222026-07-21T17:22:17.065Z Checking hashbrown v0.15.5
25232026-07-21T17:22:17.104Z Checking hyper-tls v0.6.0
25242026-07-21T17:22:17.118Z Checking hyper-rustls v0.27.7
25252026-07-21T17:22:17.205Z Checking zopfli v0.8.3
25262026-07-21T17:22:17.237Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25272026-07-21T17:22:17.267Z Checking reqwest v0.12.28
25282026-07-21T17:22:17.310Z Checking dof v0.3.0
25292026-07-21T17:22:17.338Z Checking sec1 v0.7.3
25302026-07-21T17:22:17.425Z Checking clap_builder v4.6.0
25312026-07-21T17:22:17.477Z Checking smoltcp v0.9.1
25322026-07-21T17:22:17.521Z Checking usdt-impl v0.6.0
25332026-07-21T17:22:17.535Z Checking group v0.13.0
25342026-07-21T17:22:17.547Z Checking signal-hook-mio v0.2.5
25352026-07-21T17:22:17.607Z Checking futures v0.3.32
25362026-07-21T17:22:17.646Z Checking anstream v0.6.21
25372026-07-21T17:22:17.658Z Checking bzip2 v0.4.4
25382026-07-21T17:22:17.669Z Checking snafu v0.8.9
25392026-07-21T17:22:17.796Z Checking num-bigint-dig v0.8.6
25402026-07-21T17:22:17.839Z Checking phf v0.13.1
25412026-07-21T17:22:17.898Z Checking toml_edit v0.19.15
25422026-07-21T17:22:17.898Z Checking cipher v0.5.2
25432026-07-21T17:22:17.967Z Checking cookie_store v0.22.1
25442026-07-21T17:22:18.012Z Checking postgres-types v0.2.12
25452026-07-21T17:22:18.042Z Checking zstd v0.13.3
25462026-07-21T17:22:18.063Z Checking ed25519 v2.2.3
25472026-07-21T17:22:18.143Z Checking dtrace-parser v0.2.0
25482026-07-21T17:22:18.285Z Checking rustls-platform-verifier v0.6.2
25492026-07-21T17:22:18.308Z Checking crossbeam-deque v0.8.6
25502026-07-21T17:22:18.308Z Checking globset v0.4.18
25512026-07-21T17:22:18.332Z Checking regex v1.12.3
25522026-07-21T17:22:18.367Z Checking phf_shared v0.11.3
25532026-07-21T17:22:18.371Z Checking hkdf v0.12.4
25542026-07-21T17:22:18.403Z Checking olpc-cjson v0.1.4
25552026-07-21T17:22:18.489Z Checking ref-cast v1.0.25
25562026-07-21T17:22:18.501Z Checking curve25519-dalek v4.1.3
25572026-07-21T17:22:18.528Z Checking strum v0.27.2
25582026-07-21T17:22:18.541Z Checking pkcs1 v0.7.5
25592026-07-21T17:22:18.583Z Checking hubpack v0.1.2
25602026-07-21T17:22:18.604Z Checking memoffset v0.9.1
25612026-07-21T17:22:18.609Z Checking rustix v0.38.44
25622026-07-21T17:22:18.640Z Checking pem v3.0.6
25632026-07-21T17:22:18.645Z Checking float-cmp v0.10.0
25642026-07-21T17:22:18.658Z Checking serde-big-array v0.5.1
25652026-07-21T17:22:18.738Z Checking erased-serde v0.3.31
25662026-07-21T17:22:18.743Z Checking serde_plain v1.0.2
25672026-07-21T17:22:18.764Z Checking crypto-bigint v0.5.5
25682026-07-21T17:22:18.780Z Checking thread-id v4.2.2
25692026-07-21T17:22:18.790Z Checking memmap2 v0.9.10
25702026-07-21T17:22:18.855Z Checking env_filter v1.0.0
25712026-07-21T17:22:18.883Z Checking typed-path v0.9.3
25722026-07-21T17:22:18.932Z Checking winnow v1.0.3
25732026-07-21T17:22:18.942Z Checking difflib v0.4.0
25742026-07-21T17:22:19.032Z Checking whoami v2.1.0
25752026-07-21T17:22:19.116Z Checking data-encoding v2.10.0
25762026-07-21T17:22:19.128Z Checking jiff v0.2.21
25772026-07-21T17:22:19.180Z Checking cpufeatures v0.3.0
25782026-07-21T17:22:19.210Z Checking normalize-line-endings v0.3.0
25792026-07-21T17:22:19.246Z Checking new_debug_unreachable v1.0.6
25802026-07-21T17:22:19.268Z Checking fixedbitset v0.5.7
25812026-07-21T17:22:19.299Z Checking precomputed-hash v0.1.1
25822026-07-21T17:22:19.310Z Checking predicates-core v1.0.10
25832026-07-21T17:22:19.376Z Checking toml_write v0.1.2
25842026-07-21T17:22:19.390Z Checking keccak v0.1.6
25852026-07-21T17:22:19.402Z Checking winnow v0.7.14
25862026-07-21T17:22:19.445Z Checking static_assertions v1.1.0
25872026-07-21T17:22:19.460Z Checking fixedbitset v0.4.2
25882026-07-21T17:22:19.510Z Checking unicode-segmentation v1.12.0
25892026-07-21T17:22:19.538Z Checking const-oid v0.10.2
25902026-07-21T17:22:19.561Z Checking sha3 v0.10.8
25912026-07-21T17:22:19.604Z Checking petgraph v0.6.5
25922026-07-21T17:22:19.675Z Checking tough v0.22.0
25932026-07-21T17:22:19.688Z Checking elliptic-curve v0.13.8
25942026-07-21T17:22:19.701Z Checking digest v0.11.3
25952026-07-21T17:22:19.792Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25962026-07-21T17:22:19.834Z Checking similar v2.7.0
25972026-07-21T17:22:19.876Z Checking petgraph v0.8.3
25982026-07-21T17:22:20.000Z Checking predicates v3.1.4
25992026-07-21T17:22:20.204Z Checking hickory-proto v0.25.2
26002026-07-21T17:22:20.301Z Checking crossterm v0.28.1
26012026-07-21T17:22:20.608Z Checking toml_edit v0.22.27
26022026-07-21T17:22:20.847Z Checking string_cache v0.8.9
26032026-07-21T17:22:21.000Z Checking ed25519-dalek v2.2.0
26042026-07-21T17:22:21.016Z Checking chacha20 v0.10.0
26052026-07-21T17:22:21.238Z Checking toml_parser v1.1.2+spec-1.1.0
26062026-07-21T17:22:21.273Z Checking tokio-postgres v0.7.16
26072026-07-21T17:22:21.359Z Checking zip v4.6.1
26082026-07-21T17:22:21.502Z Checking slog v2.8.2
26092026-07-21T17:22:21.549Z Checking env_logger v0.11.9
26102026-07-21T17:22:21.683Z Checking usdt v0.6.0
26112026-07-21T17:22:21.699Z Checking toml v0.7.8
26122026-07-21T17:22:21.711Z Checking usdt-impl v0.5.0
26132026-07-21T17:22:21.734Z Checking rsa v0.9.10
26142026-07-21T17:22:21.846Z Checking nix v0.31.2
26152026-07-21T17:22:21.926Z Checking clap v4.6.1
26162026-07-21T17:22:21.991Z Checking reqwest v0.13.2
26172026-07-21T17:22:22.014Z Checking zip v0.6.6
26182026-07-21T17:22:22.224Z Checking itertools v0.13.0
26192026-07-21T17:22:22.304Z Checking byte-wrapper v0.1.0
26202026-07-21T17:22:22.334Z Checking serde_with v3.21.0
26212026-07-21T17:22:22.505Z Checking strum v0.26.3
26222026-07-21T17:22:22.521Z Checking fs-err v3.3.0
26232026-07-21T17:22:22.612Z Checking ahash v0.8.12
26242026-07-21T17:22:22.806Z Checking tokio-stream v0.1.18
26252026-07-21T17:22:22.823Z Checking object v0.37.3
26262026-07-21T17:22:22.842Z Checking buf-list v1.1.2
26272026-07-21T17:22:22.862Z Checking camino v1.2.2
26282026-07-21T17:22:22.990Z Checking anyhow v1.0.102
26292026-07-21T17:22:23.017Z Checking x509-cert v0.2.5
26302026-07-21T17:22:23.031Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26312026-07-21T17:22:23.103Z Checking openapiv3 v2.2.0
26322026-07-21T17:22:23.176Z Checking lalrpop-util v0.19.12
26332026-07-21T17:22:23.189Z Checking peg-runtime v0.8.5
26342026-07-21T17:22:23.241Z Checking rayon v1.11.0
26352026-07-21T17:22:23.283Z Checking sigpipe v0.1.3
26362026-07-21T17:22:23.320Z Checking glob v0.3.3
26372026-07-21T17:22:24.983Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26382026-07-21T17:22:25.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.96s
26392026-07-21T17:22:25.411Z
26402026-07-21T17:22:25.411Zinfo: running `cargo check --bins` on internal-dns-types (77/301)
26412026-07-21T17:22:25.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422026-07-21T17:22:25.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432026-07-21T17:22:25.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442026-07-21T17:22:25.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26452026-07-21T17:22:25.930Z
26462026-07-21T17:22:25.930Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/301)
26472026-07-21T17:22:26.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482026-07-21T17:22:26.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492026-07-21T17:22:26.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502026-07-21T17:22:26.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26512026-07-21T17:22:26.472Z
26522026-07-21T17:22:26.472Zinfo: running `cargo check --bins` on nexus-types-versions (79/301)
26532026-07-21T17:22:26.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542026-07-21T17:22:26.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552026-07-21T17:22:26.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562026-07-21T17:22:26.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26572026-07-21T17:22:26.999Z
26582026-07-21T17:22:26.999Zinfo: running `cargo check --bins` on oxql-types (80/301)
26592026-07-21T17:22:27.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602026-07-21T17:22:27.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612026-07-21T17:22:27.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622026-07-21T17:22:27.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26632026-07-21T17:22:27.536Z
26642026-07-21T17:22:27.536Zinfo: running `cargo check --bins` on oximeter-types (81/301)
26652026-07-21T17:22:27.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662026-07-21T17:22:27.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672026-07-21T17:22:27.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26682026-07-21T17:22:27.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26692026-07-21T17:22:28.056Z
26702026-07-21T17:22:28.056Zinfo: running `cargo check --bins` on oximeter-types-versions (82/301)
26712026-07-21T17:22:28.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722026-07-21T17:22:28.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732026-07-21T17:22:28.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26742026-07-21T17:22:28.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26752026-07-21T17:22:28.585Z
26762026-07-21T17:22:28.585Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/301)
26772026-07-21T17:22:29.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26782026-07-21T17:22:29.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26792026-07-21T17:22:29.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26802026-07-21T17:22:29.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26812026-07-21T17:22:29.100Z
26822026-07-21T17:22:29.100Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/301)
26832026-07-21T17:22:29.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26842026-07-21T17:22:29.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26852026-07-21T17:22:29.731Z Compiling structmeta-derive v0.3.0
26862026-07-21T17:22:29.847Z Compiling multer v3.1.0
26872026-07-21T17:22:29.858Z Compiling async-stream-impl v0.3.6
26882026-07-21T17:22:29.866Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26892026-07-21T17:22:30.280Z Compiling dropshot v0.17.1
26902026-07-21T17:22:30.286Z Compiling dropshot_endpoint v0.17.1
26912026-07-21T17:22:30.286Z Compiling newtype-uuid-macros v0.1.0
26922026-07-21T17:22:30.286Z Checking newtype-uuid v1.3.2
26932026-07-21T17:22:30.286Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26942026-07-21T17:22:30.286Z Checking daft v0.1.7
26952026-07-21T17:22:30.286Z Checking thread_local v1.1.9
26962026-07-21T17:22:30.286Z Checking compression-core v0.4.31
26972026-07-21T17:22:30.318Z Checking match_cfg v0.1.0
26982026-07-21T17:22:30.340Z Checking iddqd v0.4.2
26992026-07-21T17:22:30.371Z Checking compression-codecs v0.4.37
27002026-07-21T17:22:30.791Z Checking hostname v0.3.1
27012026-07-21T17:22:30.798Z Checking crossbeam-channel v0.5.15
27022026-07-21T17:22:30.798Z Checking atomicwrites v0.4.4
27032026-07-21T17:22:30.798Z Checking slog-json v2.6.1
27042026-07-21T17:22:30.798Z Checking toml_datetime v1.1.1+spec-1.1.0
27052026-07-21T17:22:30.799Z Checking is-terminal v0.4.17
27062026-07-21T17:22:30.799Z Checking serde_spanned v1.1.1
27072026-07-21T17:22:30.799Z Checking take_mut v0.2.2
27082026-07-21T17:22:30.799Z Checking debug-ignore v1.0.5
27092026-07-21T17:22:30.799Z Checking term v1.2.1
27102026-07-21T17:22:30.799Z Checking toml_writer v1.1.1+spec-1.1.0
27112026-07-21T17:22:30.799Z Checking slog-bunyan v2.5.0
27122026-07-21T17:22:30.799Z Checking slog-async v2.8.0
27132026-07-21T17:22:30.799Z Checking async-compression v0.4.41
27142026-07-21T17:22:30.868Z Checking async-stream v0.3.6
27152026-07-21T17:22:30.906Z Compiling structmeta v0.3.0
27162026-07-21T17:22:30.914Z Checking toml v1.1.2+spec-1.1.0
27172026-07-21T17:22:30.930Z Checking slog-term v2.9.2
27182026-07-21T17:22:30.943Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27192026-07-21T17:22:30.991Z Checking progenitor-client v0.14.0
27202026-07-21T17:22:31.021Z Checking sha1 v0.11.0
27212026-07-21T17:22:31.103Z Compiling derive-ex v0.1.8
27222026-07-21T17:22:31.184Z Compiling parse-display-derive v0.10.0
27232026-07-21T17:22:31.270Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27242026-07-21T17:22:31.304Z Checking waitgroup v0.1.2
27252026-07-21T17:22:31.304Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27262026-07-21T17:22:31.304Z Checking rustls-pemfile v2.2.0
27272026-07-21T17:22:31.312Z Checking backon v1.6.0
27282026-07-21T17:22:31.325Z Checking serde_path_to_error v0.1.20
27292026-07-21T17:22:31.334Z Checking hostname v0.4.2
27302026-07-21T17:22:31.393Z Checking instant v0.1.13
27312026-07-21T17:22:31.475Z Checking backoff v0.4.0
27322026-07-21T17:22:31.495Z Checking progenitor-extras v0.2.0
27332026-07-21T17:22:31.606Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27342026-07-21T17:22:31.610Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27352026-07-21T17:22:31.646Z Checking itertools v0.14.0
27362026-07-21T17:22:31.705Z Checking regress v0.10.5
27372026-07-21T17:22:31.828Z Checking macaddr v1.0.1
27382026-07-21T17:22:32.002Z Checking humantime v2.3.0
27392026-07-21T17:22:32.765Z Compiling test-strategy v0.4.5
27402026-07-21T17:22:32.824Z Checking parse-display v0.10.0
27412026-07-21T17:22:33.403Z Compiling prettyplease v0.2.37
27422026-07-21T17:22:33.511Z Checking num-rational v0.4.2
27432026-07-21T17:22:33.700Z Checking num-complex v0.4.6
27442026-07-21T17:22:34.161Z Compiling num v0.4.3
27452026-07-21T17:22:34.232Z Compiling usdt-macro v0.5.0
27462026-07-21T17:22:34.246Z Compiling usdt-attr-macro v0.5.0
27472026-07-21T17:22:34.249Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27482026-07-21T17:22:34.327Z Checking memmap v0.7.0
27492026-07-21T17:22:34.488Z Checking float-ord v0.3.2
27502026-07-21T17:22:34.641Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27512026-07-21T17:22:34.705Z Compiling convert_case v0.4.0
27522026-07-21T17:22:34.820Z Checking unicode-width v0.2.0
27532026-07-21T17:22:34.994Z Checking newline-converter v0.3.0
27542026-07-21T17:22:35.046Z Checking usdt v0.5.0
27552026-07-21T17:22:35.067Z Checking console v0.15.11
27562026-07-21T17:22:35.080Z Compiling derive_more v0.99.20
27572026-07-21T17:22:35.102Z Compiling toml v0.8.23
27582026-07-21T17:22:35.210Z Compiling minimal-lexical v0.2.1
27592026-07-21T17:22:35.339Z Checking linked-hash-map v0.5.6
27602026-07-21T17:22:35.461Z Compiling nom v7.1.3
27612026-07-21T17:22:35.510Z Checking lru-cache v0.1.2
27622026-07-21T17:22:35.626Z Checking expectorate v1.2.0
27632026-07-21T17:22:36.028Z Checking camino-tempfile v1.4.1
27642026-07-21T17:22:36.078Z Checking hickory-proto v0.24.4
27652026-07-21T17:22:36.187Z Checking phf_shared v0.12.1
27662026-07-21T17:22:36.211Z Compiling slog-dtrace v0.3.0
27672026-07-21T17:22:36.329Z Checking resolv-conf v0.7.6
27682026-07-21T17:22:36.513Z Compiling unicode-xid v0.2.6
27692026-07-21T17:22:36.640Z Compiling chrono-tz v0.10.4
27702026-07-21T17:22:36.748Z Checking heck v0.5.0
27712026-07-21T17:22:36.828Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27722026-07-21T17:22:36.851Z Compiling const_format_proc_macros v0.2.34
27732026-07-21T17:22:36.919Z Checking phf v0.12.1
27742026-07-21T17:22:37.066Z Checking tokio-dtrace v0.1.1
27752026-07-21T17:22:37.258Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27762026-07-21T17:22:37.304Z Compiling derive-where v1.6.0
27772026-07-21T17:22:37.643Z Checking highway v1.3.0
27782026-07-21T17:22:37.771Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27792026-07-21T17:22:37.793Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27802026-07-21T17:22:37.867Z Checking const_format v0.2.35
27812026-07-21T17:22:37.899Z Checking hickory-resolver v0.24.4
27822026-07-21T17:22:38.093Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27832026-07-21T17:22:38.615Z Checking oxide-tokio-rt v0.1.4
27842026-07-21T17:22:38.652Z Checking qorb v0.4.1
27852026-07-21T17:22:38.951Z Checking gethostname v0.5.0
27862026-07-21T17:22:38.967Z Checking bcs v0.1.6
27872026-07-21T17:22:39.000Z Checking termtree v0.5.1
27882026-07-21T17:22:39.264Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27892026-07-21T17:22:39.282Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27902026-07-21T17:22:39.518Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27912026-07-21T17:22:39.521Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27922026-07-21T17:22:42.396Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27932026-07-21T17:22:44.755Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27942026-07-21T17:22:46.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.74s
27952026-07-21T17:22:47.002Z
27962026-07-21T17:22:47.002Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/301)
27972026-07-21T17:22:47.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982026-07-21T17:22:47.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992026-07-21T17:22:47.619Z Compiling ar_archive_writer v0.5.1
28002026-07-21T17:22:47.728Z Compiling stacker v0.1.23
28012026-07-21T17:22:47.737Z Compiling cfg_aliases v0.1.1
28022026-07-21T17:22:47.740Z Compiling convert_case v0.10.0
28032026-07-21T17:22:47.740Z Checking unicode-width v0.1.14
28042026-07-21T17:22:47.754Z Compiling proc-macro-error v1.0.4
28052026-07-21T17:22:47.764Z Checking fd-lock v4.0.4
28062026-07-21T17:22:47.764Z Checking nibble_vec v0.1.0
28072026-07-21T17:22:47.786Z Compiling nix v0.28.0
28082026-07-21T17:22:47.877Z Checking vte v0.14.1
28092026-07-21T17:22:47.886Z Compiling recursive-proc-macro-impl v0.1.1
28102026-07-21T17:22:47.985Z Checking endian-type v0.1.2
28112026-07-21T17:22:48.000Z Checking bytecount v0.6.9
28122026-07-21T17:22:48.019Z Checking strip-ansi-escapes v0.2.1
28132026-07-21T17:22:48.033Z Compiling derive_more-impl v2.1.1
28142026-07-21T17:22:48.043Z Compiling tabled_derive v0.7.0
28152026-07-21T17:22:48.093Z Checking papergrid v0.11.0
28162026-07-21T17:22:48.105Z Checking radix_trie v0.2.1
28172026-07-21T17:22:48.116Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28182026-07-21T17:22:48.294Z Compiling peg-macros v0.8.5
28192026-07-21T17:22:48.306Z Compiling sqlparser_derive v0.5.0
28202026-07-21T17:22:48.534Z Compiling psm v0.1.30
28212026-07-21T17:22:48.590Z Checking winnow v0.6.26
28222026-07-21T17:22:48.685Z Checking home v0.5.12
28232026-07-21T17:22:48.801Z Checking unicode_categories v0.1.1
28242026-07-21T17:22:48.830Z Checking derive_more v2.1.1
28252026-07-21T17:22:48.904Z Checking nu-ansi-term v0.50.3
28262026-07-21T17:22:48.941Z Checking crossterm v0.29.0
28272026-07-21T17:22:48.999Z Checking tabled v0.15.0
28282026-07-21T17:22:49.063Z Checking rustyline v14.0.0
28292026-07-21T17:22:49.106Z Checking reedline v0.40.0
28302026-07-21T17:22:49.123Z Checking display-error-chain v0.2.2
28312026-07-21T17:22:49.291Z Checking recursive v0.1.1
28322026-07-21T17:22:49.383Z Checking sqlparser v0.61.0
28332026-07-21T17:22:49.585Z Checking peg v0.8.5
28342026-07-21T17:22:49.764Z Checking sqlformat v0.3.5
28352026-07-21T17:23:00.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.61s
28362026-07-21T17:23:00.787Z
28372026-07-21T17:23:00.787Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/301)
28382026-07-21T17:23:01.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-07-21T17:23:01.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-07-21T17:23:01.409Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-07-21T17:23:05.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
28422026-07-21T17:23:05.350Z
28432026-07-21T17:23:05.350Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/301)
28442026-07-21T17:23:05.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-07-21T17:23:05.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-07-21T17:23:05.729Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-07-21T17:23:08.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
28482026-07-21T17:23:08.271Z
28492026-07-21T17:23:08.271Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/301)
28502026-07-21T17:23:08.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-07-21T17:23:08.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-07-21T17:23:08.889Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-07-21T17:23:12.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.81s
28542026-07-21T17:23:12.244Z
28552026-07-21T17:23:12.244Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/301)
28562026-07-21T17:23:12.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-07-21T17:23:12.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-07-21T17:23:12.870Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-07-21T17:23:16.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
28602026-07-21T17:23:16.288Z
28612026-07-21T17:23:16.288Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/301)
28622026-07-21T17:23:16.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-07-21T17:23:16.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-07-21T17:23:16.917Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28652026-07-21T17:23:19.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
28662026-07-21T17:23:19.656Z
28672026-07-21T17:23:19.656Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/301)
28682026-07-21T17:23:20.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-07-21T17:23:20.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-07-21T17:23:20.290Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28712026-07-21T17:23:22.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28722026-07-21T17:23:23.147Z
28732026-07-21T17:23:23.147Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/301)
28742026-07-21T17:23:23.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-07-21T17:23:23.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-07-21T17:23:23.705Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28772026-07-21T17:23:27.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
28782026-07-21T17:23:27.274Z
28792026-07-21T17:23:27.274Zinfo: running `cargo check --bins` on oximeter (93/301)
28802026-07-21T17:23:27.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-07-21T17:23:27.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-07-21T17:23:27.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-07-21T17:23:27.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28842026-07-21T17:23:27.945Z
28852026-07-21T17:23:27.945Zinfo: running `cargo check --bins` on oximeter-schema (94/301)
28862026-07-21T17:23:28.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-07-21T17:23:28.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-07-21T17:23:28.391Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28892026-07-21T17:23:28.631Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28902026-07-21T17:23:28.660Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28912026-07-21T17:23:28.896Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28922026-07-21T17:23:31.385Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28932026-07-21T17:23:32.590Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28942026-07-21T17:23:32.785Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28952026-07-21T17:23:33.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.64s
28962026-07-21T17:23:33.633Z
28972026-07-21T17:23:33.633Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/301)
28982026-07-21T17:23:34.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-07-21T17:23:34.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-07-21T17:23:34.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-07-21T17:23:34.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29022026-07-21T17:23:34.124Z
29032026-07-21T17:23:34.124Zinfo: running `cargo check --bins` on oximeter-test-utils (96/301)
29042026-07-21T17:23:34.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-07-21T17:23:34.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-07-21T17:23:34.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-07-21T17:23:34.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29082026-07-21T17:23:34.697Z
29092026-07-21T17:23:34.697Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/301)
29102026-07-21T17:23:35.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-07-21T17:23:35.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-07-21T17:23:35.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-07-21T17:23:35.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29142026-07-21T17:23:35.233Z
29152026-07-21T17:23:35.233Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/301)
29162026-07-21T17:23:35.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-07-21T17:23:35.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-07-21T17:23:35.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-07-21T17:23:35.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29202026-07-21T17:23:35.772Z
29212026-07-21T17:23:35.772Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/301)
29222026-07-21T17:23:36.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-07-21T17:23:36.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-07-21T17:23:36.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-07-21T17:23:36.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29262026-07-21T17:23:36.314Z
29272026-07-21T17:23:36.314Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/301)
29282026-07-21T17:23:36.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-07-21T17:23:36.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-07-21T17:23:36.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-07-21T17:23:36.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29322026-07-21T17:23:36.857Z
29332026-07-21T17:23:36.857Zinfo: running `cargo check --bins` on trust-quorum-types (101/301)
29342026-07-21T17:23:37.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-07-21T17:23:37.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-07-21T17:23:37.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-07-21T17:23:37.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29382026-07-21T17:23:37.371Z
29392026-07-21T17:23:37.371Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/301)
29402026-07-21T17:23:37.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-07-21T17:23:37.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-07-21T17:23:37.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29432026-07-21T17:23:37.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29442026-07-21T17:23:37.910Z
29452026-07-21T17:23:37.910Zinfo: running `cargo check --bins` on update-engine (103/301)
29462026-07-21T17:23:38.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472026-07-21T17:23:38.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482026-07-21T17:23:38.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29492026-07-21T17:23:38.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29502026-07-21T17:23:38.432Z
29512026-07-21T17:23:38.432Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/301)
29522026-07-21T17:23:38.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29532026-07-21T17:23:38.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29542026-07-21T17:23:39.109Z Compiling darling_core v0.21.3
29552026-07-21T17:23:39.218Z Compiling crucible-workspace-hack v0.1.0
29562026-07-21T17:23:39.226Z Checking secrecy v0.10.3
29572026-07-21T17:23:39.232Z Compiling toml_datetime v0.7.5+spec-1.1.0
29582026-07-21T17:23:39.238Z Compiling heapless v0.8.0
29592026-07-21T17:23:39.249Z Checking hash32 v0.3.1
29602026-07-21T17:23:39.255Z Checking inout v0.1.4
29612026-07-21T17:23:39.273Z Compiling smoltcp v0.11.0
29622026-07-21T17:23:39.324Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29632026-07-21T17:23:39.361Z Checking cobs v0.3.0
29642026-07-21T17:23:39.379Z Compiling toml_edit v0.23.10+spec-1.0.0
29652026-07-21T17:23:39.454Z Checking cipher v0.4.4
29662026-07-21T17:23:39.476Z Checking universal-hash v0.5.1
29672026-07-21T17:23:39.501Z Compiling thiserror-impl-no-std v2.0.2
29682026-07-21T17:23:39.561Z Checking half v2.7.1
29692026-07-21T17:23:39.593Z Checking opaque-debug v0.3.1
29702026-07-21T17:23:39.627Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29712026-07-21T17:23:39.644Z Checking ciborium-io v0.2.2
29722026-07-21T17:23:39.657Z Checking poly1305 v0.8.0
29732026-07-21T17:23:39.731Z Checking chacha20 v0.9.1
29742026-07-21T17:23:39.806Z Checking ciborium-ll v0.2.2
29752026-07-21T17:23:39.836Z Checking postcard v1.1.3
29762026-07-21T17:23:39.916Z Compiling proc-macro-crate v3.4.0
29772026-07-21T17:23:39.919Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29782026-07-21T17:23:39.977Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29792026-07-21T17:23:40.118Z Checking password-hash v0.5.0
29802026-07-21T17:23:40.240Z Checking blake2 v0.10.6
29812026-07-21T17:23:40.313Z Compiling proc-macro-crate v1.3.1
29822026-07-21T17:23:40.336Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29832026-07-21T17:23:40.422Z Checking aead v0.5.2
29842026-07-21T17:23:40.465Z Compiling num_enum_derive v0.7.6
29852026-07-21T17:23:40.478Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29862026-07-21T17:23:40.557Z Compiling foreign-types-macros v0.2.3
29872026-07-21T17:23:40.562Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29882026-07-21T17:23:40.669Z Checking thiserror-no-std v2.0.2
29892026-07-21T17:23:40.678Z Checking foreign-types-shared v0.3.1
29902026-07-21T17:23:40.751Z Compiling num_enum_derive v0.5.11
29912026-07-21T17:23:40.762Z Checking vsss-rs v3.3.4
29922026-07-21T17:23:40.766Z Checking chacha20poly1305 v0.10.1
29932026-07-21T17:23:40.822Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29942026-07-21T17:23:40.885Z Checking argon2 v0.5.3
29952026-07-21T17:23:41.151Z Checking foreign-types v0.5.0
29962026-07-21T17:23:41.239Z Checking ciborium v0.2.2
29972026-07-21T17:23:41.343Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29982026-07-21T17:23:41.348Z Checking tabwriter v1.4.1
29992026-07-21T17:23:41.498Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30002026-07-21T17:23:41.519Z Checking num_enum v0.7.6
30012026-07-21T17:23:41.624Z Checking cstr-argument v0.1.2
30022026-07-21T17:23:41.635Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30032026-07-21T17:23:41.642Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30042026-07-21T17:23:41.678Z Compiling darling_macro v0.21.3
30052026-07-21T17:23:41.734Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30062026-07-21T17:23:41.744Z Checking num_enum v0.5.11
30072026-07-21T17:23:41.845Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30082026-07-21T17:23:41.857Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30092026-07-21T17:23:41.867Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30102026-07-21T17:23:41.890Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30112026-07-21T17:23:41.932Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30122026-07-21T17:23:41.998Z Checking rand v0.10.1
30132026-07-21T17:23:42.024Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30142026-07-21T17:23:42.092Z Checking indent_write v2.2.0
30152026-07-21T17:23:42.165Z Checking colored v3.1.1
30162026-07-21T17:23:42.231Z Compiling darling v0.21.3
30172026-07-21T17:23:42.273Z Compiling zone_cfg_derive v0.3.1
30182026-07-21T17:23:42.415Z Compiling ingot-macros v0.1.1
30192026-07-21T17:23:42.415Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30202026-07-21T17:23:42.415Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30212026-07-21T17:23:42.416Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30222026-07-21T17:23:42.424Z Checking itertools v0.12.1
30232026-07-21T17:23:42.465Z Compiling num-derive v0.4.2
30242026-07-21T17:23:42.497Z Checking swrite v0.1.0
30252026-07-21T17:23:42.515Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30262026-07-21T17:23:42.577Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30272026-07-21T17:23:42.751Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30282026-07-21T17:23:42.860Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30292026-07-21T17:23:42.884Z Checking dropshot-api-manager-types v0.7.2
30302026-07-21T17:23:42.905Z Checking smf v0.2.3
30312026-07-21T17:23:42.975Z Checking nanorand v0.7.0
30322026-07-21T17:23:42.992Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30332026-07-21T17:23:43.048Z Checking whoami v1.6.1
30342026-07-21T17:23:43.138Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30352026-07-21T17:23:43.153Z Checking flume v0.11.1
30362026-07-21T17:23:43.403Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30372026-07-21T17:23:43.409Z Checking zone v0.3.1
30382026-07-21T17:23:44.425Z Checking ingot-types v0.1.2
30392026-07-21T17:23:44.741Z Checking ingot v0.1.1
30402026-07-21T17:23:46.130Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30412026-07-21T17:23:47.059Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30422026-07-21T17:23:47.932Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30432026-07-21T17:23:49.393Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30442026-07-21T17:23:51.433Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30452026-07-21T17:23:52.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.07s
30462026-07-21T17:23:52.685Z
30472026-07-21T17:23:52.685Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/301)
30482026-07-21T17:23:53.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-07-21T17:23:53.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-07-21T17:23:53.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-07-21T17:23:53.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30522026-07-21T17:23:53.227Z
30532026-07-21T17:23:53.227Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/301)
30542026-07-21T17:23:53.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-07-21T17:23:53.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-07-21T17:23:53.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-07-21T17:23:53.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30582026-07-21T17:23:53.764Z
30592026-07-21T17:23:53.764Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/301)
30602026-07-21T17:23:54.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-07-21T17:23:54.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-07-21T17:23:54.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-07-21T17:23:54.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30642026-07-21T17:23:54.307Z
30652026-07-21T17:23:54.307Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/301)
30662026-07-21T17:23:54.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-07-21T17:23:54.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-07-21T17:23:54.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-07-21T17:23:54.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30702026-07-21T17:23:54.849Z
30712026-07-21T17:23:54.849Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/301)
30722026-07-21T17:23:55.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-07-21T17:23:55.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-07-21T17:23:55.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-07-21T17:23:55.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30762026-07-21T17:23:55.390Z
30772026-07-21T17:23:55.391Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/301)
30782026-07-21T17:23:55.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-07-21T17:23:55.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-07-21T17:23:55.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-07-21T17:23:55.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30822026-07-21T17:23:55.926Z
30832026-07-21T17:23:55.927Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/301)
30842026-07-21T17:23:56.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-07-21T17:23:56.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-07-21T17:23:56.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-07-21T17:23:56.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30882026-07-21T17:23:56.464Z
30892026-07-21T17:23:56.464Zinfo: running `cargo check --bins` on cockroach-admin-client (112/301)
30902026-07-21T17:23:56.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-07-21T17:23:56.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-07-21T17:23:56.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-07-21T17:23:56.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30942026-07-21T17:23:57.015Z
30952026-07-21T17:23:57.015Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/301)
30962026-07-21T17:23:57.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-07-21T17:23:57.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-07-21T17:23:57.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-07-21T17:23:57.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31002026-07-21T17:23:57.526Z
31012026-07-21T17:23:57.527Zinfo: running `cargo check --bins` on dns-service-client (114/301)
31022026-07-21T17:23:57.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-07-21T17:23:57.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-07-21T17:23:57.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-07-21T17:23:57.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31062026-07-21T17:23:58.063Z
31072026-07-21T17:23:58.063Zinfo: running `cargo check --bins` on installinator-client (115/301)
31082026-07-21T17:23:58.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-07-21T17:23:58.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-07-21T17:23:58.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-07-21T17:23:58.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31122026-07-21T17:23:58.597Z
31132026-07-21T17:23:58.597Zinfo: running `cargo check --bins` on nexus-client (116/301)
31142026-07-21T17:23:59.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-07-21T17:23:59.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-07-21T17:23:59.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-07-21T17:23:59.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31182026-07-21T17:23:59.168Z
31192026-07-21T17:23:59.169Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/301)
31202026-07-21T17:23:59.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-07-21T17:23:59.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-07-21T17:23:59.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-07-21T17:23:59.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31242026-07-21T17:23:59.742Z
31252026-07-21T17:23:59.742Zinfo: running `cargo check --bins` on ntp-admin-client (118/301)
31262026-07-21T17:24:00.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-07-21T17:24:00.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-07-21T17:24:00.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-07-21T17:24:00.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31302026-07-21T17:24:00.262Z
31312026-07-21T17:24:00.262Zinfo: running `cargo check --bins` on oxide-client (119/301)
31322026-07-21T17:24:00.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-07-21T17:24:00.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-07-21T17:24:00.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-07-21T17:24:00.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31362026-07-21T17:24:00.786Z
31372026-07-21T17:24:00.786Zinfo: running `cargo check --bins` on oximeter-client (120/301)
31382026-07-21T17:24:01.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-07-21T17:24:01.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-07-21T17:24:01.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-07-21T17:24:01.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31422026-07-21T17:24:01.319Z
31432026-07-21T17:24:01.319Zinfo: running `cargo check --bins` on repo-depot-client (121/301)
31442026-07-21T17:24:01.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-07-21T17:24:01.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-07-21T17:24:01.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-07-21T17:24:01.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31482026-07-21T17:24:01.841Z
31492026-07-21T17:24:01.841Zinfo: running `cargo check --bins` on sled-agent-client (122/301)
31502026-07-21T17:24:02.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-07-21T17:24:02.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-07-21T17:24:02.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-07-21T17:24:02.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31542026-07-21T17:24:02.388Z
31552026-07-21T17:24:02.388Zinfo: running `cargo check --bins` on wicketd-client (123/301)
31562026-07-21T17:24:02.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-07-21T17:24:02.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-07-21T17:24:02.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-07-21T17:24:02.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31602026-07-21T17:24:02.947Z
31612026-07-21T17:24:02.947Zinfo: running `cargo check --bins` on installinator-common (124/301)
31622026-07-21T17:24:03.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-07-21T17:24:03.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-07-21T17:24:03.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-07-21T17:24:03.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31662026-07-21T17:24:03.497Z
31672026-07-21T17:24:03.497Zinfo: running `cargo check --bins` on installinator-common-versions (125/301)
31682026-07-21T17:24:03.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-07-21T17:24:03.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-07-21T17:24:03.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-07-21T17:24:03.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31722026-07-21T17:24:04.012Z
31732026-07-21T17:24:04.012Zinfo: running `cargo check --bins` on wicket-common (126/301)
31742026-07-21T17:24:04.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-07-21T17:24:04.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-07-21T17:24:04.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772026-07-21T17:24:04.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31782026-07-21T17:24:04.554Z
31792026-07-21T17:24:04.554Zinfo: running `cargo check --bins` on wicketd-commission-types (127/301)
31802026-07-21T17:24:05.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812026-07-21T17:24:05.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822026-07-21T17:24:05.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31832026-07-21T17:24:05.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31842026-07-21T17:24:05.091Z
31852026-07-21T17:24:05.091Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (128/301)
31862026-07-21T17:24:05.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872026-07-21T17:24:05.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882026-07-21T17:24:05.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31892026-07-21T17:24:05.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31902026-07-21T17:24:05.649Z
31912026-07-21T17:24:05.649Zinfo: running `cargo check --bins` on omicron-cockroach-admin (129/301)
31922026-07-21T17:24:06.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932026-07-21T17:24:06.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942026-07-21T17:24:06.267Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31952026-07-21T17:24:06.382Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31962026-07-21T17:24:06.389Z Checking csv-core v0.1.13
31972026-07-21T17:24:06.395Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31982026-07-21T17:24:06.401Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31992026-07-21T17:24:06.412Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32002026-07-21T17:24:06.421Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32012026-07-21T17:24:06.433Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32022026-07-21T17:24:06.541Z Checking csv v1.4.0
32032026-07-21T17:24:06.567Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32042026-07-21T17:24:06.581Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32052026-07-21T17:24:06.607Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32062026-07-21T17:24:06.635Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32072026-07-21T17:24:06.879Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32082026-07-21T17:24:07.237Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32092026-07-21T17:24:07.239Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32102026-07-21T17:24:07.562Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32112026-07-21T17:24:13.657Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32122026-07-21T17:24:14.297Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32132026-07-21T17:24:16.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.87s
32142026-07-21T17:24:16.680Z
32152026-07-21T17:24:16.680Zinfo: running `cargo check --bins` on cockroach-admin-api (130/301)
32162026-07-21T17:24:17.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-07-21T17:24:17.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-07-21T17:24:17.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-07-21T17:24:17.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
32202026-07-21T17:24:17.218Z
32212026-07-21T17:24:17.218Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (131/301)
32222026-07-21T17:24:17.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-07-21T17:24:17.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-07-21T17:24:17.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32252026-07-21T17:24:17.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32262026-07-21T17:24:17.857Z
32272026-07-21T17:24:17.857Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (132/301)
32282026-07-21T17:24:18.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292026-07-21T17:24:18.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302026-07-21T17:24:18.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32312026-07-21T17:24:18.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32322026-07-21T17:24:18.464Z
32332026-07-21T17:24:18.464Zinfo: running `cargo check --bins` on gateway-test-utils (133/301)
32342026-07-21T17:24:18.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32352026-07-21T17:24:18.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32362026-07-21T17:24:18.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32372026-07-21T17:24:18.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32382026-07-21T17:24:19.058Z
32392026-07-21T17:24:19.058Zinfo: running `cargo check --bins` on omicron-gateway (134/301)
32402026-07-21T17:24:19.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32412026-07-21T17:24:19.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32422026-07-21T17:24:19.773Z Compiling regress v0.11.1
32432026-07-21T17:24:19.914Z Compiling unsafe-libyaml v0.2.11
32442026-07-21T17:24:19.921Z Compiling semver v0.1.20
32452026-07-21T17:24:19.921Z Compiling radium v0.7.0
32462026-07-21T17:24:19.943Z Checking nom v8.0.0
32472026-07-21T17:24:19.948Z Compiling maybe-uninit v2.0.0
32482026-07-21T17:24:19.949Z Checking tap v1.0.1
32492026-07-21T17:24:20.064Z Checking wyz v0.5.1
32502026-07-21T17:24:20.197Z Compiling rustc_version v0.1.7
32512026-07-21T17:24:20.307Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32522026-07-21T17:24:20.315Z Compiling zerocopy-derive v0.6.6
32532026-07-21T17:24:20.382Z Compiling cancel-safe-futures v0.1.5
32542026-07-21T17:24:20.427Z Compiling serde_yaml v0.9.34+deprecated
32552026-07-21T17:24:20.628Z Compiling newtype_derive v0.1.6
32562026-07-21T17:24:20.650Z Compiling packed_struct v0.10.1
32572026-07-21T17:24:20.827Z Checking funty v2.0.0
32582026-07-21T17:24:20.923Z Checking crc-catalog v2.4.0
32592026-07-21T17:24:21.016Z Compiling owo-colors v4.3.0
32602026-07-21T17:24:21.127Z Checking zerocopy v0.6.6
32612026-07-21T17:24:21.155Z Checking bitvec v1.0.1
32622026-07-21T17:24:21.370Z Checking typify-impl v0.6.2
32632026-07-21T17:24:21.396Z Checking crc v3.4.0
32642026-07-21T17:24:21.711Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32652026-07-21T17:24:21.740Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32662026-07-21T17:24:21.878Z Compiling packed_struct_codegen v0.10.1
32672026-07-21T17:24:21.896Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32682026-07-21T17:24:22.083Z Checking libsw-core v0.3.2
32692026-07-21T17:24:22.225Z Compiling bitfield-macros v0.19.4
32702026-07-21T17:24:22.239Z Compiling indexmap v1.9.3
32712026-07-21T17:24:22.451Z Checking nodrop v0.1.14
32722026-07-21T17:24:22.478Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32732026-07-21T17:24:22.542Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32742026-07-21T17:24:22.545Z Checking array-init v0.0.4
32752026-07-21T17:24:22.569Z Checking libsw v3.5.0
32762026-07-21T17:24:22.759Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32772026-07-21T17:24:22.838Z Checking smallvec v0.6.14
32782026-07-21T17:24:22.893Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32792026-07-21T17:24:22.955Z Checking bitfield v0.19.4
32802026-07-21T17:24:23.113Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32812026-07-21T17:24:23.172Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32822026-07-21T17:24:23.231Z Checking hashbrown v0.12.3
32832026-07-21T17:24:23.245Z Checking base64 v0.21.7
32842026-07-21T17:24:23.303Z Checking linear-map v1.2.0
32852026-07-21T17:24:23.470Z Checking smawk v0.3.2
32862026-07-21T17:24:23.474Z Checking tagptr v0.2.0
32872026-07-21T17:24:23.601Z Checking unicode-linebreak v0.1.5
32882026-07-21T17:24:23.619Z Checking moka v0.12.13
32892026-07-21T17:24:23.633Z Checking ron v0.8.1
32902026-07-21T17:24:23.660Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32912026-07-21T17:24:23.808Z Checking textwrap v0.16.2
32922026-07-21T17:24:23.947Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32932026-07-21T17:24:23.983Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32942026-07-21T17:24:24.024Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32952026-07-21T17:24:24.119Z Checking steno v0.4.1
32962026-07-21T17:24:24.160Z Checking serde-hex v0.1.0
32972026-07-21T17:24:24.246Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32982026-07-21T17:24:24.430Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32992026-07-21T17:24:24.844Z Checking hashbrown v0.13.2
33002026-07-21T17:24:24.987Z Checking crc-any v2.5.0
33012026-07-21T17:24:25.019Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33022026-07-21T17:24:25.140Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33032026-07-21T17:24:25.165Z Checking hickory-resolver v0.25.2
33042026-07-21T17:24:25.244Z Checking sha1 v0.10.6
33052026-07-21T17:24:25.275Z Checking object v0.30.4
33062026-07-21T17:24:25.304Z Checking void v1.0.2
33072026-07-21T17:24:25.405Z Checking path-slash v0.1.5
33082026-07-21T17:24:25.408Z Checking half v1.8.3
33092026-07-21T17:24:25.509Z Checking utf-8 v0.7.6
33102026-07-21T17:24:25.613Z Checking serde_cbor v0.11.2
33112026-07-21T17:24:25.645Z Checking tungstenite v0.23.0
33122026-07-21T17:24:25.682Z Checking lzss v0.8.2
33132026-07-21T17:24:25.890Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33142026-07-21T17:24:25.927Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33152026-07-21T17:24:25.953Z Compiling typify-macro v0.6.2
33162026-07-21T17:24:25.985Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33172026-07-21T17:24:25.999Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33182026-07-21T17:24:26.020Z Checking nix v0.27.1
33192026-07-21T17:24:26.054Z Checking kstat-rs v0.2.4
33202026-07-21T17:24:26.135Z Checking fxhash v0.2.1
33212026-07-21T17:24:26.228Z Checking serde_bytes v0.11.19
33222026-07-21T17:24:26.242Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33232026-07-21T17:24:26.255Z Checking tokio-tungstenite v0.23.1
33242026-07-21T17:24:26.292Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33252026-07-21T17:24:26.412Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33262026-07-21T17:24:26.512Z Checking signal-hook-tokio v0.3.1
33272026-07-21T17:24:27.034Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33282026-07-21T17:24:27.389Z Compiling typify v0.6.2
33292026-07-21T17:24:27.418Z Compiling progenitor-impl v0.14.0
33302026-07-21T17:24:27.951Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33312026-07-21T17:24:28.251Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33322026-07-21T17:24:28.845Z Compiling progenitor-macro v0.14.0
33332026-07-21T17:24:31.129Z Checking progenitor v0.14.0
33342026-07-21T17:24:31.241Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33352026-07-21T17:24:31.244Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33362026-07-21T17:24:33.889Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33372026-07-21T17:24:42.162Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33382026-07-21T17:24:48.833Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33392026-07-21T17:24:50.204Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33402026-07-21T17:24:50.685Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33412026-07-21T17:24:52.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.68s
33422026-07-21T17:24:52.922Z
33432026-07-21T17:24:52.922Zinfo: running `cargo check --bins` on gateway-api (135/301)
33442026-07-21T17:24:53.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452026-07-21T17:24:53.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462026-07-21T17:24:53.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33472026-07-21T17:24:53.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33482026-07-21T17:24:53.456Z
33492026-07-21T17:24:53.456Zinfo: running `cargo check --bins` on ipcc (136/301)
33502026-07-21T17:24:53.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512026-07-21T17:24:53.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522026-07-21T17:24:53.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33532026-07-21T17:24:53.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33542026-07-21T17:24:53.997Z
33552026-07-21T17:24:53.997Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (137/301)
33562026-07-21T17:24:54.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572026-07-21T17:24:54.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582026-07-21T17:24:54.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33592026-07-21T17:24:54.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33602026-07-21T17:24:54.523Z
33612026-07-21T17:24:54.523Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (138/301)
33622026-07-21T17:24:54.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632026-07-21T17:24:54.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642026-07-21T17:24:54.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33652026-07-21T17:24:55.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33662026-07-21T17:24:55.085Z
33672026-07-21T17:24:55.085Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (139/301)
33682026-07-21T17:24:55.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692026-07-21T17:24:55.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702026-07-21T17:24:55.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33712026-07-21T17:24:55.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33722026-07-21T17:24:55.626Z
33732026-07-21T17:24:55.626Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (140/301)
33742026-07-21T17:24:56.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752026-07-21T17:24:56.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762026-07-21T17:24:56.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33772026-07-21T17:24:56.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33782026-07-21T17:24:56.165Z
33792026-07-21T17:24:56.165Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (141/301)
33802026-07-21T17:24:56.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812026-07-21T17:24:56.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822026-07-21T17:24:56.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33832026-07-21T17:24:56.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33842026-07-21T17:24:56.708Z
33852026-07-21T17:24:56.708Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (142/301)
33862026-07-21T17:24:57.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872026-07-21T17:24:57.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882026-07-21T17:24:57.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892026-07-21T17:24:57.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33902026-07-21T17:24:57.266Z
33912026-07-21T17:24:57.266Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (143/301)
33922026-07-21T17:24:57.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932026-07-21T17:24:57.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942026-07-21T17:24:57.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33952026-07-21T17:24:57.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33962026-07-21T17:24:57.806Z
33972026-07-21T17:24:57.806Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (144/301)
33982026-07-21T17:24:58.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992026-07-21T17:24:58.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002026-07-21T17:24:58.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34012026-07-21T17:24:58.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34022026-07-21T17:24:58.343Z
34032026-07-21T17:24:58.343Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (145/301)
34042026-07-21T17:24:58.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052026-07-21T17:24:58.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062026-07-21T17:24:58.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34072026-07-21T17:24:58.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34082026-07-21T17:24:58.876Z
34092026-07-21T17:24:58.876Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (146/301)
34102026-07-21T17:24:59.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112026-07-21T17:24:59.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122026-07-21T17:24:59.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34132026-07-21T17:24:59.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34142026-07-21T17:24:59.450Z
34152026-07-21T17:24:59.450Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (147/301)
34162026-07-21T17:24:59.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172026-07-21T17:24:59.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182026-07-21T17:24:59.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34192026-07-21T17:24:59.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34202026-07-21T17:24:59.950Z
34212026-07-21T17:24:59.950Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (148/301)
34222026-07-21T17:25:00.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232026-07-21T17:25:00.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242026-07-21T17:25:00.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252026-07-21T17:25:00.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34262026-07-21T17:25:00.489Z
34272026-07-21T17:25:00.489Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (149/301)
34282026-07-21T17:25:00.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292026-07-21T17:25:00.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302026-07-21T17:25:00.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34312026-07-21T17:25:00.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34322026-07-21T17:25:01.044Z
34332026-07-21T17:25:01.045Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (150/301)
34342026-07-21T17:25:01.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34352026-07-21T17:25:01.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34362026-07-21T17:25:01.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34372026-07-21T17:25:01.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34382026-07-21T17:25:01.597Z
34392026-07-21T17:25:01.598Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (151/301)
34402026-07-21T17:25:02.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34412026-07-21T17:25:02.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34422026-07-21T17:25:02.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34432026-07-21T17:25:02.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34442026-07-21T17:25:02.148Z
34452026-07-21T17:25:02.148Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (152/301)
34462026-07-21T17:25:02.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472026-07-21T17:25:02.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482026-07-21T17:25:02.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34492026-07-21T17:25:02.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34502026-07-21T17:25:02.700Z
34512026-07-21T17:25:02.700Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (153/301)
34522026-07-21T17:25:03.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532026-07-21T17:25:03.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542026-07-21T17:25:03.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34552026-07-21T17:25:03.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34562026-07-21T17:25:03.260Z
34572026-07-21T17:25:03.260Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (154/301)
34582026-07-21T17:25:03.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592026-07-21T17:25:03.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602026-07-21T17:25:03.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34612026-07-21T17:25:03.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34622026-07-21T17:25:03.815Z
34632026-07-21T17:25:03.815Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (155/301)
34642026-07-21T17:25:04.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652026-07-21T17:25:04.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662026-07-21T17:25:04.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34672026-07-21T17:25:04.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34682026-07-21T17:25:04.378Z
34692026-07-21T17:25:04.378Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (156/301)
34702026-07-21T17:25:04.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712026-07-21T17:25:04.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722026-07-21T17:25:04.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732026-07-21T17:25:04.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34742026-07-21T17:25:04.934Z
34752026-07-21T17:25:04.935Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (157/301)
34762026-07-21T17:25:05.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-07-21T17:25:05.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-07-21T17:25:05.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34792026-07-21T17:25:05.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34802026-07-21T17:25:05.494Z
34812026-07-21T17:25:05.494Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (158/301)
34822026-07-21T17:25:05.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-07-21T17:25:05.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-07-21T17:25:05.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34852026-07-21T17:25:05.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34862026-07-21T17:25:06.053Z
34872026-07-21T17:25:06.053Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (159/301)
34882026-07-21T17:25:06.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892026-07-21T17:25:06.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902026-07-21T17:25:06.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912026-07-21T17:25:06.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34922026-07-21T17:25:06.595Z
34932026-07-21T17:25:06.595Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (160/301)
34942026-07-21T17:25:07.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952026-07-21T17:25:07.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962026-07-21T17:25:07.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972026-07-21T17:25:07.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34982026-07-21T17:25:07.143Z
34992026-07-21T17:25:07.143Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (161/301)
35002026-07-21T17:25:07.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-07-21T17:25:07.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-07-21T17:25:07.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032026-07-21T17:25:07.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35042026-07-21T17:25:07.681Z
35052026-07-21T17:25:07.681Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (162/301)
35062026-07-21T17:25:08.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-07-21T17:25:08.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-07-21T17:25:08.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092026-07-21T17:25:08.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35102026-07-21T17:25:08.221Z
35112026-07-21T17:25:08.221Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (163/301)
35122026-07-21T17:25:08.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-07-21T17:25:08.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-07-21T17:25:08.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-07-21T17:25:08.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35162026-07-21T17:25:08.764Z
35172026-07-21T17:25:08.764Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (164/301)
35182026-07-21T17:25:09.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-07-21T17:25:09.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-07-21T17:25:09.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-07-21T17:25:09.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35222026-07-21T17:25:09.301Z
35232026-07-21T17:25:09.301Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (165/301)
35242026-07-21T17:25:09.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-07-21T17:25:09.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-07-21T17:25:09.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-07-21T17:25:09.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35282026-07-21T17:25:09.845Z
35292026-07-21T17:25:09.845Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (166/301)
35302026-07-21T17:25:10.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-07-21T17:25:10.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-07-21T17:25:10.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332026-07-21T17:25:10.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35342026-07-21T17:25:10.379Z
35352026-07-21T17:25:10.379Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (167/301)
35362026-07-21T17:25:10.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-07-21T17:25:10.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-07-21T17:25:10.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-07-21T17:25:10.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35402026-07-21T17:25:10.938Z
35412026-07-21T17:25:10.939Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (168/301)
35422026-07-21T17:25:11.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-07-21T17:25:11.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-07-21T17:25:11.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-07-21T17:25:11.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35462026-07-21T17:25:11.497Z
35472026-07-21T17:25:11.497Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (169/301)
35482026-07-21T17:25:11.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-07-21T17:25:11.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-07-21T17:25:11.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-07-21T17:25:11.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35522026-07-21T17:25:12.059Z
35532026-07-21T17:25:12.059Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (170/301)
35542026-07-21T17:25:12.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-07-21T17:25:12.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-07-21T17:25:12.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-07-21T17:25:12.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35582026-07-21T17:25:12.615Z
35592026-07-21T17:25:12.615Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (171/301)
35602026-07-21T17:25:13.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-07-21T17:25:13.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-07-21T17:25:13.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632026-07-21T17:25:13.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35642026-07-21T17:25:13.176Z
35652026-07-21T17:25:13.176Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (172/301)
35662026-07-21T17:25:13.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-07-21T17:25:13.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-07-21T17:25:13.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692026-07-21T17:25:13.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35702026-07-21T17:25:13.735Z
35712026-07-21T17:25:13.735Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (173/301)
35722026-07-21T17:25:14.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-07-21T17:25:14.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-07-21T17:25:14.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752026-07-21T17:25:14.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35762026-07-21T17:25:14.295Z
35772026-07-21T17:25:14.295Zinfo: running `cargo check --bins` on oximeter-producer (174/301)
35782026-07-21T17:25:14.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-07-21T17:25:14.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-07-21T17:25:14.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-07-21T17:25:14.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35822026-07-21T17:25:14.868Z
35832026-07-21T17:25:14.868Zinfo: running `cargo check --bins` on internal-dns-resolver (175/301)
35842026-07-21T17:25:15.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-07-21T17:25:15.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-07-21T17:25:15.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-07-21T17:25:15.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35882026-07-21T17:25:15.409Z
35892026-07-21T17:25:15.409Zinfo: running `cargo check --bins` on dns-server (176/301)
35902026-07-21T17:25:15.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-07-21T17:25:15.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-07-21T17:25:16.012Z Compiling parking_lot_core v0.8.6
35932026-07-21T17:25:16.015Z Compiling git-stub v1.0.0
35942026-07-21T17:25:16.015Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35952026-07-21T17:25:16.129Z Checking prefix-trie v0.7.0
35962026-07-21T17:25:16.238Z Compiling git-stub-vcs v0.1.0
35972026-07-21T17:25:16.412Z Checking hickory-server v0.25.2
35982026-07-21T17:25:16.514Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35992026-07-21T17:25:16.526Z Checking parking_lot v0.11.2
36002026-07-21T17:25:16.572Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36012026-07-21T17:25:16.572Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
36022026-07-21T17:25:16.692Z Checking sled v0.34.7
36032026-07-21T17:25:18.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
36042026-07-21T17:25:18.732Z
36052026-07-21T17:25:18.732Zinfo: running `cargo check --bins` on dns-server-api (177/301)
36062026-07-21T17:25:19.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-07-21T17:25:19.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-07-21T17:25:19.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-07-21T17:25:19.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36102026-07-21T17:25:19.245Z
36112026-07-21T17:25:19.245Zinfo: running `cargo check --bins` on oximeter-producer-api (178/301)
36122026-07-21T17:25:19.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-07-21T17:25:19.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-07-21T17:25:19.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-07-21T17:25:19.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36162026-07-21T17:25:19.786Z
36172026-07-21T17:25:19.786Zinfo: running `cargo check --bins` on sp-sim (179/301)
36182026-07-21T17:25:20.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-07-21T17:25:20.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-07-21T17:25:20.455Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36212026-07-21T17:25:22.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s
36222026-07-21T17:25:22.357Z
36232026-07-21T17:25:22.357Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (180/301)
36242026-07-21T17:25:22.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-07-21T17:25:22.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-07-21T17:25:22.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-07-21T17:25:22.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36282026-07-21T17:25:22.946Z
36292026-07-21T17:25:22.946Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (181/301)
36302026-07-21T17:25:23.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-07-21T17:25:23.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-07-21T17:25:23.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36332026-07-21T17:25:23.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36342026-07-21T17:25:23.537Z
36352026-07-21T17:25:23.537Zinfo: running `cargo check --bins` on db-macros (182/301)
36362026-07-21T17:25:23.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36372026-07-21T17:25:23.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36382026-07-21T17:25:23.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36392026-07-21T17:25:23.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36402026-07-21T17:25:24.062Z
36412026-07-21T17:25:24.062Zinfo: running `cargo check --bins` on nexus-macros-common (183/301)
36422026-07-21T17:25:24.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36432026-07-21T17:25:24.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36442026-07-21T17:25:24.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36452026-07-21T17:25:24.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36462026-07-21T17:25:24.581Z
36472026-07-21T17:25:24.581Zinfo: running `cargo check --bins` on nexus-auth (184/301)
36482026-07-21T17:25:25.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36492026-07-21T17:25:25.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36502026-07-21T17:25:25.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36512026-07-21T17:25:25.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36522026-07-21T17:25:25.166Z
36532026-07-21T17:25:25.166Zinfo: running `cargo check --bins` on authz-macros (185/301)
36542026-07-21T17:25:25.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36552026-07-21T17:25:25.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36562026-07-21T17:25:25.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36572026-07-21T17:25:25.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36582026-07-21T17:25:25.686Z
36592026-07-21T17:25:25.686Zinfo: running `cargo check --bins` on nexus-db-fixed-data (186/301)
36602026-07-21T17:25:26.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36612026-07-21T17:25:26.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36622026-07-21T17:25:26.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36632026-07-21T17:25:26.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36642026-07-21T17:25:26.272Z
36652026-07-21T17:25:26.272Zinfo: running `cargo check --bins` on nexus-db-model (187/301)
36662026-07-21T17:25:26.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36672026-07-21T17:25:26.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36682026-07-21T17:25:26.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36692026-07-21T17:25:26.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36702026-07-21T17:25:26.857Z
36712026-07-21T17:25:26.857Zinfo: running `cargo check --bins` on nexus-db-schema (188/301)
36722026-07-21T17:25:27.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36732026-07-21T17:25:27.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36742026-07-21T17:25:27.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36752026-07-21T17:25:27.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36762026-07-21T17:25:27.383Z
36772026-07-21T17:25:27.383Zinfo: running `cargo check --bins` on omicron-rpaths (189/301)
36782026-07-21T17:25:27.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36792026-07-21T17:25:27.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36802026-07-21T17:25:27.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36812026-07-21T17:25:27.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36822026-07-21T17:25:27.906Z
36832026-07-21T17:25:27.906Zinfo: running `cargo check --bins` on nexus-defaults (190/301)
36842026-07-21T17:25:28.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36852026-07-21T17:25:28.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36862026-07-21T17:25:28.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36872026-07-21T17:25:28.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36882026-07-21T17:25:28.452Z
36892026-07-21T17:25:28.452Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (191/301)
36902026-07-21T17:25:28.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36912026-07-21T17:25:28.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36922026-07-21T17:25:28.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36932026-07-21T17:25:28.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36942026-07-21T17:25:28.975Z
36952026-07-21T17:25:28.975Zinfo: running `cargo check --bins` on parallel-task-set (192/301)
36962026-07-21T17:25:29.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36972026-07-21T17:25:29.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36982026-07-21T17:25:29.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36992026-07-21T17:25:29.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37002026-07-21T17:25:29.511Z
37012026-07-21T17:25:29.511Zinfo: running `cargo check --bins` on omicron-git-version (193/301)
37022026-07-21T17:25:29.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37032026-07-21T17:25:29.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37042026-07-21T17:25:29.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37052026-07-21T17:25:29.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37062026-07-21T17:25:30.038Z
37072026-07-21T17:25:30.038Zinfo: running `cargo check --bins` on nexus-db-errors (194/301)
37082026-07-21T17:25:30.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37092026-07-21T17:25:30.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37102026-07-21T17:25:30.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37112026-07-21T17:25:30.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37122026-07-21T17:25:30.675Z
37132026-07-21T17:25:30.675Zinfo: running `cargo check --bins` on nexus-db-lookup (195/301)
37142026-07-21T17:25:31.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37152026-07-21T17:25:31.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37162026-07-21T17:25:31.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37172026-07-21T17:25:31.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37182026-07-21T17:25:31.209Z
37192026-07-21T17:25:31.209Zinfo: running `cargo check --bins` on nexus-inventory (196/301)
37202026-07-21T17:25:31.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37212026-07-21T17:25:31.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37222026-07-21T17:25:31.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37232026-07-21T17:25:31.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37242026-07-21T17:25:31.788Z
37252026-07-21T17:25:31.788Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (197/301)
37262026-07-21T17:25:32.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37272026-07-21T17:25:32.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37282026-07-21T17:25:32.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37292026-07-21T17:25:32.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37302026-07-21T17:25:32.344Z
37312026-07-21T17:25:32.344Zinfo: running `cargo check --bins --no-default-features` on sled-storage (198/301)
37322026-07-21T17:25:32.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37332026-07-21T17:25:32.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37342026-07-21T17:25:32.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37352026-07-21T17:25:32.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37362026-07-21T17:25:32.903Z
37372026-07-21T17:25:32.903Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (199/301)
37382026-07-21T17:25:33.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37392026-07-21T17:25:33.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37402026-07-21T17:25:33.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37412026-07-21T17:25:33.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37422026-07-21T17:25:33.451Z
37432026-07-21T17:25:33.451Zinfo: running `cargo check --bins` on key-manager (200/301)
37442026-07-21T17:25:33.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37452026-07-21T17:25:33.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37462026-07-21T17:25:33.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37472026-07-21T17:25:33.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37482026-07-21T17:25:33.995Z
37492026-07-21T17:25:33.995Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (201/301)
37502026-07-21T17:25:34.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512026-07-21T17:25:34.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522026-07-21T17:25:34.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37532026-07-21T17:25:34.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37542026-07-21T17:25:34.551Z
37552026-07-21T17:25:34.551Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (202/301)
37562026-07-21T17:25:35.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572026-07-21T17:25:35.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582026-07-21T17:25:35.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37592026-07-21T17:25:35.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37602026-07-21T17:25:35.114Z
37612026-07-21T17:25:35.114Zinfo: running `cargo check --bins` on typed-rng (203/301)
37622026-07-21T17:25:35.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-07-21T17:25:35.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-07-21T17:25:35.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37652026-07-21T17:25:35.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
37662026-07-21T17:25:35.633Z
37672026-07-21T17:25:35.633Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (204/301)
37682026-07-21T17:25:36.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-07-21T17:25:36.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-07-21T17:25:36.413Z Compiling libefi-sys v0.1.0
37712026-07-21T17:25:36.419Z Compiling bitfield-struct v0.6.2
37722026-07-21T17:25:36.553Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37732026-07-21T17:25:36.566Z Compiling xshell-macros v0.2.7
37742026-07-21T17:25:36.570Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37752026-07-21T17:25:36.593Z Compiling salty v0.3.0
37762026-07-21T17:25:36.606Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37772026-07-21T17:25:36.615Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37782026-07-21T17:25:36.615Z Checking rfc6979 v0.4.0
37792026-07-21T17:25:36.731Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37802026-07-21T17:25:36.742Z Checking ecdsa v0.16.9
37812026-07-21T17:25:36.903Z Checking primeorder v0.13.6
37822026-07-21T17:25:36.916Z Compiling proc-macro-error-attr2 v2.0.0
37832026-07-21T17:25:36.933Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37842026-07-21T17:25:37.018Z Checking xshell v0.2.7
37852026-07-21T17:25:37.070Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37862026-07-21T17:25:37.087Z Checking tungstenite v0.21.0
37872026-07-21T17:25:37.095Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37882026-07-21T17:25:37.113Z Checking p384 v0.13.1
37892026-07-21T17:25:37.133Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37902026-07-21T17:25:37.163Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37912026-07-21T17:25:37.229Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37922026-07-21T17:25:37.273Z Compiling num-derive v0.3.3
37932026-07-21T17:25:37.292Z Compiling proc-macro-error2 v2.0.1
37942026-07-21T17:25:37.384Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37952026-07-21T17:25:37.496Z Checking tokio-tungstenite v0.21.0
37962026-07-21T17:25:37.517Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37972026-07-21T17:25:37.577Z Checking papergrid v0.17.0
37982026-07-21T17:25:37.596Z Compiling tabled_derive v0.11.0
37992026-07-21T17:25:37.596Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
38002026-07-21T17:25:37.620Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38012026-07-21T17:25:37.732Z Compiling progenitor-impl v0.13.0
38022026-07-21T17:25:37.764Z Checking testing_table v0.3.0
38032026-07-21T17:25:37.857Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38042026-07-21T17:25:37.884Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
38052026-07-21T17:25:37.900Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38062026-07-21T17:25:38.081Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38072026-07-21T17:25:38.100Z Compiling unicase v2.9.0
38082026-07-21T17:25:38.196Z Checking libscf-sys v1.1.0
38092026-07-21T17:25:38.288Z Compiling illumos-nvpair-sys v0.2.0
38102026-07-21T17:25:38.302Z Checking corncobs v0.1.4
38112026-07-21T17:25:38.314Z Compiling mime_guess v2.0.5
38122026-07-21T17:25:38.398Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38132026-07-21T17:25:38.420Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38142026-07-21T17:25:38.497Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38152026-07-21T17:25:38.535Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38162026-07-21T17:25:38.598Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
38172026-07-21T17:25:38.636Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38182026-07-21T17:25:38.776Z Checking tabled v0.20.0
38192026-07-21T17:25:38.899Z Checking progenitor-client v0.13.0
38202026-07-21T17:25:38.920Z Checking secrecy v0.8.0
38212026-07-21T17:25:38.998Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38222026-07-21T17:25:39.168Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38232026-07-21T17:25:39.186Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38242026-07-21T17:25:39.256Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38252026-07-21T17:25:39.539Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38262026-07-21T17:25:39.612Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38272026-07-21T17:25:39.631Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38282026-07-21T17:25:39.643Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38292026-07-21T17:25:39.679Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38302026-07-21T17:25:39.843Z Checking filetime v0.2.27
38312026-07-21T17:25:39.891Z Checking xattr v1.6.1
38322026-07-21T17:25:40.003Z Checking http-range v0.1.5
38332026-07-21T17:25:40.074Z Checking crc8 v0.1.1
38342026-07-21T17:25:40.107Z Checking tar v0.4.46
38352026-07-21T17:25:40.183Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38362026-07-21T17:25:40.255Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38372026-07-21T17:25:40.348Z Compiling progenitor-macro v0.13.0
38382026-07-21T17:25:40.363Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38392026-07-21T17:25:40.461Z Checking illumos-nvpair v0.3.0
38402026-07-21T17:25:40.495Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38412026-07-21T17:25:40.610Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38422026-07-21T17:25:40.629Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38432026-07-21T17:25:40.840Z Checking atty v0.2.14
38442026-07-21T17:25:40.857Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38452026-07-21T17:25:40.880Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38462026-07-21T17:25:40.936Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38472026-07-21T17:25:41.183Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38482026-07-21T17:25:41.216Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38492026-07-21T17:25:41.252Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38502026-07-21T17:25:41.252Z Checking hyper-staticfile v0.10.1
38512026-07-21T17:25:41.262Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38522026-07-21T17:25:41.361Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
38532026-07-21T17:25:41.505Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38542026-07-21T17:25:41.567Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38552026-07-21T17:25:41.593Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38562026-07-21T17:25:41.766Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38572026-07-21T17:25:41.831Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38582026-07-21T17:25:42.054Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38592026-07-21T17:25:42.113Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38602026-07-21T17:25:42.418Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38612026-07-21T17:25:43.402Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38622026-07-21T17:25:43.712Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38632026-07-21T17:25:44.109Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38642026-07-21T17:25:44.331Z Checking progenitor v0.13.0
38652026-07-21T17:25:44.465Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38662026-07-21T17:25:46.627Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38672026-07-21T17:25:49.761Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38682026-07-21T17:26:00.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.06s
38692026-07-21T17:26:00.891Z
38702026-07-21T17:26:00.891Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (205/301)
38712026-07-21T17:26:01.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-07-21T17:26:01.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-07-21T17:26:01.619Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38742026-07-21T17:26:12.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
38752026-07-21T17:26:12.544Z
38762026-07-21T17:26:12.545Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (206/301)
38772026-07-21T17:26:13.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-07-21T17:26:13.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-07-21T17:26:13.271Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38802026-07-21T17:26:23.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
38812026-07-21T17:26:24.121Z
38822026-07-21T17:26:24.121Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (207/301)
38832026-07-21T17:26:24.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-07-21T17:26:24.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-07-21T17:26:24.850Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38862026-07-21T17:26:35.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
38872026-07-21T17:26:35.693Z
38882026-07-21T17:26:35.694Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (208/301)
38892026-07-21T17:26:36.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-07-21T17:26:36.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-07-21T17:26:36.415Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38922026-07-21T17:26:47.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
38932026-07-21T17:26:47.265Z
38942026-07-21T17:26:47.265Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (209/301)
38952026-07-21T17:26:47.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38962026-07-21T17:26:47.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38972026-07-21T17:26:47.987Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38982026-07-21T17:26:58.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
38992026-07-21T17:26:58.854Z
39002026-07-21T17:26:58.854Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (210/301)
39012026-07-21T17:26:59.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39022026-07-21T17:26:59.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39032026-07-21T17:26:59.587Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39042026-07-21T17:27:10.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
39052026-07-21T17:27:10.463Z
39062026-07-21T17:27:10.463Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (211/301)
39072026-07-21T17:27:10.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39082026-07-21T17:27:10.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39092026-07-21T17:27:11.197Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39102026-07-21T17:27:22.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.54s
39112026-07-21T17:27:22.214Z
39122026-07-21T17:27:22.214Zinfo: running `cargo check --bins` on bootstrap-agent-api (212/301)
39132026-07-21T17:27:22.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39142026-07-21T17:27:22.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39152026-07-21T17:27:22.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39162026-07-21T17:27:22.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39172026-07-21T17:27:22.759Z
39182026-07-21T17:27:22.759Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (213/301)
39192026-07-21T17:27:23.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39202026-07-21T17:27:23.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39212026-07-21T17:27:23.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39222026-07-21T17:27:23.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39232026-07-21T17:27:23.313Z
39242026-07-21T17:27:23.313Zinfo: running `cargo check --bins` on range-requests (214/301)
39252026-07-21T17:27:23.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39262026-07-21T17:27:23.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39272026-07-21T17:27:23.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39282026-07-21T17:27:23.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39292026-07-21T17:27:23.850Z
39302026-07-21T17:27:23.850Zinfo: running `cargo check --bins` on repo-depot-api (215/301)
39312026-07-21T17:27:24.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39322026-07-21T17:27:24.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39332026-07-21T17:27:24.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39342026-07-21T17:27:24.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39352026-07-21T17:27:24.393Z
39362026-07-21T17:27:24.393Zinfo: running `cargo check --bins` on sled-agent-api (216/301)
39372026-07-21T17:27:24.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-07-21T17:27:24.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-07-21T17:27:24.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39402026-07-21T17:27:24.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39412026-07-21T17:27:24.960Z
39422026-07-21T17:27:24.960Zinfo: running `cargo check --bins` on sled-diagnostics (217/301)
39432026-07-21T17:27:25.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442026-07-21T17:27:25.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452026-07-21T17:27:25.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39462026-07-21T17:27:25.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39472026-07-21T17:27:25.526Z
39482026-07-21T17:27:25.526Zinfo: running `cargo check --bins` on zfs-test-harness (218/301)
39492026-07-21T17:27:26.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502026-07-21T17:27:26.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512026-07-21T17:27:26.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39522026-07-21T17:27:26.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39532026-07-21T17:27:26.100Z
39542026-07-21T17:27:26.100Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (219/301)
39552026-07-21T17:27:26.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-07-21T17:27:26.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-07-21T17:27:26.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39582026-07-21T17:27:26.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39592026-07-21T17:27:26.680Z
39602026-07-21T17:27:26.680Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (220/301)
39612026-07-21T17:27:27.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-07-21T17:27:27.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-07-21T17:27:27.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39642026-07-21T17:27:27.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39652026-07-21T17:27:27.258Z
39662026-07-21T17:27:27.258Zinfo: running `cargo check --bins` on sled-agent-early-networking (221/301)
39672026-07-21T17:27:27.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-07-21T17:27:27.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-07-21T17:27:27.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39702026-07-21T17:27:27.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39712026-07-21T17:27:27.831Z
39722026-07-21T17:27:27.831Zinfo: running `cargo check --bins` on sled-agent-health-monitor (222/301)
39732026-07-21T17:27:28.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-07-21T17:27:28.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-07-21T17:27:28.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39762026-07-21T17:27:28.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39772026-07-21T17:27:28.404Z
39782026-07-21T17:27:28.404Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (223/301)
39792026-07-21T17:27:28.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-07-21T17:27:28.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-07-21T17:27:28.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39822026-07-21T17:27:28.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39832026-07-21T17:27:28.979Z
39842026-07-21T17:27:28.979Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (224/301)
39852026-07-21T17:27:29.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-07-21T17:27:29.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-07-21T17:27:29.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39882026-07-21T17:27:29.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39892026-07-21T17:27:29.557Z
39902026-07-21T17:27:29.557Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (225/301)
39912026-07-21T17:27:30.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39922026-07-21T17:27:30.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39932026-07-21T17:27:30.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39942026-07-21T17:27:30.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39952026-07-21T17:27:30.128Z
39962026-07-21T17:27:30.128Zinfo: running `cargo check --bins` on sled-agent-rack-setup (226/301)
39972026-07-21T17:27:30.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39982026-07-21T17:27:30.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39992026-07-21T17:27:30.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40002026-07-21T17:27:30.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40012026-07-21T17:27:30.722Z
40022026-07-21T17:27:30.722Zinfo: running `cargo check --bins` on trust-quorum (227/301)
40032026-07-21T17:27:31.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40042026-07-21T17:27:31.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40052026-07-21T17:27:31.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40062026-07-21T17:27:31.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40072026-07-21T17:27:31.301Z
40082026-07-21T17:27:31.301Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (228/301)
40092026-07-21T17:27:31.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40102026-07-21T17:27:31.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40112026-07-21T17:27:31.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40122026-07-21T17:27:31.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40132026-07-21T17:27:31.890Z
40142026-07-21T17:27:31.890Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (229/301)
40152026-07-21T17:27:32.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40162026-07-21T17:27:32.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40172026-07-21T17:27:32.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40182026-07-21T17:27:32.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40192026-07-21T17:27:32.496Z
40202026-07-21T17:27:32.496Zinfo: running `cargo check --bins` on update-common (230/301)
40212026-07-21T17:27:32.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40222026-07-21T17:27:32.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40232026-07-21T17:27:32.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40242026-07-21T17:27:32.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40252026-07-21T17:27:33.057Z
40262026-07-21T17:27:33.057Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (231/301)
40272026-07-21T17:27:33.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40282026-07-21T17:27:33.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40292026-07-21T17:27:33.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40302026-07-21T17:27:33.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40312026-07-21T17:27:33.660Z
40322026-07-21T17:27:33.660Zinfo: running `cargo check --bins` on omicron-deployment-graph (232/301)
40332026-07-21T17:27:34.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40342026-07-21T17:27:34.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40352026-07-21T17:27:34.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40362026-07-21T17:27:34.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40372026-07-21T17:27:34.202Z
40382026-07-21T17:27:34.202Zinfo: running `cargo check --bins` on reconfigurator-cli (233/301)
40392026-07-21T17:27:34.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40402026-07-21T17:27:34.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40412026-07-21T17:27:34.923Z Compiling fs-err v2.11.0
40422026-07-21T17:27:34.926Z Checking ignore v0.4.25
40432026-07-21T17:27:34.926Z Checking arc-swap v1.8.2
40442026-07-21T17:27:35.059Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40452026-07-21T17:27:35.065Z Checking predicates-tree v1.0.13
40462026-07-21T17:27:35.065Z Checking parse-size v1.1.0
40472026-07-21T17:27:35.085Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40482026-07-21T17:27:35.088Z Checking rand_seeder v0.4.0
40492026-07-21T17:27:35.167Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40502026-07-21T17:27:35.182Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40512026-07-21T17:27:35.247Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40522026-07-21T17:27:35.250Z Checking slog-scope v4.4.1
40532026-07-21T17:27:35.292Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40542026-07-21T17:27:35.371Z Checking slog-stdlog v4.1.1
40552026-07-21T17:27:35.375Z Compiling petname v2.0.2
40562026-07-21T17:27:35.399Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40572026-07-21T17:27:35.422Z Checking globwalk v0.9.1
40582026-07-21T17:27:35.483Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40592026-07-21T17:27:35.497Z Checking slog-envlogger v2.2.0
40602026-07-21T17:27:35.740Z Checking camino-tempfile-ext v0.3.3
40612026-07-21T17:27:35.762Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40622026-07-21T17:27:35.763Z Checking sapling-renderdag v0.1.0
40632026-07-21T17:27:35.787Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40642026-07-21T17:27:35.836Z Checking subprocess v0.2.15
40652026-07-21T17:27:35.918Z Checking sync-ptr v0.1.4
40662026-07-21T17:27:35.994Z Checking colored v2.2.0
40672026-07-21T17:27:36.029Z Checking assert_matches v1.5.0
40682026-07-21T17:27:36.112Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40692026-07-21T17:27:36.286Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40702026-07-21T17:27:36.289Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40712026-07-21T17:27:36.984Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40722026-07-21T17:27:38.278Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40732026-07-21T17:27:40.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.23s
40742026-07-21T17:27:40.619Z
40752026-07-21T17:27:40.619Zinfo: running `cargo check --bins` on omicron-repl-utils (234/301)
40762026-07-21T17:27:41.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-07-21T17:27:41.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-07-21T17:27:41.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40792026-07-21T17:27:41.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40802026-07-21T17:27:41.159Z
40812026-07-21T17:27:41.159Zinfo: running `cargo check --bins` on transient-dns-server (235/301)
40822026-07-21T17:27:41.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-07-21T17:27:41.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-07-21T17:27:41.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40852026-07-21T17:27:41.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40862026-07-21T17:27:41.711Z
40872026-07-21T17:27:41.711Zinfo: running `cargo check --bins` on nexus-test-interface (236/301)
40882026-07-21T17:27:42.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-07-21T17:27:42.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-07-21T17:27:42.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40912026-07-21T17:27:42.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40922026-07-21T17:27:42.315Z
40932026-07-21T17:27:42.315Zinfo: running `cargo check --bins` on oximeter-collector (237/301)
40942026-07-21T17:27:42.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-07-21T17:27:42.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-07-21T17:27:43.008Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40972026-07-21T17:27:43.011Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40982026-07-21T17:27:43.629Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40992026-07-21T17:27:45.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.87s
41002026-07-21T17:27:45.378Z
41012026-07-21T17:27:45.378Zinfo: running `cargo check --bins` on oximeter-api (238/301)
41022026-07-21T17:27:45.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-07-21T17:27:45.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-07-21T17:27:45.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-07-21T17:27:45.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
41062026-07-21T17:27:45.928Z
41072026-07-21T17:27:45.928Zinfo: running `cargo check --bins` on cert-dev (239/301)
41082026-07-21T17:27:46.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-07-21T17:27:46.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-07-21T17:27:46.500Z Checking yasna v0.5.2
41112026-07-21T17:27:46.895Z Checking rcgen v0.12.1
41122026-07-21T17:27:47.139Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41132026-07-21T17:27:47.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
41142026-07-21T17:27:47.465Z
41152026-07-21T17:27:47.465Zinfo: running `cargo check --bins` on clickana (240/301)
41162026-07-21T17:27:47.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-07-21T17:27:47.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-07-21T17:27:48.072Z Compiling instability v0.3.11
41192026-07-21T17:27:48.072Z Checking castaway v0.2.4
41202026-07-21T17:27:48.077Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41212026-07-21T17:27:48.077Z Compiling indoc v2.0.7
41222026-07-21T17:27:48.077Z Checking unicode-truncate v1.1.0
41232026-07-21T17:27:48.189Z Checking lru v0.12.5
41242026-07-21T17:27:48.193Z Checking cassowary v0.3.0
41252026-07-21T17:27:48.258Z Checking compact_str v0.8.1
41262026-07-21T17:27:49.104Z Checking ratatui v0.29.0
41272026-07-21T17:27:49.470Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41282026-07-21T17:27:49.637Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41292026-07-21T17:27:50.535Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41302026-07-21T17:27:51.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.69s
41312026-07-21T17:27:51.335Z
41322026-07-21T17:27:51.335Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (241/301)
41332026-07-21T17:27:51.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-07-21T17:27:51.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-07-21T17:27:52.048Z Checking headers-core v0.3.0
41362026-07-21T17:27:52.048Z Checking port-file v0.1.0
41372026-07-21T17:27:52.054Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41382026-07-21T17:27:52.200Z Checking headers v0.4.1
41392026-07-21T17:27:52.557Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41402026-07-21T17:27:53.466Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41412026-07-21T17:27:53.936Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41422026-07-21T17:27:54.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
41432026-07-21T17:27:54.510Z
41442026-07-21T17:27:54.510Zinfo: running `cargo check --bins` on ch-dev (242/301)
41452026-07-21T17:27:54.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41462026-07-21T17:27:54.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41472026-07-21T17:27:55.177Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41482026-07-21T17:27:55.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
41492026-07-21T17:27:56.090Z
41502026-07-21T17:27:56.090Zinfo: running `cargo check --bins` on dev-tools-common (243/301)
41512026-07-21T17:27:56.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-07-21T17:27:56.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-07-21T17:27:56.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41542026-07-21T17:27:56.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
41552026-07-21T17:27:56.505Z
41562026-07-21T17:27:56.505Zinfo: running `cargo check --bins` on corpus-adjust (244/301)
41572026-07-21T17:27:56.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41582026-07-21T17:27:56.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41592026-07-21T17:27:57.096Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41602026-07-21T17:27:57.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
41612026-07-21T17:27:57.598Z
41622026-07-21T17:27:57.598Zinfo: running `cargo check --bins` on crdb-seed (245/301)
41632026-07-21T17:27:58.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41642026-07-21T17:27:58.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41652026-07-21T17:27:58.280Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41662026-07-21T17:27:59.325Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41672026-07-21T17:27:59.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
41682026-07-21T17:27:59.832Z
41692026-07-21T17:27:59.832Zinfo: running `cargo check --bins` on db-dev (246/301)
41702026-07-21T17:28:00.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41712026-07-21T17:28:00.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41722026-07-21T17:28:00.509Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41732026-07-21T17:28:01.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
41742026-07-21T17:28:01.423Z
41752026-07-21T17:28:01.423Zinfo: running `cargo check --bins` on omicron-dev-lib (247/301)
41762026-07-21T17:28:01.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41772026-07-21T17:28:01.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41782026-07-21T17:28:01.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41792026-07-21T17:28:01.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41802026-07-21T17:28:02.012Z
41812026-07-21T17:28:02.012Zinfo: running `cargo check --bins` on xtask-downloader (248/301)
41822026-07-21T17:28:02.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41832026-07-21T17:28:02.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41842026-07-21T17:28:02.583Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41852026-07-21T17:28:03.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
41862026-07-21T17:28:03.416Z
41872026-07-21T17:28:03.416Zinfo: running `cargo check --bins` on omicron-dropshot-apis (249/301)
41882026-07-21T17:28:03.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41892026-07-21T17:28:03.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41902026-07-21T17:28:04.128Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41912026-07-21T17:28:04.128Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41922026-07-21T17:28:04.132Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
41932026-07-21T17:28:04.132Z Checking git-stub v1.0.0
41942026-07-21T17:28:04.132Z Compiling trait-variant v0.1.2
41952026-07-21T17:28:04.247Z Checking maplit v1.0.2
41962026-07-21T17:28:04.262Z Checking is_ci v1.2.0
41972026-07-21T17:28:04.270Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41982026-07-21T17:28:04.327Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41992026-07-21T17:28:04.385Z Checking supports-color v3.0.2
42002026-07-21T17:28:04.407Z Checking git-stub-vcs v0.1.0
42012026-07-21T17:28:04.494Z Checking drift v0.2.0
42022026-07-21T17:28:04.513Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
42032026-07-21T17:28:04.539Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
42042026-07-21T17:28:04.581Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42052026-07-21T17:28:04.741Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42062026-07-21T17:28:04.773Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
42072026-07-21T17:28:04.787Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42082026-07-21T17:28:04.818Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
42092026-07-21T17:28:04.832Z Checking dropshot-api-manager v0.7.2
42102026-07-21T17:28:04.990Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42112026-07-21T17:28:05.003Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42122026-07-21T17:28:05.529Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42132026-07-21T17:28:06.430Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42142026-07-21T17:28:07.429Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42152026-07-21T17:28:08.115Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42162026-07-21T17:28:08.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.12s
42172026-07-21T17:28:08.733Z
42182026-07-21T17:28:08.733Zinfo: running `cargo check --bins` on installinator-api (250/301)
42192026-07-21T17:28:09.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-07-21T17:28:09.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-07-21T17:28:09.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-07-21T17:28:09.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42232026-07-21T17:28:09.291Z
42242026-07-21T17:28:09.291Zinfo: running `cargo check --bins` on nexus-external-api (251/301)
42252026-07-21T17:28:09.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-07-21T17:28:09.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-07-21T17:28:09.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42282026-07-21T17:28:09.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42292026-07-21T17:28:09.868Z
42302026-07-21T17:28:09.868Zinfo: running `cargo check --bins` on nexus-internal-api (252/301)
42312026-07-21T17:28:10.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-07-21T17:28:10.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-07-21T17:28:10.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42342026-07-21T17:28:10.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42352026-07-21T17:28:10.517Z
42362026-07-21T17:28:10.517Zinfo: running `cargo check --bins` on nexus-lockstep-api (253/301)
42372026-07-21T17:28:10.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42382026-07-21T17:28:11.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42392026-07-21T17:28:11.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42402026-07-21T17:28:11.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42412026-07-21T17:28:11.034Z
42422026-07-21T17:28:11.034Zinfo: running `cargo check --bins` on ntp-admin-api (254/301)
42432026-07-21T17:28:11.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42442026-07-21T17:28:11.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42452026-07-21T17:28:11.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42462026-07-21T17:28:11.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42472026-07-21T17:28:11.657Z
42482026-07-21T17:28:11.658Zinfo: running `cargo check --bins` on ntp-admin-types-versions (255/301)
42492026-07-21T17:28:12.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42502026-07-21T17:28:12.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42512026-07-21T17:28:12.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42522026-07-21T17:28:12.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42532026-07-21T17:28:12.165Z
42542026-07-21T17:28:12.165Zinfo: running `cargo check --bins` on wicketd-api (256/301)
42552026-07-21T17:28:12.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42562026-07-21T17:28:12.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42572026-07-21T17:28:12.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42582026-07-21T17:28:12.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42592026-07-21T17:28:12.650Z
42602026-07-21T17:28:12.650Zinfo: running `cargo check --bins` on omicron-ls-apis (257/301)
42612026-07-21T17:28:13.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42622026-07-21T17:28:13.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42632026-07-21T17:28:13.221Z Compiling blake3 v1.8.5
42642026-07-21T17:28:13.329Z Checking arrayref v0.3.9
42652026-07-21T17:28:13.334Z Checking arrayvec v0.7.6
42662026-07-21T17:28:13.334Z Checking constant_time_eq v0.4.2
42672026-07-21T17:28:13.353Z Checking cargo-platform v0.3.2
42682026-07-21T17:28:13.353Z Checking topological-sort v0.2.2
42692026-07-21T17:28:13.356Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42702026-07-21T17:28:13.503Z Checking cargo_metadata v0.23.1
42712026-07-21T17:28:14.209Z Checking omicron-zone-package v0.12.3
42722026-07-21T17:28:14.945Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42732026-07-21T17:28:15.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
42742026-07-21T17:28:15.895Z
42752026-07-21T17:28:15.895Zinfo: running `cargo check --bins` on mgs-dev (258/301)
42762026-07-21T17:28:16.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42772026-07-21T17:28:16.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42782026-07-21T17:28:16.587Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42792026-07-21T17:28:17.205Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42802026-07-21T17:28:17.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
42812026-07-21T17:28:17.901Z
42822026-07-21T17:28:17.901Zinfo: running `cargo check --bins` on omicron-omdb (259/301)
42832026-07-21T17:28:18.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42842026-07-21T17:28:18.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42852026-07-21T17:28:18.801Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42862026-07-21T17:28:18.801Z Compiling vergen-lib v0.1.6
42872026-07-21T17:28:18.801Z Compiling diesel_derives v2.3.7
42882026-07-21T17:28:18.801Z Compiling dsl_auto_type v0.2.0
42892026-07-21T17:28:18.825Z Checking scheduled-thread-pool v0.2.7
42902026-07-21T17:28:18.825Z Compiling vergen-gitcl v1.0.8
42912026-07-21T17:28:18.825Z Compiling diesel_table_macro_syntax v0.3.0
42922026-07-21T17:28:18.826Z Compiling dirs-sys-next v0.1.2
42932026-07-21T17:28:19.104Z Compiling glob v0.3.3
42942026-07-21T17:28:19.119Z Compiling crunchy v0.2.4
42952026-07-21T17:28:19.145Z Checking r2d2 v0.8.10
42962026-07-21T17:28:19.164Z Compiling dirs-next v2.0.0
42972026-07-21T17:28:19.199Z Compiling tiny-keccak v2.0.2
42982026-07-21T17:28:19.279Z Checking downcast-rs v2.0.2
42992026-07-21T17:28:19.328Z Compiling term v0.7.0
43002026-07-21T17:28:19.377Z Compiling bit-vec v0.6.3
43012026-07-21T17:28:19.514Z Compiling clang-sys v1.8.1
43022026-07-21T17:28:19.571Z Compiling bit-set v0.5.3
43032026-07-21T17:28:19.593Z Compiling ascii-canvas v3.0.0
43042026-07-21T17:28:19.747Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
43052026-07-21T17:28:19.834Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
43062026-07-21T17:28:19.888Z Compiling itertools v0.10.5
43072026-07-21T17:28:19.909Z Compiling ena v0.14.4
43082026-07-21T17:28:19.934Z Compiling libloading v0.8.9
43092026-07-21T17:28:19.981Z Compiling bindgen v0.71.1
43102026-07-21T17:28:20.019Z Compiling diff v0.1.13
43112026-07-21T17:28:20.056Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
43122026-07-21T17:28:20.175Z Compiling regex-syntax v0.6.29
43132026-07-21T17:28:20.325Z Compiling cexpr v0.6.0
43142026-07-21T17:28:20.518Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43152026-07-21T17:28:20.661Z Compiling rustc-hash v2.1.1
43162026-07-21T17:28:20.805Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43172026-07-21T17:28:20.861Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43182026-07-21T17:28:20.952Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43192026-07-21T17:28:20.965Z Compiling libxml v0.3.3
43202026-07-21T17:28:21.146Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43212026-07-21T17:28:21.187Z Compiling strum_macros v0.24.3
43222026-07-21T17:28:21.242Z Compiling indoc v1.0.9
43232026-07-21T17:28:21.691Z Compiling lalrpop v0.19.12
43242026-07-21T17:28:22.077Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43252026-07-21T17:28:22.186Z Checking derive_builder v0.20.2
43262026-07-21T17:28:22.281Z Compiling oso-derive v0.27.3
43272026-07-21T17:28:22.299Z Checking quick-xml v0.37.5
43282026-07-21T17:28:22.534Z Compiling impl-trait-for-tuples v0.2.3
43292026-07-21T17:28:22.790Z Checking openssl-probe v0.1.6
43302026-07-21T17:28:22.929Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43312026-07-21T17:28:23.181Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43322026-07-21T17:28:23.379Z Checking bb8 v0.8.6
43332026-07-21T17:28:23.660Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43342026-07-21T17:28:23.700Z Checking nonempty v0.12.0
43352026-07-21T17:28:23.739Z Compiling libz-sys v1.1.24
43362026-07-21T17:28:23.863Z Compiling strsim v0.10.0
43372026-07-21T17:28:23.901Z Compiling libgit2-sys v0.18.3+1.9.2
43382026-07-21T17:28:24.077Z Compiling darling_core v0.13.4
43392026-07-21T17:28:24.230Z Compiling vergen-git2 v9.1.0
43402026-07-21T17:28:24.349Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43412026-07-21T17:28:24.484Z Compiling base64 v0.21.7
43422026-07-21T17:28:24.585Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43432026-07-21T17:28:24.813Z Compiling ron v0.8.1
43442026-07-21T17:28:24.843Z Checking diesel v2.3.7
43452026-07-21T17:28:25.568Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43462026-07-21T17:28:25.788Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43472026-07-21T17:28:25.808Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43482026-07-21T17:28:25.974Z Compiling darling_macro v0.13.4
43492026-07-21T17:28:26.011Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43502026-07-21T17:28:26.271Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43512026-07-21T17:28:26.432Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43522026-07-21T17:28:26.472Z Compiling darling v0.13.4
43532026-07-21T17:28:26.560Z Compiling serde_with_macros v1.5.2
43542026-07-21T17:28:26.611Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43552026-07-21T17:28:26.847Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43562026-07-21T17:28:27.029Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43572026-07-21T17:28:27.221Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43582026-07-21T17:28:27.274Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43592026-07-21T17:28:27.389Z Compiling serde_with v1.14.0
43602026-07-21T17:28:27.412Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43612026-07-21T17:28:28.537Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43622026-07-21T17:28:28.904Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43632026-07-21T17:28:29.199Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43642026-07-21T17:28:29.900Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43652026-07-21T17:28:30.186Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43662026-07-21T17:28:30.376Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43672026-07-21T17:28:30.545Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43682026-07-21T17:28:31.145Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43692026-07-21T17:28:31.260Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43702026-07-21T17:28:31.378Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43712026-07-21T17:28:31.522Z Checking twox-hash v2.1.2
43722026-07-21T17:28:31.543Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43732026-07-21T17:28:31.841Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43742026-07-21T17:28:31.861Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43752026-07-21T17:28:32.247Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43762026-07-21T17:28:32.405Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43772026-07-21T17:28:33.516Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43782026-07-21T17:28:33.686Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43792026-07-21T17:28:33.858Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43802026-07-21T17:28:34.352Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43812026-07-21T17:28:34.549Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43822026-07-21T17:28:34.758Z Checking console v0.16.2
43832026-07-21T17:28:35.072Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43842026-07-21T17:28:35.216Z Checking fatfs v0.3.6
43852026-07-21T17:28:35.330Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43862026-07-21T17:28:35.685Z Compiling seq-macro v0.3.6
43872026-07-21T17:28:36.211Z Checking unit-prefix v0.5.2
43882026-07-21T17:28:36.345Z Checking indicatif v0.18.4
43892026-07-21T17:28:36.654Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43902026-07-21T17:28:36.676Z Checking support-bundle-viewer v0.1.2
43912026-07-21T17:28:36.738Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43922026-07-21T17:28:36.917Z Checking multimap v0.10.1
43932026-07-21T17:28:42.742Z Checking diesel-dtrace v0.5.0
43942026-07-21T17:28:43.594Z Checking async-bb8-diesel v0.2.1
43952026-07-21T17:28:46.245Z Compiling samael v0.0.19
43962026-07-21T17:28:51.696Z Compiling git2 v0.20.4
43972026-07-21T17:28:52.642Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43982026-07-21T17:28:53.305Z Compiling polar-core v0.27.3
43992026-07-21T17:28:54.083Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
44002026-07-21T17:28:57.844Z Checking oso v0.27.3
44012026-07-21T17:29:27.874Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44022026-07-21T17:30:40.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
44032026-07-21T17:30:41.034Z
44042026-07-21T17:30:41.034Zinfo: running `cargo check --bins` on nexus-networking (260/301)
44052026-07-21T17:30:41.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44062026-07-21T17:30:41.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44072026-07-21T17:30:41.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44082026-07-21T17:30:41.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44092026-07-21T17:30:41.739Z
44102026-07-21T17:30:41.739Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (261/301)
44112026-07-21T17:30:42.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44122026-07-21T17:30:42.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44132026-07-21T17:30:42.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44142026-07-21T17:30:42.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44152026-07-21T17:30:42.265Z
44162026-07-21T17:30:42.265Zinfo: running `cargo check --bins` on nexus-saga-recovery (262/301)
44172026-07-21T17:30:42.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44182026-07-21T17:30:42.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44192026-07-21T17:30:42.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44202026-07-21T17:30:42.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44212026-07-21T17:30:42.858Z
44222026-07-21T17:30:42.858Zinfo: running `cargo check --bins` on nexus-test-utils-macros (263/301)
44232026-07-21T17:30:43.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44242026-07-21T17:30:43.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44252026-07-21T17:30:43.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44262026-07-21T17:30:43.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44272026-07-21T17:30:43.383Z
44282026-07-21T17:30:43.383Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (264/301)
44292026-07-21T17:30:43.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44302026-07-21T17:30:43.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44312026-07-21T17:30:44.168Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44322026-07-21T17:30:44.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
44332026-07-21T17:30:45.091Z
44342026-07-21T17:30:45.092Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (265/301)
44352026-07-21T17:30:45.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44362026-07-21T17:30:45.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44372026-07-21T17:30:45.864Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44382026-07-21T17:31:23.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.29s
44392026-07-21T17:31:23.598Z
44402026-07-21T17:31:23.598Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (266/301)
44412026-07-21T17:31:24.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44422026-07-21T17:31:24.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44432026-07-21T17:31:24.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44442026-07-21T17:31:24.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44452026-07-21T17:31:24.128Z
44462026-07-21T17:31:24.128Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (267/301)
44472026-07-21T17:31:24.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44482026-07-21T17:31:24.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44492026-07-21T17:31:24.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44502026-07-21T17:31:24.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44512026-07-21T17:31:24.663Z
44522026-07-21T17:31:24.663Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (268/301)
44532026-07-21T17:31:25.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44542026-07-21T17:31:25.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44552026-07-21T17:31:25.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44562026-07-21T17:31:25.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44572026-07-21T17:31:25.250Z
44582026-07-21T17:31:25.250Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (269/301)
44592026-07-21T17:31:25.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44602026-07-21T17:31:25.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44612026-07-21T17:31:25.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44622026-07-21T17:31:25.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44632026-07-21T17:31:25.855Z
44642026-07-21T17:31:25.855Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (270/301)
44652026-07-21T17:31:26.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44662026-07-21T17:31:26.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44672026-07-21T17:31:26.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44682026-07-21T17:31:26.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44692026-07-21T17:31:26.451Z
44702026-07-21T17:31:26.451Zinfo: running `cargo check --bins` on nexus-mgs-updates (271/301)
44712026-07-21T17:31:26.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44722026-07-21T17:31:26.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44732026-07-21T17:31:26.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44742026-07-21T17:31:26.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44752026-07-21T17:31:27.069Z
44762026-07-21T17:31:27.069Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (272/301)
44772026-07-21T17:31:27.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44782026-07-21T17:31:27.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44792026-07-21T17:31:27.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44802026-07-21T17:31:27.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44812026-07-21T17:31:27.651Z
44822026-07-21T17:31:27.651Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (273/301)
44832026-07-21T17:31:28.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44842026-07-21T17:31:28.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44852026-07-21T17:31:28.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44862026-07-21T17:31:28.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44872026-07-21T17:31:28.257Z
44882026-07-21T17:31:28.257Zinfo: running `cargo check --bins` on nexus-switch-config (274/301)
44892026-07-21T17:31:28.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44902026-07-21T17:31:28.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44912026-07-21T17:31:28.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44922026-07-21T17:31:28.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44932026-07-21T17:31:28.846Z
44942026-07-21T17:31:28.846Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (275/301)
44952026-07-21T17:31:29.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44962026-07-21T17:31:29.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44972026-07-21T17:31:29.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44982026-07-21T17:31:29.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44992026-07-21T17:31:29.450Z
45002026-07-21T17:31:29.450Zinfo: running `cargo check --bins` on support-bundle-collection (276/301)
45012026-07-21T17:31:29.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45022026-07-21T17:31:29.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45032026-07-21T17:31:29.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45042026-07-21T17:31:29.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45052026-07-21T17:31:30.103Z
45062026-07-21T17:31:30.103Zinfo: running `cargo check --bins` on omicron-dev (277/301)
45072026-07-21T17:31:30.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45082026-07-21T17:31:30.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45092026-07-21T17:31:30.924Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45102026-07-21T17:31:30.924Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45112026-07-21T17:31:31.102Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
45122026-07-21T17:31:31.163Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
45132026-07-21T17:31:31.170Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45142026-07-21T17:31:31.170Z Checking yansi v1.0.1
45152026-07-21T17:31:31.170Z Checking diff v0.1.13
45162026-07-21T17:31:31.190Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45172026-07-21T17:31:31.255Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45182026-07-21T17:31:31.427Z Checking pretty_assertions v1.4.1
45192026-07-21T17:31:32.157Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45202026-07-21T17:31:32.221Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45212026-07-21T17:31:56.838Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45222026-07-21T17:31:56.838Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45232026-07-21T17:31:56.874Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45242026-07-21T17:31:56.874Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45252026-07-21T17:31:56.874Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45262026-07-21T17:31:56.874Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45272026-07-21T17:31:56.874Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45282026-07-21T17:31:57.649Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45292026-07-21T17:31:57.649Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45302026-07-21T17:31:58.918Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45312026-07-21T17:32:36.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
45322026-07-21T17:32:36.575Z
45332026-07-21T17:32:36.575Zinfo: running `cargo check --bins` on omicron-pins (278/301)
45342026-07-21T17:32:37.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45352026-07-21T17:32:37.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45362026-07-21T17:32:37.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45372026-07-21T17:32:37.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
45382026-07-21T17:32:37.106Z
45392026-07-21T17:32:37.106Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (279/301)
45402026-07-21T17:32:37.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45412026-07-21T17:32:37.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45422026-07-21T17:32:37.843Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45432026-07-21T17:32:37.966Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45442026-07-21T17:32:37.969Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45452026-07-21T17:33:04.841Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45462026-07-21T17:33:05.209Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45472026-07-21T17:33:06.909Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45482026-07-21T17:33:07.339Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45492026-07-21T17:33:10.399Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45502026-07-21T17:33:34.009Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45512026-07-21T17:33:34.676Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45522026-07-21T17:33:36.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.13s
45532026-07-21T17:33:36.438Z
45542026-07-21T17:33:36.438Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (280/301)
45552026-07-21T17:33:36.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45562026-07-21T17:33:36.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45572026-07-21T17:33:37.120Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45582026-07-21T17:33:37.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45592026-07-21T17:33:37.961Z
45602026-07-21T17:33:37.961Zinfo: running `cargo check --bins` on omicron-releng (281/301)
45612026-07-21T17:33:38.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45622026-07-21T17:33:38.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45632026-07-21T17:33:38.559Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45642026-07-21T17:33:38.666Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45652026-07-21T17:33:38.666Z Checking sha2 v0.11.0
45662026-07-21T17:33:38.676Z Checking digest-io v0.1.0
45672026-07-21T17:33:38.682Z Checking rawzip v0.4.4
45682026-07-21T17:33:38.690Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45692026-07-21T17:33:38.690Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45702026-07-21T17:33:38.694Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45712026-07-21T17:33:38.778Z Checking shell-words v1.1.1
45722026-07-21T17:33:39.131Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45732026-07-21T17:33:39.346Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45742026-07-21T17:33:40.348Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45752026-07-21T17:33:41.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s
45762026-07-21T17:33:41.535Z
45772026-07-21T17:33:41.536Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (282/301)
45782026-07-21T17:33:41.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45792026-07-21T17:33:41.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45802026-07-21T17:33:42.130Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45812026-07-21T17:33:42.442Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45822026-07-21T17:33:42.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
45832026-07-21T17:33:42.998Z
45842026-07-21T17:33:42.998Zinfo: running `cargo check --bins` on schema (283/301)
45852026-07-21T17:33:43.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45862026-07-21T17:33:43.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45872026-07-21T17:33:43.670Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45882026-07-21T17:33:44.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45892026-07-21T17:33:44.856Z
45902026-07-21T17:33:44.856Zinfo: running `cargo check --bins` on xtask (284/301)
45912026-07-21T17:33:44.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45922026-07-21T17:33:45.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45932026-07-21T17:33:45.034Z Checking serde_core v1.0.228
45942026-07-21T17:33:45.035Z Checking libc v0.2.185
45952026-07-21T17:33:45.072Z Checking bitflags v2.11.0
45962026-07-21T17:33:45.074Z Checking scroll v0.12.0
45972026-07-21T17:33:45.075Z Checking thiserror v1.0.69
45982026-07-21T17:33:45.075Z Checking log v0.4.29
45992026-07-21T17:33:45.075Z Checking indexmap v2.14.0
46002026-07-21T17:33:45.126Z Checking zerocopy v0.7.35
46012026-07-21T17:33:45.161Z Checking syn v2.0.117
46022026-07-21T17:33:45.171Z Checking dtrace-parser v0.2.0
46032026-07-21T17:33:45.171Z Checking once_cell v1.21.3
46042026-07-21T17:33:45.266Z Checking goblin v0.8.2
46052026-07-21T17:33:45.312Z Checking errno v0.3.14
46062026-07-21T17:33:45.361Z Checking getrandom v0.4.1
46072026-07-21T17:33:45.381Z Checking thread-id v4.2.2
46082026-07-21T17:33:45.428Z Checking rustix v1.1.3
46092026-07-21T17:33:45.580Z Checking memmap v0.7.0
46102026-07-21T17:33:45.639Z Checking thiserror v2.0.18
46112026-07-21T17:33:45.639Z Checking fs-err v3.3.0
46122026-07-21T17:33:45.639Z Checking tabled v0.15.0
46132026-07-21T17:33:45.639Z Checking anyhow v1.0.102
46142026-07-21T17:33:46.190Z Checking terminal_size v0.4.3
46152026-07-21T17:33:46.190Z Checking tempfile v3.25.0
46162026-07-21T17:33:46.292Z Checking clap_builder v4.6.0
46172026-07-21T17:33:46.300Z Checking textwrap v0.16.2
46182026-07-21T17:33:46.461Z Checking serde v1.0.228
46192026-07-21T17:33:46.461Z Checking serde_json v1.0.150
46202026-07-21T17:33:46.461Z Checking camino v1.2.2
46212026-07-21T17:33:46.499Z Checking cargo-platform v0.3.2
46222026-07-21T17:33:46.627Z Checking semver v1.0.28
46232026-07-21T17:33:46.707Z Checking camino-tempfile v1.4.1
46242026-07-21T17:33:46.869Z Checking serde_spanned v0.6.9
46252026-07-21T17:33:46.869Z Checking toml_datetime v0.6.11
46262026-07-21T17:33:46.924Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46272026-07-21T17:33:46.924Z Checking macaddr v1.0.1
46282026-07-21T17:33:47.044Z Checking toml_edit v0.22.27
46292026-07-21T17:33:47.056Z Checking dof v0.3.0
46302026-07-21T17:33:47.057Z Checking cargo_metadata v0.23.1
46312026-07-21T17:33:47.309Z Checking usdt-impl v0.5.0
46322026-07-21T17:33:47.486Z Checking clap v4.6.1
46332026-07-21T17:33:47.579Z Checking usdt v0.5.0
46342026-07-21T17:33:48.012Z Checking toml v0.8.23
46352026-07-21T17:33:48.254Z Checking cargo_toml v0.21.0
46362026-07-21T17:33:48.891Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46372026-07-21T17:33:49.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.73s
46382026-07-21T17:33:49.371Z
46392026-07-21T17:33:49.371Zinfo: running `cargo check --bins` on dnsadm (285/301)
46402026-07-21T17:33:49.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46412026-07-21T17:33:49.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46422026-07-21T17:33:49.977Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46432026-07-21T17:33:50.429Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46442026-07-21T17:33:50.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
46452026-07-21T17:33:50.971Z
46462026-07-21T17:33:50.971Zinfo: running `cargo check --bins` on end-to-end-tests (286/301)
46472026-07-21T17:33:51.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46482026-07-21T17:33:51.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46492026-07-21T17:33:51.744Z Checking cpubits v0.1.1
46502026-07-21T17:33:51.868Z Checking pem-rfc7468 v1.0.0
46512026-07-21T17:33:51.880Z Checking hmac v0.13.0
46522026-07-21T17:33:51.880Z Checking universal-hash v0.6.1
46532026-07-21T17:33:51.903Z Checking ctr v0.10.1
46542026-07-21T17:33:51.903Z Checking aead v0.6.1
46552026-07-21T17:33:51.930Z Checking aes v0.9.1
46562026-07-21T17:33:51.933Z Checking crypto-bigint v0.7.5
46572026-07-21T17:33:51.958Z Checking cbc v0.2.1
46582026-07-21T17:33:51.999Z Checking polyval v0.7.1
46592026-07-21T17:33:52.012Z Checking der v0.8.0
46602026-07-21T17:33:52.025Z Checking pbkdf2 v0.13.0
46612026-07-21T17:33:52.040Z Checking salsa20 v0.11.0
46622026-07-21T17:33:52.101Z Checking ff v0.14.0
46632026-07-21T17:33:52.106Z Checking signature v3.0.0
46642026-07-21T17:33:52.142Z Checking base16ct v1.0.0
46652026-07-21T17:33:52.159Z Checking ghash v0.6.0
46662026-07-21T17:33:52.176Z Checking scrypt v0.12.0
46672026-07-21T17:33:52.247Z Checking group v0.14.0
46682026-07-21T17:33:52.264Z Checking hkdf v0.13.0
46692026-07-21T17:33:52.281Z Checking rfc6979 v0.5.0
46702026-07-21T17:33:52.300Z Compiling curve25519-dalek v5.0.0-rc.0
46712026-07-21T17:33:52.328Z Checking aes-gcm v0.11.0
46722026-07-21T17:33:52.346Z Checking poly1305 v0.9.0
46732026-07-21T17:33:52.391Z Checking blowfish v0.10.0
46742026-07-21T17:33:52.391Z Checking blake2 v0.11.0-rc.6
46752026-07-21T17:33:52.418Z Checking keccak v0.2.0
46762026-07-21T17:33:52.481Z Checking fiat-crypto v0.3.0
46772026-07-21T17:33:52.536Z Checking bcrypt-pbkdf v0.11.0
46782026-07-21T17:33:52.570Z Checking sha3 v0.11.0
46792026-07-21T17:33:52.610Z Checking kem v0.3.0
46802026-07-21T17:33:52.660Z Checking argon2 v0.6.0-rc.8
46812026-07-21T17:33:52.686Z Checking module-lattice v0.2.3
46822026-07-21T17:33:52.736Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46832026-07-21T17:33:52.795Z Checking spki v0.8.0
46842026-07-21T17:33:52.898Z Checking sec1 v0.8.1
46852026-07-21T17:33:52.911Z Checking ml-kem v0.3.2
46862026-07-21T17:33:52.935Z Checking internal-russh-num-bigint v0.5.0
46872026-07-21T17:33:52.957Z Checking num-bigint v0.4.6
46882026-07-21T17:33:52.981Z Checking pkcs5 v0.8.1
46892026-07-21T17:33:53.100Z Checking pkcs1 v0.8.0-rc.4
46902026-07-21T17:33:53.263Z Checking pkcs8 v0.11.0
46912026-07-21T17:33:53.302Z Checking generic-array v1.4.3
46922026-07-21T17:33:53.460Z Checking ed25519 v3.0.0
46932026-07-21T17:33:53.547Z Compiling enum_dispatch v0.3.13
46942026-07-21T17:33:53.650Z Checking ed25519-dalek v3.0.0-rc.0
46952026-07-21T17:33:53.700Z Checking russh-util v0.52.0
46962026-07-21T17:33:53.713Z Compiling delegate v0.13.5
46972026-07-21T17:33:53.765Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46982026-07-21T17:33:53.818Z Checking hex-literal v1.1.0
46992026-07-21T17:33:53.869Z Checking md5 v0.8.0
47002026-07-21T17:33:53.907Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47012026-07-21T17:33:53.923Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47022026-07-21T17:33:54.035Z Checking socket2 v0.5.10
47032026-07-21T17:33:54.120Z Checking internet-checksum v0.2.1
47042026-07-21T17:33:54.155Z Checking elliptic-curve v0.14.0-rc.33
47052026-07-21T17:33:54.208Z Checking primefield v0.14.0
47062026-07-21T17:33:54.233Z Checking ssh-encoding v0.3.0-rc.9
47072026-07-21T17:33:54.284Z Checking crypto-primes v0.7.2
47082026-07-21T17:33:54.385Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47092026-07-21T17:33:54.455Z Checking ssh-cipher v0.3.0-rc.9
47102026-07-21T17:33:54.496Z Checking russh-cryptovec v0.61.0
47112026-07-21T17:33:54.619Z Checking ecdsa v0.17.0-rc.18
47122026-07-21T17:33:54.649Z Checking primeorder v0.14.0-rc.10
47132026-07-21T17:33:54.966Z Checking p521 v0.14.0-rc.10
47142026-07-21T17:33:54.969Z Checking p256 v0.14.0-rc.10
47152026-07-21T17:33:55.231Z Checking rsa v0.10.0-rc.18
47162026-07-21T17:33:57.252Z Checking p384 v0.14.0-rc.10
47172026-07-21T17:33:59.180Z Checking ssh-key v0.7.0-rc.10
47182026-07-21T17:33:59.909Z Checking russh v0.61.2
47192026-07-21T17:34:12.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.40s
47202026-07-21T17:34:12.577Z
47212026-07-21T17:34:12.577Zinfo: running `cargo check --bins` on gateway-cli (287/301)
47222026-07-21T17:34:13.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47232026-07-21T17:34:13.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47242026-07-21T17:34:13.174Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47252026-07-21T17:34:13.281Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47262026-07-21T17:34:13.289Z Checking termios v0.3.3
47272026-07-21T17:34:14.490Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47282026-07-21T17:34:14.631Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
47292026-07-21T17:34:16.343Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47302026-07-21T17:34:16.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s
47312026-07-21T17:34:17.064Z
47322026-07-21T17:34:17.064Zinfo: running `cargo check --bins --no-default-features` on installinator (288/301)
47332026-07-21T17:34:17.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47342026-07-21T17:34:17.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47352026-07-21T17:34:17.723Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47362026-07-21T17:34:17.726Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47372026-07-21T17:34:17.845Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47382026-07-21T17:34:17.845Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47392026-07-21T17:34:17.857Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47402026-07-21T17:34:17.866Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47412026-07-21T17:34:18.609Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47422026-07-21T17:34:18.930Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47432026-07-21T17:34:18.936Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47442026-07-21T17:34:19.568Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47452026-07-21T17:34:21.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
47462026-07-21T17:34:21.360Z
47472026-07-21T17:34:21.361Zinfo: running `cargo check --bins` on internal-dns-cli (289/301)
47482026-07-21T17:34:21.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-07-21T17:34:21.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-07-21T17:34:21.947Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47512026-07-21T17:34:22.386Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47522026-07-21T17:34:22.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
47532026-07-21T17:34:22.854Z
47542026-07-21T17:34:22.854Zinfo: running `cargo check --bins` on omicron-live-tests (290/301)
47552026-07-21T17:34:23.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47562026-07-21T17:34:23.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47572026-07-21T17:34:23.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47582026-07-21T17:34:23.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47592026-07-21T17:34:23.381Z
47602026-07-21T17:34:23.381Zinfo: running `cargo check --bins` on live-tests-macros (291/301)
47612026-07-21T17:34:23.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47622026-07-21T17:34:23.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47632026-07-21T17:34:23.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47642026-07-21T17:34:23.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47652026-07-21T17:34:23.921Z
47662026-07-21T17:34:23.921Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (292/301)
47672026-07-21T17:34:24.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47682026-07-21T17:34:24.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47692026-07-21T17:34:24.624Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47702026-07-21T17:34:25.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
47712026-07-21T17:34:25.395Z
47722026-07-21T17:34:25.395Zinfo: running `cargo check --bins` on omicron-ntp-admin (293/301)
47732026-07-21T17:34:25.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47742026-07-21T17:34:25.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47752026-07-21T17:34:25.992Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47762026-07-21T17:34:26.001Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47772026-07-21T17:34:26.261Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47782026-07-21T17:34:26.261Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47792026-07-21T17:34:27.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
47802026-07-21T17:34:27.214Z
47812026-07-21T17:34:27.214Zinfo: running `cargo check --bins` on ntp-admin-types (294/301)
47822026-07-21T17:34:27.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47832026-07-21T17:34:27.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47842026-07-21T17:34:27.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47852026-07-21T17:34:27.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47862026-07-21T17:34:27.743Z
47872026-07-21T17:34:27.743Zinfo: running `cargo check --bins` on omicron-package (295/301)
47882026-07-21T17:34:28.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47892026-07-21T17:34:28.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47902026-07-21T17:34:28.374Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47912026-07-21T17:34:29.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
47922026-07-21T17:34:29.596Z
47932026-07-21T17:34:29.596Zinfo: running `cargo check --bins` on tqdb (296/301)
47942026-07-21T17:34:30.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47952026-07-21T17:34:30.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47962026-07-21T17:34:30.326Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47972026-07-21T17:34:30.673Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47982026-07-21T17:34:31.178Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47992026-07-21T17:34:31.179Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
48002026-07-21T17:34:37.270Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
48012026-07-21T17:34:37.276Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
48022026-07-21T17:34:37.832Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
48032026-07-21T17:34:37.832Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
48042026-07-21T17:34:37.847Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48052026-07-21T17:34:37.847Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
48062026-07-21T17:34:38.581Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48072026-07-21T17:34:39.615Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
48082026-07-21T17:34:40.408Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
48092026-07-21T17:34:41.007Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48102026-07-21T17:34:45.922Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48112026-07-21T17:34:52.584Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48122026-07-21T17:34:52.585Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48132026-07-21T17:34:52.589Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48142026-07-21T17:34:52.589Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48152026-07-21T17:34:54.036Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48162026-07-21T17:34:55.342Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48172026-07-21T17:34:55.997Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48182026-07-21T17:34:57.208Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48192026-07-21T17:34:57.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.13s
48202026-07-21T17:34:57.923Z
48212026-07-21T17:34:57.923Zinfo: running `cargo check --bins` on wicket-dbg (297/301)
48222026-07-21T17:34:58.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48232026-07-21T17:34:58.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48242026-07-21T17:34:58.583Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
48252026-07-21T17:34:58.699Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48262026-07-21T17:34:58.707Z Checking rtoolbox v0.0.3
48272026-07-21T17:34:58.714Z Checking tui-tree-widget v0.23.1
48282026-07-21T17:34:58.810Z Checking rpassword v7.5.4
48292026-07-21T17:34:59.197Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
48302026-07-21T17:34:59.371Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48312026-07-21T17:35:00.316Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48322026-07-21T17:35:03.465Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48332026-07-21T17:35:05.299Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48342026-07-21T17:35:06.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.23s
48352026-07-21T17:35:06.350Z
48362026-07-21T17:35:06.351Zinfo: running `cargo check --bins` on wicket (298/301)
48372026-07-21T17:35:06.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48382026-07-21T17:35:06.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48392026-07-21T17:35:06.997Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48402026-07-21T17:35:07.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
48412026-07-21T17:35:07.515Z
48422026-07-21T17:35:07.515Zinfo: running `cargo check --bins` on wicketd (299/301)
48432026-07-21T17:35:07.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48442026-07-21T17:35:08.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48452026-07-21T17:35:08.179Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48462026-07-21T17:35:08.183Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48472026-07-21T17:35:08.293Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48482026-07-21T17:35:08.296Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
48492026-07-21T17:35:09.068Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48502026-07-21T17:35:09.609Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48512026-07-21T17:35:12.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.14s
48522026-07-21T17:35:12.845Z
48532026-07-21T17:35:12.845Zinfo: running `cargo check --bins` on omicron-workspace-hack (300/301)
48542026-07-21T17:35:13.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48552026-07-21T17:35:13.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48562026-07-21T17:35:13.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48572026-07-21T17:35:13.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
48582026-07-21T17:35:13.369Z
48592026-07-21T17:35:13.369Zinfo: running `cargo check --bins` on zone-setup (301/301)
48602026-07-21T17:35:13.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48612026-07-21T17:35:13.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48622026-07-21T17:35:13.994Z Checking uzers v0.12.2
48632026-07-21T17:35:14.271Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48642026-07-21T17:35:14.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
48652026-07-21T17:35:15.180Z
48662026-07-21T17:35:15.183Zreal 13:51.665367050
48672026-07-21T17:35:15.183Zuser 21:03.799224076
48682026-07-21T17:35:15.183Zsys 4:12.035348974
48692026-07-21T17:35:15.183Ztrap 0.329481530
48702026-07-21T17:35:15.183Ztflt 0.706584623
48712026-07-21T17:35:15.183Zdflt 0.972137805
48722026-07-21T17:35:15.184Zkflt 0.004390842
48732026-07-21T17:35:15.184Zlock 1:18:45.837074716
48742026-07-21T17:35:15.184Zslp 1:40:35.115723492
48752026-07-21T17:35:15.184Zlat 55.068071079
48762026-07-21T17:35:15.184Zstop 3:29.421451502
48772026-07-21T17:35:15.184Zprocess exited: duration 955812 ms, exit code 0
 
48782026-07-21T17:35:15.190Zfound 0 output files