01M113TJC6S8JZ23TX33E4QEHK: 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: 01M113TZWVAVB65APR4S0RJSAC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-27T08:02:52.096Zjob assigned to worker 01M113V6H4THXEH4Z9AM46J8SC [factory aws, i-0dd5c080b664a7106] (queued for 50 s)
 
22026-08-27T08:02:59.240Zstarting task 0: "setup"
32026-08-27T08:02:59.245Z++ uname -s
42026-08-27T08:02:59.248Z+ kern=SunOS
52026-08-27T08:02:59.248Z+ build_user=build
62026-08-27T08:02:59.248Z+ build_uid=12345
72026-08-27T08:02:59.248Z+ work_dir=/work
82026-08-27T08:02:59.248Z+ input_dir=/input
92026-08-27T08:02:59.248Z+ [[ 0 == 12345 ]]
102026-08-27T08:02:59.248Z+ case "$kern" in
112026-08-27T08:02:59.248Z+ groupadd -g 12345 build
122026-08-27T08:02:59.248Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-27T08:03:01.253Z+ zfs create -o mountpoint=/work rpool/work
142026-08-27T08:03:01.354Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-27T08:03:01.357Z+ home_fs=zfs
162026-08-27T08:03:01.357Z+ [[ zfs == autofs ]]
172026-08-27T08:03:01.357Z+ mkdir -p /home/build
182026-08-27T08:03:01.357Z+ chown build:build /home/build /work
192026-08-27T08:03:03.358Z+ chmod 0700 /home/build /work
202026-08-27T08:03:03.363Zprocess exited: duration 4119 ms, exit code 0
 
212026-08-27T08:03:03.372Zstarting task 1: "rust-toolchain"
222026-08-27T08:03:03.376Z * rust toolchain channel = "1.97.1"
232026-08-27T08:03:03.376Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
242026-08-27T08:03:03.376Z * rust toolchain profile = "default"
252026-08-27T08:03:03.376Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-27T08:03:03.376Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-27T08:03:03.376Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-27T08:03:03.379Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-27T08:03:03.379Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-27T08:03:03.456Zinfo: downloading installer
312026-08-27T08:03:04.758Zwarn: It looks like you have an existing rustup settings file at:
322026-08-27T08:03:04.758Zwarn: /home/build/.rustup/settings.toml
332026-08-27T08:03:04.758Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-27T08:03:04.758Zwarn: instead of the one inferred from the default host triple.
352026-08-27T08:03:04.773Zinfo: profile set to default
362026-08-27T08:03:04.773Zinfo: default host triple is x86_64-unknown-illumos
372026-08-27T08:03:04.776Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-27T08:03:04.890Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-27T08:03:04.895Zinfo: downloading 6 components
402026-08-27T08:03:18.831Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-27T08:03:18.831Z
422026-08-27T08:03:18.863Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-27T08:03:18.863Z
442026-08-27T08:03:18.863Z
452026-08-27T08:03:18.863ZRust is installed now. Great!
462026-08-27T08:03:18.863Z
472026-08-27T08:03:18.863ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-27T08:03:18.863Zenvironment variable. This has not been done automatically.
492026-08-27T08:03:18.863Z
502026-08-27T08:03:18.863ZTo configure your current shell, you need to source
512026-08-27T08:03:18.863Zthe corresponding env file under $HOME/.cargo.
522026-08-27T08:03:18.863Z
532026-08-27T08:03:18.863ZThis is usually done by running one of the following (note the leading DOT):
542026-08-27T08:03:18.863Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-27T08:03:18.863Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-27T08:03:18.863Zsource "~/.cargo/env.nu" # For nushell
572026-08-27T08:03:18.863Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-27T08:03:18.863Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-27T08:03:18.863Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-27T08:03:18.867Zwarn: no default linker (`cc`) was found in your PATH
612026-08-27T08:03:18.867Zwarn: many Rust crates require a system C toolchain to build
622026-08-27T08:03:18.963Z+ rustup --version
632026-08-27T08:03:18.971Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-27T08:03:18.975Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-27T08:03:18.992Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-27T08:03:18.995Z+ cargo --version
672026-08-27T08:03:19.010Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-27T08:03:19.013Z+ rustc --version
692026-08-27T08:03:19.032Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-27T08:03:19.036Zprocess exited: duration 15661 ms, exit code 0
 
712026-08-27T08:03:19.042Zstarting task 2: "authentication"
722026-08-27T08:03:19.059Zprocess exited: duration 16 ms, exit code 0
 
732026-08-27T08:03:19.065Zstarting task 3: "clone repository"
742026-08-27T08:03:19.069Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-27T08:03:19.073Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-27T08:03:19.105ZCloning into '/work/oxidecomputer/omicron'...
772026-08-27T08:03:32.190Z+ cd /work/oxidecomputer/omicron
782026-08-27T08:03:32.190Z+ git fetch origin 10ce875afc8cc83e819c5cb0457ad3f665aa077a
792026-08-27T08:03:32.720ZFrom https://github.com/oxidecomputer/omicron
802026-08-27T08:03:32.720Z * branch 10ce875afc8cc83e819c5cb0457ad3f665aa077a -> FETCH_HEAD
812026-08-27T08:03:32.732Z+ [[ -n '' ]]
822026-08-27T08:03:32.732Z+ git reset --hard 10ce875afc8cc83e819c5cb0457ad3f665aa077a
832026-08-27T08:03:32.988ZHEAD is now at 10ce875af fmt
842026-08-27T08:03:32.991Zprocess exited: duration 13924 ms, exit code 0
 
852026-08-27T08:03:32.997Zstarting task 4: "build"
862026-08-27T08:03:33.001Z+ source .github/buildomat/ci-env.sh
872026-08-27T08:03:33.005Z++ export CARGO_TERM_COLOR=always
882026-08-27T08:03:33.005Z++ CARGO_TERM_COLOR=always
892026-08-27T08:03:33.005Z+++ uname -s
902026-08-27T08:03:33.005Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-27T08:03:33.005Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-27T08:03:33.005Z+ cargo --version
932026-08-27T08:03:33.014Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-27T08:03:33.017Z+ rustc --version
952026-08-27T08:03:33.036Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-27T08:03:33.040Z+ source ./env.sh
972026-08-27T08:03:33.040Z++ OLD_SHELL_OPTS=ehxB
982026-08-27T08:03:33.040Z++ set -o xtrace
992026-08-27T08:03:33.043Z++++ dirname ./env.sh
1002026-08-27T08:03:33.043Z+++ readlink -f .
1012026-08-27T08:03:33.047Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022026-08-27T08:03:33.047Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-08-27T08:03:33.047Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-08-27T08:03:33.047Z++ 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
1052026-08-27T08:03:33.047Z++ 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
1062026-08-27T08:03:33.047Z++ 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
1072026-08-27T08:03:33.047Z++ 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
1082026-08-27T08:03:33.047Z++ 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
1092026-08-27T08:03:33.047Z++ 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
1102026-08-27T08:03:33.047Z++ 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
1112026-08-27T08:03:33.047Z++ 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
1122026-08-27T08:03:33.047Z++ case $OLD_SHELL_OPTS in
1132026-08-27T08:03:33.047Z++ unset OLD_SHELL_OPTS OMICRON_WS
1142026-08-27T08:03:33.047Z+ 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
1152026-08-27T08:03:33.047Z+ 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
1162026-08-27T08:03:33.047Z+ banner prerequisites
1172026-08-27T08:03:33.047Z
1182026-08-27T08:03:33.047Z ##### ##### ###### ##### ###### #### # # # #### #
1192026-08-27T08:03:33.047Z # # # # # # # # # # # # # # #
1202026-08-27T08:03:33.047Z # # # # ##### # # ##### # # # # # #### #
1212026-08-27T08:03:33.047Z ##### ##### # ##### # # # # # # # # #
1222026-08-27T08:03:33.047Z # # # # # # # # # # # # # # #
1232026-08-27T08:03:33.047Z # # # ###### # # ###### ### # #### # #### #
1242026-08-27T08:03:33.047Z
1252026-08-27T08:03:33.047Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1262026-08-27T08:03:35.122Z Startup: Refreshing catalog 'helios' ... Done
1272026-08-27T08:03:35.507Z Startup: Caching catalogs ... Done
1282026-08-27T08:03:37.733ZPlanning: Solver setup ... Done (2.105s)
1292026-08-27T08:03:37.795ZPlanning: Running solver ... Done (0.062s)
1302026-08-27T08:03:37.847ZPlanning: Finding local manifests ... Done (0.003s)
1312026-08-27T08:03:37.862ZPlanning: Fetching manifests: 0/2 0% complete
1322026-08-27T08:03:37.895ZPlanning: Fetching manifests: 2/2 100% complete
1332026-08-27T08:03:37.896ZPlanning: Package planning ... Done (0.013s)
1342026-08-27T08:03:37.896ZPlanning: Merging actions ... Done (0.001s)
1352026-08-27T08:03:38.112ZPlanning: Checking for conflicting actions ... Done (0.223s)
1362026-08-27T08:03:38.115ZPlanning: Consolidating action changes ... Done (0.001s)
1372026-08-27T08:03:38.846ZPlanning: Evaluating mediators ... Done (0.733s)
1382026-08-27T08:03:38.850ZPlanning: Planning completed in 3.30 seconds
1392026-08-27T08:03:38.855Z Packages to install: 2
1402026-08-27T08:03:38.860Z Estimated space available: 156.01 GB
1412026-08-27T08:03:38.860ZEstimated space to be consumed: 80.56 MB
1422026-08-27T08:03:38.860Z Create boot environment: No
1432026-08-27T08:03:38.860ZCreate backup boot environment: No
1442026-08-27T08:03:38.860Z Rebuild boot archive: No
1452026-08-27T08:03:38.860Z
1462026-08-27T08:03:38.860ZChanged packages:
1472026-08-27T08:03:38.860Zhelios
1482026-08-27T08:03:38.860Z developer/build-essential
1492026-08-27T08:03:38.860Z None -> 11-3.0
1502026-08-27T08:03:38.860Z library/libxmlsec1
1512026-08-27T08:03:38.860Z None -> 1.2.35-3.0
1522026-08-27T08:03:38.881Z
1532026-08-27T08:03:38.881ZDownload: 0/214 items 0.0/1.3MB 0% complete
1542026-08-27T08:03:38.948ZDownload: Completed 1.28 MB in 0.07 seconds (19.0M/s)
1552026-08-27T08:03:39.014Z Actions: 1/268 actions (Installing new actions)
1562026-08-27T08:03:39.052Z Actions: Completed 268 actions in 0.04 seconds.
1572026-08-27T08:03:39.088ZFinalize: Updating package state database ... Done (0.035s)
1582026-08-27T08:03:39.093ZFinalize: Updating package cache ... Done (0.000s)
1592026-08-27T08:03:39.178ZFinalize: Updating image state ... Done (0.089s)
1602026-08-27T08:03:41.666ZFinalize: Creating fast lookup database ... Done (2.435s)
1612026-08-27T08:03:41.734ZFinalize: Reading search index ... Done (0.012s)
1622026-08-27T08:03:41.737ZFinalize: Updating search index ... Done (0.000s)
1632026-08-27T08:03:41.848ZFinalize: Updating package cache ... Done (0.000s)
1642026-08-27T08:03:42.216ZPlanning: Evaluating mediator changes ... Done
1652026-08-27T08:03:42.320ZPlanning: Checking for conflicting actions ... Done
1662026-08-27T08:03:42.324ZPlanning: Consolidating action changes ... Done
1672026-08-27T08:03:42.480ZPlanning: Evaluating mediators ... Done
1682026-08-27T08:03:42.486ZPlanning: Planning completed in 0.26 seconds
1692026-08-27T08:03:42.503Z Mediators to change: 2
1702026-08-27T08:03:42.503Z Create boot environment: No
1712026-08-27T08:03:42.503ZCreate backup boot environment: No
1722026-08-27T08:03:42.543ZFinalize: Updating package state database ... Done
1732026-08-27T08:03:42.543ZFinalize: Updating package cache ... Done
1742026-08-27T08:03:42.596ZFinalize: Updating image state ... Done
1752026-08-27T08:03:44.553ZFinalize: Creating fast lookup database ... Done
1762026-08-27T08:03:44.614ZFinalize: Reading search index ... Done
1772026-08-27T08:03:44.618ZFinalize: Updating search index ... Done
1782026-08-27T08:03:44.692ZFinalize: Updating package cache ... Done
1792026-08-27T08:03:44.979ZPlanning: Evaluating mediator changes ... Done
1802026-08-27T08:03:45.082ZPlanning: Checking for conflicting actions ... Done
1812026-08-27T08:03:45.085ZPlanning: Consolidating action changes ... Done
1822026-08-27T08:03:45.242ZPlanning: Evaluating mediators ... Done
1832026-08-27T08:03:45.245ZPlanning: Planning completed in 0.27 seconds
1842026-08-27T08:03:45.265Z Mediators to change: 1
1852026-08-27T08:03:45.268Z Create boot environment: No
1862026-08-27T08:03:45.268ZCreate backup boot environment: No
1872026-08-27T08:03:45.314ZFinalize: Updating package state database ... Done
1882026-08-27T08:03:45.317ZFinalize: Updating package cache ... Done
1892026-08-27T08:03:45.366ZFinalize: Updating image state ... Done
1902026-08-27T08:03:47.336ZFinalize: Creating fast lookup database ... Done
1912026-08-27T08:03:47.405ZFinalize: Reading search index ... Done
1922026-08-27T08:03:47.409ZFinalize: Updating search index ... Done
1932026-08-27T08:03:47.463ZFinalize: Updating package cache ... Done
1942026-08-27T08:03:47.776ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952026-08-27T08:03:47.776Zapache system 2.4 system
1962026-08-27T08:03:47.777Zclang system 15 system
1972026-08-27T08:03:47.777Zcsh system system illumos
1982026-08-27T08:03:47.777Zctags system system illumos
1992026-08-27T08:03:47.777Zfile vendor vendor darwinsys
2002026-08-27T08:03:47.777Zfile system system illumos
2012026-08-27T08:03:47.777Zgcc vendor 14 vendor
2022026-08-27T08:03:47.777Zgcc system 13 system
2032026-08-27T08:03:47.777Zgcc system 10 system
2042026-08-27T08:03:47.777Zgo system 1.25 system
2052026-08-27T08:03:47.777Zllvm system 15 system
2062026-08-27T08:03:47.777Zmariadb system 11.4 system
2072026-08-27T08:03:47.777Zmta vendor vendor dma
2082026-08-27T08:03:47.777Zopenjdk system 17 system
2092026-08-27T08:03:47.777Zopenjdk system 11 system
2102026-08-27T08:03:47.777Zopenssl vendor 3 vendor
2112026-08-27T08:03:47.777Zperl system 5.40 system
2122026-08-27T08:03:47.777Zpostgresql system 18 system
2132026-08-27T08:03:47.777Zpostgresql system 17 system
2142026-08-27T08:03:47.777Zpython vendor 3 vendor
2152026-08-27T08:03:47.777Zpython system 2 system
2162026-08-27T08:03:47.777Zpython3 vendor 3.13 vendor
2172026-08-27T08:03:47.777Zruby system 3.4 system
2182026-08-27T08:03:47.777Zruby system 3.0 system
2192026-08-27T08:03:47.777Zwords vendor vendor american-english
2202026-08-27T08:03:47.777Zwords system system australian-english
2212026-08-27T08:03:47.777Zwords system system british-english
2222026-08-27T08:03:47.778Zwords system system canadian-english
2232026-08-27T08:03:47.778Zwords system system french
2242026-08-27T08:03:47.778Zwords system system italian
2252026-08-27T08:03:47.778Zwords system system ngerman
2262026-08-27T08:03:47.778Zwords system system ogerman
2272026-08-27T08:03:47.778Zwords system system spanish
2282026-08-27T08:03:48.027ZPUBLISHER TYPE STATUS P LOCATION
2292026-08-27T08:03:48.027Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2302026-08-27T08:03:48.518ZFMRI IFO
2312026-08-27T08:03:48.518Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2322026-08-27T08:03:48.518Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2332026-08-27T08:03:48.518Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2342026-08-27T08:03:48.518Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2352026-08-27T08:03:48.518Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2362026-08-27T08:03:48.518Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2372026-08-27T08:03:48.518Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2382026-08-27T08:03:48.518Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2392026-08-27T08:03:48.518Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2402026-08-27T08:03:48.864Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2412026-08-27T08:03:49.197Z Updating crates.io index
2422026-08-27T08:03:49.200Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-08-27T08:03:49.498Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-08-27T08:03:49.856Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2452026-08-27T08:03:50.334Z Updating git repository `https://github.com/oxidecomputer/propolis`
2462026-08-27T08:03:51.350Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2472026-08-27T08:03:51.899Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-08-27T08:03:53.565Z Updating git repository `https://github.com/oxidecomputer/opte`
2492026-08-27T08:03:54.444Z Updating git repository `https://github.com/oxidecomputer/tofino`
2502026-08-27T08:03:54.724Z Updating git repository `https://github.com/oxidecomputer/lldp`
2512026-08-27T08:03:55.092Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-08-27T08:03:56.574Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-08-27T08:03:56.858Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-08-27T08:03:57.258Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2552026-08-27T08:03:57.553Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2562026-08-27T08:03:57.825Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2572026-08-27T08:03:58.102Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2582026-08-27T08:03:58.379Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-08-27T08:03:58.667Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-08-27T08:03:59.012Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-08-27T08:03:59.519Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2622026-08-27T08:03:59.952Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2632026-08-27T08:04:00.451Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2642026-08-27T08:04:00.761Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2652026-08-27T08:04:01.313Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-08-27T08:04:01.652Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-08-27T08:04:01.984Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-08-27T08:04:02.446Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-08-27T08:04:02.732Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2702026-08-27T08:04:03.153Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2712026-08-27T08:04:03.529Z Updating git repository `https://github.com/oxidecomputer/ispf`
2722026-08-27T08:04:03.877Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732026-08-27T08:04:04.211Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2742026-08-27T08:04:04.622Z Updating git repository `https://github.com/oxidecomputer/tough`
2752026-08-27T08:04:05.177Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2762026-08-27T08:04:05.482Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-08-27T08:04:05.795Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-08-27T08:04:06.130Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2792026-08-27T08:04:06.859Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2802026-08-27T08:04:07.130Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2812026-08-27T08:04:07.398Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2822026-08-27T08:04:07.756Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2832026-08-27T08:04:08.064Z Updating git repository `https://github.com/illumos/smf-rs`
2842026-08-27T08:04:08.354Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2852026-08-27T08:04:11.361Z Downloading crates ...
2862026-08-27T08:04:11.411Z Downloaded anstyle-query v1.1.5
2872026-08-27T08:04:11.420Z Downloaded clap_lex v1.0.0
2882026-08-27T08:04:11.424Z Downloaded colorchoice v1.0.4
2892026-08-27T08:04:11.427Z Downloaded cargo-platform v0.3.2
2902026-08-27T08:04:11.433Z Downloaded dtrace-parser v0.2.0
2912026-08-27T08:04:11.436Z Downloaded crypto-common v0.1.7
2922026-08-27T08:04:11.440Z Downloaded dof v0.3.0
2932026-08-27T08:04:11.440Z Downloaded heck v0.4.1
2942026-08-27T08:04:11.443Z Downloaded digest v0.10.7
2952026-08-27T08:04:11.443Z Downloaded anstream v1.0.0
2962026-08-27T08:04:11.443Z Downloaded autocfg v1.5.0
2972026-08-27T08:04:11.446Z Downloaded zerocopy v0.7.35
2982026-08-27T08:04:11.453Z Downloaded equivalent v1.0.2
2992026-08-27T08:04:11.456Z Downloaded cpufeatures v0.2.17
3002026-08-27T08:04:11.456Z Downloaded is_terminal_polyfill v1.70.2
3012026-08-27T08:04:11.456Z Downloaded zmij v1.0.21
3022026-08-27T08:04:11.456Z Downloaded serde_spanned v0.6.9
3032026-08-27T08:04:11.456Z Downloaded errno v0.3.14
3042026-08-27T08:04:11.459Z Downloaded generic-array v0.14.7
3052026-08-27T08:04:11.459Z Downloaded itoa v1.0.17
3062026-08-27T08:04:11.459Z Downloaded proc-macro-error-attr v1.0.4
3072026-08-27T08:04:11.459Z Downloaded block-buffer v0.10.4
3082026-08-27T08:04:11.459Z Downloaded macaddr v1.0.1
3092026-08-27T08:04:11.462Z Downloaded heck v0.5.0
3102026-08-27T08:04:11.462Z Downloaded scroll_derive v0.12.1
3112026-08-27T08:04:11.465Z Downloaded swrite v0.1.0
3122026-08-27T08:04:11.468Z Downloaded cfg-if v1.0.4
3132026-08-27T08:04:11.468Z Downloaded fnv v1.0.7
3142026-08-27T08:04:11.471Z Downloaded cargo_metadata v0.23.1
3152026-08-27T08:04:11.472Z Downloaded anstyle v1.0.14
3162026-08-27T08:04:11.472Z Downloaded anstyle-parse v1.0.0
3172026-08-27T08:04:11.475Z Downloaded cargo_toml v0.21.0
3182026-08-27T08:04:11.478Z Downloaded byteorder v1.5.0
3192026-08-27T08:04:11.478Z Downloaded anyhow v1.0.104
3202026-08-27T08:04:11.481Z Downloaded bytecount v0.6.9
3212026-08-27T08:04:11.481Z Downloaded plain v0.2.3
3222026-08-27T08:04:11.481Z Downloaded toml_datetime v0.6.11
3232026-08-27T08:04:11.481Z Downloaded toml_write v0.1.2
3242026-08-27T08:04:11.502Z Downloaded pretty-hex v0.4.1
3252026-08-27T08:04:11.502Z Downloaded thread-id v4.2.2
3262026-08-27T08:04:11.502Z Downloaded version_check v0.9.5
3272026-08-27T08:04:11.502Z Downloaded usdt-macro v0.5.0
3282026-08-27T08:04:11.502Z Downloaded strsim v0.11.1
3292026-08-27T08:04:11.502Z Downloaded usdt v0.5.0
3302026-08-27T08:04:11.502Z Downloaded smawk v0.3.2
3312026-08-27T08:04:11.502Z Downloaded memmap v0.7.0
3322026-08-27T08:04:11.506Z Downloaded fs-err v3.3.0
3332026-08-27T08:04:11.510Z Downloaded sha2 v0.10.9
3342026-08-27T08:04:11.514Z Downloaded camino-tempfile v1.4.1
3352026-08-27T08:04:11.519Z Downloaded unicode-linebreak v0.1.5
3362026-08-27T08:04:11.522Z Downloaded usdt-attr-macro v0.5.0
3372026-08-27T08:04:11.526Z Downloaded bitflags v2.11.0
3382026-08-27T08:04:11.530Z Downloaded clap_derive v4.6.1
3392026-08-27T08:04:11.530Z Downloaded utf8parse v0.2.2
3402026-08-27T08:04:11.533Z Downloaded scroll v0.12.0
3412026-08-27T08:04:11.536Z Downloaded serde_tokenstream v0.2.3
3422026-08-27T08:04:11.536Z Downloaded thiserror v2.0.18
3432026-08-27T08:04:11.540Z Downloaded proc-macro-error v1.0.4
3442026-08-27T08:04:11.543Z Downloaded tabled_derive v0.7.0
3452026-08-27T08:04:11.543Z Downloaded usdt-impl v0.5.0
3462026-08-27T08:04:11.546Z Downloaded quote v1.0.45
3472026-08-27T08:04:11.546Z Downloaded terminal_size v0.4.3
3482026-08-27T08:04:11.549Z Downloaded thiserror-impl v1.0.69
3492026-08-27T08:04:11.550Z Downloaded thiserror-impl v2.0.18
3502026-08-27T08:04:11.550Z Downloaded camino v1.2.5
3512026-08-27T08:04:11.550Z Downloaded pest_derive v2.8.6
3522026-08-27T08:04:11.553Z Downloaded pest_generator v2.8.6
3532026-08-27T08:04:11.553Z Downloaded fastrand v2.3.0
3542026-08-27T08:04:11.563Z Downloaded thiserror v1.0.69
3552026-08-27T08:04:11.566Z Downloaded once_cell v1.21.3
3562026-08-27T08:04:11.570Z Downloaded papergrid v0.11.0
3572026-08-27T08:04:11.570Z Downloaded ucd-trie v0.1.7
3582026-08-27T08:04:11.573Z Downloaded semver v1.0.28
3592026-08-27T08:04:11.573Z Downloaded tempfile v3.27.0
3602026-08-27T08:04:11.576Z Downloaded getrandom v0.4.3
3612026-08-27T08:04:11.576Z Downloaded toml v0.8.23
3622026-08-27T08:04:11.586Z Downloaded clap v4.6.1
3632026-08-27T08:04:11.590Z Downloaded zerocopy-derive v0.7.35
3642026-08-27T08:04:11.593Z Downloaded textwrap v0.16.2
3652026-08-27T08:04:11.596Z Downloaded serde_core v1.0.228
3662026-08-27T08:04:11.597Z Downloaded pest_meta v2.8.6
3672026-08-27T08:04:11.600Z Downloaded serde_derive v1.0.228
3682026-08-27T08:04:11.603Z Downloaded unicode-ident v1.0.24
3692026-08-27T08:04:11.608Z Downloaded log v0.4.33
3702026-08-27T08:04:11.611Z Downloaded proc-macro2 v1.0.106
3712026-08-27T08:04:11.614Z Downloaded toml_edit v0.22.27
3722026-08-27T08:04:11.623Z Downloaded memchr v2.8.0
3732026-08-27T08:04:11.638Z Downloaded serde v1.0.228
3742026-08-27T08:04:11.643Z Downloaded indexmap v2.14.0
3752026-08-27T08:04:11.659Z Downloaded typenum v1.20.1
3762026-08-27T08:04:11.670Z Downloaded hashbrown v0.17.0
3772026-08-27T08:04:11.673Z Downloaded pest v2.8.6
3782026-08-27T08:04:11.685Z Downloaded clap_builder v4.6.0
3792026-08-27T08:04:11.688Z Downloaded serde_json v1.0.151
3802026-08-27T08:04:11.692Z Downloaded goblin v0.8.2
3812026-08-27T08:04:11.699Z Downloaded winnow v0.7.14
3822026-08-27T08:04:11.705Z Downloaded tabled v0.15.0
3832026-08-27T08:04:11.713Z Downloaded syn v1.0.109
3842026-08-27T08:04:11.723Z Downloaded unicode-width v0.1.14
3852026-08-27T08:04:11.728Z Downloaded unicode-width v0.2.0
3862026-08-27T08:04:11.731Z Downloaded syn v2.0.117
3872026-08-27T08:04:11.743Z Downloaded rustix v1.1.4
3882026-08-27T08:04:11.765Z Downloaded libc v0.2.185
3892026-08-27T08:04:11.826Z Compiling proc-macro2 v1.0.106
3902026-08-27T08:04:11.826Z Compiling unicode-ident v1.0.24
3912026-08-27T08:04:11.830Z Compiling quote v1.0.45
3922026-08-27T08:04:11.830Z Compiling serde_core v1.0.228
3932026-08-27T08:04:11.830Z Compiling libc v0.2.185
3942026-08-27T08:04:11.830Z Compiling version_check v0.9.5
3952026-08-27T08:04:11.830Z Compiling memchr v2.8.0
3962026-08-27T08:04:12.001Z Compiling serde v1.0.228
3972026-08-27T08:04:12.149Z Compiling zmij v1.0.21
3982026-08-27T08:04:12.388Z Compiling itoa v1.0.17
3992026-08-27T08:04:12.418Z Compiling ucd-trie v0.1.7
4002026-08-27T08:04:12.599Z Compiling thiserror v1.0.69
4012026-08-27T08:04:12.733Z Compiling pest v2.8.6
4022026-08-27T08:04:12.752Z Compiling byteorder v1.5.0
4032026-08-27T08:04:12.795Z Compiling rustix v1.1.4
4042026-08-27T08:04:12.995Z Compiling errno v0.3.14
4052026-08-27T08:04:13.155Z Compiling bitflags v2.11.0
4062026-08-27T08:04:13.208Z Compiling serde_json v1.0.151
4072026-08-27T08:04:13.370Z Compiling syn v2.0.117
4082026-08-27T08:04:13.411Z Compiling thread-id v4.2.2
4092026-08-27T08:04:13.437Z Compiling usdt-impl v0.5.0
4102026-08-27T08:04:13.504Z Compiling proc-macro-error-attr v1.0.4
4112026-08-27T08:04:13.569Z Compiling camino v1.2.5
4122026-08-27T08:04:13.642Z Compiling syn v1.0.109
4132026-08-27T08:04:13.867Z Compiling pest_meta v2.8.6
4142026-08-27T08:04:13.972Z Compiling proc-macro-error v1.0.4
4152026-08-27T08:04:14.040Z Compiling getrandom v0.4.3
4162026-08-27T08:04:14.124Z Compiling plain v0.2.3
4172026-08-27T08:04:14.185Z Compiling log v0.4.33
4182026-08-27T08:04:14.185Z Compiling equivalent v1.0.2
4192026-08-27T08:04:14.342Z Compiling utf8parse v0.2.2
4202026-08-27T08:04:14.412Z Compiling hashbrown v0.17.0
4212026-08-27T08:04:14.412Z Compiling terminal_size v0.4.3
4222026-08-27T08:04:14.439Z Compiling anstyle-parse v1.0.0
4232026-08-27T08:04:14.888Z Compiling indexmap v2.14.0
4242026-08-27T08:04:15.108Z Compiling winnow v0.7.14
4252026-08-27T08:04:15.134Z Compiling autocfg v1.5.0
4262026-08-27T08:04:15.260Z Compiling is_terminal_polyfill v1.70.2
4272026-08-27T08:04:15.365Z Compiling cfg-if v1.0.4
4282026-08-27T08:04:15.446Z Compiling anstyle v1.0.14
4292026-08-27T08:04:15.463Z Compiling anstyle-query v1.1.5
4302026-08-27T08:04:15.497Z Compiling pretty-hex v0.4.1
4312026-08-27T08:04:15.500Z Compiling colorchoice v1.0.4
4322026-08-27T08:04:15.552Z Compiling pest_generator v2.8.6
4332026-08-27T08:04:15.575Z Compiling thiserror v2.0.18
4342026-08-27T08:04:15.631Z Compiling toml_write v0.1.2
4352026-08-27T08:04:15.635Z Compiling anstream v1.0.0
4362026-08-27T08:04:15.670Z Compiling fs-err v3.3.0
4372026-08-27T08:04:16.042Z Compiling unicode-width v0.1.14
4382026-08-27T08:04:16.066Z Compiling fnv v1.0.7
4392026-08-27T08:04:16.113Z Compiling clap_lex v1.0.0
4402026-08-27T08:04:16.140Z Compiling fastrand v2.3.0
4412026-08-27T08:04:16.169Z Compiling once_cell v1.21.3
4422026-08-27T08:04:16.261Z Compiling bytecount v0.6.9
4432026-08-27T08:04:16.315Z Compiling strsim v0.11.1
4442026-08-27T08:04:16.345Z Compiling anyhow v1.0.104
4452026-08-27T08:04:16.391Z Compiling heck v0.4.1
4462026-08-27T08:04:16.410Z Compiling heck v0.5.0
4472026-08-27T08:04:16.414Z Compiling papergrid v0.11.0
4482026-08-27T08:04:16.605Z Compiling clap_builder v4.6.0
4492026-08-27T08:04:16.626Z Compiling tempfile v3.27.0
4502026-08-27T08:04:16.648Z Compiling tabled_derive v0.7.0
4512026-08-27T08:04:16.673Z Compiling semver v1.0.28
4522026-08-27T08:04:16.760Z Compiling cargo-platform v0.3.2
4532026-08-27T08:04:16.856Z Compiling memmap v0.7.0
4542026-08-27T08:04:16.979Z Compiling unicode-linebreak v0.1.5
4552026-08-27T08:04:16.997Z Compiling unicode-width v0.2.0
4562026-08-27T08:04:17.046Z Compiling smawk v0.3.2
4572026-08-27T08:04:17.181Z Compiling camino-tempfile v1.4.1
4582026-08-27T08:04:17.199Z Compiling serde_derive v1.0.228
4592026-08-27T08:04:17.219Z Compiling thiserror-impl v1.0.69
4602026-08-27T08:04:17.258Z Compiling zerocopy-derive v0.7.35
4612026-08-27T08:04:17.414Z Compiling pest_derive v2.8.6
4622026-08-27T08:04:17.420Z Compiling scroll_derive v0.12.1
4632026-08-27T08:04:17.552Z Compiling thiserror-impl v2.0.18
4642026-08-27T08:04:17.854Z Compiling clap_derive v4.6.1
4652026-08-27T08:04:17.897Z Compiling tabled v0.15.0
4662026-08-27T08:04:18.091Z Compiling scroll v0.12.0
4672026-08-27T08:04:18.204Z Compiling zerocopy v0.7.35
4682026-08-27T08:04:18.378Z Compiling goblin v0.8.2
4692026-08-27T08:04:18.603Z Compiling dtrace-parser v0.2.0
4702026-08-27T08:04:18.779Z Compiling textwrap v0.16.2
4712026-08-27T08:04:19.252Z Compiling swrite v0.1.0
4722026-08-27T08:04:19.642Z Compiling clap v4.6.1
4732026-08-27T08:04:20.313Z Compiling toml_datetime v0.6.11
4742026-08-27T08:04:20.313Z Compiling serde_spanned v0.6.9
4752026-08-27T08:04:20.313Z Compiling macaddr v1.0.1
4762026-08-27T08:04:20.317Z Compiling cargo_metadata v0.23.1
4772026-08-27T08:04:20.317Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4782026-08-27T08:04:20.393Z Compiling dof v0.3.0
4792026-08-27T08:04:20.410Z Compiling serde_tokenstream v0.2.3
4802026-08-27T08:04:20.522Z Compiling toml_edit v0.22.27
4812026-08-27T08:04:21.184Z Compiling usdt-macro v0.5.0
4822026-08-27T08:04:21.184Z Compiling usdt-attr-macro v0.5.0
4832026-08-27T08:04:21.777Z Compiling usdt v0.5.0
4842026-08-27T08:04:21.828Z Compiling toml v0.8.23
4852026-08-27T08:04:22.152Z Compiling cargo_toml v0.21.0
4862026-08-27T08:04:23.428Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4872026-08-27T08:04:25.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.76s
4882026-08-27T08:04:25.658Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4892026-08-27T08:04:26.190Z Downloading crates ...
4902026-08-27T08:04:26.248Z Downloaded addr2line v0.25.1
4912026-08-27T08:04:26.251Z Downloaded aead v0.5.2
4922026-08-27T08:04:26.256Z Downloaded adler2 v2.0.1
4932026-08-27T08:04:26.260Z Downloaded async-recursion v1.1.1
4942026-08-27T08:04:26.264Z Downloaded bit-set v0.5.3
4952026-08-27T08:04:26.264Z Downloaded aead v0.6.1
4962026-08-27T08:04:26.267Z Downloaded base64ct v1.8.3
4972026-08-27T08:04:26.267Z Downloaded bitfield v0.19.4
4982026-08-27T08:04:26.267Z Downloaded ascii-canvas v3.0.0
4992026-08-27T08:04:26.270Z Downloaded assert_matches v1.5.0
5002026-08-27T08:04:26.270Z Downloaded cmake v0.1.57
5012026-08-27T08:04:26.273Z Downloaded cancel-safe-futures v0.1.5
5022026-08-27T08:04:26.278Z Downloaded fallible-iterator v0.2.0
5032026-08-27T08:04:26.282Z Downloaded atty v0.2.14
5042026-08-27T08:04:26.282Z Downloaded base16ct v1.0.0
5052026-08-27T08:04:26.282Z Downloaded atomicwrites v0.4.4
5062026-08-27T08:04:26.282Z Downloaded bit-set v0.8.0
5072026-08-27T08:04:26.282Z Downloaded float-ord v0.3.2
5082026-08-27T08:04:26.287Z Downloaded foreign-types-macros v0.2.3
5092026-08-27T08:04:26.287Z Downloaded bitfield-macros v0.19.4
5102026-08-27T08:04:26.287Z Downloaded array-init v0.0.4
5112026-08-27T08:04:26.287Z Downloaded futures-executor v0.3.32
5122026-08-27T08:04:26.291Z Downloaded backtrace-ext v0.2.1
5132026-08-27T08:04:26.291Z Downloaded const-oid v0.10.2
5142026-08-27T08:04:26.291Z Downloaded form_urlencoded v1.2.2
5152026-08-27T08:04:26.295Z Downloaded foldhash v0.1.5
5162026-08-27T08:04:26.300Z Downloaded foreign-types-shared v0.1.1
5172026-08-27T08:04:26.300Z Downloaded float-cmp v0.10.0
5182026-08-27T08:04:26.300Z Downloaded futures-macro v0.3.32
5192026-08-27T08:04:26.300Z Downloaded arrayvec v0.7.6
5202026-08-27T08:04:26.300Z Downloaded backoff v0.4.0
5212026-08-27T08:04:26.306Z Downloaded foreign-types-shared v0.3.1
5222026-08-27T08:04:26.306Z Downloaded gethostname v0.5.0
5232026-08-27T08:04:26.306Z Downloaded async-stream-impl v0.3.6
5242026-08-27T08:04:26.307Z Downloaded bcrypt-pbkdf v0.11.0
5252026-08-27T08:04:26.307Z Downloaded base16ct v0.2.0
5262026-08-27T08:04:26.307Z Downloaded futures-channel v0.3.32
5272026-08-27T08:04:26.310Z Downloaded foreign-types v0.3.2
5282026-08-27T08:04:26.310Z Downloaded futures-task v0.3.32
5292026-08-27T08:04:26.310Z Downloaded bit-vec v0.8.0
5302026-08-27T08:04:26.310Z Downloaded futures-sink v0.3.32
5312026-08-27T08:04:26.310Z Downloaded enum-as-inner v0.6.1
5322026-08-27T08:04:26.314Z Downloaded funty v2.0.0
5332026-08-27T08:04:26.314Z Downloaded bcs v0.1.6
5342026-08-27T08:04:26.314Z Downloaded fxhash v0.2.1
5352026-08-27T08:04:26.314Z Downloaded git-stub v1.0.0
5362026-08-27T08:04:26.314Z Downloaded foreign-types v0.5.0
5372026-08-27T08:04:26.317Z Downloaded async-trait v0.1.89
5382026-08-27T08:04:26.317Z Downloaded chacha20 v0.9.1
5392026-08-27T08:04:26.317Z Downloaded generic-array v1.4.3
5402026-08-27T08:04:26.321Z Downloaded foldhash v0.2.0
5412026-08-27T08:04:26.321Z Downloaded erased-serde v0.3.31
5422026-08-27T08:04:26.324Z Downloaded bb8 v0.8.6
5432026-08-27T08:04:26.327Z Downloaded anstream v0.6.21
5442026-08-27T08:04:26.327Z Downloaded async-stream v0.3.6
5452026-08-27T08:04:26.328Z Downloaded atomic-waker v1.1.2
5462026-08-27T08:04:26.328Z Downloaded futures-io v0.3.32
5472026-08-27T08:04:26.332Z Downloaded ghash v0.6.0
5482026-08-27T08:04:26.332Z Downloaded fixedbitset v0.4.2
5492026-08-27T08:04:26.332Z Downloaded flagset v0.4.7
5502026-08-27T08:04:26.335Z Downloaded block-padding v0.4.2
5512026-08-27T08:04:26.335Z Downloaded ciborium-ll v0.2.2
5522026-08-27T08:04:26.335Z Downloaded arrayref v0.3.9
5532026-08-27T08:04:26.335Z Downloaded castaway v0.2.4
5542026-08-27T08:04:26.335Z Downloaded fd-lock v4.0.4
5552026-08-27T08:04:26.339Z Downloaded futures-core v0.3.32
5562026-08-27T08:04:26.339Z Downloaded fs_extra v1.3.0
5572026-08-27T08:04:26.342Z Downloaded getrandom v0.2.17
5582026-08-27T08:04:26.342Z Downloaded fatfs v0.3.6
5592026-08-27T08:04:26.345Z Downloaded getrandom v0.3.4
5602026-08-27T08:04:26.349Z Downloaded cfg_aliases v0.1.1
5612026-08-27T08:04:26.349Z Downloaded hex-literal v1.1.0
5622026-08-27T08:04:26.349Z Downloaded hubpack v0.1.2
5632026-08-27T08:04:26.353Z Downloaded block-buffer v0.12.1
5642026-08-27T08:04:26.357Z Downloaded globwalk v0.9.1
5652026-08-27T08:04:26.357Z Downloaded httpdate v1.0.3
5662026-08-27T08:04:26.362Z Downloaded hash32 v0.2.1
5672026-08-27T08:04:26.362Z Downloaded hash32 v0.3.1
5682026-08-27T08:04:26.362Z Downloaded hubpack_derive v0.1.1
5692026-08-27T08:04:26.390Z Downloaded bitfield-struct v0.6.2
5702026-08-27T08:04:26.390Z Downloaded endian-type v0.1.2
5712026-08-27T08:04:26.396Z Downloaded cobs v0.3.0
5722026-08-27T08:04:26.396Z Downloaded cfg_aliases v0.2.1
5732026-08-27T08:04:26.396Z Downloaded compression-core v0.4.31
5742026-08-27T08:04:26.396Z Downloaded hostname v0.3.1
5752026-08-27T08:04:26.397Z Downloaded ciborium-io v0.2.2
5762026-08-27T08:04:26.397Z Downloaded globset v0.4.18
5772026-08-27T08:04:26.397Z Downloaded fixedbitset v0.5.7
5782026-08-27T08:04:26.397Z Downloaded fs-err v2.11.0
5792026-08-27T08:04:26.397Z Downloaded chacha20 v0.10.0
5802026-08-27T08:04:26.397Z Downloaded argon2 v0.6.0-rc.8
5812026-08-27T08:04:26.397Z Downloaded bit-vec v0.6.3
5822026-08-27T08:04:26.397Z Downloaded anstyle-parse v0.2.7
5832026-08-27T08:04:26.397Z Downloaded hex v0.4.3
5842026-08-27T08:04:26.397Z Downloaded headers-core v0.3.0
5852026-08-27T08:04:26.397Z Downloaded http-body v1.0.1
5862026-08-27T08:04:26.397Z Downloaded http-range v0.1.5
5872026-08-27T08:04:26.397Z Downloaded home v0.5.12
5882026-08-27T08:04:26.397Z Downloaded normalize-line-endings v0.3.0
5892026-08-27T08:04:26.397Z Downloaded nodrop v0.1.14
5902026-08-27T08:04:26.397Z Downloaded nibble_vec v0.1.0
5912026-08-27T08:04:26.397Z Downloaded num-iter v0.1.45
5922026-08-27T08:04:26.397Z Downloaded phf_shared v0.13.1
5932026-08-27T08:04:26.403Z Downloaded openssl-macros v0.1.1
5942026-08-27T08:04:26.403Z Downloaded oxide-generation-macros v0.2.0
5952026-08-27T08:04:26.408Z Downloaded predicates-tree v1.0.13
5962026-08-27T08:04:26.408Z Downloaded progenitor-client v0.14.0
5972026-08-27T08:04:26.408Z Downloaded predicates-core v1.0.10
5982026-08-27T08:04:26.411Z Downloaded rustc-hash v2.1.1
5992026-08-27T08:04:26.414Z Downloaded radium v0.7.0
6002026-08-27T08:04:26.419Z Downloaded sha1 v0.10.6
6012026-08-27T08:04:26.422Z Downloaded humantime v2.3.0
6022026-08-27T08:04:26.422Z Downloaded filetime v0.2.27
6032026-08-27T08:04:26.423Z Downloaded argon2 v0.5.3
6042026-08-27T08:04:26.426Z Downloaded ff v0.14.0
6052026-08-27T08:04:26.426Z Downloaded group v0.14.0
6062026-08-27T08:04:26.426Z Downloaded cipher v0.5.2
6072026-08-27T08:04:26.427Z Downloaded ff v0.13.1
6082026-08-27T08:04:26.427Z Downloaded glob v0.3.3
6092026-08-27T08:04:26.433Z Downloaded group v0.13.0
6102026-08-27T08:04:26.433Z Downloaded bitflags v1.3.2
6112026-08-27T08:04:26.440Z Downloaded cassowary v0.3.0
6122026-08-27T08:04:26.445Z Downloaded compression-codecs v0.4.37
6132026-08-27T08:04:26.450Z Downloaded env_filter v2.0.0
6142026-08-27T08:04:26.450Z Downloaded camino-tempfile-ext v0.3.3
6152026-08-27T08:04:26.450Z Downloaded blowfish v0.10.0
6162026-08-27T08:04:26.450Z Downloaded bs58 v0.5.1
6172026-08-27T08:04:26.451Z Downloaded cbc v0.2.1
6182026-08-27T08:04:26.455Z Downloaded find-msvc-tools v0.1.9
6192026-08-27T08:04:26.455Z Downloaded hostname v0.4.2
6202026-08-27T08:04:26.455Z Downloaded http-body-util v0.1.3
6212026-08-27T08:04:26.455Z Downloaded buf-list v1.1.2
6222026-08-27T08:04:26.455Z Downloaded byte-wrapper v0.1.0
6232026-08-27T08:04:26.459Z Downloaded enum_dispatch v0.3.13
6242026-08-27T08:04:26.459Z Downloaded highway v1.3.0
6252026-08-27T08:04:26.459Z Downloaded scopeguard v1.2.0
6262026-08-27T08:04:26.459Z Downloaded pem v3.0.6
6272026-08-27T08:04:26.462Z Downloaded postgres-protocol v0.6.10
6282026-08-27T08:04:26.462Z Downloaded allocator-api2 v0.2.21
6292026-08-27T08:04:26.462Z Downloaded futures v0.3.32
6302026-08-27T08:04:26.466Z Downloaded pbkdf2 v0.13.0
6312026-08-27T08:04:26.466Z Downloaded pkg-config v0.3.32
6322026-08-27T08:04:26.466Z Downloaded hmac v0.12.1
6332026-08-27T08:04:26.472Z Downloaded supports-unicode v3.0.0
6342026-08-27T08:04:26.472Z Downloaded cipher v0.4.4
6352026-08-27T08:04:26.472Z Downloaded sync-ptr v0.1.4
6362026-08-27T08:04:26.472Z Downloaded testing_table v0.3.0
6372026-08-27T08:04:26.472Z Downloaded progenitor-client v0.13.0
6382026-08-27T08:04:26.472Z Downloaded rand_core v0.9.5
6392026-08-27T08:04:26.472Z Downloaded rand_seeder v0.4.0
6402026-08-27T08:04:26.478Z Downloaded rpassword v7.5.4
6412026-08-27T08:04:26.478Z Downloaded structmeta v0.3.0
6422026-08-27T08:04:26.478Z Downloaded ahash v0.8.12
6432026-08-27T08:04:26.478Z Downloaded ciborium v0.2.2
6442026-08-27T08:04:26.478Z Downloaded num-integer v0.1.46
6452026-08-27T08:04:26.478Z Downloaded aes v0.9.1
6462026-08-27T08:04:26.478Z Downloaded num-rational v0.4.2
6472026-08-27T08:04:26.483Z Downloaded typify-macro v0.6.2
6482026-08-27T08:04:26.483Z Downloaded unicode-truncate v1.1.0
6492026-08-27T08:04:26.483Z Downloaded untrusted v0.7.1
6502026-08-27T08:04:26.483Z Downloaded hyper-rustls v0.27.7
6512026-08-27T08:04:26.484Z Downloaded serde_path_to_error v0.1.20
6522026-08-27T08:04:26.484Z Downloaded want v0.3.1
6532026-08-27T08:04:26.487Z Downloaded primeorder v0.13.6
6542026-08-27T08:04:26.487Z Downloaded primeorder v0.14.0
6552026-08-27T08:04:26.487Z Downloaded phf v0.12.1
6562026-08-27T08:04:26.487Z Downloaded rustls-native-certs v0.8.3
6572026-08-27T08:04:26.492Z Downloaded env_logger v0.11.11
6582026-08-27T08:04:26.497Z Downloaded git-stub-vcs v0.1.0
6592026-08-27T08:04:26.501Z Downloaded httparse v1.10.1
6602026-08-27T08:04:26.501Z Downloaded serde_derive_internals v0.29.1
6612026-08-27T08:04:26.501Z Downloaded serde_with_macros v1.5.2
6622026-08-27T08:04:26.501Z Downloaded slog-term v2.9.2
6632026-08-27T08:04:26.501Z Downloaded utf-8 v0.7.6
6642026-08-27T08:04:26.506Z Downloaded slog-async v2.8.0
6652026-08-27T08:04:26.506Z Downloaded half v1.8.3
6662026-08-27T08:04:26.506Z Downloaded sec1 v0.7.3
6672026-08-27T08:04:26.511Z Downloaded string_cache v0.8.9
6682026-08-27T08:04:26.511Z Downloaded async-bb8-diesel v0.2.1
6692026-08-27T08:04:26.511Z Downloaded colored v2.2.0
6702026-08-27T08:04:26.514Z Downloaded xshell-macros v0.2.7
6712026-08-27T08:04:26.514Z Downloaded yoke-derive v0.8.1
6722026-08-27T08:04:26.514Z Downloaded zeroize_derive v1.5.0
6732026-08-27T08:04:26.514Z Downloaded flate2 v1.1.9
6742026-08-27T08:04:26.519Z Downloaded flume v0.11.1
6752026-08-27T08:04:26.519Z Downloaded strum_macros v0.24.3
6762026-08-27T08:04:26.519Z Downloaded backon v1.6.0
6772026-08-27T08:04:26.525Z Downloaded bzip2 v0.6.1
6782026-08-27T08:04:26.525Z Downloaded cexpr v0.6.0
6792026-08-27T08:04:26.525Z Downloaded console v0.15.11
6802026-08-27T08:04:26.525Z Downloaded zone_cfg_derive v0.3.1
6812026-08-27T08:04:26.525Z Downloaded convert_case v0.4.0
6822026-08-27T08:04:26.525Z Downloaded crunchy v0.2.4
6832026-08-27T08:04:26.525Z Downloaded console v0.16.2
6842026-08-27T08:04:26.528Z Downloaded blake2 v0.10.6
6852026-08-27T08:04:26.528Z Downloaded blake2 v0.11.0-rc.6
6862026-08-27T08:04:26.528Z Downloaded clang-sys v1.8.1
6872026-08-27T08:04:26.528Z Downloaded pkcs8 v0.11.0
6882026-08-27T08:04:26.532Z Downloaded cmov v0.5.4
6892026-08-27T08:04:26.535Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6902026-08-27T08:04:26.539Z Downloaded darling_macro v0.20.11
6912026-08-27T08:04:26.542Z Downloaded serde-hex v0.1.0
6922026-08-27T08:04:26.542Z Downloaded signal-hook-registry v1.4.8
6932026-08-27T08:04:26.542Z Downloaded simd-adler32 v0.3.8
6942026-08-27T08:04:26.546Z Downloaded sqlformat v0.3.5
6952026-08-27T08:04:26.550Z Downloaded curve25519-dalek-derive v0.1.1
6962026-08-27T08:04:26.561Z Downloaded defmt-parser v1.0.0
6972026-08-27T08:04:26.561Z Downloaded half v2.7.1
6982026-08-27T08:04:26.561Z Downloaded hmac v0.13.0
6992026-08-27T08:04:26.568Z Downloaded parking_lot_core v0.8.6
7002026-08-27T08:04:26.569Z Downloaded pkcs1 v0.7.5
7012026-08-27T08:04:26.569Z Downloaded dropshot-api-manager-types v0.8.0
7022026-08-27T08:04:26.569Z Downloaded parking_lot v0.12.5
7032026-08-27T08:04:26.569Z Downloaded tiny-keccak v2.0.2
7042026-08-27T08:04:26.572Z Downloaded instant v0.1.13
7052026-08-27T08:04:26.572Z Downloaded thread_local v1.1.9
7062026-08-27T08:04:26.572Z Downloaded tinystr v0.8.2
7072026-08-27T08:04:26.572Z Downloaded uzers v0.12.2
7082026-08-27T08:04:26.572Z Downloaded vsss-rs v3.3.4
7092026-08-27T08:04:26.576Z Downloaded vergen-gitcl v1.0.8
7102026-08-27T08:04:26.581Z Downloaded debug-ignore v1.0.5
7112026-08-27T08:04:26.581Z Downloaded dirs-sys-next v0.1.2
7122026-08-27T08:04:26.581Z Downloaded dof v0.4.0
7132026-08-27T08:04:26.586Z Downloaded lazy_static v1.5.0
7142026-08-27T08:04:26.589Z Downloaded critical-section v1.2.0
7152026-08-27T08:04:26.589Z Downloaded md5 v0.8.0
7162026-08-27T08:04:26.595Z Downloaded ctr v0.10.1
7172026-08-27T08:04:26.595Z Downloaded maybe-uninit v2.0.0
7182026-08-27T08:04:26.595Z Downloaded md-5 v0.10.6
7192026-08-27T08:04:26.600Z Downloaded const-oid v0.9.6
7202026-08-27T08:04:26.600Z Downloaded multimap v0.10.1
7212026-08-27T08:04:26.600Z Downloaded expectorate v1.2.0
7222026-08-27T08:04:26.604Z Downloaded elliptic-curve v0.14.1
7232026-08-27T08:04:26.604Z Downloaded colored v3.1.1
7242026-08-27T08:04:26.605Z Downloaded wyz v0.5.1
7252026-08-27T08:04:26.610Z Downloaded postcard v1.1.3
7262026-08-27T08:04:26.610Z Downloaded schemars v0.8.22
7272026-08-27T08:04:26.613Z Downloaded opaque-debug v0.3.1
7282026-08-27T08:04:26.613Z Downloaded unicode-properties v0.1.4
7292026-08-27T08:04:26.613Z Downloaded lalrpop-util v0.19.12
7302026-08-27T08:04:26.613Z Downloaded lzss v0.8.2
7312026-08-27T08:04:26.617Z Downloaded ar_archive_writer v0.5.1
7322026-08-27T08:04:26.617Z Downloaded base64 v0.22.1
7332026-08-27T08:04:26.620Z Downloaded olpc-cjson v0.1.4
7342026-08-27T08:04:26.620Z Downloaded arc-swap v1.8.2
7352026-08-27T08:04:26.620Z Downloaded precomputed-hash v0.1.1
7362026-08-27T08:04:26.620Z Downloaded rand_pcg v0.10.2
7372026-08-27T08:04:26.624Z Downloaded rustc_version v0.4.1
7382026-08-27T08:04:26.624Z Downloaded corncobs v0.1.4
7392026-08-27T08:04:26.628Z Downloaded hybrid-array v0.4.13
7402026-08-27T08:04:26.632Z Downloaded heapless v0.7.17
7412026-08-27T08:04:26.632Z Downloaded progenitor-macro v0.14.0
7422026-08-27T08:04:26.636Z Downloaded rfc6979 v0.4.0
7432026-08-27T08:04:26.636Z Downloaded headers v0.4.1
7442026-08-27T08:04:26.636Z Downloaded heapless v0.8.0
7452026-08-27T08:04:26.640Z Downloaded socket2 v0.5.10
7462026-08-27T08:04:26.640Z Downloaded omicron-zone-package v0.12.3
7472026-08-27T08:04:26.645Z Downloaded oso v0.27.3
7482026-08-27T08:04:26.645Z Downloaded either v1.15.0
7492026-08-27T08:04:26.645Z Downloaded impl-trait-for-tuples v0.2.3
7502026-08-27T08:04:26.648Z Downloaded recursive-proc-macro-impl v0.1.1
7512026-08-27T08:04:26.648Z Downloaded sapling-renderdag v0.1.0
7522026-08-27T08:04:26.648Z Downloaded term v1.2.1
7532026-08-27T08:04:26.652Z Downloaded tokio-stream v0.1.18
7542026-08-27T08:04:26.655Z Downloaded defmt-macros v1.0.1
7552026-08-27T08:04:26.660Z Downloaded delegate v0.13.5
7562026-08-27T08:04:26.660Z Downloaded ingot-types v0.2.0
7572026-08-27T08:04:26.660Z Downloaded russh-cryptovec v0.62.0
7582026-08-27T08:04:26.660Z Downloaded secrecy v0.8.0
7592026-08-27T08:04:26.663Z Downloaded oxide-update-engine-types v0.1.2
7602026-08-27T08:04:26.663Z Downloaded subprocess v0.2.15
7612026-08-27T08:04:26.663Z Downloaded serde_plain v1.0.2
7622026-08-27T08:04:26.668Z Downloaded shell-words v1.1.1
7632026-08-27T08:04:26.668Z Downloaded sponge-cursor v0.1.0
7642026-08-27T08:04:26.671Z Downloaded multer v3.1.0
7652026-08-27T08:04:26.672Z Downloaded num_enum_derive v0.7.6
7662026-08-27T08:04:26.672Z Downloaded linear-map v1.2.0
7672026-08-27T08:04:26.676Z Downloaded bytes v1.11.1
7682026-08-27T08:04:26.680Z Downloaded compact_str v0.8.1
7692026-08-27T08:04:26.680Z Downloaded tinyvec v1.10.0
7702026-08-27T08:04:26.683Z Downloaded phc v0.6.1
7712026-08-27T08:04:26.683Z Downloaded bzip2 v0.4.4
7722026-08-27T08:04:26.683Z Downloaded chumsky v0.9.3
7732026-08-27T08:04:26.683Z Downloaded oxide-update-engine-display v0.1.2
7742026-08-27T08:04:26.686Z Downloaded password-hash v0.5.0
7752026-08-27T08:04:26.686Z Downloaded peg v0.8.5
7762026-08-27T08:04:26.690Z Downloaded polyval v0.7.1
7772026-08-27T08:04:26.691Z Downloaded predicates v3.1.4
7782026-08-27T08:04:26.691Z Downloaded progenitor-extras v0.2.0
7792026-08-27T08:04:26.694Z Downloaded libsw v3.5.0
7802026-08-27T08:04:26.694Z Downloaded sigpipe v0.1.3
7812026-08-27T08:04:26.694Z Downloaded stable_deref_trait v1.2.1
7822026-08-27T08:04:26.694Z Downloaded try-lock v0.2.5
7832026-08-27T08:04:26.694Z Downloaded structmeta-derive v0.3.0
7842026-08-27T08:04:26.694Z Downloaded tokio-macros v2.7.0
7852026-08-27T08:04:26.694Z Downloaded base64 v0.21.7
7862026-08-27T08:04:26.698Z Downloaded tokio-test v0.4.5
7872026-08-27T08:04:26.698Z Downloaded supports-hyperlinks v3.2.0
7882026-08-27T08:04:26.698Z Downloaded tabwriter v1.4.1
7892026-08-27T08:04:26.698Z Downloaded rand_core v0.10.0
7902026-08-27T08:04:26.702Z Downloaded slog v2.8.2
7912026-08-27T08:04:26.706Z Downloaded crossbeam-utils v0.8.21
7922026-08-27T08:04:26.706Z Downloaded darling v0.20.11
7932026-08-27T08:04:26.710Z Downloaded des v0.9.0
7942026-08-27T08:04:26.710Z Downloaded pin-project-internal v1.1.11
7952026-08-27T08:04:26.710Z Downloaded iana-time-zone v0.1.65
7962026-08-27T08:04:26.715Z Downloaded pem-rfc7468 v1.0.0
7972026-08-27T08:04:26.715Z Downloaded psm v0.1.30
7982026-08-27T08:04:26.715Z Downloaded r2d2 v0.8.10
7992026-08-27T08:04:26.715Z Downloaded resolv-conf v0.7.6
8002026-08-27T08:04:26.715Z Downloaded tower-layer v0.3.3
8012026-08-27T08:04:26.719Z Downloaded socket2 v0.6.3
8022026-08-27T08:04:26.723Z Downloaded backtrace v0.3.76
8032026-08-27T08:04:26.733Z Downloaded hickory-resolver v0.24.4
8042026-08-27T08:04:26.736Z Downloaded p384 v0.14.0
8052026-08-27T08:04:26.740Z Downloaded schemars_derive v0.8.22
8062026-08-27T08:04:26.740Z Downloaded sec1 v0.8.1
8072026-08-27T08:04:26.740Z Downloaded serde_urlencoded v0.7.1
8082026-08-27T08:04:26.744Z Downloaded slog-json v2.6.1
8092026-08-27T08:04:26.744Z Downloaded cpubits v0.1.1
8102026-08-27T08:04:26.744Z Downloaded crc-any v2.5.0
8112026-08-27T08:04:26.744Z Downloaded diesel_table_macro_syntax v0.3.0
8122026-08-27T08:04:26.744Z Downloaded async-compression v0.4.41
8132026-08-27T08:04:26.749Z Downloaded rayon-core v1.13.0
8142026-08-27T08:04:26.753Z Downloaded samael v0.0.19
8152026-08-27T08:04:26.753Z Downloaded snafu-derive v0.8.9
8162026-08-27T08:04:26.758Z Downloaded owo-colors v4.3.0
8172026-08-27T08:04:26.758Z Downloaded oxnet v0.1.6
8182026-08-27T08:04:26.758Z Downloaded poly1305 v0.9.0
8192026-08-27T08:04:26.759Z Downloaded chacha20poly1305 v0.10.1
8202026-08-27T08:04:26.759Z Downloaded tokio-tungstenite v0.21.0
8212026-08-27T08:04:26.762Z Downloaded scuffle v0.1.0
8222026-08-27T08:04:26.762Z Downloaded keccak v0.1.6
8232026-08-27T08:04:26.768Z Downloaded hashbrown v0.12.3
8242026-08-27T08:04:26.771Z Downloaded hickory-resolver v0.25.2
8252026-08-27T08:04:26.774Z Downloaded ssh-encoding v0.3.0
8262026-08-27T08:04:26.774Z Downloaded dsl_auto_type v0.2.0
8272026-08-27T08:04:26.774Z Downloaded tagptr v0.2.0
8282026-08-27T08:04:26.777Z Downloaded icu_properties v2.1.2
8292026-08-27T08:04:26.780Z Downloaded usdt-attr-macro v0.6.0
8302026-08-27T08:04:26.780Z Downloaded vergen-lib v0.1.6
8312026-08-27T08:04:26.783Z Downloaded vergen-lib v9.1.0
8322026-08-27T08:04:26.784Z Downloaded is-terminal v0.4.17
8332026-08-27T08:04:26.784Z Downloaded new_debug_unreachable v1.0.6
8342026-08-27T08:04:26.784Z Downloaded lru-cache v0.1.2
8352026-08-27T08:04:26.784Z Downloaded darling v0.21.3
8362026-08-27T08:04:26.787Z Downloaded zeroize v1.9.0
8372026-08-27T08:04:26.787Z Downloaded zstd v0.13.3
8382026-08-27T08:04:26.790Z Downloaded quinn-udp v0.5.14
8392026-08-27T08:04:26.790Z Downloaded unicase v2.9.0
8402026-08-27T08:04:26.790Z Downloaded unicode-xid v0.2.6
8412026-08-27T08:04:26.793Z Downloaded walkdir v2.5.0
8422026-08-27T08:04:26.793Z Downloaded hashbrown v0.13.2
8432026-08-27T08:04:26.793Z Downloaded internet-checksum v0.2.1
8442026-08-27T08:04:26.797Z Downloaded openssl-probe v0.2.1
8452026-08-27T08:04:26.800Z Downloaded num-conv v0.2.0
8462026-08-27T08:04:26.803Z Downloaded writeable v0.6.2
8472026-08-27T08:04:26.803Z Downloaded parse-display v0.10.0
8482026-08-27T08:04:26.803Z Downloaded num-derive v0.4.2
8492026-08-27T08:04:26.803Z Downloaded publicsuffix v2.3.0
8502026-08-27T08:04:26.806Z Downloaded constant_time_eq v0.4.2
8512026-08-27T08:04:26.810Z Downloaded data-encoding v2.10.0
8522026-08-27T08:04:26.813Z Downloaded tracing-attributes v0.1.31
8532026-08-27T08:04:26.816Z Downloaded progenitor-macro v0.13.0
8542026-08-27T08:04:26.816Z Downloaded proc-macro-error-attr2 v2.0.0
8552026-08-27T08:04:26.819Z Downloaded rand v0.10.1
8562026-08-27T08:04:26.822Z Downloaded rsa v0.9.10
8572026-08-27T08:04:26.826Z Downloaded toml_edit v0.19.15
8582026-08-27T08:04:26.831Z Downloaded prefix-trie v0.7.0
8592026-08-27T08:04:26.835Z Downloaded tls_codec v0.4.2
8602026-08-27T08:04:26.835Z Downloaded tokio-rustls v0.26.4
8612026-08-27T08:04:26.838Z Downloaded document-features v0.2.12
8622026-08-27T08:04:26.838Z Downloaded scheduled-thread-pool v0.2.7
8632026-08-27T08:04:26.839Z Downloaded qorb v0.4.1
8642026-08-27T08:04:26.842Z Downloaded http v1.4.2
8652026-08-27T08:04:26.842Z Downloaded keccak v0.2.0
8662026-08-27T08:04:26.842Z Downloaded twox-hash v2.1.2
8672026-08-27T08:04:26.842Z Downloaded smallvec v1.15.1
8682026-08-27T08:04:26.845Z Downloaded cc v1.2.56
8692026-08-27T08:04:26.845Z Downloaded sync_wrapper v1.0.2
8702026-08-27T08:04:26.846Z Downloaded der_derive v0.7.3
8712026-08-27T08:04:26.846Z Downloaded rand_chacha v0.3.1
8722026-08-27T08:04:26.849Z Downloaded ref-cast v1.0.25
8732026-08-27T08:04:26.849Z Downloaded recursive v0.1.1
8742026-08-27T08:04:26.849Z Downloaded ref-cast-impl v1.0.25
8752026-08-27T08:04:26.849Z Downloaded rustc_version v0.1.7
8762026-08-27T08:04:26.849Z Downloaded same-file v1.0.6
8772026-08-27T08:04:26.852Z Downloaded num-traits v0.2.19
8782026-08-27T08:04:26.856Z Downloaded knus v3.4.0
8792026-08-27T08:04:26.856Z Downloaded strum_macros v0.27.2
8802026-08-27T08:04:26.856Z Downloaded ryu v1.0.23
8812026-08-27T08:04:26.862Z Downloaded supports-color v3.0.2
8822026-08-27T08:04:26.862Z Downloaded ecdsa v0.16.9
8832026-08-27T08:04:26.862Z Downloaded native-tls v0.2.18
8842026-08-27T08:04:26.862Z Downloaded pem-rfc7468 v0.7.0
8852026-08-27T08:04:26.866Z Downloaded num-complex v0.4.6
8862026-08-27T08:04:26.866Z Downloaded semver v0.1.20
8872026-08-27T08:04:26.866Z Downloaded serde_repr v0.1.20
8882026-08-27T08:04:26.866Z Downloaded sqlparser_derive v0.5.0
8892026-08-27T08:04:26.866Z Downloaded crypto-bigint v0.5.5
8902026-08-27T08:04:26.869Z Downloaded bumpalo v3.20.2
8912026-08-27T08:04:26.869Z Downloaded darling v0.23.0
8922026-08-27T08:04:26.872Z Downloaded zip v0.6.6
8932026-08-27T08:04:26.875Z Downloaded parking_lot_core v0.9.12
8942026-08-27T08:04:26.875Z Downloaded pin-project v1.1.11
8952026-08-27T08:04:26.879Z Downloaded hickory-server v0.25.2
8962026-08-27T08:04:26.883Z Downloaded libsw-core v0.3.2
8972026-08-27T08:04:26.883Z Downloaded mime v0.3.17
8982026-08-27T08:04:26.887Z Downloaded strum v0.26.3
8992026-08-27T08:04:26.887Z Downloaded diff v0.1.13
9002026-08-27T08:04:26.887Z Downloaded ingot-macros v0.2.0
9012026-08-27T08:04:26.887Z Downloaded rustversion v1.0.22
9022026-08-27T08:04:26.890Z Downloaded void v1.0.2
9032026-08-27T08:04:26.890Z Downloaded yasna v0.5.2
9042026-08-27T08:04:26.890Z Downloaded utf8_iter v1.0.4
9052026-08-27T08:04:26.891Z Downloaded paste v1.0.15
9062026-08-27T08:04:26.891Z Downloaded mime_guess v2.0.5
9072026-08-27T08:04:26.894Z Downloaded zerofrom v0.1.6
9082026-08-27T08:04:26.894Z Downloaded derive_more v2.1.1
9092026-08-27T08:04:26.899Z Downloaded rustls-platform-verifier v0.6.2
9102026-08-27T08:04:26.902Z Downloaded serde_yaml v0.9.34+deprecated
9112026-08-27T08:04:26.906Z Downloaded crc32fast v1.5.0
9122026-08-27T08:04:26.906Z Downloaded oxide-generation v0.1.3
9132026-08-27T08:04:26.906Z Downloaded oxide-tokio-rt v0.1.4
9142026-08-27T08:04:26.906Z Downloaded phf v0.13.1
9152026-08-27T08:04:26.906Z Downloaded poly1305 v0.8.0
9162026-08-27T08:04:26.909Z Downloaded indicatif v0.18.4
9172026-08-27T08:04:26.909Z Downloaded port-file v0.1.0
9182026-08-27T08:04:26.912Z Downloaded unarray v0.1.4
9192026-08-27T08:04:26.912Z Downloaded shlex v1.3.0
9202026-08-27T08:04:26.912Z Downloaded smallvec v0.6.14
9212026-08-27T08:04:26.912Z Downloaded digest-io v0.1.0
9222026-08-27T08:04:26.912Z Downloaded darling_macro v0.21.3
9232026-08-27T08:04:26.912Z Downloaded similar v2.7.0
9242026-08-27T08:04:26.916Z Downloaded crc-catalog v2.4.0
9252026-08-27T08:04:26.916Z Downloaded downcast-rs v2.0.2
9262026-08-27T08:04:26.916Z Downloaded idna_adapter v1.2.1
9272026-08-27T08:04:26.919Z Downloaded indoc v1.0.9
9282026-08-27T08:04:26.919Z Downloaded memmap2 v0.9.10
9292026-08-27T08:04:26.919Z Downloaded support-bundle-viewer v0.1.2
9302026-08-27T08:04:26.922Z Downloaded crucible-workspace-hack v0.1.0
9312026-08-27T08:04:26.922Z Downloaded dunce v1.0.5
9322026-08-27T08:04:26.925Z Downloaded kstat-rs v0.2.5
9332026-08-27T08:04:26.925Z Downloaded instability v0.3.11
9342026-08-27T08:04:26.929Z Downloaded match_cfg v0.1.0
9352026-08-27T08:04:26.929Z Downloaded pkcs1 v0.8.0-rc.4
9362026-08-27T08:04:26.932Z Downloaded hashbrown v0.14.5
9372026-08-27T08:04:26.936Z Downloaded ml-kem v0.3.2
9382026-08-27T08:04:26.936Z Downloaded crossbeam-epoch v0.9.18
9392026-08-27T08:04:26.940Z Downloaded darling_core v0.13.4
9402026-08-27T08:04:26.940Z Downloaded topological-sort v0.2.2
9412026-08-27T08:04:26.943Z Downloaded test-strategy v0.4.5
9422026-08-27T08:04:26.943Z Downloaded unsafe-libyaml v0.2.11
9432026-08-27T08:04:26.946Z Downloaded litrs v1.0.0
9442026-08-27T08:04:26.946Z Downloaded rustyline v14.0.0
9452026-08-27T08:04:26.951Z Downloaded thiserror-no-std v2.0.2
9462026-08-27T08:04:26.951Z Downloaded vergen-git2 v9.1.0
9472026-08-27T08:04:26.954Z Downloaded zstd-safe v7.2.4
9482026-08-27T08:04:26.954Z Downloaded tokio-native-tls v0.3.1
9492026-08-27T08:04:26.954Z Downloaded proc-macro-crate v3.4.0
9502026-08-27T08:04:26.954Z Downloaded phf_shared v0.11.3
9512026-08-27T08:04:26.958Z Downloaded indexmap v1.9.3
9522026-08-27T08:04:26.958Z Downloaded sha2 v0.11.0
9532026-08-27T08:04:26.962Z Downloaded yoke v0.8.1
9542026-08-27T08:04:26.962Z Downloaded derive_more-impl v2.1.1
9552026-08-27T08:04:26.966Z Downloaded p521 v0.14.0
9562026-08-27T08:04:26.966Z Downloaded toml_writer v1.1.1+spec-1.1.0
9572026-08-27T08:04:26.966Z Downloaded hashbrown v0.15.5
9582026-08-27T08:04:26.969Z Downloaded ed25519-dalek v3.0.0
9592026-08-27T08:04:26.969Z Downloaded uuid v1.23.4
9602026-08-27T08:04:26.972Z Downloaded rtoolbox v0.0.3
9612026-08-27T08:04:26.972Z Downloaded siphasher v1.0.2
9622026-08-27T08:04:26.972Z Downloaded zerovec-derive v0.11.2
9632026-08-27T08:04:26.973Z Downloaded thread-id v5.1.0
9642026-08-27T08:04:26.976Z Downloaded time-core v0.1.8
9652026-08-27T08:04:26.976Z Downloaded tinyvec_macros v0.1.1
9662026-08-27T08:04:26.979Z Downloaded ed25519 v3.0.0
9672026-08-27T08:04:26.979Z Downloaded hyper-staticfile v0.10.1
9682026-08-27T08:04:26.986Z Downloaded time-macros v0.2.27
9692026-08-27T08:04:26.990Z Downloaded diesel-dtrace v0.5.0
9702026-08-27T08:04:26.990Z Downloaded ipnet v2.12.0
9712026-08-27T08:04:26.995Z Downloaded knus-derive v3.4.0
9722026-08-27T08:04:26.995Z Downloaded serde-big-array v0.5.1
9732026-08-27T08:04:26.995Z Downloaded signal-hook-mio v0.2.5
9742026-08-27T08:04:26.999Z Downloaded strum v0.27.2
9752026-08-27T08:04:26.999Z Downloaded derive_more v0.99.20
9762026-08-27T08:04:27.003Z Downloaded nanorand v0.7.0
9772026-08-27T08:04:27.007Z Downloaded serde_cbor v0.11.2
9782026-08-27T08:04:27.007Z Downloaded dirs-next v2.0.0
9792026-08-27T08:04:27.007Z Downloaded indent_write v2.2.0
9802026-08-27T08:04:27.010Z Downloaded inout v0.1.4
9812026-08-27T08:04:27.014Z Downloaded usdt v0.6.0
9822026-08-27T08:04:27.018Z Downloaded universal-hash v0.5.1
9832026-08-27T08:04:27.029Z Downloaded libscf-sys v1.2.0
9842026-08-27T08:04:27.029Z Downloaded cpufeatures v0.3.0
9852026-08-27T08:04:27.029Z Downloaded defmt v0.3.100
9862026-08-27T08:04:27.029Z Downloaded kem v0.3.0
9872026-08-27T08:04:27.029Z Downloaded ignore v0.4.25
9882026-08-27T08:04:27.029Z Downloaded unicode-segmentation v1.12.0
9892026-08-27T08:04:27.029Z Downloaded num_enum v0.7.6
9902026-08-27T08:04:27.029Z Downloaded hashbrown v0.16.1
9912026-08-27T08:04:27.034Z Downloaded signal-hook v0.3.18
9922026-08-27T08:04:27.034Z Downloaded derive_builder v0.20.2
9932026-08-27T08:04:27.037Z Downloaded internal-russh-num-bigint v0.5.0
9942026-08-27T08:04:27.037Z Downloaded darling_macro v0.23.0
9952026-08-27T08:04:27.037Z Downloaded hyper-tls v0.6.0
9962026-08-27T08:04:27.041Z Downloaded static_assertions v1.1.0
9972026-08-27T08:04:27.041Z Downloaded managed v0.8.0
9982026-08-27T08:04:27.041Z Downloaded yansi v1.0.1
9992026-08-27T08:04:27.041Z Downloaded nonempty v0.12.0
10002026-08-27T08:04:27.041Z Downloaded num_enum_derive v0.5.11
10012026-08-27T08:04:27.046Z Downloaded parse-size v1.1.0
10022026-08-27T08:04:27.046Z Downloaded parse-display-derive v0.10.0
10032026-08-27T08:04:27.050Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10042026-08-27T08:04:27.053Z Downloaded inout v0.2.2
10052026-08-27T08:04:27.053Z Downloaded toml v1.1.2+spec-1.1.0
10062026-08-27T08:04:27.053Z Downloaded typed-path v0.9.3
10072026-08-27T08:04:27.056Z Downloaded ppv-lite86 v0.2.21
10082026-08-27T08:04:27.059Z Downloaded progenitor-impl v0.13.0
10092026-08-27T08:04:27.059Z Downloaded progenitor-impl v0.14.0
10102026-08-27T08:04:27.059Z Downloaded sha1 v0.11.0
10112026-08-27T08:04:27.062Z Downloaded serde_spanned v1.1.1
10122026-08-27T08:04:27.066Z Downloaded subtle v2.6.1
10132026-08-27T08:04:27.071Z Downloaded prettyplease v0.2.37
10142026-08-27T08:04:27.076Z Downloaded signal-hook-tokio v0.3.1
10152026-08-27T08:04:27.076Z Downloaded thiserror-impl-no-std v2.0.2
10162026-08-27T08:04:27.079Z Downloaded slog-dtrace v0.3.0
10172026-08-27T08:04:27.080Z Downloaded slog-envlogger v2.2.0
10182026-08-27T08:04:27.080Z Downloaded slog-scope v4.4.1
10192026-08-27T08:04:27.080Z Downloaded synstructure v0.13.2
10202026-08-27T08:04:27.080Z Downloaded wnaf v0.14.0
10212026-08-27T08:04:27.083Z Downloaded reedline v0.40.0
10222026-08-27T08:04:27.086Z Downloaded scroll_derive v0.13.1
10232026-08-27T08:04:27.086Z Downloaded num-bigint v0.4.6
10242026-08-27T08:04:27.090Z Downloaded elliptic-curve v0.13.8
10252026-08-27T08:04:27.090Z Downloaded icu_normalizer v2.1.1
10262026-08-27T08:04:27.093Z Downloaded unit-prefix v0.5.2
10272026-08-27T08:04:27.093Z Downloaded universal-hash v0.6.1
10282026-08-27T08:04:27.093Z Downloaded tui-tree-widget v0.23.1
10292026-08-27T08:04:27.093Z Downloaded xattr v1.6.1
10302026-08-27T08:04:27.093Z Downloaded vte v0.14.1
10312026-08-27T08:04:27.097Z Downloaded zone v0.3.1
10322026-08-27T08:04:27.097Z Downloaded icu_locale_core v2.1.1
10332026-08-27T08:04:27.100Z Downloaded hyper v1.10.1
10342026-08-27T08:04:27.103Z Downloaded h2 v0.4.15
10352026-08-27T08:04:27.107Z Downloaded xshell v0.2.7
10362026-08-27T08:04:27.107Z Downloaded rustls-pki-types v1.14.0
10372026-08-27T08:04:27.111Z Downloaded convert_case v0.10.0
10382026-08-27T08:04:27.112Z Downloaded num_enum v0.5.11
10392026-08-27T08:04:27.116Z Downloaded spin v0.9.8
10402026-08-27T08:04:27.117Z Downloaded peg-macros v0.8.5
10412026-08-27T08:04:27.117Z Downloaded cstr-argument v0.1.2
10422026-08-27T08:04:27.117Z Downloaded dyn-clone v1.0.20
10432026-08-27T08:04:27.117Z Downloaded ena v0.14.4
10442026-08-27T08:04:27.117Z Downloaded lock_api v0.4.14
10452026-08-27T08:04:27.117Z Downloaded crc8 v0.1.1
10462026-08-27T08:04:27.121Z Downloaded difflib v0.4.0
10472026-08-27T08:04:27.121Z Downloaded futures-util v0.3.32
10482026-08-27T08:04:27.124Z Downloaded num-bigint-dig v0.8.6
10492026-08-27T08:04:27.127Z Downloaded parking_lot v0.11.2
10502026-08-27T08:04:27.127Z Downloaded ed25519 v2.2.3
10512026-08-27T08:04:27.128Z Downloaded ssh-key v0.7.0-rc.11
10522026-08-27T08:04:27.131Z Downloaded itertools v0.10.5
10532026-08-27T08:04:27.134Z Downloaded vergen v9.1.0
10542026-08-27T08:04:27.138Z Downloaded libbz2-rs-sys v0.2.2
10552026-08-27T08:04:27.139Z Downloaded num_threads v0.1.7
10562026-08-27T08:04:27.139Z Downloaded newtype_derive v0.1.6
10572026-08-27T08:04:27.139Z Downloaded oso-derive v0.27.3
10582026-08-27T08:04:27.139Z Downloaded percent-encoding v2.3.2
10592026-08-27T08:04:27.142Z Downloaded darling v0.13.4
10602026-08-27T08:04:27.142Z Downloaded psl-types v2.0.11
10612026-08-27T08:04:27.146Z Downloaded quick-error v1.2.3
10622026-08-27T08:04:27.154Z Downloaded tokio-util v0.7.18
10632026-08-27T08:04:27.159Z Downloaded const_format v0.2.35
10642026-08-27T08:04:27.163Z Downloaded darling_core v0.20.11
10652026-08-27T08:04:27.167Z Downloaded newtype-uuid v1.3.2
10662026-08-27T08:04:27.167Z Downloaded progenitor v0.14.0
10672026-08-27T08:04:27.167Z Downloaded rand_core v0.6.4
10682026-08-27T08:04:27.167Z Downloaded rand_xorshift v0.4.0
10692026-08-27T08:04:27.167Z Downloaded serde_bytes v0.11.19
10702026-08-27T08:04:27.167Z Downloaded strsim v0.10.0
10712026-08-27T08:04:27.168Z Downloaded zerofrom-derive v0.1.6
10722026-08-27T08:04:27.168Z Downloaded crypto-common v0.2.2
10732026-08-27T08:04:27.171Z Downloaded ed25519-dalek v2.2.0
10742026-08-27T08:04:27.174Z Downloaded icu_provider v2.1.1
10752026-08-27T08:04:27.174Z Downloaded spki v0.8.0
10762026-08-27T08:04:27.174Z Downloaded stacker v0.1.23
10772026-08-27T08:04:27.177Z Downloaded term v0.7.0
10782026-08-27T08:04:27.177Z Downloaded trait-variant v0.1.2
10792026-08-27T08:04:27.177Z Downloaded untrusted v0.9.0
10802026-08-27T08:04:27.177Z Downloaded usdt-macro v0.6.0
10812026-08-27T08:04:27.181Z Downloaded dropshot-api-manager v0.8.0
10822026-08-27T08:04:27.181Z Downloaded cookie v0.18.1
10832026-08-27T08:04:27.184Z Downloaded cookie_store v0.22.1
10842026-08-27T08:04:27.184Z Downloaded indoc v2.0.7
10852026-08-27T08:04:27.187Z Downloaded memoffset v0.9.1
10862026-08-27T08:04:27.187Z Downloaded derive_builder_macro v0.20.2
10872026-08-27T08:04:27.187Z Downloaded steno v0.4.1
10882026-08-27T08:04:27.191Z Downloaded hkdf v0.12.4
10892026-08-27T08:04:27.191Z Downloaded embedded-io v0.4.0
10902026-08-27T08:04:27.194Z Downloaded dtrace-parser v0.3.0
10912026-08-27T08:04:27.194Z Downloaded itertools v0.12.1
10922026-08-27T08:04:27.197Z Downloaded serdect v0.4.3
10932026-08-27T08:04:27.197Z Downloaded path-slash v0.1.5
10942026-08-27T08:04:27.197Z Downloaded peg-runtime v0.8.5
10952026-08-27T08:04:27.201Z Downloaded reqwest v0.13.2
10962026-08-27T08:04:27.204Z Downloaded hyper-util v0.1.20
10972026-08-27T08:04:27.207Z Downloaded tower-http v0.6.8
10982026-08-27T08:04:27.210Z Downloaded unicode-bidi v0.3.18
10992026-08-27T08:04:27.211Z Downloaded libloading v0.8.9
11002026-08-27T08:04:27.214Z Downloaded module-lattice v0.2.3
11012026-08-27T08:04:27.214Z Downloaded tokio-tungstenite v0.23.1
11022026-08-27T08:04:27.214Z Downloaded newtype-uuid-macros v0.1.0
11032026-08-27T08:04:27.217Z Downloaded slab v0.4.12
11042026-08-27T08:04:27.217Z Downloaded smf v0.2.3
11052026-08-27T08:04:27.217Z Downloaded proc-macro-crate v1.3.1
11062026-08-27T08:04:27.220Z Downloaded maplit v1.0.2
11072026-08-27T08:04:27.226Z Downloaded postgres-types v0.2.12
11082026-08-27T08:04:27.229Z Downloaded aes-gcm v0.11.0
11092026-08-27T08:04:27.233Z Downloaded tap v1.0.1
11102026-08-27T08:04:27.233Z Downloaded const_format_proc_macros v0.2.34
11112026-08-27T08:04:27.233Z Downloaded openssl-probe v0.1.6
11122026-08-27T08:04:27.236Z Downloaded secrecy v0.10.3
11132026-08-27T08:04:27.236Z Downloaded primefield v0.14.0
11142026-08-27T08:04:27.236Z Downloaded salsa20 v0.11.0
11152026-08-27T08:04:27.241Z Downloaded scrypt v0.12.0
11162026-08-27T08:04:27.241Z Downloaded hkdf v0.13.0
11172026-08-27T08:04:27.245Z Downloaded icu_properties_data v2.1.2
11182026-08-27T08:04:27.248Z Downloaded pkcs5 v0.8.1
11192026-08-27T08:04:27.251Z Downloaded illumos-nvpair-sys v0.2.0
11202026-08-27T08:04:27.251Z Downloaded daft-derive v0.1.8
11212026-08-27T08:04:27.255Z Downloaded daft v0.1.8
11222026-08-27T08:04:27.255Z Downloaded jobserver v0.1.34
11232026-08-27T08:04:27.258Z Downloaded take_mut v0.2.2
11242026-08-27T08:04:27.258Z Downloaded termtree v0.5.1
11252026-08-27T08:04:27.262Z Downloaded itertools v0.13.0
11262026-08-27T08:04:27.266Z Downloaded ron v0.8.1
11272026-08-27T08:04:27.270Z Downloaded signature v3.0.0
11282026-08-27T08:04:27.270Z Downloaded derive-ex v0.1.8
11292026-08-27T08:04:27.274Z Downloaded waitgroup v0.1.2
11302026-08-27T08:04:27.274Z Downloaded embedded-io v0.6.1
11312026-08-27T08:04:27.274Z Downloaded aho-corasick v1.1.4
11322026-08-27T08:04:27.281Z Downloaded zip v4.6.1
11332026-08-27T08:04:27.286Z Downloaded serde_tokenstream v0.3.0
11342026-08-27T08:04:27.286Z Downloaded strip-ansi-escapes v0.2.1
11352026-08-27T08:04:27.286Z Downloaded litemap v0.8.1
11362026-08-27T08:04:27.290Z Downloaded whoami v1.6.1
11372026-08-27T08:04:27.290Z Downloaded url v2.5.8
11382026-08-27T08:04:27.303Z Downloaded display-error-chain v0.2.2
11392026-08-27T08:04:27.310Z Downloaded packed_struct_codegen v0.10.1
11402026-08-27T08:04:27.310Z Downloaded miniz_oxide v0.8.9
11412026-08-27T08:04:27.310Z Downloaded num v0.4.3
11422026-08-27T08:04:27.310Z Downloaded darling_macro v0.13.4
11432026-08-27T08:04:27.311Z Downloaded phf_shared v0.12.1
11442026-08-27T08:04:27.311Z Downloaded password-hash v0.6.1
11452026-08-27T08:04:27.311Z Downloaded tower-service v0.3.3
11462026-08-27T08:04:27.311Z Downloaded illumos-nvpair v0.3.0
11472026-08-27T08:04:27.311Z Downloaded termios v0.3.3
11482026-08-27T08:04:27.311Z Downloaded russh-util v0.52.0
11492026-08-27T08:04:27.311Z Downloaded openssl-sys v0.9.117
11502026-08-27T08:04:27.315Z Downloaded p256 v0.14.0
11512026-08-27T08:04:27.322Z Downloaded drift v0.2.0
11522026-08-27T08:04:27.345Z Downloaded linked-hash-map v0.5.6
11532026-08-27T08:04:27.346Z Downloaded der v0.7.10
11542026-08-27T08:04:27.346Z Downloaded crc v3.4.0
11552026-08-27T08:04:27.346Z Downloaded potential_utf v0.1.4
11562026-08-27T08:04:27.346Z Downloaded powerfmt v0.2.0
11572026-08-27T08:04:27.350Z Downloaded digest v0.11.3
11582026-08-27T08:04:27.350Z Downloaded ingot v0.2.1
11592026-08-27T08:04:27.350Z Downloaded ipnetwork v0.21.1
11602026-08-27T08:04:27.350Z Downloaded lru v0.12.5
11612026-08-27T08:04:27.350Z Downloaded spki v0.7.3
11622026-08-27T08:04:27.350Z Downloaded wait-timeout v0.2.1
11632026-08-27T08:04:27.350Z Downloaded usdt-impl v0.6.0
11642026-08-27T08:04:27.350Z Downloaded displaydoc v0.2.5
11652026-08-27T08:04:27.350Z Downloaded ident_case v1.0.1
11662026-08-27T08:04:27.350Z Downloaded signature v2.2.0
11672026-08-27T08:04:27.350Z Downloaded tar v0.4.46
11682026-08-27T08:04:27.350Z Downloaded minimal-lexical v0.2.1
11692026-08-27T08:04:27.351Z Downloaded strum_macros v0.26.4
11702026-08-27T08:04:27.351Z Downloaded deranged v0.5.8
11712026-08-27T08:04:27.351Z Downloaded is_ci v1.2.0
11722026-08-27T08:04:27.355Z Downloaded ecdsa v0.17.0
11732026-08-27T08:04:27.359Z Downloaded newline-converter v0.3.0
11742026-08-27T08:04:27.359Z Downloaded seq-macro v0.3.6
11752026-08-27T08:04:27.362Z Downloaded toml v0.7.8
11762026-08-27T08:04:27.366Z Downloaded quinn v0.11.11
11772026-08-27T08:04:27.370Z Downloaded lru-slab v0.1.2
11782026-08-27T08:04:27.383Z Downloaded scroll v0.13.0
11792026-08-27T08:04:27.386Z Downloaded proc-macro-error2 v2.0.1
11802026-08-27T08:04:27.387Z Downloaded rand v0.9.2
11812026-08-27T08:04:27.387Z Downloaded rusty-fork v0.3.1
11822026-08-27T08:04:27.387Z Downloaded rustc-demangle v0.1.27
11832026-08-27T08:04:27.387Z Downloaded miette-derive v7.6.0
11842026-08-27T08:04:27.387Z Downloaded rustls-pemfile v2.2.0
11852026-08-27T08:04:27.390Z Downloaded stringprep v0.1.5
11862026-08-27T08:04:27.390Z Downloaded blake3 v1.8.5
11872026-08-27T08:04:27.397Z Downloaded jiff-static v0.2.34
11882026-08-27T08:04:27.397Z Downloaded schemars v0.9.0
11892026-08-27T08:04:27.401Z Downloaded winnow v0.6.26
11902026-08-27T08:04:27.405Z Downloaded der v0.8.0
11912026-08-27T08:04:27.410Z Downloaded papergrid v0.18.0
11922026-08-27T08:04:27.414Z Downloaded ctutils v0.4.2
11932026-08-27T08:04:27.414Z Downloaded progenitor v0.13.0
11942026-08-27T08:04:27.415Z Downloaded rfc6979 v0.6.0
11952026-08-27T08:04:27.415Z Downloaded slog-bunyan v2.5.0
11962026-08-27T08:04:27.415Z Downloaded nom v8.0.0
11972026-08-27T08:04:27.420Z Downloaded pretty_assertions v1.4.1
11982026-08-27T08:04:27.420Z Downloaded tungstenite v0.21.0
11992026-08-27T08:04:27.425Z Downloaded ssh-cipher v0.3.0
12002026-08-27T08:04:27.426Z Downloaded tokio-dtrace v0.1.1
12012026-08-27T08:04:27.426Z Downloaded whoami v2.1.0
12022026-08-27T08:04:27.426Z Downloaded serde_with v1.14.0
12032026-08-27T08:04:27.426Z Downloaded csv-core v0.1.13
12042026-08-27T08:04:27.426Z Downloaded oxide-update-engine v0.1.2
12052026-08-27T08:04:27.439Z Downloaded sha3 v0.12.0
12062026-08-27T08:04:27.439Z Downloaded git2 v0.20.4
12072026-08-27T08:04:27.443Z Downloaded defmt v1.0.1
12082026-08-27T08:04:27.459Z Downloaded unicode_categories v0.1.1
12092026-08-27T08:04:27.464Z Downloaded darling_core v0.23.0
12102026-08-27T08:04:27.464Z Downloaded dropshot_endpoint v0.17.1
12112026-08-27T08:04:27.464Z Downloaded icu_normalizer_data v2.1.1
12122026-08-27T08:04:27.464Z Downloaded packed_struct v0.10.1
12132026-08-27T08:04:27.464Z Downloaded pin-project-lite v0.2.17
12142026-08-27T08:04:27.464Z Downloaded pkcs8 v0.10.2
12152026-08-27T08:04:27.464Z Downloaded rand_chacha v0.9.0
12162026-08-27T08:04:27.464Z Downloaded zerocopy v0.6.6
12172026-08-27T08:04:27.464Z Downloaded derive_builder_core v0.20.2
12182026-08-27T08:04:27.468Z Downloaded tracing-core v0.1.36
12192026-08-27T08:04:27.468Z Downloaded rcgen v0.12.1
12202026-08-27T08:04:27.468Z Downloaded aws-lc-rs v1.16.3
12212026-08-27T08:04:27.472Z Downloaded nu-ansi-term v0.50.3
12222026-08-27T08:04:27.478Z Downloaded tough v0.22.0
12232026-08-27T08:04:27.482Z Downloaded slog-stdlog v4.1.1
12242026-08-27T08:04:27.482Z Downloaded bindgen v0.71.1
12252026-08-27T08:04:27.482Z Downloaded libefi-sys v0.1.0
12262026-08-27T08:04:27.483Z Downloaded tls_codec_derive v0.4.2
12272026-08-27T08:04:27.487Z Downloaded x509-cert v0.2.5
12282026-08-27T08:04:27.490Z Downloaded serde_with_macros v3.21.0
12292026-08-27T08:04:27.490Z Downloaded diesel_derives v2.3.7
12302026-08-27T08:04:27.505Z Downloaded toml_parser v1.1.2+spec-1.1.0
12312026-08-27T08:04:27.508Z Downloaded crossbeam-deque v0.8.6
12322026-08-27T08:04:27.513Z Downloaded crossterm v0.28.1
12332026-08-27T08:04:27.525Z Downloaded rustls-webpki v0.103.13
12342026-08-27T08:04:27.531Z Downloaded typify v0.6.2
12352026-08-27T08:04:27.539Z Downloaded icu_collections v2.1.1
12362026-08-27T08:04:27.543Z Downloaded snafu v0.8.9
12372026-08-27T08:04:27.546Z Downloaded schemars v1.2.1
12382026-08-27T08:04:27.553Z Downloaded zerotrie v0.2.3
12392026-08-27T08:04:27.559Z Downloaded goblin v0.10.5
12402026-08-27T08:04:27.563Z Downloaded rsa v0.10.0-rc.18
12412026-08-27T08:04:27.563Z Downloaded zopfli v0.8.3
12422026-08-27T08:04:27.563Z Downloaded chrono v0.4.45
12432026-08-27T08:04:27.568Z Downloaded crossterm v0.29.0
12442026-08-27T08:04:27.571Z Downloaded derive-where v1.6.0
12452026-08-27T08:04:27.579Z Downloaded tower v0.5.3
12462026-08-27T08:04:27.584Z Downloaded tokio-postgres v0.7.16
12472026-08-27T08:04:27.588Z Downloaded tungstenite v0.23.0
12482026-08-27T08:04:27.588Z Downloaded zerocopy-derive v0.8.55
12492026-08-27T08:04:27.612Z Downloaded bitvec v1.0.1
12502026-08-27T08:04:27.612Z Downloaded toml_edit v0.23.10+spec-1.0.0
12512026-08-27T08:04:27.612Z Downloaded jiff-core v0.1.0
12522026-08-27T08:04:27.612Z Downloaded darling_core v0.21.3
12532026-08-27T08:04:27.612Z Downloaded smoltcp v0.9.1
12542026-08-27T08:04:27.618Z Downloaded miette v7.6.0
12552026-08-27T08:04:27.618Z Downloaded winnow v0.5.40
12562026-08-27T08:04:27.645Z Downloaded regex-syntax v0.6.29
12572026-08-27T08:04:27.650Z Downloaded gimli v0.32.3
12582026-08-27T08:04:27.655Z Downloaded crossbeam-channel v0.5.15
12592026-08-27T08:04:27.655Z Downloaded rand v0.8.6
12602026-08-27T08:04:27.664Z Downloaded itertools v0.15.0
12612026-08-27T08:04:27.668Z Downloaded nom v7.1.3
12622026-08-27T08:04:27.674Z Downloaded rawzip v0.4.4
12632026-08-27T08:04:27.678Z Downloaded regex v1.12.3
12642026-08-27T08:04:27.685Z Downloaded mio v1.2.0
12652026-08-27T08:04:27.698Z Downloaded salty v0.3.0
12662026-08-27T08:04:27.704Z Downloaded zerovec v0.11.5
12672026-08-27T08:04:27.710Z Downloaded time v0.3.47
12682026-08-27T08:04:27.716Z Downloaded p384 v0.13.1
12692026-08-27T08:04:27.741Z Downloaded unicode-normalization v0.1.25
12702026-08-27T08:04:27.742Z Downloaded iri-string v0.7.10
12712026-08-27T08:04:27.746Z Downloaded libxml v0.3.3
12722026-08-27T08:04:27.746Z Downloaded proptest v1.11.0
12732026-08-27T08:04:27.746Z Downloaded iddqd v0.4.2
12742026-08-27T08:04:27.746Z Downloaded russh v0.62.4
12752026-08-27T08:04:27.746Z Downloaded idna v1.1.0
12762026-08-27T08:04:27.753Z Downloaded syn v3.0.3
12772026-08-27T08:04:27.761Z Downloaded lalrpop v0.19.12
12782026-08-27T08:04:27.761Z Downloaded nix v0.27.1
12792026-08-27T08:04:27.768Z Downloaded crypto-primes v0.7.2
12802026-08-27T08:04:27.773Z Downloaded reqwest v0.12.28
12812026-08-27T08:04:27.773Z Downloaded serde_with v3.21.0
12822026-08-27T08:04:27.779Z Downloaded libm v0.2.16
12832026-08-27T08:04:27.783Z Downloaded petname v2.0.2
12842026-08-27T08:04:27.787Z Downloaded moka v0.12.13
12852026-08-27T08:04:27.790Z Downloaded itertools v0.14.0
12862026-08-27T08:04:27.794Z Downloaded rayon v1.11.0
12872026-08-27T08:04:27.802Z Downloaded hickory-proto v0.24.4
12882026-08-27T08:04:27.808Z Downloaded crypto-bigint v0.7.5
12892026-08-27T08:04:27.818Z Downloaded zlib-rs v0.6.2
12902026-08-27T08:04:27.821Z Downloaded quick-xml v0.37.5
12912026-08-27T08:04:27.821Z Downloaded bstr v1.12.1
12922026-08-27T08:04:27.828Z Downloaded quinn-proto v0.11.16
12932026-08-27T08:04:27.834Z Downloaded portable-atomic v1.13.1
12942026-08-27T08:04:27.838Z Downloaded hickory-proto v0.25.2
12952026-08-27T08:04:27.842Z Downloaded winnow v1.0.3
12962026-08-27T08:04:27.850Z Downloaded vcpkg v0.2.15
12972026-08-27T08:04:27.872Z Downloaded nix v0.28.0
12982026-08-27T08:04:27.876Z Downloaded tabled v0.21.0
12992026-08-27T08:04:27.907Z Downloaded rustls v0.23.41
13002026-08-27T08:04:27.918Z Downloaded radix_trie v0.2.1
13012026-08-27T08:04:27.918Z Downloaded dropshot v0.17.1
13022026-08-27T08:04:27.918Z Downloaded object v0.30.4
13032026-08-27T08:04:27.918Z Downloaded polar-core v0.27.3
13042026-08-27T08:04:27.935Z Downloaded curve25519-dalek v5.0.0
13052026-08-27T08:04:27.935Z Downloaded regex-syntax v0.8.10
13062026-08-27T08:04:27.940Z Downloaded zerocopy v0.8.55
13072026-08-27T08:04:27.940Z Downloaded nix v0.31.2
13082026-08-27T08:04:27.943Z Downloaded openssl v0.10.80
13092026-08-27T08:04:27.947Z Downloaded regress v0.10.5
13102026-08-27T08:04:27.972Z Downloaded object v0.37.3
13112026-08-27T08:04:27.976Z Downloaded curve25519-dalek v4.1.3
13122026-08-27T08:04:27.976Z Downloaded smoltcp v0.11.0
13132026-08-27T08:04:27.976Z Downloaded tracing v0.1.44
13142026-08-27T08:04:27.993Z Downloaded rustix v0.38.44
13152026-08-27T08:04:28.000Z Downloaded openapiv3 v2.2.0
13162026-08-27T08:04:28.006Z Downloaded regress v0.11.1
13172026-08-27T08:04:28.024Z Downloaded diesel v2.3.7
13182026-08-27T08:04:28.030Z Downloaded zerocopy-derive v0.6.6
13192026-08-27T08:04:28.030Z Downloaded typify-impl v0.6.2
13202026-08-27T08:04:28.034Z Downloaded sha3 v0.11.0
13212026-08-27T08:04:28.034Z Downloaded sqlparser v0.61.0
13222026-08-27T08:04:28.042Z Downloaded regex-automata v0.4.14
13232026-08-27T08:04:28.047Z Downloaded ratatui v0.29.0
13242026-08-27T08:04:28.059Z Downloaded sled v0.34.7
13252026-08-27T08:04:28.094Z Downloaded bzip2-sys v0.1.13+1.0.8
13262026-08-27T08:04:28.094Z Downloaded jiff v0.2.34
13272026-08-27T08:04:28.099Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13282026-08-27T08:04:28.103Z Downloaded petgraph v0.6.5
13292026-08-27T08:04:28.126Z Downloaded sha3 v0.10.8
13302026-08-27T08:04:28.139Z Downloaded chrono-tz v0.10.4
13312026-08-27T08:04:28.151Z Downloaded tokio v1.52.1
13322026-08-27T08:04:28.174Z Downloaded petgraph v0.8.3
13332026-08-27T08:04:28.187Z Downloaded libz-sys v1.1.24
13342026-08-27T08:04:28.199Z Downloaded csv v1.4.0
13352026-08-27T08:04:28.211Z Downloaded encoding_rs v0.8.35
13362026-08-27T08:04:28.224Z Downloaded ring v0.17.14
13372026-08-27T08:04:28.323Z Downloaded libgit2-sys v0.18.3+1.9.2
13382026-08-27T08:04:28.833Z Downloaded aws-lc-sys v0.40.0
13392026-08-27T08:04:29.103Z Compiling serde_core v1.0.228
13402026-08-27T08:04:29.103Z Compiling libc v0.2.185
13412026-08-27T08:04:29.103Z Compiling serde v1.0.228
13422026-08-27T08:04:29.108Z Compiling log v0.4.33
13432026-08-27T08:04:29.108Z Compiling smallvec v1.15.1
13442026-08-27T08:04:29.259Z Compiling shlex v1.3.0
13452026-08-27T08:04:29.263Z Compiling find-msvc-tools v0.1.9
13462026-08-27T08:04:29.263Z Compiling syn v2.0.117
13472026-08-27T08:04:29.458Z Compiling subtle v2.6.1
13482026-08-27T08:04:29.471Z Compiling scopeguard v1.2.0
13492026-08-27T08:04:29.471Z Compiling stable_deref_trait v1.2.1
13502026-08-27T08:04:29.554Z Compiling lock_api v0.4.14
13512026-08-27T08:04:29.567Z Compiling typenum v1.20.1
13522026-08-27T08:04:29.580Z Compiling zerocopy v0.8.55
13532026-08-27T08:04:29.606Z Compiling portable-atomic v1.13.1
13542026-08-27T08:04:29.632Z Compiling serde_json v1.0.151
13552026-08-27T08:04:29.781Z Compiling critical-section v1.2.0
13562026-08-27T08:04:29.829Z Compiling libm v0.2.16
13572026-08-27T08:04:29.885Z Compiling num-traits v0.2.19
13582026-08-27T08:04:29.990Z Compiling pkg-config v0.3.32
13592026-08-27T08:04:30.094Z Compiling errno v0.3.14
13602026-08-27T08:04:30.114Z Compiling jobserver v0.1.34
13612026-08-27T08:04:30.216Z Compiling getrandom v0.2.17
13622026-08-27T08:04:30.366Z Compiling cc v1.2.56
13632026-08-27T08:04:30.469Z Compiling rand_core v0.6.4
13642026-08-27T08:04:30.500Z Compiling generic-array v0.14.7
13652026-08-27T08:04:30.528Z Compiling pin-project-lite v0.2.17
13662026-08-27T08:04:30.624Z Compiling once_cell v1.21.3
13672026-08-27T08:04:30.666Z Compiling const-oid v0.9.6
13682026-08-27T08:04:30.688Z Compiling parking_lot_core v0.9.12
13692026-08-27T08:04:30.734Z Compiling getrandom v0.4.3
13702026-08-27T08:04:30.885Z Compiling rand_core v0.10.0
13712026-08-27T08:04:31.215Z Compiling signal-hook-registry v1.4.8
13722026-08-27T08:04:31.303Z Compiling bitflags v2.11.0
13732026-08-27T08:04:31.380Z Compiling percent-encoding v2.3.2
13742026-08-27T08:04:31.399Z Compiling litemap v0.8.1
13752026-08-27T08:04:31.479Z Compiling futures-core v0.3.32
13762026-08-27T08:04:31.531Z Compiling writeable v0.6.2
13772026-08-27T08:04:31.565Z Compiling semver v1.0.28
13782026-08-27T08:04:31.585Z Compiling parking_lot v0.12.5
13792026-08-27T08:04:31.629Z Compiling mio v1.2.0
13802026-08-27T08:04:31.664Z Compiling icu_normalizer_data v2.1.1
13812026-08-27T08:04:31.722Z Compiling icu_properties_data v2.1.2
13822026-08-27T08:04:31.877Z Compiling socket2 v0.6.3
13832026-08-27T08:04:31.891Z Compiling getrandom v0.3.4
13842026-08-27T08:04:31.937Z Compiling rustix v1.1.4
13852026-08-27T08:04:31.950Z Compiling futures-sink v0.3.32
13862026-08-27T08:04:32.051Z Compiling synstructure v0.13.2
13872026-08-27T08:04:32.067Z Compiling indexmap v2.14.0
13882026-08-27T08:04:32.081Z Compiling futures-channel v0.3.32
13892026-08-27T08:04:32.268Z Compiling futures-task v0.3.32
13902026-08-27T08:04:32.303Z Compiling slab v0.4.12
13912026-08-27T08:04:32.435Z Compiling futures-io v0.3.32
13922026-08-27T08:04:32.480Z Compiling utf8_iter v1.0.4
13932026-08-27T08:04:32.559Z Compiling form_urlencoded v1.2.2
13942026-08-27T08:04:32.653Z Compiling rustversion v1.0.22
13952026-08-27T08:04:32.668Z Compiling base64ct v1.8.3
13962026-08-27T08:04:32.723Z Compiling iana-time-zone v0.1.65
13972026-08-27T08:04:32.738Z Compiling cmake v0.1.57
13982026-08-27T08:04:32.798Z Compiling fs_extra v1.3.0
13992026-08-27T08:04:32.859Z Compiling flagset v0.4.7
14002026-08-27T08:04:32.923Z Compiling pem-rfc7468 v0.7.0
14012026-08-27T08:04:32.958Z Compiling regex-syntax v0.8.10
14022026-08-27T08:04:32.998Z Compiling dunce v1.0.5
14032026-08-27T08:04:33.066Z Compiling ident_case v1.0.1
14042026-08-27T08:04:33.095Z Compiling rand_core v0.9.5
14052026-08-27T08:04:33.132Z Compiling aws-lc-sys v0.40.0
14062026-08-27T08:04:33.188Z Compiling uuid v1.23.4
14072026-08-27T08:04:33.224Z Compiling base64 v0.22.1
14082026-08-27T08:04:33.379Z Compiling vcpkg v0.2.15
14092026-08-27T08:04:33.564Z Compiling syn v1.0.109
14102026-08-27T08:04:33.622Z Compiling serde_derive_internals v0.29.1
14112026-08-27T08:04:33.735Z Compiling rustc_version v0.4.1
14122026-08-27T08:04:33.773Z Compiling serde_derive v1.0.228
14132026-08-27T08:04:33.877Z Compiling zeroize_derive v1.5.0
14142026-08-27T08:04:33.918Z Compiling zerofrom-derive v0.1.6
14152026-08-27T08:04:34.063Z Compiling zerocopy-derive v0.8.55
14162026-08-27T08:04:34.127Z Compiling yoke-derive v0.8.1
14172026-08-27T08:04:34.540Z Compiling zerovec-derive v0.11.2
14182026-08-27T08:04:34.555Z Compiling displaydoc v0.2.5
14192026-08-27T08:04:35.315Z Compiling tokio-macros v2.7.0
14202026-08-27T08:04:35.330Z Compiling futures-macro v0.3.32
14212026-08-27T08:04:35.343Z Compiling zerofrom v0.1.6
14222026-08-27T08:04:35.358Z Compiling der_derive v0.7.3
14232026-08-27T08:04:35.472Z Compiling yoke v0.8.1
14242026-08-27T08:04:35.680Z Compiling zerotrie v0.2.3
14252026-08-27T08:04:35.704Z Compiling zerovec v0.11.5
14262026-08-27T08:04:35.991Z Compiling thiserror-impl v2.0.18
14272026-08-27T08:04:36.065Z Compiling openssl-sys v0.9.117
14282026-08-27T08:04:36.150Z Compiling futures-util v0.3.32
14292026-08-27T08:04:36.227Z Compiling tinystr v0.8.2
14302026-08-27T08:04:36.345Z Compiling potential_utf v0.1.4
14312026-08-27T08:04:36.428Z Compiling icu_locale_core v2.1.1
14322026-08-27T08:04:36.514Z Compiling icu_collections v2.1.1
14332026-08-27T08:04:36.647Z Compiling tracing-attributes v0.1.31
14342026-08-27T08:04:36.977Z Compiling tracing-core v0.1.36
14352026-08-27T08:04:37.305Z Compiling zeroize v1.9.0
14362026-08-27T08:04:37.305Z Compiling bytes v1.11.1
14372026-08-27T08:04:37.336Z Compiling icu_provider v2.1.1
14382026-08-27T08:04:37.615Z Compiling chrono v0.4.45
14392026-08-27T08:04:37.703Z Compiling icu_normalizer v2.1.1
14402026-08-27T08:04:37.967Z Compiling tokio v1.52.1
14412026-08-27T08:04:37.992Z Compiling icu_properties v2.1.2
14422026-08-27T08:04:38.152Z Compiling block-buffer v0.10.4
14432026-08-27T08:04:38.222Z Compiling crypto-common v0.1.7
14442026-08-27T08:04:38.315Z Compiling der v0.7.10
14452026-08-27T08:04:38.377Z Compiling digest v0.10.7
14462026-08-27T08:04:38.435Z Compiling thiserror v2.0.18
14472026-08-27T08:04:38.544Z Compiling ppv-lite86 v0.2.21
14482026-08-27T08:04:38.642Z Compiling http v1.4.2
14492026-08-27T08:04:38.706Z Compiling simd-adler32 v0.3.8
14502026-08-27T08:04:38.871Z Compiling idna_adapter v1.2.1
14512026-08-27T08:04:38.995Z Compiling rand_chacha v0.9.0
14522026-08-27T08:04:38.999Z Compiling dyn-clone v1.0.20
14532026-08-27T08:04:39.011Z Compiling idna v1.1.0
14542026-08-27T08:04:39.105Z Compiling cpufeatures v0.2.17
14552026-08-27T08:04:39.120Z Compiling aws-lc-rs v1.16.3
14562026-08-27T08:04:39.182Z Compiling spki v0.7.3
14572026-08-27T08:04:39.387Z Compiling url v2.5.8
14582026-08-27T08:04:39.403Z Compiling schemars v0.8.22
14592026-08-27T08:04:39.513Z Compiling pkcs8 v0.10.2
14602026-08-27T08:04:39.551Z Compiling http-body v1.0.1
14612026-08-27T08:04:39.614Z Compiling rand v0.9.2
14622026-08-27T08:04:39.649Z Compiling tracing v0.1.44
14632026-08-27T08:04:39.663Z Compiling rustls-pki-types v1.14.0
14642026-08-27T08:04:39.834Z Compiling schemars_derive v0.8.22
14652026-08-27T08:04:39.905Z Compiling spin v0.9.8
14662026-08-27T08:04:40.101Z Compiling httparse v1.10.1
14672026-08-27T08:04:40.115Z Compiling openssl-probe v0.2.1
14682026-08-27T08:04:40.154Z Compiling crc32fast v1.5.0
14692026-08-27T08:04:40.282Z Compiling tinyvec_macros v0.1.1
14702026-08-27T08:04:40.329Z Compiling cmov v0.5.4
14712026-08-27T08:04:40.355Z Compiling adler2 v2.0.1
14722026-08-27T08:04:40.412Z Compiling tempfile v3.27.0
14732026-08-27T08:04:40.471Z Compiling miniz_oxide v0.8.9
14742026-08-27T08:04:40.531Z Compiling ctutils v0.4.2
14752026-08-27T08:04:40.546Z Compiling tinyvec v1.10.0
14762026-08-27T08:04:40.763Z Compiling pest_generator v2.8.6
14772026-08-27T08:04:40.778Z Compiling sha2 v0.10.9
14782026-08-27T08:04:40.886Z Compiling terminal_size v0.4.3
14792026-08-27T08:04:41.021Z Compiling aho-corasick v1.1.4
14802026-08-27T08:04:41.065Z Compiling tower-layer v0.3.3
14812026-08-27T08:04:41.223Z Compiling untrusted v0.7.1
14822026-08-27T08:04:41.347Z Compiling radium v0.7.0
14832026-08-27T08:04:41.433Z Compiling try-lock v0.2.5
14842026-08-27T08:04:41.544Z Compiling atomic-waker v1.1.2
14852026-08-27T08:04:41.589Z Compiling tower-service v0.3.3
14862026-08-27T08:04:41.686Z Compiling want v0.3.1
14872026-08-27T08:04:41.702Z Compiling tokio-util v0.7.18
14882026-08-27T08:04:41.848Z Compiling regex-automata v0.4.14
14892026-08-27T08:04:42.062Z Compiling pest_derive v2.8.6
14902026-08-27T08:04:42.296Z Compiling hybrid-array v0.4.13
14912026-08-27T08:04:42.501Z Compiling h2 v0.4.15
14922026-08-27T08:04:42.875Z Compiling ipnet v2.12.0
14932026-08-27T08:04:43.052Z Compiling scroll_derive v0.13.1
14942026-08-27T08:04:43.114Z Compiling darling_core v0.20.11
14952026-08-27T08:04:43.376Z Compiling rustls v0.23.41
14962026-08-27T08:04:43.477Z Compiling httpdate v1.0.3
14972026-08-27T08:04:43.548Z Compiling openssl v0.10.80
14982026-08-27T08:04:43.683Z Compiling maybe-uninit v2.0.0
14992026-08-27T08:04:43.711Z Compiling foreign-types-shared v0.1.1
15002026-08-27T08:04:43.776Z Compiling tap v1.0.1
15012026-08-27T08:04:43.798Z Compiling untrusted v0.9.0
15022026-08-27T08:04:43.845Z Compiling scroll v0.13.0
15032026-08-27T08:04:43.886Z Compiling wyz v0.5.1
15042026-08-27T08:04:43.936Z Compiling foreign-types v0.3.2
15052026-08-27T08:04:44.010Z Compiling unicode-normalization v0.1.25
15062026-08-27T08:04:44.105Z Compiling rand_chacha v0.3.1
15072026-08-27T08:04:44.192Z Compiling signature v2.2.0
15082026-08-27T08:04:44.373Z Compiling hex v0.4.3
15092026-08-27T08:04:44.459Z Compiling thiserror-impl v1.0.69
15102026-08-27T08:04:44.475Z Compiling openssl-macros v0.1.1
15112026-08-27T08:04:44.638Z Compiling bzip2-sys v0.1.13+1.0.8
15122026-08-27T08:04:44.858Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15132026-08-27T08:04:44.877Z Compiling num-integer v0.1.46
15142026-08-27T08:04:44.911Z Compiling wait-timeout v0.2.1
15152026-08-27T08:04:45.172Z Compiling ahash v0.8.12
15162026-08-27T08:04:45.190Z Compiling funty v2.0.0
15172026-08-27T08:04:45.236Z Compiling quick-error v1.2.3
15182026-08-27T08:04:45.338Z Compiling darling_macro v0.20.11
15192026-08-27T08:04:45.352Z Compiling time-core v0.1.8
15202026-08-27T08:04:45.372Z Compiling num-conv v0.2.0
15212026-08-27T08:04:45.493Z Compiling powerfmt v0.2.0
15222026-08-27T08:04:45.507Z Compiling bit-vec v0.8.0
15232026-08-27T08:04:45.689Z Compiling hyper v1.10.1
15242026-08-27T08:04:45.705Z Compiling num-bigint-dig v0.8.6
15252026-08-27T08:04:45.740Z Compiling packed_struct v0.10.1
15262026-08-27T08:04:45.759Z Compiling native-tls v0.2.18
15272026-08-27T08:04:45.808Z Compiling darling v0.20.11
15282026-08-27T08:04:45.894Z Compiling clap_builder v4.6.0
15292026-08-27T08:04:45.908Z Compiling thiserror v1.0.69
15302026-08-27T08:04:45.923Z Compiling bit-set v0.8.0
15312026-08-27T08:04:45.970Z Compiling deranged v0.5.8
15322026-08-27T08:04:46.004Z Compiling time-macros v0.2.27
15332026-08-27T08:04:46.019Z Compiling bitvec v1.0.1
15342026-08-27T08:04:46.129Z Compiling rusty-fork v0.3.1
15352026-08-27T08:04:46.584Z Compiling num-iter v0.1.45
15362026-08-27T08:04:46.929Z Compiling hyper-util v0.1.20
15372026-08-27T08:04:47.240Z Compiling rand v0.8.6
15382026-08-27T08:04:47.410Z Compiling goblin v0.10.5
15392026-08-27T08:04:47.575Z Compiling packed_struct_codegen v0.10.1
15402026-08-27T08:04:48.094Z Compiling lazy_static v1.5.0
15412026-08-27T08:04:48.190Z Compiling hmac v0.12.1
15422026-08-27T08:04:48.351Z Compiling serde_spanned v0.6.9
15432026-08-27T08:04:48.497Z Compiling toml_datetime v0.6.11
15442026-08-27T08:04:48.645Z Compiling clap_derive v4.6.1
15452026-08-27T08:04:48.665Z Compiling bitfield-macros v0.19.4
15462026-08-27T08:04:48.754Z Compiling zerocopy-derive v0.6.6
15472026-08-27T08:04:48.888Z Compiling rand_xorshift v0.4.0
15482026-08-27T08:04:49.051Z Compiling sync_wrapper v1.0.2
15492026-08-27T08:04:49.164Z Compiling indexmap v1.9.3
15502026-08-27T08:04:49.349Z Compiling num_threads v0.1.7
15512026-08-27T08:04:49.365Z Compiling crc-catalog v2.4.0
15522026-08-27T08:04:49.446Z Compiling object v0.37.3
15532026-08-27T08:04:49.461Z Compiling unarray v0.1.4
15542026-08-27T08:04:49.571Z Compiling nodrop v0.1.14
15552026-08-27T08:04:49.586Z Compiling usdt-impl v0.6.0
15562026-08-27T08:04:49.670Z Compiling crossbeam-utils v0.8.21
15572026-08-27T08:04:49.713Z Compiling unicode-segmentation v1.12.0
15582026-08-27T08:04:49.786Z Compiling zlib-rs v0.6.2
15592026-08-27T08:04:49.944Z Compiling paste v1.0.15
15602026-08-27T08:04:50.025Z Compiling siphasher v1.0.2
15612026-08-27T08:04:50.179Z Compiling dof v0.4.0
15622026-08-27T08:04:50.207Z Compiling array-init v0.0.4
15632026-08-27T08:04:50.252Z Compiling zerocopy v0.6.6
15642026-08-27T08:04:50.373Z Compiling clap v4.6.1
15652026-08-27T08:04:50.456Z Compiling proptest v1.11.0
15662026-08-27T08:04:50.551Z Compiling crc v3.4.0
15672026-08-27T08:04:50.566Z Compiling time v0.3.47
15682026-08-27T08:04:50.741Z Compiling bitfield v0.19.4
15692026-08-27T08:04:51.313Z Compiling tower v0.5.3
15702026-08-27T08:04:51.764Z Compiling smallvec v0.6.14
15712026-08-27T08:04:52.087Z Compiling derive_builder_core v0.20.2
15722026-08-27T08:04:52.290Z Compiling dtrace-parser v0.3.0
15732026-08-27T08:04:52.677Z Compiling flate2 v1.1.9
15742026-08-27T08:04:52.909Z Compiling ipnetwork v0.21.1
15752026-08-27T08:04:52.931Z Compiling http-body-util v0.1.3
15762026-08-27T08:04:53.002Z Compiling pkcs1 v0.7.5
15772026-08-27T08:04:53.048Z Compiling heapless v0.7.17
15782026-08-27T08:04:53.085Z Compiling scroll_derive v0.12.1
15792026-08-27T08:04:53.170Z Compiling structmeta-derive v0.3.0
15802026-08-27T08:04:53.287Z Compiling slog v2.8.2
15812026-08-27T08:04:53.302Z Compiling darling_core v0.23.0
15822026-08-27T08:04:53.402Z Compiling thread-id v5.1.0
15832026-08-27T08:04:53.478Z Compiling cookie v0.18.1
15842026-08-27T08:04:53.490Z Compiling env_filter v2.0.0
15852026-08-27T08:04:53.654Z Compiling syn v3.0.3
15862026-08-27T08:04:53.750Z Compiling allocator-api2 v0.2.21
15872026-08-27T08:04:53.786Z Compiling iri-string v0.7.10
15882026-08-27T08:04:54.072Z Compiling gimli v0.32.3
15892026-08-27T08:04:54.245Z Compiling anyhow v1.0.104
15902026-08-27T08:04:54.586Z Compiling zstd-safe v7.2.4
15912026-08-27T08:04:54.777Z Compiling unicode-properties v0.1.4
15922026-08-27T08:04:54.988Z Compiling winnow v0.5.40
15932026-08-27T08:04:55.292Z Compiling ryu v1.0.23
15942026-08-27T08:04:55.478Z Compiling unicode-bidi v0.3.18
15952026-08-27T08:04:55.813Z Compiling hashbrown v0.12.3
15962026-08-27T08:04:55.993Z Compiling signal-hook v0.3.18
15972026-08-27T08:04:56.008Z Compiling base64 v0.21.7
15982026-08-27T08:04:56.184Z Compiling darling_macro v0.23.0
15992026-08-27T08:04:56.295Z Compiling toml_edit v0.19.15
16002026-08-27T08:04:56.323Z Compiling ron v0.8.1
16012026-08-27T08:04:56.673Z Compiling stringprep v0.1.5
16022026-08-27T08:04:56.781Z Compiling addr2line v0.25.1
16032026-08-27T08:04:57.077Z Compiling daft-derive v0.1.8
16042026-08-27T08:04:57.107Z Compiling serde_urlencoded v0.7.1
16052026-08-27T08:04:57.111Z Compiling tower-http v0.6.8
16062026-08-27T08:04:57.251Z Compiling structmeta v0.3.0
16072026-08-27T08:04:57.361Z Compiling scroll v0.12.0
16082026-08-27T08:04:57.422Z Compiling env_logger v0.11.11
16092026-08-27T08:04:57.591Z Compiling rsa v0.9.10
16102026-08-27T08:04:57.670Z Compiling oxnet v0.1.6
16112026-08-27T08:04:57.812Z Compiling derive_builder_macro v0.20.2
16122026-08-27T08:04:57.925Z Compiling newtype-uuid v1.3.2
16132026-08-27T08:04:58.102Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16142026-08-27T08:04:58.122Z Compiling hashbrown v0.13.2
16152026-08-27T08:04:58.257Z Compiling bzip2 v0.4.4
16162026-08-27T08:04:58.276Z Compiling serde-hex v0.1.0
16172026-08-27T08:04:58.467Z Compiling tokio-native-tls v0.3.1
16182026-08-27T08:04:58.609Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16192026-08-27T08:04:58.967Z Compiling camino v1.2.5
16202026-08-27T08:04:59.348Z Compiling bstr v1.12.1
16212026-08-27T08:04:59.616Z Compiling block-buffer v0.12.1
16222026-08-27T08:04:59.824Z Compiling crypto-common v0.2.2
16232026-08-27T08:04:59.989Z Compiling block-padding v0.4.2
16242026-08-27T08:05:00.009Z Compiling rustls-native-certs v0.8.3
16252026-08-27T08:05:00.159Z Compiling x509-cert v0.2.5
16262026-08-27T08:05:00.299Z Compiling md-5 v0.10.6
16272026-08-27T08:05:00.474Z Compiling erased-serde v0.3.31
16282026-08-27T08:05:00.660Z Compiling serde_tokenstream v0.2.3
16292026-08-27T08:05:00.961Z Compiling curve25519-dalek v4.1.3
16302026-08-27T08:05:00.990Z Compiling zerocopy-derive v0.7.35
16312026-08-27T08:05:01.292Z Compiling pin-project-internal v1.1.11
16322026-08-27T08:05:01.321Z Compiling async-trait v0.1.89
16332026-08-27T08:05:01.542Z Compiling vergen-lib v9.1.0
16342026-08-27T08:05:01.580Z Compiling hash32 v0.2.1
16352026-08-27T08:05:01.721Z Compiling memoffset v0.9.1
16362026-08-27T08:05:01.758Z Compiling encoding_rs v0.8.35
16372026-08-27T08:05:01.772Z Compiling crc-any v2.5.0
16382026-08-27T08:05:01.859Z Compiling rustix v0.38.44
16392026-08-27T08:05:01.908Z Compiling smoltcp v0.9.1
16402026-08-27T08:05:01.993Z Compiling psl-types v2.0.11
16412026-08-27T08:05:02.124Z Compiling ref-cast v1.0.25
16422026-08-27T08:05:02.181Z Compiling owo-colors v4.3.0
16432026-08-27T08:05:02.238Z Compiling rustc-demangle v0.1.27
16442026-08-27T08:05:02.324Z Compiling litrs v1.0.0
16452026-08-27T08:05:02.391Z Compiling mime v0.3.17
16462026-08-27T08:05:02.416Z Compiling cfg_aliases v0.2.1
16472026-08-27T08:05:02.531Z Compiling fallible-iterator v0.2.0
16482026-08-27T08:05:02.595Z Compiling nix v0.31.2
16492026-08-27T08:05:02.673Z Compiling backtrace v0.3.76
16502026-08-27T08:05:02.722Z Compiling pin-project v1.1.11
16512026-08-27T08:05:02.820Z Compiling postgres-protocol v0.6.10
16522026-08-27T08:05:02.835Z Compiling document-features v0.2.12
16532026-08-27T08:05:02.849Z Compiling publicsuffix v2.3.0
16542026-08-27T08:05:02.853Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16552026-08-27T08:05:03.020Z Compiling zerocopy v0.7.35
16562026-08-27T08:05:03.394Z Compiling inout v0.2.2
16572026-08-27T08:05:03.413Z Compiling daft v0.1.8
16582026-08-27T08:05:03.531Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16592026-08-27T08:05:03.571Z Compiling hyper-tls v0.6.0
16602026-08-27T08:05:03.586Z Compiling object v0.30.4
16612026-08-27T08:05:03.694Z Compiling zip v0.6.6
16622026-08-27T08:05:03.764Z Compiling derive_builder v0.20.2
16632026-08-27T08:05:03.813Z Compiling toml v0.7.8
16642026-08-27T08:05:03.836Z Compiling goblin v0.8.2
16652026-08-27T08:05:03.887Z Compiling derive-ex v0.1.8
16662026-08-27T08:05:04.393Z Compiling darling v0.23.0
16672026-08-27T08:05:04.509Z Compiling phf_shared v0.13.1
16682026-08-27T08:05:04.604Z Compiling convert_case v0.10.0
16692026-08-27T08:05:04.751Z Compiling regex v1.12.3
16702026-08-27T08:05:04.778Z Compiling hubpack_derive v0.1.1
16712026-08-27T08:05:04.906Z Compiling futures-executor v0.3.32
16722026-08-27T08:05:05.166Z Compiling snafu-derive v0.8.9
16732026-08-27T08:05:05.167Z Compiling strum_macros v0.27.2
16742026-08-27T08:05:05.224Z Compiling ref-cast-impl v1.0.25
16752026-08-27T08:05:05.519Z Compiling curve25519-dalek-derive v0.1.1
16762026-08-27T08:05:05.764Z Compiling vergen v9.1.0
16772026-08-27T08:05:05.945Z Compiling cargo-platform v0.3.2
16782026-08-27T08:05:06.162Z Compiling ff v0.13.1
16792026-08-27T08:05:06.217Z Compiling fs-err v3.3.0
16802026-08-27T08:05:06.304Z Compiling managed v0.8.0
16812026-08-27T08:05:06.403Z Compiling path-slash v0.1.5
16822026-08-27T08:05:06.418Z Compiling bitflags v1.3.2
16832026-08-27T08:05:06.495Z Compiling same-file v1.0.6
16842026-08-27T08:05:06.520Z Compiling bumpalo v3.20.2
16852026-08-27T08:05:06.536Z Compiling foldhash v0.2.0
16862026-08-27T08:05:06.666Z Compiling foldhash v0.1.5
16872026-08-27T08:05:06.759Z Compiling jiff-core v0.1.0
16882026-08-27T08:05:06.776Z Compiling either v1.15.0
16892026-08-27T08:05:06.847Z Compiling libbz2-rs-sys v0.2.2
16902026-08-27T08:05:06.985Z Compiling base16ct v0.2.0
16912026-08-27T08:05:07.044Z Compiling is_ci v1.2.0
16922026-08-27T08:05:07.103Z Compiling strum v0.27.2
16932026-08-27T08:05:07.164Z Compiling supports-color v3.0.2
16942026-08-27T08:05:07.179Z Compiling sec1 v0.7.3
16952026-08-27T08:05:07.232Z Compiling snafu v0.8.9
16962026-08-27T08:05:07.291Z Compiling bzip2 v0.6.1
16972026-08-27T08:05:07.332Z Compiling textwrap v0.16.2
16982026-08-27T08:05:07.465Z Compiling hashbrown v0.15.5
16992026-08-27T08:05:07.540Z Compiling zopfli v0.8.3
17002026-08-27T08:05:07.591Z Compiling jiff v0.2.34
17012026-08-27T08:05:07.611Z Compiling hashbrown v0.16.1
17022026-08-27T08:05:07.839Z Compiling walkdir v2.5.0
17032026-08-27T08:05:07.907Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17042026-08-27T08:05:08.208Z Compiling group v0.13.0
17052026-08-27T08:05:08.248Z Compiling cargo_metadata v0.23.1
17062026-08-27T08:05:08.387Z Compiling dof v0.3.0
17072026-08-27T08:05:08.980Z Compiling test-strategy v0.4.5
17082026-08-27T08:05:09.113Z Compiling hubpack v0.1.2
17092026-08-27T08:05:09.322Z Compiling futures v0.3.32
17102026-08-27T08:05:09.337Z Compiling derive_more-impl v2.1.1
17112026-08-27T08:05:09.405Z Compiling phf v0.13.1
17122026-08-27T08:05:09.569Z Compiling signal-hook-mio v0.2.5
17132026-08-27T08:05:09.595Z Compiling serde_with_macros v3.21.0
17142026-08-27T08:05:10.056Z Compiling cookie_store v0.22.1
17152026-08-27T08:05:10.469Z Compiling zstd v0.13.3
17162026-08-27T08:05:10.493Z Compiling reqwest v0.12.28
17172026-08-27T08:05:10.728Z Compiling cipher v0.5.2
17182026-08-27T08:05:10.728Z Compiling postgres-types v0.2.12
17192026-08-27T08:05:10.742Z Compiling backtrace-ext v0.2.1
17202026-08-27T08:05:11.151Z Compiling usdt-macro v0.6.0
17212026-08-27T08:05:11.200Z Compiling usdt-attr-macro v0.6.0
17222026-08-27T08:05:11.266Z Compiling globset v0.4.18
17232026-08-27T08:05:11.755Z Compiling phf_shared v0.11.3
17242026-08-27T08:05:11.909Z Compiling hkdf v0.12.4
17252026-08-27T08:05:11.970Z Compiling dtrace-parser v0.2.0
17262026-08-27T08:05:11.988Z Compiling byte-wrapper v0.1.0
17272026-08-27T08:05:11.988Z Compiling olpc-cjson v0.1.4
17282026-08-27T08:05:12.005Z Compiling ed25519 v2.2.3
17292026-08-27T08:05:12.086Z Compiling crypto-bigint v0.5.5
17302026-08-27T08:05:12.126Z Compiling serde_plain v1.0.2
17312026-08-27T08:05:12.134Z Compiling serde-big-array v0.5.1
17322026-08-27T08:05:12.280Z Compiling enum-as-inner v0.6.1
17332026-08-27T08:05:12.294Z Compiling async-recursion v1.1.1
17342026-08-27T08:05:12.315Z Compiling strum_macros v0.26.4
17352026-08-27T08:05:12.699Z Compiling miette-derive v7.6.0
17362026-08-27T08:05:12.827Z Compiling serde_repr v0.1.20
17372026-08-27T08:05:12.963Z Compiling pem v3.0.6
17382026-08-27T08:05:12.991Z Compiling float-cmp v0.10.0
17392026-08-27T08:05:13.140Z Compiling thread-id v4.2.2
17402026-08-27T08:05:13.230Z Compiling memmap2 v0.9.10
17412026-08-27T08:05:13.285Z Compiling supports-hyperlinks v3.2.0
17422026-08-27T08:05:13.368Z Compiling precomputed-hash v0.1.1
17432026-08-27T08:05:13.438Z Compiling data-encoding v2.10.0
17442026-08-27T08:05:13.452Z Compiling predicates-core v1.0.10
17452026-08-27T08:05:13.474Z Compiling fixedbitset v0.5.7
17462026-08-27T08:05:13.651Z Compiling keccak v0.1.6
17472026-08-27T08:05:13.787Z Compiling supports-unicode v3.0.0
17482026-08-27T08:05:13.864Z Compiling new_debug_unreachable v1.0.6
17492026-08-27T08:05:13.935Z Compiling typed-path v0.9.3
17502026-08-27T08:05:13.951Z Compiling winnow v1.0.3
17512026-08-27T08:05:14.109Z Compiling static_assertions v1.1.0
17522026-08-27T08:05:14.143Z Compiling difflib v0.4.0
17532026-08-27T08:05:14.185Z Compiling const-oid v0.10.2
17542026-08-27T08:05:14.200Z Compiling normalize-line-endings v0.3.0
17552026-08-27T08:05:14.294Z Compiling cpufeatures v0.3.0
17562026-08-27T08:05:14.310Z Compiling whoami v2.1.0
17572026-08-27T08:05:14.374Z Compiling fixedbitset v0.4.2
17582026-08-27T08:05:14.388Z Compiling toml_edit v0.22.27
17592026-08-27T08:05:14.391Z Compiling predicates v3.1.4
17602026-08-27T08:05:14.588Z Compiling petgraph v0.6.5
17612026-08-27T08:05:14.676Z Compiling tokio-postgres v0.7.16
17622026-08-27T08:05:14.691Z Compiling chacha20 v0.10.0
17632026-08-27T08:05:15.009Z Compiling toml_parser v1.1.2+spec-1.1.0
17642026-08-27T08:05:15.029Z Compiling digest v0.11.3
17652026-08-27T08:05:15.063Z Compiling miette v7.6.0
17662026-08-27T08:05:15.124Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17672026-08-27T08:05:15.247Z Compiling strum v0.26.3
17682026-08-27T08:05:15.377Z Compiling string_cache v0.8.9
17692026-08-27T08:05:15.608Z Compiling sha3 v0.10.8
17702026-08-27T08:05:15.628Z Compiling hickory-proto v0.25.2
17712026-08-27T08:05:16.063Z Compiling petgraph v0.8.3
17722026-08-27T08:05:16.068Z Compiling usdt v0.6.0
17732026-08-27T08:05:16.198Z Compiling usdt-impl v0.5.0
17742026-08-27T08:05:16.337Z Compiling elliptic-curve v0.13.8
17752026-08-27T08:05:16.751Z Compiling ed25519-dalek v2.2.0
17762026-08-27T08:05:16.786Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17772026-08-27T08:05:16.884Z Compiling crossterm v0.28.1
17782026-08-27T08:05:17.271Z Compiling serde_with v3.21.0
17792026-08-27T08:05:17.947Z Compiling zip v4.6.1
17802026-08-27T08:05:18.041Z Compiling derive_more v2.1.1
17812026-08-27T08:05:18.202Z Compiling iddqd v0.4.2
17822026-08-27T08:05:18.549Z Compiling itertools v0.13.0
17832026-08-27T08:05:18.713Z Compiling itertools v0.15.0
17842026-08-27T08:05:18.816Z Compiling similar v2.7.0
17852026-08-27T08:05:18.896Z Compiling crossbeam-epoch v0.9.18
17862026-08-27T08:05:19.114Z Compiling heck v0.4.1
17872026-08-27T08:05:19.220Z Compiling tokio-stream v0.1.18
17882026-08-27T08:05:19.338Z Compiling buf-list v1.1.2
17892026-08-27T08:05:19.482Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17902026-08-27T08:05:19.614Z Compiling openapiv3 v2.2.0
17912026-08-27T08:05:19.655Z Compiling peg-runtime v0.8.5
17922026-08-27T08:05:19.673Z Compiling lalrpop-util v0.19.12
17932026-08-27T08:05:19.783Z Compiling thread_local v1.1.9
17942026-08-27T08:05:19.798Z Compiling slog-async v2.8.0
17952026-08-27T08:05:19.868Z Compiling crossbeam-channel v0.5.15
17962026-08-27T08:05:19.929Z Compiling is-terminal v0.4.17
17972026-08-27T08:05:20.029Z Compiling filetime v0.2.27
17982026-08-27T08:05:20.044Z Compiling take_mut v0.2.2
17992026-08-27T08:05:20.044Z Compiling xattr v1.6.1
18002026-08-27T08:05:20.119Z Compiling term v1.2.1
18012026-08-27T08:05:20.154Z Compiling camino-tempfile v1.4.1
18022026-08-27T08:05:20.201Z Compiling tar v0.4.46
18032026-08-27T08:05:20.666Z Compiling slog-term v2.9.2
18042026-08-27T08:05:26.448Z Compiling rustls-webpki v0.103.13
18052026-08-27T08:05:29.153Z Compiling tokio-rustls v0.26.4
18062026-08-27T08:05:29.153Z Compiling rustls-platform-verifier v0.6.2
18072026-08-27T08:05:29.153Z Compiling tough v0.22.0
18082026-08-27T08:05:29.371Z Compiling hyper-rustls v0.27.7
18092026-08-27T08:05:29.568Z Compiling reqwest v0.13.2
18102026-08-27T08:05:31.776Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18112026-08-27T08:05:31.988Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18122026-08-27T08:05:35.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
18132026-08-27T08:05:35.167Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18142026-08-27T08:05:35.234ZAug 27 08:05:33.671 INFO Starting download, target: Cockroach
18152026-08-27T08:05:35.234ZAug 27 08:05:33.671 INFO Starting download, target: Clickhouse
18162026-08-27T08:05:35.234ZAug 27 08:05:33.671 INFO Starting download, target: Console
18172026-08-27T08:05:35.253ZAug 27 08:05:33.671 INFO Starting download, target: DendriteStub
18182026-08-27T08:05:35.253ZAug 27 08:05:33.671 INFO Starting download, target: MaghemiteMgd
18192026-08-27T08:05:35.253ZAug 27 08:05:33.671 INFO Starting download, target: MaghemiteDdmd
18202026-08-27T08:05:35.253ZAug 27 08:05:33.671 INFO Starting download, target: TransceiverControl
18212026-08-27T08:05:35.253ZAug 27 08:05:33.671 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18222026-08-27T08:05:35.253ZAug 27 08:05:33.671 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18232026-08-27T08:05:35.253ZAug 27 08:05:33.671 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18242026-08-27T08:05:35.253ZAug 27 08:05:33.671 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18252026-08-27T08:05:35.254ZAug 27 08:05:33.671 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18262026-08-27T08:05:35.254ZAug 27 08:05:33.671 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18272026-08-27T08:05:35.254ZAug 27 08:05:33.671 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18282026-08-27T08:05:36.498ZAug 27 08:05:34.899 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18292026-08-27T08:05:36.739ZAug 27 08:05:35.117 INFO Download complete, target: TransceiverControl
18302026-08-27T08:05:37.015ZAug 27 08:05:35.396 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18312026-08-27T08:05:37.277ZAug 27 08:05:35.699 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18322026-08-27T08:05:37.537ZAug 27 08:05:35.978 INFO Download complete, target: Console
18332026-08-27T08:05:40.281ZAug 27 08:05:38.709 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18342026-08-27T08:05:40.683ZAug 27 08:05:39.094 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18352026-08-27T08:05:40.965ZAug 27 08:05:39.426 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18362026-08-27T08:05:41.649ZAug 27 08:05:40.111 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18372026-08-27T08:05:41.649ZAug 27 08:05:40.111 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18382026-08-27T08:05:42.146ZAug 27 08:05:40.607 INFO Download complete, target: MaghemiteDdmd
18392026-08-27T08:05:43.221ZAug 27 08:05:41.635 INFO Download complete, target: DendriteStub
18402026-08-27T08:05:43.624ZAug 27 08:05:42.084 INFO Download complete, target: MaghemiteMgd
18412026-08-27T08:05:43.851ZAug 27 08:05:42.311 INFO Checking that binary works, target: Clickhouse
18422026-08-27T08:05:43.962ZAug 27 08:05:42.423 INFO Download complete, target: Clickhouse
18432026-08-27T08:05:46.326ZAug 27 08:05:44.787 INFO Checking that binary works, target: Cockroach
18442026-08-27T08:05:46.436ZAug 27 08:05:44.898 INFO Download complete, target: Cockroach
18452026-08-27T08:05:46.453ZAll builder prerequisites installed successfully, and PATH looks valid
18462026-08-27T08:05:46.457Z
18472026-08-27T08:05:46.457Zreal 2:13.403825431
18482026-08-27T08:05:46.457Zuser 7:24.360909957
18492026-08-27T08:05:46.457Zsys 1:27.480037070
18502026-08-27T08:05:46.457Ztrap 0.245643017
18512026-08-27T08:05:46.457Ztflt 0.536938447
18522026-08-27T08:05:46.457Zdflt 0.902461466
18532026-08-27T08:05:46.457Zkflt 0.023626701
18542026-08-27T08:05:46.457Zlock 29:59.398275658
18552026-08-27T08:05:46.457Zslp 22:17.662696476
18562026-08-27T08:05:46.457Zlat 49.655702835
18572026-08-27T08:05:46.457Zstop 2:47.533351223
18582026-08-27T08:05:46.457Z+ banner hack-check
18592026-08-27T08:05:46.457Z
18602026-08-27T08:05:46.457Z # # ## #### # # #### # # ###### #### # #
18612026-08-27T08:05:46.457Z # # # # # # # # # # # # # # # # #
18622026-08-27T08:05:46.457Z ###### # # # #### ##### # ###### ##### # ####
18632026-08-27T08:05:46.457Z # # ###### # # # # # # # # # #
18642026-08-27T08:05:46.458Z # # # # # # # # # # # # # # # # #
18652026-08-27T08:05:46.458Z # # # # #### # # #### # # ###### #### # #
18662026-08-27T08:05:46.458Z
18672026-08-27T08:05:46.458Z+ export CARGO_INCREMENTAL=0
18682026-08-27T08:05:46.458Z+ CARGO_INCREMENTAL=0
18692026-08-27T08:05:46.458Z+ ptime -m timeout 2h cargo xtask check-features --ci
18702026-08-27T08:05:46.934Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18712026-08-27T08:05:47.230Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18722026-08-27T08:05:49.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
18732026-08-27T08:05:49.092Z Running `target/debug/xtask check-features --ci`
18742026-08-27T08:05:49.122Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18752026-08-27T08:05:49.136Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18762026-08-27T08:05:49.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18772026-08-27T08:05:49.576Z Running `target/debug/xtask download cargo-hack`
18782026-08-27T08:05:50.361Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18792026-08-27T08:05:50.666Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18802026-08-27T08:05:53.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.63s
18812026-08-27T08:05:53.403Z Running `target/debug/xtask-downloader cargo-hack`
18822026-08-27T08:05:53.441ZAug 27 08:05:51.902 INFO Starting download, target: CargoHack
18832026-08-27T08:05:53.444ZAug 27 08:05:51.903 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18842026-08-27T08:05:53.786ZAug 27 08:05:52.243 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18852026-08-27T08:05:53.832ZAug 27 08:05:52.294 INFO Download complete, target: CargoHack
18862026-08-27T08:05:53.837Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18872026-08-27T08:05:53.850Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18882026-08-27T08:05:54.015Zinfo: running `cargo check --bins` on api_identity (1/377)
18892026-08-27T08:05:54.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-08-27T08:05:54.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-08-27T08:05:54.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-08-27T08:05:54.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18932026-08-27T08:05:54.591Z
18942026-08-27T08:05:54.591Zinfo: running `cargo check --bins` on bootstore (2/377)
18952026-08-27T08:05:55.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-08-27T08:05:55.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-08-27T08:05:55.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-08-27T08:05:55.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18992026-08-27T08:05:55.146Z
19002026-08-27T08:05:55.146Zinfo: running `cargo check --bins` on omicron-ledger (3/377)
19012026-08-27T08:05:55.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-08-27T08:05:55.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-08-27T08:05:55.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-08-27T08:05:55.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19052026-08-27T08:05:55.696Z
19062026-08-27T08:05:55.696Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/377)
19072026-08-27T08:05:56.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-08-27T08:05:56.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-08-27T08:05:56.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-08-27T08:05:56.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19112026-08-27T08:05:56.248Z
19122026-08-27T08:05:56.248Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/377)
19132026-08-27T08:05:56.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-08-27T08:05:56.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-08-27T08:05:56.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-08-27T08:05:56.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19172026-08-27T08:05:56.800Z
19182026-08-27T08:05:56.800Zinfo: running `cargo check --bins` on omicron-certificates (6/377)
19192026-08-27T08:05:57.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-08-27T08:05:57.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-08-27T08:05:57.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-08-27T08:05:57.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19232026-08-27T08:05:57.367Z
19242026-08-27T08:05:57.367Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/377)
19252026-08-27T08:05:57.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-08-27T08:05:57.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-08-27T08:05:57.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-08-27T08:05:57.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19292026-08-27T08:05:57.933Z
19302026-08-27T08:05:57.933Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/377)
19312026-08-27T08:05:58.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-08-27T08:05:58.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-08-27T08:05:58.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-08-27T08:05:58.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19352026-08-27T08:05:58.500Z
19362026-08-27T08:05:58.500Zinfo: running `cargo check --bins --no-default-features` on omicron-generation-kinds (9/377)
19372026-08-27T08:05:58.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-08-27T08:05:58.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-08-27T08:05:58.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-08-27T08:05:58.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19412026-08-27T08:05:58.914Z
19422026-08-27T08:05:58.914Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std,testing` on omicron-generation-kinds (10/377)
19432026-08-27T08:05:59.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-08-27T08:05:59.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-08-27T08:05:59.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-08-27T08:05:59.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19472026-08-27T08:05:59.326Z
19482026-08-27T08:05:59.326Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-generation-kinds (11/377)
19492026-08-27T08:05:59.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-08-27T08:05:59.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-08-27T08:05:59.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-08-27T08:05:59.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19532026-08-27T08:05:59.744Z
19542026-08-27T08:05:59.744Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-generation-kinds (12/377)
19552026-08-27T08:06:00.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-08-27T08:06:00.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-08-27T08:06:00.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-08-27T08:06:00.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19592026-08-27T08:06:00.153Z
19602026-08-27T08:06:00.153Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-generation-kinds (13/377)
19612026-08-27T08:06:00.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-08-27T08:06:00.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-08-27T08:06:00.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-08-27T08:06:00.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19652026-08-27T08:06:00.570Z
19662026-08-27T08:06:00.571Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-generation-kinds (14/377)
19672026-08-27T08:06:00.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-08-27T08:06:00.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-08-27T08:06:00.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-08-27T08:06:00.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19712026-08-27T08:06:00.989Z
19722026-08-27T08:06:00.989Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-generation-kinds (15/377)
19732026-08-27T08:06:01.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-08-27T08:06:01.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-08-27T08:06:01.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-08-27T08:06:01.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19772026-08-27T08:06:01.403Z
19782026-08-27T08:06:01.403Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-generation-kinds (16/377)
19792026-08-27T08:06:01.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-08-27T08:06:01.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-08-27T08:06:01.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-08-27T08:06:01.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19832026-08-27T08:06:01.828Z
19842026-08-27T08:06:01.828Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-generation-kinds (17/377)
19852026-08-27T08:06:02.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-08-27T08:06:02.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-08-27T08:06:02.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-08-27T08:06:02.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19892026-08-27T08:06:02.238Z
19902026-08-27T08:06:02.239Zinfo: running `cargo check --bins --no-default-features --features slog2` on omicron-generation-kinds (18/377)
19912026-08-27T08:06:02.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-08-27T08:06:02.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-08-27T08:06:02.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-08-27T08:06:02.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19952026-08-27T08:06:02.654Z
19962026-08-27T08:06:02.654Zinfo: running `cargo check --bins --no-default-features --features default,slog2` on omicron-generation-kinds (19/377)
19972026-08-27T08:06:03.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-08-27T08:06:03.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-08-27T08:06:03.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-08-27T08:06:03.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20012026-08-27T08:06:03.076Z
20022026-08-27T08:06:03.076Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2` on omicron-generation-kinds (20/377)
20032026-08-27T08:06:03.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-08-27T08:06:03.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-08-27T08:06:03.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-08-27T08:06:03.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20072026-08-27T08:06:03.488Z
20082026-08-27T08:06:03.488Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2` on omicron-generation-kinds (21/377)
20092026-08-27T08:06:03.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-08-27T08:06:03.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-08-27T08:06:03.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-08-27T08:06:03.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20132026-08-27T08:06:03.907Z
20142026-08-27T08:06:03.907Zinfo: running `cargo check --bins --no-default-features --features serde,slog2` on omicron-generation-kinds (22/377)
20152026-08-27T08:06:04.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-08-27T08:06:04.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-08-27T08:06:04.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-08-27T08:06:04.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20192026-08-27T08:06:04.326Z
20202026-08-27T08:06:04.326Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2` on omicron-generation-kinds (23/377)
20212026-08-27T08:06:04.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-08-27T08:06:04.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-08-27T08:06:04.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-08-27T08:06:04.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20252026-08-27T08:06:04.744Z
20262026-08-27T08:06:04.745Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2` on omicron-generation-kinds (24/377)
20272026-08-27T08:06:05.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-08-27T08:06:05.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-08-27T08:06:05.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-08-27T08:06:05.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20312026-08-27T08:06:05.160Z
20322026-08-27T08:06:05.160Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2` on omicron-generation-kinds (25/377)
20332026-08-27T08:06:05.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-08-27T08:06:05.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-08-27T08:06:05.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-08-27T08:06:05.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20372026-08-27T08:06:05.575Z
20382026-08-27T08:06:05.575Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-generation-kinds (26/377)
20392026-08-27T08:06:05.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-08-27T08:06:05.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-08-27T08:06:05.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-08-27T08:06:05.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20432026-08-27T08:06:05.989Z
20442026-08-27T08:06:05.989Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-generation-kinds (27/377)
20452026-08-27T08:06:06.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-08-27T08:06:06.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-08-27T08:06:06.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-08-27T08:06:06.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20492026-08-27T08:06:06.406Z
20502026-08-27T08:06:06.406Zinfo: running `cargo check --bins --no-default-features --features slog2,std` on omicron-generation-kinds (28/377)
20512026-08-27T08:06:06.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-08-27T08:06:06.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-08-27T08:06:06.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-08-27T08:06:06.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20552026-08-27T08:06:06.825Z
20562026-08-27T08:06:06.825Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std` on omicron-generation-kinds (29/377)
20572026-08-27T08:06:07.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-08-27T08:06:07.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-08-27T08:06:07.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-08-27T08:06:07.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20612026-08-27T08:06:07.243Z
20622026-08-27T08:06:07.243Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-generation-kinds (30/377)
20632026-08-27T08:06:07.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-08-27T08:06:07.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-08-27T08:06:07.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-08-27T08:06:07.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20672026-08-27T08:06:07.666Z
20682026-08-27T08:06:07.666Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-generation-kinds (31/377)
20692026-08-27T08:06:08.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-08-27T08:06:08.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-08-27T08:06:08.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-08-27T08:06:08.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20732026-08-27T08:06:08.084Z
20742026-08-27T08:06:08.084Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-generation-kinds (32/377)
20752026-08-27T08:06:08.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-08-27T08:06:08.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-08-27T08:06:08.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-08-27T08:06:08.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20792026-08-27T08:06:08.506Z
20802026-08-27T08:06:08.506Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-generation-kinds (33/377)
20812026-08-27T08:06:08.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-08-27T08:06:08.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-08-27T08:06:08.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-08-27T08:06:08.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20852026-08-27T08:06:08.924Z
20862026-08-27T08:06:08.924Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-generation-kinds (34/377)
20872026-08-27T08:06:09.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-08-27T08:06:09.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-08-27T08:06:09.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-08-27T08:06:09.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20912026-08-27T08:06:09.339Z
20922026-08-27T08:06:09.339Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-generation-kinds (35/377)
20932026-08-27T08:06:09.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-08-27T08:06:09.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-08-27T08:06:09.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-08-27T08:06:09.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20972026-08-27T08:06:09.759Z
20982026-08-27T08:06:09.759Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-generation-kinds (36/377)
20992026-08-27T08:06:10.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-08-27T08:06:10.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-08-27T08:06:10.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-08-27T08:06:10.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21032026-08-27T08:06:10.180Z
21042026-08-27T08:06:10.180Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-generation-kinds (37/377)
21052026-08-27T08:06:10.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-08-27T08:06:10.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-08-27T08:06:10.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-08-27T08:06:10.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21092026-08-27T08:06:10.601Z
21102026-08-27T08:06:10.601Zinfo: running `cargo check --bins --no-default-features --features slog2,testing` on omicron-generation-kinds (38/377)
21112026-08-27T08:06:10.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-08-27T08:06:10.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-08-27T08:06:10.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-08-27T08:06:10.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21152026-08-27T08:06:11.024Z
21162026-08-27T08:06:11.024Zinfo: running `cargo check --bins --no-default-features --features default,slog2,testing` on omicron-generation-kinds (39/377)
21172026-08-27T08:06:11.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-08-27T08:06:11.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-08-27T08:06:11.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-08-27T08:06:11.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21212026-08-27T08:06:11.441Z
21222026-08-27T08:06:11.441Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2,testing` on omicron-generation-kinds (40/377)
21232026-08-27T08:06:11.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-08-27T08:06:11.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-08-27T08:06:11.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-08-27T08:06:11.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21272026-08-27T08:06:11.860Z
21282026-08-27T08:06:11.860Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2,testing` on omicron-generation-kinds (41/377)
21292026-08-27T08:06:12.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-08-27T08:06:12.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-08-27T08:06:12.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-08-27T08:06:12.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21332026-08-27T08:06:12.288Z
21342026-08-27T08:06:12.288Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,testing` on omicron-generation-kinds (42/377)
21352026-08-27T08:06:12.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-08-27T08:06:12.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-08-27T08:06:12.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-08-27T08:06:12.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21392026-08-27T08:06:12.713Z
21402026-08-27T08:06:12.713Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2,testing` on omicron-generation-kinds (43/377)
21412026-08-27T08:06:13.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-08-27T08:06:13.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-08-27T08:06:13.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-08-27T08:06:13.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21452026-08-27T08:06:13.134Z
21462026-08-27T08:06:13.135Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2,testing` on omicron-generation-kinds (44/377)
21472026-08-27T08:06:13.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-08-27T08:06:13.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-08-27T08:06:13.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-08-27T08:06:13.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21512026-08-27T08:06:13.540Z
21522026-08-27T08:06:13.540Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2,testing` on omicron-generation-kinds (45/377)
21532026-08-27T08:06:13.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-08-27T08:06:13.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-08-27T08:06:13.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-08-27T08:06:13.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21572026-08-27T08:06:13.961Z
21582026-08-27T08:06:13.961Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-generation-kinds (46/377)
21592026-08-27T08:06:14.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-08-27T08:06:14.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-08-27T08:06:14.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-08-27T08:06:14.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21632026-08-27T08:06:14.376Z
21642026-08-27T08:06:14.376Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-generation-kinds (47/377)
21652026-08-27T08:06:14.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-08-27T08:06:14.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-08-27T08:06:14.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-08-27T08:06:14.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21692026-08-27T08:06:14.796Z
21702026-08-27T08:06:14.796Zinfo: running `cargo check --bins --no-default-features --features slog2,std,testing` on omicron-generation-kinds (48/377)
21712026-08-27T08:06:15.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-08-27T08:06:15.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-08-27T08:06:15.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-08-27T08:06:15.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21752026-08-27T08:06:15.216Z
21762026-08-27T08:06:15.216Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (49/377)
21772026-08-27T08:06:15.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-08-27T08:06:15.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-08-27T08:06:15.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-08-27T08:06:15.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21812026-08-27T08:06:15.637Z
21822026-08-27T08:06:15.637Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (50/377)
21832026-08-27T08:06:16.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-08-27T08:06:16.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-08-27T08:06:16.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-08-27T08:06:16.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21872026-08-27T08:06:16.056Z
21882026-08-27T08:06:16.057Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (51/377)
21892026-08-27T08:06:16.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-08-27T08:06:16.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-08-27T08:06:16.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-08-27T08:06:16.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21932026-08-27T08:06:16.483Z
21942026-08-27T08:06:16.483Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (52/377)
21952026-08-27T08:06:16.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-08-27T08:06:16.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-08-27T08:06:16.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-08-27T08:06:16.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21992026-08-27T08:06:16.898Z
22002026-08-27T08:06:16.899Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (53/377)
22012026-08-27T08:06:17.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-08-27T08:06:17.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-08-27T08:06:17.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-08-27T08:06:17.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22052026-08-27T08:06:17.318Z
22062026-08-27T08:06:17.318Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (54/377)
22072026-08-27T08:06:17.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-08-27T08:06:17.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-08-27T08:06:17.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-08-27T08:06:17.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22112026-08-27T08:06:17.735Z
22122026-08-27T08:06:17.735Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (55/377)
22132026-08-27T08:06:18.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-08-27T08:06:18.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-08-27T08:06:18.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-08-27T08:06:18.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22172026-08-27T08:06:18.152Z
22182026-08-27T08:06:18.152Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (56/377)
22192026-08-27T08:06:18.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-08-27T08:06:18.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-08-27T08:06:18.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-08-27T08:06:18.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22232026-08-27T08:06:18.567Z
22242026-08-27T08:06:18.567Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (57/377)
22252026-08-27T08:06:18.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-08-27T08:06:18.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-08-27T08:06:18.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-08-27T08:06:18.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22292026-08-27T08:06:18.988Z
22302026-08-27T08:06:18.988Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (58/377)
22312026-08-27T08:06:19.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-08-27T08:06:19.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-08-27T08:06:19.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342026-08-27T08:06:19.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22352026-08-27T08:06:19.406Z
22362026-08-27T08:06:19.406Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (59/377)
22372026-08-27T08:06:19.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382026-08-27T08:06:19.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392026-08-27T08:06:19.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402026-08-27T08:06:19.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22412026-08-27T08:06:19.824Z
22422026-08-27T08:06:19.824Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (60/377)
22432026-08-27T08:06:20.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442026-08-27T08:06:20.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452026-08-27T08:06:20.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462026-08-27T08:06:20.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22472026-08-27T08:06:20.248Z
22482026-08-27T08:06:20.248Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (61/377)
22492026-08-27T08:06:20.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502026-08-27T08:06:20.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512026-08-27T08:06:20.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22522026-08-27T08:06:20.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
22532026-08-27T08:06:20.673Z
22542026-08-27T08:06:20.673Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (62/377)
22552026-08-27T08:06:21.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22562026-08-27T08:06:21.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22572026-08-27T08:06:21.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22582026-08-27T08:06:21.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22592026-08-27T08:06:21.095Z
22602026-08-27T08:06:21.096Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (63/377)
22612026-08-27T08:06:21.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22622026-08-27T08:06:21.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22632026-08-27T08:06:21.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22642026-08-27T08:06:21.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22652026-08-27T08:06:21.517Z
22662026-08-27T08:06:21.517Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (64/377)
22672026-08-27T08:06:21.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22682026-08-27T08:06:21.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22692026-08-27T08:06:21.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22702026-08-27T08:06:21.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
22712026-08-27T08:06:21.941Z
22722026-08-27T08:06:21.941Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (65/377)
22732026-08-27T08:06:22.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22742026-08-27T08:06:22.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22752026-08-27T08:06:22.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22762026-08-27T08:06:22.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22772026-08-27T08:06:22.362Z
22782026-08-27T08:06:22.362Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (66/377)
22792026-08-27T08:06:22.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22802026-08-27T08:06:22.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22812026-08-27T08:06:22.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22822026-08-27T08:06:22.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
22832026-08-27T08:06:22.784Z
22842026-08-27T08:06:22.784Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (67/377)
22852026-08-27T08:06:23.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22862026-08-27T08:06:23.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22872026-08-27T08:06:23.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22882026-08-27T08:06:23.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22892026-08-27T08:06:23.205Z
22902026-08-27T08:06:23.205Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (68/377)
22912026-08-27T08:06:23.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22922026-08-27T08:06:23.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22932026-08-27T08:06:23.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22942026-08-27T08:06:23.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
22952026-08-27T08:06:23.641Z
22962026-08-27T08:06:23.642Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (69/377)
22972026-08-27T08:06:24.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22982026-08-27T08:06:24.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22992026-08-27T08:06:24.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23002026-08-27T08:06:24.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
23012026-08-27T08:06:24.057Z
23022026-08-27T08:06:24.057Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (70/377)
23032026-08-27T08:06:24.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23042026-08-27T08:06:24.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23052026-08-27T08:06:24.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23062026-08-27T08:06:24.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23072026-08-27T08:06:24.477Z
23082026-08-27T08:06:24.477Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (71/377)
23092026-08-27T08:06:24.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23102026-08-27T08:06:24.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23112026-08-27T08:06:24.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23122026-08-27T08:06:24.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23132026-08-27T08:06:24.898Z
23142026-08-27T08:06:24.898Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (72/377)
23152026-08-27T08:06:25.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23162026-08-27T08:06:25.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23172026-08-27T08:06:25.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23182026-08-27T08:06:25.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23192026-08-27T08:06:25.318Z
23202026-08-27T08:06:25.318Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (73/377)
23212026-08-27T08:06:25.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23222026-08-27T08:06:25.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23232026-08-27T08:06:25.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23242026-08-27T08:06:25.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23252026-08-27T08:06:25.739Z
23262026-08-27T08:06:25.739Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (74/377)
23272026-08-27T08:06:26.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23282026-08-27T08:06:26.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23292026-08-27T08:06:26.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23302026-08-27T08:06:26.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23312026-08-27T08:06:26.156Z
23322026-08-27T08:06:26.156Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (75/377)
23332026-08-27T08:06:26.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23342026-08-27T08:06:26.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23352026-08-27T08:06:26.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23362026-08-27T08:06:26.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23372026-08-27T08:06:26.578Z
23382026-08-27T08:06:26.578Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (76/377)
23392026-08-27T08:06:26.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23402026-08-27T08:06:26.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23412026-08-27T08:06:26.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23422026-08-27T08:06:26.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23432026-08-27T08:06:26.996Z
23442026-08-27T08:06:26.996Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (77/377)
23452026-08-27T08:06:27.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23462026-08-27T08:06:27.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23472026-08-27T08:06:27.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23482026-08-27T08:06:27.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23492026-08-27T08:06:27.413Z
23502026-08-27T08:06:27.413Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (78/377)
23512026-08-27T08:06:27.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23522026-08-27T08:06:27.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23532026-08-27T08:06:27.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23542026-08-27T08:06:27.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23552026-08-27T08:06:27.832Z
23562026-08-27T08:06:27.832Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (79/377)
23572026-08-27T08:06:28.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23582026-08-27T08:06:28.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23592026-08-27T08:06:28.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23602026-08-27T08:06:28.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23612026-08-27T08:06:28.253Z
23622026-08-27T08:06:28.253Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (80/377)
23632026-08-27T08:06:28.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23642026-08-27T08:06:28.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23652026-08-27T08:06:28.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23662026-08-27T08:06:28.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
23672026-08-27T08:06:28.674Z
23682026-08-27T08:06:28.674Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (81/377)
23692026-08-27T08:06:29.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23702026-08-27T08:06:29.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23712026-08-27T08:06:29.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23722026-08-27T08:06:29.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23732026-08-27T08:06:29.094Z
23742026-08-27T08:06:29.094Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (82/377)
23752026-08-27T08:06:29.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23762026-08-27T08:06:29.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23772026-08-27T08:06:29.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23782026-08-27T08:06:29.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23792026-08-27T08:06:29.514Z
23802026-08-27T08:06:29.514Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (83/377)
23812026-08-27T08:06:29.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23822026-08-27T08:06:29.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23832026-08-27T08:06:29.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23842026-08-27T08:06:29.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
23852026-08-27T08:06:29.937Z
23862026-08-27T08:06:29.937Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (84/377)
23872026-08-27T08:06:30.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23882026-08-27T08:06:30.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23892026-08-27T08:06:30.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23902026-08-27T08:06:30.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
23912026-08-27T08:06:30.362Z
23922026-08-27T08:06:30.362Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (85/377)
23932026-08-27T08:06:30.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23942026-08-27T08:06:30.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23952026-08-27T08:06:30.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23962026-08-27T08:06:30.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
23972026-08-27T08:06:30.786Z
23982026-08-27T08:06:30.787Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (86/377)
23992026-08-27T08:06:31.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24002026-08-27T08:06:31.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24012026-08-27T08:06:31.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24022026-08-27T08:06:31.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24032026-08-27T08:06:31.207Z
24042026-08-27T08:06:31.207Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (87/377)
24052026-08-27T08:06:31.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24062026-08-27T08:06:31.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24072026-08-27T08:06:31.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24082026-08-27T08:06:31.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
24092026-08-27T08:06:31.631Z
24102026-08-27T08:06:31.631Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (88/377)
24112026-08-27T08:06:31.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24122026-08-27T08:06:32.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24132026-08-27T08:06:32.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24142026-08-27T08:06:32.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24152026-08-27T08:06:32.051Z
24162026-08-27T08:06:32.051Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (89/377)
24172026-08-27T08:06:32.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24182026-08-27T08:06:32.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24192026-08-27T08:06:32.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24202026-08-27T08:06:32.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24212026-08-27T08:06:32.660Z
24222026-08-27T08:06:32.660Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (90/377)
24232026-08-27T08:06:33.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24242026-08-27T08:06:33.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24252026-08-27T08:06:33.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24262026-08-27T08:06:33.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24272026-08-27T08:06:33.269Z
24282026-08-27T08:06:33.269Zinfo: running `cargo check --bins` on nexus-config (91/377)
24292026-08-27T08:06:33.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24302026-08-27T08:06:33.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24312026-08-27T08:06:33.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24322026-08-27T08:06:33.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24332026-08-27T08:06:33.873Z
24342026-08-27T08:06:33.874Zinfo: running `cargo check --bins` on nexus-types (92/377)
24352026-08-27T08:06:34.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24362026-08-27T08:06:34.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24372026-08-27T08:06:34.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24382026-08-27T08:06:34.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24392026-08-27T08:06:34.473Z
24402026-08-27T08:06:34.473Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (93/377)
24412026-08-27T08:06:34.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24422026-08-27T08:06:34.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24432026-08-27T08:06:34.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24442026-08-27T08:06:34.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
24452026-08-27T08:06:35.045Z
24462026-08-27T08:06:35.045Zinfo: running `cargo check --bins` on omicron-passwords (94/377)
24472026-08-27T08:06:35.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24482026-08-27T08:06:35.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24492026-08-27T08:06:35.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24502026-08-27T08:06:35.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24512026-08-27T08:06:35.605Z
24522026-08-27T08:06:35.605Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (95/377)
24532026-08-27T08:06:36.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24542026-08-27T08:06:36.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24552026-08-27T08:06:36.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24562026-08-27T08:06:36.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
24572026-08-27T08:06:36.184Z
24582026-08-27T08:06:36.184Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (96/377)
24592026-08-27T08:06:36.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24602026-08-27T08:06:36.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24612026-08-27T08:06:36.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24622026-08-27T08:06:36.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
24632026-08-27T08:06:36.762Z
24642026-08-27T08:06:36.763Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (97/377)
24652026-08-27T08:06:37.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24662026-08-27T08:06:37.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24672026-08-27T08:06:37.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24682026-08-27T08:06:37.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
24692026-08-27T08:06:37.342Z
24702026-08-27T08:06:37.342Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (98/377)
24712026-08-27T08:06:37.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24722026-08-27T08:06:37.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24732026-08-27T08:06:37.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24742026-08-27T08:06:37.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
24752026-08-27T08:06:37.917Z
24762026-08-27T08:06:37.917Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (99/377)
24772026-08-27T08:06:38.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24782026-08-27T08:06:38.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24792026-08-27T08:06:38.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24802026-08-27T08:06:38.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24812026-08-27T08:06:38.474Z
24822026-08-27T08:06:38.474Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (100/377)
24832026-08-27T08:06:38.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24842026-08-27T08:06:38.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24852026-08-27T08:06:38.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24862026-08-27T08:06:38.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24872026-08-27T08:06:39.034Z
24882026-08-27T08:06:39.034Zinfo: running `cargo check --bins --no-default-features` on gfss (101/377)
24892026-08-27T08:06:39.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24902026-08-27T08:06:39.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24912026-08-27T08:06:39.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24922026-08-27T08:06:39.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24932026-08-27T08:06:39.590Z
24942026-08-27T08:06:39.590Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (102/377)
24952026-08-27T08:06:40.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24962026-08-27T08:06:40.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24972026-08-27T08:06:40.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24982026-08-27T08:06:40.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24992026-08-27T08:06:40.141Z
25002026-08-27T08:06:40.141Zinfo: running `cargo check --bins` on trust-quorum-types (103/377)
25012026-08-27T08:06:40.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25022026-08-27T08:06:40.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25032026-08-27T08:06:40.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25042026-08-27T08:06:40.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25052026-08-27T08:06:40.696Z
25062026-08-27T08:06:40.697Zinfo: running `cargo check --bins` on wicketd-commission-types (104/377)
25072026-08-27T08:06:41.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25082026-08-27T08:06:41.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25092026-08-27T08:06:41.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25102026-08-27T08:06:41.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25112026-08-27T08:06:41.271Z
25122026-08-27T08:06:41.271Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (105/377)
25132026-08-27T08:06:41.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25142026-08-27T08:06:41.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25152026-08-27T08:06:41.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25162026-08-27T08:06:41.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25172026-08-27T08:06:41.842Z
25182026-08-27T08:06:41.842Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (106/377)
25192026-08-27T08:06:42.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25202026-08-27T08:06:42.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25212026-08-27T08:06:42.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25222026-08-27T08:06:42.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25232026-08-27T08:06:42.407Z
25242026-08-27T08:06:42.407Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (107/377)
25252026-08-27T08:06:42.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25262026-08-27T08:06:42.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25272026-08-27T08:06:42.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25282026-08-27T08:06:42.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25292026-08-27T08:06:42.982Z
25302026-08-27T08:06:42.982Zinfo: running `cargo check --bins` on clickhouse-admin-types (108/377)
25312026-08-27T08:06:43.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25322026-08-27T08:06:43.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25332026-08-27T08:06:43.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25342026-08-27T08:06:43.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25352026-08-27T08:06:43.537Z
25362026-08-27T08:06:43.537Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (109/377)
25372026-08-27T08:06:44.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25382026-08-27T08:06:44.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25392026-08-27T08:06:44.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25402026-08-27T08:06:44.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25412026-08-27T08:06:44.111Z
25422026-08-27T08:06:44.111Zinfo: running `cargo check --bins` on cockroach-admin-types (110/377)
25432026-08-27T08:06:44.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25442026-08-27T08:06:44.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25452026-08-27T08:06:44.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25462026-08-27T08:06:44.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25472026-08-27T08:06:44.669Z
25482026-08-27T08:06:44.669Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (111/377)
25492026-08-27T08:06:45.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25502026-08-27T08:06:45.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25512026-08-27T08:06:45.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25522026-08-27T08:06:45.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25532026-08-27T08:06:45.226Z
25542026-08-27T08:06:45.226Zinfo: running `cargo check --bins` on ereport-types (112/377)
25552026-08-27T08:06:45.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25562026-08-27T08:06:45.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25572026-08-27T08:06:45.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25582026-08-27T08:06:45.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25592026-08-27T08:06:45.794Z
25602026-08-27T08:06:45.794Zinfo: running `cargo check --bins` on gateway-client (113/377)
25612026-08-27T08:06:46.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25622026-08-27T08:06:46.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25632026-08-27T08:06:46.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25642026-08-27T08:06:46.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25652026-08-27T08:06:46.361Z
25662026-08-27T08:06:46.361Zinfo: running `cargo check --bins --no-default-features` on gateway-types (114/377)
25672026-08-27T08:06:46.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25682026-08-27T08:06:46.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25692026-08-27T08:06:46.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25702026-08-27T08:06:46.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25712026-08-27T08:06:46.927Z
25722026-08-27T08:06:46.927Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (115/377)
25732026-08-27T08:06:47.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25742026-08-27T08:06:47.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25752026-08-27T08:06:47.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25762026-08-27T08:06:47.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25772026-08-27T08:06:47.491Z
25782026-08-27T08:06:47.491Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (116/377)
25792026-08-27T08:06:47.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25802026-08-27T08:06:47.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25812026-08-27T08:06:47.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25822026-08-27T08:06:47.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25832026-08-27T08:06:48.078Z
25842026-08-27T08:06:48.078Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (117/377)
25852026-08-27T08:06:48.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25862026-08-27T08:06:48.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25872026-08-27T08:06:48.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25882026-08-27T08:06:48.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25892026-08-27T08:06:48.665Z
25902026-08-27T08:06:48.665Zinfo: running `cargo check --bins` on key-manager-types (118/377)
25912026-08-27T08:06:49.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25922026-08-27T08:06:49.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25932026-08-27T08:06:49.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25942026-08-27T08:06:49.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25952026-08-27T08:06:49.220Z
25962026-08-27T08:06:49.221Zinfo: running `cargo check --bins` on oxlog (119/377)
25972026-08-27T08:06:49.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25982026-08-27T08:06:49.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25992026-08-27T08:06:49.825Z Checking cfg-if v1.0.4
26002026-08-27T08:06:49.828Z Checking serde_core v1.0.228
26012026-08-27T08:06:49.929Z Checking libc v0.2.185
26022026-08-27T08:06:49.945Z Checking memchr v2.8.0
26032026-08-27T08:06:49.952Z Checking log v0.4.33
26042026-08-27T08:06:49.952Z Checking smallvec v1.15.1
26052026-08-27T08:06:49.974Z Checking subtle v2.6.1
26062026-08-27T08:06:49.987Z Checking itoa v1.0.17
26072026-08-27T08:06:49.992Z Checking scopeguard v1.2.0
26082026-08-27T08:06:50.088Z Checking lock_api v0.4.14
26092026-08-27T08:06:50.113Z Checking stable_deref_trait v1.2.1
26102026-08-27T08:06:50.126Z Checking typenum v1.20.1
26112026-08-27T08:06:50.137Z Checking zerofrom v0.1.6
26122026-08-27T08:06:50.151Z Checking portable-atomic v1.13.1
26132026-08-27T08:06:50.181Z Checking zerocopy v0.8.55
26142026-08-27T08:06:50.245Z Checking yoke v0.8.1
26152026-08-27T08:06:50.283Z Checking critical-section v1.2.0
26162026-08-27T08:06:50.301Z Checking pin-project-lite v0.2.17
26172026-08-27T08:06:50.324Z Checking errno v0.3.14
26182026-08-27T08:06:50.377Z Checking getrandom v0.2.17
26192026-08-27T08:06:50.390Z Checking const-oid v0.9.6
26202026-08-27T08:06:50.408Z Checking zerovec v0.11.5
26212026-08-27T08:06:50.437Z Checking libm v0.2.16
26222026-08-27T08:06:50.516Z Checking rand_core v0.6.4
26232026-08-27T08:06:50.555Z Checking once_cell v1.21.3
26242026-08-27T08:06:50.689Z Checking zmij v1.0.21
26252026-08-27T08:06:50.727Z Checking signal-hook-registry v1.4.8
26262026-08-27T08:06:50.840Z Checking tinystr v0.8.2
26272026-08-27T08:06:50.859Z Checking parking_lot_core v0.9.12
26282026-08-27T08:06:50.884Z Checking percent-encoding v2.3.2
26292026-08-27T08:06:50.897Z Checking rand_core v0.10.0
26302026-08-27T08:06:51.010Z Checking futures-core v0.3.32
26312026-08-27T08:06:51.022Z Checking writeable v0.6.2
26322026-08-27T08:06:51.033Z Checking litemap v0.8.1
26332026-08-27T08:06:51.044Z Checking parking_lot v0.12.5
26342026-08-27T08:06:51.057Z Checking getrandom v0.4.3
26352026-08-27T08:06:51.127Z Checking potential_utf v0.1.4
26362026-08-27T08:06:51.142Z Checking num-traits v0.2.19
26372026-08-27T08:06:51.181Z Checking zerotrie v0.2.3
26382026-08-27T08:06:51.193Z Checking icu_locale_core v2.1.1
26392026-08-27T08:06:51.197Z Checking mio v1.2.0
26402026-08-27T08:06:51.228Z Checking equivalent v1.0.2
26412026-08-27T08:06:51.282Z Checking icu_collections v2.1.1
26422026-08-27T08:06:51.312Z Checking socket2 v0.6.3
26432026-08-27T08:06:51.416Z Checking icu_normalizer_data v2.1.1
26442026-08-27T08:06:51.429Z Checking serde v1.0.228
26452026-08-27T08:06:51.482Z Checking bitflags v2.11.0
26462026-08-27T08:06:51.494Z Checking serde_json v1.0.151
26472026-08-27T08:06:51.545Z Checking icu_properties_data v2.1.2
26482026-08-27T08:06:51.585Z Checking byteorder v1.5.0
26492026-08-27T08:06:51.646Z Checking futures-sink v0.3.32
26502026-08-27T08:06:51.667Z Checking hashbrown v0.17.0
26512026-08-27T08:06:51.689Z Checking getrandom v0.3.4
26522026-08-27T08:06:51.735Z Checking icu_provider v2.1.1
26532026-08-27T08:06:51.747Z Checking futures-channel v0.3.32
26542026-08-27T08:06:51.784Z Checking futures-task v0.3.32
26552026-08-27T08:06:51.826Z Checking futures-io v0.3.32
26562026-08-27T08:06:51.838Z Checking zeroize v1.9.0
26572026-08-27T08:06:51.918Z Checking bytes v1.11.1
26582026-08-27T08:06:51.934Z Checking utf8_iter v1.0.4
26592026-08-27T08:06:51.949Z Checking slab v0.4.12
26602026-08-27T08:06:51.965Z Checking icu_properties v2.1.2
26612026-08-27T08:06:52.005Z Checking generic-array v0.14.7
26622026-08-27T08:06:52.051Z Checking icu_normalizer v2.1.1
26632026-08-27T08:06:52.098Z Checking futures-util v0.3.32
26642026-08-27T08:06:52.136Z Checking indexmap v2.14.0
26652026-08-27T08:06:52.160Z Checking rustix v1.1.4
26662026-08-27T08:06:52.350Z Checking tokio v1.52.1
26672026-08-27T08:06:52.363Z Checking form_urlencoded v1.2.2
26682026-08-27T08:06:52.454Z Checking crypto-common v0.1.7
26692026-08-27T08:06:52.488Z Checking block-buffer v0.10.4
26702026-08-27T08:06:52.578Z Checking fnv v1.0.7
26712026-08-27T08:06:52.627Z Checking digest v0.10.7
26722026-08-27T08:06:52.670Z Checking base64ct v1.8.3
26732026-08-27T08:06:52.686Z Checking flagset v0.4.7
26742026-08-27T08:06:52.771Z Checking idna_adapter v1.2.1
26752026-08-27T08:06:52.807Z Checking iana-time-zone v0.1.65
26762026-08-27T08:06:52.825Z Checking rand_core v0.9.5
26772026-08-27T08:06:52.887Z Checking idna v1.1.0
26782026-08-27T08:06:52.903Z Checking pem-rfc7468 v0.7.0
26792026-08-27T08:06:52.914Z Checking chrono v0.4.45
26802026-08-27T08:06:52.945Z Checking ppv-lite86 v0.2.21
26812026-08-27T08:06:52.997Z Checking uuid v1.23.4
26822026-08-27T08:06:53.010Z Checking regex-syntax v0.8.10
26832026-08-27T08:06:53.054Z Checking der v0.7.10
26842026-08-27T08:06:53.126Z Checking url v2.5.8
26852026-08-27T08:06:53.234Z Checking base64 v0.22.1
26862026-08-27T08:06:53.320Z Checking http v1.4.2
26872026-08-27T08:06:53.469Z Checking rand_chacha v0.9.0
26882026-08-27T08:06:53.575Z Checking tracing-core v0.1.36
26892026-08-27T08:06:53.678Z Checking simd-adler32 v0.3.8
26902026-08-27T08:06:53.775Z Checking cpufeatures v0.2.17
26912026-08-27T08:06:53.812Z Checking spki v0.7.3
26922026-08-27T08:06:53.845Z Checking dyn-clone v1.0.20
26932026-08-27T08:06:53.860Z Checking rand v0.9.2
26942026-08-27T08:06:53.893Z Checking tracing v0.1.44
26952026-08-27T08:06:53.906Z Checking http-body v1.0.1
26962026-08-27T08:06:53.950Z Checking rustls-pki-types v1.14.0
26972026-08-27T08:06:53.982Z Checking pkcs8 v0.10.2
26982026-08-27T08:06:54.036Z Checking semver v1.0.28
26992026-08-27T08:06:54.064Z Checking spin v0.9.8
27002026-08-27T08:06:54.096Z Checking adler2 v2.0.1
27012026-08-27T08:06:54.137Z Checking utf8parse v0.2.2
27022026-08-27T08:06:54.202Z Checking openssl-probe v0.2.1
27032026-08-27T08:06:54.231Z Checking tinyvec_macros v0.1.1
27042026-08-27T08:06:54.248Z Checking anstyle v1.0.14
27052026-08-27T08:06:54.257Z Checking cmov v0.5.4
27062026-08-27T08:06:54.270Z Checking anstyle-parse v1.0.0
27072026-08-27T08:06:54.293Z Checking tinyvec v1.10.0
27082026-08-27T08:06:54.304Z Checking schemars v0.8.22
27092026-08-27T08:06:54.323Z Checking miniz_oxide v0.8.9
27102026-08-27T08:06:54.334Z Checking sha2 v0.10.9
27112026-08-27T08:06:54.411Z Checking terminal_size v0.4.3
27122026-08-27T08:06:54.425Z Checking aws-lc-sys v0.40.0
27132026-08-27T08:06:54.438Z Checking ctutils v0.4.2
27142026-08-27T08:06:54.521Z Checking thiserror v2.0.18
27152026-08-27T08:06:54.604Z Checking colorchoice v1.0.4
27162026-08-27T08:06:54.607Z Checking try-lock v0.2.5
27172026-08-27T08:06:54.630Z Checking tower-service v0.3.3
27182026-08-27T08:06:54.647Z Checking tower-layer v0.3.3
27192026-08-27T08:06:54.666Z Checking untrusted v0.7.1
27202026-08-27T08:06:54.699Z Checking fastrand v2.3.0
27212026-08-27T08:06:54.712Z Checking is_terminal_polyfill v1.70.2
27222026-08-27T08:06:54.715Z Checking anstyle-query v1.1.5
27232026-08-27T08:06:54.771Z Checking atomic-waker v1.1.2
27242026-08-27T08:06:54.790Z Checking want v0.3.1
27252026-08-27T08:06:54.802Z Checking hybrid-array v0.4.13
27262026-08-27T08:06:54.813Z Checking anstream v1.0.0
27272026-08-27T08:06:54.868Z Checking ipnet v2.12.0
27282026-08-27T08:06:54.881Z Checking tempfile v3.27.0
27292026-08-27T08:06:54.909Z Checking httparse v1.10.1
27302026-08-27T08:06:54.926Z Checking aws-lc-rs v1.16.3
27312026-08-27T08:06:54.947Z Checking crc32fast v1.5.0
27322026-08-27T08:06:55.012Z Checking aho-corasick v1.1.4
27332026-08-27T08:06:55.073Z Checking tap v1.0.1
27342026-08-27T08:06:55.091Z Checking httpdate v1.0.3
27352026-08-27T08:06:55.108Z Checking untrusted v0.9.0
27362026-08-27T08:06:55.120Z Checking foreign-types-shared v0.1.1
27372026-08-27T08:06:55.172Z Checking plain v0.2.3
27382026-08-27T08:06:55.196Z Checking foreign-types v0.3.2
27392026-08-27T08:06:55.212Z Checking wyz v0.5.1
27402026-08-27T08:06:55.227Z Checking unicode-normalization v0.1.25
27412026-08-27T08:06:55.259Z Checking rand_chacha v0.3.1
27422026-08-27T08:06:55.273Z Checking signature v2.2.0
27432026-08-27T08:06:55.379Z Checking radium v0.7.0
27442026-08-27T08:06:55.403Z Checking hex v0.4.3
27452026-08-27T08:06:55.466Z Checking num-integer v0.1.46
27462026-08-27T08:06:55.547Z Checking openssl-sys v0.9.117
27472026-08-27T08:06:55.560Z Checking wait-timeout v0.2.1
27482026-08-27T08:06:55.618Z Checking clap_lex v1.0.0
27492026-08-27T08:06:55.631Z Checking unicode-ident v1.0.24
27502026-08-27T08:06:55.654Z Checking tokio-util v0.7.18
27512026-08-27T08:06:55.694Z Checking ucd-trie v0.1.7
27522026-08-27T08:06:55.700Z Checking regex-automata v0.4.14
27532026-08-27T08:06:55.700Z Checking quick-error v1.2.3
27542026-08-27T08:06:55.731Z Checking funty v2.0.0
27552026-08-27T08:06:55.762Z Checking bit-vec v0.8.0
27562026-08-27T08:06:55.776Z Checking rustls-webpki v0.103.13
27572026-08-27T08:06:55.788Z Checking strsim v0.11.1
27582026-08-27T08:06:55.806Z Checking pest v2.8.6
27592026-08-27T08:06:55.916Z Checking openssl v0.10.80
27602026-08-27T08:06:55.941Z Checking clap_builder v4.6.0
27612026-08-27T08:06:55.954Z Checking bit-set v0.8.0
27622026-08-27T08:06:56.044Z Checking bitvec v1.0.1
27632026-08-27T08:06:56.099Z Checking rusty-fork v0.3.1
27642026-08-27T08:06:56.185Z Checking rustls v0.23.41
27652026-08-27T08:06:56.268Z Checking proc-macro2 v1.0.106
27662026-08-27T08:06:56.271Z Checking h2 v0.4.15
27672026-08-27T08:06:56.574Z Checking num-iter v0.1.45
27682026-08-27T08:06:56.687Z Checking rand v0.8.6
27692026-08-27T08:06:56.858Z Checking lazy_static v1.5.0
27702026-08-27T08:06:56.950Z Checking rand_xorshift v0.4.0
27712026-08-27T08:06:57.073Z Checking hmac v0.12.1
27722026-08-27T08:06:57.160Z Checking thiserror v1.0.69
27732026-08-27T08:06:57.188Z Checking maybe-uninit v2.0.0
27742026-08-27T08:06:57.207Z Checking toml_datetime v0.6.11
27752026-08-27T08:06:57.252Z Checking serde_spanned v0.6.9
27762026-08-27T08:06:57.264Z Checking sync_wrapper v1.0.2
27772026-08-27T08:06:57.353Z Checking siphasher v1.0.2
27782026-08-27T08:06:57.366Z Checking crc-catalog v2.4.0
27792026-08-27T08:06:57.379Z Checking unarray v0.1.4
27802026-08-27T08:06:57.384Z Checking zlib-rs v0.6.2
27812026-08-27T08:06:57.449Z Checking nodrop v0.1.14
27822026-08-27T08:06:57.478Z Checking pretty-hex v0.4.1
27832026-08-27T08:06:57.503Z Checking powerfmt v0.2.0
27842026-08-27T08:06:57.523Z Checking proptest v1.11.0
27852026-08-27T08:06:57.536Z Checking array-init v0.0.4
27862026-08-27T08:06:57.588Z Checking crc v3.4.0
27872026-08-27T08:06:57.650Z Checking deranged v0.5.8
27882026-08-27T08:06:57.756Z Checking tower v0.5.3
27892026-08-27T08:06:57.829Z Checking packed_struct v0.10.1
27902026-08-27T08:06:57.931Z Checking native-tls v0.2.18
27912026-08-27T08:06:58.101Z Checking smallvec v0.6.14
27922026-08-27T08:06:58.145Z Checking num-bigint-dig v0.8.6
27932026-08-27T08:06:58.258Z Checking flate2 v1.1.9
27942026-08-27T08:06:58.289Z Checking clap v4.6.1
27952026-08-27T08:06:58.369Z Checking quote v1.0.45
27962026-08-27T08:06:58.456Z Checking ipnetwork v0.21.1
27972026-08-27T08:06:58.537Z Checking pkcs1 v0.7.5
27982026-08-27T08:06:58.550Z Checking http-body-util v0.1.3
27992026-08-27T08:06:58.576Z Checking crossbeam-utils v0.8.21
28002026-08-27T08:06:58.687Z Checking zerocopy v0.6.6
28012026-08-27T08:06:58.757Z Checking bitfield v0.19.4
28022026-08-27T08:06:58.772Z Checking ahash v0.8.12
28032026-08-27T08:06:58.892Z Checking bzip2-sys v0.1.13+1.0.8
28042026-08-27T08:06:58.936Z Checking scroll v0.13.0
28052026-08-27T08:06:58.968Z Checking env_filter v2.0.0
28062026-08-27T08:06:58.982Z Checking allocator-api2 v0.2.21
28072026-08-27T08:06:58.982Z Checking unicode-properties v0.1.4
28082026-08-27T08:06:58.995Z Checking num-conv v0.2.0
28092026-08-27T08:06:59.028Z Checking time-core v0.1.8
28102026-08-27T08:06:59.074Z Checking hyper v1.10.1
28112026-08-27T08:06:59.108Z Checking iri-string v0.7.10
28122026-08-27T08:06:59.122Z Checking unicode-bidi v0.3.18
28132026-08-27T08:06:59.163Z Checking num_threads v0.1.7
28142026-08-27T08:06:59.176Z Checking hashbrown v0.12.3
28152026-08-27T08:06:59.176Z Checking gimli v0.32.3
28162026-08-27T08:06:59.250Z Checking winnow v0.5.40
28172026-08-27T08:06:59.271Z Checking ryu v1.0.23
28182026-08-27T08:06:59.362Z Checking base64 v0.21.7
28192026-08-27T08:06:59.402Z Checking serde_urlencoded v0.7.1
28202026-08-27T08:06:59.414Z Checking stringprep v0.1.5
28212026-08-27T08:06:59.566Z Checking newtype-uuid v1.3.2
28222026-08-27T08:06:59.580Z Checking indexmap v1.9.3
28232026-08-27T08:06:59.592Z Checking ron v0.8.1
28242026-08-27T08:06:59.604Z Checking time v0.3.47
28252026-08-27T08:06:59.762Z Checking goblin v0.10.5
28262026-08-27T08:06:59.883Z Checking env_logger v0.11.11
28272026-08-27T08:07:00.005Z Checking hyper-util v0.1.20
28282026-08-27T08:07:00.065Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
28292026-08-27T08:07:00.105Z Checking rsa v0.9.10
28302026-08-27T08:07:00.136Z Checking tower-http v0.6.8
28312026-08-27T08:07:00.396Z Checking toml_edit v0.19.15
28322026-08-27T08:07:00.417Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
28332026-08-27T08:07:00.570Z Checking bzip2 v0.4.4
28342026-08-27T08:07:00.584Z Checking hashbrown v0.13.2
28352026-08-27T08:07:00.712Z Checking addr2line v0.25.1
28362026-08-27T08:07:00.726Z Checking crossbeam-epoch v0.9.18
28372026-08-27T08:07:00.736Z Checking oxnet v0.1.6
28382026-08-27T08:07:00.943Z Checking syn v2.0.117
28392026-08-27T08:07:00.965Z Checking serde-hex v0.1.0
28402026-08-27T08:07:00.989Z Checking tokio-native-tls v0.3.1
28412026-08-27T08:07:01.004Z Checking bstr v1.12.1
28422026-08-27T08:07:01.144Z Checking block-buffer v0.12.1
28432026-08-27T08:07:01.260Z Checking block-padding v0.4.2
28442026-08-27T08:07:01.308Z Checking crypto-common v0.2.2
28452026-08-27T08:07:01.387Z Checking rustls-native-certs v0.8.3
28462026-08-27T08:07:01.401Z Checking x509-cert v0.2.5
28472026-08-27T08:07:01.424Z Checking scroll v0.12.0
28482026-08-27T08:07:01.518Z Checking object v0.37.3
28492026-08-27T08:07:01.648Z Checking zstd-sys v2.0.16+zstd.1.5.7
28502026-08-27T08:07:01.757Z Checking md-5 v0.10.6
28512026-08-27T08:07:01.897Z Checking hash32 v0.2.1
28522026-08-27T08:07:01.910Z Checking encoding_rs v0.8.35
28532026-08-27T08:07:02.036Z Checking rustc-demangle v0.1.27
28542026-08-27T08:07:02.054Z Checking fallible-iterator v0.2.0
28552026-08-27T08:07:02.070Z Checking psl-types v2.0.11
28562026-08-27T08:07:02.181Z Checking mime v0.3.17
28572026-08-27T08:07:02.248Z Checking crc-any v2.5.0
28582026-08-27T08:07:02.322Z Checking either v1.15.0
28592026-08-27T08:07:02.355Z Checking postgres-protocol v0.6.10
28602026-08-27T08:07:02.422Z Checking publicsuffix v2.3.0
28612026-08-27T08:07:02.450Z Checking dof v0.4.0
28622026-08-27T08:07:02.512Z Checking heapless v0.7.17
28632026-08-27T08:07:02.576Z Checking zstd-safe v7.2.4
28642026-08-27T08:07:02.668Z Checking goblin v0.8.2
28652026-08-27T08:07:02.743Z Checking toml v0.7.8
28662026-08-27T08:07:02.850Z Checking inout v0.2.2
28672026-08-27T08:07:02.924Z Checking hyper-tls v0.6.0
28682026-08-27T08:07:03.002Z Checking object v0.30.4
28692026-08-27T08:07:03.046Z Checking daft v0.1.8
28702026-08-27T08:07:03.076Z Checking zip v0.6.6
28712026-08-27T08:07:03.088Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
28722026-08-27T08:07:03.100Z Checking cookie v0.18.1
28732026-08-27T08:07:03.208Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
28742026-08-27T08:07:03.280Z Checking tokio-rustls v0.26.4
28752026-08-27T08:07:03.323Z Checking phf_shared v0.13.1
28762026-08-27T08:07:03.367Z Checking dtrace-parser v0.3.0
28772026-08-27T08:07:03.390Z Checking pin-project v1.1.11
28782026-08-27T08:07:03.482Z Checking zerocopy v0.7.35
28792026-08-27T08:07:03.500Z Checking signal-hook v0.3.18
28802026-08-27T08:07:03.512Z Checking futures-executor v0.3.32
28812026-08-27T08:07:03.621Z Checking ff v0.13.1
28822026-08-27T08:07:03.656Z Checking thread-id v5.1.0
28832026-08-27T08:07:03.698Z Checking base16ct v0.2.0
28842026-08-27T08:07:03.733Z Checking unicode-linebreak v0.1.5
28852026-08-27T08:07:03.745Z Checking unicode-width v0.2.0
28862026-08-27T08:07:03.822Z Checking same-file v1.0.6
28872026-08-27T08:07:03.845Z Checking backtrace v0.3.76
28882026-08-27T08:07:03.940Z Checking smawk v0.3.2
28892026-08-27T08:07:03.940Z Checking path-slash v0.1.5
28902026-08-27T08:07:03.973Z Checking foldhash v0.1.5
28912026-08-27T08:07:03.989Z Checking bitflags v1.3.2
28922026-08-27T08:07:04.038Z Checking bumpalo v3.20.2
28932026-08-27T08:07:04.054Z Compiling rayon-core v1.13.0
28942026-08-27T08:07:04.067Z Checking foldhash v0.2.0
28952026-08-27T08:07:04.078Z Checking libbz2-rs-sys v0.2.2
28962026-08-27T08:07:04.103Z Checking managed v0.8.0
28972026-08-27T08:07:04.139Z Checking is_ci v1.2.0
28982026-08-27T08:07:04.219Z Checking jiff-core v0.1.0
28992026-08-27T08:07:04.233Z Compiling illumos-nvpair-sys v0.2.0
29002026-08-27T08:07:04.246Z Checking zopfli v0.8.3
29012026-08-27T08:07:04.271Z Checking supports-color v3.0.2
29022026-08-27T08:07:04.285Z Checking smoltcp v0.9.1
29032026-08-27T08:07:04.391Z Checking hashbrown v0.16.1
29042026-08-27T08:07:04.422Z Checking backtrace-ext v0.2.1
29052026-08-27T08:07:04.463Z Checking bzip2 v0.6.1
29062026-08-27T08:07:04.529Z Checking hashbrown v0.15.5
29072026-08-27T08:07:04.569Z Checking textwrap v0.16.2
29082026-08-27T08:07:04.595Z Checking dof v0.3.0
29092026-08-27T08:07:04.624Z Checking walkdir v2.5.0
29102026-08-27T08:07:04.783Z Checking sec1 v0.7.3
29112026-08-27T08:07:04.794Z Checking group v0.13.0
29122026-08-27T08:07:04.869Z Checking usdt-impl v0.6.0
29132026-08-27T08:07:04.872Z Checking signal-hook-mio v0.2.5
29142026-08-27T08:07:04.896Z Checking futures v0.3.32
29152026-08-27T08:07:04.899Z Checking jiff v0.2.34
29162026-08-27T08:07:04.935Z Checking phf v0.13.1
29172026-08-27T08:07:04.966Z Checking hyper-rustls v0.27.7
29182026-08-27T08:07:04.981Z Checking snafu v0.8.9
29192026-08-27T08:07:04.984Z Checking cookie_store v0.22.1
29202026-08-27T08:07:04.984Z Checking reqwest v0.12.28
29212026-08-27T08:07:05.077Z Checking cipher v0.5.2
29222026-08-27T08:07:05.120Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
29232026-08-27T08:07:05.146Z Checking zstd v0.13.3
29242026-08-27T08:07:05.172Z Checking postgres-types v0.2.12
29252026-08-27T08:07:05.221Z Checking rustls-platform-verifier v0.6.2
29262026-08-27T08:07:05.312Z Checking globset v0.4.18
29272026-08-27T08:07:05.324Z Checking crossbeam-deque v0.8.6
29282026-08-27T08:07:05.337Z Checking regex v1.12.3
29292026-08-27T08:07:05.356Z Checking phf_shared v0.11.3
29302026-08-27T08:07:05.451Z Checking dtrace-parser v0.2.0
29312026-08-27T08:07:05.484Z Checking hkdf v0.12.4
29322026-08-27T08:07:05.496Z Checking byte-wrapper v0.1.0
29332026-08-27T08:07:05.499Z Checking curve25519-dalek v4.1.3
29342026-08-27T08:07:05.559Z Checking ref-cast v1.0.25
29352026-08-27T08:07:05.610Z Checking strum v0.27.2
29362026-08-27T08:07:05.624Z Checking olpc-cjson v0.1.4
29372026-08-27T08:07:05.654Z Checking hubpack v0.1.2
29382026-08-27T08:07:05.683Z Checking ed25519 v2.2.3
29392026-08-27T08:07:05.708Z Checking memoffset v0.9.1
29402026-08-27T08:07:05.722Z Checking rustix v0.38.44
29412026-08-27T08:07:05.751Z Checking owo-colors v4.3.0
29422026-08-27T08:07:05.765Z Checking pem v3.0.6
29432026-08-27T08:07:05.780Z Checking crypto-bigint v0.5.5
29442026-08-27T08:07:05.815Z Checking serde-big-array v0.5.1
29452026-08-27T08:07:05.864Z Checking erased-serde v0.3.31
29462026-08-27T08:07:05.916Z Checking serde_plain v1.0.2
29472026-08-27T08:07:05.946Z Checking float-cmp v0.10.0
29482026-08-27T08:07:06.058Z Checking memmap2 v0.9.10
29492026-08-27T08:07:06.071Z Checking thread-id v4.2.2
29502026-08-27T08:07:06.144Z Checking precomputed-hash v0.1.1
29512026-08-27T08:07:06.216Z Checking supports-hyperlinks v3.2.0
29522026-08-27T08:07:06.228Z Checking winnow v0.7.14
29532026-08-27T08:07:06.241Z Checking typed-path v0.9.3
29542026-08-27T08:07:06.260Z Checking normalize-line-endings v0.3.0
29552026-08-27T08:07:06.298Z Checking toml_write v0.1.2
29562026-08-27T08:07:06.316Z Checking new_debug_unreachable v1.0.6
29572026-08-27T08:07:06.345Z Checking static_assertions v1.1.0
29582026-08-27T08:07:06.383Z Checking supports-unicode v3.0.0
29592026-08-27T08:07:06.414Z Checking winnow v1.0.3
29602026-08-27T08:07:06.460Z Checking unicode-segmentation v1.12.0
29612026-08-27T08:07:06.483Z Checking unicode-width v0.1.14
29622026-08-27T08:07:06.513Z Checking fixedbitset v0.4.2
29632026-08-27T08:07:06.661Z Checking difflib v0.4.0
29642026-08-27T08:07:06.682Z Checking const-oid v0.10.2
29652026-08-27T08:07:06.722Z Checking cpufeatures v0.3.0
29662026-08-27T08:07:06.769Z Checking fixedbitset v0.5.7
29672026-08-27T08:07:06.789Z Checking predicates-core v1.0.10
29682026-08-27T08:07:06.803Z Checking whoami v2.1.0
29692026-08-27T08:07:06.833Z Checking keccak v0.1.6
29702026-08-27T08:07:06.837Z Checking data-encoding v2.10.0
29712026-08-27T08:07:06.906Z Checking predicates v3.1.4
29722026-08-27T08:07:06.957Z Checking petgraph v0.8.3
29732026-08-27T08:07:06.988Z Checking tokio-postgres v0.7.16
29742026-08-27T08:07:07.001Z Checking sha3 v0.10.8
29752026-08-27T08:07:07.005Z Checking tough v0.22.0
29762026-08-27T08:07:07.116Z Checking hickory-proto v0.25.2
29772026-08-27T08:07:07.202Z Checking digest v0.11.3
29782026-08-27T08:07:07.216Z Checking zip v4.6.1
29792026-08-27T08:07:07.257Z Checking toml_parser v1.1.2+spec-1.1.0
29802026-08-27T08:07:07.382Z Checking chacha20 v0.10.0
29812026-08-27T08:07:07.406Z Checking toml_edit v0.22.27
29822026-08-27T08:07:07.584Z Checking similar v2.7.0
29832026-08-27T08:07:07.636Z Checking miette v7.6.0
29842026-08-27T08:07:07.800Z Checking elliptic-curve v0.13.8
29852026-08-27T08:07:07.967Z Checking petgraph v0.6.5
29862026-08-27T08:07:08.112Z Checking crossterm v0.28.1
29872026-08-27T08:07:08.137Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29882026-08-27T08:07:08.258Z Checking string_cache v0.8.9
29892026-08-27T08:07:08.429Z Checking ed25519-dalek v2.2.0
29902026-08-27T08:07:08.502Z Checking slog v2.8.2
29912026-08-27T08:07:08.517Z Checking usdt v0.6.0
29922026-08-27T08:07:08.682Z Checking usdt-impl v0.5.0
29932026-08-27T08:07:08.695Z Checking nix v0.31.2
29942026-08-27T08:07:08.784Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
29952026-08-27T08:07:08.830Z Checking iddqd v0.4.2
29962026-08-27T08:07:09.039Z Checking reqwest v0.13.2
29972026-08-27T08:07:09.288Z Checking itertools v0.13.0
29982026-08-27T08:07:09.351Z Checking itertools v0.15.0
29992026-08-27T08:07:09.381Z Checking strum v0.26.3
30002026-08-27T08:07:09.491Z Checking serde_with v3.21.0
30012026-08-27T08:07:09.768Z Checking derive_more v2.1.1
30022026-08-27T08:07:09.865Z Checking fs-err v3.3.0
30032026-08-27T08:07:09.884Z Checking tokio-stream v0.1.18
30042026-08-27T08:07:09.897Z Checking buf-list v1.1.2
30052026-08-27T08:07:09.900Z Checking anyhow v1.0.104
30062026-08-27T08:07:10.077Z Checking camino v1.2.5
30072026-08-27T08:07:10.104Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
30082026-08-27T08:07:10.159Z Checking openapiv3 v2.2.0
30092026-08-27T08:07:10.257Z Checking peg-runtime v0.8.5
30102026-08-27T08:07:10.326Z Checking lalrpop-util v0.19.12
30112026-08-27T08:07:10.337Z Checking illumos-nvpair v0.3.0
30122026-08-27T08:07:10.363Z Checking rayon v1.11.0
30132026-08-27T08:07:10.394Z Checking sigpipe v0.1.3
30142026-08-27T08:07:10.407Z Checking glob v0.3.3
30152026-08-27T08:07:11.313Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30162026-08-27T08:07:11.666Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30172026-08-27T08:07:11.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.72s
30182026-08-27T08:07:12.107Z
30192026-08-27T08:07:12.107Zinfo: running `cargo check --bins` on internal-dns-types (120/377)
30202026-08-27T08:07:12.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30212026-08-27T08:07:12.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30222026-08-27T08:07:12.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30232026-08-27T08:07:12.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30242026-08-27T08:07:12.677Z
30252026-08-27T08:07:12.677Zinfo: running `cargo check --bins` on internal-dns-types-versions (121/377)
30262026-08-27T08:07:13.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272026-08-27T08:07:13.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282026-08-27T08:07:13.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30292026-08-27T08:07:13.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30302026-08-27T08:07:13.233Z
30312026-08-27T08:07:13.233Zinfo: running `cargo check --bins` on nexus-types-versions (122/377)
30322026-08-27T08:07:13.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332026-08-27T08:07:13.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342026-08-27T08:07:13.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352026-08-27T08:07:13.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30362026-08-27T08:07:13.827Z
30372026-08-27T08:07:13.827Zinfo: running `cargo check --bins` on oxql-types (123/377)
30382026-08-27T08:07:14.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392026-08-27T08:07:14.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402026-08-27T08:07:14.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412026-08-27T08:07:14.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30422026-08-27T08:07:14.398Z
30432026-08-27T08:07:14.398Zinfo: running `cargo check --bins` on oximeter-types (124/377)
30442026-08-27T08:07:14.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-08-27T08:07:14.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-08-27T08:07:14.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472026-08-27T08:07:14.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30482026-08-27T08:07:14.969Z
30492026-08-27T08:07:14.969Zinfo: running `cargo check --bins` on oximeter-types-versions (125/377)
30502026-08-27T08:07:15.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-08-27T08:07:15.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-08-27T08:07:15.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-08-27T08:07:15.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30542026-08-27T08:07:15.544Z
30552026-08-27T08:07:15.544Zinfo: running `cargo check --bins` on oximeter-macro-impl (126/377)
30562026-08-27T08:07:16.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-08-27T08:07:16.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-08-27T08:07:16.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592026-08-27T08:07:16.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30602026-08-27T08:07:16.106Z
30612026-08-27T08:07:16.106Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (127/377)
30622026-08-27T08:07:16.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632026-08-27T08:07:16.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642026-08-27T08:07:16.791Z Compiling multer v3.1.0
30652026-08-27T08:07:16.905Z Compiling async-stream-impl v0.3.6
30662026-08-27T08:07:16.908Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30672026-08-27T08:07:16.920Z Compiling serde_tokenstream v0.3.0
30682026-08-27T08:07:16.930Z Compiling dropshot v0.17.1
30692026-08-27T08:07:16.942Z Compiling parse-display-derive v0.10.0
30702026-08-27T08:07:16.955Z Compiling newtype-uuid-macros v0.1.0
30712026-08-27T08:07:16.958Z Compiling dropshot_endpoint v0.17.1
30722026-08-27T08:07:17.119Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30732026-08-27T08:07:17.180Z Checking thread_local v1.1.9
30742026-08-27T08:07:17.215Z Compiling oxide-generation-macros v0.2.0
30752026-08-27T08:07:17.280Z Checking match_cfg v0.1.0
30762026-08-27T08:07:17.345Z Checking compression-core v0.4.31
30772026-08-27T08:07:17.359Z Checking hostname v0.3.1
30782026-08-27T08:07:17.456Z Checking crossbeam-channel v0.5.15
30792026-08-27T08:07:17.470Z Checking compression-codecs v0.4.37
30802026-08-27T08:07:17.474Z Checking atomicwrites v0.4.4
30812026-08-27T08:07:17.546Z Checking slog-json v2.6.1
30822026-08-27T08:07:17.606Z Checking is-terminal v0.4.17
30832026-08-27T08:07:17.635Z Checking serde_spanned v1.1.1
30842026-08-27T08:07:17.695Z Checking toml_datetime v1.1.1+spec-1.1.0
30852026-08-27T08:07:17.709Z Checking term v1.2.1
30862026-08-27T08:07:17.709Z Checking take_mut v0.2.2
30872026-08-27T08:07:17.761Z Checking debug-ignore v1.0.5
30882026-08-27T08:07:17.787Z Checking toml_writer v1.1.1+spec-1.1.0
30892026-08-27T08:07:17.807Z Checking slog-async v2.8.0
30902026-08-27T08:07:17.861Z Checking slog-bunyan v2.5.0
30912026-08-27T08:07:17.894Z Checking async-compression v0.4.41
30922026-08-27T08:07:17.938Z Checking slog-term v2.9.2
30932026-08-27T08:07:17.951Z Checking async-stream v0.3.6
30942026-08-27T08:07:17.965Z Checking toml v1.1.2+spec-1.1.0
30952026-08-27T08:07:17.977Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30962026-08-27T08:07:17.980Z Checking progenitor-client v0.14.0
30972026-08-27T08:07:18.072Z Checking sha1 v0.11.0
30982026-08-27T08:07:18.136Z Checking oxide-generation v0.1.3
30992026-08-27T08:07:18.185Z Checking waitgroup v0.1.2
31002026-08-27T08:07:18.215Z Checking rustls-pemfile v2.2.0
31012026-08-27T08:07:18.258Z Checking backon v1.6.0
31022026-08-27T08:07:18.281Z Checking serde_path_to_error v0.1.20
31032026-08-27T08:07:18.302Z Checking hostname v0.4.2
31042026-08-27T08:07:18.352Z Checking instant v0.1.13
31052026-08-27T08:07:18.421Z Checking progenitor-extras v0.2.0
31062026-08-27T08:07:18.434Z Checking backoff v0.4.0
31072026-08-27T08:07:18.535Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31082026-08-27T08:07:18.547Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31092026-08-27T08:07:18.607Z Checking parse-display v0.10.0
31102026-08-27T08:07:18.637Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31112026-08-27T08:07:18.661Z Checking regress v0.10.5
31122026-08-27T08:07:18.677Z Checking itertools v0.14.0
31132026-08-27T08:07:18.732Z Checking macaddr v1.0.1
31142026-08-27T08:07:18.916Z Checking humantime v2.3.0
31152026-08-27T08:07:19.744Z Compiling prettyplease v0.2.37
31162026-08-27T08:07:20.084Z Checking num-rational v0.4.2
31172026-08-27T08:07:20.355Z Checking num-complex v0.4.6
31182026-08-27T08:07:20.749Z Compiling num v0.4.3
31192026-08-27T08:07:20.762Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31202026-08-27T08:07:20.866Z Compiling usdt-macro v0.5.0
31212026-08-27T08:07:20.894Z Compiling usdt-attr-macro v0.5.0
31222026-08-27T08:07:20.906Z Checking memmap v0.7.0
31232026-08-27T08:07:20.975Z Checking float-ord v0.3.2
31242026-08-27T08:07:21.078Z Compiling convert_case v0.4.0
31252026-08-27T08:07:21.454Z Compiling derive_more v0.99.20
31262026-08-27T08:07:21.495Z Checking newline-converter v0.3.0
31272026-08-27T08:07:21.599Z Checking console v0.15.11
31282026-08-27T08:07:21.611Z Compiling toml v0.8.23
31292026-08-27T08:07:21.682Z Checking usdt v0.5.0
31302026-08-27T08:07:21.854Z Checking linked-hash-map v0.5.6
31312026-08-27T08:07:21.872Z Compiling minimal-lexical v0.2.1
31322026-08-27T08:07:22.023Z Checking lru-cache v0.1.2
31332026-08-27T08:07:22.119Z Compiling nom v7.1.3
31342026-08-27T08:07:22.144Z Checking expectorate v1.2.0
31352026-08-27T08:07:22.286Z Checking camino-tempfile v1.4.1
31362026-08-27T08:07:22.444Z Checking hickory-proto v0.24.4
31372026-08-27T08:07:22.598Z Checking phf_shared v0.12.1
31382026-08-27T08:07:22.726Z Compiling slog-dtrace v0.3.0
31392026-08-27T08:07:22.740Z Compiling unicode-xid v0.2.6
31402026-08-27T08:07:22.868Z Compiling chrono-tz v0.10.4
31412026-08-27T08:07:23.041Z Checking resolv-conf v0.7.6
31422026-08-27T08:07:23.187Z Checking heck v0.5.0
31432026-08-27T08:07:23.294Z Compiling const_format_proc_macros v0.2.34
31442026-08-27T08:07:23.311Z Checking phf v0.12.1
31452026-08-27T08:07:23.451Z Checking tokio-dtrace v0.1.1
31462026-08-27T08:07:23.464Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31472026-08-27T08:07:23.516Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31482026-08-27T08:07:23.665Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31492026-08-27T08:07:23.976Z Compiling derive-where v1.6.0
31502026-08-27T08:07:24.029Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31512026-08-27T08:07:24.153Z Checking highway v1.3.0
31522026-08-27T08:07:24.349Z Checking hickory-resolver v0.24.4
31532026-08-27T08:07:24.383Z Checking const_format v0.2.35
31542026-08-27T08:07:24.622Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31552026-08-27T08:07:25.108Z Checking oxide-tokio-rt v0.1.4
31562026-08-27T08:07:25.144Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31572026-08-27T08:07:25.279Z Checking qorb v0.4.1
31582026-08-27T08:07:25.429Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31592026-08-27T08:07:25.500Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31602026-08-27T08:07:25.504Z Checking gethostname v0.5.0
31612026-08-27T08:07:25.540Z Checking bcs v0.1.6
31622026-08-27T08:07:25.570Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31632026-08-27T08:07:25.594Z Checking termtree v0.5.1
31642026-08-27T08:07:28.642Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31652026-08-27T08:07:31.746Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31662026-08-27T08:07:33.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.86s
31672026-08-27T08:07:34.142Z
31682026-08-27T08:07:34.142Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (128/377)
31692026-08-27T08:07:34.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702026-08-27T08:07:34.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712026-08-27T08:07:34.831Z Compiling ar_archive_writer v0.5.1
31722026-08-27T08:07:34.942Z Compiling stacker v0.1.23
31732026-08-27T08:07:34.948Z Compiling cfg_aliases v0.1.1
31742026-08-27T08:07:34.955Z Compiling proc-macro-error v1.0.4
31752026-08-27T08:07:34.965Z Checking fd-lock v4.0.4
31762026-08-27T08:07:34.965Z Checking nibble_vec v0.1.0
31772026-08-27T08:07:34.969Z Compiling recursive-proc-macro-impl v0.1.1
31782026-08-27T08:07:34.969Z Checking vte v0.14.1
31792026-08-27T08:07:35.006Z Compiling nix v0.28.0
31802026-08-27T08:07:35.068Z Checking bytecount v0.6.9
31812026-08-27T08:07:35.107Z Checking endian-type v0.1.2
31822026-08-27T08:07:35.120Z Checking strip-ansi-escapes v0.2.1
31832026-08-27T08:07:35.166Z Checking papergrid v0.11.0
31842026-08-27T08:07:35.197Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31852026-08-27T08:07:35.217Z Compiling peg-macros v0.8.5
31862026-08-27T08:07:35.229Z Checking radix_trie v0.2.1
31872026-08-27T08:07:35.243Z Compiling tabled_derive v0.7.0
31882026-08-27T08:07:35.357Z Checking winnow v0.6.26
31892026-08-27T08:07:35.449Z Compiling sqlparser_derive v0.5.0
31902026-08-27T08:07:35.654Z Checking nu-ansi-term v0.50.3
31912026-08-27T08:07:35.755Z Compiling psm v0.1.30
31922026-08-27T08:07:35.767Z Checking unicode_categories v0.1.1
31932026-08-27T08:07:35.861Z Checking home v0.5.12
31942026-08-27T08:07:35.917Z Checking reedline v0.40.0
31952026-08-27T08:07:35.987Z Checking crossterm v0.29.0
31962026-08-27T08:07:36.187Z Checking tabled v0.15.0
31972026-08-27T08:07:36.200Z Checking display-error-chain v0.2.2
31982026-08-27T08:07:36.298Z Checking rustyline v14.0.0
31992026-08-27T08:07:36.489Z Checking sqlformat v0.3.5
32002026-08-27T08:07:36.501Z Checking recursive v0.1.1
32012026-08-27T08:07:36.529Z Checking peg v0.8.5
32022026-08-27T08:07:36.582Z Checking sqlparser v0.61.0
32032026-08-27T08:07:47.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.64s
32042026-08-27T08:07:47.958Z
32052026-08-27T08:07:47.958Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (129/377)
32062026-08-27T08:07:48.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-08-27T08:07:48.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-08-27T08:07:48.636Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32092026-08-27T08:07:52.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
32102026-08-27T08:07:52.322Z
32112026-08-27T08:07:52.322Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (130/377)
32122026-08-27T08:07:52.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-08-27T08:07:52.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-08-27T08:07:52.998Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32152026-08-27T08:07:55.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
32162026-08-27T08:07:55.708Z
32172026-08-27T08:07:55.708Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (131/377)
32182026-08-27T08:07:56.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-08-27T08:07:56.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-08-27T08:07:56.380Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32212026-08-27T08:07:59.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
32222026-08-27T08:07:59.894Z
32232026-08-27T08:07:59.894Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (132/377)
32242026-08-27T08:08:00.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-08-27T08:08:00.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-08-27T08:08:00.574Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32272026-08-27T08:08:03.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
32282026-08-27T08:08:04.091Z
32292026-08-27T08:08:04.091Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (133/377)
32302026-08-27T08:08:04.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312026-08-27T08:08:04.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322026-08-27T08:08:04.768Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32332026-08-27T08:08:07.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s
32342026-08-27T08:08:07.623Z
32352026-08-27T08:08:07.623Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (134/377)
32362026-08-27T08:08:08.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372026-08-27T08:08:08.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382026-08-27T08:08:08.290Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32392026-08-27T08:08:10.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s
32402026-08-27T08:08:11.159Z
32412026-08-27T08:08:11.160Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (135/377)
32422026-08-27T08:08:11.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432026-08-27T08:08:11.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442026-08-27T08:08:11.834Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32452026-08-27T08:08:15.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
32462026-08-27T08:08:15.532Z
32472026-08-27T08:08:15.532Zinfo: running `cargo check --bins` on oximeter (136/377)
32482026-08-27T08:08:16.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492026-08-27T08:08:16.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502026-08-27T08:08:16.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32512026-08-27T08:08:16.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32522026-08-27T08:08:16.101Z
32532026-08-27T08:08:16.102Zinfo: running `cargo check --bins` on oximeter-schema (137/377)
32542026-08-27T08:08:16.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32552026-08-27T08:08:16.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32562026-08-27T08:08:16.730Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32572026-08-27T08:08:17.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
32582026-08-27T08:08:17.274Z
32592026-08-27T08:08:17.274Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (138/377)
32602026-08-27T08:08:17.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32612026-08-27T08:08:17.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32622026-08-27T08:08:17.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32632026-08-27T08:08:17.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32642026-08-27T08:08:17.853Z
32652026-08-27T08:08:17.853Zinfo: running `cargo check --bins` on oximeter-test-utils (139/377)
32662026-08-27T08:08:18.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32672026-08-27T08:08:18.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32682026-08-27T08:08:18.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32692026-08-27T08:08:18.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32702026-08-27T08:08:18.468Z
32712026-08-27T08:08:18.468Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (140/377)
32722026-08-27T08:08:18.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32732026-08-27T08:08:18.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32742026-08-27T08:08:18.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32752026-08-27T08:08:18.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32762026-08-27T08:08:19.047Z
32772026-08-27T08:08:19.048Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (141/377)
32782026-08-27T08:08:19.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32792026-08-27T08:08:19.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32802026-08-27T08:08:19.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32812026-08-27T08:08:19.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32822026-08-27T08:08:19.627Z
32832026-08-27T08:08:19.627Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (142/377)
32842026-08-27T08:08:20.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32852026-08-27T08:08:20.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32862026-08-27T08:08:20.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32872026-08-27T08:08:20.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32882026-08-27T08:08:20.206Z
32892026-08-27T08:08:20.206Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (143/377)
32902026-08-27T08:08:20.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32912026-08-27T08:08:20.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32922026-08-27T08:08:20.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32932026-08-27T08:08:20.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32942026-08-27T08:08:20.784Z
32952026-08-27T08:08:20.784Zinfo: running `cargo check --bins` on trust-quorum-test-utils (144/377)
32962026-08-27T08:08:21.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32972026-08-27T08:08:21.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32982026-08-27T08:08:21.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32992026-08-27T08:08:21.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33002026-08-27T08:08:21.367Z
33012026-08-27T08:08:21.367Zinfo: running `cargo check --bins` on reconfigurator-cli (145/377)
33022026-08-27T08:08:21.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33032026-08-27T08:08:21.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33042026-08-27T08:08:22.192Z Compiling crucible-workspace-hack v0.1.0
33052026-08-27T08:08:22.195Z Compiling regress v0.11.1
33062026-08-27T08:08:22.195Z Checking secrecy v0.10.3
33072026-08-27T08:08:22.195Z Checking half v2.7.1
33082026-08-27T08:08:22.195Z Checking ciborium-io v0.2.2
33092026-08-27T08:08:22.195Z Checking inout v0.1.4
33102026-08-27T08:08:22.195Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33112026-08-27T08:08:22.325Z Checking universal-hash v0.5.1
33122026-08-27T08:08:22.445Z Checking cipher v0.4.4
33132026-08-27T08:08:22.460Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33142026-08-27T08:08:22.460Z Compiling thiserror-impl-no-std v2.0.2
33152026-08-27T08:08:22.488Z Checking opaque-debug v0.3.1
33162026-08-27T08:08:22.567Z Checking poly1305 v0.8.0
33172026-08-27T08:08:22.587Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33182026-08-27T08:08:22.604Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33192026-08-27T08:08:22.635Z Checking ciborium-ll v0.2.2
33202026-08-27T08:08:22.649Z Checking chacha20 v0.9.1
33212026-08-27T08:08:22.805Z Checking ciborium v0.2.2
33222026-08-27T08:08:22.826Z Checking password-hash v0.5.0
33232026-08-27T08:08:22.841Z Checking blake2 v0.10.6
33242026-08-27T08:08:22.879Z Checking aead v0.5.2
33252026-08-27T08:08:22.972Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33262026-08-27T08:08:23.023Z Compiling toml_datetime v0.7.5+spec-1.1.0
33272026-08-27T08:08:23.044Z Checking indent_write v2.2.0
33282026-08-27T08:08:23.074Z Checking argon2 v0.5.3
33292026-08-27T08:08:23.170Z Checking chacha20poly1305 v0.10.1
33302026-08-27T08:08:23.219Z Compiling toml_edit v0.23.10+spec-1.0.0
33312026-08-27T08:08:23.263Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33322026-08-27T08:08:23.298Z Compiling unsafe-libyaml v0.2.11
33332026-08-27T08:08:23.419Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33342026-08-27T08:08:23.630Z Compiling heapless v0.8.0
33352026-08-27T08:08:23.666Z Checking thiserror-no-std v2.0.2
33362026-08-27T08:08:23.759Z Checking vsss-rs v3.3.4
33372026-08-27T08:08:23.891Z Compiling typify-impl v0.6.2
33382026-08-27T08:08:23.919Z Compiling serde_yaml v0.9.34+deprecated
33392026-08-27T08:08:24.056Z Compiling proc-macro-crate v3.4.0
33402026-08-27T08:08:24.449Z Compiling ingot-macros v0.2.0
33412026-08-27T08:08:24.591Z Compiling num_enum_derive v0.7.6
33422026-08-27T08:08:24.645Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33432026-08-27T08:08:24.745Z Checking hash32 v0.3.1
33442026-08-27T08:08:24.869Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33452026-08-27T08:08:24.885Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33462026-08-27T08:08:25.089Z Compiling smoltcp v0.11.0
33472026-08-27T08:08:25.334Z Checking tabwriter v1.4.1
33482026-08-27T08:08:25.448Z Checking cobs v0.3.0
33492026-08-27T08:08:25.485Z Checking swrite v0.1.0
33502026-08-27T08:08:25.508Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33512026-08-27T08:08:25.584Z Compiling proc-macro-crate v1.3.1
33522026-08-27T08:08:25.601Z Checking postcard v1.1.3
33532026-08-27T08:08:25.623Z Checking num_enum v0.7.6
33542026-08-27T08:08:25.705Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33552026-08-27T08:08:25.739Z Compiling foreign-types-macros v0.2.3
33562026-08-27T08:08:25.893Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33572026-08-27T08:08:25.912Z Checking colored v3.1.1
33582026-08-27T08:08:25.985Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33592026-08-27T08:08:26.001Z Checking foreign-types-shared v0.3.1
33602026-08-27T08:08:26.096Z Compiling num_enum_derive v0.5.11
33612026-08-27T08:08:26.215Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33622026-08-27T08:08:26.235Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33632026-08-27T08:08:26.331Z Checking foreign-types v0.5.0
33642026-08-27T08:08:26.412Z Checking cstr-argument v0.1.2
33652026-08-27T08:08:26.537Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
33662026-08-27T08:08:26.655Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33672026-08-27T08:08:26.686Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33682026-08-27T08:08:26.739Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33692026-08-27T08:08:26.763Z Checking rand v0.10.1
33702026-08-27T08:08:26.853Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
33712026-08-27T08:08:26.905Z Compiling zone_cfg_derive v0.3.1
33722026-08-27T08:08:26.939Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33732026-08-27T08:08:27.065Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33742026-08-27T08:08:27.125Z Checking num_enum v0.5.11
33752026-08-27T08:08:27.179Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33762026-08-27T08:08:27.237Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
33772026-08-27T08:08:27.264Z Checking ingot-types v0.2.0
33782026-08-27T08:08:27.350Z Checking itertools v0.12.1
33792026-08-27T08:08:27.417Z Compiling num-derive v0.4.2
33802026-08-27T08:08:27.555Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33812026-08-27T08:08:27.637Z Checking ingot v0.2.1
33822026-08-27T08:08:27.738Z Compiling semver v0.1.20
33832026-08-27T08:08:28.028Z Compiling rustc_version v0.1.7
33842026-08-27T08:08:28.255Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33852026-08-27T08:08:28.289Z Checking smf v0.2.3
33862026-08-27T08:08:28.347Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33872026-08-27T08:08:28.362Z Checking zone v0.3.1
33882026-08-27T08:08:28.411Z Checking csv-core v0.1.13
33892026-08-27T08:08:28.450Z Compiling typify-macro v0.6.2
33902026-08-27T08:08:28.520Z Checking nom v8.0.0
33912026-08-27T08:08:28.571Z Checking whoami v1.6.1
33922026-08-27T08:08:28.616Z Checking csv v1.4.0
33932026-08-27T08:08:28.660Z Compiling newtype_derive v0.1.6
33942026-08-27T08:08:28.773Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33952026-08-27T08:08:28.774Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33962026-08-27T08:08:28.846Z Compiling cancel-safe-futures v0.1.5
33972026-08-27T08:08:28.972Z Compiling libefi-sys v0.1.0
33982026-08-27T08:08:29.015Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33992026-08-27T08:08:29.076Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34002026-08-27T08:08:29.182Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34012026-08-27T08:08:29.281Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34022026-08-27T08:08:29.312Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34032026-08-27T08:08:29.394Z Checking oxide-update-engine-types v0.1.2
34042026-08-27T08:08:29.434Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34052026-08-27T08:08:29.483Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34062026-08-27T08:08:29.614Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34072026-08-27T08:08:29.631Z Compiling bitfield-struct v0.6.2
34082026-08-27T08:08:29.839Z Checking linear-map v1.2.0
34092026-08-27T08:08:30.019Z Checking steno v0.4.1
34102026-08-27T08:08:30.261Z Compiling typify v0.6.2
34112026-08-27T08:08:30.276Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34122026-08-27T08:08:30.304Z Checking oxide-update-engine v0.1.2
34132026-08-27T08:08:30.371Z Compiling progenitor-impl v0.14.0
34142026-08-27T08:08:30.421Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34152026-08-27T08:08:30.525Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34162026-08-27T08:08:30.546Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34172026-08-27T08:08:30.690Z Checking sha1 v0.10.6
34182026-08-27T08:08:30.729Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34192026-08-27T08:08:30.808Z Checking utf-8 v0.7.6
34202026-08-27T08:08:30.861Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34212026-08-27T08:08:30.945Z Checking tungstenite v0.21.0
34222026-08-27T08:08:31.022Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
34232026-08-27T08:08:31.099Z Checking ignore v0.4.25
34242026-08-27T08:08:31.175Z Checking anstyle-parse v0.2.7
34252026-08-27T08:08:31.268Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34262026-08-27T08:08:31.331Z Compiling xshell-macros v0.2.7
34272026-08-27T08:08:31.368Z Checking tokio-tungstenite v0.21.0
34282026-08-27T08:08:31.464Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34292026-08-27T08:08:31.483Z Checking anstream v0.6.21
34302026-08-27T08:08:31.498Z Checking globwalk v0.9.1
34312026-08-27T08:08:31.646Z Checking predicates-tree v1.0.13
34322026-08-27T08:08:31.670Z Checking filetime v0.2.27
34332026-08-27T08:08:31.685Z Checking xattr v1.6.1
34342026-08-27T08:08:31.685Z Checking tagptr v0.2.0
34352026-08-27T08:08:31.712Z Checking xshell v0.2.7
34362026-08-27T08:08:31.754Z Checking camino-tempfile-ext v0.3.3
34372026-08-27T08:08:31.801Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34382026-08-27T08:08:31.816Z Checking tar v0.4.46
34392026-08-27T08:08:31.837Z Checking moka v0.12.13
34402026-08-27T08:08:31.900Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34412026-08-27T08:08:31.947Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34422026-08-27T08:08:31.979Z Checking rand_seeder v0.4.0
34432026-08-27T08:08:32.033Z Checking half v1.8.3
34442026-08-27T08:08:32.089Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34452026-08-27T08:08:32.125Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34462026-08-27T08:08:32.195Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34472026-08-27T08:08:32.230Z Checking serde_cbor v0.11.2
34482026-08-27T08:08:32.424Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
34492026-08-27T08:08:32.450Z Checking sha2 v0.11.0
34502026-08-27T08:08:32.482Z Checking hickory-resolver v0.25.2
34512026-08-27T08:08:32.614Z Checking digest-io v0.1.0
34522026-08-27T08:08:32.748Z Compiling petname v2.0.2
34532026-08-27T08:08:32.972Z Compiling progenitor-macro v0.14.0
34542026-08-27T08:08:33.051Z Checking rawzip v0.4.4
34552026-08-27T08:08:33.102Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34562026-08-27T08:08:33.194Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34572026-08-27T08:08:33.492Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34582026-08-27T08:08:33.508Z Checking sapling-renderdag v0.1.0
34592026-08-27T08:08:33.674Z Checking subprocess v0.2.15
34602026-08-27T08:08:33.693Z Checking sync-ptr v0.1.4
34612026-08-27T08:08:33.798Z Checking colored v2.2.0
34622026-08-27T08:08:33.813Z Checking assert_matches v1.5.0
34632026-08-27T08:08:33.968Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34642026-08-27T08:08:34.013Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34652026-08-27T08:08:34.578Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34662026-08-27T08:08:34.582Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34672026-08-27T08:08:34.608Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34682026-08-27T08:08:35.221Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34692026-08-27T08:08:35.224Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34702026-08-27T08:08:35.835Z Checking progenitor v0.14.0
34712026-08-27T08:08:35.971Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34722026-08-27T08:08:35.975Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34732026-08-27T08:08:35.975Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34742026-08-27T08:08:35.975Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34752026-08-27T08:08:35.975Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34762026-08-27T08:08:36.042Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34772026-08-27T08:08:36.385Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34782026-08-27T08:08:36.574Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34792026-08-27T08:08:36.668Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34802026-08-27T08:08:36.736Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34812026-08-27T08:08:36.914Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34822026-08-27T08:08:37.134Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34832026-08-27T08:08:37.694Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34842026-08-27T08:08:38.022Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34852026-08-27T08:08:38.665Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34862026-08-27T08:08:39.046Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34872026-08-27T08:08:47.604Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34882026-08-27T08:08:54.822Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34892026-08-27T08:08:54.825Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34902026-08-27T08:08:54.825Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34912026-08-27T08:08:56.339Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34922026-08-27T08:08:57.615Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34932026-08-27T08:08:59.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.49s
34942026-08-27T08:09:00.068Z
34952026-08-27T08:09:00.068Zinfo: running `cargo check --bins` on nexus-inventory (146/377)
34962026-08-27T08:09:00.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-08-27T08:09:00.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-08-27T08:09:00.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-08-27T08:09:00.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35002026-08-27T08:09:00.692Z
35012026-08-27T08:09:00.692Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (147/377)
35022026-08-27T08:09:01.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-08-27T08:09:01.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-08-27T08:09:01.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-08-27T08:09:01.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35062026-08-27T08:09:01.272Z
35072026-08-27T08:09:01.272Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (148/377)
35082026-08-27T08:09:01.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-08-27T08:09:01.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-08-27T08:09:01.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-08-27T08:09:01.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35122026-08-27T08:09:01.857Z
35132026-08-27T08:09:01.857Zinfo: running `cargo check --bins` on dns-service-client (149/377)
35142026-08-27T08:09:02.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-08-27T08:09:02.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-08-27T08:09:02.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-08-27T08:09:02.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35182026-08-27T08:09:02.422Z
35192026-08-27T08:09:02.422Zinfo: running `cargo check --bins` on ntp-admin-client (150/377)
35202026-08-27T08:09:02.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-08-27T08:09:02.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-08-27T08:09:02.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-08-27T08:09:02.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35242026-08-27T08:09:02.988Z
35252026-08-27T08:09:02.988Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (151/377)
35262026-08-27T08:09:03.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-08-27T08:09:03.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-08-27T08:09:03.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-08-27T08:09:03.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35302026-08-27T08:09:03.551Z
35312026-08-27T08:09:03.551Zinfo: running `cargo check --bins` on cockroach-admin-client (152/377)
35322026-08-27T08:09:04.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-08-27T08:09:04.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-08-27T08:09:04.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-08-27T08:09:04.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35362026-08-27T08:09:04.117Z
35372026-08-27T08:09:04.117Zinfo: running `cargo check --bins` on parallel-task-set (153/377)
35382026-08-27T08:09:04.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-08-27T08:09:04.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-08-27T08:09:04.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-08-27T08:09:04.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35422026-08-27T08:09:04.681Z
35432026-08-27T08:09:04.682Zinfo: running `cargo check --bins` on sled-agent-client (154/377)
35442026-08-27T08:09:05.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-08-27T08:09:05.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-08-27T08:09:05.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-08-27T08:09:05.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35482026-08-27T08:09:05.269Z
35492026-08-27T08:09:05.269Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (155/377)
35502026-08-27T08:09:05.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-08-27T08:09:05.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-08-27T08:09:05.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-08-27T08:09:05.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35542026-08-27T08:09:05.863Z
35552026-08-27T08:09:05.863Zinfo: running `cargo check --bins --no-default-features` on sled-storage (156/377)
35562026-08-27T08:09:06.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-08-27T08:09:06.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-08-27T08:09:06.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-08-27T08:09:06.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35602026-08-27T08:09:06.456Z
35612026-08-27T08:09:06.456Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (157/377)
35622026-08-27T08:09:06.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-08-27T08:09:06.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-08-27T08:09:06.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-08-27T08:09:06.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35662026-08-27T08:09:07.048Z
35672026-08-27T08:09:07.048Zinfo: running `cargo check --bins` on key-manager (158/377)
35682026-08-27T08:09:07.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-08-27T08:09:07.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-08-27T08:09:07.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-08-27T08:09:07.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35722026-08-27T08:09:07.628Z
35732026-08-27T08:09:07.629Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (159/377)
35742026-08-27T08:09:08.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-08-27T08:09:08.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-08-27T08:09:08.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-08-27T08:09:08.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35782026-08-27T08:09:08.222Z
35792026-08-27T08:09:08.222Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (160/377)
35802026-08-27T08:09:08.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-08-27T08:09:08.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-08-27T08:09:08.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-08-27T08:09:08.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35842026-08-27T08:09:08.817Z
35852026-08-27T08:09:08.817Zinfo: running `cargo check --bins` on typed-rng (161/377)
35862026-08-27T08:09:09.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-08-27T08:09:09.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-08-27T08:09:09.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-08-27T08:09:09.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35902026-08-27T08:09:09.377Z
35912026-08-27T08:09:09.377Zinfo: running `cargo check --bins` on gateway-test-utils (162/377)
35922026-08-27T08:09:09.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-08-27T08:09:09.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-08-27T08:09:09.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-08-27T08:09:09.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35962026-08-27T08:09:09.999Z
35972026-08-27T08:09:09.999Zinfo: running `cargo check --bins` on omicron-gateway (163/377)
35982026-08-27T08:09:10.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-08-27T08:09:10.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-08-27T08:09:10.736Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36012026-08-27T08:09:10.739Z Checking void v1.0.2
36022026-08-27T08:09:10.739Z Checking tungstenite v0.23.0
36032026-08-27T08:09:10.739Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
36042026-08-27T08:09:10.739Z Checking dropshot-api-manager-types v0.8.0
36052026-08-27T08:09:10.854Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36062026-08-27T08:09:10.861Z Checking nix v0.27.1
36072026-08-27T08:09:10.867Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36082026-08-27T08:09:10.934Z Checking lzss v0.8.2
36092026-08-27T08:09:11.009Z Checking kstat-rs v0.2.5
36102026-08-27T08:09:11.034Z Checking fxhash v0.2.1
36112026-08-27T08:09:11.108Z Checking serde_bytes v0.11.19
36122026-08-27T08:09:11.145Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36132026-08-27T08:09:11.161Z Checking signal-hook-tokio v0.3.1
36142026-08-27T08:09:11.174Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36152026-08-27T08:09:11.196Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36162026-08-27T08:09:11.306Z Checking tokio-tungstenite v0.23.1
36172026-08-27T08:09:11.351Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36182026-08-27T08:09:12.408Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36192026-08-27T08:09:12.946Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36202026-08-27T08:09:15.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.07s
36212026-08-27T08:09:15.264Z
36222026-08-27T08:09:15.264Zinfo: running `cargo check --bins` on gateway-api (164/377)
36232026-08-27T08:09:15.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-08-27T08:09:15.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-08-27T08:09:15.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-08-27T08:09:15.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36272026-08-27T08:09:15.833Z
36282026-08-27T08:09:15.833Zinfo: running `cargo check --bins` on ipcc (165/377)
36292026-08-27T08:09:16.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-08-27T08:09:16.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-08-27T08:09:16.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-08-27T08:09:16.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36332026-08-27T08:09:16.394Z
36342026-08-27T08:09:16.394Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (166/377)
36352026-08-27T08:09:16.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-08-27T08:09:16.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-08-27T08:09:16.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-08-27T08:09:16.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36392026-08-27T08:09:16.957Z
36402026-08-27T08:09:16.957Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (167/377)
36412026-08-27T08:09:17.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-08-27T08:09:17.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-08-27T08:09:17.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-08-27T08:09:17.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36452026-08-27T08:09:17.555Z
36462026-08-27T08:09:17.555Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (168/377)
36472026-08-27T08:09:18.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-08-27T08:09:18.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-08-27T08:09:18.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-08-27T08:09:18.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36512026-08-27T08:09:18.125Z
36522026-08-27T08:09:18.125Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (169/377)
36532026-08-27T08:09:18.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-08-27T08:09:18.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-08-27T08:09:18.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36562026-08-27T08:09:18.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36572026-08-27T08:09:18.701Z
36582026-08-27T08:09:18.701Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (170/377)
36592026-08-27T08:09:19.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602026-08-27T08:09:19.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612026-08-27T08:09:19.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36622026-08-27T08:09:19.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36632026-08-27T08:09:19.277Z
36642026-08-27T08:09:19.277Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (171/377)
36652026-08-27T08:09:19.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36662026-08-27T08:09:19.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36672026-08-27T08:09:19.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36682026-08-27T08:09:19.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36692026-08-27T08:09:19.870Z
36702026-08-27T08:09:19.870Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (172/377)
36712026-08-27T08:09:20.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36722026-08-27T08:09:20.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36732026-08-27T08:09:20.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36742026-08-27T08:09:20.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36752026-08-27T08:09:20.443Z
36762026-08-27T08:09:20.443Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (173/377)
36772026-08-27T08:09:20.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36782026-08-27T08:09:20.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36792026-08-27T08:09:20.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36802026-08-27T08:09:20.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36812026-08-27T08:09:21.019Z
36822026-08-27T08:09:21.019Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (174/377)
36832026-08-27T08:09:21.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36842026-08-27T08:09:21.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36852026-08-27T08:09:21.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36862026-08-27T08:09:21.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36872026-08-27T08:09:21.592Z
36882026-08-27T08:09:21.592Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (175/377)
36892026-08-27T08:09:22.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36902026-08-27T08:09:22.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36912026-08-27T08:09:22.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36922026-08-27T08:09:22.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36932026-08-27T08:09:22.167Z
36942026-08-27T08:09:22.167Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (176/377)
36952026-08-27T08:09:22.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36962026-08-27T08:09:22.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36972026-08-27T08:09:22.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36982026-08-27T08:09:22.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36992026-08-27T08:09:22.742Z
37002026-08-27T08:09:22.742Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (177/377)
37012026-08-27T08:09:23.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022026-08-27T08:09:23.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032026-08-27T08:09:23.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37042026-08-27T08:09:23.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37052026-08-27T08:09:23.317Z
37062026-08-27T08:09:23.317Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (178/377)
37072026-08-27T08:09:23.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082026-08-27T08:09:23.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092026-08-27T08:09:23.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37102026-08-27T08:09:23.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37112026-08-27T08:09:23.891Z
37122026-08-27T08:09:23.891Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (179/377)
37132026-08-27T08:09:24.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142026-08-27T08:09:24.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152026-08-27T08:09:24.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37162026-08-27T08:09:24.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37172026-08-27T08:09:24.467Z
37182026-08-27T08:09:24.468Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (180/377)
37192026-08-27T08:09:24.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202026-08-27T08:09:24.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212026-08-27T08:09:24.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37222026-08-27T08:09:24.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37232026-08-27T08:09:25.040Z
37242026-08-27T08:09:25.040Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (181/377)
37252026-08-27T08:09:25.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262026-08-27T08:09:25.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272026-08-27T08:09:25.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37282026-08-27T08:09:25.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37292026-08-27T08:09:25.614Z
37302026-08-27T08:09:25.614Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (182/377)
37312026-08-27T08:09:26.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322026-08-27T08:09:26.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332026-08-27T08:09:26.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37342026-08-27T08:09:26.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37352026-08-27T08:09:26.185Z
37362026-08-27T08:09:26.185Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (183/377)
37372026-08-27T08:09:26.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382026-08-27T08:09:26.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392026-08-27T08:09:26.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37402026-08-27T08:09:26.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37412026-08-27T08:09:26.759Z
37422026-08-27T08:09:26.759Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (184/377)
37432026-08-27T08:09:27.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442026-08-27T08:09:27.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452026-08-27T08:09:27.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37462026-08-27T08:09:27.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37472026-08-27T08:09:27.336Z
37482026-08-27T08:09:27.336Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (185/377)
37492026-08-27T08:09:27.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37502026-08-27T08:09:27.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37512026-08-27T08:09:27.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37522026-08-27T08:09:27.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37532026-08-27T08:09:27.908Z
37542026-08-27T08:09:27.909Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (186/377)
37552026-08-27T08:09:28.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37562026-08-27T08:09:28.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37572026-08-27T08:09:28.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37582026-08-27T08:09:28.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37592026-08-27T08:09:28.500Z
37602026-08-27T08:09:28.500Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (187/377)
37612026-08-27T08:09:29.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622026-08-27T08:09:29.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632026-08-27T08:09:29.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37642026-08-27T08:09:29.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37652026-08-27T08:09:29.093Z
37662026-08-27T08:09:29.094Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (188/377)
37672026-08-27T08:09:29.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682026-08-27T08:09:29.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692026-08-27T08:09:29.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37702026-08-27T08:09:29.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37712026-08-27T08:09:29.687Z
37722026-08-27T08:09:29.687Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (189/377)
37732026-08-27T08:09:30.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742026-08-27T08:09:30.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752026-08-27T08:09:30.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37762026-08-27T08:09:30.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37772026-08-27T08:09:30.279Z
37782026-08-27T08:09:30.279Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (190/377)
37792026-08-27T08:09:30.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802026-08-27T08:09:30.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812026-08-27T08:09:30.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37822026-08-27T08:09:30.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37832026-08-27T08:09:30.871Z
37842026-08-27T08:09:30.871Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (191/377)
37852026-08-27T08:09:31.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37862026-08-27T08:09:31.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37872026-08-27T08:09:31.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37882026-08-27T08:09:31.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37892026-08-27T08:09:31.463Z
37902026-08-27T08:09:31.463Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (192/377)
37912026-08-27T08:09:31.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37922026-08-27T08:09:31.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37932026-08-27T08:09:31.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37942026-08-27T08:09:31.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37952026-08-27T08:09:32.055Z
37962026-08-27T08:09:32.055Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (193/377)
37972026-08-27T08:09:32.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37982026-08-27T08:09:32.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37992026-08-27T08:09:32.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38002026-08-27T08:09:32.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38012026-08-27T08:09:32.644Z
38022026-08-27T08:09:32.644Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (194/377)
38032026-08-27T08:09:33.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38042026-08-27T08:09:33.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38052026-08-27T08:09:33.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38062026-08-27T08:09:33.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38072026-08-27T08:09:33.234Z
38082026-08-27T08:09:33.234Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (195/377)
38092026-08-27T08:09:33.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38102026-08-27T08:09:33.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38112026-08-27T08:09:33.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38122026-08-27T08:09:33.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38132026-08-27T08:09:33.822Z
38142026-08-27T08:09:33.822Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (196/377)
38152026-08-27T08:09:34.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38162026-08-27T08:09:34.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38172026-08-27T08:09:34.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38182026-08-27T08:09:34.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38192026-08-27T08:09:34.409Z
38202026-08-27T08:09:34.410Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (197/377)
38212026-08-27T08:09:34.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38222026-08-27T08:09:34.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38232026-08-27T08:09:34.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38242026-08-27T08:09:34.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38252026-08-27T08:09:35.000Z
38262026-08-27T08:09:35.000Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (198/377)
38272026-08-27T08:09:35.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38282026-08-27T08:09:35.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38292026-08-27T08:09:35.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38302026-08-27T08:09:35.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38312026-08-27T08:09:35.591Z
38322026-08-27T08:09:35.591Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (199/377)
38332026-08-27T08:09:36.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38342026-08-27T08:09:36.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38352026-08-27T08:09:36.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38362026-08-27T08:09:36.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38372026-08-27T08:09:36.182Z
38382026-08-27T08:09:36.182Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (200/377)
38392026-08-27T08:09:36.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38402026-08-27T08:09:36.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38412026-08-27T08:09:36.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38422026-08-27T08:09:36.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38432026-08-27T08:09:36.774Z
38442026-08-27T08:09:36.774Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (201/377)
38452026-08-27T08:09:37.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-08-27T08:09:37.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-08-27T08:09:37.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38482026-08-27T08:09:37.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38492026-08-27T08:09:37.366Z
38502026-08-27T08:09:37.366Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (202/377)
38512026-08-27T08:09:37.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-08-27T08:09:37.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-08-27T08:09:37.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38542026-08-27T08:09:37.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38552026-08-27T08:09:37.958Z
38562026-08-27T08:09:37.958Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (203/377)
38572026-08-27T08:09:38.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-08-27T08:09:38.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-08-27T08:09:38.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38602026-08-27T08:09:38.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38612026-08-27T08:09:38.551Z
38622026-08-27T08:09:38.551Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (204/377)
38632026-08-27T08:09:39.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-08-27T08:09:39.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-08-27T08:09:39.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38662026-08-27T08:09:39.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38672026-08-27T08:09:39.126Z
38682026-08-27T08:09:39.126Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (205/377)
38692026-08-27T08:09:39.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-08-27T08:09:39.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-08-27T08:09:39.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38722026-08-27T08:09:39.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38732026-08-27T08:09:39.694Z
38742026-08-27T08:09:39.694Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (206/377)
38752026-08-27T08:09:40.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-08-27T08:09:40.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-08-27T08:09:40.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38782026-08-27T08:09:40.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38792026-08-27T08:09:40.268Z
38802026-08-27T08:09:40.268Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (207/377)
38812026-08-27T08:09:40.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-08-27T08:09:40.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-08-27T08:09:40.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38842026-08-27T08:09:40.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38852026-08-27T08:09:40.841Z
38862026-08-27T08:09:40.841Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (208/377)
38872026-08-27T08:09:41.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-08-27T08:09:41.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-08-27T08:09:41.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-08-27T08:09:41.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38912026-08-27T08:09:41.413Z
38922026-08-27T08:09:41.413Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (209/377)
38932026-08-27T08:09:41.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-08-27T08:09:41.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-08-27T08:09:41.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-08-27T08:09:41.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38972026-08-27T08:09:41.989Z
38982026-08-27T08:09:41.989Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (210/377)
38992026-08-27T08:09:42.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-08-27T08:09:42.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-08-27T08:09:42.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-08-27T08:09:42.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39032026-08-27T08:09:42.563Z
39042026-08-27T08:09:42.563Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (211/377)
39052026-08-27T08:09:43.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-08-27T08:09:43.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-08-27T08:09:43.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-08-27T08:09:43.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39092026-08-27T08:09:43.137Z
39102026-08-27T08:09:43.137Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (212/377)
39112026-08-27T08:09:43.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-08-27T08:09:43.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-08-27T08:09:43.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-08-27T08:09:43.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39152026-08-27T08:09:43.710Z
39162026-08-27T08:09:43.710Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (213/377)
39172026-08-27T08:09:44.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-08-27T08:09:44.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-08-27T08:09:44.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-08-27T08:09:44.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39212026-08-27T08:09:44.282Z
39222026-08-27T08:09:44.282Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (214/377)
39232026-08-27T08:09:44.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-08-27T08:09:44.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-08-27T08:09:44.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-08-27T08:09:44.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39272026-08-27T08:09:44.857Z
39282026-08-27T08:09:44.857Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (215/377)
39292026-08-27T08:09:45.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-08-27T08:09:45.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-08-27T08:09:45.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-08-27T08:09:45.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39332026-08-27T08:09:45.432Z
39342026-08-27T08:09:45.432Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (216/377)
39352026-08-27T08:09:45.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-08-27T08:09:45.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-08-27T08:09:45.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-08-27T08:09:45.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39392026-08-27T08:09:46.006Z
39402026-08-27T08:09:46.006Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (217/377)
39412026-08-27T08:09:46.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-08-27T08:09:46.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-08-27T08:09:46.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-08-27T08:09:46.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39452026-08-27T08:09:47.584Z
39462026-08-27T08:09:47.584Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (218/377)
39472026-08-27T08:09:47.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-08-27T08:09:47.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-08-27T08:09:47.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-08-27T08:09:47.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39512026-08-27T08:09:47.587Z
39522026-08-27T08:09:47.587Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (219/377)
39532026-08-27T08:09:47.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-08-27T08:09:47.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-08-27T08:09:47.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-08-27T08:09:47.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39572026-08-27T08:09:47.727Z
39582026-08-27T08:09:47.727Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (220/377)
39592026-08-27T08:09:48.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-08-27T08:09:48.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-08-27T08:09:48.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-08-27T08:09:48.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39632026-08-27T08:09:48.317Z
39642026-08-27T08:09:48.317Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (221/377)
39652026-08-27T08:09:48.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-08-27T08:09:48.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-08-27T08:09:48.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-08-27T08:09:48.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39692026-08-27T08:09:48.912Z
39702026-08-27T08:09:48.912Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (222/377)
39712026-08-27T08:09:49.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-08-27T08:09:49.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-08-27T08:09:49.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-08-27T08:09:49.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39752026-08-27T08:09:49.500Z
39762026-08-27T08:09:49.500Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (223/377)
39772026-08-27T08:09:49.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-08-27T08:09:50.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-08-27T08:09:50.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-08-27T08:09:50.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39812026-08-27T08:09:50.093Z
39822026-08-27T08:09:50.094Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (224/377)
39832026-08-27T08:09:50.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-08-27T08:09:50.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-08-27T08:09:50.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-08-27T08:09:50.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39872026-08-27T08:09:50.691Z
39882026-08-27T08:09:50.691Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (225/377)
39892026-08-27T08:09:51.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-08-27T08:09:51.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-08-27T08:09:51.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-08-27T08:09:51.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39932026-08-27T08:09:51.291Z
39942026-08-27T08:09:51.291Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (226/377)
39952026-08-27T08:09:51.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-08-27T08:09:51.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-08-27T08:09:51.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-08-27T08:09:51.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39992026-08-27T08:09:51.892Z
40002026-08-27T08:09:51.892Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (227/377)
40012026-08-27T08:09:52.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-08-27T08:09:52.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-08-27T08:09:52.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-08-27T08:09:52.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40052026-08-27T08:09:52.489Z
40062026-08-27T08:09:52.489Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (228/377)
40072026-08-27T08:09:52.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-08-27T08:09:52.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-08-27T08:09:52.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-08-27T08:09:53.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40112026-08-27T08:09:53.087Z
40122026-08-27T08:09:53.087Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (229/377)
40132026-08-27T08:09:53.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-08-27T08:09:53.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-08-27T08:09:53.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-08-27T08:09:53.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40172026-08-27T08:09:53.684Z
40182026-08-27T08:09:53.684Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (230/377)
40192026-08-27T08:09:54.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-08-27T08:09:54.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-08-27T08:09:54.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40222026-08-27T08:09:54.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40232026-08-27T08:09:54.280Z
40242026-08-27T08:09:54.280Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (231/377)
40252026-08-27T08:09:54.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-08-27T08:09:54.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-08-27T08:09:54.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40282026-08-27T08:09:54.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40292026-08-27T08:09:54.880Z
40302026-08-27T08:09:54.880Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (232/377)
40312026-08-27T08:09:55.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322026-08-27T08:09:55.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332026-08-27T08:09:55.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40342026-08-27T08:09:55.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40352026-08-27T08:09:55.480Z
40362026-08-27T08:09:55.480Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (233/377)
40372026-08-27T08:09:55.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-08-27T08:09:55.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-08-27T08:09:55.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40402026-08-27T08:09:55.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40412026-08-27T08:09:56.082Z
40422026-08-27T08:09:56.082Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (234/377)
40432026-08-27T08:09:56.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-08-27T08:09:56.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-08-27T08:09:56.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40462026-08-27T08:09:56.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40472026-08-27T08:09:56.681Z
40482026-08-27T08:09:56.681Zinfo: running `cargo check --bins` on oximeter-producer (235/377)
40492026-08-27T08:09:57.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-08-27T08:09:57.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-08-27T08:09:57.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40522026-08-27T08:09:57.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40532026-08-27T08:09:57.296Z
40542026-08-27T08:09:57.296Zinfo: running `cargo check --bins` on internal-dns-resolver (236/377)
40552026-08-27T08:09:57.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-08-27T08:09:57.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-08-27T08:09:57.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40582026-08-27T08:09:57.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40592026-08-27T08:09:57.880Z
40602026-08-27T08:09:57.880Zinfo: running `cargo check --bins` on dns-server (237/377)
40612026-08-27T08:09:58.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-08-27T08:09:58.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-08-27T08:09:58.531Z Compiling parking_lot_core v0.8.6
40642026-08-27T08:09:58.640Z Compiling git-stub v1.0.0
40652026-08-27T08:09:58.649Z Checking prefix-trie v0.7.0
40662026-08-27T08:09:58.652Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
40672026-08-27T08:09:58.764Z Compiling git-stub-vcs v0.1.0
40682026-08-27T08:09:58.937Z Checking hickory-server v0.25.2
40692026-08-27T08:09:59.024Z Checking parking_lot v0.11.2
40702026-08-27T08:09:59.059Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40712026-08-27T08:09:59.190Z Checking sled v0.34.7
40722026-08-27T08:10:01.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
40732026-08-27T08:10:01.291Z
40742026-08-27T08:10:01.291Zinfo: running `cargo check --bins` on dns-server-api (238/377)
40752026-08-27T08:10:01.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40762026-08-27T08:10:01.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40772026-08-27T08:10:01.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40782026-08-27T08:10:01.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40792026-08-27T08:10:01.858Z
40802026-08-27T08:10:01.858Zinfo: running `cargo check --bins` on nexus-client (239/377)
40812026-08-27T08:10:02.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-08-27T08:10:02.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-08-27T08:10:02.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40842026-08-27T08:10:02.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40852026-08-27T08:10:02.464Z
40862026-08-27T08:10:02.464Zinfo: running `cargo check --bins` on oximeter-producer-api (240/377)
40872026-08-27T08:10:02.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-08-27T08:10:02.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-08-27T08:10:02.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40902026-08-27T08:10:02.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40912026-08-27T08:10:03.039Z
40922026-08-27T08:10:03.039Zinfo: running `cargo check --bins` on sp-sim (241/377)
40932026-08-27T08:10:03.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-08-27T08:10:03.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-08-27T08:10:03.758Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
40962026-08-27T08:10:04.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
40972026-08-27T08:10:04.457Z
40982026-08-27T08:10:04.457Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (242/377)
40992026-08-27T08:10:05.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41002026-08-27T08:10:05.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41012026-08-27T08:10:05.281Z Compiling proc-macro-error-attr2 v2.0.0
41022026-08-27T08:10:05.410Z Compiling hashbrown v0.14.5
41032026-08-27T08:10:05.413Z Compiling rfc6979 v0.4.0
41042026-08-27T08:10:05.413Z Compiling salty v0.3.0
41052026-08-27T08:10:05.436Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
41062026-08-27T08:10:05.448Z Compiling primeorder v0.13.6
41072026-08-27T08:10:05.462Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41082026-08-27T08:10:05.521Z Compiling ecdsa v0.16.9
41092026-08-27T08:10:05.588Z Compiling sha1 v0.10.6
41102026-08-27T08:10:05.699Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
41112026-08-27T08:10:05.771Z Compiling proc-macro-error2 v2.0.1
41122026-08-27T08:10:05.889Z Compiling chumsky v0.9.3
41132026-08-27T08:10:05.913Z Compiling p384 v0.13.1
41142026-08-27T08:10:05.931Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
41152026-08-27T08:10:05.959Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
41162026-08-27T08:10:06.087Z Compiling knus-derive v3.4.0
41172026-08-27T08:10:06.120Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
41182026-08-27T08:10:06.149Z Checking libscf-sys v1.2.0
41192026-08-27T08:10:06.198Z Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
41202026-08-27T08:10:06.273Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41212026-08-27T08:10:06.418Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
41222026-08-27T08:10:06.451Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41232026-08-27T08:10:06.618Z Checking corncobs v0.1.4
41242026-08-27T08:10:06.650Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
41252026-08-27T08:10:06.650Z Checking papergrid v0.18.0
41262026-08-27T08:10:06.678Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
41272026-08-27T08:10:06.682Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41282026-08-27T08:10:06.738Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41292026-08-27T08:10:06.802Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41302026-08-27T08:10:06.851Z Checking secrecy v0.8.0
41312026-08-27T08:10:06.973Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41322026-08-27T08:10:06.989Z Compiling unicase v2.9.0
41332026-08-27T08:10:07.095Z Compiling progenitor-impl v0.13.0
41342026-08-27T08:10:07.172Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41352026-08-27T08:10:07.186Z Compiling mime_guess v2.0.5
41362026-08-27T08:10:07.205Z Checking crc8 v0.1.1
41372026-08-27T08:10:07.301Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41382026-08-27T08:10:07.441Z Checking tabled v0.21.0
41392026-08-27T08:10:07.456Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41402026-08-27T08:10:07.459Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41412026-08-27T08:10:07.514Z Compiling knus v3.4.0
41422026-08-27T08:10:07.531Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
41432026-08-27T08:10:08.018Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
41442026-08-27T08:10:08.252Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
41452026-08-27T08:10:08.320Z Checking progenitor-client v0.13.0
41462026-08-27T08:10:08.405Z Checking http-range v0.1.5
41472026-08-27T08:10:08.533Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41482026-08-27T08:10:08.556Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41492026-08-27T08:10:08.629Z Checking scuffle v0.1.0
41502026-08-27T08:10:08.730Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41512026-08-27T08:10:08.915Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41522026-08-27T08:10:09.211Z Checking nanorand v0.7.0
41532026-08-27T08:10:09.319Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41542026-08-27T08:10:09.415Z Checking flume v0.11.1
41552026-08-27T08:10:09.561Z Checking hyper-staticfile v0.10.1
41562026-08-27T08:10:09.627Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41572026-08-27T08:10:09.657Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
41582026-08-27T08:10:09.685Z Compiling progenitor-macro v0.13.0
41592026-08-27T08:10:09.703Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
41602026-08-27T08:10:09.794Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
41612026-08-27T08:10:09.819Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
41622026-08-27T08:10:09.844Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
41632026-08-27T08:10:10.055Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
41642026-08-27T08:10:10.077Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41652026-08-27T08:10:10.227Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
41662026-08-27T08:10:10.347Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
41672026-08-27T08:10:10.472Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
41682026-08-27T08:10:10.534Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
41692026-08-27T08:10:10.782Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41702026-08-27T08:10:12.064Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41712026-08-27T08:10:13.038Z Checking progenitor v0.13.0
41722026-08-27T08:10:13.174Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41732026-08-27T08:10:14.055Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
41742026-08-27T08:10:15.124Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
41752026-08-27T08:10:15.563Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
41762026-08-27T08:10:15.689Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
41772026-08-27T08:10:15.692Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
41782026-08-27T08:10:28.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.53s
41792026-08-27T08:10:29.002Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41802026-08-27T08:10:29.002Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41812026-08-27T08:10:29.200Z
41822026-08-27T08:10:29.200Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (243/377)
41832026-08-27T08:10:29.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41842026-08-27T08:10:29.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41852026-08-27T08:10:29.976Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41862026-08-27T08:10:40.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
41872026-08-27T08:10:40.597Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41882026-08-27T08:10:40.597Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41892026-08-27T08:10:40.800Z
41902026-08-27T08:10:40.800Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (244/377)
41912026-08-27T08:10:41.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41922026-08-27T08:10:41.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41932026-08-27T08:10:41.576Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41942026-08-27T08:10:52.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
41952026-08-27T08:10:52.119Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41962026-08-27T08:10:52.119Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41972026-08-27T08:10:52.318Z
41982026-08-27T08:10:52.318Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (245/377)
41992026-08-27T08:10:52.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42002026-08-27T08:10:52.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42012026-08-27T08:10:53.094Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42022026-08-27T08:11:03.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s
42032026-08-27T08:11:03.666Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42042026-08-27T08:11:03.666Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42052026-08-27T08:11:03.866Z
42062026-08-27T08:11:03.866Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (246/377)
42072026-08-27T08:11:04.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-08-27T08:11:04.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-08-27T08:11:04.643Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42102026-08-27T08:11:15.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
42112026-08-27T08:11:15.186Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42122026-08-27T08:11:15.186Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42132026-08-27T08:11:15.391Z
42142026-08-27T08:11:15.391Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (247/377)
42152026-08-27T08:11:15.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-08-27T08:11:15.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-08-27T08:11:16.165Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42182026-08-27T08:11:26.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
42192026-08-27T08:11:26.713Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42202026-08-27T08:11:26.713Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42212026-08-27T08:11:26.909Z
42222026-08-27T08:11:26.909Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (248/377)
42232026-08-27T08:11:27.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-08-27T08:11:27.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-08-27T08:11:27.688Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42262026-08-27T08:11:38.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
42272026-08-27T08:11:38.259Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42282026-08-27T08:11:38.259Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42292026-08-27T08:11:38.461Z
42302026-08-27T08:11:38.461Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (249/377)
42312026-08-27T08:11:38.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-08-27T08:11:39.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-08-27T08:11:39.248Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42342026-08-27T08:11:49.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
42352026-08-27T08:11:49.886Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42362026-08-27T08:11:49.886Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42372026-08-27T08:11:50.086Z
42382026-08-27T08:11:50.086Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (250/377)
42392026-08-27T08:11:50.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42402026-08-27T08:11:50.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42412026-08-27T08:11:50.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42422026-08-27T08:11:50.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42432026-08-27T08:11:50.674Z
42442026-08-27T08:11:50.675Zinfo: running `cargo check --bins` on installinator-common (251/377)
42452026-08-27T08:11:51.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42462026-08-27T08:11:51.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42472026-08-27T08:11:51.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42482026-08-27T08:11:51.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42492026-08-27T08:11:51.249Z
42502026-08-27T08:11:51.249Zinfo: running `cargo check --bins` on installinator-common-versions (252/377)
42512026-08-27T08:11:51.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-08-27T08:11:51.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-08-27T08:11:51.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42542026-08-27T08:11:51.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42552026-08-27T08:11:51.811Z
42562026-08-27T08:11:51.811Zinfo: running `cargo check --bins` on nexus-lockstep-client (253/377)
42572026-08-27T08:11:52.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-08-27T08:11:52.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-08-27T08:11:52.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42602026-08-27T08:11:52.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42612026-08-27T08:11:52.423Z
42622026-08-27T08:11:52.423Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (254/377)
42632026-08-27T08:11:52.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-08-27T08:11:52.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-08-27T08:11:52.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42662026-08-27T08:11:52.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42672026-08-27T08:11:53.001Z
42682026-08-27T08:11:53.001Zinfo: running `cargo check --bins` on range-requests (255/377)
42692026-08-27T08:11:53.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-08-27T08:11:53.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-08-27T08:11:53.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42722026-08-27T08:11:53.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42732026-08-27T08:11:53.568Z
42742026-08-27T08:11:53.568Zinfo: running `cargo check --bins` on repo-depot-api (256/377)
42752026-08-27T08:11:54.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-08-27T08:11:54.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-08-27T08:11:54.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42782026-08-27T08:11:54.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42792026-08-27T08:11:54.142Z
42802026-08-27T08:11:54.143Zinfo: running `cargo check --bins` on repo-depot-client (257/377)
42812026-08-27T08:11:54.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-08-27T08:11:54.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-08-27T08:11:54.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42842026-08-27T08:11:54.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42852026-08-27T08:11:54.707Z
42862026-08-27T08:11:54.707Zinfo: running `cargo check --bins` on sled-agent-api (258/377)
42872026-08-27T08:11:55.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-08-27T08:11:55.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-08-27T08:11:55.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42902026-08-27T08:11:55.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42912026-08-27T08:11:55.304Z
42922026-08-27T08:11:55.304Zinfo: running `cargo check --bins` on sled-diagnostics (259/377)
42932026-08-27T08:11:55.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-08-27T08:11:55.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-08-27T08:11:55.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-08-27T08:11:55.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42972026-08-27T08:11:55.897Z
42982026-08-27T08:11:55.897Zinfo: running `cargo check --bins` on zfs-test-harness (260/377)
42992026-08-27T08:11:56.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-08-27T08:11:56.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-08-27T08:11:56.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-08-27T08:11:56.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43032026-08-27T08:11:56.490Z
43042026-08-27T08:11:56.490Zinfo: running `cargo check --bins` on sled-agent-bootstrap-common (261/377)
43052026-08-27T08:11:57.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-08-27T08:11:57.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-08-27T08:11:57.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43082026-08-27T08:11:57.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43092026-08-27T08:11:57.100Z
43102026-08-27T08:11:57.100Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (262/377)
43112026-08-27T08:11:57.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-08-27T08:11:57.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-08-27T08:11:57.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43142026-08-27T08:11:57.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43152026-08-27T08:11:57.710Z
43162026-08-27T08:11:57.711Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (263/377)
43172026-08-27T08:11:58.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43182026-08-27T08:11:58.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43192026-08-27T08:11:58.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43202026-08-27T08:11:58.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43212026-08-27T08:11:58.320Z
43222026-08-27T08:11:58.320Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (264/377)
43232026-08-27T08:11:58.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43242026-08-27T08:11:58.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43252026-08-27T08:11:58.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43262026-08-27T08:11:58.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43272026-08-27T08:11:58.930Z
43282026-08-27T08:11:58.930Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (265/377)
43292026-08-27T08:11:59.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43302026-08-27T08:11:59.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43312026-08-27T08:11:59.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43322026-08-27T08:11:59.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43332026-08-27T08:11:59.536Z
43342026-08-27T08:11:59.536Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (266/377)
43352026-08-27T08:12:00.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43362026-08-27T08:12:00.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43372026-08-27T08:12:00.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43382026-08-27T08:12:00.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43392026-08-27T08:12:00.128Z
43402026-08-27T08:12:00.128Zinfo: running `cargo check --bins` on trust-quorum (267/377)
43412026-08-27T08:12:00.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43422026-08-27T08:12:00.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43432026-08-27T08:12:00.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43442026-08-27T08:12:00.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43452026-08-27T08:12:00.732Z
43462026-08-27T08:12:00.732Zinfo: running `cargo check --bins` on sled-agent-early-networking (268/377)
43472026-08-27T08:12:01.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43482026-08-27T08:12:01.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43492026-08-27T08:12:01.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43502026-08-27T08:12:01.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43512026-08-27T08:12:01.327Z
43522026-08-27T08:12:01.327Zinfo: running `cargo check --bins` on sled-agent-health-monitor (269/377)
43532026-08-27T08:12:01.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43542026-08-27T08:12:01.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43552026-08-27T08:12:01.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43562026-08-27T08:12:01.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43572026-08-27T08:12:01.919Z
43582026-08-27T08:12:01.919Zinfo: running `cargo check --bins` on sled-agent-multirack-join (270/377)
43592026-08-27T08:12:02.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43602026-08-27T08:12:02.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43612026-08-27T08:12:02.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43622026-08-27T08:12:02.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43632026-08-27T08:12:02.542Z
43642026-08-27T08:12:02.542Zinfo: running `cargo check --bins` on sled-agent-rack-setup (271/377)
43652026-08-27T08:12:03.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43662026-08-27T08:12:03.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43672026-08-27T08:12:03.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43682026-08-27T08:12:03.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43692026-08-27T08:12:03.173Z
43702026-08-27T08:12:03.173Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (272/377)
43712026-08-27T08:12:03.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43722026-08-27T08:12:03.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43732026-08-27T08:12:03.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43742026-08-27T08:12:03.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43752026-08-27T08:12:03.794Z
43762026-08-27T08:12:03.794Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (273/377)
43772026-08-27T08:12:04.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-08-27T08:12:04.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-08-27T08:12:04.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43802026-08-27T08:12:04.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43812026-08-27T08:12:04.427Z
43822026-08-27T08:12:04.427Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (274/377)
43832026-08-27T08:12:04.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-08-27T08:12:04.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-08-27T08:12:04.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43862026-08-27T08:12:04.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43872026-08-27T08:12:05.057Z
43882026-08-27T08:12:05.057Zinfo: running `cargo check --bins` on omicron-deployment-graph (275/377)
43892026-08-27T08:12:05.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-08-27T08:12:05.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-08-27T08:12:05.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-08-27T08:12:05.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43932026-08-27T08:12:05.628Z
43942026-08-27T08:12:05.628Zinfo: running `cargo check --bins` on transient-dns-server (276/377)
43952026-08-27T08:12:06.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-08-27T08:12:06.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-08-27T08:12:06.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43982026-08-27T08:12:06.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43992026-08-27T08:12:06.226Z
44002026-08-27T08:12:06.226Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (277/377)
44012026-08-27T08:12:06.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-08-27T08:12:06.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-08-27T08:12:06.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44042026-08-27T08:12:06.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44052026-08-27T08:12:06.827Z
44062026-08-27T08:12:06.827Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (278/377)
44072026-08-27T08:12:07.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-08-27T08:12:07.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-08-27T08:12:07.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44102026-08-27T08:12:07.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44112026-08-27T08:12:07.423Z
44122026-08-27T08:12:07.424Zinfo: running `cargo check --bins` on omicron-rpaths (279/377)
44132026-08-27T08:12:07.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-08-27T08:12:07.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-08-27T08:12:07.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44162026-08-27T08:12:07.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44172026-08-27T08:12:07.988Z
44182026-08-27T08:12:07.988Zinfo: running `cargo check --bins` on omicron-repl-utils (280/377)
44192026-08-27T08:12:08.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-08-27T08:12:08.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-08-27T08:12:08.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44222026-08-27T08:12:08.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44232026-08-27T08:12:08.554Z
44242026-08-27T08:12:08.554Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (281/377)
44252026-08-27T08:12:09.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-08-27T08:12:09.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-08-27T08:12:09.265Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
44282026-08-27T08:12:09.685Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
44292026-08-27T08:12:10.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.31s
44302026-08-27T08:12:11.065Z
44312026-08-27T08:12:11.065Zinfo: running `cargo check --bins` on clickhouse-admin-api (282/377)
44322026-08-27T08:12:11.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44332026-08-27T08:12:11.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44342026-08-27T08:12:11.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44352026-08-27T08:12:11.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44362026-08-27T08:12:11.639Z
44372026-08-27T08:12:11.639Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (283/377)
44382026-08-27T08:12:12.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44392026-08-27T08:12:12.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44402026-08-27T08:12:12.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44412026-08-27T08:12:12.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44422026-08-27T08:12:12.212Z
44432026-08-27T08:12:12.213Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (284/377)
44442026-08-27T08:12:12.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44452026-08-27T08:12:12.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44462026-08-27T08:12:12.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44472026-08-27T08:12:12.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44482026-08-27T08:12:12.796Z
44492026-08-27T08:12:12.796Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (285/377)
44502026-08-27T08:12:13.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44512026-08-27T08:12:13.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44522026-08-27T08:12:13.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44532026-08-27T08:12:13.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44542026-08-27T08:12:13.373Z
44552026-08-27T08:12:13.373Zinfo: running `cargo check --bins` on installinator-client (286/377)
44562026-08-27T08:12:13.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44572026-08-27T08:12:13.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44582026-08-27T08:12:13.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44592026-08-27T08:12:13.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44602026-08-27T08:12:13.933Z
44612026-08-27T08:12:13.933Zinfo: running `cargo check --bins` on oxide-client (287/377)
44622026-08-27T08:12:14.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44632026-08-27T08:12:14.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44642026-08-27T08:12:14.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44652026-08-27T08:12:14.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44662026-08-27T08:12:14.496Z
44672026-08-27T08:12:14.496Zinfo: running `cargo check --bins` on oximeter-client (288/377)
44682026-08-27T08:12:14.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44692026-08-27T08:12:14.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44702026-08-27T08:12:14.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44712026-08-27T08:12:14.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44722026-08-27T08:12:15.077Z
44732026-08-27T08:12:15.077Zinfo: running `cargo check --bins` on wicketd-client (289/377)
44742026-08-27T08:12:15.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44752026-08-27T08:12:15.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44762026-08-27T08:12:15.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44772026-08-27T08:12:15.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44782026-08-27T08:12:15.674Z
44792026-08-27T08:12:15.674Zinfo: running `cargo check --bins` on wicket-common (290/377)
44802026-08-27T08:12:16.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44812026-08-27T08:12:16.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44822026-08-27T08:12:16.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44832026-08-27T08:12:16.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44842026-08-27T08:12:16.256Z
44852026-08-27T08:12:16.256Zinfo: running `cargo check --bins` on wicketd-commission-client (291/377)
44862026-08-27T08:12:16.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44872026-08-27T08:12:16.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44882026-08-27T08:12:16.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44892026-08-27T08:12:16.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44902026-08-27T08:12:16.830Z
44912026-08-27T08:12:16.830Zinfo: running `cargo check --bins` on omicron-cockroach-admin (292/377)
44922026-08-27T08:12:17.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44932026-08-27T08:12:17.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44942026-08-27T08:12:17.502Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44952026-08-27T08:12:17.505Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
44962026-08-27T08:12:18.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
44972026-08-27T08:12:18.862Z
44982026-08-27T08:12:18.862Zinfo: running `cargo check --bins` on cockroach-admin-api (293/377)
44992026-08-27T08:12:19.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45002026-08-27T08:12:19.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45012026-08-27T08:12:19.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45022026-08-27T08:12:19.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45032026-08-27T08:12:19.427Z
45042026-08-27T08:12:19.427Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (294/377)
45052026-08-27T08:12:19.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45062026-08-27T08:12:19.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45072026-08-27T08:12:19.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45082026-08-27T08:12:19.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
45092026-08-27T08:12:20.074Z
45102026-08-27T08:12:20.074Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (295/377)
45112026-08-27T08:12:20.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45122026-08-27T08:12:20.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45132026-08-27T08:12:20.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45142026-08-27T08:12:20.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
45152026-08-27T08:12:20.726Z
45162026-08-27T08:12:20.726Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (296/377)
45172026-08-27T08:12:21.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45182026-08-27T08:12:21.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45192026-08-27T08:12:21.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45202026-08-27T08:12:21.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45212026-08-27T08:12:21.355Z
45222026-08-27T08:12:21.355Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (297/377)
45232026-08-27T08:12:21.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45242026-08-27T08:12:21.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45252026-08-27T08:12:21.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45262026-08-27T08:12:21.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45272026-08-27T08:12:21.985Z
45282026-08-27T08:12:21.985Zinfo: running `cargo check --bins` on db-macros (298/377)
45292026-08-27T08:12:22.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-08-27T08:12:22.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-08-27T08:12:22.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45322026-08-27T08:12:22.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45332026-08-27T08:12:22.549Z
45342026-08-27T08:12:22.549Zinfo: running `cargo check --bins` on nexus-macros-common (299/377)
45352026-08-27T08:12:23.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-08-27T08:12:23.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-08-27T08:12:23.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45382026-08-27T08:12:23.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45392026-08-27T08:12:23.111Z
45402026-08-27T08:12:23.111Zinfo: running `cargo check --bins` on nexus-auth (300/377)
45412026-08-27T08:12:23.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-08-27T08:12:23.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-08-27T08:12:23.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45442026-08-27T08:12:23.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45452026-08-27T08:12:23.739Z
45462026-08-27T08:12:23.739Zinfo: running `cargo check --bins` on authz-macros (301/377)
45472026-08-27T08:12:24.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45482026-08-27T08:12:24.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45492026-08-27T08:12:24.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45502026-08-27T08:12:24.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45512026-08-27T08:12:24.298Z
45522026-08-27T08:12:24.298Zinfo: running `cargo check --bins` on nexus-db-fixed-data (302/377)
45532026-08-27T08:12:24.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45542026-08-27T08:12:24.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45552026-08-27T08:12:24.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45562026-08-27T08:12:24.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45572026-08-27T08:12:24.917Z
45582026-08-27T08:12:24.917Zinfo: running `cargo check --bins` on nexus-db-model (303/377)
45592026-08-27T08:12:25.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45602026-08-27T08:12:25.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45612026-08-27T08:12:25.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45622026-08-27T08:12:25.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45632026-08-27T08:12:25.534Z
45642026-08-27T08:12:25.534Zinfo: running `cargo check --bins` on nexus-db-schema (304/377)
45652026-08-27T08:12:26.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45662026-08-27T08:12:26.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45672026-08-27T08:12:26.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45682026-08-27T08:12:26.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45692026-08-27T08:12:26.100Z
45702026-08-27T08:12:26.100Zinfo: running `cargo check --bins` on nexus-defaults (305/377)
45712026-08-27T08:12:26.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45722026-08-27T08:12:26.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45732026-08-27T08:12:26.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45742026-08-27T08:12:26.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45752026-08-27T08:12:26.675Z
45762026-08-27T08:12:26.675Zinfo: running `cargo check --bins` on omicron-git-version (306/377)
45772026-08-27T08:12:27.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45782026-08-27T08:12:27.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45792026-08-27T08:12:27.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45802026-08-27T08:12:27.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45812026-08-27T08:12:27.235Z
45822026-08-27T08:12:27.235Zinfo: running `cargo check --bins` on nexus-db-errors (307/377)
45832026-08-27T08:12:27.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45842026-08-27T08:12:27.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45852026-08-27T08:12:27.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45862026-08-27T08:12:27.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45872026-08-27T08:12:27.863Z
45882026-08-27T08:12:27.864Zinfo: running `cargo check --bins` on nexus-db-lookup (308/377)
45892026-08-27T08:12:28.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45902026-08-27T08:12:28.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45912026-08-27T08:12:28.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45922026-08-27T08:12:28.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45932026-08-27T08:12:28.489Z
45942026-08-27T08:12:28.489Zinfo: running `cargo check --bins` on nexus-test-interface (309/377)
45952026-08-27T08:12:29.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45962026-08-27T08:12:29.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45972026-08-27T08:12:29.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45982026-08-27T08:12:29.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45992026-08-27T08:12:29.117Z
46002026-08-27T08:12:29.117Zinfo: running `cargo check --bins` on oximeter-collector (310/377)
46012026-08-27T08:12:29.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46022026-08-27T08:12:29.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46032026-08-27T08:12:29.840Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
46042026-08-27T08:12:29.840Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
46052026-08-27T08:12:30.506Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
46062026-08-27T08:12:32.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
46072026-08-27T08:12:32.395Z
46082026-08-27T08:12:32.395Zinfo: running `cargo check --bins` on oximeter-api (311/377)
46092026-08-27T08:12:32.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46102026-08-27T08:12:32.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46112026-08-27T08:12:32.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46122026-08-27T08:12:32.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
46132026-08-27T08:12:32.963Z
46142026-08-27T08:12:32.963Zinfo: running `cargo check --bins` on cert-dev (312/377)
46152026-08-27T08:12:33.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46162026-08-27T08:12:33.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46172026-08-27T08:12:33.571Z Checking yasna v0.5.2
46182026-08-27T08:12:33.971Z Checking rcgen v0.12.1
46192026-08-27T08:12:34.219Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
46202026-08-27T08:12:34.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
46212026-08-27T08:12:34.573Z
46222026-08-27T08:12:34.573Zinfo: running `cargo check --bins` on clickana (313/377)
46232026-08-27T08:12:35.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46242026-08-27T08:12:35.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46252026-08-27T08:12:35.217Z Compiling instability v0.3.11
46262026-08-27T08:12:35.217Z Checking castaway v0.2.4
46272026-08-27T08:12:35.221Z Compiling indoc v2.0.7
46282026-08-27T08:12:35.221Z Checking unicode-truncate v1.1.0
46292026-08-27T08:12:35.338Z Checking lru v0.12.5
46302026-08-27T08:12:35.338Z Checking cassowary v0.3.0
46312026-08-27T08:12:35.419Z Checking compact_str v0.8.1
46322026-08-27T08:12:36.187Z Checking ratatui v0.29.0
46332026-08-27T08:12:37.226Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
46342026-08-27T08:12:37.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s
46352026-08-27T08:12:38.140Z
46362026-08-27T08:12:38.140Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (314/377)
46372026-08-27T08:12:38.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46382026-08-27T08:12:38.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46392026-08-27T08:12:38.864Z Checking headers-core v0.3.0
46402026-08-27T08:12:38.868Z Checking port-file v0.1.0
46412026-08-27T08:12:38.868Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
46422026-08-27T08:12:39.057Z Checking headers v0.4.1
46432026-08-27T08:12:39.418Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46442026-08-27T08:12:40.380Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
46452026-08-27T08:12:40.900Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
46462026-08-27T08:12:41.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
46472026-08-27T08:12:41.526Z
46482026-08-27T08:12:41.526Zinfo: running `cargo check --bins` on ch-dev (315/377)
46492026-08-27T08:12:42.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46502026-08-27T08:12:42.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46512026-08-27T08:12:42.245Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
46522026-08-27T08:12:42.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
46532026-08-27T08:12:43.188Z
46542026-08-27T08:12:43.188Zinfo: running `cargo check --bins` on dev-tools-common (316/377)
46552026-08-27T08:12:43.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46562026-08-27T08:12:43.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46572026-08-27T08:12:43.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46582026-08-27T08:12:43.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
46592026-08-27T08:12:43.612Z
46602026-08-27T08:12:43.612Zinfo: running `cargo check --bins` on corpus-adjust (317/377)
46612026-08-27T08:12:44.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46622026-08-27T08:12:44.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46632026-08-27T08:12:44.250Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
46642026-08-27T08:12:44.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
46652026-08-27T08:12:44.795Z
46662026-08-27T08:12:44.795Zinfo: running `cargo check --bins` on crdb-seed (318/377)
46672026-08-27T08:12:45.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46682026-08-27T08:12:45.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46692026-08-27T08:12:45.510Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46702026-08-27T08:12:46.623Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
46712026-08-27T08:12:46.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s
46722026-08-27T08:12:47.171Z
46732026-08-27T08:12:47.171Zinfo: running `cargo check --bins` on db-dev (319/377)
46742026-08-27T08:12:47.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46752026-08-27T08:12:47.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46762026-08-27T08:12:47.893Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
46772026-08-27T08:12:48.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
46782026-08-27T08:12:48.856Z
46792026-08-27T08:12:48.856Zinfo: running `cargo check --bins` on omicron-dev-lib (320/377)
46802026-08-27T08:12:49.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46812026-08-27T08:12:49.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46822026-08-27T08:12:49.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46832026-08-27T08:12:49.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46842026-08-27T08:12:49.469Z
46852026-08-27T08:12:49.469Zinfo: running `cargo check --bins` on xtask-downloader (321/377)
46862026-08-27T08:12:49.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46872026-08-27T08:12:49.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46882026-08-27T08:12:50.086Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
46892026-08-27T08:12:50.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
46902026-08-27T08:12:50.934Z
46912026-08-27T08:12:50.934Zinfo: running `cargo check --bins` on omicron-dropshot-apis (322/377)
46922026-08-27T08:12:51.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46932026-08-27T08:12:51.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46942026-08-27T08:12:51.686Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
46952026-08-27T08:12:51.686Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
46962026-08-27T08:12:51.689Z Checking git-stub v1.0.0
46972026-08-27T08:12:51.689Z Compiling trait-variant v0.1.2
46982026-08-27T08:12:51.689Z Checking maplit v1.0.2
46992026-08-27T08:12:51.823Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47002026-08-27T08:12:51.833Z Checking drift v0.2.0
47012026-08-27T08:12:51.836Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47022026-08-27T08:12:51.871Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
47032026-08-27T08:12:51.936Z Checking git-stub-vcs v0.1.0
47042026-08-27T08:12:52.022Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47052026-08-27T08:12:52.037Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
47062026-08-27T08:12:52.130Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
47072026-08-27T08:12:52.182Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
47082026-08-27T08:12:52.195Z Checking dropshot-api-manager v0.8.0
47092026-08-27T08:12:52.326Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
47102026-08-27T08:12:52.542Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47112026-08-27T08:12:53.028Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
47122026-08-27T08:12:53.977Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47132026-08-27T08:12:54.996Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47142026-08-27T08:12:55.794Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
47152026-08-27T08:12:56.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s
47162026-08-27T08:12:56.433Z
47172026-08-27T08:12:56.433Zinfo: running `cargo check --bins` on installinator-api (323/377)
47182026-08-27T08:12:56.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47192026-08-27T08:12:56.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47202026-08-27T08:12:56.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47212026-08-27T08:12:56.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47222026-08-27T08:12:57.002Z
47232026-08-27T08:12:57.002Zinfo: running `cargo check --bins` on nexus-external-api (324/377)
47242026-08-27T08:12:57.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47252026-08-27T08:12:57.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47262026-08-27T08:12:57.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47272026-08-27T08:12:57.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47282026-08-27T08:12:57.620Z
47292026-08-27T08:12:57.620Zinfo: running `cargo check --bins` on nexus-internal-api (325/377)
47302026-08-27T08:12:58.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-08-27T08:12:58.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-08-27T08:12:58.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47332026-08-27T08:12:58.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47342026-08-27T08:12:58.240Z
47352026-08-27T08:12:58.240Zinfo: running `cargo check --bins` on nexus-lockstep-api (326/377)
47362026-08-27T08:12:58.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-08-27T08:12:58.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-08-27T08:12:58.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47392026-08-27T08:12:58.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47402026-08-27T08:12:58.855Z
47412026-08-27T08:12:58.855Zinfo: running `cargo check --bins` on ntp-admin-api (327/377)
47422026-08-27T08:12:59.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-08-27T08:12:59.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-08-27T08:12:59.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47452026-08-27T08:12:59.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47462026-08-27T08:12:59.425Z
47472026-08-27T08:12:59.425Zinfo: running `cargo check --bins` on ntp-admin-types-versions (328/377)
47482026-08-27T08:12:59.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-08-27T08:12:59.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-08-27T08:12:59.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47512026-08-27T08:12:59.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47522026-08-27T08:12:59.988Z
47532026-08-27T08:12:59.988Zinfo: running `cargo check --bins` on wicketd-api (329/377)
47542026-08-27T08:13:00.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47552026-08-27T08:13:00.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47562026-08-27T08:13:00.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47572026-08-27T08:13:00.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47582026-08-27T08:13:00.578Z
47592026-08-27T08:13:00.578Zinfo: running `cargo check --bins` on wicketd-commission-api (330/377)
47602026-08-27T08:13:01.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47612026-08-27T08:13:01.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47622026-08-27T08:13:01.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47632026-08-27T08:13:01.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47642026-08-27T08:13:01.166Z
47652026-08-27T08:13:01.167Zinfo: running `cargo check --bins` on omicron-ls-apis (331/377)
47662026-08-27T08:13:01.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47672026-08-27T08:13:01.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47682026-08-27T08:13:01.779Z Compiling blake3 v1.8.5
47692026-08-27T08:13:01.888Z Checking arrayref v0.3.9
47702026-08-27T08:13:01.888Z Checking arrayvec v0.7.6
47712026-08-27T08:13:01.891Z Checking constant_time_eq v0.4.2
47722026-08-27T08:13:01.914Z Checking cargo-platform v0.3.2
47732026-08-27T08:13:01.915Z Checking topological-sort v0.2.2
47742026-08-27T08:13:01.918Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
47752026-08-27T08:13:02.059Z Checking cargo_metadata v0.23.1
47762026-08-27T08:13:02.748Z Checking omicron-zone-package v0.12.3
47772026-08-27T08:13:03.459Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
47782026-08-27T08:13:04.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
47792026-08-27T08:13:04.443Z
47802026-08-27T08:13:04.443Zinfo: running `cargo check --bins` on mgs-dev (332/377)
47812026-08-27T08:13:04.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47822026-08-27T08:13:04.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47832026-08-27T08:13:05.174Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47842026-08-27T08:13:05.805Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
47852026-08-27T08:13:06.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
47862026-08-27T08:13:06.514Z
47872026-08-27T08:13:06.514Zinfo: running `cargo check --bins` on omicron-omdb (333/377)
47882026-08-27T08:13:07.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47892026-08-27T08:13:07.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47902026-08-27T08:13:07.493Z Compiling darling_core v0.21.3
47912026-08-27T08:13:07.493Z Compiling vergen-lib v0.1.6
47922026-08-27T08:13:07.496Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47932026-08-27T08:13:07.496Z Compiling diesel_derives v2.3.7
47942026-08-27T08:13:07.496Z Checking scheduled-thread-pool v0.2.7
47952026-08-27T08:13:07.496Z Compiling vergen-gitcl v1.0.8
47962026-08-27T08:13:07.496Z Compiling diesel_table_macro_syntax v0.3.0
47972026-08-27T08:13:07.496Z Compiling dirs-sys-next v0.1.2
47982026-08-27T08:13:07.802Z Compiling glob v0.3.3
47992026-08-27T08:13:07.825Z Compiling crunchy v0.2.4
48002026-08-27T08:13:07.886Z Checking r2d2 v0.8.10
48012026-08-27T08:13:07.901Z Compiling dirs-next v2.0.0
48022026-08-27T08:13:07.904Z Checking downcast-rs v2.0.2
48032026-08-27T08:13:08.075Z Compiling tiny-keccak v2.0.2
48042026-08-27T08:13:08.075Z Compiling term v0.7.0
48052026-08-27T08:13:08.092Z Compiling bit-vec v0.6.3
48062026-08-27T08:13:08.161Z Compiling clang-sys v1.8.1
48072026-08-27T08:13:08.312Z Compiling bit-set v0.5.3
48082026-08-27T08:13:08.328Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
48092026-08-27T08:13:08.471Z Compiling ascii-canvas v3.0.0
48102026-08-27T08:13:08.522Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
48112026-08-27T08:13:08.543Z Compiling itertools v0.10.5
48122026-08-27T08:13:08.622Z Compiling ena v0.14.4
48132026-08-27T08:13:08.691Z Compiling libloading v0.8.9
48142026-08-27T08:13:08.708Z Compiling diff v0.1.13
48152026-08-27T08:13:08.724Z Compiling bindgen v0.71.1
48162026-08-27T08:13:08.773Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
48172026-08-27T08:13:08.837Z Compiling regex-syntax v0.6.29
48182026-08-27T08:13:08.990Z Compiling cexpr v0.6.0
48192026-08-27T08:13:09.123Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48202026-08-27T08:13:09.325Z Compiling rustc-hash v2.1.1
48212026-08-27T08:13:09.458Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48222026-08-27T08:13:09.572Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
48232026-08-27T08:13:09.615Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
48242026-08-27T08:13:09.657Z Compiling libxml v0.3.3
48252026-08-27T08:13:09.805Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48262026-08-27T08:13:09.903Z Compiling strum_macros v0.24.3
48272026-08-27T08:13:09.921Z Compiling indoc v1.0.9
48282026-08-27T08:13:10.140Z Compiling darling_macro v0.21.3
48292026-08-27T08:13:10.350Z Compiling lalrpop v0.19.12
48302026-08-27T08:13:10.656Z Compiling darling v0.21.3
48312026-08-27T08:13:10.752Z Compiling dsl_auto_type v0.2.0
48322026-08-27T08:13:10.815Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48332026-08-27T08:13:10.900Z Checking derive_builder v0.20.2
48342026-08-27T08:13:11.006Z Compiling oso-derive v0.27.3
48352026-08-27T08:13:11.019Z Checking quick-xml v0.37.5
48362026-08-27T08:13:11.223Z Compiling impl-trait-for-tuples v0.2.3
48372026-08-27T08:13:11.505Z Checking openssl-probe v0.1.6
48382026-08-27T08:13:11.649Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
48392026-08-27T08:13:11.890Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48402026-08-27T08:13:12.080Z Checking bb8 v0.8.6
48412026-08-27T08:13:12.389Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48422026-08-27T08:13:12.408Z Checking nonempty v0.12.0
48432026-08-27T08:13:12.436Z Compiling libz-sys v1.1.24
48442026-08-27T08:13:12.589Z Compiling strsim v0.10.0
48452026-08-27T08:13:12.610Z Compiling libgit2-sys v0.18.3+1.9.2
48462026-08-27T08:13:12.759Z Compiling darling_core v0.13.4
48472026-08-27T08:13:12.913Z Compiling vergen-git2 v9.1.0
48482026-08-27T08:13:13.005Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48492026-08-27T08:13:13.133Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48502026-08-27T08:13:13.220Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48512026-08-27T08:13:13.439Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48522026-08-27T08:13:13.676Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48532026-08-27T08:13:13.867Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48542026-08-27T08:13:14.055Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48552026-08-27T08:13:14.118Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48562026-08-27T08:13:14.244Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48572026-08-27T08:13:14.433Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48582026-08-27T08:13:14.624Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48592026-08-27T08:13:14.691Z Compiling darling_macro v0.13.4
48602026-08-27T08:13:14.816Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48612026-08-27T08:13:15.197Z Compiling darling v0.13.4
48622026-08-27T08:13:15.219Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48632026-08-27T08:13:15.292Z Compiling serde_with_macros v1.5.2
48642026-08-27T08:13:15.589Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48652026-08-27T08:13:16.135Z Compiling serde_with v1.14.0
48662026-08-27T08:13:16.181Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48672026-08-27T08:13:16.370Z Checking twox-hash v2.1.2
48682026-08-27T08:13:16.617Z Checking diesel v2.3.7
48692026-08-27T08:13:16.662Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48702026-08-27T08:13:16.681Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
48712026-08-27T08:13:17.267Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
48722026-08-27T08:13:18.366Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48732026-08-27T08:13:18.469Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
48742026-08-27T08:13:18.895Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
48752026-08-27T08:13:19.201Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48762026-08-27T08:13:19.425Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48772026-08-27T08:13:19.865Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48782026-08-27T08:13:20.024Z Checking libsw-core v0.3.2
48792026-08-27T08:13:20.183Z Checking atty v0.2.14
48802026-08-27T08:13:20.294Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
48812026-08-27T08:13:20.575Z Checking libsw v3.5.0
48822026-08-27T08:13:20.593Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48832026-08-27T08:13:20.706Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48842026-08-27T08:13:20.733Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
48852026-08-27T08:13:20.751Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48862026-08-27T08:13:22.019Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
48872026-08-27T08:13:22.313Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
48882026-08-27T08:13:22.801Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
48892026-08-27T08:13:23.047Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
48902026-08-27T08:13:23.525Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48912026-08-27T08:13:23.728Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
48922026-08-27T08:13:23.882Z Checking fatfs v0.3.6
48932026-08-27T08:13:24.031Z Checking console v0.16.2
48942026-08-27T08:13:24.339Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
48952026-08-27T08:13:24.355Z Compiling seq-macro v0.3.6
48962026-08-27T08:13:24.850Z Checking unit-prefix v0.5.2
48972026-08-27T08:13:24.992Z Checking indicatif v0.18.4
48982026-08-27T08:13:25.313Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
48992026-08-27T08:13:25.381Z Checking oxide-update-engine-display v0.1.2
49002026-08-27T08:13:25.663Z Checking support-bundle-viewer v0.1.2
49012026-08-27T08:13:25.684Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
49022026-08-27T08:13:25.911Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
49032026-08-27T08:13:25.966Z Checking multimap v0.10.1
49042026-08-27T08:13:31.768Z Checking diesel-dtrace v0.5.0
49052026-08-27T08:13:32.019Z Checking async-bb8-diesel v0.2.1
49062026-08-27T08:13:35.360Z Compiling samael v0.0.19
49072026-08-27T08:13:40.274Z Compiling git2 v0.20.4
49082026-08-27T08:13:41.151Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
49092026-08-27T08:13:42.675Z Compiling polar-core v0.27.3
49102026-08-27T08:13:42.740Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49112026-08-27T08:13:47.137Z Checking oso v0.27.3
49122026-08-27T08:14:19.319Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
49132026-08-27T08:15:35.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s
49142026-08-27T08:15:35.388Z
49152026-08-27T08:15:35.388Zinfo: running `cargo check --bins` on nexus-networking (334/377)
49162026-08-27T08:15:35.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49172026-08-27T08:15:35.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49182026-08-27T08:15:35.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49192026-08-27T08:15:35.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
49202026-08-27T08:15:36.056Z
49212026-08-27T08:15:36.056Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (335/377)
49222026-08-27T08:15:36.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49232026-08-27T08:15:36.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49242026-08-27T08:15:36.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49252026-08-27T08:15:36.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
49262026-08-27T08:15:36.704Z
49272026-08-27T08:15:36.704Zinfo: running `cargo check --bins` on nexus-saga-recovery (336/377)
49282026-08-27T08:15:37.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49292026-08-27T08:15:37.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49302026-08-27T08:15:37.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49312026-08-27T08:15:37.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49322026-08-27T08:15:37.334Z
49332026-08-27T08:15:37.334Zinfo: running `cargo check --bins` on nexus-test-utils-macros (337/377)
49342026-08-27T08:15:37.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49352026-08-27T08:15:37.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49362026-08-27T08:15:37.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49372026-08-27T08:15:37.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
49382026-08-27T08:15:37.908Z
49392026-08-27T08:15:37.908Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (338/377)
49402026-08-27T08:15:38.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49412026-08-27T08:15:38.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49422026-08-27T08:15:38.752Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49432026-08-27T08:15:39.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
49442026-08-27T08:15:39.755Z
49452026-08-27T08:15:39.755Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (339/377)
49462026-08-27T08:15:40.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49472026-08-27T08:15:40.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49482026-08-27T08:15:40.589Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49492026-08-27T08:16:19.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.11s
49502026-08-27T08:16:20.090Z
49512026-08-27T08:16:20.090Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (340/377)
49522026-08-27T08:16:20.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49532026-08-27T08:16:20.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49542026-08-27T08:16:20.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49552026-08-27T08:16:20.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
49562026-08-27T08:16:20.660Z
49572026-08-27T08:16:20.660Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (341/377)
49582026-08-27T08:16:21.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49592026-08-27T08:16:21.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49602026-08-27T08:16:21.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49612026-08-27T08:16:21.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
49622026-08-27T08:16:21.233Z
49632026-08-27T08:16:21.233Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (342/377)
49642026-08-27T08:16:21.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49652026-08-27T08:16:21.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49662026-08-27T08:16:21.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49672026-08-27T08:16:21.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49682026-08-27T08:16:21.864Z
49692026-08-27T08:16:21.864Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (343/377)
49702026-08-27T08:16:22.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49712026-08-27T08:16:22.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49722026-08-27T08:16:22.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49732026-08-27T08:16:22.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49742026-08-27T08:16:22.495Z
49752026-08-27T08:16:22.495Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (344/377)
49762026-08-27T08:16:23.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49772026-08-27T08:16:23.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49782026-08-27T08:16:23.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49792026-08-27T08:16:23.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49802026-08-27T08:16:23.132Z
49812026-08-27T08:16:23.132Zinfo: running `cargo check --bins` on nexus-mgs-updates (345/377)
49822026-08-27T08:16:23.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49832026-08-27T08:16:23.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49842026-08-27T08:16:23.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49852026-08-27T08:16:23.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49862026-08-27T08:16:23.760Z
49872026-08-27T08:16:23.760Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (346/377)
49882026-08-27T08:16:24.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49892026-08-27T08:16:24.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49902026-08-27T08:16:24.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49912026-08-27T08:16:24.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
49922026-08-27T08:16:24.403Z
49932026-08-27T08:16:24.403Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (347/377)
49942026-08-27T08:16:24.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49952026-08-27T08:16:24.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49962026-08-27T08:16:24.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49972026-08-27T08:16:24.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49982026-08-27T08:16:25.026Z
49992026-08-27T08:16:25.026Zinfo: running `cargo check --bins` on nexus-switch-config (348/377)
50002026-08-27T08:16:25.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50012026-08-27T08:16:25.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50022026-08-27T08:16:25.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50032026-08-27T08:16:25.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
50042026-08-27T08:16:25.638Z
50052026-08-27T08:16:25.638Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (349/377)
50062026-08-27T08:16:26.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50072026-08-27T08:16:26.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50082026-08-27T08:16:26.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50092026-08-27T08:16:26.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
50102026-08-27T08:16:26.266Z
50112026-08-27T08:16:26.266Zinfo: running `cargo check --bins` on support-bundle-collection (350/377)
50122026-08-27T08:16:26.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50132026-08-27T08:16:26.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50142026-08-27T08:16:26.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50152026-08-27T08:16:26.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
50162026-08-27T08:16:26.891Z
50172026-08-27T08:16:26.891Zinfo: running `cargo check --bins` on omicron-dev (351/377)
50182026-08-27T08:16:27.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50192026-08-27T08:16:27.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50202026-08-27T08:16:27.790Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
50212026-08-27T08:16:27.790Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50222026-08-27T08:16:27.978Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
50232026-08-27T08:16:28.007Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
50242026-08-27T08:16:28.024Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
50252026-08-27T08:16:28.029Z Checking yansi v1.0.1
50262026-08-27T08:16:28.055Z Checking diff v0.1.13
50272026-08-27T08:16:28.058Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
50282026-08-27T08:16:28.115Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
50292026-08-27T08:16:28.283Z Checking pretty_assertions v1.4.1
50302026-08-27T08:16:29.068Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
50312026-08-27T08:16:29.072Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
50322026-08-27T08:16:54.123Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50332026-08-27T08:16:54.128Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
50342026-08-27T08:16:54.128Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
50352026-08-27T08:16:54.128Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
50362026-08-27T08:16:54.128Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
50372026-08-27T08:16:54.128Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
50382026-08-27T08:16:54.128Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
50392026-08-27T08:16:55.014Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
50402026-08-27T08:16:55.032Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
50412026-08-27T08:16:56.291Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
50422026-08-27T08:17:35.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
50432026-08-27T08:17:35.298Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50442026-08-27T08:17:35.298Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50452026-08-27T08:17:35.504Z
50462026-08-27T08:17:35.505Zinfo: running `cargo check --bins` on oximeter-load-test (352/377)
50472026-08-27T08:17:36.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50482026-08-27T08:17:36.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50492026-08-27T08:17:36.222Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
50502026-08-27T08:17:36.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
50512026-08-27T08:17:37.058Z
50522026-08-27T08:17:37.058Zinfo: running `cargo check --bins` on omicron-pins (353/377)
50532026-08-27T08:17:37.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50542026-08-27T08:17:37.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50552026-08-27T08:17:37.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50562026-08-27T08:17:37.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50572026-08-27T08:17:37.621Z
50582026-08-27T08:17:37.621Zinfo: running `cargo check --bins` on rack-init-config (354/377)
50592026-08-27T08:17:38.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50602026-08-27T08:17:38.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50612026-08-27T08:17:38.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50622026-08-27T08:17:38.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
50632026-08-27T08:17:38.209Z
50642026-08-27T08:17:38.209Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (355/377)
50652026-08-27T08:17:38.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50662026-08-27T08:17:38.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50672026-08-27T08:17:38.985Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
50682026-08-27T08:17:39.106Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
50692026-08-27T08:17:39.114Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
50702026-08-27T08:18:06.248Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
50712026-08-27T08:18:06.656Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
50722026-08-27T08:18:08.422Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
50732026-08-27T08:18:08.898Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
50742026-08-27T08:18:11.995Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50752026-08-27T08:18:36.023Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50762026-08-27T08:18:36.758Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
50772026-08-27T08:18:38.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
50782026-08-27T08:18:38.669Z
50792026-08-27T08:18:38.669Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (356/377)
50802026-08-27T08:18:39.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50812026-08-27T08:18:39.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50822026-08-27T08:18:39.390Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
50832026-08-27T08:18:40.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
50842026-08-27T08:18:40.280Z
50852026-08-27T08:18:40.280Zinfo: running `cargo check --bins` on omicron-releng (357/377)
50862026-08-27T08:18:40.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50872026-08-27T08:18:40.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50882026-08-27T08:18:40.918Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
50892026-08-27T08:18:40.922Z Compiling fs-err v2.11.0
50902026-08-27T08:18:41.037Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
50912026-08-27T08:18:41.048Z Checking parse-size v1.1.0
50922026-08-27T08:18:41.057Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
50932026-08-27T08:18:41.060Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
50942026-08-27T08:18:41.060Z Checking shell-words v1.1.1
50952026-08-27T08:18:41.143Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
50962026-08-27T08:18:41.467Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
50972026-08-27T08:18:41.646Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
50982026-08-27T08:18:42.316Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
50992026-08-27T08:18:43.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
51002026-08-27T08:18:43.453Z
51012026-08-27T08:18:43.453Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (358/377)
51022026-08-27T08:18:43.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51032026-08-27T08:18:43.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51042026-08-27T08:18:44.089Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
51052026-08-27T08:18:44.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
51062026-08-27T08:18:44.773Z
51072026-08-27T08:18:44.773Zinfo: running `cargo check --bins` on schema (359/377)
51082026-08-27T08:18:45.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51092026-08-27T08:18:45.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51102026-08-27T08:18:45.498Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
51112026-08-27T08:18:46.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
51122026-08-27T08:18:46.392Z
51132026-08-27T08:18:46.392Zinfo: running `cargo check --bins` on xtask (360/377)
51142026-08-27T08:18:46.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51152026-08-27T08:18:46.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51162026-08-27T08:18:46.798Z Checking serde_core v1.0.228
51172026-08-27T08:18:46.798Z Checking libc v0.2.185
51182026-08-27T08:18:46.803Z Checking bitflags v2.11.0
51192026-08-27T08:18:46.883Z Checking scroll v0.12.0
51202026-08-27T08:18:46.887Z Checking thiserror v1.0.69
51212026-08-27T08:18:46.895Z Checking log v0.4.33
51222026-08-27T08:18:46.902Z Checking zerocopy v0.7.35
51232026-08-27T08:18:46.905Z Checking indexmap v2.14.0
51242026-08-27T08:18:46.973Z Checking syn v2.0.117
51252026-08-27T08:18:47.014Z Checking dtrace-parser v0.2.0
51262026-08-27T08:18:47.036Z Checking once_cell v1.21.3
51272026-08-27T08:18:47.095Z Checking goblin v0.8.2
51282026-08-27T08:18:47.150Z Checking errno v0.3.14
51292026-08-27T08:18:47.209Z Checking getrandom v0.4.3
51302026-08-27T08:18:47.239Z Checking thread-id v4.2.2
51312026-08-27T08:18:47.266Z Checking rustix v1.1.4
51322026-08-27T08:18:47.315Z Checking memmap v0.7.0
51332026-08-27T08:18:47.336Z Checking thiserror v2.0.18
51342026-08-27T08:18:47.366Z Checking fs-err v3.3.0
51352026-08-27T08:18:47.431Z Checking anyhow v1.0.104
51362026-08-27T08:18:47.434Z Checking tabled v0.15.0
51372026-08-27T08:18:48.036Z Checking terminal_size v0.4.3
51382026-08-27T08:18:48.036Z Checking tempfile v3.27.0
51392026-08-27T08:18:48.165Z Checking clap_builder v4.6.0
51402026-08-27T08:18:48.169Z Checking textwrap v0.16.2
51412026-08-27T08:18:48.328Z Checking serde v1.0.228
51422026-08-27T08:18:48.328Z Checking serde_json v1.0.151
51432026-08-27T08:18:48.331Z Checking camino v1.2.5
51442026-08-27T08:18:48.365Z Checking semver v1.0.28
51452026-08-27T08:18:48.502Z Checking cargo-platform v0.3.2
51462026-08-27T08:18:48.589Z Checking camino-tempfile v1.4.1
51472026-08-27T08:18:48.729Z Checking serde_spanned v0.6.9
51482026-08-27T08:18:48.729Z Checking toml_datetime v0.6.11
51492026-08-27T08:18:48.733Z Checking macaddr v1.0.1
51502026-08-27T08:18:48.756Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
51512026-08-27T08:18:48.906Z Checking toml_edit v0.22.27
51522026-08-27T08:18:48.916Z Checking dof v0.3.0
51532026-08-27T08:18:48.920Z Checking cargo_metadata v0.23.1
51542026-08-27T08:18:49.171Z Checking usdt-impl v0.5.0
51552026-08-27T08:18:49.352Z Checking clap v4.6.1
51562026-08-27T08:18:49.430Z Checking usdt v0.5.0
51572026-08-27T08:18:49.862Z Checking toml v0.8.23
51582026-08-27T08:18:50.117Z Checking cargo_toml v0.21.0
51592026-08-27T08:18:50.756Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
51602026-08-27T08:18:51.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s
51612026-08-27T08:18:51.248Z
51622026-08-27T08:18:51.248Zinfo: running `cargo check --bins` on dnsadm (361/377)
51632026-08-27T08:18:51.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51642026-08-27T08:18:51.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51652026-08-27T08:18:51.901Z Checking arc-swap v1.8.2
51662026-08-27T08:18:52.178Z Checking slog-scope v4.4.1
51672026-08-27T08:18:52.290Z Checking slog-stdlog v4.1.1
51682026-08-27T08:18:52.386Z Checking slog-envlogger v2.2.0
51692026-08-27T08:18:52.505Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
51702026-08-27T08:18:52.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
51712026-08-27T08:18:53.094Z
51722026-08-27T08:18:53.094Zinfo: running `cargo check --bins` on end-to-end-tests (362/377)
51732026-08-27T08:18:53.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51742026-08-27T08:18:53.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51752026-08-27T08:18:53.906Z Checking cpubits v0.1.1
51762026-08-27T08:18:54.033Z Checking pem-rfc7468 v1.0.0
51772026-08-27T08:18:54.046Z Checking hmac v0.13.0
51782026-08-27T08:18:54.049Z Checking universal-hash v0.6.1
51792026-08-27T08:18:54.069Z Checking ctr v0.10.1
51802026-08-27T08:18:54.069Z Checking aead v0.6.1
51812026-08-27T08:18:54.097Z Checking aes v0.9.1
51822026-08-27T08:18:54.097Z Checking crypto-bigint v0.7.5
51832026-08-27T08:18:54.126Z Checking salsa20 v0.11.0
51842026-08-27T08:18:54.171Z Checking der v0.8.0
51852026-08-27T08:18:54.174Z Checking polyval v0.7.1
51862026-08-27T08:18:54.191Z Checking pbkdf2 v0.13.0
51872026-08-27T08:18:54.204Z Checking cbc v0.2.1
51882026-08-27T08:18:54.277Z Checking ff v0.14.0
51892026-08-27T08:18:54.298Z Checking signature v3.0.0
51902026-08-27T08:18:54.335Z Checking scrypt v0.12.0
51912026-08-27T08:18:54.372Z Checking base16ct v1.0.0
51922026-08-27T08:18:54.407Z Checking group v0.14.0
51932026-08-27T08:18:54.423Z Checking ghash v0.6.0
51942026-08-27T08:18:54.448Z Checking hkdf v0.13.0
51952026-08-27T08:18:54.483Z Compiling curve25519-dalek v5.0.0
51962026-08-27T08:18:54.501Z Checking keccak v0.2.0
51972026-08-27T08:18:54.517Z Checking poly1305 v0.9.0
51982026-08-27T08:18:54.541Z Checking aes-gcm v0.11.0
51992026-08-27T08:18:54.556Z Checking wnaf v0.14.0
52002026-08-27T08:18:54.584Z Checking blowfish v0.10.0
52012026-08-27T08:18:54.655Z Checking blake2 v0.11.0-rc.6
52022026-08-27T08:18:54.703Z Checking sha3 v0.11.0
52032026-08-27T08:18:54.721Z Checking kem v0.3.0
52042026-08-27T08:18:54.736Z Checking bcrypt-pbkdf v0.11.0
52052026-08-27T08:18:54.784Z Checking module-lattice v0.2.3
52062026-08-27T08:18:54.838Z Checking sponge-cursor v0.1.0
52072026-08-27T08:18:54.901Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
52082026-08-27T08:18:54.916Z Checking argon2 v0.6.0-rc.8
52092026-08-27T08:18:54.963Z Checking sha3 v0.12.0
52102026-08-27T08:18:55.003Z Checking spki v0.8.0
52112026-08-27T08:18:55.003Z Checking sec1 v0.8.1
52122026-08-27T08:18:55.046Z Checking ml-kem v0.3.2
52132026-08-27T08:18:55.079Z Checking internal-russh-num-bigint v0.5.0
52142026-08-27T08:18:55.163Z Checking num-bigint v0.4.6
52152026-08-27T08:18:55.178Z Checking pkcs5 v0.8.1
52162026-08-27T08:18:55.221Z Checking pkcs1 v0.8.0-rc.4
52172026-08-27T08:18:55.224Z Checking generic-array v1.4.3
52182026-08-27T08:18:55.432Z Checking russh-util v0.52.0
52192026-08-27T08:18:55.467Z Checking pkcs8 v0.11.0
52202026-08-27T08:18:55.557Z Compiling enum_dispatch v0.3.13
52212026-08-27T08:18:55.629Z Compiling delegate v0.13.5
52222026-08-27T08:18:55.667Z Checking ed25519 v3.0.0
52232026-08-27T08:18:55.749Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52242026-08-27T08:18:55.814Z Checking hex-literal v1.1.0
52252026-08-27T08:18:55.867Z Checking ed25519-dalek v3.0.0
52262026-08-27T08:18:55.913Z Checking md5 v0.8.0
52272026-08-27T08:18:55.950Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
52282026-08-27T08:18:56.081Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
52292026-08-27T08:18:56.096Z Checking socket2 v0.5.10
52302026-08-27T08:18:56.101Z Checking internet-checksum v0.2.1
52312026-08-27T08:18:56.153Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52322026-08-27T08:18:56.314Z Checking elliptic-curve v0.14.1
52332026-08-27T08:18:56.314Z Checking rfc6979 v0.6.0
52342026-08-27T08:18:56.318Z Checking primefield v0.14.0
52352026-08-27T08:18:56.356Z Checking ssh-encoding v0.3.0
52362026-08-27T08:18:56.487Z Checking crypto-primes v0.7.2
52372026-08-27T08:18:56.576Z Checking ssh-cipher v0.3.0
52382026-08-27T08:18:56.576Z Checking russh-cryptovec v0.62.0
52392026-08-27T08:18:56.716Z Checking primeorder v0.14.0
52402026-08-27T08:18:56.719Z Checking ecdsa v0.17.0
52412026-08-27T08:18:57.096Z Checking p384 v0.14.0
52422026-08-27T08:18:57.099Z Checking p256 v0.14.0
52432026-08-27T08:18:57.099Z Checking p521 v0.14.0
52442026-08-27T08:18:57.423Z Checking rsa v0.10.0-rc.18
52452026-08-27T08:18:59.938Z Checking ssh-key v0.7.0-rc.11
52462026-08-27T08:19:00.696Z Checking russh v0.62.4
52472026-08-27T08:19:14.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.10s
52482026-08-27T08:19:14.211Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
52492026-08-27T08:19:14.211Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
52502026-08-27T08:19:14.422Z
52512026-08-27T08:19:14.423Zinfo: running `cargo check --bins` on gateway-cli (363/377)
52522026-08-27T08:19:14.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52532026-08-27T08:19:14.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52542026-08-27T08:19:15.052Z Checking termios v0.3.3
52552026-08-27T08:19:15.245Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
52562026-08-27T08:19:15.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
52572026-08-27T08:19:16.010Z
52582026-08-27T08:19:16.011Zinfo: running `cargo check --bins --no-default-features` on installinator (364/377)
52592026-08-27T08:19:16.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52602026-08-27T08:19:16.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52612026-08-27T08:19:16.708Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
52622026-08-27T08:19:17.406Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
52632026-08-27T08:19:18.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
52642026-08-27T08:19:19.180Z
52652026-08-27T08:19:19.180Zinfo: running `cargo check --bins` on internal-dns-cli (365/377)
52662026-08-27T08:19:19.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52672026-08-27T08:19:19.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52682026-08-27T08:19:19.824Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
52692026-08-27T08:19:20.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
52702026-08-27T08:19:20.434Z
52712026-08-27T08:19:20.434Zinfo: running `cargo check --bins` on omicron-live-tests (366/377)
52722026-08-27T08:19:20.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52732026-08-27T08:19:20.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52742026-08-27T08:19:20.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52752026-08-27T08:19:20.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
52762026-08-27T08:19:21.001Z
52772026-08-27T08:19:21.001Zinfo: running `cargo check --bins` on live-tests-macros (367/377)
52782026-08-27T08:19:21.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52792026-08-27T08:19:21.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52802026-08-27T08:19:21.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52812026-08-27T08:19:21.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
52822026-08-27T08:19:21.566Z
52832026-08-27T08:19:21.567Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (368/377)
52842026-08-27T08:19:22.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52852026-08-27T08:19:22.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52862026-08-27T08:19:22.310Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
52872026-08-27T08:19:22.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
52882026-08-27T08:19:23.087Z
52892026-08-27T08:19:23.087Zinfo: running `cargo check --bins` on omicron-ntp-admin (369/377)
52902026-08-27T08:19:23.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52912026-08-27T08:19:23.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52922026-08-27T08:19:23.734Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
52932026-08-27T08:19:23.839Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
52942026-08-27T08:19:24.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
52952026-08-27T08:19:24.836Z
52962026-08-27T08:19:24.836Zinfo: running `cargo check --bins` on ntp-admin-types (370/377)
52972026-08-27T08:19:25.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52982026-08-27T08:19:25.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52992026-08-27T08:19:25.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53002026-08-27T08:19:25.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
53012026-08-27T08:19:25.394Z
53022026-08-27T08:19:25.395Zinfo: running `cargo check --bins` on omicron-package (371/377)
53032026-08-27T08:19:25.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53042026-08-27T08:19:25.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53052026-08-27T08:19:26.071Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
53062026-08-27T08:19:27.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
53072026-08-27T08:19:27.341Z
53082026-08-27T08:19:27.341Zinfo: running `cargo check --bins` on tqdb (372/377)
53092026-08-27T08:19:27.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53102026-08-27T08:19:27.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53112026-08-27T08:19:28.134Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
53122026-08-27T08:19:28.485Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
53132026-08-27T08:19:28.991Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
53142026-08-27T08:19:28.991Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
53152026-08-27T08:19:36.062Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
53162026-08-27T08:19:36.065Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
53172026-08-27T08:19:36.065Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
53182026-08-27T08:19:36.707Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
53192026-08-27T08:19:36.710Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
53202026-08-27T08:19:36.710Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
53212026-08-27T08:19:36.710Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
53222026-08-27T08:19:37.490Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
53232026-08-27T08:19:38.095Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
53242026-08-27T08:19:38.330Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
53252026-08-27T08:19:38.553Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
53262026-08-27T08:19:39.432Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
53272026-08-27T08:19:40.092Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
53282026-08-27T08:19:44.910Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
53292026-08-27T08:19:52.289Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53302026-08-27T08:19:52.293Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53312026-08-27T08:19:52.293Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53322026-08-27T08:19:52.293Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
53332026-08-27T08:19:53.809Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53342026-08-27T08:19:55.113Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
53352026-08-27T08:19:55.790Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
53362026-08-27T08:19:57.084Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
53372026-08-27T08:19:57.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.28s
53382026-08-27T08:19:57.834Z
53392026-08-27T08:19:57.834Zinfo: running `cargo check --bins` on wicket-dbg (373/377)
53402026-08-27T08:19:58.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53412026-08-27T08:19:58.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53422026-08-27T08:19:58.539Z Checking rtoolbox v0.0.3
53432026-08-27T08:19:58.543Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
53442026-08-27T08:19:58.653Z Checking tui-tree-widget v0.23.1
53452026-08-27T08:19:58.663Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
53462026-08-27T08:19:58.757Z Checking rpassword v7.5.4
53472026-08-27T08:20:01.560Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53482026-08-27T08:20:03.419Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
53492026-08-27T08:20:04.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.51s
53502026-08-27T08:20:04.540Z
53512026-08-27T08:20:04.541Zinfo: running `cargo check --bins` on wicket (374/377)
53522026-08-27T08:20:05.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53532026-08-27T08:20:05.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53542026-08-27T08:20:05.240Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53552026-08-27T08:20:05.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
53562026-08-27T08:20:05.789Z
53572026-08-27T08:20:05.789Zinfo: running `cargo check --bins` on wicketd (375/377)
53582026-08-27T08:20:06.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53592026-08-27T08:20:06.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53602026-08-27T08:20:06.488Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
53612026-08-27T08:20:10.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s
53622026-08-27T08:20:10.225Z
53632026-08-27T08:20:10.225Zinfo: running `cargo check --bins` on omicron-workspace-hack (376/377)
53642026-08-27T08:20:10.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53652026-08-27T08:20:10.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53662026-08-27T08:20:10.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53672026-08-27T08:20:10.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
53682026-08-27T08:20:10.790Z
53692026-08-27T08:20:10.790Zinfo: running `cargo check --bins` on zone-setup (377/377)
53702026-08-27T08:20:11.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53712026-08-27T08:20:11.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53722026-08-27T08:20:11.461Z Checking uzers v0.12.2
53732026-08-27T08:20:11.730Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
53742026-08-27T08:20:12.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
53752026-08-27T08:20:12.715Z
53762026-08-27T08:20:12.715Zreal 14:26.252913720
53772026-08-27T08:20:12.715Zuser 21:43.494032836
53782026-08-27T08:20:12.715Zsys 4:26.159856404
53792026-08-27T08:20:12.715Ztrap 0.337183437
53802026-08-27T08:20:12.715Ztflt 0.639501360
53812026-08-27T08:20:12.715Zdflt 0.917683801
53822026-08-27T08:20:12.715Zkflt 0.019630195
53832026-08-27T08:20:12.715Zlock 1:30:14.587402158
53842026-08-27T08:20:12.715Zslp 1:42:55.988885424
53852026-08-27T08:20:12.715Zlat 57.712635318
53862026-08-27T08:20:12.715Zstop 4:11.775341569
53872026-08-27T08:20:12.719Zprocess exited: duration 999712 ms, exit code 0
 
53882026-08-27T08:20:12.725Zfound 0 output files