01M0W22D1BB5FXA7F10JRQCA8F: 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: 01M0W22RGJ1DDG08BH207MQKKN

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T08:55:51.510Zjob assigned to worker 01M0W22VEBWTEM5K5J4BMTQJFF [factory aws, i-00507d420511dde57] (queued for 44 s)
 
22026-08-25T08:55:57.739Zstarting task 0: "setup"
32026-08-25T08:55:57.744Z++ uname -s
42026-08-25T08:55:57.748Z+ kern=SunOS
52026-08-25T08:55:57.748Z+ build_user=build
62026-08-25T08:55:57.748Z+ build_uid=12345
72026-08-25T08:55:57.748Z+ work_dir=/work
82026-08-25T08:55:57.748Z+ input_dir=/input
92026-08-25T08:55:57.748Z+ [[ 0 == 12345 ]]
102026-08-25T08:55:57.748Z+ case "$kern" in
112026-08-25T08:55:57.748Z+ groupadd -g 12345 build
122026-08-25T08:55:57.748Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T08:55:59.754Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T08:55:59.823Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T08:55:59.826Z+ home_fs=zfs
162026-08-25T08:55:59.826Z+ [[ zfs == autofs ]]
172026-08-25T08:55:59.826Z+ mkdir -p /home/build
182026-08-25T08:55:59.826Z+ chown build:build /home/build /work
192026-08-25T08:56:01.828Z+ chmod 0700 /home/build /work
202026-08-25T08:56:01.832Zprocess exited: duration 4089 ms, exit code 0
 
212026-08-25T08:56:01.839Zstarting task 1: "rust-toolchain"
222026-08-25T08:56:01.843Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-25T08:56:01.843Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-25T08:56:01.843Z * rust toolchain channel = "1.97.1"
252026-08-25T08:56:01.843Z * rust toolchain profile = "default"
262026-08-25T08:56:01.843Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-25T08:56:01.846Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-25T08:56:01.846Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T08:56:01.846Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T08:56:01.924Zinfo: downloading installer
312026-08-25T08:56:03.215Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T08:56:03.215Zwarn: /home/build/.rustup/settings.toml
332026-08-25T08:56:03.215Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T08:56:03.216Zwarn: instead of the one inferred from the default host triple.
352026-08-25T08:56:03.228Zinfo: profile set to default
362026-08-25T08:56:03.228Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T08:56:03.234Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T08:56:03.367Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T08:56:03.372Zinfo: downloading 6 components
402026-08-25T08:56:19.353Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-25T08:56:19.353Z
422026-08-25T08:56:19.379Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T08:56:19.379Z
442026-08-25T08:56:19.379Z
452026-08-25T08:56:19.379ZRust is installed now. Great!
462026-08-25T08:56:19.379Z
472026-08-25T08:56:19.379ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T08:56:19.379Zenvironment variable. This has not been done automatically.
492026-08-25T08:56:19.379Z
502026-08-25T08:56:19.379ZTo configure your current shell, you need to source
512026-08-25T08:56:19.379Zthe corresponding env file under $HOME/.cargo.
522026-08-25T08:56:19.379Z
532026-08-25T08:56:19.379ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T08:56:19.382Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T08:56:19.382Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T08:56:19.382Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T08:56:19.382Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T08:56:19.382Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T08:56:19.382Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T08:56:19.382Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T08:56:19.383Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T08:56:19.487Z+ rustup --version
632026-08-25T08:56:19.496Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T08:56:19.500Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T08:56:19.517Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T08:56:19.522Z+ cargo --version
672026-08-25T08:56:19.535Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T08:56:19.539Z+ rustc --version
692026-08-25T08:56:19.556Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T08:56:19.559Zprocess exited: duration 17719 ms, exit code 0
 
712026-08-25T08:56:19.566Zstarting task 2: "authentication"
722026-08-25T08:56:19.583Zprocess exited: duration 16 ms, exit code 0
 
732026-08-25T08:56:19.591Zstarting task 3: "clone repository"
742026-08-25T08:56:19.594Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-25T08:56:19.597Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-25T08:56:19.630ZCloning into '/work/oxidecomputer/omicron'...
772026-08-25T08:56:33.287Z+ cd /work/oxidecomputer/omicron
782026-08-25T08:56:33.288Z+ git fetch origin 24d1aaab8a0379f7e2ab5122e3aa084b0acf2508
792026-08-25T08:56:33.621ZFrom https://github.com/oxidecomputer/omicron
802026-08-25T08:56:33.621Z * branch 24d1aaab8a0379f7e2ab5122e3aa084b0acf2508 -> FETCH_HEAD
812026-08-25T08:56:33.631Z+ [[ -n '' ]]
822026-08-25T08:56:33.631Z+ git reset --hard 24d1aaab8a0379f7e2ab5122e3aa084b0acf2508
832026-08-25T08:56:33.890ZHEAD is now at 24d1aaab8 [merge] merge upstream
842026-08-25T08:56:33.895Zprocess exited: duration 14303 ms, exit code 0
 
852026-08-25T08:56:33.902Zstarting task 4: "build"
862026-08-25T08:56:33.906Z+ source .github/buildomat/ci-env.sh
872026-08-25T08:56:33.906Z++ export CARGO_TERM_COLOR=always
882026-08-25T08:56:33.910Z++ CARGO_TERM_COLOR=always
892026-08-25T08:56:33.910Z+++ uname -s
902026-08-25T08:56:33.910Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-25T08:56:33.910Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-25T08:56:33.910Z+ cargo --version
932026-08-25T08:56:33.919Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-25T08:56:33.923Z+ rustc --version
952026-08-25T08:56:33.942Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-25T08:56:33.945Z+ source ./env.sh
972026-08-25T08:56:33.945Z++ OLD_SHELL_OPTS=ehxB
982026-08-25T08:56:33.945Z++ set -o xtrace
992026-08-25T08:56:33.945Z++++ dirname ./env.sh
1002026-08-25T08:56:33.949Z+++ readlink -f .
1012026-08-25T08:56:33.952Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022026-08-25T08:56:33.953Z++ 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-25T08:56:33.953Z++ 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-25T08:56:33.953Z++ 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-25T08:56:33.953Z++ 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-25T08:56:33.953Z++ 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-25T08:56:33.953Z++ 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-25T08:56:33.953Z++ 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-25T08:56:33.953Z++ 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-25T08:56:33.953Z++ 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-25T08:56:33.953Z++ 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-25T08:56:33.953Z++ case $OLD_SHELL_OPTS in
1132026-08-25T08:56:33.953Z++ unset OLD_SHELL_OPTS OMICRON_WS
1142026-08-25T08:56:33.953Z+ 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-25T08:56:33.953Z+ 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-25T08:56:33.953Z+ banner prerequisites
1172026-08-25T08:56:33.953Z
1182026-08-25T08:56:33.953Z ##### ##### ###### ##### ###### #### # # # #### #
1192026-08-25T08:56:33.953Z # # # # # # # # # # # # # # #
1202026-08-25T08:56:33.953Z # # # # ##### # # ##### # # # # # #### #
1212026-08-25T08:56:33.953Z ##### ##### # ##### # # # # # # # # #
1222026-08-25T08:56:33.953Z # # # # # # # # # # # # # # #
1232026-08-25T08:56:33.953Z # # # ###### # # ###### ### # #### # #### #
1242026-08-25T08:56:33.953Z
1252026-08-25T08:56:33.953Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1262026-08-25T08:56:36.012Z Startup: Refreshing catalog 'helios' ... Done
1272026-08-25T08:56:36.400Z Startup: Caching catalogs ... Done
1282026-08-25T08:56:38.620ZPlanning: Solver setup ... Done (2.099s)
1292026-08-25T08:56:38.684ZPlanning: Running solver ... Done (0.062s)
1302026-08-25T08:56:38.732ZPlanning: Finding local manifests ... Done (0.003s)
1312026-08-25T08:56:38.744ZPlanning: Fetching manifests: 0/2 0% complete
1322026-08-25T08:56:38.762ZPlanning: Fetching manifests: 2/2 100% complete
1332026-08-25T08:56:38.775ZPlanning: Package planning ... Done (0.013s)
1342026-08-25T08:56:38.778ZPlanning: Merging actions ... Done (0.001s)
1352026-08-25T08:56:38.999ZPlanning: Checking for conflicting actions ... Done (0.222s)
1362026-08-25T08:56:39.002ZPlanning: Consolidating action changes ... Done (0.001s)
1372026-08-25T08:56:39.797ZPlanning: Evaluating mediators ... Done (0.797s)
1382026-08-25T08:56:39.801ZPlanning: Planning completed in 3.36 seconds
1392026-08-25T08:56:39.805Z Packages to install: 2
1402026-08-25T08:56:39.809Z Estimated space available: 156.01 GB
1412026-08-25T08:56:39.809ZEstimated space to be consumed: 80.56 MB
1422026-08-25T08:56:39.809Z Create boot environment: No
1432026-08-25T08:56:39.809ZCreate backup boot environment: No
1442026-08-25T08:56:39.809Z Rebuild boot archive: No
1452026-08-25T08:56:39.809Z
1462026-08-25T08:56:39.809ZChanged packages:
1472026-08-25T08:56:39.809Zhelios
1482026-08-25T08:56:39.809Z developer/build-essential
1492026-08-25T08:56:39.809Z None -> 11-3.0
1502026-08-25T08:56:39.809Z library/libxmlsec1
1512026-08-25T08:56:39.809Z None -> 1.2.35-3.0
1522026-08-25T08:56:39.830Z
1532026-08-25T08:56:39.830ZDownload: 0/214 items 0.0/1.3MB 0% complete
1542026-08-25T08:56:39.907ZDownload: Completed 1.28 MB in 0.08 seconds (16.5M/s)
1552026-08-25T08:56:40.008Z Actions: 1/268 actions (Installing new actions)
1562026-08-25T08:56:40.045Z Actions: Completed 268 actions in 0.04 seconds.
1572026-08-25T08:56:40.083ZFinalize: Updating package state database ... Done (0.037s)
1582026-08-25T08:56:40.083ZFinalize: Updating package cache ... Done (0.000s)
1592026-08-25T08:56:40.172ZFinalize: Updating image state ... Done (0.089s)
1602026-08-25T08:56:42.634ZFinalize: Creating fast lookup database ... Done (2.408s)
1612026-08-25T08:56:42.701ZFinalize: Reading search index ... Done (0.012s)
1622026-08-25T08:56:42.705ZFinalize: Updating search index ... Done (0.000s)
1632026-08-25T08:56:42.793ZFinalize: Updating package cache ... Done (0.000s)
1642026-08-25T08:56:43.171ZPlanning: Evaluating mediator changes ... Done
1652026-08-25T08:56:43.277ZPlanning: Checking for conflicting actions ... Done
1662026-08-25T08:56:43.280ZPlanning: Consolidating action changes ... Done
1672026-08-25T08:56:43.433ZPlanning: Evaluating mediators ... Done
1682026-08-25T08:56:43.436ZPlanning: Planning completed in 0.26 seconds
1692026-08-25T08:56:43.455Z Mediators to change: 2
1702026-08-25T08:56:43.456Z Create boot environment: No
1712026-08-25T08:56:43.456ZCreate backup boot environment: No
1722026-08-25T08:56:43.509ZFinalize: Updating package state database ... Done
1732026-08-25T08:56:43.509ZFinalize: Updating package cache ... Done
1742026-08-25T08:56:43.564ZFinalize: Updating image state ... Done
1752026-08-25T08:56:45.529ZFinalize: Creating fast lookup database ... Done
1762026-08-25T08:56:45.592ZFinalize: Reading search index ... Done
1772026-08-25T08:56:45.595ZFinalize: Updating search index ... Done
1782026-08-25T08:56:45.668ZFinalize: Updating package cache ... Done
1792026-08-25T08:56:45.955ZPlanning: Evaluating mediator changes ... Done
1802026-08-25T08:56:46.062ZPlanning: Checking for conflicting actions ... Done
1812026-08-25T08:56:46.068ZPlanning: Consolidating action changes ... Done
1822026-08-25T08:56:46.219ZPlanning: Evaluating mediators ... Done
1832026-08-25T08:56:46.224ZPlanning: Planning completed in 0.26 seconds
1842026-08-25T08:56:46.242Z Mediators to change: 1
1852026-08-25T08:56:46.242Z Create boot environment: No
1862026-08-25T08:56:46.242ZCreate backup boot environment: No
1872026-08-25T08:56:46.281ZFinalize: Updating package state database ... Done
1882026-08-25T08:56:46.281ZFinalize: Updating package cache ... Done
1892026-08-25T08:56:46.334ZFinalize: Updating image state ... Done
1902026-08-25T08:56:48.268ZFinalize: Creating fast lookup database ... Done
1912026-08-25T08:56:48.328ZFinalize: Reading search index ... Done
1922026-08-25T08:56:48.332ZFinalize: Updating search index ... Done
1932026-08-25T08:56:48.388ZFinalize: Updating package cache ... Done
1942026-08-25T08:56:48.703ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952026-08-25T08:56:48.703Zapache system 2.4 system
1962026-08-25T08:56:48.703Zclang system 15 system
1972026-08-25T08:56:48.703Zcsh system system illumos
1982026-08-25T08:56:48.703Zctags system system illumos
1992026-08-25T08:56:48.703Zfile vendor vendor darwinsys
2002026-08-25T08:56:48.703Zfile system system illumos
2012026-08-25T08:56:48.703Zgcc vendor 14 vendor
2022026-08-25T08:56:48.703Zgcc system 13 system
2032026-08-25T08:56:48.703Zgcc system 10 system
2042026-08-25T08:56:48.703Zgo system 1.25 system
2052026-08-25T08:56:48.703Zllvm system 15 system
2062026-08-25T08:56:48.704Zmariadb system 11.4 system
2072026-08-25T08:56:48.704Zmta vendor vendor dma
2082026-08-25T08:56:48.704Zopenjdk system 17 system
2092026-08-25T08:56:48.704Zopenjdk system 11 system
2102026-08-25T08:56:48.704Zopenssl vendor 3 vendor
2112026-08-25T08:56:48.704Zperl system 5.40 system
2122026-08-25T08:56:48.704Zpostgresql system 18 system
2132026-08-25T08:56:48.704Zpostgresql system 17 system
2142026-08-25T08:56:48.704Zpython vendor 3 vendor
2152026-08-25T08:56:48.704Zpython system 2 system
2162026-08-25T08:56:48.704Zpython3 vendor 3.13 vendor
2172026-08-25T08:56:48.704Zruby system 3.4 system
2182026-08-25T08:56:48.704Zruby system 3.0 system
2192026-08-25T08:56:48.704Zwords vendor vendor american-english
2202026-08-25T08:56:48.704Zwords system system australian-english
2212026-08-25T08:56:48.704Zwords system system british-english
2222026-08-25T08:56:48.704Zwords system system canadian-english
2232026-08-25T08:56:48.704Zwords system system french
2242026-08-25T08:56:48.704Zwords system system italian
2252026-08-25T08:56:48.704Zwords system system ngerman
2262026-08-25T08:56:48.704Zwords system system ogerman
2272026-08-25T08:56:48.704Zwords system system spanish
2282026-08-25T08:56:48.954ZPUBLISHER TYPE STATUS P LOCATION
2292026-08-25T08:56:48.954Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2302026-08-25T08:56:49.448ZFMRI IFO
2312026-08-25T08:56:49.448Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2322026-08-25T08:56:49.448Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2332026-08-25T08:56:49.448Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2342026-08-25T08:56:49.448Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2352026-08-25T08:56:49.448Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2362026-08-25T08:56:49.448Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2372026-08-25T08:56:49.448Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2382026-08-25T08:56:49.448Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2392026-08-25T08:56:49.448Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2402026-08-25T08:56:49.797Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2412026-08-25T08:56:50.091Z Updating crates.io index
2422026-08-25T08:56:50.094Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-08-25T08:56:50.359Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-08-25T08:56:50.789Z Updating git repository `https://github.com/oxidecomputer/propolis`
2452026-08-25T08:56:51.938Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462026-08-25T08:56:52.510Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-08-25T08:56:54.226Z Updating git repository `https://github.com/oxidecomputer/opte`
2482026-08-25T08:56:55.144Z Updating git repository `https://github.com/oxidecomputer/tofino`
2492026-08-25T08:56:55.413Z Updating git repository `https://github.com/oxidecomputer/lldp`
2502026-08-25T08:56:55.781Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2512026-08-25T08:57:00.478Z Updating git repository `https://github.com/oxidecomputer/clickward`
2522026-08-25T08:57:00.772Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2532026-08-25T08:57:01.139Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2542026-08-25T08:57:01.421Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2552026-08-25T08:57:01.702Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2562026-08-25T08:57:02.017Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2572026-08-25T08:57:02.302Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-08-25T08:57:02.601Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-08-25T08:57:02.897Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2602026-08-25T08:57:03.442Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2612026-08-25T08:57:03.790Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2622026-08-25T08:57:04.088Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2632026-08-25T08:57:04.685Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2642026-08-25T08:57:04.961Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2652026-08-25T08:57:05.495Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-08-25T08:57:05.845Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-08-25T08:57:06.121Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-08-25T08:57:06.552Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-08-25T08:57:07.143Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2702026-08-25T08:57:07.559Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2712026-08-25T08:57:07.904Z Updating git repository `https://github.com/oxidecomputer/ispf`
2722026-08-25T08:57:08.238Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732026-08-25T08:57:08.566Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2742026-08-25T08:57:08.970Z Updating git repository `https://github.com/oxidecomputer/tough`
2752026-08-25T08:57:09.513Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2762026-08-25T08:57:09.795Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-08-25T08:57:10.095Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-08-25T08:57:10.558Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2792026-08-25T08:57:10.879Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2802026-08-25T08:57:11.151Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2812026-08-25T08:57:11.416Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2822026-08-25T08:57:11.736Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2832026-08-25T08:57:12.026Z Updating git repository `https://github.com/illumos/smf-rs`
2842026-08-25T08:57:12.326Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2852026-08-25T08:57:15.225Z Downloading crates ...
2862026-08-25T08:57:15.271Z Downloaded anstream v1.0.0
2872026-08-25T08:57:15.278Z Downloaded papergrid v0.11.0
2882026-08-25T08:57:15.281Z Downloaded fastrand v2.3.0
2892026-08-25T08:57:15.282Z Downloaded errno v0.3.14
2902026-08-25T08:57:15.285Z Downloaded itoa v1.0.17
2912026-08-25T08:57:15.289Z Downloaded fnv v1.0.7
2922026-08-25T08:57:15.292Z Downloaded cfg-if v1.0.4
2932026-08-25T08:57:15.292Z Downloaded is_terminal_polyfill v1.70.2
2942026-08-25T08:57:15.296Z Downloaded heck v0.5.0
2952026-08-25T08:57:15.296Z Downloaded heck v0.4.1
2962026-08-25T08:57:15.299Z Downloaded crypto-common v0.1.7
2972026-08-25T08:57:15.302Z Downloaded cargo-platform v0.3.2
2982026-08-25T08:57:15.302Z Downloaded equivalent v1.0.2
2992026-08-25T08:57:15.305Z Downloaded dtrace-parser v0.2.0
3002026-08-25T08:57:15.309Z Downloaded memmap v0.7.0
3012026-08-25T08:57:15.309Z Downloaded serde_spanned v0.6.9
3022026-08-25T08:57:15.309Z Downloaded zmij v1.0.21
3032026-08-25T08:57:15.309Z Downloaded zerocopy-derive v0.7.35
3042026-08-25T08:57:15.312Z Downloaded block-buffer v0.10.4
3052026-08-25T08:57:15.312Z Downloaded cpufeatures v0.2.17
3062026-08-25T08:57:15.313Z Downloaded scroll_derive v0.12.1
3072026-08-25T08:57:15.313Z Downloaded anstyle-parse v1.0.0
3082026-08-25T08:57:15.316Z Downloaded autocfg v1.5.0
3092026-08-25T08:57:15.319Z Downloaded winnow v0.7.14
3102026-08-25T08:57:15.322Z Downloaded dof v0.3.0
3112026-08-25T08:57:15.344Z Downloaded macaddr v1.0.1
3122026-08-25T08:57:15.344Z Downloaded proc-macro-error-attr v1.0.4
3132026-08-25T08:57:15.344Z Downloaded usdt-macro v0.5.0
3142026-08-25T08:57:15.344Z Downloaded generic-array v0.14.7
3152026-08-25T08:57:15.344Z Downloaded usdt v0.5.0
3162026-08-25T08:57:15.344Z Downloaded clap_lex v1.0.0
3172026-08-25T08:57:15.344Z Downloaded terminal_size v0.4.3
3182026-08-25T08:57:15.344Z Downloaded colorchoice v1.0.4
3192026-08-25T08:57:15.344Z Downloaded fs-err v3.3.0
3202026-08-25T08:57:15.348Z Downloaded anstyle v1.0.14
3212026-08-25T08:57:15.351Z Downloaded thread-id v4.2.2
3222026-08-25T08:57:15.355Z Downloaded unicode-linebreak v0.1.5
3232026-08-25T08:57:15.359Z Downloaded tabled_derive v0.7.0
3242026-08-25T08:57:15.359Z Downloaded toml_datetime v0.6.11
3252026-08-25T08:57:15.359Z Downloaded plain v0.2.3
3262026-08-25T08:57:15.362Z Downloaded swrite v0.1.0
3272026-08-25T08:57:15.362Z Downloaded version_check v0.9.5
3282026-08-25T08:57:15.366Z Downloaded pretty-hex v0.4.1
3292026-08-25T08:57:15.366Z Downloaded strsim v0.11.1
3302026-08-25T08:57:15.366Z Downloaded usdt-attr-macro v0.5.0
3312026-08-25T08:57:15.366Z Downloaded smawk v0.3.2
3322026-08-25T08:57:15.366Z Downloaded utf8parse v0.2.2
3332026-08-25T08:57:15.370Z Downloaded toml_write v0.1.2
3342026-08-25T08:57:15.373Z Downloaded byteorder v1.5.0
3352026-08-25T08:57:15.376Z Downloaded cargo_toml v0.21.0
3362026-08-25T08:57:15.380Z Downloaded camino-tempfile v1.4.1
3372026-08-25T08:57:15.380Z Downloaded anstyle-query v1.1.5
3382026-08-25T08:57:15.383Z Downloaded digest v0.10.7
3392026-08-25T08:57:15.383Z Downloaded serde_tokenstream v0.2.3
3402026-08-25T08:57:15.387Z Downloaded proc-macro-error v1.0.4
3412026-08-25T08:57:15.387Z Downloaded bytecount v0.6.9
3422026-08-25T08:57:15.390Z Downloaded once_cell v1.21.3
3432026-08-25T08:57:15.390Z Downloaded pest_derive v2.8.6
3442026-08-25T08:57:15.394Z Downloaded cargo_metadata v0.23.1
3452026-08-25T08:57:15.397Z Downloaded bitflags v2.11.0
3462026-08-25T08:57:15.397Z Downloaded tempfile v3.27.0
3472026-08-25T08:57:15.401Z Downloaded scroll v0.12.0
3482026-08-25T08:57:15.404Z Downloaded usdt-impl v0.5.0
3492026-08-25T08:57:15.408Z Downloaded thiserror v2.0.18
3502026-08-25T08:57:15.411Z Downloaded thiserror v1.0.69
3512026-08-25T08:57:15.415Z Downloaded clap_derive v4.6.1
3522026-08-25T08:57:15.423Z Downloaded log v0.4.33
3532026-08-25T08:57:15.426Z Downloaded camino v1.2.5
3542026-08-25T08:57:15.429Z Downloaded pest_generator v2.8.6
3552026-08-25T08:57:15.432Z Downloaded ucd-trie v0.1.7
3562026-08-25T08:57:15.432Z Downloaded sha2 v0.10.9
3572026-08-25T08:57:15.433Z Downloaded thiserror-impl v1.0.69
3582026-08-25T08:57:15.436Z Downloaded thiserror-impl v2.0.18
3592026-08-25T08:57:15.436Z Downloaded toml v0.8.23
3602026-08-25T08:57:15.436Z Downloaded getrandom v0.4.3
3612026-08-25T08:57:15.439Z Downloaded quote v1.0.45
3622026-08-25T08:57:15.439Z Downloaded serde_core v1.0.229
3632026-08-25T08:57:15.443Z Downloaded anyhow v1.0.104
3642026-08-25T08:57:15.443Z Downloaded semver v1.0.28
3652026-08-25T08:57:15.446Z Downloaded serde_derive v1.0.229
3662026-08-25T08:57:15.446Z Downloaded unicode-ident v1.0.24
3672026-08-25T08:57:15.449Z Downloaded proc-macro2 v1.0.106
3682026-08-25T08:57:15.449Z Downloaded clap v4.6.1
3692026-08-25T08:57:15.453Z Downloaded textwrap v0.16.2
3702026-08-25T08:57:15.460Z Downloaded pest_meta v2.8.6
3712026-08-25T08:57:15.463Z Downloaded toml_edit v0.22.27
3722026-08-25T08:57:15.474Z Downloaded indexmap v2.14.0
3732026-08-25T08:57:15.478Z Downloaded serde v1.0.229
3742026-08-25T08:57:15.482Z Downloaded memchr v2.8.0
3752026-08-25T08:57:15.501Z Downloaded pest v2.8.6
3762026-08-25T08:57:15.507Z Downloaded typenum v1.20.1
3772026-08-25T08:57:15.537Z Downloaded clap_builder v4.6.0
3782026-08-25T08:57:15.542Z Downloaded hashbrown v0.17.0
3792026-08-25T08:57:15.545Z Downloaded serde_json v1.0.151
3802026-08-25T08:57:15.549Z Downloaded goblin v0.8.2
3812026-08-25T08:57:15.554Z Downloaded zerocopy v0.7.35
3822026-08-25T08:57:15.563Z Downloaded tabled v0.15.0
3832026-08-25T08:57:15.574Z Downloaded syn v1.0.109
3842026-08-25T08:57:15.590Z Downloaded unicode-width v0.1.14
3852026-08-25T08:57:15.594Z Downloaded unicode-width v0.2.0
3862026-08-25T08:57:15.597Z Downloaded syn v3.0.3
3872026-08-25T08:57:15.602Z Downloaded syn v2.0.117
3882026-08-25T08:57:15.607Z Downloaded rustix v1.1.4
3892026-08-25T08:57:15.629Z Downloaded libc v0.2.185
3902026-08-25T08:57:15.691Z Compiling proc-macro2 v1.0.106
3912026-08-25T08:57:15.691Z Compiling quote v1.0.45
3922026-08-25T08:57:15.691Z Compiling unicode-ident v1.0.24
3932026-08-25T08:57:15.691Z Compiling serde_core v1.0.229
3942026-08-25T08:57:15.696Z Compiling libc v0.2.185
3952026-08-25T08:57:15.696Z Compiling version_check v0.9.5
3962026-08-25T08:57:15.696Z Compiling memchr v2.8.0
3972026-08-25T08:57:15.866Z Compiling serde v1.0.229
3982026-08-25T08:57:16.046Z Compiling zmij v1.0.21
3992026-08-25T08:57:16.185Z Compiling ucd-trie v0.1.7
4002026-08-25T08:57:16.275Z Compiling thiserror v1.0.69
4012026-08-25T08:57:16.312Z Compiling itoa v1.0.17
4022026-08-25T08:57:16.494Z Compiling pest v2.8.6
4032026-08-25T08:57:16.647Z Compiling rustix v1.1.4
4042026-08-25T08:57:16.726Z Compiling byteorder v1.5.0
4052026-08-25T08:57:16.743Z Compiling errno v0.3.14
4062026-08-25T08:57:16.852Z Compiling serde_json v1.0.151
4072026-08-25T08:57:16.892Z Compiling bitflags v2.11.0
4082026-08-25T08:57:17.117Z Compiling thread-id v4.2.2
4092026-08-25T08:57:17.182Z Compiling syn v2.0.117
4102026-08-25T08:57:17.198Z Compiling syn v3.0.3
4112026-08-25T08:57:17.232Z Compiling proc-macro-error-attr v1.0.4
4122026-08-25T08:57:17.277Z Compiling usdt-impl v0.5.0
4132026-08-25T08:57:17.408Z Compiling syn v1.0.109
4142026-08-25T08:57:17.482Z Compiling camino v1.2.5
4152026-08-25T08:57:17.707Z Compiling pest_meta v2.8.6
4162026-08-25T08:57:17.882Z Compiling proc-macro-error v1.0.4
4172026-08-25T08:57:17.899Z Compiling utf8parse v0.2.2
4182026-08-25T08:57:18.070Z Compiling hashbrown v0.17.0
4192026-08-25T08:57:18.150Z Compiling getrandom v0.4.3
4202026-08-25T08:57:18.316Z Compiling log v0.4.33
4212026-08-25T08:57:18.566Z Compiling plain v0.2.3
4222026-08-25T08:57:18.662Z Compiling equivalent v1.0.2
4232026-08-25T08:57:18.723Z Compiling terminal_size v0.4.3
4242026-08-25T08:57:18.758Z Compiling indexmap v2.14.0
4252026-08-25T08:57:18.872Z Compiling anstyle-parse v1.0.0
4262026-08-25T08:57:19.389Z Compiling serde_derive v1.0.229
4272026-08-25T08:57:19.407Z Compiling anstyle-query v1.1.5
4282026-08-25T08:57:19.411Z Compiling thiserror v2.0.18
4292026-08-25T08:57:19.441Z Compiling pretty-hex v0.4.1
4302026-08-25T08:57:19.467Z Compiling cfg-if v1.0.4
4312026-08-25T08:57:19.518Z Compiling pest_generator v2.8.6
4322026-08-25T08:57:19.544Z Compiling anstyle v1.0.14
4332026-08-25T08:57:19.575Z Compiling winnow v0.7.14
4342026-08-25T08:57:19.592Z Compiling is_terminal_polyfill v1.70.2
4352026-08-25T08:57:19.697Z Compiling colorchoice v1.0.4
4362026-08-25T08:57:19.761Z Compiling toml_write v0.1.2
4372026-08-25T08:57:19.778Z Compiling autocfg v1.5.0
4382026-08-25T08:57:19.820Z Compiling anstream v1.0.0
4392026-08-25T08:57:20.204Z Compiling fs-err v3.3.0
4402026-08-25T08:57:20.275Z Compiling clap_lex v1.0.0
4412026-08-25T08:57:20.308Z Compiling unicode-width v0.1.14
4422026-08-25T08:57:20.392Z Compiling once_cell v1.21.3
4432026-08-25T08:57:20.510Z Compiling bytecount v0.6.9
4442026-08-25T08:57:20.526Z Compiling fnv v1.0.7
4452026-08-25T08:57:20.580Z Compiling fastrand v2.3.0
4462026-08-25T08:57:20.610Z Compiling heck v0.5.0
4472026-08-25T08:57:20.632Z Compiling anyhow v1.0.104
4482026-08-25T08:57:20.649Z Compiling strsim v0.11.1
4492026-08-25T08:57:20.840Z Compiling heck v0.4.1
4502026-08-25T08:57:20.844Z Compiling clap_builder v4.6.0
4512026-08-25T08:57:20.997Z Compiling tempfile v3.27.0
4522026-08-25T08:57:21.078Z Compiling papergrid v0.11.0
4532026-08-25T08:57:21.133Z Compiling tabled_derive v0.7.0
4542026-08-25T08:57:21.156Z Compiling thiserror-impl v1.0.69
4552026-08-25T08:57:21.173Z Compiling zerocopy-derive v0.7.35
4562026-08-25T08:57:21.191Z Compiling pest_derive v2.8.6
4572026-08-25T08:57:21.362Z Compiling scroll_derive v0.12.1
4582026-08-25T08:57:21.635Z Compiling thiserror-impl v2.0.18
4592026-08-25T08:57:22.021Z Compiling scroll v0.12.0
4602026-08-25T08:57:22.025Z Compiling clap_derive v4.6.1
4612026-08-25T08:57:22.056Z Compiling zerocopy v0.7.35
4622026-08-25T08:57:22.489Z Compiling dtrace-parser v0.2.0
4632026-08-25T08:57:22.508Z Compiling goblin v0.8.2
4642026-08-25T08:57:22.616Z Compiling toml_datetime v0.6.11
4652026-08-25T08:57:22.677Z Compiling serde_spanned v0.6.9
4662026-08-25T08:57:22.832Z Compiling dof v0.3.0
4672026-08-25T08:57:22.835Z Compiling serde_tokenstream v0.2.3
4682026-08-25T08:57:22.879Z Compiling toml_edit v0.22.27
4692026-08-25T08:57:23.079Z Compiling semver v1.0.28
4702026-08-25T08:57:23.215Z Compiling cargo-platform v0.3.2
4712026-08-25T08:57:23.233Z Compiling memmap v0.7.0
4722026-08-25T08:57:23.437Z Compiling unicode-width v0.2.0
4732026-08-25T08:57:23.483Z Compiling smawk v0.3.2
4742026-08-25T08:57:23.542Z Compiling unicode-linebreak v0.1.5
4752026-08-25T08:57:23.630Z Compiling cargo_metadata v0.23.1
4762026-08-25T08:57:23.718Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4772026-08-25T08:57:23.789Z Compiling textwrap v0.16.2
4782026-08-25T08:57:23.807Z Compiling usdt-macro v0.5.0
4792026-08-25T08:57:23.823Z Compiling usdt-attr-macro v0.5.0
4802026-08-25T08:57:23.884Z Compiling clap v4.6.1
4812026-08-25T08:57:23.973Z Compiling macaddr v1.0.1
4822026-08-25T08:57:24.163Z Compiling tabled v0.15.0
4832026-08-25T08:57:24.204Z Compiling camino-tempfile v1.4.1
4842026-08-25T08:57:24.426Z Compiling toml v0.8.23
4852026-08-25T08:57:24.501Z Compiling swrite v0.1.0
4862026-08-25T08:57:24.806Z Compiling cargo_toml v0.21.0
4872026-08-25T08:57:25.423Z Compiling usdt v0.5.0
4882026-08-25T08:57:26.205Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4892026-08-25T08:57:28.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.60s
4902026-08-25T08:57:28.438Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4912026-08-25T08:57:28.970Z Downloading crates ...
4922026-08-25T08:57:29.025Z Downloaded async-stream-impl v0.3.6
4932026-08-25T08:57:29.038Z Downloaded adler2 v2.0.1
4942026-08-25T08:57:29.041Z Downloaded async-recursion v1.1.1
4952026-08-25T08:57:29.041Z Downloaded atomicwrites v0.4.4
4962026-08-25T08:57:29.045Z Downloaded atomic-waker v1.1.2
4972026-08-25T08:57:29.048Z Downloaded elliptic-curve v0.14.1
4982026-08-25T08:57:29.051Z Downloaded fatfs v0.3.6
4992026-08-25T08:57:29.055Z Downloaded aead v0.5.2
5002026-08-25T08:57:29.055Z Downloaded array-init v0.0.4
5012026-08-25T08:57:29.055Z Downloaded async-stream v0.3.6
5022026-08-25T08:57:29.058Z Downloaded const-oid v0.10.2
5032026-08-25T08:57:29.058Z Downloaded futures-task v0.3.32
5042026-08-25T08:57:29.059Z Downloaded fxhash v0.2.1
5052026-08-25T08:57:29.059Z Downloaded endian-type v0.1.2
5062026-08-25T08:57:29.059Z Downloaded env_filter v2.0.0
5072026-08-25T08:57:29.059Z Downloaded embedded-io v0.6.1
5082026-08-25T08:57:29.063Z Downloaded foreign-types-macros v0.2.3
5092026-08-25T08:57:29.063Z Downloaded assert_matches v1.5.0
5102026-08-25T08:57:29.066Z Downloaded fd-lock v4.0.4
5112026-08-25T08:57:29.066Z Downloaded ff v0.13.1
5122026-08-25T08:57:29.066Z Downloaded foreign-types-shared v0.1.1
5132026-08-25T08:57:29.066Z Downloaded form_urlencoded v1.2.2
5142026-08-25T08:57:29.066Z Downloaded hubpack v0.1.2
5152026-08-25T08:57:29.069Z Downloaded ena v0.14.4
5162026-08-25T08:57:29.069Z Downloaded enum_dispatch v0.3.13
5172026-08-25T08:57:29.069Z Downloaded gethostname v0.5.0
5182026-08-25T08:57:29.072Z Downloaded arrayref v0.3.9
5192026-08-25T08:57:29.072Z Downloaded arrayvec v0.7.6
5202026-08-25T08:57:29.072Z Downloaded anstream v0.6.21
5212026-08-25T08:57:29.075Z Downloaded atty v0.2.14
5222026-08-25T08:57:29.075Z Downloaded foldhash v0.1.5
5232026-08-25T08:57:29.075Z Downloaded futures-core v0.3.32
5242026-08-25T08:57:29.075Z Downloaded cfg_aliases v0.2.1
5252026-08-25T08:57:29.075Z Downloaded enum-as-inner v0.6.1
5262026-08-25T08:57:29.081Z Downloaded futures-macro v0.3.32
5272026-08-25T08:57:29.081Z Downloaded float-cmp v0.10.0
5282026-08-25T08:57:29.081Z Downloaded foreign-types-shared v0.3.1
5292026-08-25T08:57:29.081Z Downloaded bit-set v0.5.3
5302026-08-25T08:57:29.081Z Downloaded ascii-canvas v3.0.0
5312026-08-25T08:57:29.084Z Downloaded foreign-types v0.5.0
5322026-08-25T08:57:29.084Z Downloaded fs-err v2.11.0
5332026-08-25T08:57:29.084Z Downloaded cfg_aliases v0.1.1
5342026-08-25T08:57:29.084Z Downloaded futures-sink v0.3.32
5352026-08-25T08:57:29.084Z Downloaded hostname v0.3.1
5362026-08-25T08:57:29.087Z Downloaded anstyle-parse v0.2.7
5372026-08-25T08:57:29.087Z Downloaded flagset v0.4.7
5382026-08-25T08:57:29.087Z Downloaded futures-io v0.3.32
5392026-08-25T08:57:29.091Z Downloaded camino-tempfile-ext v0.3.3
5402026-08-25T08:57:29.092Z Downloaded aead v0.6.1
5412026-08-25T08:57:29.095Z Downloaded backoff v0.4.0
5422026-08-25T08:57:29.095Z Downloaded bitfield-struct v0.6.2
5432026-08-25T08:57:29.095Z Downloaded fixedbitset v0.4.2
5442026-08-25T08:57:29.095Z Downloaded float-ord v0.3.2
5452026-08-25T08:57:29.095Z Downloaded embedded-io v0.4.0
5462026-08-25T08:57:29.098Z Downloaded find-msvc-tools v0.1.9
5472026-08-25T08:57:29.098Z Downloaded base16ct v1.0.0
5482026-08-25T08:57:29.101Z Downloaded bcrypt-pbkdf v0.11.0
5492026-08-25T08:57:29.101Z Downloaded fs_extra v1.3.0
5502026-08-25T08:57:29.107Z Downloaded ciborium-ll v0.2.2
5512026-08-25T08:57:29.110Z Downloaded erased-serde v0.3.31
5522026-08-25T08:57:29.110Z Downloaded ciborium-io v0.2.2
5532026-08-25T08:57:29.110Z Downloaded foldhash v0.2.0
5542026-08-25T08:57:29.110Z Downloaded futures-executor v0.3.32
5552026-08-25T08:57:29.113Z Downloaded filetime v0.2.27
5562026-08-25T08:57:29.113Z Downloaded futures-channel v0.3.32
5572026-08-25T08:57:29.113Z Downloaded ahash v0.8.12
5582026-08-25T08:57:29.117Z Downloaded funty v2.0.0
5592026-08-25T08:57:29.117Z Downloaded headers-core v0.3.0
5602026-08-25T08:57:29.120Z Downloaded async-trait v0.1.89
5612026-08-25T08:57:29.121Z Downloaded argon2 v0.5.3
5622026-08-25T08:57:29.124Z Downloaded base64ct v1.8.3
5632026-08-25T08:57:29.124Z Downloaded ghash v0.6.0
5642026-08-25T08:57:29.124Z Downloaded hash32 v0.3.1
5652026-08-25T08:57:29.124Z Downloaded castaway v0.2.4
5662026-08-25T08:57:29.127Z Downloaded hex v0.4.3
5672026-08-25T08:57:29.127Z Downloaded http-body v1.0.1
5682026-08-25T08:57:29.130Z Downloaded bitfield-macros v0.19.4
5692026-08-25T08:57:29.130Z Downloaded cobs v0.3.0
5702026-08-25T08:57:29.131Z Downloaded block-padding v0.4.2
5712026-08-25T08:57:29.131Z Downloaded foreign-types v0.3.2
5722026-08-25T08:57:29.137Z Downloaded base16ct v0.2.0
5732026-08-25T08:57:29.140Z Downloaded bit-set v0.8.0
5742026-08-25T08:57:29.140Z Downloaded fixedbitset v0.5.7
5752026-08-25T08:57:29.144Z Downloaded block-buffer v0.12.1
5762026-08-25T08:57:29.147Z Downloaded hash32 v0.2.1
5772026-08-25T08:57:29.150Z Downloaded hex-literal v1.1.0
5782026-08-25T08:57:29.154Z Downloaded compression-core v0.4.31
5792026-08-25T08:57:29.159Z Downloaded bb8 v0.8.6
5802026-08-25T08:57:29.159Z Downloaded globwalk v0.9.1
5812026-08-25T08:57:29.163Z Downloaded httpdate v1.0.3
5822026-08-25T08:57:29.166Z Downloaded home v0.5.12
5832026-08-25T08:57:29.166Z Downloaded hubpack_derive v0.1.1
5842026-08-25T08:57:29.166Z Downloaded cexpr v0.6.0
5852026-08-25T08:57:29.166Z Downloaded newline-converter v0.3.0
5862026-08-25T08:57:29.171Z Downloaded hostname v0.4.2
5872026-08-25T08:57:29.171Z Downloaded nodrop v0.1.14
5882026-08-25T08:57:29.175Z Downloaded normalize-line-endings v0.3.0
5892026-08-25T08:57:29.175Z Downloaded openssl-macros v0.1.1
5902026-08-25T08:57:29.175Z Downloaded http-range v0.1.5
5912026-08-25T08:57:29.178Z Downloaded async-bb8-diesel v0.2.1
5922026-08-25T08:57:29.178Z Downloaded backon v1.6.0
5932026-08-25T08:57:29.182Z Downloaded oxide-generation-macros v0.2.0
5942026-08-25T08:57:29.185Z Downloaded compression-codecs v0.4.37
5952026-08-25T08:57:29.185Z Downloaded chacha20 v0.9.1
5962026-08-25T08:57:29.189Z Downloaded cmov v0.5.4
5972026-08-25T08:57:29.192Z Downloaded cbc v0.2.1
5982026-08-25T08:57:29.192Z Downloaded buf-list v1.1.2
5992026-08-25T08:57:29.192Z Downloaded fallible-iterator v0.2.0
6002026-08-25T08:57:29.196Z Downloaded addr2line v0.25.1
6012026-08-25T08:57:29.196Z Downloaded env_logger v0.11.11
6022026-08-25T08:57:29.199Z Downloaded olpc-cjson v0.1.4
6032026-08-25T08:57:29.199Z Downloaded num_threads v0.1.7
6042026-08-25T08:57:29.199Z Downloaded powerfmt v0.2.0
6052026-08-25T08:57:29.204Z Downloaded proc-macro-crate v1.3.1
6062026-08-25T08:57:29.207Z Downloaded progenitor-macro v0.14.0
6072026-08-25T08:57:29.216Z Downloaded phf_shared v0.11.3
6082026-08-25T08:57:29.219Z Downloaded blowfish v0.10.0
6092026-08-25T08:57:29.219Z Downloaded backtrace-ext v0.2.1
6102026-08-25T08:57:29.225Z Downloaded cipher v0.4.4
6112026-08-25T08:57:29.228Z Downloaded cipher v0.5.2
6122026-08-25T08:57:29.228Z Downloaded radium v0.7.0
6132026-08-25T08:57:29.231Z Downloaded bitfield v0.19.4
6142026-08-25T08:57:29.235Z Downloaded serde_bytes v0.11.19
6152026-08-25T08:57:29.239Z Downloaded scheduled-thread-pool v0.2.7
6162026-08-25T08:57:29.242Z Downloaded scroll_derive v0.13.1
6172026-08-25T08:57:29.242Z Downloaded serde_repr v0.1.20
6182026-08-25T08:57:29.242Z Downloaded sha1 v0.10.6
6192026-08-25T08:57:29.245Z Downloaded signal-hook-mio v0.2.5
6202026-08-25T08:57:29.248Z Downloaded bs58 v0.5.1
6212026-08-25T08:57:29.251Z Downloaded siphasher v1.0.2
6222026-08-25T08:57:29.251Z Downloaded sponge-cursor v0.1.0
6232026-08-25T08:57:29.251Z Downloaded bcs v0.1.6
6242026-08-25T08:57:29.251Z Downloaded byte-wrapper v0.1.0
6252026-08-25T08:57:29.255Z Downloaded nibble_vec v0.1.0
6262026-08-25T08:57:29.258Z Downloaded bit-vec v0.8.0
6272026-08-25T08:57:29.258Z Downloaded slog-envlogger v2.2.0
6282026-08-25T08:57:29.263Z Downloaded tap v1.0.1
6292026-08-25T08:57:29.266Z Downloaded git-stub v1.0.0
6302026-08-25T08:57:29.266Z Downloaded globset v0.4.18
6312026-08-25T08:57:29.266Z Downloaded group v0.14.0
6322026-08-25T08:57:29.266Z Downloaded structmeta v0.3.0
6332026-08-25T08:57:29.269Z Downloaded supports-unicode v3.0.0
6342026-08-25T08:57:29.269Z Downloaded allocator-api2 v0.2.21
6352026-08-25T08:57:29.269Z Downloaded glob v0.3.3
6362026-08-25T08:57:29.272Z Downloaded group v0.13.0
6372026-08-25T08:57:29.272Z Downloaded http-body-util v0.1.3
6382026-08-25T08:57:29.272Z Downloaded num-integer v0.1.46
6392026-08-25T08:57:29.272Z Downloaded num_enum v0.5.11
6402026-08-25T08:57:29.276Z Downloaded argon2 v0.6.0-rc.8
6412026-08-25T08:57:29.279Z Downloaded bit-vec v0.6.3
6422026-08-25T08:57:29.279Z Downloaded blake2 v0.10.6
6432026-08-25T08:57:29.279Z Downloaded parking_lot_core v0.8.6
6442026-08-25T08:57:29.282Z Downloaded oxide-tokio-rt v0.1.4
6452026-08-25T08:57:29.282Z Downloaded cancel-safe-futures v0.1.5
6462026-08-25T08:57:29.282Z Downloaded thiserror-impl-no-std v2.0.2
6472026-08-25T08:57:29.287Z Downloaded pbkdf2 v0.13.0
6482026-08-25T08:57:29.290Z Downloaded rand_core v0.9.5
6492026-08-25T08:57:29.290Z Downloaded getrandom v0.2.17
6502026-08-25T08:57:29.290Z Downloaded rpassword v7.5.4
6512026-08-25T08:57:29.293Z Downloaded peg v0.8.5
6522026-08-25T08:57:29.293Z Downloaded ff v0.14.0
6532026-08-25T08:57:29.296Z Downloaded phf v0.13.1
6542026-08-25T08:57:29.296Z Downloaded progenitor v0.14.0
6552026-08-25T08:57:29.296Z Downloaded hmac v0.12.1
6562026-08-25T08:57:29.299Z Downloaded unit-prefix v0.5.2
6572026-08-25T08:57:29.299Z Downloaded httparse v1.10.1
6582026-08-25T08:57:29.299Z Downloaded console v0.15.11
6592026-08-25T08:57:29.302Z Downloaded rand_seeder v0.4.0
6602026-08-25T08:57:29.302Z Downloaded untrusted v0.9.0
6612026-08-25T08:57:29.303Z Downloaded colored v3.1.1
6622026-08-25T08:57:29.305Z Downloaded highway v1.3.0
6632026-08-25T08:57:29.309Z Downloaded cassowary v0.3.0
6642026-08-25T08:57:29.309Z Downloaded bzip2 v0.6.1
6652026-08-25T08:57:29.312Z Downloaded chacha20 v0.10.0
6662026-08-25T08:57:29.312Z Downloaded clang-sys v1.8.1
6672026-08-25T08:57:29.315Z Downloaded colored v2.2.0
6682026-08-25T08:57:29.315Z Downloaded futures v0.3.32
6692026-08-25T08:57:29.319Z Downloaded tokio-test v0.4.5
6702026-08-25T08:57:29.319Z Downloaded topological-sort v0.2.2
6712026-08-25T08:57:29.319Z Downloaded tower-layer v0.3.3
6722026-08-25T08:57:29.319Z Downloaded cmake v0.1.57
6732026-08-25T08:57:29.319Z Downloaded trait-variant v0.1.2
6742026-08-25T08:57:29.323Z Downloaded serde-hex v0.1.0
6752026-08-25T08:57:29.323Z Downloaded untrusted v0.7.1
6762026-08-25T08:57:29.323Z Downloaded utf8_iter v1.0.4
6772026-08-25T08:57:29.323Z Downloaded pkg-config v0.3.32
6782026-08-25T08:57:29.323Z Downloaded wait-timeout v0.2.1
6792026-08-25T08:57:29.323Z Downloaded zerofrom v0.1.6
6802026-08-25T08:57:29.323Z Downloaded flume v0.11.1
6812026-08-25T08:57:29.326Z Downloaded xshell-macros v0.2.7
6822026-08-25T08:57:29.326Z Downloaded phf v0.12.1
6832026-08-25T08:57:29.326Z Downloaded progenitor v0.13.0
6842026-08-25T08:57:29.329Z Downloaded russh-cryptovec v0.62.0
6852026-08-25T08:57:29.333Z Downloaded cpubits v0.1.1
6862026-08-25T08:57:29.333Z Downloaded serde_with_macros v1.5.2
6872026-08-25T08:57:29.333Z Downloaded blake2 v0.11.0-rc.6
6882026-08-25T08:57:29.336Z Downloaded ciborium v0.2.2
6892026-08-25T08:57:29.336Z Downloaded console v0.16.2
6902026-08-25T08:57:29.340Z Downloaded spki v0.7.3
6912026-08-25T08:57:29.343Z Downloaded spki v0.8.0
6922026-08-25T08:57:29.343Z Downloaded sync-ptr v0.1.4
6932026-08-25T08:57:29.343Z Downloaded slog-term v2.9.2
6942026-08-25T08:57:29.346Z Downloaded smallvec v0.6.14
6952026-08-25T08:57:29.346Z Downloaded string_cache v0.8.9
6962026-08-25T08:57:29.346Z Downloaded arc-swap v1.8.2
6972026-08-25T08:57:29.350Z Downloaded crc-catalog v2.4.0
6982026-08-25T08:57:29.350Z Downloaded thread_local v1.1.9
6992026-08-25T08:57:29.354Z Downloaded strum_macros v0.26.4
7002026-08-25T08:57:29.357Z Downloaded const-oid v0.9.6
7012026-08-25T08:57:29.357Z Downloaded ppv-lite86 v0.2.21
7022026-08-25T08:57:29.360Z Downloaded cstr-argument v0.1.2
7032026-08-25T08:57:29.363Z Downloaded git-stub-vcs v0.1.0
7042026-08-25T08:57:29.366Z Downloaded rustls-pki-types v1.14.0
7052026-08-25T08:57:29.366Z Downloaded half v1.8.3
7062026-08-25T08:57:29.370Z Downloaded parking_lot v0.12.5
7072026-08-25T08:57:29.370Z Downloaded dof v0.4.0
7082026-08-25T08:57:29.373Z Downloaded strum_macros v0.24.3
7092026-08-25T08:57:29.373Z Downloaded termios v0.3.3
7102026-08-25T08:57:29.373Z Downloaded display-error-chain v0.2.2
7112026-08-25T08:57:29.376Z Downloaded darling_macro v0.23.0
7122026-08-25T08:57:29.376Z Downloaded dropshot-api-manager-types v0.8.0
7132026-08-25T08:57:29.380Z Downloaded darling_macro v0.21.3
7142026-08-25T08:57:29.380Z Downloaded generic-array v1.4.3
7152026-08-25T08:57:29.383Z Downloaded bzip2 v0.4.4
7162026-08-25T08:57:29.383Z Downloaded unicase v2.9.0
7172026-08-25T08:57:29.383Z Downloaded tinystr v0.8.2
7182026-08-25T08:57:29.390Z Downloaded vergen-git2 v9.1.0
7192026-08-25T08:57:29.393Z Downloaded whoami v1.6.1
7202026-08-25T08:57:29.399Z Downloaded convert_case v0.10.0
7212026-08-25T08:57:29.402Z Downloaded tokio-native-tls v0.3.1
7222026-08-25T08:57:29.406Z Downloaded indoc v1.0.9
7232026-08-25T08:57:29.409Z Downloaded bitflags v1.3.2
7242026-08-25T08:57:29.412Z Downloaded internet-checksum v0.2.1
7252026-08-25T08:57:29.412Z Downloaded peg-macros v0.8.5
7262026-08-25T08:57:29.412Z Downloaded pkcs8 v0.11.0
7272026-08-25T08:57:29.416Z Downloaded keccak v0.1.6
7282026-08-25T08:57:29.419Z Downloaded memoffset v0.9.1
7292026-08-25T08:57:29.422Z Downloaded secrecy v0.10.3
7302026-08-25T08:57:29.425Z Downloaded lru v0.12.5
7312026-08-25T08:57:29.428Z Downloaded crossbeam-deque v0.8.6
7322026-08-25T08:57:29.428Z Downloaded lalrpop-util v0.19.12
7332026-08-25T08:57:29.432Z Downloaded base64 v0.22.1
7342026-08-25T08:57:29.432Z Downloaded bytes v1.11.1
7352026-08-25T08:57:29.437Z Downloaded multimap v0.10.1
7362026-08-25T08:57:29.437Z Downloaded lru-cache v0.1.2
7372026-08-25T08:57:29.440Z Downloaded nonempty v0.12.0
7382026-08-25T08:57:29.440Z Downloaded num_enum_derive v0.5.11
7392026-08-25T08:57:29.440Z Downloaded openssl-probe v0.2.1
7402026-08-25T08:57:29.443Z Downloaded half v2.7.1
7412026-08-25T08:57:29.447Z Downloaded hmac v0.13.0
7422026-08-25T08:57:29.450Z Downloaded rand_chacha v0.3.1
7432026-08-25T08:57:29.450Z Downloaded ar_archive_writer v0.5.1
7442026-08-25T08:57:29.455Z Downloaded tls_codec_derive v0.4.2
7452026-08-25T08:57:29.460Z Downloaded ed25519 v2.2.3
7462026-08-25T08:57:29.463Z Downloaded either v1.15.0
7472026-08-25T08:57:29.463Z Downloaded daft v0.1.8
7482026-08-25T08:57:29.466Z Downloaded data-encoding v2.10.0
7492026-08-25T08:57:29.466Z Downloaded deranged v0.5.8
7502026-08-25T08:57:29.466Z Downloaded predicates-core v1.0.10
7512026-08-25T08:57:29.466Z Downloaded predicates-tree v1.0.13
7522026-08-25T08:57:29.469Z Downloaded rfc6979 v0.4.0
7532026-08-25T08:57:29.469Z Downloaded phf_shared v0.13.1
7542026-08-25T08:57:29.469Z Downloaded rfc6979 v0.6.0
7552026-08-25T08:57:29.473Z Downloaded serde_plain v1.0.2
7562026-08-25T08:57:29.473Z Downloaded psl-types v2.0.11
7572026-08-25T08:57:29.473Z Downloaded progenitor-macro v0.13.0
7582026-08-25T08:57:29.473Z Downloaded rand_pcg v0.10.2
7592026-08-25T08:57:29.476Z Downloaded serde_spanned v1.1.1
7602026-08-25T08:57:29.476Z Downloaded heapless v0.7.17
7612026-08-25T08:57:29.479Z Downloaded twox-hash v2.1.2
7622026-08-25T08:57:29.483Z Downloaded chumsky v0.9.3
7632026-08-25T08:57:29.486Z Downloaded derive_builder_core v0.20.2
7642026-08-25T08:57:29.486Z Downloaded diesel_table_macro_syntax v0.3.0
7652026-08-25T08:57:29.486Z Downloaded ref-cast v1.0.25
7662026-08-25T08:57:29.489Z Downloaded vergen v9.1.0
7672026-08-25T08:57:29.492Z Downloaded hyper-staticfile v0.10.1
7682026-08-25T08:57:29.495Z Downloaded zerocopy v0.6.6
7692026-08-25T08:57:29.495Z Downloaded ingot v0.2.1
7702026-08-25T08:57:29.499Z Downloaded secrecy v0.8.0
7712026-08-25T08:57:29.499Z Downloaded impl-trait-for-tuples v0.2.3
7722026-08-25T08:57:29.501Z Downloaded strip-ansi-escapes v0.2.1
7732026-08-25T08:57:29.504Z Downloaded signal-hook-tokio v0.3.1
7742026-08-25T08:57:29.508Z Downloaded indoc v2.0.7
7752026-08-25T08:57:29.513Z Downloaded rcgen v0.12.1
7762026-08-25T08:57:29.516Z Downloaded compact_str v0.8.1
7772026-08-25T08:57:29.519Z Downloaded jobserver v0.1.34
7782026-08-25T08:57:29.519Z Downloaded libsw v3.5.0
7792026-08-25T08:57:29.522Z Downloaded lock_api v0.4.14
7802026-08-25T08:57:29.522Z Downloaded socket2 v0.5.10
7812026-08-25T08:57:29.522Z Downloaded subtle v2.6.1
7822026-08-25T08:57:29.522Z Downloaded schemars v0.8.22
7832026-08-25T08:57:29.528Z Downloaded signal-hook v0.3.18
7842026-08-25T08:57:29.531Z Downloaded similar v2.7.0
7852026-08-25T08:57:29.534Z Downloaded stable_deref_trait v1.2.1
7862026-08-25T08:57:29.534Z Downloaded mime_guess v2.0.5
7872026-08-25T08:57:29.534Z Downloaded multer v3.1.0
7882026-08-25T08:57:29.538Z Downloaded tinyvec_macros v0.1.1
7892026-08-25T08:57:29.538Z Downloaded backtrace v0.3.76
7902026-08-25T08:57:29.538Z Downloaded chacha20poly1305 v0.10.1
7912026-08-25T08:57:29.541Z Downloaded termtree v0.5.1
7922026-08-25T08:57:29.541Z Downloaded headers v0.4.1
7932026-08-25T08:57:29.544Z Downloaded darling v0.21.3
7942026-08-25T08:57:29.549Z Downloaded num-rational v0.4.2
7952026-08-25T08:57:29.549Z Downloaded num_enum_derive v0.7.6
7962026-08-25T08:57:29.549Z Downloaded oxnet v0.1.6
7972026-08-25T08:57:29.549Z Downloaded packed_struct_codegen v0.10.1
7982026-08-25T08:57:29.549Z Downloaded nu-ansi-term v0.50.3
7992026-08-25T08:57:29.552Z Downloaded oxide-generation v0.1.3
8002026-08-25T08:57:29.552Z Downloaded pem v3.0.6
8012026-08-25T08:57:29.552Z Downloaded prettyplease v0.2.37
8022026-08-25T08:57:29.552Z Downloaded port-file v0.1.0
8032026-08-25T08:57:29.552Z Downloaded toml v0.7.8
8042026-08-25T08:57:29.555Z Downloaded oso v0.27.3
8052026-08-25T08:57:29.555Z Downloaded p384 v0.14.0
8062026-08-25T08:57:29.558Z Downloaded getrandom v0.3.4
8072026-08-25T08:57:29.558Z Downloaded phf_shared v0.12.1
8082026-08-25T08:57:29.561Z Downloaded rustversion v1.0.22
8092026-08-25T08:57:29.561Z Downloaded rusty-fork v0.3.1
8102026-08-25T08:57:29.561Z Downloaded usdt-macro v0.6.0
8112026-08-25T08:57:29.561Z Downloaded yoke-derive v0.8.1
8122026-08-25T08:57:29.565Z Downloaded unicode-truncate v1.1.0
8132026-08-25T08:57:29.565Z Downloaded void v1.0.2
8142026-08-25T08:57:29.565Z Downloaded zone v0.3.1
8152026-08-25T08:57:29.565Z Downloaded progenitor-extras v0.2.0
8162026-08-25T08:57:29.565Z Downloaded base64 v0.21.7
8172026-08-25T08:57:29.571Z Downloaded wnaf v0.14.0
8182026-08-25T08:57:29.575Z Downloaded zopfli v0.8.3
8192026-08-25T08:57:29.578Z Downloaded expectorate v1.2.0
8202026-08-25T08:57:29.578Z Downloaded tracing-core v0.1.36
8212026-08-25T08:57:29.581Z Downloaded hyper-rustls v0.27.7
8222026-08-25T08:57:29.581Z Downloaded scroll v0.13.0
8232026-08-25T08:57:29.581Z Downloaded sec1 v0.8.1
8242026-08-25T08:57:29.581Z Downloaded slog-scope v4.4.1
8252026-08-25T08:57:29.584Z Downloaded serdect v0.4.3
8262026-08-25T08:57:29.585Z Downloaded simd-adler32 v0.3.8
8272026-08-25T08:57:29.585Z Downloaded crypto-common v0.2.2
8282026-08-25T08:57:29.589Z Downloaded cc v1.2.56
8292026-08-25T08:57:29.592Z Downloaded sync_wrapper v1.0.2
8302026-08-25T08:57:29.596Z Downloaded rayon-core v1.13.0
8312026-08-25T08:57:29.599Z Downloaded darling_macro v0.20.11
8322026-08-25T08:57:29.603Z Downloaded dtrace-parser v0.3.0
8332026-08-25T08:57:29.606Z Downloaded ident_case v1.0.1
8342026-08-25T08:57:29.606Z Downloaded async-compression v0.4.41
8352026-08-25T08:57:29.609Z Downloaded defmt-parser v1.0.0
8362026-08-25T08:57:29.609Z Downloaded synstructure v0.13.2
8372026-08-25T08:57:29.610Z Downloaded parking_lot_core v0.9.12
8382026-08-25T08:57:29.613Z Downloaded time-macros v0.2.27
8392026-08-25T08:57:29.613Z Downloaded parking_lot v0.11.2
8402026-08-25T08:57:29.616Z Downloaded is_ci v1.2.0
8412026-08-25T08:57:29.616Z Downloaded tokio-tungstenite v0.23.1
8422026-08-25T08:57:29.616Z Downloaded inout v0.2.2
8432026-08-25T08:57:29.616Z Downloaded tls_codec v0.4.2
8442026-08-25T08:57:29.619Z Downloaded postgres-types v0.2.12
8452026-08-25T08:57:29.619Z Downloaded kem v0.3.0
8462026-08-25T08:57:29.619Z Downloaded maplit v1.0.2
8472026-08-25T08:57:29.624Z Downloaded heapless v0.8.0
8482026-08-25T08:57:29.628Z Downloaded dropshot_endpoint v0.17.1
8492026-08-25T08:57:29.636Z Downloaded walkdir v2.5.0
8502026-08-25T08:57:29.640Z Downloaded yoke v0.8.1
8512026-08-25T08:57:29.640Z Downloaded mime v0.3.17
8522026-08-25T08:57:29.643Z Downloaded md5 v0.8.0
8532026-08-25T08:57:29.643Z Downloaded new_debug_unreachable v1.0.6
8542026-08-25T08:57:29.647Z Downloaded hashbrown v0.12.3
8552026-08-25T08:57:29.650Z Downloaded hashbrown v0.13.2
8562026-08-25T08:57:29.653Z Downloaded hickory-resolver v0.25.2
8572026-08-25T08:57:29.658Z Downloaded ref-cast-impl v1.0.25
8582026-08-25T08:57:29.662Z Downloaded bumpalo v3.20.2
8592026-08-25T08:57:29.665Z Downloaded critical-section v1.2.0
8602026-08-25T08:57:29.669Z Downloaded defmt-macros v1.0.1
8612026-08-25T08:57:29.669Z Downloaded spin v0.9.8
8622026-08-25T08:57:29.678Z Downloaded semver v0.1.20
8632026-08-25T08:57:29.681Z Downloaded daft-derive v0.1.8
8642026-08-25T08:57:29.684Z Downloaded publicsuffix v2.3.0
8652026-08-25T08:57:29.684Z Downloaded derive-ex v0.1.8
8662026-08-25T08:57:29.691Z Downloaded ml-kem v0.3.2
8672026-08-25T08:57:29.694Z Downloaded stringprep v0.1.5
8682026-08-25T08:57:29.697Z Downloaded term v1.2.1
8692026-08-25T08:57:29.700Z Downloaded rustc_version v0.1.7
8702026-08-25T08:57:29.703Z Downloaded illumos-nvpair v0.3.0
8712026-08-25T08:57:29.703Z Downloaded ipnetwork v0.21.1
8722026-08-25T08:57:29.703Z Downloaded signature v2.2.0
8732026-08-25T08:57:29.707Z Downloaded take_mut v0.2.2
8742026-08-25T08:57:29.711Z Downloaded aes v0.9.1
8752026-08-25T08:57:29.714Z Downloaded papergrid v0.18.0
8762026-08-25T08:57:29.718Z Downloaded testing_table v0.3.0
8772026-08-25T08:57:29.718Z Downloaded tokio-macros v2.7.0
8782026-08-25T08:57:29.718Z Downloaded unicode-properties v0.1.4
8792026-08-25T08:57:29.721Z Downloaded flate2 v1.1.9
8802026-08-25T08:57:29.721Z Downloaded supports-hyperlinks v3.2.0
8812026-08-25T08:57:29.724Z Downloaded hickory-resolver v0.24.4
8822026-08-25T08:57:29.728Z Downloaded aes-gcm v0.11.0
8832026-08-25T08:57:29.728Z Downloaded pin-project v1.1.11
8842026-08-25T08:57:29.733Z Downloaded darling_core v0.21.3
8852026-08-25T08:57:29.736Z Downloaded prefix-trie v0.7.0
8862026-08-25T08:57:29.739Z Downloaded usdt-attr-macro v0.6.0
8872026-08-25T08:57:29.739Z Downloaded module-lattice v0.2.3
8882026-08-25T08:57:29.744Z Downloaded pkcs8 v0.10.2
8892026-08-25T08:57:29.750Z Downloaded pem-rfc7468 v0.7.0
8902026-08-25T08:57:29.753Z Downloaded unicode-xid v0.2.6
8912026-08-25T08:57:29.757Z Downloaded waitgroup v0.1.2
8922026-08-25T08:57:29.757Z Downloaded zone_cfg_derive v0.3.1
8932026-08-25T08:57:29.760Z Downloaded crc v3.4.0
8942026-08-25T08:57:29.760Z Downloaded samael v0.0.19
8952026-08-25T08:57:29.767Z Downloaded primeorder v0.13.6
8962026-08-25T08:57:29.771Z Downloaded proc-macro-error2 v2.0.1
8972026-08-25T08:57:29.771Z Downloaded zerotrie v0.2.3
8982026-08-25T08:57:29.774Z Downloaded icu_provider v2.1.1
8992026-08-25T08:57:29.774Z Downloaded schemars_derive v0.8.22
9002026-08-25T08:57:29.774Z Downloaded serde_tokenstream v0.3.0
9012026-08-25T08:57:29.775Z Downloaded cookie v0.18.1
9022026-08-25T08:57:29.778Z Downloaded cookie_store v0.22.1
9032026-08-25T08:57:29.781Z Downloaded illumos-nvpair-sys v0.2.0
9042026-08-25T08:57:29.781Z Downloaded rand_chacha v0.9.0
9052026-08-25T08:57:29.781Z Downloaded indent_write v2.2.0
9062026-08-25T08:57:29.781Z Downloaded qorb v0.4.1
9072026-08-25T08:57:29.785Z Downloaded crunchy v0.2.4
9082026-08-25T08:57:29.788Z Downloaded slog v2.8.2
9092026-08-25T08:57:29.791Z Downloaded diesel-dtrace v0.5.0
9102026-08-25T08:57:29.794Z Downloaded slog-json v2.6.1
9112026-08-25T08:57:29.797Z Downloaded slog-stdlog v4.1.1
9122026-08-25T08:57:29.800Z Downloaded strum_macros v0.27.2
9132026-08-25T08:57:29.803Z Downloaded tokio-dtrace v0.1.1
9142026-08-25T08:57:29.803Z Downloaded rustls-pemfile v2.2.0
9152026-08-25T08:57:29.803Z Downloaded jiff-static v0.2.34
9162026-08-25T08:57:29.803Z Downloaded kstat-rs v0.2.5
9172026-08-25T08:57:29.807Z Downloaded hickory-server v0.25.2
9182026-08-25T08:57:29.810Z Downloaded http v1.4.2
9192026-08-25T08:57:29.813Z Downloaded document-features v0.2.12
9202026-08-25T08:57:29.813Z Downloaded crossbeam-channel v0.5.15
9212026-08-25T08:57:29.816Z Downloaded crypto-bigint v0.5.5
9222026-08-25T08:57:29.819Z Downloaded tungstenite v0.21.0
9232026-08-25T08:57:29.819Z Downloaded ecdsa v0.17.0
9242026-08-25T08:57:29.822Z Downloaded litrs v1.0.0
9252026-08-25T08:57:29.822Z Downloaded libloading v0.8.9
9262026-08-25T08:57:29.822Z Downloaded strsim v0.10.0
9272026-08-25T08:57:29.825Z Downloaded num v0.4.3
9282026-08-25T08:57:29.825Z Downloaded toml_edit v0.19.15
9292026-08-25T08:57:29.832Z Downloaded linked-hash-map v0.5.6
9302026-08-25T08:57:29.835Z Downloaded ron v0.8.1
9312026-08-25T08:57:29.843Z Downloaded darling v0.13.4
9322026-08-25T08:57:29.846Z Downloaded openssl-probe v0.1.6
9332026-08-25T08:57:29.846Z Downloaded postcard v1.1.3
9342026-08-25T08:57:29.849Z Downloaded vergen-gitcl v1.0.8
9352026-08-25T08:57:29.854Z Downloaded zstd v0.13.3
9362026-08-25T08:57:29.856Z Downloaded socket2 v0.6.3
9372026-08-25T08:57:29.861Z Downloaded percent-encoding v2.3.2
9382026-08-25T08:57:29.861Z Downloaded quick-error v1.2.3
9392026-08-25T08:57:29.861Z Downloaded wyz v0.5.1
9402026-08-25T08:57:29.865Z Downloaded x509-cert v0.2.5
9412026-08-25T08:57:29.868Z Downloaded recursive-proc-macro-impl v0.1.1
9422026-08-25T08:57:29.872Z Downloaded russh-util v0.52.0
9432026-08-25T08:57:29.875Z Downloaded elliptic-curve v0.13.8
9442026-08-25T08:57:29.878Z Downloaded humantime v2.3.0
9452026-08-25T08:57:29.878Z Downloaded smallvec v1.15.1
9462026-08-25T08:57:29.882Z Downloaded ctutils v0.4.2
9472026-08-25T08:57:29.885Z Downloaded delegate v0.13.5
9482026-08-25T08:57:29.885Z Downloaded drift v0.2.0
9492026-08-25T08:57:29.889Z Downloaded rand_xorshift v0.4.0
9502026-08-25T08:57:29.892Z Downloaded digest v0.11.3
9512026-08-25T08:57:29.895Z Downloaded darling_core v0.13.4
9522026-08-25T08:57:29.899Z Downloaded ipnet v2.12.0
9532026-08-25T08:57:29.899Z Downloaded libefi-sys v0.1.0
9542026-08-25T08:57:29.899Z Downloaded des v0.9.0
9552026-08-25T08:57:29.902Z Downloaded num-bigint-dig v0.8.6
9562026-08-25T08:57:29.905Z Downloaded serde_with_macros v3.21.0
9572026-08-25T08:57:29.905Z Downloaded scopeguard v1.2.0
9582026-08-25T08:57:29.908Z Downloaded p521 v0.14.0
9592026-08-25T08:57:29.908Z Downloaded seq-macro v0.3.6
9602026-08-25T08:57:29.915Z Downloaded tagptr v0.2.0
9612026-08-25T08:57:29.919Z Downloaded sha1 v0.11.0
9622026-08-25T08:57:29.922Z Downloaded oxide-update-engine-types v0.1.2
9632026-08-25T08:57:29.922Z Downloaded native-tls v0.2.18
9642026-08-25T08:57:29.925Z Downloaded structmeta-derive v0.3.0
9652026-08-25T08:57:29.925Z Downloaded strum v0.26.3
9662026-08-25T08:57:29.925Z Downloaded hashbrown v0.15.5
9672026-08-25T08:57:29.928Z Downloaded usdt v0.6.0
9682026-08-25T08:57:29.932Z Downloaded want v0.3.1
9692026-08-25T08:57:29.932Z Downloaded derive_more-impl v2.1.1
9702026-08-25T08:57:29.935Z Downloaded hashbrown v0.14.5
9712026-08-25T08:57:29.939Z Downloaded rustls-webpki v0.103.13
9722026-08-25T08:57:29.942Z Downloaded xattr v1.6.1
9732026-08-25T08:57:29.942Z Downloaded paste v1.0.15
9742026-08-25T08:57:29.950Z Downloaded crossbeam-epoch v0.9.18
9752026-08-25T08:57:29.955Z Downloaded parse-display-derive v0.10.0
9762026-08-25T08:57:29.959Z Downloaded cpufeatures v0.3.0
9772026-08-25T08:57:29.959Z Downloaded digest-io v0.1.0
9782026-08-25T08:57:29.959Z Downloaded unicode-segmentation v1.12.0
9792026-08-25T08:57:29.959Z Downloaded dyn-clone v1.0.20
9802026-08-25T08:57:29.964Z Downloaded hybrid-array v0.4.13
9812026-08-25T08:57:29.965Z Downloaded primefield v0.14.0
9822026-08-25T08:57:29.968Z Downloaded primeorder v0.14.0
9832026-08-25T08:57:29.968Z Downloaded rustyline v14.0.0
9842026-08-25T08:57:29.971Z Downloaded curve25519-dalek-derive v0.1.1
9852026-08-25T08:57:29.971Z Downloaded inout v0.1.4
9862026-08-25T08:57:29.971Z Downloaded hyper-tls v0.6.0
9872026-08-25T08:57:29.978Z Downloaded progenitor-impl v0.13.0
9882026-08-25T08:57:29.981Z Downloaded rustls-native-certs v0.8.3
9892026-08-25T08:57:29.981Z Downloaded zip v4.6.1
9902026-08-25T08:57:29.984Z Downloaded icu_normalizer v2.1.1
9912026-08-25T08:57:29.984Z Downloaded defmt v1.0.1
9922026-08-25T08:57:29.987Z Downloaded resolv-conf v0.7.6
9932026-08-25T08:57:29.990Z Downloaded is-terminal v0.4.17
9942026-08-25T08:57:29.990Z Downloaded lazy_static v1.5.0
9952026-08-25T08:57:29.990Z Downloaded test-strategy v0.4.5
9962026-08-25T08:57:29.993Z Downloaded num-iter v0.1.45
9972026-08-25T08:57:29.997Z Downloaded serde_derive_internals v0.29.1
9982026-08-25T08:57:29.997Z Downloaded displaydoc v0.2.5
9992026-08-25T08:57:30.002Z Downloaded newtype_derive v0.1.6
10002026-08-25T08:57:30.005Z Downloaded litemap v0.8.1
10012026-08-25T08:57:30.009Z Downloaded memmap2 v0.9.10
10022026-08-25T08:57:30.009Z Downloaded parse-size v1.1.0
10032026-08-25T08:57:30.013Z Downloaded serde_yaml v0.9.34+deprecated
10042026-08-25T08:57:30.013Z Downloaded sqlformat v0.3.5
10052026-08-25T08:57:30.016Z Downloaded indicatif v0.18.4
10062026-08-25T08:57:30.020Z Downloaded slab v0.4.12
10072026-08-25T08:57:30.020Z Downloaded smf v0.2.3
10082026-08-25T08:57:30.024Z Downloaded peg-runtime v0.8.5
10092026-08-25T08:57:30.028Z Downloaded tokio-tungstenite v0.21.0
10102026-08-25T08:57:30.028Z Downloaded hashbrown v0.16.1
10112026-08-25T08:57:30.031Z Downloaded p256 v0.14.0
10122026-08-25T08:57:30.031Z Downloaded diesel_derives v2.3.7
10132026-08-25T08:57:30.034Z Downloaded rustc-hash v2.1.1
10142026-08-25T08:57:30.034Z Downloaded slog-bunyan v2.5.0
10152026-08-25T08:57:30.037Z Downloaded typify v0.6.2
10162026-08-25T08:57:30.037Z Downloaded uzers v0.12.2
10172026-08-25T08:57:30.046Z Downloaded poly1305 v0.8.0
10182026-08-25T08:57:30.049Z Downloaded zerovec-derive v0.11.2
10192026-08-25T08:57:30.049Z Downloaded h2 v0.4.15
10202026-08-25T08:57:30.052Z Downloaded vte v0.14.1
10212026-08-25T08:57:30.055Z Downloaded der_derive v0.7.3
10222026-08-25T08:57:30.058Z Downloaded tabwriter v1.4.1
10232026-08-25T08:57:30.061Z Downloaded poly1305 v0.9.0
10242026-08-25T08:57:30.064Z Downloaded try-lock v0.2.5
10252026-08-25T08:57:30.064Z Downloaded internal-russh-num-bigint v0.5.0
10262026-08-25T08:57:30.079Z Downloaded convert_case v0.4.0
10272026-08-25T08:57:30.082Z Downloaded libsw-core v0.3.2
10282026-08-25T08:57:30.083Z Downloaded managed v0.8.0
10292026-08-25T08:57:30.091Z Downloaded zeroize_derive v1.5.0
10302026-08-25T08:57:30.101Z Downloaded ecdsa v0.16.9
10312026-08-25T08:57:30.105Z Downloaded pin-project-lite v0.2.17
10322026-08-25T08:57:30.108Z Downloaded predicates v3.1.4
10332026-08-25T08:57:30.108Z Downloaded progenitor-client v0.13.0
10342026-08-25T08:57:30.108Z Downloaded psm v0.1.30
10352026-08-25T08:57:30.111Z Downloaded crc8 v0.1.1
10362026-08-25T08:57:30.111Z Downloaded dirs-next v2.0.0
10372026-08-25T08:57:30.111Z Downloaded idna_adapter v1.2.1
10382026-08-25T08:57:30.115Z Downloaded match_cfg v0.1.0
10392026-08-25T08:57:30.115Z Downloaded maybe-uninit v2.0.0
10402026-08-25T08:57:30.115Z Downloaded aho-corasick v1.1.4
10412026-08-25T08:57:30.118Z Downloaded parse-display v0.10.0
10422026-08-25T08:57:30.118Z Downloaded hkdf v0.13.0
10432026-08-25T08:57:30.118Z Downloaded sha2 v0.11.0
10442026-08-25T08:57:30.121Z Downloaded tracing-attributes v0.1.31
10452026-08-25T08:57:30.124Z Downloaded rand_core v0.6.4
10462026-08-25T08:57:30.124Z Downloaded rand_core v0.10.0
10472026-08-25T08:57:30.127Z Downloaded libscf-sys v1.2.0
10482026-08-25T08:57:30.131Z Downloaded potential_utf v0.1.4
10492026-08-25T08:57:30.135Z Downloaded crossbeam-utils v0.8.21
10502026-08-25T08:57:30.135Z Downloaded serde_path_to_error v0.1.20
10512026-08-25T08:57:30.135Z Downloaded signal-hook-registry v1.4.8
10522026-08-25T08:57:30.138Z Downloaded shell-words v1.1.1
10532026-08-25T08:57:30.143Z Downloaded schemars v1.2.1
10542026-08-25T08:57:30.150Z Downloaded derive_more v0.99.20
10552026-08-25T08:57:30.153Z Downloaded unsafe-libyaml v0.2.11
10562026-08-25T08:57:30.157Z Downloaded darling v0.20.11
10572026-08-25T08:57:30.157Z Downloaded rustc_version v0.4.1
10582026-08-25T08:57:30.160Z Downloaded slog-dtrace v0.3.0
10592026-08-25T08:57:30.160Z Downloaded stacker v0.1.23
10602026-08-25T08:57:30.160Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10612026-08-25T08:57:30.160Z Downloaded vergen-lib v0.1.6
10622026-08-25T08:57:30.163Z Downloaded progenitor-client v0.14.0
10632026-08-25T08:57:30.163Z Downloaded serde_urlencoded v0.7.1
10642026-08-25T08:57:30.163Z Downloaded omicron-zone-package v0.12.3
10652026-08-25T08:57:30.166Z Downloaded reqwest v0.12.28
10662026-08-25T08:57:30.166Z Downloaded const_format v0.2.35
10672026-08-25T08:57:30.169Z Downloaded quinn v0.11.11
10682026-08-25T08:57:30.172Z Downloaded zerofrom-derive v0.1.6
10692026-08-25T08:57:30.175Z Downloaded dsl_auto_type v0.2.0
10702026-08-25T08:57:30.187Z Downloaded time-core v0.1.8
10712026-08-25T08:57:30.190Z Downloaded universal-hash v0.6.1
10722026-08-25T08:57:30.190Z Downloaded miniz_oxide v0.8.9
10732026-08-25T08:57:30.190Z Downloaded universal-hash v0.5.1
10742026-08-25T08:57:30.191Z Downloaded defmt v0.3.100
10752026-08-25T08:57:30.195Z Downloaded pkcs1 v0.7.5
10762026-08-25T08:57:30.198Z Downloaded ingot-types v0.2.0
10772026-08-25T08:57:30.198Z Downloaded newtype-uuid-macros v0.1.0
10782026-08-25T08:57:30.202Z Downloaded num_enum v0.7.6
10792026-08-25T08:57:30.202Z Downloaded md-5 v0.10.6
10802026-08-25T08:57:30.208Z Downloaded pem-rfc7468 v1.0.0
10812026-08-25T08:57:30.211Z Downloaded hkdf v0.12.4
10822026-08-25T08:57:30.211Z Downloaded debug-ignore v1.0.5
10832026-08-25T08:57:30.214Z Downloaded darling_core v0.23.0
10842026-08-25T08:57:30.217Z Downloaded tinyvec v1.10.0
10852026-08-25T08:57:30.220Z Downloaded serde_cbor v0.11.2
10862026-08-25T08:57:30.223Z Downloaded scrypt v0.12.0
10872026-08-25T08:57:30.223Z Downloaded instability v0.3.11
10882026-08-25T08:57:30.226Z Downloaded shlex v1.3.0
10892026-08-25T08:57:30.256Z Downloaded rtoolbox v0.0.3
10902026-08-25T08:57:30.256Z Downloaded sqlparser_derive v0.5.0
10912026-08-25T08:57:30.256Z Downloaded signature v3.0.0
10922026-08-25T08:57:30.256Z Downloaded sigpipe v0.1.3
10932026-08-25T08:57:30.256Z Downloaded tower-service v0.3.3
10942026-08-25T08:57:30.256Z Downloaded difflib v0.4.0
10952026-08-25T08:57:30.256Z Downloaded hyper-util v0.1.20
10962026-08-25T08:57:30.264Z Downloaded ctr v0.10.1
10972026-08-25T08:57:30.268Z Downloaded whoami v2.1.0
10982026-08-25T08:57:30.268Z Downloaded zstd-safe v7.2.4
10992026-08-25T08:57:30.272Z Downloaded icu_properties v2.1.2
11002026-08-25T08:57:30.275Z Downloaded tokio-rustls v0.26.4
11012026-08-25T08:57:30.278Z Downloaded lzss v0.8.2
11022026-08-25T08:57:30.278Z Downloaded num-conv v0.2.0
11032026-08-25T08:57:30.281Z Downloaded yasna v0.5.2
11042026-08-25T08:57:30.281Z Downloaded futures-util v0.3.32
11052026-08-25T08:57:30.287Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11062026-08-25T08:57:30.290Z Downloaded instant v0.1.13
11072026-08-25T08:57:30.290Z Downloaded unicode-normalization v0.1.25
11082026-08-25T08:57:30.290Z Downloaded tar v0.4.46
11092026-08-25T08:57:30.293Z Downloaded toml_edit v0.23.10+spec-1.0.0
11102026-08-25T08:57:30.294Z Downloaded iana-time-zone v0.1.65
11112026-08-25T08:57:30.297Z Downloaded tungstenite v0.23.0
11122026-08-25T08:57:30.300Z Downloaded diff v0.1.13
11132026-08-25T08:57:30.300Z Downloaded nanorand v0.7.0
11142026-08-25T08:57:30.300Z Downloaded newtype-uuid v1.3.2
11152026-08-25T08:57:30.303Z Downloaded path-slash v0.1.5
11162026-08-25T08:57:30.303Z Downloaded proc-macro-crate v3.4.0
11172026-08-25T08:57:30.306Z Downloaded zerovec v0.11.5
11182026-08-25T08:57:30.309Z Downloaded proc-macro-error-attr2 v2.0.0
11192026-08-25T08:57:30.309Z Downloaded oxide-update-engine v0.1.2
11202026-08-25T08:57:30.309Z Downloaded utf-8 v0.7.6
11212026-08-25T08:57:30.312Z Downloaded openssl-sys v0.9.117
11222026-08-25T08:57:30.315Z Downloaded zip v0.6.6
11232026-08-25T08:57:30.318Z Downloaded ryu v1.0.23
11242026-08-25T08:57:30.319Z Downloaded oxide-update-engine-display v0.1.2
11252026-08-25T08:57:30.322Z Downloaded packed_struct v0.10.1
11262026-08-25T08:57:30.322Z Downloaded dirs-sys-next v0.1.2
11272026-08-25T08:57:30.328Z Downloaded tower v0.5.3
11282026-08-25T08:57:30.332Z Downloaded derive_builder_macro v0.20.2
11292026-08-25T08:57:30.335Z Downloaded subprocess v0.2.15
11302026-08-25T08:57:30.339Z Downloaded rustc-demangle v0.1.27
11312026-08-25T08:57:30.339Z Downloaded thiserror-no-std v2.0.2
11322026-08-25T08:57:30.343Z Downloaded opaque-debug v0.3.1
11332026-08-25T08:57:30.343Z Downloaded oso-derive v0.27.3
11342026-08-25T08:57:30.344Z Downloaded nom v7.1.3
11352026-08-25T08:57:30.349Z Downloaded static_assertions v1.1.0
11362026-08-25T08:57:30.352Z Downloaded constant_time_eq v0.4.2
11372026-08-25T08:57:30.352Z Downloaded unarray v0.1.4
11382026-08-25T08:57:30.363Z Downloaded icu_normalizer_data v2.1.1
11392026-08-25T08:57:30.367Z Downloaded itertools v0.15.0
11402026-08-25T08:57:30.370Z Downloaded rand v0.10.1
11412026-08-25T08:57:30.370Z Downloaded vergen-lib v9.1.0
11422026-08-25T08:57:30.373Z Downloaded unicode-bidi v0.3.18
11432026-08-25T08:57:30.377Z Downloaded crc32fast v1.5.0
11442026-08-25T08:57:30.380Z Downloaded ed25519 v3.0.0
11452026-08-25T08:57:30.384Z Downloaded libxml v0.3.3
11462026-08-25T08:57:30.390Z Downloaded r2d2 v0.8.10
11472026-08-25T08:57:30.396Z Downloaded ssh-cipher v0.3.0
11482026-08-25T08:57:30.399Z Downloaded lru-slab v0.1.2
11492026-08-25T08:57:30.399Z Downloaded password-hash v0.6.1
11502026-08-25T08:57:30.404Z Downloaded num-derive v0.4.2
11512026-08-25T08:57:30.407Z Downloaded sapling-renderdag v0.1.0
11522026-08-25T08:57:30.407Z Downloaded corncobs v0.1.4
11532026-08-25T08:57:30.411Z Downloaded num-traits v0.2.19
11542026-08-25T08:57:30.414Z Downloaded pkcs5 v0.8.1
11552026-08-25T08:57:30.414Z Downloaded crossterm v0.29.0
11562026-08-25T08:57:30.417Z Downloaded hyper v1.10.1
11572026-08-25T08:57:30.420Z Downloaded xshell v0.2.7
11582026-08-25T08:57:30.424Z Downloaded knus-derive v3.4.0
11592026-08-25T08:57:30.424Z Downloaded darling_macro v0.13.4
11602026-08-25T08:57:30.424Z Downloaded same-file v1.0.6
11612026-08-25T08:57:30.424Z Downloaded salsa20 v0.11.0
11622026-08-25T08:57:30.424Z Downloaded term v0.7.0
11632026-08-25T08:57:30.427Z Downloaded slog-async v2.8.0
11642026-08-25T08:57:30.427Z Downloaded quinn-udp v0.5.14
11652026-08-25T08:57:30.431Z Downloaded strum v0.27.2
11662026-08-25T08:57:30.434Z Downloaded typify-macro v0.6.2
11672026-08-25T08:57:30.437Z Downloaded downcast-rs v2.0.2
11682026-08-25T08:57:30.440Z Downloaded crucible-workspace-hack v0.1.0
11692026-08-25T08:57:30.440Z Downloaded rand v0.8.6
11702026-08-25T08:57:30.444Z Downloaded progenitor-impl v0.14.0
11712026-08-25T08:57:30.447Z Downloaded rustls-platform-verifier v0.6.2
11722026-08-25T08:57:30.447Z Downloaded support-bundle-viewer v0.1.2
11732026-08-25T08:57:30.447Z Downloaded owo-colors v4.3.0
11742026-08-25T08:57:30.450Z Downloaded darling_core v0.20.11
11752026-08-25T08:57:30.456Z Downloaded writeable v0.6.2
11762026-08-25T08:57:30.459Z Downloaded num-complex v0.4.6
11772026-08-25T08:57:30.459Z Downloaded recursive v0.1.1
11782026-08-25T08:57:30.464Z Downloaded precomputed-hash v0.1.1
11792026-08-25T08:57:30.468Z Downloaded rayon v1.11.0
11802026-08-25T08:57:30.472Z Downloaded thread-id v5.1.0
11812026-08-25T08:57:30.475Z Downloaded toml v1.1.2+spec-1.1.0
11822026-08-25T08:57:30.475Z Downloaded csv-core v0.1.13
11832026-08-25T08:57:30.479Z Downloaded dunce v1.0.5
11842026-08-25T08:57:30.479Z Downloaded knus v3.4.0
11852026-08-25T08:57:30.479Z Downloaded polyval v0.7.1
11862026-08-25T08:57:30.483Z Downloaded winnow v0.6.26
11872026-08-25T08:57:30.488Z Downloaded ssh-encoding v0.3.0
11882026-08-25T08:57:30.491Z Downloaded tiny-keccak v2.0.2
11892026-08-25T08:57:30.491Z Downloaded aws-lc-rs v1.16.3
11902026-08-25T08:57:30.495Z Downloaded tui-tree-widget v0.23.1
11912026-08-25T08:57:30.498Z Downloaded snafu-derive v0.8.9
11922026-08-25T08:57:30.498Z Downloaded password-hash v0.5.0
11932026-08-25T08:57:30.498Z Downloaded darling v0.23.0
11942026-08-25T08:57:30.501Z Downloaded num-bigint v0.4.6
11952026-08-25T08:57:30.504Z Downloaded serde-big-array v0.5.1
11962026-08-25T08:57:30.507Z Downloaded tokio-util v0.7.18
11972026-08-25T08:57:30.511Z Downloaded tough v0.22.0
11982026-08-25T08:57:30.515Z Downloaded postgres-protocol v0.6.10
11992026-08-25T08:57:30.519Z Downloaded usdt-impl v0.6.0
12002026-08-25T08:57:30.519Z Downloaded pin-project-internal v1.1.11
12012026-08-25T08:57:30.519Z Downloaded supports-color v3.0.2
12022026-08-25T08:57:30.522Z Downloaded phc v0.6.1
12032026-08-25T08:57:30.522Z Downloaded tokio-stream v0.1.18
12042026-08-25T08:57:30.533Z Downloaded nom v8.0.0
12052026-08-25T08:57:30.536Z Downloaded ssh-key v0.7.0-rc.11
12062026-08-25T08:57:30.541Z Downloaded toml_writer v1.1.1+spec-1.1.0
12072026-08-25T08:57:30.547Z Downloaded winnow v1.0.3
12082026-08-25T08:57:30.552Z Downloaded ingot-macros v0.2.0
12092026-08-25T08:57:30.555Z Downloaded blake3 v1.8.5
12102026-08-25T08:57:30.559Z Downloaded const_format_proc_macros v0.2.34
12112026-08-25T08:57:30.562Z Downloaded keccak v0.2.0
12122026-08-25T08:57:30.562Z Downloaded bitvec v1.0.1
12132026-08-25T08:57:30.567Z Downloaded vsss-rs v3.3.4
12142026-08-25T08:57:30.570Z Downloaded unicode_categories v0.1.1
12152026-08-25T08:57:30.570Z Downloaded toml_parser v1.1.2+spec-1.1.0
12162026-08-25T08:57:30.573Z Downloaded zeroize v1.9.0
12172026-08-25T08:57:30.573Z Downloaded zerocopy-derive v0.8.55
12182026-08-25T08:57:30.576Z Downloaded regex v1.12.3
12192026-08-25T08:57:30.583Z Downloaded derive_more v2.1.1
12202026-08-25T08:57:30.589Z Downloaded linear-map v1.2.0
12212026-08-25T08:57:30.592Z Downloaded miette-derive v7.6.0
12222026-08-25T08:57:30.592Z Downloaded der v0.7.10
12232026-08-25T08:57:30.595Z Downloaded derive_builder v0.20.2
12242026-08-25T08:57:30.598Z Downloaded tower-http v0.6.8
12252026-08-25T08:57:30.602Z Downloaded russh v0.62.4
12262026-08-25T08:57:30.606Z Downloaded sec1 v0.7.3
12272026-08-25T08:57:30.609Z Downloaded libbz2-rs-sys v0.2.2
12282026-08-25T08:57:30.609Z Downloaded icu_collections v2.1.1
12292026-08-25T08:57:30.612Z Downloaded git2 v0.20.4
12302026-08-25T08:57:30.615Z Downloaded yansi v1.0.1
12312026-08-25T08:57:30.623Z Downloaded typed-path v0.9.3
12322026-08-25T08:57:30.626Z Downloaded sha3 v0.12.0
12332026-08-25T08:57:30.629Z Downloaded crc-any v2.5.0
12342026-08-25T08:57:30.629Z Downloaded iddqd v0.4.2
12352026-08-25T08:57:30.633Z Downloaded steno v0.4.1
12362026-08-25T08:57:30.636Z Downloaded indexmap v1.9.3
12372026-08-25T08:57:30.639Z Downloaded crossterm v0.28.1
12382026-08-25T08:57:30.642Z Downloaded schemars v0.9.0
12392026-08-25T08:57:30.647Z Downloaded radix_trie v0.2.1
12402026-08-25T08:57:30.650Z Downloaded derive-where v1.6.0
12412026-08-25T08:57:30.653Z Downloaded pkcs1 v0.8.0-rc.4
12422026-08-25T08:57:30.653Z Downloaded itertools v0.14.0
12432026-08-25T08:57:30.656Z Downloaded url v2.5.8
12442026-08-25T08:57:30.659Z Downloaded pretty_assertions v1.4.1
12452026-08-25T08:57:30.662Z Downloaded itertools v0.12.1
12462026-08-25T08:57:30.670Z Downloaded der v0.8.0
12472026-08-25T08:57:30.677Z Downloaded rsa v0.10.0-rc.18
12482026-08-25T08:57:30.685Z Downloaded icu_properties_data v2.1.2
12492026-08-25T08:57:30.691Z Downloaded icu_locale_core v2.1.1
12502026-08-25T08:57:30.694Z Downloaded crypto-primes v0.7.2
12512026-08-25T08:57:30.701Z Downloaded chrono v0.4.45
12522026-08-25T08:57:30.705Z Downloaded miette v7.6.0
12532026-08-25T08:57:30.709Z Downloaded goblin v0.10.5
12542026-08-25T08:57:30.712Z Downloaded rand v0.9.2
12552026-08-25T08:57:30.715Z Downloaded proptest v1.11.0
12562026-08-25T08:57:30.719Z Downloaded salty v0.3.0
12572026-08-25T08:57:30.722Z Downloaded p384 v0.13.1
12582026-08-25T08:57:30.725Z Downloaded tokio-postgres v0.7.16
12592026-08-25T08:57:30.730Z Downloaded ed25519-dalek v2.2.0
12602026-08-25T08:57:30.736Z Downloaded itertools v0.10.5
12612026-08-25T08:57:30.740Z Downloaded uuid v1.23.4
12622026-08-25T08:57:30.744Z Downloaded snafu v0.8.9
12632026-08-25T08:57:30.748Z Downloaded bindgen v0.71.1
12642026-08-25T08:57:30.751Z Downloaded iri-string v0.7.10
12652026-08-25T08:57:30.755Z Downloaded jiff-core v0.1.0
12662026-08-25T08:57:30.769Z Downloaded serde_with v1.14.0
12672026-08-25T08:57:30.772Z Downloaded lalrpop v0.19.12
12682026-08-25T08:57:30.777Z Downloaded dropshot-api-manager v0.8.0
12692026-08-25T08:57:30.786Z Downloaded gimli v0.32.3
12702026-08-25T08:57:30.791Z Downloaded rsa v0.9.10
12712026-08-25T08:57:30.794Z Downloaded minimal-lexical v0.2.1
12722026-08-25T08:57:30.797Z Downloaded scuffle v0.1.0
12732026-08-25T08:57:30.800Z Downloaded polar-core v0.27.3
12742026-08-25T08:57:30.803Z Downloaded reedline v0.40.0
12752026-08-25T08:57:30.807Z Downloaded idna v1.1.0
12762026-08-25T08:57:30.810Z Downloaded ignore v0.4.25
12772026-08-25T08:57:30.810Z Downloaded rawzip v0.4.4
12782026-08-25T08:57:30.824Z Downloaded portable-atomic v1.13.1
12792026-08-25T08:57:30.829Z Downloaded ed25519-dalek v3.0.0
12802026-08-25T08:57:30.833Z Downloaded petname v2.0.2
12812026-08-25T08:57:30.850Z Downloaded reqwest v0.13.2
12822026-08-25T08:57:30.864Z Downloaded vcpkg v0.2.15
12832026-08-25T08:57:30.885Z Downloaded nix v0.28.0
12842026-08-25T08:57:30.891Z Downloaded winnow v0.5.40
12852026-08-25T08:57:30.895Z Downloaded libm v0.2.16
12862026-08-25T08:57:30.901Z Downloaded time v0.3.47
12872026-08-25T08:57:30.907Z Downloaded regress v0.11.1
12882026-08-25T08:57:30.912Z Downloaded regex-syntax v0.6.29
12892026-08-25T08:57:30.916Z Downloaded mio v1.2.0
12902026-08-25T08:57:30.919Z Downloaded hickory-proto v0.24.4
12912026-08-25T08:57:30.927Z Downloaded quinn-proto v0.11.16
12922026-08-25T08:57:30.931Z Downloaded smoltcp v0.9.1
12932026-08-25T08:57:30.936Z Downloaded zerocopy v0.8.55
12942026-08-25T08:57:30.946Z Downloaded object v0.30.4
12952026-08-25T08:57:30.951Z Downloaded tabled v0.21.0
12962026-08-25T08:57:30.960Z Downloaded hickory-proto v0.25.2
12972026-08-25T08:57:30.969Z Downloaded itertools v0.13.0
12982026-08-25T08:57:30.972Z Downloaded bstr v1.12.1
12992026-08-25T08:57:30.977Z Downloaded serde_with v3.21.0
13002026-08-25T08:57:30.984Z Downloaded nix v0.27.1
13012026-08-25T08:57:31.012Z Downloaded moka v0.12.13
13022026-08-25T08:57:31.016Z Downloaded quick-xml v0.37.5
13032026-08-25T08:57:31.020Z Downloaded dropshot v0.17.1
13042026-08-25T08:57:31.031Z Downloaded rustix v0.38.44
13052026-08-25T08:57:31.052Z Downloaded smoltcp v0.11.0
13062026-08-25T08:57:31.058Z Downloaded rustls v0.23.41
13072026-08-25T08:57:31.065Z Downloaded tracing v0.1.44
13082026-08-25T08:57:31.077Z Downloaded sqlparser v0.61.0
13092026-08-25T08:57:31.098Z Downloaded zerocopy-derive v0.6.6
13102026-08-25T08:57:31.113Z Downloaded zlib-rs v0.6.2
13112026-08-25T08:57:31.130Z Downloaded object v0.37.3
13122026-08-25T08:57:31.139Z Downloaded ratatui v0.29.0
13132026-08-25T08:57:31.154Z Downloaded nix v0.31.2
13142026-08-25T08:57:31.174Z Downloaded openssl v0.10.80
13152026-08-25T08:57:31.202Z Downloaded petgraph v0.8.3
13162026-08-25T08:57:31.215Z Downloaded crypto-bigint v0.7.5
13172026-08-25T08:57:31.232Z Downloaded regex-syntax v0.8.10
13182026-08-25T08:57:31.256Z Downloaded tokio v1.52.1
13192026-08-25T08:57:31.278Z Downloaded openapiv3 v2.2.0
13202026-08-25T08:57:31.284Z Downloaded curve25519-dalek v4.1.3
13212026-08-25T08:57:31.289Z Downloaded sha3 v0.10.8
13222026-08-25T08:57:31.292Z Downloaded typify-impl v0.6.2
13232026-08-25T08:57:31.299Z Downloaded diesel v2.3.7
13242026-08-25T08:57:31.311Z Downloaded curve25519-dalek v5.0.0
13252026-08-25T08:57:31.318Z Downloaded encoding_rs v0.8.35
13262026-08-25T08:57:31.330Z Downloaded sled v0.34.7
13272026-08-25T08:57:31.343Z Downloaded sha3 v0.11.0
13282026-08-25T08:57:31.346Z Downloaded regress v0.10.5
13292026-08-25T08:57:31.366Z Downloaded libgit2-sys v0.18.3+1.9.2
13302026-08-25T08:57:31.398Z Downloaded bzip2-sys v0.1.13+1.0.8
13312026-08-25T08:57:31.404Z Downloaded regex-automata v0.4.14
13322026-08-25T08:57:31.481Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13332026-08-25T08:57:31.491Z Downloaded chrono-tz v0.10.4
13342026-08-25T08:57:31.501Z Downloaded petgraph v0.6.5
13352026-08-25T08:57:31.512Z Downloaded jiff v0.2.34
13362026-08-25T08:57:31.533Z Downloaded libz-sys v1.1.24
13372026-08-25T08:57:31.553Z Downloaded csv v1.4.0
13382026-08-25T08:57:31.644Z Downloaded ring v0.17.14
13392026-08-25T08:57:32.286Z Downloaded aws-lc-sys v0.40.0
13402026-08-25T08:57:32.546Z Compiling serde_core v1.0.229
13412026-08-25T08:57:32.546Z Compiling libc v0.2.185
13422026-08-25T08:57:32.546Z Compiling serde v1.0.229
13432026-08-25T08:57:32.549Z Compiling log v0.4.33
13442026-08-25T08:57:32.549Z Compiling smallvec v1.15.1
13452026-08-25T08:57:32.696Z Compiling shlex v1.3.0
13462026-08-25T08:57:32.699Z Compiling find-msvc-tools v0.1.9
13472026-08-25T08:57:32.703Z Compiling syn v2.0.117
13482026-08-25T08:57:32.895Z Compiling syn v3.0.3
13492026-08-25T08:57:32.909Z Compiling subtle v2.6.1
13502026-08-25T08:57:32.912Z Compiling scopeguard v1.2.0
13512026-08-25T08:57:33.011Z Compiling lock_api v0.4.14
13522026-08-25T08:57:33.026Z Compiling stable_deref_trait v1.2.1
13532026-08-25T08:57:33.029Z Compiling zerocopy v0.8.55
13542026-08-25T08:57:33.077Z Compiling typenum v1.20.1
13552026-08-25T08:57:33.122Z Compiling portable-atomic v1.13.1
13562026-08-25T08:57:33.239Z Compiling serde_json v1.0.151
13572026-08-25T08:57:33.525Z Compiling critical-section v1.2.0
13582026-08-25T08:57:33.554Z Compiling libm v0.2.16
13592026-08-25T08:57:33.633Z Compiling num-traits v0.2.19
13602026-08-25T08:57:33.666Z Compiling errno v0.3.14
13612026-08-25T08:57:33.716Z Compiling jobserver v0.1.34
13622026-08-25T08:57:33.834Z Compiling getrandom v0.2.17
13632026-08-25T08:57:33.978Z Compiling cc v1.2.56
13642026-08-25T08:57:34.067Z Compiling rand_core v0.6.4
13652026-08-25T08:57:34.283Z Compiling once_cell v1.21.3
13662026-08-25T08:57:34.359Z Compiling pkg-config v0.3.32
13672026-08-25T08:57:34.373Z Compiling getrandom v0.4.3
13682026-08-25T08:57:34.518Z Compiling generic-array v0.14.7
13692026-08-25T08:57:34.763Z Compiling pin-project-lite v0.2.17
13702026-08-25T08:57:34.869Z Compiling rand_core v0.10.0
13712026-08-25T08:57:34.921Z Compiling bitflags v2.11.0
13722026-08-25T08:57:35.034Z Compiling const-oid v0.9.6
13732026-08-25T08:57:35.062Z Compiling parking_lot_core v0.9.12
13742026-08-25T08:57:35.370Z Compiling writeable v0.6.2
13752026-08-25T08:57:35.374Z Compiling litemap v0.8.1
13762026-08-25T08:57:35.401Z Compiling percent-encoding v2.3.2
13772026-08-25T08:57:35.573Z Compiling semver v1.0.28
13782026-08-25T08:57:35.600Z Compiling signal-hook-registry v1.4.8
13792026-08-25T08:57:35.603Z Compiling futures-core v0.3.32
13802026-08-25T08:57:35.769Z Compiling synstructure v0.13.2
13812026-08-25T08:57:35.792Z Compiling icu_normalizer_data v2.1.1
13822026-08-25T08:57:35.867Z Compiling icu_properties_data v2.1.2
13832026-08-25T08:57:35.922Z Compiling parking_lot v0.12.5
13842026-08-25T08:57:35.926Z Compiling mio v1.2.0
13852026-08-25T08:57:36.169Z Compiling rustix v1.1.4
13862026-08-25T08:57:36.228Z Compiling getrandom v0.3.4
13872026-08-25T08:57:36.259Z Compiling socket2 v0.6.3
13882026-08-25T08:57:36.362Z Compiling utf8_iter v1.0.4
13892026-08-25T08:57:36.392Z Compiling futures-sink v0.3.32
13902026-08-25T08:57:36.411Z Compiling indexmap v2.14.0
13912026-08-25T08:57:36.498Z Compiling futures-channel v0.3.32
13922026-08-25T08:57:36.513Z Compiling form_urlencoded v1.2.2
13932026-08-25T08:57:36.579Z Compiling serde_derive v1.0.229
13942026-08-25T08:57:36.679Z Compiling futures-task v0.3.32
13952026-08-25T08:57:36.693Z Compiling slab v0.4.12
13962026-08-25T08:57:36.735Z Compiling futures-io v0.3.32
13972026-08-25T08:57:36.853Z Compiling rustversion v1.0.22
13982026-08-25T08:57:36.885Z Compiling iana-time-zone v0.1.65
13992026-08-25T08:57:36.899Z Compiling base64ct v1.8.3
14002026-08-25T08:57:37.079Z Compiling regex-syntax v0.8.10
14012026-08-25T08:57:37.092Z Compiling rand_core v0.9.5
14022026-08-25T08:57:37.139Z Compiling pem-rfc7468 v0.7.0
14032026-08-25T08:57:37.192Z Compiling uuid v1.23.4
14042026-08-25T08:57:37.378Z Compiling cmake v0.1.57
14052026-08-25T08:57:37.452Z Compiling flagset v0.4.7
14062026-08-25T08:57:37.482Z Compiling zeroize_derive v1.5.0
14072026-08-25T08:57:37.586Z Compiling zerocopy-derive v0.8.55
14082026-08-25T08:57:37.775Z Compiling zerofrom-derive v0.1.6
14092026-08-25T08:57:37.831Z Compiling yoke-derive v0.8.1
14102026-08-25T08:57:37.884Z Compiling zerovec-derive v0.11.2
14112026-08-25T08:57:37.899Z Compiling displaydoc v0.2.5
14122026-08-25T08:57:38.128Z Compiling tokio-macros v2.7.0
14132026-08-25T08:57:38.659Z Compiling futures-macro v0.3.32
14142026-08-25T08:57:38.915Z Compiling der_derive v0.7.3
14152026-08-25T08:57:39.008Z Compiling thiserror-impl v2.0.18
14162026-08-25T08:57:39.049Z Compiling fs_extra v1.3.0
14172026-08-25T08:57:39.175Z Compiling zerofrom v0.1.6
14182026-08-25T08:57:39.299Z Compiling yoke v0.8.1
14192026-08-25T08:57:39.322Z Compiling ident_case v1.0.1
14202026-08-25T08:57:39.428Z Compiling dunce v1.0.5
14212026-08-25T08:57:39.449Z Compiling base64 v0.22.1
14222026-08-25T08:57:39.476Z Compiling zerovec v0.11.5
14232026-08-25T08:57:39.492Z Compiling zerotrie v0.2.3
14242026-08-25T08:57:39.523Z Compiling futures-util v0.3.32
14252026-08-25T08:57:39.796Z Compiling aws-lc-sys v0.40.0
14262026-08-25T08:57:39.811Z Compiling serde_derive_internals v0.29.1
14272026-08-25T08:57:39.891Z Compiling schemars v0.8.22
14282026-08-25T08:57:39.980Z Compiling zeroize v1.9.0
14292026-08-25T08:57:39.998Z Compiling bytes v1.11.1
14302026-08-25T08:57:40.090Z Compiling tinystr v0.8.2
14312026-08-25T08:57:40.292Z Compiling icu_locale_core v2.1.1
14322026-08-25T08:57:40.345Z Compiling potential_utf v0.1.4
14332026-08-25T08:57:40.508Z Compiling icu_collections v2.1.1
14342026-08-25T08:57:40.606Z Compiling tokio v1.52.1
14352026-08-25T08:57:40.681Z Compiling chrono v0.4.45
14362026-08-25T08:57:40.752Z Compiling crypto-common v0.1.7
14372026-08-25T08:57:40.908Z Compiling icu_provider v2.1.1
14382026-08-25T08:57:40.978Z Compiling block-buffer v0.10.4
14392026-08-25T08:57:41.151Z Compiling icu_normalizer v2.1.1
14402026-08-25T08:57:41.166Z Compiling icu_properties v2.1.2
14412026-08-25T08:57:41.199Z Compiling digest v0.10.7
14422026-08-25T08:57:41.451Z Compiling thiserror v2.0.18
14432026-08-25T08:57:41.564Z Compiling der v0.7.10
14442026-08-25T08:57:41.675Z Compiling http v1.4.2
14452026-08-25T08:57:41.790Z Compiling vcpkg v0.2.15
14462026-08-25T08:57:42.050Z Compiling idna_adapter v1.2.1
14472026-08-25T08:57:42.143Z Compiling ppv-lite86 v0.2.21
14482026-08-25T08:57:42.198Z Compiling idna v1.1.0
14492026-08-25T08:57:42.254Z Compiling dyn-clone v1.0.20
14502026-08-25T08:57:42.395Z Compiling spki v0.7.3
14512026-08-25T08:57:42.463Z Compiling rand_chacha v0.9.0
14522026-08-25T08:57:42.505Z Compiling url v2.5.8
14532026-08-25T08:57:42.576Z Compiling syn v1.0.109
14542026-08-25T08:57:42.603Z Compiling openssl-sys v0.9.117
14552026-08-25T08:57:42.750Z Compiling rand v0.9.2
14562026-08-25T08:57:42.853Z Compiling schemars_derive v0.8.22
14572026-08-25T08:57:42.947Z Compiling tracing-attributes v0.1.31
14582026-08-25T08:57:43.124Z Compiling rustc_version v0.4.1
14592026-08-25T08:57:43.169Z Compiling tracing-core v0.1.36
14602026-08-25T08:57:43.311Z Compiling aws-lc-rs v1.16.3
14612026-08-25T08:57:43.485Z Compiling simd-adler32 v0.3.8
14622026-08-25T08:57:43.543Z Compiling cpufeatures v0.2.17
14632026-08-25T08:57:43.624Z Compiling tempfile v3.27.0
14642026-08-25T08:57:43.769Z Compiling pkcs8 v0.10.2
14652026-08-25T08:57:43.909Z Compiling http-body v1.0.1
14662026-08-25T08:57:43.995Z Compiling rustls-pki-types v1.14.0
14672026-08-25T08:57:44.034Z Compiling spin v0.9.8
14682026-08-25T08:57:44.069Z Compiling adler2 v2.0.1
14692026-08-25T08:57:44.205Z Compiling tinyvec_macros v0.1.1
14702026-08-25T08:57:44.250Z Compiling crc32fast v1.5.0
14712026-08-25T08:57:44.277Z Compiling cmov v0.5.4
14722026-08-25T08:57:44.291Z Compiling tracing v0.1.44
14732026-08-25T08:57:44.473Z Compiling tokio-util v0.7.18
14742026-08-25T08:57:44.493Z Compiling openssl-probe v0.2.1
14752026-08-25T08:57:44.513Z Compiling httparse v1.10.1
14762026-08-25T08:57:44.609Z Compiling ctutils v0.4.2
14772026-08-25T08:57:44.675Z Compiling tinyvec v1.10.0
14782026-08-25T08:57:44.849Z Compiling miniz_oxide v0.8.9
14792026-08-25T08:57:44.921Z Compiling pest_generator v2.8.6
14802026-08-25T08:57:45.026Z Compiling sha2 v0.10.9
14812026-08-25T08:57:45.452Z Compiling terminal_size v0.4.3
14822026-08-25T08:57:45.475Z Compiling aho-corasick v1.1.4
14832026-08-25T08:57:45.503Z Compiling atomic-waker v1.1.2
14842026-08-25T08:57:45.591Z Compiling radium v0.7.0
14852026-08-25T08:57:45.614Z Compiling try-lock v0.2.5
14862026-08-25T08:57:45.632Z Compiling tower-service v0.3.3
14872026-08-25T08:57:45.722Z Compiling tower-layer v0.3.3
14882026-08-25T08:57:45.737Z Compiling untrusted v0.7.1
14892026-08-25T08:57:45.854Z Compiling want v0.3.1
14902026-08-25T08:57:45.869Z Compiling pest_derive v2.8.6
14912026-08-25T08:57:45.886Z Compiling h2 v0.4.15
14922026-08-25T08:57:46.297Z Compiling regex-automata v0.4.14
14932026-08-25T08:57:46.312Z Compiling hybrid-array v0.4.13
14942026-08-25T08:57:46.408Z Compiling ipnet v2.12.0
14952026-08-25T08:57:46.511Z Compiling darling_core v0.20.11
14962026-08-25T08:57:46.893Z Compiling scroll_derive v0.13.1
14972026-08-25T08:57:47.069Z Compiling wait-timeout v0.2.1
14982026-08-25T08:57:47.114Z Compiling quick-error v1.2.3
14992026-08-25T08:57:47.223Z Compiling foreign-types-shared v0.1.1
15002026-08-25T08:57:47.311Z Compiling maybe-uninit v2.0.0
15012026-08-25T08:57:47.326Z Compiling tap v1.0.1
15022026-08-25T08:57:47.436Z Compiling httpdate v1.0.3
15032026-08-25T08:57:47.549Z Compiling untrusted v0.9.0
15042026-08-25T08:57:47.568Z Compiling openssl v0.10.80
15052026-08-25T08:57:47.662Z Compiling bit-vec v0.8.0
15062026-08-25T08:57:47.676Z Compiling rustls v0.23.41
15072026-08-25T08:57:47.680Z Compiling scroll v0.13.0
15082026-08-25T08:57:47.843Z Compiling bit-set v0.8.0
15092026-08-25T08:57:47.858Z Compiling wyz v0.5.1
15102026-08-25T08:57:47.887Z Compiling foreign-types v0.3.2
15112026-08-25T08:57:47.948Z Compiling rusty-fork v0.3.1
15122026-08-25T08:57:47.999Z Compiling unicode-normalization v0.1.25
15132026-08-25T08:57:48.153Z Compiling rand_chacha v0.3.1
15142026-08-25T08:57:48.251Z Compiling signature v2.2.0
15152026-08-25T08:57:48.454Z Compiling hex v0.4.3
15162026-08-25T08:57:48.458Z Compiling thiserror-impl v1.0.69
15172026-08-25T08:57:48.490Z Compiling openssl-macros v0.1.1
15182026-08-25T08:57:48.722Z Compiling rand_xorshift v0.4.0
15192026-08-25T08:57:48.783Z Compiling darling_macro v0.20.11
15202026-08-25T08:57:48.885Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15212026-08-25T08:57:48.900Z Compiling bzip2-sys v0.1.13+1.0.8
15222026-08-25T08:57:48.976Z Compiling hyper v1.10.1
15232026-08-25T08:57:49.171Z Compiling num-integer v0.1.46
15242026-08-25T08:57:49.263Z Compiling ahash v0.8.12
15252026-08-25T08:57:49.266Z Compiling num-conv v0.2.0
15262026-08-25T08:57:49.397Z Compiling packed_struct v0.10.1
15272026-08-25T08:57:49.479Z Compiling paste v1.0.15
15282026-08-25T08:57:49.493Z Compiling num-bigint-dig v0.8.6
15292026-08-25T08:57:49.638Z Compiling time-core v0.1.8
15302026-08-25T08:57:49.677Z Compiling funty v2.0.0
15312026-08-25T08:57:49.717Z Compiling unarray v0.1.4
15322026-08-25T08:57:49.740Z Compiling powerfmt v0.2.0
15332026-08-25T08:57:49.784Z Compiling native-tls v0.2.18
15342026-08-25T08:57:49.827Z Compiling proptest v1.11.0
15352026-08-25T08:57:49.939Z Compiling deranged v0.5.8
15362026-08-25T08:57:49.975Z Compiling time-macros v0.2.27
15372026-08-25T08:57:50.009Z Compiling bitvec v1.0.1
15382026-08-25T08:57:50.247Z Compiling hyper-util v0.1.20
15392026-08-25T08:57:50.429Z Compiling clap_builder v4.6.0
15402026-08-25T08:57:50.551Z Compiling thiserror v1.0.69
15412026-08-25T08:57:50.744Z Compiling num-iter v0.1.45
15422026-08-25T08:57:50.897Z Compiling darling v0.20.11
15432026-08-25T08:57:51.389Z Compiling rand v0.8.6
15442026-08-25T08:57:51.734Z Compiling goblin v0.10.5
15452026-08-25T08:57:51.969Z Compiling packed_struct_codegen v0.10.1
15462026-08-25T08:57:52.162Z Compiling ipnetwork v0.21.1
15472026-08-25T08:57:52.538Z Compiling lazy_static v1.5.0
15482026-08-25T08:57:52.632Z Compiling hmac v0.12.1
15492026-08-25T08:57:52.791Z Compiling serde_spanned v0.6.9
15502026-08-25T08:57:52.934Z Compiling toml_datetime v0.6.11
15512026-08-25T08:57:53.013Z Compiling slog v2.8.2
15522026-08-25T08:57:53.204Z Compiling bitfield-macros v0.19.4
15532026-08-25T08:57:53.208Z Compiling zerocopy-derive v0.6.6
15542026-08-25T08:57:53.345Z Compiling clap_derive v4.6.1
15552026-08-25T08:57:53.955Z Compiling sync_wrapper v1.0.2
15562026-08-25T08:57:53.993Z Compiling indexmap v1.9.3
15572026-08-25T08:57:54.066Z Compiling object v0.37.3
15582026-08-25T08:57:54.080Z Compiling crc-catalog v2.4.0
15592026-08-25T08:57:54.174Z Compiling zlib-rs v0.6.2
15602026-08-25T08:57:54.190Z Compiling num_threads v0.1.7
15612026-08-25T08:57:54.290Z Compiling unicode-segmentation v1.12.0
15622026-08-25T08:57:54.330Z Compiling nodrop v0.1.14
15632026-08-25T08:57:54.426Z Compiling usdt-impl v0.6.0
15642026-08-25T08:57:54.634Z Compiling crossbeam-utils v0.8.21
15652026-08-25T08:57:54.676Z Compiling siphasher v1.0.2
15662026-08-25T08:57:54.887Z Compiling dof v0.4.0
15672026-08-25T08:57:54.934Z Compiling array-init v0.0.4
15682026-08-25T08:57:55.136Z Compiling clap v4.6.1
15692026-08-25T08:57:55.265Z Compiling time v0.3.47
15702026-08-25T08:57:55.298Z Compiling crc v3.4.0
15712026-08-25T08:57:55.488Z Compiling zerocopy v0.6.6
15722026-08-25T08:57:55.812Z Compiling tower v0.5.3
15732026-08-25T08:57:55.993Z Compiling bitfield v0.19.4
15742026-08-25T08:57:56.345Z Compiling oxnet v0.1.6
15752026-08-25T08:57:56.761Z Compiling newtype-uuid v1.3.2
15762026-08-25T08:57:56.784Z Compiling smallvec v0.6.14
15772026-08-25T08:57:57.077Z Compiling flate2 v1.1.9
15782026-08-25T08:57:57.091Z Compiling derive_builder_core v0.20.2
15792026-08-25T08:57:57.486Z Compiling dtrace-parser v0.3.0
15802026-08-25T08:57:57.569Z Compiling http-body-util v0.1.3
15812026-08-25T08:57:57.569Z Compiling pkcs1 v0.7.5
15822026-08-25T08:57:57.814Z Compiling heapless v0.7.17
15832026-08-25T08:57:57.871Z Compiling erased-serde v0.3.31
15842026-08-25T08:57:57.933Z Compiling darling_core v0.23.0
15852026-08-25T08:57:57.971Z Compiling structmeta-derive v0.3.0
15862026-08-25T08:57:58.051Z Compiling scroll_derive v0.12.1
15872026-08-25T08:57:58.217Z Compiling daft-derive v0.1.8
15882026-08-25T08:57:58.382Z Compiling thread-id v5.1.0
15892026-08-25T08:57:58.486Z Compiling cookie v0.18.1
15902026-08-25T08:57:58.673Z Compiling env_filter v2.0.0
15912026-08-25T08:57:58.745Z Compiling gimli v0.32.3
15922026-08-25T08:57:58.950Z Compiling anyhow v1.0.104
15932026-08-25T08:57:58.981Z Compiling winnow v0.5.40
15942026-08-25T08:57:59.072Z Compiling unicode-bidi v0.3.18
15952026-08-25T08:57:59.256Z Compiling base64 v0.21.7
15962026-08-25T08:57:59.577Z Compiling hashbrown v0.12.3
15972026-08-25T08:57:59.599Z Compiling ryu v1.0.23
15982026-08-25T08:57:59.781Z Compiling zstd-safe v7.2.4
15992026-08-25T08:57:59.977Z Compiling allocator-api2 v0.2.21
16002026-08-25T08:58:00.044Z Compiling unicode-properties v0.1.4
16012026-08-25T08:58:00.254Z Compiling iri-string v0.7.10
16022026-08-25T08:58:00.303Z Compiling signal-hook v0.3.18
16032026-08-25T08:58:00.396Z Compiling toml_edit v0.19.15
16042026-08-25T08:58:00.488Z Compiling darling_macro v0.23.0
16052026-08-25T08:58:00.505Z Compiling addr2line v0.25.1
16062026-08-25T08:58:00.671Z Compiling stringprep v0.1.5
16072026-08-25T08:58:00.853Z Compiling serde_urlencoded v0.7.1
16082026-08-25T08:58:00.979Z Compiling ron v0.8.1
16092026-08-25T08:58:01.100Z Compiling structmeta v0.3.0
16102026-08-25T08:58:01.115Z Compiling daft v0.1.8
16112026-08-25T08:58:01.274Z Compiling env_logger v0.11.11
16122026-08-25T08:58:01.314Z Compiling scroll v0.12.0
16132026-08-25T08:58:01.390Z Compiling tower-http v0.6.8
16142026-08-25T08:58:01.760Z Compiling derive_builder_macro v0.20.2
16152026-08-25T08:58:01.789Z Compiling rsa v0.9.10
16162026-08-25T08:58:01.819Z Compiling hashbrown v0.13.2
16172026-08-25T08:58:01.909Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16182026-08-25T08:58:02.144Z Compiling bzip2 v0.4.4
16192026-08-25T08:58:02.184Z Compiling serde-hex v0.1.0
16202026-08-25T08:58:02.229Z Compiling tokio-native-tls v0.3.1
16212026-08-25T08:58:02.290Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16222026-08-25T08:58:02.400Z Compiling camino v1.2.5
16232026-08-25T08:58:02.790Z Compiling bstr v1.12.1
16242026-08-25T08:58:02.959Z Compiling block-buffer v0.12.1
16252026-08-25T08:58:03.007Z Compiling crypto-common v0.2.2
16262026-08-25T08:58:03.157Z Compiling block-padding v0.4.2
16272026-08-25T08:58:03.328Z Compiling rustls-native-certs v0.8.3
16282026-08-25T08:58:03.460Z Compiling curve25519-dalek v4.1.3
16292026-08-25T08:58:03.670Z Compiling x509-cert v0.2.5
16302026-08-25T08:58:03.803Z Compiling md-5 v0.10.6
16312026-08-25T08:58:03.951Z Compiling serde_tokenstream v0.2.3
16322026-08-25T08:58:03.979Z Compiling vergen-lib v9.1.0
16332026-08-25T08:58:04.163Z Compiling pin-project-internal v1.1.11
16342026-08-25T08:58:04.264Z Compiling zerocopy-derive v0.7.35
16352026-08-25T08:58:04.825Z Compiling async-trait v0.1.89
16362026-08-25T08:58:04.869Z Compiling hash32 v0.2.1
16372026-08-25T08:58:05.063Z Compiling memoffset v0.9.1
16382026-08-25T08:58:05.129Z Compiling encoding_rs v0.8.35
16392026-08-25T08:58:05.171Z Compiling rustc-demangle v0.1.27
16402026-08-25T08:58:05.249Z Compiling psl-types v2.0.11
16412026-08-25T08:58:05.267Z Compiling cfg_aliases v0.2.1
16422026-08-25T08:58:05.279Z Compiling fallible-iterator v0.2.0
16432026-08-25T08:58:05.340Z Compiling smoltcp v0.9.1
16442026-08-25T08:58:05.376Z Compiling crc-any v2.5.0
16452026-08-25T08:58:05.549Z Compiling litrs v1.0.0
16462026-08-25T08:58:05.587Z Compiling mime v0.3.17
16472026-08-25T08:58:05.600Z Compiling rustix v0.38.44
16482026-08-25T08:58:05.659Z Compiling ref-cast v1.0.25
16492026-08-25T08:58:05.821Z Compiling owo-colors v4.3.0
16502026-08-25T08:58:05.858Z Compiling postgres-protocol v0.6.10
16512026-08-25T08:58:06.001Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16522026-08-25T08:58:06.015Z Compiling backtrace v0.3.76
16532026-08-25T08:58:06.044Z Compiling document-features v0.2.12
16542026-08-25T08:58:06.172Z Compiling publicsuffix v2.3.0
16552026-08-25T08:58:06.345Z Compiling nix v0.31.2
16562026-08-25T08:58:06.403Z Compiling pin-project v1.1.11
16572026-08-25T08:58:06.502Z Compiling zerocopy v0.7.35
16582026-08-25T08:58:06.647Z Compiling inout v0.2.2
16592026-08-25T08:58:06.697Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16602026-08-25T08:58:06.711Z Compiling hyper-tls v0.6.0
16612026-08-25T08:58:06.823Z Compiling zip v0.6.6
16622026-08-25T08:58:06.931Z Compiling object v0.30.4
16632026-08-25T08:58:06.972Z Compiling derive_builder v0.20.2
16642026-08-25T08:58:07.063Z Compiling toml v0.7.8
16652026-08-25T08:58:07.162Z Compiling goblin v0.8.2
16662026-08-25T08:58:07.243Z Compiling derive-ex v0.1.8
16672026-08-25T08:58:07.620Z Compiling darling v0.23.0
16682026-08-25T08:58:07.706Z Compiling phf_shared v0.13.1
16692026-08-25T08:58:07.731Z Compiling convert_case v0.10.0
16702026-08-25T08:58:07.939Z Compiling regex v1.12.3
16712026-08-25T08:58:07.955Z Compiling hubpack_derive v0.1.1
16722026-08-25T08:58:08.030Z Compiling futures-executor v0.3.32
16732026-08-25T08:58:08.288Z Compiling vergen v9.1.0
16742026-08-25T08:58:08.364Z Compiling curve25519-dalek-derive v0.1.1
16752026-08-25T08:58:08.421Z Compiling strum_macros v0.27.2
16762026-08-25T08:58:08.521Z Compiling snafu-derive v0.8.9
16772026-08-25T08:58:08.927Z Compiling ref-cast-impl v1.0.25
16782026-08-25T08:58:09.048Z Compiling cargo-platform v0.3.2
16792026-08-25T08:58:09.328Z Compiling ff v0.13.1
16802026-08-25T08:58:09.474Z Compiling fs-err v3.3.0
16812026-08-25T08:58:09.488Z Compiling same-file v1.0.6
16822026-08-25T08:58:09.654Z Compiling bumpalo v3.20.2
16832026-08-25T08:58:09.671Z Compiling either v1.15.0
16842026-08-25T08:58:09.811Z Compiling path-slash v0.1.5
16852026-08-25T08:58:09.877Z Compiling base16ct v0.2.0
16862026-08-25T08:58:09.910Z Compiling libbz2-rs-sys v0.2.2
16872026-08-25T08:58:09.942Z Compiling is_ci v1.2.0
16882026-08-25T08:58:10.050Z Compiling jiff-core v0.1.0
16892026-08-25T08:58:10.081Z Compiling managed v0.8.0
16902026-08-25T08:58:10.301Z Compiling foldhash v0.2.0
16912026-08-25T08:58:10.383Z Compiling foldhash v0.1.5
16922026-08-25T08:58:10.442Z Compiling bitflags v1.3.2
16932026-08-25T08:58:10.517Z Compiling hashbrown v0.15.5
16942026-08-25T08:58:10.558Z Compiling hashbrown v0.16.1
16952026-08-25T08:58:10.579Z Compiling snafu v0.8.9
16962026-08-25T08:58:10.660Z Compiling textwrap v0.16.2
16972026-08-25T08:58:10.926Z Compiling jiff v0.2.34
16982026-08-25T08:58:11.051Z Compiling strum v0.27.2
16992026-08-25T08:58:11.096Z Compiling bzip2 v0.6.1
17002026-08-25T08:58:11.110Z Compiling supports-color v3.0.2
17012026-08-25T08:58:11.132Z Compiling sec1 v0.7.3
17022026-08-25T08:58:11.173Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17032026-08-25T08:58:11.267Z Compiling zopfli v0.8.3
17042026-08-25T08:58:11.305Z Compiling walkdir v2.5.0
17052026-08-25T08:58:11.407Z Compiling group v0.13.0
17062026-08-25T08:58:11.490Z Compiling dof v0.3.0
17072026-08-25T08:58:11.584Z Compiling cargo_metadata v0.23.1
17082026-08-25T08:58:11.920Z Compiling test-strategy v0.4.5
17092026-08-25T08:58:12.217Z Compiling hubpack v0.1.2
17102026-08-25T08:58:12.440Z Compiling futures v0.3.32
17112026-08-25T08:58:12.531Z Compiling derive_more-impl v2.1.1
17122026-08-25T08:58:12.576Z Compiling phf v0.13.1
17132026-08-25T08:58:12.738Z Compiling signal-hook-mio v0.2.5
17142026-08-25T08:58:12.866Z Compiling serde_with_macros v3.21.0
17152026-08-25T08:58:13.287Z Compiling cookie_store v0.22.1
17162026-08-25T08:58:13.374Z Compiling zstd v0.13.3
17172026-08-25T08:58:13.685Z Compiling reqwest v0.12.28
17182026-08-25T08:58:13.715Z Compiling cipher v0.5.2
17192026-08-25T08:58:14.026Z Compiling backtrace-ext v0.2.1
17202026-08-25T08:58:14.040Z Compiling postgres-types v0.2.12
17212026-08-25T08:58:14.524Z Compiling usdt-attr-macro v0.6.0
17222026-08-25T08:58:14.595Z Compiling usdt-macro v0.6.0
17232026-08-25T08:58:14.610Z Compiling globset v0.4.18
17242026-08-25T08:58:14.785Z Compiling phf_shared v0.11.3
17252026-08-25T08:58:14.972Z Compiling hkdf v0.12.4
17262026-08-25T08:58:15.089Z Compiling dtrace-parser v0.2.0
17272026-08-25T08:58:15.147Z Compiling byte-wrapper v0.1.0
17282026-08-25T08:58:15.271Z Compiling olpc-cjson v0.1.4
17292026-08-25T08:58:15.314Z Compiling ed25519 v2.2.3
17302026-08-25T08:58:15.330Z Compiling crypto-bigint v0.5.5
17312026-08-25T08:58:15.344Z Compiling serde_plain v1.0.2
17322026-08-25T08:58:15.427Z Compiling serde-big-array v0.5.1
17332026-08-25T08:58:15.475Z Compiling pem v3.0.6
17342026-08-25T08:58:15.534Z Compiling strum_macros v0.26.4
17352026-08-25T08:58:15.571Z Compiling serde_repr v0.1.20
17362026-08-25T08:58:15.799Z Compiling async-recursion v1.1.1
17372026-08-25T08:58:15.824Z Compiling miette-derive v7.6.0
17382026-08-25T08:58:16.101Z Compiling enum-as-inner v0.6.1
17392026-08-25T08:58:16.215Z Compiling float-cmp v0.10.0
17402026-08-25T08:58:16.365Z Compiling memmap2 v0.9.10
17412026-08-25T08:58:16.451Z Compiling thread-id v4.2.2
17422026-08-25T08:58:16.541Z Compiling new_debug_unreachable v1.0.6
17432026-08-25T08:58:16.585Z Compiling typed-path v0.9.3
17442026-08-25T08:58:16.612Z Compiling static_assertions v1.1.0
17452026-08-25T08:58:16.626Z Compiling normalize-line-endings v0.3.0
17462026-08-25T08:58:16.686Z Compiling difflib v0.4.0
17472026-08-25T08:58:16.724Z Compiling whoami v2.1.0
17482026-08-25T08:58:16.991Z Compiling fixedbitset v0.4.2
17492026-08-25T08:58:17.111Z Compiling winnow v1.0.3
17502026-08-25T08:58:17.212Z Compiling precomputed-hash v0.1.1
17512026-08-25T08:58:17.254Z Compiling keccak v0.1.6
17522026-08-25T08:58:17.279Z Compiling cpufeatures v0.3.0
17532026-08-25T08:58:17.300Z Compiling supports-unicode v3.0.0
17542026-08-25T08:58:17.357Z Compiling const-oid v0.10.2
17552026-08-25T08:58:17.434Z Compiling predicates-core v1.0.10
17562026-08-25T08:58:17.449Z Compiling supports-hyperlinks v3.2.0
17572026-08-25T08:58:17.452Z Compiling data-encoding v2.10.0
17582026-08-25T08:58:17.561Z Compiling fixedbitset v0.5.7
17592026-08-25T08:58:17.599Z Compiling toml_edit v0.22.27
17602026-08-25T08:58:17.612Z Compiling predicates v3.1.4
17612026-08-25T08:58:17.801Z Compiling petgraph v0.8.3
17622026-08-25T08:58:17.862Z Compiling hickory-proto v0.25.2
17632026-08-25T08:58:17.986Z Compiling miette v7.6.0
17642026-08-25T08:58:18.141Z Compiling toml_parser v1.1.2+spec-1.1.0
17652026-08-25T08:58:18.175Z Compiling digest v0.11.3
17662026-08-25T08:58:18.246Z Compiling sha3 v0.10.8
17672026-08-25T08:58:18.462Z Compiling chacha20 v0.10.0
17682026-08-25T08:58:18.736Z Compiling string_cache v0.8.9
17692026-08-25T08:58:18.817Z Compiling strum v0.26.3
17702026-08-25T08:58:18.844Z Compiling petgraph v0.6.5
17712026-08-25T08:58:18.950Z Compiling tokio-postgres v0.7.16
17722026-08-25T08:58:18.975Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17732026-08-25T08:58:19.183Z Compiling usdt v0.6.0
17742026-08-25T08:58:19.450Z Compiling usdt-impl v0.5.0
17752026-08-25T08:58:19.819Z Compiling elliptic-curve v0.13.8
17762026-08-25T08:58:20.045Z Compiling ed25519-dalek v2.2.0
17772026-08-25T08:58:20.228Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17782026-08-25T08:58:20.352Z Compiling crossterm v0.28.1
17792026-08-25T08:58:20.377Z Compiling serde_with v3.21.0
17802026-08-25T08:58:21.196Z Compiling derive_more v2.1.1
17812026-08-25T08:58:21.298Z Compiling zip v4.6.1
17822026-08-25T08:58:21.746Z Compiling iddqd v0.4.2
17832026-08-25T08:58:21.998Z Compiling itertools v0.13.0
17842026-08-25T08:58:22.148Z Compiling itertools v0.15.0
17852026-08-25T08:58:22.174Z Compiling similar v2.7.0
17862026-08-25T08:58:22.249Z Compiling crossbeam-epoch v0.9.18
17872026-08-25T08:58:22.252Z Compiling oxide-generation v0.1.3
17882026-08-25T08:58:22.558Z Compiling heck v0.4.1
17892026-08-25T08:58:22.561Z Compiling tokio-stream v0.1.18
17902026-08-25T08:58:22.587Z Compiling buf-list v1.1.2
17912026-08-25T08:58:22.785Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17922026-08-25T08:58:22.860Z Compiling openapiv3 v2.2.0
17932026-08-25T08:58:23.003Z Compiling peg-runtime v0.8.5
17942026-08-25T08:58:23.018Z Compiling lalrpop-util v0.19.12
17952026-08-25T08:58:23.034Z Compiling thread_local v1.1.9
17962026-08-25T08:58:23.085Z Compiling slog-async v2.8.0
17972026-08-25T08:58:23.207Z Compiling crossbeam-channel v0.5.15
17982026-08-25T08:58:23.234Z Compiling is-terminal v0.4.17
17992026-08-25T08:58:23.274Z Compiling filetime v0.2.27
18002026-08-25T08:58:23.274Z Compiling xattr v1.6.1
18012026-08-25T08:58:23.331Z Compiling take_mut v0.2.2
18022026-08-25T08:58:23.440Z Compiling term v1.2.1
18032026-08-25T08:58:23.466Z Compiling tar v0.4.46
18042026-08-25T08:58:23.466Z Compiling camino-tempfile v1.4.1
18052026-08-25T08:58:23.701Z Compiling slog-term v2.9.2
18062026-08-25T08:58:30.319Z Compiling rustls-webpki v0.103.13
18072026-08-25T08:58:33.012Z Compiling tokio-rustls v0.26.4
18082026-08-25T08:58:33.012Z Compiling rustls-platform-verifier v0.6.2
18092026-08-25T08:58:33.015Z Compiling tough v0.22.0
18102026-08-25T08:58:33.230Z Compiling hyper-rustls v0.27.7
18112026-08-25T08:58:33.435Z Compiling reqwest v0.13.2
18122026-08-25T08:58:35.658Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18132026-08-25T08:58:35.871Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18142026-08-25T08:58:38.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
18152026-08-25T08:58:38.971Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18162026-08-25T08:58:39.026ZAug 25 08:58:38.165 INFO Starting download, target: Clickhouse
18172026-08-25T08:58:39.026ZAug 25 08:58:38.166 INFO Starting download, target: Cockroach
18182026-08-25T08:58:39.026ZAug 25 08:58:38.166 INFO Starting download, target: Console
18192026-08-25T08:58:39.029ZAug 25 08:58:38.166 INFO Starting download, target: DendriteStub
18202026-08-25T08:58:39.029ZAug 25 08:58:38.166 INFO Starting download, target: MaghemiteMgd
18212026-08-25T08:58:39.029ZAug 25 08:58:38.166 INFO Starting download, target: MaghemiteDdmd
18222026-08-25T08:58:39.030ZAug 25 08:58:38.166 INFO Starting download, target: TransceiverControl
18232026-08-25T08:58:39.030ZAug 25 08:58:38.166 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18242026-08-25T08:58:39.030ZAug 25 08:58:38.166 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18252026-08-25T08:58:39.030ZAug 25 08:58:38.166 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18262026-08-25T08:58:39.030ZAug 25 08:58:38.166 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18272026-08-25T08:58:39.030ZAug 25 08:58:38.166 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18282026-08-25T08:58:39.030ZAug 25 08:58:38.166 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18292026-08-25T08:58:39.030ZAug 25 08:58:38.166 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18302026-08-25T08:58:40.766ZAug 25 08:58:39.906 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18312026-08-25T08:58:40.882ZAug 25 08:58:40.022 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18322026-08-25T08:58:41.022ZAug 25 08:58:40.160 INFO Download complete, target: Console
18332026-08-25T08:58:41.163ZAug 25 08:58:40.302 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18342026-08-25T08:58:41.381ZAug 25 08:58:40.518 INFO Download complete, target: TransceiverControl
18352026-08-25T08:58:42.750ZAug 25 08:58:41.885 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18362026-08-25T08:58:42.898ZAug 25 08:58:42.035 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18372026-08-25T08:58:43.055ZAug 25 08:58:42.191 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18382026-08-25T08:58:43.433ZAug 25 08:58:42.573 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18392026-08-25T08:58:43.433ZAug 25 08:58:42.573 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18402026-08-25T08:58:44.893ZAug 25 08:58:44.034 INFO Download complete, target: MaghemiteDdmd
18412026-08-25T08:58:45.798ZAug 25 08:58:44.938 INFO Download complete, target: MaghemiteMgd
18422026-08-25T08:58:46.113ZAug 25 08:58:45.253 INFO Download complete, target: DendriteStub
18432026-08-25T08:58:47.738ZAug 25 08:58:46.879 INFO Checking that binary works, target: Clickhouse
18442026-08-25T08:58:47.879ZAug 25 08:58:47.019 INFO Download complete, target: Clickhouse
18452026-08-25T08:58:48.132ZAug 25 08:58:47.272 INFO Checking that binary works, target: Cockroach
18462026-08-25T08:58:48.259ZAug 25 08:58:47.399 INFO Download complete, target: Cockroach
18472026-08-25T08:58:48.275ZAll builder prerequisites installed successfully, and PATH looks valid
18482026-08-25T08:58:48.278Z
18492026-08-25T08:58:48.278Zreal 2:14.321615609
18502026-08-25T08:58:48.278Zuser 7:27.066684716
18512026-08-25T08:58:48.278Zsys 1:29.130298982
18522026-08-25T08:58:48.278Ztrap 0.260812593
18532026-08-25T08:58:48.278Ztflt 0.532773909
18542026-08-25T08:58:48.279Zdflt 0.848114822
18552026-08-25T08:58:48.279Zkflt 0.028930274
18562026-08-25T08:58:48.279Zlock 28:19.804716513
18572026-08-25T08:58:48.279Zslp 22:27.462075498
18582026-08-25T08:58:48.279Zlat 51.343212183
18592026-08-25T08:58:48.279Zstop 2:46.004530901
18602026-08-25T08:58:48.279Z+ banner hack-check
18612026-08-25T08:58:48.279Z
18622026-08-25T08:58:48.279Z # # ## #### # # #### # # ###### #### # #
18632026-08-25T08:58:48.279Z # # # # # # # # # # # # # # # # #
18642026-08-25T08:58:48.279Z ###### # # # #### ##### # ###### ##### # ####
18652026-08-25T08:58:48.279Z # # ###### # # # # # # # # # #
18662026-08-25T08:58:48.279Z # # # # # # # # # # # # # # # # #
18672026-08-25T08:58:48.279Z # # # # #### # # #### # # ###### #### # #
18682026-08-25T08:58:48.279Z
18692026-08-25T08:58:48.279Z+ export CARGO_INCREMENTAL=0
18702026-08-25T08:58:48.279Z+ CARGO_INCREMENTAL=0
18712026-08-25T08:58:48.279Z+ ptime -m timeout 2h cargo xtask check-features --ci
18722026-08-25T08:58:48.761Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18732026-08-25T08:58:49.056Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18742026-08-25T08:58:50.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
18752026-08-25T08:58:50.940Z Running `target/debug/xtask check-features --ci`
18762026-08-25T08:58:50.969Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18772026-08-25T08:58:50.972Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18782026-08-25T08:58:51.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18792026-08-25T08:58:51.425Z Running `target/debug/xtask download cargo-hack`
18802026-08-25T08:58:52.212Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18812026-08-25T08:58:52.518Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18822026-08-25T08:58:55.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.68s
18832026-08-25T08:58:55.310Z Running `target/debug/xtask-downloader cargo-hack`
18842026-08-25T08:58:55.351ZAug 25 08:58:54.492 INFO Starting download, target: CargoHack
18852026-08-25T08:58:55.354ZAug 25 08:58:54.492 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18862026-08-25T08:58:55.703ZAug 25 08:58:54.843 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18872026-08-25T08:58:55.752ZAug 25 08:58:54.893 INFO Download complete, target: CargoHack
18882026-08-25T08:58:55.755Zrunning: "/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"
18892026-08-25T08:58:55.768Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18902026-08-25T08:58:55.932Zinfo: running `cargo check --bins` on api_identity (1/380)
18912026-08-25T08:58:56.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-08-25T08:58:56.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-08-25T08:58:56.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-08-25T08:58:56.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18952026-08-25T08:58:56.488Z
18962026-08-25T08:58:56.488Zinfo: running `cargo check --bins` on bootstore (2/380)
18972026-08-25T08:58:56.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-08-25T08:58:56.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-08-25T08:58:56.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-08-25T08:58:56.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19012026-08-25T08:58:57.052Z
19022026-08-25T08:58:57.052Zinfo: running `cargo check --bins` on omicron-ledger (3/380)
19032026-08-25T08:58:57.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-08-25T08:58:57.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-08-25T08:58:57.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-08-25T08:58:57.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19072026-08-25T08:58:57.604Z
19082026-08-25T08:58:57.604Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/380)
19092026-08-25T08:58:58.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-08-25T08:58:58.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-08-25T08:58:58.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-08-25T08:58:58.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
19132026-08-25T08:58:58.178Z
19142026-08-25T08:58:58.178Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/380)
19152026-08-25T08:58:58.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-08-25T08:58:58.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-08-25T08:58:58.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-08-25T08:58:58.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19192026-08-25T08:58:58.748Z
19202026-08-25T08:58:58.748Zinfo: running `cargo check --bins` on omicron-certificates (6/380)
19212026-08-25T08:58:59.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-08-25T08:58:59.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-08-25T08:58:59.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-08-25T08:58:59.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19252026-08-25T08:58:59.314Z
19262026-08-25T08:58:59.314Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/380)
19272026-08-25T08:58:59.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-08-25T08:58:59.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-08-25T08:58:59.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-08-25T08:58:59.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19312026-08-25T08:58:59.884Z
19322026-08-25T08:58:59.885Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/380)
19332026-08-25T08:59:00.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-08-25T08:59:00.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-08-25T08:59:00.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-08-25T08:59:00.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19372026-08-25T08:59:00.451Z
19382026-08-25T08:59:00.451Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/380)
19392026-08-25T08:59:00.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-08-25T08:59:00.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-08-25T08:59:00.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-08-25T08:59:00.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19432026-08-25T08:59:00.871Z
19442026-08-25T08:59:00.871Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/380)
19452026-08-25T08:59:01.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-08-25T08:59:01.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-08-25T08:59:01.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-08-25T08:59:01.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19492026-08-25T08:59:01.294Z
19502026-08-25T08:59:01.294Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/380)
19512026-08-25T08:59:01.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-08-25T08:59:01.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-08-25T08:59:01.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-08-25T08:59:01.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19552026-08-25T08:59:01.712Z
19562026-08-25T08:59:01.712Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/380)
19572026-08-25T08:59:02.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-08-25T08:59:02.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-08-25T08:59:02.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-08-25T08:59:02.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19612026-08-25T08:59:02.129Z
19622026-08-25T08:59:02.129Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/380)
19632026-08-25T08:59:02.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-08-25T08:59:02.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-08-25T08:59:02.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-08-25T08:59:02.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19672026-08-25T08:59:02.543Z
19682026-08-25T08:59:02.543Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/380)
19692026-08-25T08:59:02.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-08-25T08:59:02.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-08-25T08:59:02.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-08-25T08:59:02.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19732026-08-25T08:59:02.963Z
19742026-08-25T08:59:02.963Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/380)
19752026-08-25T08:59:03.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-08-25T08:59:03.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-08-25T08:59:03.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-08-25T08:59:03.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19792026-08-25T08:59:03.381Z
19802026-08-25T08:59:03.381Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/380)
19812026-08-25T08:59:03.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-08-25T08:59:03.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-08-25T08:59:03.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-08-25T08:59:03.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19852026-08-25T08:59:03.799Z
19862026-08-25T08:59:03.799Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/380)
19872026-08-25T08:59:04.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-08-25T08:59:04.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-08-25T08:59:04.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-08-25T08:59:04.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19912026-08-25T08:59:04.216Z
19922026-08-25T08:59:04.216Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/380)
19932026-08-25T08:59:04.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-08-25T08:59:04.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-08-25T08:59:04.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-08-25T08:59:04.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19972026-08-25T08:59:04.635Z
19982026-08-25T08:59:04.635Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/380)
19992026-08-25T08:59:05.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-08-25T08:59:05.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-08-25T08:59:05.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-08-25T08:59:05.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20032026-08-25T08:59:05.055Z
20042026-08-25T08:59:05.055Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/380)
20052026-08-25T08:59:05.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-08-25T08:59:05.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-08-25T08:59:05.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-08-25T08:59:05.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20092026-08-25T08:59:05.477Z
20102026-08-25T08:59:05.477Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/380)
20112026-08-25T08:59:05.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-08-25T08:59:05.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-08-25T08:59:05.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-08-25T08:59:05.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20152026-08-25T08:59:05.897Z
20162026-08-25T08:59:05.897Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/380)
20172026-08-25T08:59:06.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-08-25T08:59:06.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-08-25T08:59:06.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-08-25T08:59:06.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20212026-08-25T08:59:06.321Z
20222026-08-25T08:59:06.321Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/380)
20232026-08-25T08:59:06.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-08-25T08:59:06.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-08-25T08:59:06.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-08-25T08:59:06.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20272026-08-25T08:59:06.745Z
20282026-08-25T08:59:06.745Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/380)
20292026-08-25T08:59:07.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-08-25T08:59:07.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-08-25T08:59:07.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-08-25T08:59:07.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20332026-08-25T08:59:07.168Z
20342026-08-25T08:59:07.168Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/380)
20352026-08-25T08:59:07.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-08-25T08:59:07.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-08-25T08:59:07.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-08-25T08:59:07.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20392026-08-25T08:59:07.590Z
20402026-08-25T08:59:07.590Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/380)
20412026-08-25T08:59:07.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-08-25T08:59:07.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-08-25T08:59:07.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-08-25T08:59:07.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20452026-08-25T08:59:08.020Z
20462026-08-25T08:59:08.020Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/380)
20472026-08-25T08:59:08.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-08-25T08:59:08.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-08-25T08:59:08.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-08-25T08:59:08.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20512026-08-25T08:59:08.441Z
20522026-08-25T08:59:08.442Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/380)
20532026-08-25T08:59:08.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-08-25T08:59:08.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-08-25T08:59:08.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-08-25T08:59:08.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20572026-08-25T08:59:08.866Z
20582026-08-25T08:59:08.866Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/380)
20592026-08-25T08:59:09.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-08-25T08:59:09.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-08-25T08:59:09.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-08-25T08:59:09.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20632026-08-25T08:59:09.285Z
20642026-08-25T08:59:09.285Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/380)
20652026-08-25T08:59:09.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-08-25T08:59:09.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-08-25T08:59:09.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-08-25T08:59:09.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20692026-08-25T08:59:09.704Z
20702026-08-25T08:59:09.704Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/380)
20712026-08-25T08:59:10.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-08-25T08:59:10.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-08-25T08:59:10.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-08-25T08:59:10.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20752026-08-25T08:59:10.126Z
20762026-08-25T08:59:10.126Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/380)
20772026-08-25T08:59:10.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-08-25T08:59:10.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-08-25T08:59:10.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-08-25T08:59:10.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20812026-08-25T08:59:10.547Z
20822026-08-25T08:59:10.547Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/380)
20832026-08-25T08:59:10.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-08-25T08:59:10.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-08-25T08:59:10.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-08-25T08:59:10.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20872026-08-25T08:59:10.969Z
20882026-08-25T08:59:10.969Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/380)
20892026-08-25T08:59:11.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-08-25T08:59:11.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-08-25T08:59:11.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-08-25T08:59:11.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20932026-08-25T08:59:11.391Z
20942026-08-25T08:59:11.391Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/380)
20952026-08-25T08:59:11.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-08-25T08:59:11.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-08-25T08:59:11.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-08-25T08:59:11.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20992026-08-25T08:59:11.809Z
21002026-08-25T08:59:11.809Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/380)
21012026-08-25T08:59:12.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-08-25T08:59:12.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-08-25T08:59:12.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-08-25T08:59:12.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21052026-08-25T08:59:12.229Z
21062026-08-25T08:59:12.229Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/380)
21072026-08-25T08:59:12.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-08-25T08:59:12.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-08-25T08:59:12.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-08-25T08:59:12.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21112026-08-25T08:59:12.649Z
21122026-08-25T08:59:12.649Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/380)
21132026-08-25T08:59:13.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-08-25T08:59:13.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-08-25T08:59:13.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-08-25T08:59:13.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21172026-08-25T08:59:13.069Z
21182026-08-25T08:59:13.069Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/380)
21192026-08-25T08:59:13.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-08-25T08:59:13.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-08-25T08:59:13.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-08-25T08:59:13.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21232026-08-25T08:59:13.490Z
21242026-08-25T08:59:13.491Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/380)
21252026-08-25T08:59:13.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-08-25T08:59:13.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-08-25T08:59:13.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-08-25T08:59:13.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21292026-08-25T08:59:13.914Z
21302026-08-25T08:59:13.915Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/380)
21312026-08-25T08:59:14.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-08-25T08:59:14.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-08-25T08:59:14.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-08-25T08:59:14.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21352026-08-25T08:59:14.337Z
21362026-08-25T08:59:14.337Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/380)
21372026-08-25T08:59:14.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-08-25T08:59:14.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-08-25T08:59:14.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-08-25T08:59:14.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21412026-08-25T08:59:14.761Z
21422026-08-25T08:59:14.761Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/380)
21432026-08-25T08:59:15.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-08-25T08:59:15.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-08-25T08:59:15.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-08-25T08:59:15.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21472026-08-25T08:59:15.185Z
21482026-08-25T08:59:15.185Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/380)
21492026-08-25T08:59:15.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-08-25T08:59:15.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-08-25T08:59:15.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-08-25T08:59:15.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21532026-08-25T08:59:15.609Z
21542026-08-25T08:59:15.609Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/380)
21552026-08-25T08:59:15.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-08-25T08:59:15.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-08-25T08:59:15.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-08-25T08:59:15.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21592026-08-25T08:59:16.034Z
21602026-08-25T08:59:16.034Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/380)
21612026-08-25T08:59:16.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-08-25T08:59:16.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-08-25T08:59:16.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-08-25T08:59:16.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21652026-08-25T08:59:16.458Z
21662026-08-25T08:59:16.458Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/380)
21672026-08-25T08:59:16.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-08-25T08:59:16.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-08-25T08:59:16.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-08-25T08:59:16.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21712026-08-25T08:59:16.882Z
21722026-08-25T08:59:16.882Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/380)
21732026-08-25T08:59:17.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-08-25T08:59:17.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-08-25T08:59:17.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-08-25T08:59:17.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21772026-08-25T08:59:17.306Z
21782026-08-25T08:59:17.306Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/380)
21792026-08-25T08:59:17.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-08-25T08:59:17.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-08-25T08:59:17.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-08-25T08:59:17.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21832026-08-25T08:59:17.917Z
21842026-08-25T08:59:17.917Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/380)
21852026-08-25T08:59:18.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-08-25T08:59:18.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-08-25T08:59:18.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-08-25T08:59:18.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21892026-08-25T08:59:18.531Z
21902026-08-25T08:59:18.531Zinfo: running `cargo check --bins` on nexus-config (51/380)
21912026-08-25T08:59:19.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-08-25T08:59:19.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-08-25T08:59:19.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-08-25T08:59:19.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21952026-08-25T08:59:19.142Z
21962026-08-25T08:59:19.142Zinfo: running `cargo check --bins` on nexus-types (52/380)
21972026-08-25T08:59:19.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-08-25T08:59:19.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-08-25T08:59:19.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-08-25T08:59:19.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22012026-08-25T08:59:19.753Z
22022026-08-25T08:59:19.753Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/380)
22032026-08-25T08:59:20.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-08-25T08:59:20.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-08-25T08:59:20.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-08-25T08:59:20.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22072026-08-25T08:59:20.338Z
22082026-08-25T08:59:20.338Zinfo: running `cargo check --bins` on omicron-passwords (54/380)
22092026-08-25T08:59:20.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-08-25T08:59:20.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-08-25T08:59:20.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-08-25T08:59:20.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22132026-08-25T08:59:20.899Z
22142026-08-25T08:59:20.899Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/380)
22152026-08-25T08:59:21.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-08-25T08:59:21.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-08-25T08:59:21.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-08-25T08:59:21.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22192026-08-25T08:59:21.480Z
22202026-08-25T08:59:21.480Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/380)
22212026-08-25T08:59:21.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-08-25T08:59:21.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-08-25T08:59:21.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-08-25T08:59:21.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22252026-08-25T08:59:22.062Z
22262026-08-25T08:59:22.062Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/380)
22272026-08-25T08:59:22.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-08-25T08:59:22.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-08-25T08:59:22.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-08-25T08:59:22.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22312026-08-25T08:59:22.643Z
22322026-08-25T08:59:22.643Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/380)
22332026-08-25T08:59:23.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-08-25T08:59:23.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-08-25T08:59:23.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-08-25T08:59:23.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22372026-08-25T08:59:23.227Z
22382026-08-25T08:59:23.228Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/380)
22392026-08-25T08:59:23.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-08-25T08:59:23.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-08-25T08:59:23.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-08-25T08:59:23.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22432026-08-25T08:59:23.792Z
22442026-08-25T08:59:23.792Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/380)
22452026-08-25T08:59:24.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-08-25T08:59:24.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-08-25T08:59:24.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482026-08-25T08:59:24.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22492026-08-25T08:59:24.359Z
22502026-08-25T08:59:24.359Zinfo: running `cargo check --bins --no-default-features` on gfss (61/380)
22512026-08-25T08:59:24.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522026-08-25T08:59:24.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532026-08-25T08:59:24.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22542026-08-25T08:59:24.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22552026-08-25T08:59:24.918Z
22562026-08-25T08:59:24.918Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/380)
22572026-08-25T08:59:25.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582026-08-25T08:59:25.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592026-08-25T08:59:25.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22602026-08-25T08:59:25.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22612026-08-25T08:59:25.473Z
22622026-08-25T08:59:25.473Zinfo: running `cargo check --bins` on trust-quorum-types (63/380)
22632026-08-25T08:59:25.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22642026-08-25T08:59:25.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22652026-08-25T08:59:25.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22662026-08-25T08:59:25.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22672026-08-25T08:59:26.031Z
22682026-08-25T08:59:26.031Zinfo: running `cargo check --bins` on wicketd-commission-types (64/380)
22692026-08-25T08:59:26.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22702026-08-25T08:59:26.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22712026-08-25T08:59:26.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22722026-08-25T08:59:26.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22732026-08-25T08:59:26.609Z
22742026-08-25T08:59:26.609Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (65/380)
22752026-08-25T08:59:27.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22762026-08-25T08:59:27.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22772026-08-25T08:59:27.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22782026-08-25T08:59:27.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22792026-08-25T08:59:27.184Z
22802026-08-25T08:59:27.184Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (66/380)
22812026-08-25T08:59:27.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22822026-08-25T08:59:27.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22832026-08-25T08:59:27.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22842026-08-25T08:59:27.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22852026-08-25T08:59:27.755Z
22862026-08-25T08:59:27.755Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (67/380)
22872026-08-25T08:59:28.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22882026-08-25T08:59:28.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22892026-08-25T08:59:28.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22902026-08-25T08:59:28.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22912026-08-25T08:59:28.320Z
22922026-08-25T08:59:28.320Zinfo: running `cargo check --bins` on clickhouse-admin-types (68/380)
22932026-08-25T08:59:28.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22942026-08-25T08:59:28.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22952026-08-25T08:59:28.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22962026-08-25T08:59:28.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22972026-08-25T08:59:28.894Z
22982026-08-25T08:59:28.895Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (69/380)
22992026-08-25T08:59:29.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23002026-08-25T08:59:29.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23012026-08-25T08:59:29.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23022026-08-25T08:59:29.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23032026-08-25T08:59:29.468Z
23042026-08-25T08:59:29.468Zinfo: running `cargo check --bins` on cockroach-admin-types (70/380)
23052026-08-25T08:59:29.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23062026-08-25T08:59:29.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23072026-08-25T08:59:29.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23082026-08-25T08:59:29.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23092026-08-25T08:59:30.028Z
23102026-08-25T08:59:30.028Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (71/380)
23112026-08-25T08:59:30.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23122026-08-25T08:59:30.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23132026-08-25T08:59:30.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23142026-08-25T08:59:30.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23152026-08-25T08:59:30.587Z
23162026-08-25T08:59:30.587Zinfo: running `cargo check --bins` on ereport-types (72/380)
23172026-08-25T08:59:31.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23182026-08-25T08:59:31.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23192026-08-25T08:59:31.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23202026-08-25T08:59:31.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23212026-08-25T08:59:31.152Z
23222026-08-25T08:59:31.152Zinfo: running `cargo check --bins` on gateway-client (73/380)
23232026-08-25T08:59:31.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23242026-08-25T08:59:31.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23252026-08-25T08:59:31.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23262026-08-25T08:59:31.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23272026-08-25T08:59:31.722Z
23282026-08-25T08:59:31.722Zinfo: running `cargo check --bins --no-default-features` on gateway-types (74/380)
23292026-08-25T08:59:32.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23302026-08-25T08:59:32.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23312026-08-25T08:59:32.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23322026-08-25T08:59:32.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23332026-08-25T08:59:32.287Z
23342026-08-25T08:59:32.287Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (75/380)
23352026-08-25T08:59:32.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23362026-08-25T08:59:32.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23372026-08-25T08:59:32.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23382026-08-25T08:59:32.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23392026-08-25T08:59:32.856Z
23402026-08-25T08:59:32.856Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (76/380)
23412026-08-25T08:59:33.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23422026-08-25T08:59:33.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23432026-08-25T08:59:33.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23442026-08-25T08:59:33.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23452026-08-25T08:59:33.442Z
23462026-08-25T08:59:33.442Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (77/380)
23472026-08-25T08:59:33.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23482026-08-25T08:59:33.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23492026-08-25T08:59:33.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23502026-08-25T08:59:33.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23512026-08-25T08:59:34.027Z
23522026-08-25T08:59:34.027Zinfo: running `cargo check --bins` on key-manager-types (78/380)
23532026-08-25T08:59:34.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23542026-08-25T08:59:34.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23552026-08-25T08:59:34.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23562026-08-25T08:59:34.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23572026-08-25T08:59:34.587Z
23582026-08-25T08:59:34.587Zinfo: running `cargo check --bins` on oxlog (79/380)
23592026-08-25T08:59:35.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23602026-08-25T08:59:35.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23612026-08-25T08:59:35.196Z Checking cfg-if v1.0.4
23622026-08-25T08:59:35.199Z Checking serde_core v1.0.229
23632026-08-25T08:59:35.301Z Checking libc v0.2.185
23642026-08-25T08:59:35.315Z Checking memchr v2.8.0
23652026-08-25T08:59:35.325Z Checking smallvec v1.15.1
23662026-08-25T08:59:35.328Z Checking log v0.4.33
23672026-08-25T08:59:35.345Z Checking subtle v2.6.1
23682026-08-25T08:59:35.355Z Checking itoa v1.0.17
23692026-08-25T08:59:35.366Z Checking scopeguard v1.2.0
23702026-08-25T08:59:35.465Z Checking lock_api v0.4.14
23712026-08-25T08:59:35.493Z Checking stable_deref_trait v1.2.1
23722026-08-25T08:59:35.496Z Checking typenum v1.20.1
23732026-08-25T08:59:35.518Z Checking zerofrom v0.1.6
23742026-08-25T08:59:35.531Z Checking portable-atomic v1.13.1
23752026-08-25T08:59:35.564Z Checking zerocopy v0.8.55
23762026-08-25T08:59:35.632Z Checking yoke v0.8.1
23772026-08-25T08:59:35.669Z Checking critical-section v1.2.0
23782026-08-25T08:59:35.686Z Checking libm v0.2.16
23792026-08-25T08:59:35.699Z Checking errno v0.3.14
23802026-08-25T08:59:35.766Z Checking getrandom v0.2.17
23812026-08-25T08:59:35.795Z Checking zerovec v0.11.5
23822026-08-25T08:59:35.813Z Checking zmij v1.0.21
23832026-08-25T08:59:35.911Z Checking rand_core v0.6.4
23842026-08-25T08:59:35.935Z Checking once_cell v1.21.3
23852026-08-25T08:59:36.020Z Checking pin-project-lite v0.2.17
23862026-08-25T08:59:36.088Z Checking const-oid v0.9.6
23872026-08-25T08:59:36.108Z Checking rand_core v0.10.0
23882026-08-25T08:59:36.122Z Checking percent-encoding v2.3.2
23892026-08-25T08:59:36.236Z Checking tinystr v0.8.2
23902026-08-25T08:59:36.248Z Checking litemap v0.8.1
23912026-08-25T08:59:36.248Z Checking writeable v0.6.2
23922026-08-25T08:59:36.268Z Checking getrandom v0.4.3
23932026-08-25T08:59:36.385Z Checking num-traits v0.2.19
23942026-08-25T08:59:36.415Z Checking potential_utf v0.1.4
23952026-08-25T08:59:36.418Z Checking signal-hook-registry v1.4.8
23962026-08-25T08:59:36.418Z Checking icu_locale_core v2.1.1
23972026-08-25T08:59:36.418Z Checking zerotrie v0.2.3
23982026-08-25T08:59:36.541Z Checking parking_lot_core v0.9.12
23992026-08-25T08:59:36.597Z Checking futures-core v0.3.32
24002026-08-25T08:59:36.687Z Checking icu_collections v2.1.1
24012026-08-25T08:59:36.720Z Checking mio v1.2.0
24022026-08-25T08:59:36.733Z Checking parking_lot v0.12.5
24032026-08-25T08:59:36.766Z Checking equivalent v1.0.2
24042026-08-25T08:59:36.788Z Checking serde v1.0.229
24052026-08-25T08:59:36.847Z Checking bitflags v2.11.0
24062026-08-25T08:59:36.912Z Checking serde_json v1.0.151
24072026-08-25T08:59:36.930Z Checking icu_normalizer_data v2.1.1
24082026-08-25T08:59:36.975Z Checking icu_provider v2.1.1
24092026-08-25T08:59:36.990Z Checking icu_properties_data v2.1.2
24102026-08-25T08:59:37.001Z Checking socket2 v0.6.3
24112026-08-25T08:59:37.015Z Checking byteorder v1.5.0
24122026-08-25T08:59:37.027Z Checking getrandom v0.3.4
24132026-08-25T08:59:37.107Z Checking futures-sink v0.3.32
24142026-08-25T08:59:37.167Z Checking hashbrown v0.17.0
24152026-08-25T08:59:37.190Z Checking zeroize v1.9.0
24162026-08-25T08:59:37.203Z Checking bytes v1.11.1
24172026-08-25T08:59:37.206Z Checking icu_properties v2.1.2
24182026-08-25T08:59:37.226Z Checking icu_normalizer v2.1.1
24192026-08-25T08:59:37.240Z Checking utf8_iter v1.0.4
24202026-08-25T08:59:37.358Z Checking futures-channel v0.3.32
24212026-08-25T08:59:37.361Z Checking generic-array v0.14.7
24222026-08-25T08:59:37.524Z Checking rustix v1.1.4
24232026-08-25T08:59:37.551Z Checking form_urlencoded v1.2.2
24242026-08-25T08:59:37.586Z Checking slab v0.4.12
24252026-08-25T08:59:37.625Z Checking indexmap v2.14.0
24262026-08-25T08:59:37.637Z Checking tokio v1.52.1
24272026-08-25T08:59:37.676Z Checking futures-io v0.3.32
24282026-08-25T08:59:37.746Z Checking futures-task v0.3.32
24292026-08-25T08:59:37.793Z Checking fnv v1.0.7
24302026-08-25T08:59:37.821Z Checking crypto-common v0.1.7
24312026-08-25T08:59:37.878Z Checking block-buffer v0.10.4
24322026-08-25T08:59:37.890Z Checking futures-util v0.3.32
24332026-08-25T08:59:37.947Z Checking iana-time-zone v0.1.65
24342026-08-25T08:59:38.037Z Checking digest v0.10.7
24352026-08-25T08:59:38.049Z Checking idna_adapter v1.2.1
24362026-08-25T08:59:38.060Z Checking base64ct v1.8.3
24372026-08-25T08:59:38.167Z Checking idna v1.1.0
24382026-08-25T08:59:38.202Z Checking chrono v0.4.45
24392026-08-25T08:59:38.239Z Checking rand_core v0.9.5
24402026-08-25T08:59:38.303Z Checking pem-rfc7468 v0.7.0
24412026-08-25T08:59:38.355Z Checking ppv-lite86 v0.2.21
24422026-08-25T08:59:38.376Z Checking uuid v1.23.4
24432026-08-25T08:59:38.414Z Checking url v2.5.8
24442026-08-25T08:59:38.427Z Checking regex-syntax v0.8.10
24452026-08-25T08:59:38.458Z Checking flagset v0.4.7
24462026-08-25T08:59:38.578Z Checking der v0.7.10
24472026-08-25T08:59:38.651Z Checking base64 v0.22.1
24482026-08-25T08:59:38.690Z Checking rand_chacha v0.9.0
24492026-08-25T08:59:38.855Z Checking http v1.4.2
24502026-08-25T08:59:38.889Z Checking dyn-clone v1.0.20
24512026-08-25T08:59:38.905Z Checking rand v0.9.2
24522026-08-25T08:59:38.994Z Checking semver v1.0.28
24532026-08-25T08:59:39.051Z Checking tracing-core v0.1.36
24542026-08-25T08:59:39.204Z Checking simd-adler32 v0.3.8
24552026-08-25T08:59:39.310Z Checking spki v0.7.3
24562026-08-25T08:59:39.356Z Checking cpufeatures v0.2.17
24572026-08-25T08:59:39.373Z Checking tracing v0.1.44
24582026-08-25T08:59:39.386Z Checking schemars v0.8.22
24592026-08-25T08:59:39.407Z Checking http-body v1.0.1
24602026-08-25T08:59:39.423Z Checking rustls-pki-types v1.14.0
24612026-08-25T08:59:39.477Z Checking pkcs8 v0.10.2
24622026-08-25T08:59:39.537Z Checking spin v0.9.8
24632026-08-25T08:59:39.576Z Checking utf8parse v0.2.2
24642026-08-25T08:59:39.634Z Checking cmov v0.5.4
24652026-08-25T08:59:39.677Z Checking anstyle v1.0.14
24662026-08-25T08:59:39.706Z Checking tinyvec_macros v0.1.1
24672026-08-25T08:59:39.709Z Checking adler2 v2.0.1
24682026-08-25T08:59:39.731Z Checking openssl-probe v0.2.1
24692026-08-25T08:59:39.771Z Checking fastrand v2.3.0
24702026-08-25T08:59:39.813Z Checking tinyvec v1.10.0
24712026-08-25T08:59:39.825Z Checking miniz_oxide v0.8.9
24722026-08-25T08:59:39.828Z Checking ctutils v0.4.2
24732026-08-25T08:59:39.848Z Checking anstyle-parse v1.0.0
24742026-08-25T08:59:39.865Z Checking sha2 v0.10.9
24752026-08-25T08:59:39.947Z Checking tempfile v3.27.0
24762026-08-25T08:59:39.999Z Checking terminal_size v0.4.3
24772026-08-25T08:59:40.030Z Checking aws-lc-sys v0.40.0
24782026-08-25T08:59:40.045Z Checking thiserror v2.0.18
24792026-08-25T08:59:40.110Z Checking tower-layer v0.3.3
24802026-08-25T08:59:40.122Z Checking atomic-waker v1.1.2
24812026-08-25T08:59:40.133Z Checking untrusted v0.7.1
24822026-08-25T08:59:40.146Z Checking tower-service v0.3.3
24832026-08-25T08:59:40.149Z Checking anstyle-query v1.1.5
24842026-08-25T08:59:40.171Z Checking is_terminal_polyfill v1.70.2
24852026-08-25T08:59:40.213Z Checking colorchoice v1.0.4
24862026-08-25T08:59:40.231Z Checking try-lock v0.2.5
24872026-08-25T08:59:40.244Z Checking hybrid-array v0.4.13
24882026-08-25T08:59:40.260Z Checking ipnet v2.12.0
24892026-08-25T08:59:40.260Z Checking crc32fast v1.5.0
24902026-08-25T08:59:40.263Z Checking httparse v1.10.1
24912026-08-25T08:59:40.304Z Checking anstream v1.0.0
24922026-08-25T08:59:40.323Z Checking want v0.3.1
24932026-08-25T08:59:40.408Z Checking wait-timeout v0.2.1
24942026-08-25T08:59:40.443Z Checking aho-corasick v1.1.4
24952026-08-25T08:59:40.485Z Checking tap v1.0.1
24962026-08-25T08:59:40.501Z Checking plain v0.2.3
24972026-08-25T08:59:40.513Z Checking quick-error v1.2.3
24982026-08-25T08:59:40.530Z Checking aws-lc-rs v1.16.3
24992026-08-25T08:59:40.533Z Checking httpdate v1.0.3
25002026-08-25T08:59:40.584Z Checking bit-vec v0.8.0
25012026-08-25T08:59:40.598Z Checking foreign-types-shared v0.1.1
25022026-08-25T08:59:40.609Z Checking untrusted v0.9.0
25032026-08-25T08:59:40.676Z Checking foreign-types v0.3.2
25042026-08-25T08:59:40.689Z Checking rusty-fork v0.3.1
25052026-08-25T08:59:40.712Z Checking wyz v0.5.1
25062026-08-25T08:59:40.745Z Checking unicode-normalization v0.1.25
25072026-08-25T08:59:40.774Z Checking bit-set v0.8.0
25082026-08-25T08:59:40.854Z Checking rand_chacha v0.3.1
25092026-08-25T08:59:40.885Z Checking rand_xorshift v0.4.0
25102026-08-25T08:59:40.906Z Checking tokio-util v0.7.18
25112026-08-25T08:59:40.918Z Checking signature v2.2.0
25122026-08-25T08:59:40.992Z Checking radium v0.7.0
25132026-08-25T08:59:41.005Z Checking hex v0.4.3
25142026-08-25T08:59:41.048Z Checking openssl-sys v0.9.117
25152026-08-25T08:59:41.061Z Checking num-integer v0.1.46
25162026-08-25T08:59:41.131Z Checking regex-automata v0.4.14
25172026-08-25T08:59:41.146Z Checking ucd-trie v0.1.7
25182026-08-25T08:59:41.166Z Checking unicode-ident v1.0.24
25192026-08-25T08:59:41.226Z Checking clap_lex v1.0.0
25202026-08-25T08:59:41.273Z Checking unarray v0.1.4
25212026-08-25T08:59:41.276Z Checking strsim v0.11.1
25222026-08-25T08:59:41.298Z Checking funty v2.0.0
25232026-08-25T08:59:41.373Z Checking rustls-webpki v0.103.13
25242026-08-25T08:59:41.373Z Checking proptest v1.11.0
25252026-08-25T08:59:41.388Z Checking num-iter v0.1.45
25262026-08-25T08:59:41.413Z Checking openssl v0.10.80
25272026-08-25T08:59:41.444Z Checking clap_builder v4.6.0
25282026-08-25T08:59:41.505Z Checking pest v2.8.6
25292026-08-25T08:59:41.526Z Checking h2 v0.4.15
25302026-08-25T08:59:41.609Z Checking bitvec v1.0.1
25312026-08-25T08:59:41.796Z Checking rustls v0.23.41
25322026-08-25T08:59:42.559Z Checking proc-macro2 v1.0.106
25332026-08-25T08:59:42.654Z Checking rand v0.8.6
25342026-08-25T08:59:42.869Z Checking ipnetwork v0.21.1
25352026-08-25T08:59:42.913Z Checking lazy_static v1.5.0
25362026-08-25T08:59:42.937Z Checking hmac v0.12.1
25372026-08-25T08:59:43.004Z Checking thiserror v1.0.69
25382026-08-25T08:59:43.077Z Checking maybe-uninit v2.0.0
25392026-08-25T08:59:43.105Z Checking serde_spanned v0.6.9
25402026-08-25T08:59:43.105Z Checking toml_datetime v0.6.11
25412026-08-25T08:59:43.143Z Checking sync_wrapper v1.0.2
25422026-08-25T08:59:43.169Z Checking nodrop v0.1.14
25432026-08-25T08:59:43.183Z Checking zlib-rs v0.6.2
25442026-08-25T08:59:43.228Z Checking siphasher v1.0.2
25452026-08-25T08:59:43.245Z Checking pretty-hex v0.4.1
25462026-08-25T08:59:43.258Z Checking powerfmt v0.2.0
25472026-08-25T08:59:43.301Z Checking crc-catalog v2.4.0
25482026-08-25T08:59:43.363Z Checking array-init v0.0.4
25492026-08-25T08:59:43.385Z Checking tower v0.5.3
25502026-08-25T08:59:43.398Z Checking crc v3.4.0
25512026-08-25T08:59:43.409Z Checking deranged v0.5.8
25522026-08-25T08:59:43.451Z Checking native-tls v0.2.18
25532026-08-25T08:59:43.565Z Checking num-bigint-dig v0.8.6
25542026-08-25T08:59:43.632Z Checking newtype-uuid v1.3.2
25552026-08-25T08:59:43.657Z Checking smallvec v0.6.14
25562026-08-25T08:59:43.769Z Checking oxnet v0.1.6
25572026-08-25T08:59:43.835Z Checking packed_struct v0.10.1
25582026-08-25T08:59:43.849Z Checking quote v1.0.45
25592026-08-25T08:59:44.019Z Checking clap v4.6.1
25602026-08-25T08:59:44.035Z Checking pkcs1 v0.7.5
25612026-08-25T08:59:44.072Z Checking http-body-util v0.1.3
25622026-08-25T08:59:44.085Z Checking flate2 v1.1.9
25632026-08-25T08:59:44.097Z Checking crossbeam-utils v0.8.21
25642026-08-25T08:59:44.242Z Checking bitfield v0.19.4
25652026-08-25T08:59:44.294Z Checking zerocopy v0.6.6
25662026-08-25T08:59:44.332Z Checking bzip2-sys v0.1.13+1.0.8
25672026-08-25T08:59:44.359Z Checking hyper v1.10.1
25682026-08-25T08:59:44.382Z Checking ahash v0.8.12
25692026-08-25T08:59:44.385Z Checking scroll v0.13.0
25702026-08-25T08:59:44.413Z Checking env_filter v2.0.0
25712026-08-25T08:59:44.428Z Checking winnow v0.5.40
25722026-08-25T08:59:44.512Z Checking allocator-api2 v0.2.21
25732026-08-25T08:59:44.553Z Checking unicode-bidi v0.3.18
25742026-08-25T08:59:44.583Z Checking time-core v0.1.8
25752026-08-25T08:59:44.597Z Checking hashbrown v0.12.3
25762026-08-25T08:59:44.609Z Checking unicode-properties v0.1.4
25772026-08-25T08:59:44.722Z Checking ryu v1.0.23
25782026-08-25T08:59:44.792Z Checking num_threads v0.1.7
25792026-08-25T08:59:44.792Z Checking iri-string v0.7.10
25802026-08-25T08:59:44.837Z Checking num-conv v0.2.0
25812026-08-25T08:59:44.858Z Checking base64 v0.21.7
25822026-08-25T08:59:44.884Z Checking gimli v0.32.3
25832026-08-25T08:59:44.884Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25842026-08-25T08:59:44.951Z Checking time v0.3.47
25852026-08-25T08:59:45.007Z Checking indexmap v1.9.3
25862026-08-25T08:59:45.086Z Checking ron v0.8.1
25872026-08-25T08:59:45.311Z Checking hyper-util v0.1.20
25882026-08-25T08:59:45.325Z Checking serde_urlencoded v0.7.1
25892026-08-25T08:59:45.527Z Checking stringprep v0.1.5
25902026-08-25T08:59:45.578Z Checking toml_edit v0.19.15
25912026-08-25T08:59:45.599Z Checking goblin v0.10.5
25922026-08-25T08:59:45.679Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25932026-08-25T08:59:45.803Z Checking tower-http v0.6.8
25942026-08-25T08:59:45.835Z Checking hashbrown v0.13.2
25952026-08-25T08:59:46.090Z Checking env_logger v0.11.11
25962026-08-25T08:59:46.093Z Checking crossbeam-epoch v0.9.18
25972026-08-25T08:59:46.260Z Checking bzip2 v0.4.4
25982026-08-25T08:59:46.282Z Checking rsa v0.9.10
25992026-08-25T08:59:46.324Z Checking daft v0.1.8
26002026-08-25T08:59:46.424Z Checking syn v2.0.117
26012026-08-25T08:59:46.445Z Checking addr2line v0.25.1
26022026-08-25T08:59:46.553Z Checking serde-hex v0.1.0
26032026-08-25T08:59:46.571Z Checking tokio-native-tls v0.3.1
26042026-08-25T08:59:46.607Z Checking bstr v1.12.1
26052026-08-25T08:59:46.707Z Checking block-buffer v0.12.1
26062026-08-25T08:59:46.725Z Checking block-padding v0.4.2
26072026-08-25T08:59:46.753Z Checking crypto-common v0.2.2
26082026-08-25T08:59:46.864Z Checking rustls-native-certs v0.8.3
26092026-08-25T08:59:46.877Z Checking x509-cert v0.2.5
26102026-08-25T08:59:46.998Z Checking scroll v0.12.0
26112026-08-25T08:59:47.012Z Checking object v0.37.3
26122026-08-25T08:59:47.227Z Checking zstd-sys v2.0.16+zstd.1.5.7
26132026-08-25T08:59:47.341Z Checking md-5 v0.10.6
26142026-08-25T08:59:47.357Z Checking hash32 v0.2.1
26152026-08-25T08:59:47.485Z Checking encoding_rs v0.8.35
26162026-08-25T08:59:47.515Z Checking mime v0.3.17
26172026-08-25T08:59:47.533Z Checking psl-types v2.0.11
26182026-08-25T08:59:47.652Z Checking fallible-iterator v0.2.0
26192026-08-25T08:59:47.692Z Checking either v1.15.0
26202026-08-25T08:59:47.882Z Checking crc-any v2.5.0
26212026-08-25T08:59:47.901Z Checking rustc-demangle v0.1.27
26222026-08-25T08:59:47.923Z Checking dof v0.4.0
26232026-08-25T08:59:47.936Z Checking postgres-protocol v0.6.10
26242026-08-25T08:59:48.059Z Checking publicsuffix v2.3.0
26252026-08-25T08:59:48.076Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26262026-08-25T08:59:48.136Z Checking heapless v0.7.17
26272026-08-25T08:59:48.221Z Checking zstd-safe v7.2.4
26282026-08-25T08:59:48.269Z Checking goblin v0.8.2
26292026-08-25T08:59:48.389Z Checking inout v0.2.2
26302026-08-25T08:59:48.453Z Checking hyper-tls v0.6.0
26312026-08-25T08:59:48.539Z Checking toml v0.7.8
26322026-08-25T08:59:48.561Z Checking zip v0.6.6
26332026-08-25T08:59:48.574Z Checking object v0.30.4
26342026-08-25T08:59:48.628Z Checking cookie v0.18.1
26352026-08-25T08:59:48.726Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26362026-08-25T08:59:48.844Z Checking tokio-rustls v0.26.4
26372026-08-25T08:59:48.858Z Checking phf_shared v0.13.1
26382026-08-25T08:59:48.880Z Checking dtrace-parser v0.3.0
26392026-08-25T08:59:48.894Z Checking pin-project v1.1.11
26402026-08-25T08:59:48.985Z Checking zerocopy v0.7.35
26412026-08-25T08:59:49.050Z Checking signal-hook v0.3.18
26422026-08-25T08:59:49.064Z Checking futures-executor v0.3.32
26432026-08-25T08:59:49.075Z Checking erased-serde v0.3.31
26442026-08-25T08:59:49.113Z Checking ff v0.13.1
26452026-08-25T08:59:49.208Z Checking thread-id v5.1.0
26462026-08-25T08:59:49.238Z Compiling illumos-nvpair-sys v0.2.0
26472026-08-25T08:59:49.238Z Checking bitflags v1.3.2
26482026-08-25T08:59:49.285Z Compiling rayon-core v1.13.0
26492026-08-25T08:59:49.317Z Checking foldhash v0.2.0
26502026-08-25T08:59:49.362Z Checking backtrace v0.3.76
26512026-08-25T08:59:49.413Z Checking foldhash v0.1.5
26522026-08-25T08:59:49.450Z Checking is_ci v1.2.0
26532026-08-25T08:59:49.463Z Checking managed v0.8.0
26542026-08-25T08:59:49.475Z Checking same-file v1.0.6
26552026-08-25T08:59:49.475Z Checking path-slash v0.1.5
26562026-08-25T08:59:49.542Z Checking unicode-width v0.2.0
26572026-08-25T08:59:49.542Z Checking libbz2-rs-sys v0.2.2
26582026-08-25T08:59:49.571Z Checking base16ct v0.2.0
26592026-08-25T08:59:49.600Z Checking jiff-core v0.1.0
26602026-08-25T08:59:49.641Z Checking smawk v0.3.2
26612026-08-25T08:59:49.658Z Checking unicode-linebreak v0.1.5
26622026-08-25T08:59:49.693Z Checking bumpalo v3.20.2
26632026-08-25T08:59:49.770Z Checking sec1 v0.7.3
26642026-08-25T08:59:49.787Z Checking backtrace-ext v0.2.1
26652026-08-25T08:59:49.866Z Checking textwrap v0.16.2
26662026-08-25T08:59:49.891Z Checking zopfli v0.8.3
26672026-08-25T08:59:49.891Z Checking smoltcp v0.9.1
26682026-08-25T08:59:49.940Z Checking bzip2 v0.6.1
26692026-08-25T08:59:49.973Z Checking walkdir v2.5.0
26702026-08-25T08:59:50.076Z Checking hashbrown v0.15.5
26712026-08-25T08:59:50.102Z Checking supports-color v3.0.2
26722026-08-25T08:59:50.137Z Checking hashbrown v0.16.1
26732026-08-25T08:59:50.166Z Checking dof v0.3.0
26742026-08-25T08:59:50.224Z Checking slog v2.8.2
26752026-08-25T08:59:50.257Z Checking usdt-impl v0.6.0
26762026-08-25T08:59:50.283Z Checking jiff v0.2.34
26772026-08-25T08:59:50.446Z Checking signal-hook-mio v0.2.5
26782026-08-25T08:59:50.479Z Checking group v0.13.0
26792026-08-25T08:59:50.482Z Checking futures v0.3.32
26802026-08-25T08:59:50.533Z Checking hyper-rustls v0.27.7
26812026-08-25T08:59:50.547Z Checking phf v0.13.1
26822026-08-25T08:59:50.559Z Checking snafu v0.8.9
26832026-08-25T08:59:50.562Z Checking cookie_store v0.22.1
26842026-08-25T08:59:50.633Z Checking reqwest v0.12.28
26852026-08-25T08:59:50.645Z Checking cipher v0.5.2
26862026-08-25T08:59:50.660Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26872026-08-25T08:59:50.689Z Checking zstd v0.13.3
26882026-08-25T08:59:50.733Z Checking postgres-types v0.2.12
26892026-08-25T08:59:50.801Z Checking globset v0.4.18
26902026-08-25T08:59:50.873Z Checking rustls-platform-verifier v0.6.2
26912026-08-25T08:59:50.876Z Checking crossbeam-deque v0.8.6
26922026-08-25T08:59:50.897Z Checking phf_shared v0.11.3
26932026-08-25T08:59:50.994Z Checking dtrace-parser v0.2.0
26942026-08-25T08:59:51.014Z Checking hkdf v0.12.4
26952026-08-25T08:59:51.034Z Checking regex v1.12.3
26962026-08-25T08:59:51.048Z Checking byte-wrapper v0.1.0
26972026-08-25T08:59:51.059Z Checking curve25519-dalek v4.1.3
26982026-08-25T08:59:51.062Z Checking ref-cast v1.0.25
26992026-08-25T08:59:51.143Z Checking strum v0.27.2
27002026-08-25T08:59:51.163Z Checking olpc-cjson v0.1.4
27012026-08-25T08:59:51.229Z Checking hubpack v0.1.2
27022026-08-25T08:59:51.246Z Checking ed25519 v2.2.3
27032026-08-25T08:59:51.259Z Checking memoffset v0.9.1
27042026-08-25T08:59:51.296Z Checking rustix v0.38.44
27052026-08-25T08:59:51.310Z Checking owo-colors v4.3.0
27062026-08-25T08:59:51.333Z Checking pem v3.0.6
27072026-08-25T08:59:51.390Z Checking crypto-bigint v0.5.5
27082026-08-25T08:59:51.403Z Checking serde_plain v1.0.2
27092026-08-25T08:59:51.430Z Checking serde-big-array v0.5.1
27102026-08-25T08:59:51.489Z Checking float-cmp v0.10.0
27112026-08-25T08:59:51.545Z Checking memmap2 v0.9.10
27122026-08-25T08:59:51.562Z Checking thread-id v4.2.2
27132026-08-25T08:59:51.618Z Checking fixedbitset v0.4.2
27142026-08-25T08:59:51.639Z Checking normalize-line-endings v0.3.0
27152026-08-25T08:59:51.705Z Checking unicode-width v0.1.14
27162026-08-25T08:59:51.728Z Checking unicode-segmentation v1.12.0
27172026-08-25T08:59:51.765Z Checking const-oid v0.10.2
27182026-08-25T08:59:51.832Z Checking difflib v0.4.0
27192026-08-25T08:59:51.861Z Checking fixedbitset v0.5.7
27202026-08-25T08:59:51.919Z Checking keccak v0.1.6
27212026-08-25T08:59:51.948Z Checking winnow v0.7.14
27222026-08-25T08:59:52.011Z Checking precomputed-hash v0.1.1
27232026-08-25T08:59:52.041Z Checking winnow v1.0.3
27242026-08-25T08:59:52.054Z Checking typed-path v0.9.3
27252026-08-25T08:59:52.085Z Checking cpufeatures v0.3.0
27262026-08-25T08:59:52.088Z Checking supports-unicode v3.0.0
27272026-08-25T08:59:52.099Z Checking static_assertions v1.1.0
27282026-08-25T08:59:52.156Z Checking whoami v2.1.0
27292026-08-25T08:59:52.177Z Checking supports-hyperlinks v3.2.0
27302026-08-25T08:59:52.197Z Checking data-encoding v2.10.0
27312026-08-25T08:59:52.209Z Checking predicates-core v1.0.10
27322026-08-25T08:59:52.281Z Checking new_debug_unreachable v1.0.6
27332026-08-25T08:59:52.307Z Checking toml_write v0.1.2
27342026-08-25T08:59:52.328Z Checking predicates v3.1.4
27352026-08-25T08:59:52.345Z Checking string_cache v0.8.9
27362026-08-25T08:59:52.358Z Checking tokio-postgres v0.7.16
27372026-08-25T08:59:52.465Z Checking hickory-proto v0.25.2
27382026-08-25T08:59:52.478Z Checking elliptic-curve v0.13.8
27392026-08-25T08:59:52.512Z Checking miette v7.6.0
27402026-08-25T08:59:52.621Z Checking zip v4.6.1
27412026-08-25T08:59:52.783Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27422026-08-25T08:59:52.813Z Checking tough v0.22.0
27432026-08-25T08:59:52.898Z Checking toml_parser v1.1.2+spec-1.1.0
27442026-08-25T08:59:53.057Z Checking chacha20 v0.10.0
27452026-08-25T08:59:53.145Z Checking toml_edit v0.22.27
27462026-08-25T08:59:53.219Z Checking crossterm v0.28.1
27472026-08-25T08:59:53.253Z Checking sha3 v0.10.8
27482026-08-25T08:59:53.326Z Checking petgraph v0.8.3
27492026-08-25T08:59:53.470Z Checking similar v2.7.0
27502026-08-25T08:59:53.672Z Checking digest v0.11.3
27512026-08-25T08:59:53.853Z Checking ed25519-dalek v2.2.0
27522026-08-25T08:59:53.866Z Checking petgraph v0.6.5
27532026-08-25T08:59:53.926Z Checking usdt v0.6.0
27542026-08-25T08:59:54.086Z Checking usdt-impl v0.5.0
27552026-08-25T08:59:54.099Z Checking nix v0.31.2
27562026-08-25T08:59:54.238Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27572026-08-25T08:59:54.365Z Checking iddqd v0.4.2
27582026-08-25T08:59:54.866Z Checking reqwest v0.13.2
27592026-08-25T08:59:54.889Z Checking oxide-generation v0.1.3
27602026-08-25T08:59:55.110Z Checking itertools v0.15.0
27612026-08-25T08:59:55.123Z Checking itertools v0.13.0
27622026-08-25T08:59:55.145Z Checking strum v0.26.3
27632026-08-25T08:59:55.159Z Checking serde_with v3.21.0
27642026-08-25T08:59:55.251Z Checking derive_more v2.1.1
27652026-08-25T08:59:55.254Z Checking fs-err v3.3.0
27662026-08-25T08:59:55.277Z Checking tokio-stream v0.1.18
27672026-08-25T08:59:55.297Z Checking buf-list v1.1.2
27682026-08-25T08:59:55.347Z Checking anyhow v1.0.104
27692026-08-25T08:59:55.479Z Checking camino v1.2.5
27702026-08-25T08:59:55.544Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27712026-08-25T08:59:55.560Z Checking openapiv3 v2.2.0
27722026-08-25T08:59:55.646Z Checking peg-runtime v0.8.5
27732026-08-25T08:59:55.726Z Checking lalrpop-util v0.19.12
27742026-08-25T08:59:55.737Z Checking rayon v1.11.0
27752026-08-25T08:59:55.785Z Checking illumos-nvpair v0.3.0
27762026-08-25T08:59:55.802Z Checking sigpipe v0.1.3
27772026-08-25T08:59:55.879Z Checking glob v0.3.3
27782026-08-25T08:59:56.751Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27792026-08-25T08:59:57.060Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27802026-08-25T08:59:57.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.75s
27812026-08-25T08:59:57.506Z
27822026-08-25T08:59:57.506Zinfo: running `cargo check --bins` on internal-dns-types (80/380)
27832026-08-25T08:59:57.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27842026-08-25T08:59:57.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27852026-08-25T08:59:57.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27862026-08-25T08:59:57.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27872026-08-25T08:59:58.081Z
27882026-08-25T08:59:58.081Zinfo: running `cargo check --bins` on internal-dns-types-versions (81/380)
27892026-08-25T08:59:58.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27902026-08-25T08:59:58.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27912026-08-25T08:59:58.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27922026-08-25T08:59:58.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27932026-08-25T08:59:58.652Z
27942026-08-25T08:59:58.652Zinfo: running `cargo check --bins` on nexus-types-versions (82/380)
27952026-08-25T08:59:59.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27962026-08-25T08:59:59.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27972026-08-25T08:59:59.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27982026-08-25T08:59:59.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27992026-08-25T08:59:59.235Z
28002026-08-25T08:59:59.235Zinfo: running `cargo check --bins` on oxql-types (83/380)
28012026-08-25T08:59:59.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28022026-08-25T08:59:59.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28032026-08-25T08:59:59.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28042026-08-25T08:59:59.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28052026-08-25T08:59:59.806Z
28062026-08-25T08:59:59.806Zinfo: running `cargo check --bins` on oximeter-types (84/380)
28072026-08-25T09:00:00.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28082026-08-25T09:00:00.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28092026-08-25T09:00:00.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28102026-08-25T09:00:00.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28112026-08-25T09:00:00.379Z
28122026-08-25T09:00:00.379Zinfo: running `cargo check --bins` on oximeter-types-versions (85/380)
28132026-08-25T09:00:00.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28142026-08-25T09:00:00.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28152026-08-25T09:00:00.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28162026-08-25T09:00:00.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28172026-08-25T09:00:00.954Z
28182026-08-25T09:00:00.954Zinfo: running `cargo check --bins` on oximeter-macro-impl (86/380)
28192026-08-25T09:00:01.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28202026-08-25T09:00:01.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28212026-08-25T09:00:01.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28222026-08-25T09:00:01.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28232026-08-25T09:00:01.514Z
28242026-08-25T09:00:01.514Zinfo: running `cargo check --bins --no-default-features` on omicron-generation-kinds (87/380)
28252026-08-25T09:00:01.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262026-08-25T09:00:01.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272026-08-25T09:00:01.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28282026-08-25T09:00:01.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28292026-08-25T09:00:01.933Z
28302026-08-25T09:00:01.933Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std,testing` on omicron-generation-kinds (88/380)
28312026-08-25T09:00:02.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322026-08-25T09:00:02.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332026-08-25T09:00:02.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28342026-08-25T09:00:02.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
28352026-08-25T09:00:02.355Z
28362026-08-25T09:00:02.355Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-generation-kinds (89/380)
28372026-08-25T09:00:02.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-08-25T09:00:02.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-08-25T09:00:02.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28402026-08-25T09:00:02.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28412026-08-25T09:00:02.774Z
28422026-08-25T09:00:02.777Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-generation-kinds (90/380)
28432026-08-25T09:00:03.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-08-25T09:00:03.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-08-25T09:00:03.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28462026-08-25T09:00:03.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28472026-08-25T09:00:03.193Z
28482026-08-25T09:00:03.193Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-generation-kinds (91/380)
28492026-08-25T09:00:03.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-08-25T09:00:03.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-08-25T09:00:03.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28522026-08-25T09:00:03.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28532026-08-25T09:00:03.613Z
28542026-08-25T09:00:03.614Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-generation-kinds (92/380)
28552026-08-25T09:00:03.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-08-25T09:00:03.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-08-25T09:00:03.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28582026-08-25T09:00:03.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28592026-08-25T09:00:04.032Z
28602026-08-25T09:00:04.032Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-generation-kinds (93/380)
28612026-08-25T09:00:04.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-08-25T09:00:04.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-08-25T09:00:04.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642026-08-25T09:00:04.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28652026-08-25T09:00:04.452Z
28662026-08-25T09:00:04.452Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-generation-kinds (94/380)
28672026-08-25T09:00:04.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-08-25T09:00:04.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-08-25T09:00:04.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28702026-08-25T09:00:04.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28712026-08-25T09:00:04.876Z
28722026-08-25T09:00:04.876Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-generation-kinds (95/380)
28732026-08-25T09:00:05.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-08-25T09:00:05.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-08-25T09:00:05.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762026-08-25T09:00:05.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
28772026-08-25T09:00:05.300Z
28782026-08-25T09:00:05.300Zinfo: running `cargo check --bins --no-default-features --features slog2` on omicron-generation-kinds (96/380)
28792026-08-25T09:00:05.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-08-25T09:00:05.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-08-25T09:00:05.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822026-08-25T09:00:05.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
28832026-08-25T09:00:05.725Z
28842026-08-25T09:00:05.725Zinfo: running `cargo check --bins --no-default-features --features default,slog2` on omicron-generation-kinds (97/380)
28852026-08-25T09:00:06.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-08-25T09:00:06.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-08-25T09:00:06.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882026-08-25T09:00:06.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
28892026-08-25T09:00:06.149Z
28902026-08-25T09:00:06.149Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2` on omicron-generation-kinds (98/380)
28912026-08-25T09:00:06.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-08-25T09:00:06.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-08-25T09:00:06.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-08-25T09:00:06.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
28952026-08-25T09:00:06.573Z
28962026-08-25T09:00:06.573Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2` on omicron-generation-kinds (99/380)
28972026-08-25T09:00:06.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-08-25T09:00:06.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-08-25T09:00:06.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-08-25T09:00:06.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
29012026-08-25T09:00:07.002Z
29022026-08-25T09:00:07.002Zinfo: running `cargo check --bins --no-default-features --features serde,slog2` on omicron-generation-kinds (100/380)
29032026-08-25T09:00:07.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-08-25T09:00:07.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-08-25T09:00:07.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-08-25T09:00:07.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
29072026-08-25T09:00:07.431Z
29082026-08-25T09:00:07.431Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2` on omicron-generation-kinds (101/380)
29092026-08-25T09:00:07.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-08-25T09:00:07.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-08-25T09:00:07.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-08-25T09:00:07.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
29132026-08-25T09:00:07.860Z
29142026-08-25T09:00:07.860Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2` on omicron-generation-kinds (102/380)
29152026-08-25T09:00:08.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-08-25T09:00:08.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-08-25T09:00:08.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-08-25T09:00:08.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
29192026-08-25T09:00:08.284Z
29202026-08-25T09:00:08.284Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2` on omicron-generation-kinds (103/380)
29212026-08-25T09:00:08.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-08-25T09:00:08.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-08-25T09:00:08.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-08-25T09:00:08.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
29252026-08-25T09:00:08.709Z
29262026-08-25T09:00:08.709Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-generation-kinds (104/380)
29272026-08-25T09:00:09.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-08-25T09:00:09.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-08-25T09:00:09.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-08-25T09:00:09.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
29312026-08-25T09:00:09.139Z
29322026-08-25T09:00:09.139Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-generation-kinds (105/380)
29332026-08-25T09:00:09.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-08-25T09:00:09.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-08-25T09:00:09.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-08-25T09:00:09.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29372026-08-25T09:00:09.553Z
29382026-08-25T09:00:09.553Zinfo: running `cargo check --bins --no-default-features --features slog2,std` on omicron-generation-kinds (106/380)
29392026-08-25T09:00:09.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-08-25T09:00:09.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-08-25T09:00:09.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422026-08-25T09:00:09.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
29432026-08-25T09:00:09.982Z
29442026-08-25T09:00:09.982Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std` on omicron-generation-kinds (107/380)
29452026-08-25T09:00:10.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462026-08-25T09:00:10.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472026-08-25T09:00:10.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29482026-08-25T09:00:10.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
29492026-08-25T09:00:10.405Z
29502026-08-25T09:00:10.405Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-generation-kinds (108/380)
29512026-08-25T09:00:10.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522026-08-25T09:00:10.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532026-08-25T09:00:10.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29542026-08-25T09:00:10.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
29552026-08-25T09:00:10.832Z
29562026-08-25T09:00:10.832Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-generation-kinds (109/380)
29572026-08-25T09:00:11.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29582026-08-25T09:00:11.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29592026-08-25T09:00:11.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29602026-08-25T09:00:11.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
29612026-08-25T09:00:11.260Z
29622026-08-25T09:00:11.260Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-generation-kinds (110/380)
29632026-08-25T09:00:11.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29642026-08-25T09:00:11.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29652026-08-25T09:00:11.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29662026-08-25T09:00:11.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
29672026-08-25T09:00:11.687Z
29682026-08-25T09:00:11.687Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-generation-kinds (111/380)
29692026-08-25T09:00:12.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29702026-08-25T09:00:12.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29712026-08-25T09:00:12.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29722026-08-25T09:00:12.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
29732026-08-25T09:00:12.115Z
29742026-08-25T09:00:12.115Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-generation-kinds (112/380)
29752026-08-25T09:00:12.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29762026-08-25T09:00:12.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29772026-08-25T09:00:12.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29782026-08-25T09:00:12.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
29792026-08-25T09:00:12.541Z
29802026-08-25T09:00:12.541Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-generation-kinds (113/380)
29812026-08-25T09:00:12.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29822026-08-25T09:00:12.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29832026-08-25T09:00:12.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29842026-08-25T09:00:12.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
29852026-08-25T09:00:12.969Z
29862026-08-25T09:00:12.969Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-generation-kinds (114/380)
29872026-08-25T09:00:13.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29882026-08-25T09:00:13.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29892026-08-25T09:00:13.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29902026-08-25T09:00:13.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
29912026-08-25T09:00:13.395Z
29922026-08-25T09:00:13.395Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-generation-kinds (115/380)
29932026-08-25T09:00:13.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29942026-08-25T09:00:13.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29952026-08-25T09:00:13.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29962026-08-25T09:00:13.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
29972026-08-25T09:00:13.820Z
29982026-08-25T09:00:13.820Zinfo: running `cargo check --bins --no-default-features --features slog2,testing` on omicron-generation-kinds (116/380)
29992026-08-25T09:00:14.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30002026-08-25T09:00:14.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30012026-08-25T09:00:14.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30022026-08-25T09:00:14.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
30032026-08-25T09:00:14.244Z
30042026-08-25T09:00:14.244Zinfo: running `cargo check --bins --no-default-features --features default,slog2,testing` on omicron-generation-kinds (117/380)
30052026-08-25T09:00:14.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30062026-08-25T09:00:14.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30072026-08-25T09:00:14.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30082026-08-25T09:00:14.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
30092026-08-25T09:00:14.669Z
30102026-08-25T09:00:14.669Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2,testing` on omicron-generation-kinds (118/380)
30112026-08-25T09:00:15.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122026-08-25T09:00:15.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132026-08-25T09:00:15.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30142026-08-25T09:00:15.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
30152026-08-25T09:00:15.097Z
30162026-08-25T09:00:15.097Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2,testing` on omicron-generation-kinds (119/380)
30172026-08-25T09:00:15.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30182026-08-25T09:00:15.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30192026-08-25T09:00:15.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30202026-08-25T09:00:15.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
30212026-08-25T09:00:15.527Z
30222026-08-25T09:00:15.527Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,testing` on omicron-generation-kinds (120/380)
30232026-08-25T09:00:15.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242026-08-25T09:00:15.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252026-08-25T09:00:15.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30262026-08-25T09:00:15.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
30272026-08-25T09:00:15.960Z
30282026-08-25T09:00:15.960Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2,testing` on omicron-generation-kinds (121/380)
30292026-08-25T09:00:16.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302026-08-25T09:00:16.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312026-08-25T09:00:16.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322026-08-25T09:00:16.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
30332026-08-25T09:00:16.388Z
30342026-08-25T09:00:16.388Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2,testing` on omicron-generation-kinds (122/380)
30352026-08-25T09:00:16.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-08-25T09:00:16.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-08-25T09:00:16.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382026-08-25T09:00:16.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
30392026-08-25T09:00:16.816Z
30402026-08-25T09:00:16.816Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2,testing` on omicron-generation-kinds (123/380)
30412026-08-25T09:00:17.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-08-25T09:00:17.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-08-25T09:00:17.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442026-08-25T09:00:17.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
30452026-08-25T09:00:17.245Z
30462026-08-25T09:00:17.245Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-generation-kinds (124/380)
30472026-08-25T09:00:17.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-08-25T09:00:17.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-08-25T09:00:17.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-08-25T09:00:17.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
30512026-08-25T09:00:17.673Z
30522026-08-25T09:00:17.674Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-generation-kinds (125/380)
30532026-08-25T09:00:18.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-08-25T09:00:18.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-08-25T09:00:18.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-08-25T09:00:18.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
30572026-08-25T09:00:18.098Z
30582026-08-25T09:00:18.098Zinfo: running `cargo check --bins --no-default-features --features slog2,std,testing` on omicron-generation-kinds (126/380)
30592026-08-25T09:00:18.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-08-25T09:00:18.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-08-25T09:00:18.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-08-25T09:00:18.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
30632026-08-25T09:00:18.522Z
30642026-08-25T09:00:18.522Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (127/380)
30652026-08-25T09:00:19.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-08-25T09:00:19.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-08-25T09:00:19.214Z Compiling multer v3.1.0
30682026-08-25T09:00:19.328Z Compiling async-stream-impl v0.3.6
30692026-08-25T09:00:19.331Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30702026-08-25T09:00:19.342Z Compiling dropshot v0.17.1
30712026-08-25T09:00:19.354Z Compiling parse-display-derive v0.10.0
30722026-08-25T09:00:19.366Z Compiling newtype-uuid-macros v0.1.0
30732026-08-25T09:00:19.369Z Compiling dropshot_endpoint v0.17.1
30742026-08-25T09:00:19.395Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30752026-08-25T09:00:19.543Z Checking thread_local v1.1.9
30762026-08-25T09:00:19.566Z Checking compression-core v0.4.31
30772026-08-25T09:00:19.709Z Checking match_cfg v0.1.0
30782026-08-25T09:00:19.726Z Checking compression-codecs v0.4.37
30792026-08-25T09:00:19.745Z Checking crossbeam-channel v0.5.15
30802026-08-25T09:00:19.779Z Checking hostname v0.3.1
30812026-08-25T09:00:19.796Z Checking atomicwrites v0.4.4
30822026-08-25T09:00:19.876Z Checking slog-json v2.6.1
30832026-08-25T09:00:19.891Z Checking serde_spanned v1.1.1
30842026-08-25T09:00:19.904Z Checking is-terminal v0.4.17
30852026-08-25T09:00:19.918Z Checking toml_datetime v1.1.1+spec-1.1.0
30862026-08-25T09:00:19.991Z Checking take_mut v0.2.2
30872026-08-25T09:00:20.019Z Checking debug-ignore v1.0.5
30882026-08-25T09:00:20.033Z Checking term v1.2.1
30892026-08-25T09:00:20.075Z Checking toml_writer v1.1.1+spec-1.1.0
30902026-08-25T09:00:20.092Z Checking slog-async v2.8.0
30912026-08-25T09:00:20.107Z Checking slog-bunyan v2.5.0
30922026-08-25T09:00:20.121Z Checking async-stream v0.3.6
30932026-08-25T09:00:20.124Z Checking async-compression v0.4.41
30942026-08-25T09:00:20.218Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30952026-08-25T09:00:20.246Z Checking toml v1.1.2+spec-1.1.0
30962026-08-25T09:00:20.249Z Checking progenitor-client v0.14.0
30972026-08-25T09:00:20.249Z Checking slog-term v2.9.2
30982026-08-25T09:00:20.285Z Checking sha1 v0.11.0
30992026-08-25T09:00:20.370Z Checking waitgroup v0.1.2
31002026-08-25T09:00:20.470Z Checking rustls-pemfile v2.2.0
31012026-08-25T09:00:20.473Z Checking backon v1.6.0
31022026-08-25T09:00:20.497Z Checking serde_path_to_error v0.1.20
31032026-08-25T09:00:20.531Z Checking hostname v0.4.2
31042026-08-25T09:00:20.532Z Checking instant v0.1.13
31052026-08-25T09:00:20.628Z Checking backoff v0.4.0
31062026-08-25T09:00:20.653Z Checking progenitor-extras v0.2.0
31072026-08-25T09:00:20.763Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31082026-08-25T09:00:20.813Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31092026-08-25T09:00:20.827Z Checking regress v0.10.5
31102026-08-25T09:00:20.841Z Checking itertools v0.14.0
31112026-08-25T09:00:20.976Z Checking macaddr v1.0.1
31122026-08-25T09:00:21.030Z Checking parse-display v0.10.0
31132026-08-25T09:00:21.158Z Checking humantime v2.3.0
31142026-08-25T09:00:21.965Z Compiling prettyplease v0.2.37
31152026-08-25T09:00:22.218Z Checking num-rational v0.4.2
31162026-08-25T09:00:22.488Z Checking num-complex v0.4.6
31172026-08-25T09:00:22.989Z Compiling num v0.4.3
31182026-08-25T09:00:23.090Z Compiling usdt-attr-macro v0.5.0
31192026-08-25T09:00:23.104Z Compiling usdt-macro v0.5.0
31202026-08-25T09:00:23.133Z Checking memmap v0.7.0
31212026-08-25T09:00:23.148Z Checking float-ord v0.3.2
31222026-08-25T09:00:23.161Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31232026-08-25T09:00:23.263Z Compiling convert_case v0.4.0
31242026-08-25T09:00:23.571Z Checking newline-converter v0.3.0
31252026-08-25T09:00:23.635Z Compiling derive_more v0.99.20
31262026-08-25T09:00:23.685Z Checking console v0.15.11
31272026-08-25T09:00:23.846Z Compiling toml v0.8.23
31282026-08-25T09:00:23.890Z Checking usdt v0.5.0
31292026-08-25T09:00:23.971Z Checking linked-hash-map v0.5.6
31302026-08-25T09:00:24.062Z Compiling minimal-lexical v0.2.1
31312026-08-25T09:00:24.144Z Checking lru-cache v0.1.2
31322026-08-25T09:00:24.267Z Compiling nom v7.1.3
31332026-08-25T09:00:24.315Z Checking expectorate v1.2.0
31342026-08-25T09:00:24.534Z Checking camino-tempfile v1.4.1
31352026-08-25T09:00:24.697Z Checking hickory-proto v0.24.4
31362026-08-25T09:00:24.791Z Checking phf_shared v0.12.1
31372026-08-25T09:00:24.934Z Compiling slog-dtrace v0.3.0
31382026-08-25T09:00:24.958Z Compiling unicode-xid v0.2.6
31392026-08-25T09:00:25.129Z Checking resolv-conf v0.7.6
31402026-08-25T09:00:25.314Z Checking heck v0.5.0
31412026-08-25T09:00:25.395Z Compiling chrono-tz v0.10.4
31422026-08-25T09:00:25.492Z Compiling const_format_proc_macros v0.2.34
31432026-08-25T09:00:25.591Z Checking phf v0.12.1
31442026-08-25T09:00:25.633Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31452026-08-25T09:00:25.735Z Checking tokio-dtrace v0.1.1
31462026-08-25T09:00:25.928Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31472026-08-25T09:00:25.943Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31482026-08-25T09:00:26.112Z Compiling derive-where v1.6.0
31492026-08-25T09:00:26.222Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31502026-08-25T09:00:26.456Z Checking highway v1.3.0
31512026-08-25T09:00:26.542Z Checking hickory-resolver v0.24.4
31522026-08-25T09:00:26.687Z Checking const_format v0.2.35
31532026-08-25T09:00:26.921Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31542026-08-25T09:00:27.313Z Checking oxide-tokio-rt v0.1.4
31552026-08-25T09:00:27.436Z Checking qorb v0.4.1
31562026-08-25T09:00:27.517Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31572026-08-25T09:00:27.607Z Checking gethostname v0.5.0
31582026-08-25T09:00:27.686Z Checking bcs v0.1.6
31592026-08-25T09:00:27.700Z Checking termtree v0.5.1
31602026-08-25T09:00:27.759Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31612026-08-25T09:00:27.792Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31622026-08-25T09:00:27.792Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31632026-08-25T09:00:30.827Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31642026-08-25T09:00:33.962Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31652026-08-25T09:00:36.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.68s
31662026-08-25T09:00:36.386Z
31672026-08-25T09:00:36.386Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (128/380)
31682026-08-25T09:00:36.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-08-25T09:00:36.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-08-25T09:00:37.066Z Compiling ar_archive_writer v0.5.1
31712026-08-25T09:00:37.178Z Compiling stacker v0.1.23
31722026-08-25T09:00:37.184Z Compiling cfg_aliases v0.1.1
31732026-08-25T09:00:37.190Z Compiling proc-macro-error v1.0.4
31742026-08-25T09:00:37.198Z Checking fd-lock v4.0.4
31752026-08-25T09:00:37.201Z Checking nibble_vec v0.1.0
31762026-08-25T09:00:37.201Z Checking vte v0.14.1
31772026-08-25T09:00:37.201Z Compiling recursive-proc-macro-impl v0.1.1
31782026-08-25T09:00:37.239Z Compiling nix v0.28.0
31792026-08-25T09:00:37.308Z Checking bytecount v0.6.9
31802026-08-25T09:00:37.322Z Checking endian-type v0.1.2
31812026-08-25T09:00:37.356Z Checking strip-ansi-escapes v0.2.1
31822026-08-25T09:00:37.406Z Checking papergrid v0.11.0
31832026-08-25T09:00:37.442Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31842026-08-25T09:00:37.446Z Checking radix_trie v0.2.1
31852026-08-25T09:00:37.459Z Compiling peg-macros v0.8.5
31862026-08-25T09:00:37.507Z Compiling tabled_derive v0.7.0
31872026-08-25T09:00:37.625Z Checking winnow v0.6.26
31882026-08-25T09:00:37.693Z Compiling sqlparser_derive v0.5.0
31892026-08-25T09:00:37.944Z Checking nu-ansi-term v0.50.3
31902026-08-25T09:00:37.986Z Compiling psm v0.1.30
31912026-08-25T09:00:38.074Z Checking home v0.5.12
31922026-08-25T09:00:38.175Z Checking unicode_categories v0.1.1
31932026-08-25T09:00:38.189Z Checking reedline v0.40.0
31942026-08-25T09:00:38.350Z Checking crossterm v0.29.0
31952026-08-25T09:00:38.490Z Checking display-error-chain v0.2.2
31962026-08-25T09:00:38.527Z Checking tabled v0.15.0
31972026-08-25T09:00:38.594Z Checking rustyline v14.0.0
31982026-08-25T09:00:38.797Z Checking recursive v0.1.1
31992026-08-25T09:00:38.810Z Checking sqlformat v0.3.5
32002026-08-25T09:00:38.865Z Checking peg v0.8.5
32012026-08-25T09:00:38.889Z Checking sqlparser v0.61.0
32022026-08-25T09:00:50.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.98s
32032026-08-25T09:00:50.544Z
32042026-08-25T09:00:50.544Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (129/380)
32052026-08-25T09:00:51.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062026-08-25T09:00:51.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072026-08-25T09:00:51.224Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32082026-08-25T09:00:54.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
32092026-08-25T09:00:54.931Z
32102026-08-25T09:00:54.931Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (130/380)
32112026-08-25T09:00:55.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122026-08-25T09:00:55.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132026-08-25T09:00:55.606Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32142026-08-25T09:00:58.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
32152026-08-25T09:00:58.347Z
32162026-08-25T09:00:58.347Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (131/380)
32172026-08-25T09:00:58.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182026-08-25T09:00:58.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192026-08-25T09:00:59.023Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32202026-08-25T09:01:02.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
32212026-08-25T09:01:02.566Z
32222026-08-25T09:01:02.566Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (132/380)
32232026-08-25T09:01:03.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242026-08-25T09:01:03.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252026-08-25T09:01:03.253Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32262026-08-25T09:01:06.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
32272026-08-25T09:01:06.838Z
32282026-08-25T09:01:06.838Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (133/380)
32292026-08-25T09:01:07.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302026-08-25T09:01:07.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312026-08-25T09:01:07.515Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32322026-08-25T09:01:10.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s
32332026-08-25T09:01:10.392Z
32342026-08-25T09:01:10.392Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (134/380)
32352026-08-25T09:01:10.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362026-08-25T09:01:10.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372026-08-25T09:01:11.071Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32382026-08-25T09:01:13.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.40s
32392026-08-25T09:01:13.978Z
32402026-08-25T09:01:13.978Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (135/380)
32412026-08-25T09:01:14.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422026-08-25T09:01:14.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432026-08-25T09:01:14.656Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32442026-08-25T09:01:18.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s
32452026-08-25T09:01:18.394Z
32462026-08-25T09:01:18.394Zinfo: running `cargo check --bins` on oximeter (136/380)
32472026-08-25T09:01:18.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482026-08-25T09:01:18.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492026-08-25T09:01:18.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32502026-08-25T09:01:18.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32512026-08-25T09:01:18.976Z
32522026-08-25T09:01:18.976Zinfo: running `cargo check --bins` on oximeter-schema (137/380)
32532026-08-25T09:01:19.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32542026-08-25T09:01:19.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32552026-08-25T09:01:19.607Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32562026-08-25T09:01:19.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
32572026-08-25T09:01:20.152Z
32582026-08-25T09:01:20.152Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (138/380)
32592026-08-25T09:01:20.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32602026-08-25T09:01:20.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32612026-08-25T09:01:20.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32622026-08-25T09:01:20.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32632026-08-25T09:01:20.730Z
32642026-08-25T09:01:20.730Zinfo: running `cargo check --bins` on oximeter-test-utils (139/380)
32652026-08-25T09:01:21.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32662026-08-25T09:01:21.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32672026-08-25T09:01:21.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32682026-08-25T09:01:21.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32692026-08-25T09:01:21.345Z
32702026-08-25T09:01:21.346Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (140/380)
32712026-08-25T09:01:21.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32722026-08-25T09:01:21.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32732026-08-25T09:01:21.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32742026-08-25T09:01:21.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32752026-08-25T09:01:21.929Z
32762026-08-25T09:01:21.929Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (141/380)
32772026-08-25T09:01:22.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32782026-08-25T09:01:22.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32792026-08-25T09:01:22.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32802026-08-25T09:01:22.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32812026-08-25T09:01:22.516Z
32822026-08-25T09:01:22.516Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (142/380)
32832026-08-25T09:01:23.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32842026-08-25T09:01:23.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32852026-08-25T09:01:23.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32862026-08-25T09:01:23.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32872026-08-25T09:01:23.099Z
32882026-08-25T09:01:23.100Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (143/380)
32892026-08-25T09:01:23.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902026-08-25T09:01:23.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912026-08-25T09:01:23.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32922026-08-25T09:01:23.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32932026-08-25T09:01:23.684Z
32942026-08-25T09:01:23.684Zinfo: running `cargo check --bins` on trust-quorum-test-utils (144/380)
32952026-08-25T09:01:24.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32962026-08-25T09:01:24.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32972026-08-25T09:01:24.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32982026-08-25T09:01:24.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32992026-08-25T09:01:24.267Z
33002026-08-25T09:01:24.267Zinfo: running `cargo check --bins` on reconfigurator-cli (145/380)
33012026-08-25T09:01:24.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33022026-08-25T09:01:24.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33032026-08-25T09:01:25.105Z Compiling crucible-workspace-hack v0.1.0
33042026-08-25T09:01:25.105Z Compiling regress v0.11.1
33052026-08-25T09:01:25.105Z Checking secrecy v0.10.3
33062026-08-25T09:01:25.109Z Checking half v2.7.1
33072026-08-25T09:01:25.109Z Checking ciborium-io v0.2.2
33082026-08-25T09:01:25.109Z Checking inout v0.1.4
33092026-08-25T09:01:25.239Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33102026-08-25T09:01:25.244Z Checking universal-hash v0.5.1
33112026-08-25T09:01:25.330Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
33122026-08-25T09:01:25.360Z Checking cipher v0.4.4
33132026-08-25T09:01:25.379Z Compiling thiserror-impl-no-std v2.0.2
33142026-08-25T09:01:25.414Z Checking opaque-debug v0.3.1
33152026-08-25T09:01:25.487Z Checking poly1305 v0.8.0
33162026-08-25T09:01:25.503Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33172026-08-25T09:01:25.520Z Checking ciborium-ll v0.2.2
33182026-08-25T09:01:25.541Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33192026-08-25T09:01:25.555Z Checking chacha20 v0.9.1
33202026-08-25T09:01:25.687Z Checking ciborium v0.2.2
33212026-08-25T09:01:25.745Z Checking password-hash v0.5.0
33222026-08-25T09:01:25.759Z Checking blake2 v0.10.6
33232026-08-25T09:01:25.784Z Checking aead v0.5.2
33242026-08-25T09:01:25.933Z Checking indent_write v2.2.0
33252026-08-25T09:01:25.947Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
33262026-08-25T09:01:25.969Z Compiling toml_datetime v0.7.5+spec-1.1.0
33272026-08-25T09:01:26.003Z Checking argon2 v0.5.3
33282026-08-25T09:01:26.060Z Checking chacha20poly1305 v0.10.1
33292026-08-25T09:01:26.106Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33302026-08-25T09:01:26.191Z Compiling toml_edit v0.23.10+spec-1.0.0
33312026-08-25T09:01:26.218Z Compiling unsafe-libyaml v0.2.11
33322026-08-25T09:01:26.346Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33332026-08-25T09:01:26.537Z Checking thiserror-no-std v2.0.2
33342026-08-25T09:01:26.556Z Compiling heapless v0.8.0
33352026-08-25T09:01:26.629Z Checking vsss-rs v3.3.4
33362026-08-25T09:01:26.723Z Compiling serde_yaml v0.9.34+deprecated
33372026-08-25T09:01:26.842Z Compiling typify-impl v0.6.2
33382026-08-25T09:01:26.943Z Compiling proc-macro-crate v3.4.0
33392026-08-25T09:01:27.405Z Compiling ingot-macros v0.2.0
33402026-08-25T09:01:27.491Z Compiling num_enum_derive v0.7.6
33412026-08-25T09:01:27.616Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
33422026-08-25T09:01:27.718Z Checking hash32 v0.3.1
33432026-08-25T09:01:27.735Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33442026-08-25T09:01:27.851Z Compiling smoltcp v0.11.0
33452026-08-25T09:01:28.160Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33462026-08-25T09:01:28.243Z Checking tabwriter v1.4.1
33472026-08-25T09:01:28.392Z Checking cobs v0.3.0
33482026-08-25T09:01:28.408Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33492026-08-25T09:01:28.422Z Checking swrite v0.1.0
33502026-08-25T09:01:28.517Z Compiling proc-macro-crate v1.3.1
33512026-08-25T09:01:28.541Z Checking postcard v1.1.3
33522026-08-25T09:01:28.562Z Checking num_enum v0.7.6
33532026-08-25T09:01:28.610Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33542026-08-25T09:01:28.678Z Compiling foreign-types-macros v0.2.3
33552026-08-25T09:01:28.822Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33562026-08-25T09:01:28.837Z Checking colored v3.1.1
33572026-08-25T09:01:28.903Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33582026-08-25T09:01:28.926Z Checking foreign-types-shared v0.3.1
33592026-08-25T09:01:29.028Z Compiling num_enum_derive v0.5.11
33602026-08-25T09:01:29.145Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33612026-08-25T09:01:29.173Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33622026-08-25T09:01:29.275Z Checking foreign-types v0.5.0
33632026-08-25T09:01:29.357Z Checking cstr-argument v0.1.2
33642026-08-25T09:01:29.484Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
33652026-08-25T09:01:29.581Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33662026-08-25T09:01:29.630Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33672026-08-25T09:01:29.688Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33682026-08-25T09:01:29.691Z Checking rand v0.10.1
33692026-08-25T09:01:29.802Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
33702026-08-25T09:01:29.817Z Compiling zone_cfg_derive v0.3.1
33712026-08-25T09:01:29.854Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33722026-08-25T09:01:29.974Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33732026-08-25T09:01:30.054Z Checking num_enum v0.5.11
33742026-08-25T09:01:30.138Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
33752026-08-25T09:01:30.171Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
33762026-08-25T09:01:30.268Z Checking ingot-types v0.2.0
33772026-08-25T09:01:30.313Z Checking itertools v0.12.1
33782026-08-25T09:01:30.352Z Compiling num-derive v0.4.2
33792026-08-25T09:01:30.470Z Compiling semver v0.1.20
33802026-08-25T09:01:30.642Z Checking ingot v0.2.1
33812026-08-25T09:01:30.768Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33822026-08-25T09:01:30.978Z Compiling rustc_version v0.1.7
33832026-08-25T09:01:31.192Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
33842026-08-25T09:01:31.212Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
33852026-08-25T09:01:31.273Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33862026-08-25T09:01:31.339Z Checking zone v0.3.1
33872026-08-25T09:01:31.353Z Checking smf v0.2.3
33882026-08-25T09:01:31.378Z Compiling typify-macro v0.6.2
33892026-08-25T09:01:31.414Z Checking csv-core v0.1.13
33902026-08-25T09:01:31.496Z Checking nom v8.0.0
33912026-08-25T09:01:31.552Z Checking whoami v1.6.1
33922026-08-25T09:01:31.585Z Compiling newtype_derive v0.1.6
33932026-08-25T09:01:31.600Z Checking csv v1.4.0
33942026-08-25T09:01:31.698Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33952026-08-25T09:01:31.729Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33962026-08-25T09:01:31.774Z Compiling cancel-safe-futures v0.1.5
33972026-08-25T09:01:31.879Z Compiling serde_tokenstream v0.3.0
33982026-08-25T09:01:31.967Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33992026-08-25T09:01:32.003Z Compiling libefi-sys v0.1.0
34002026-08-25T09:01:32.205Z Compiling oxide-generation-macros v0.2.0
34012026-08-25T09:01:32.259Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34022026-08-25T09:01:32.288Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34032026-08-25T09:01:32.391Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34042026-08-25T09:01:32.541Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34052026-08-25T09:01:32.566Z Checking oxide-update-engine-types v0.1.2
34062026-08-25T09:01:32.719Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34072026-08-25T09:01:32.742Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34082026-08-25T09:01:32.961Z Compiling bitfield-struct v0.6.2
34092026-08-25T09:01:33.110Z Checking linear-map v1.2.0
34102026-08-25T09:01:33.199Z Compiling typify v0.6.2
34112026-08-25T09:01:33.318Z Compiling progenitor-impl v0.14.0
34122026-08-25T09:01:33.334Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
34132026-08-25T09:01:33.450Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34142026-08-25T09:01:33.506Z Checking steno v0.4.1
34152026-08-25T09:01:33.521Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
34162026-08-25T09:01:33.563Z Checking oxide-update-engine v0.1.2
34172026-08-25T09:01:33.606Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34182026-08-25T09:01:34.004Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34192026-08-25T09:01:34.038Z Checking sha1 v0.10.6
34202026-08-25T09:01:34.172Z Checking utf-8 v0.7.6
34212026-08-25T09:01:34.213Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34222026-08-25T09:01:34.294Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34232026-08-25T09:01:34.310Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
34242026-08-25T09:01:34.313Z Checking tungstenite v0.21.0
34252026-08-25T09:01:34.468Z Checking ignore v0.4.25
34262026-08-25T09:01:34.511Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34272026-08-25T09:01:34.526Z Checking anstyle-parse v0.2.7
34282026-08-25T09:01:34.540Z Compiling xshell-macros v0.2.7
34292026-08-25T09:01:34.687Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34302026-08-25T09:01:34.737Z Checking anstream v0.6.21
34312026-08-25T09:01:34.775Z Checking tokio-tungstenite v0.21.0
34322026-08-25T09:01:34.886Z Checking globwalk v0.9.1
34332026-08-25T09:01:34.904Z Checking predicates-tree v1.0.13
34342026-08-25T09:01:34.924Z Checking xshell v0.2.7
34352026-08-25T09:01:34.950Z Checking filetime v0.2.27
34362026-08-25T09:01:35.018Z Checking tagptr v0.2.0
34372026-08-25T09:01:35.055Z Checking xattr v1.6.1
34382026-08-25T09:01:35.069Z Checking camino-tempfile-ext v0.3.3
34392026-08-25T09:01:35.086Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34402026-08-25T09:01:35.118Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34412026-08-25T09:01:35.160Z Checking moka v0.12.13
34422026-08-25T09:01:35.186Z Checking tar v0.4.46
34432026-08-25T09:01:35.251Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34442026-08-25T09:01:35.267Z Checking rand_seeder v0.4.0
34452026-08-25T09:01:35.267Z Checking half v1.8.3
34462026-08-25T09:01:35.393Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34472026-08-25T09:01:35.415Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34482026-08-25T09:01:35.480Z Checking serde_cbor v0.11.2
34492026-08-25T09:01:35.583Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34502026-08-25T09:01:35.727Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
34512026-08-25T09:01:35.805Z Checking hickory-resolver v0.25.2
34522026-08-25T09:01:35.834Z Checking digest-io v0.1.0
34532026-08-25T09:01:35.863Z Checking sha2 v0.11.0
34542026-08-25T09:01:35.957Z Compiling progenitor-macro v0.14.0
34552026-08-25T09:01:35.972Z Compiling petname v2.0.2
34562026-08-25T09:01:36.354Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34572026-08-25T09:01:36.446Z Checking rawzip v0.4.4
34582026-08-25T09:01:36.514Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34592026-08-25T09:01:36.765Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34602026-08-25T09:01:36.895Z Checking sapling-renderdag v0.1.0
34612026-08-25T09:01:36.949Z Checking subprocess v0.2.15
34622026-08-25T09:01:36.997Z Checking sync-ptr v0.1.4
34632026-08-25T09:01:37.114Z Checking colored v2.2.0
34642026-08-25T09:01:37.135Z Checking assert_matches v1.5.0
34652026-08-25T09:01:37.233Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34662026-08-25T09:01:37.339Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34672026-08-25T09:01:37.454Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34682026-08-25T09:01:37.529Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34692026-08-25T09:01:37.759Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
34702026-08-25T09:01:38.151Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34712026-08-25T09:01:38.151Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34722026-08-25T09:01:39.137Z Checking progenitor v0.14.0
34732026-08-25T09:01:39.272Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
34742026-08-25T09:01:39.276Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34752026-08-25T09:01:39.276Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
34762026-08-25T09:01:39.276Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34772026-08-25T09:01:39.276Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34782026-08-25T09:01:39.276Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34792026-08-25T09:01:39.622Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34802026-08-25T09:01:39.834Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34812026-08-25T09:01:39.866Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34822026-08-25T09:01:39.882Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34832026-08-25T09:01:40.139Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34842026-08-25T09:01:40.347Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34852026-08-25T09:01:41.033Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34862026-08-25T09:01:41.061Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34872026-08-25T09:01:41.693Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34882026-08-25T09:01:42.574Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34892026-08-25T09:01:51.290Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34902026-08-25T09:01:58.716Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34912026-08-25T09:01:58.720Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34922026-08-25T09:01:58.720Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34932026-08-25T09:02:00.224Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34942026-08-25T09:02:01.514Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34952026-08-25T09:02:03.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.53s
34962026-08-25T09:02:04.011Z
34972026-08-25T09:02:04.011Zinfo: running `cargo check --bins` on nexus-inventory (146/380)
34982026-08-25T09:02:04.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-08-25T09:02:04.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-08-25T09:02:04.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-08-25T09:02:04.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35022026-08-25T09:02:04.633Z
35032026-08-25T09:02:04.633Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (147/380)
35042026-08-25T09:02:05.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-08-25T09:02:05.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-08-25T09:02:05.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-08-25T09:02:05.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35082026-08-25T09:02:05.214Z
35092026-08-25T09:02:05.214Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (148/380)
35102026-08-25T09:02:05.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-08-25T09:02:05.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-08-25T09:02:05.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-08-25T09:02:05.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35142026-08-25T09:02:05.793Z
35152026-08-25T09:02:05.793Zinfo: running `cargo check --bins` on dns-service-client (149/380)
35162026-08-25T09:02:06.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-08-25T09:02:06.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-08-25T09:02:06.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-08-25T09:02:06.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35202026-08-25T09:02:06.371Z
35212026-08-25T09:02:06.371Zinfo: running `cargo check --bins` on ntp-admin-client (150/380)
35222026-08-25T09:02:06.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-08-25T09:02:06.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-08-25T09:02:06.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-08-25T09:02:06.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35262026-08-25T09:02:06.943Z
35272026-08-25T09:02:06.943Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (151/380)
35282026-08-25T09:02:07.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-08-25T09:02:07.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-08-25T09:02:07.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-08-25T09:02:07.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35322026-08-25T09:02:07.512Z
35332026-08-25T09:02:07.512Zinfo: running `cargo check --bins` on cockroach-admin-client (152/380)
35342026-08-25T09:02:07.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-08-25T09:02:07.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-08-25T09:02:07.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-08-25T09:02:08.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35382026-08-25T09:02:08.084Z
35392026-08-25T09:02:08.084Zinfo: running `cargo check --bins` on parallel-task-set (153/380)
35402026-08-25T09:02:08.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-08-25T09:02:08.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-08-25T09:02:08.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-08-25T09:02:08.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35442026-08-25T09:02:08.648Z
35452026-08-25T09:02:08.648Zinfo: running `cargo check --bins` on sled-agent-client (154/380)
35462026-08-25T09:02:09.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-08-25T09:02:09.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-08-25T09:02:09.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-08-25T09:02:09.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35502026-08-25T09:02:09.236Z
35512026-08-25T09:02:09.236Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (155/380)
35522026-08-25T09:02:09.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-08-25T09:02:09.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-08-25T09:02:09.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-08-25T09:02:09.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35562026-08-25T09:02:09.839Z
35572026-08-25T09:02:09.839Zinfo: running `cargo check --bins --no-default-features` on sled-storage (156/380)
35582026-08-25T09:02:10.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-08-25T09:02:10.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-08-25T09:02:10.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-08-25T09:02:10.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35622026-08-25T09:02:10.436Z
35632026-08-25T09:02:10.436Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (157/380)
35642026-08-25T09:02:10.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-08-25T09:02:10.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-08-25T09:02:10.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-08-25T09:02:10.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35682026-08-25T09:02:11.037Z
35692026-08-25T09:02:11.037Zinfo: running `cargo check --bins` on key-manager (158/380)
35702026-08-25T09:02:11.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-08-25T09:02:11.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-08-25T09:02:11.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-08-25T09:02:11.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35742026-08-25T09:02:11.622Z
35752026-08-25T09:02:11.622Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (159/380)
35762026-08-25T09:02:12.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-08-25T09:02:12.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-08-25T09:02:12.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-08-25T09:02:12.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35802026-08-25T09:02:12.220Z
35812026-08-25T09:02:12.220Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (160/380)
35822026-08-25T09:02:12.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-08-25T09:02:12.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-08-25T09:02:12.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-08-25T09:02:12.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35862026-08-25T09:02:12.817Z
35872026-08-25T09:02:12.817Zinfo: running `cargo check --bins` on typed-rng (161/380)
35882026-08-25T09:02:13.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-08-25T09:02:13.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-08-25T09:02:13.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-08-25T09:02:13.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35922026-08-25T09:02:13.385Z
35932026-08-25T09:02:13.385Zinfo: running `cargo check --bins` on gateway-test-utils (162/380)
35942026-08-25T09:02:13.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-08-25T09:02:13.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-08-25T09:02:13.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-08-25T09:02:13.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35982026-08-25T09:02:14.010Z
35992026-08-25T09:02:14.010Zinfo: running `cargo check --bins` on omicron-gateway (163/380)
36002026-08-25T09:02:14.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-08-25T09:02:14.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-08-25T09:02:14.745Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36032026-08-25T09:02:14.748Z Checking void v1.0.2
36042026-08-25T09:02:14.748Z Checking tungstenite v0.23.0
36052026-08-25T09:02:14.748Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
36062026-08-25T09:02:14.862Z Checking dropshot-api-manager-types v0.8.0
36072026-08-25T09:02:14.870Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36082026-08-25T09:02:14.876Z Checking nix v0.27.1
36092026-08-25T09:02:14.879Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36102026-08-25T09:02:15.012Z Checking lzss v0.8.2
36112026-08-25T09:02:15.026Z Checking kstat-rs v0.2.5
36122026-08-25T09:02:15.051Z Checking fxhash v0.2.1
36132026-08-25T09:02:15.106Z Checking serde_bytes v0.11.19
36142026-08-25T09:02:15.163Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36152026-08-25T09:02:15.187Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36162026-08-25T09:02:15.188Z Checking signal-hook-tokio v0.3.1
36172026-08-25T09:02:15.217Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36182026-08-25T09:02:15.263Z Checking tokio-tungstenite v0.23.1
36192026-08-25T09:02:15.378Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36202026-08-25T09:02:16.479Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36212026-08-25T09:02:17.029Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36222026-08-25T09:02:19.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.15s
36232026-08-25T09:02:19.371Z
36242026-08-25T09:02:19.371Zinfo: running `cargo check --bins` on gateway-api (164/380)
36252026-08-25T09:02:19.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36262026-08-25T09:02:19.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36272026-08-25T09:02:19.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36282026-08-25T09:02:19.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36292026-08-25T09:02:19.945Z
36302026-08-25T09:02:19.945Zinfo: running `cargo check --bins` on ipcc (165/380)
36312026-08-25T09:02:20.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36322026-08-25T09:02:20.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36332026-08-25T09:02:20.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36342026-08-25T09:02:20.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36352026-08-25T09:02:20.519Z
36362026-08-25T09:02:20.519Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (166/380)
36372026-08-25T09:02:20.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36382026-08-25T09:02:20.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36392026-08-25T09:02:20.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36402026-08-25T09:02:21.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36412026-08-25T09:02:21.082Z
36422026-08-25T09:02:21.082Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (167/380)
36432026-08-25T09:02:21.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36442026-08-25T09:02:21.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36452026-08-25T09:02:21.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36462026-08-25T09:02:21.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36472026-08-25T09:02:21.676Z
36482026-08-25T09:02:21.676Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (168/380)
36492026-08-25T09:02:22.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502026-08-25T09:02:22.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512026-08-25T09:02:22.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36522026-08-25T09:02:22.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36532026-08-25T09:02:22.250Z
36542026-08-25T09:02:22.250Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (169/380)
36552026-08-25T09:02:22.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36562026-08-25T09:02:22.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36572026-08-25T09:02:22.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36582026-08-25T09:02:22.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36592026-08-25T09:02:22.827Z
36602026-08-25T09:02:22.827Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (170/380)
36612026-08-25T09:02:23.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36622026-08-25T09:02:23.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36632026-08-25T09:02:23.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36642026-08-25T09:02:23.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36652026-08-25T09:02:23.405Z
36662026-08-25T09:02:23.405Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (171/380)
36672026-08-25T09:02:23.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36682026-08-25T09:02:23.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36692026-08-25T09:02:23.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36702026-08-25T09:02:23.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36712026-08-25T09:02:23.997Z
36722026-08-25T09:02:23.997Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (172/380)
36732026-08-25T09:02:24.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36742026-08-25T09:02:24.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36752026-08-25T09:02:24.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36762026-08-25T09:02:24.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36772026-08-25T09:02:24.573Z
36782026-08-25T09:02:24.573Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (173/380)
36792026-08-25T09:02:25.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36802026-08-25T09:02:25.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36812026-08-25T09:02:25.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36822026-08-25T09:02:25.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36832026-08-25T09:02:25.147Z
36842026-08-25T09:02:25.147Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (174/380)
36852026-08-25T09:02:25.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36862026-08-25T09:02:25.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36872026-08-25T09:02:25.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36882026-08-25T09:02:25.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36892026-08-25T09:02:25.721Z
36902026-08-25T09:02:25.721Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (175/380)
36912026-08-25T09:02:26.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36922026-08-25T09:02:26.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36932026-08-25T09:02:26.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36942026-08-25T09:02:26.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36952026-08-25T09:02:26.299Z
36962026-08-25T09:02:26.299Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (176/380)
36972026-08-25T09:02:26.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36982026-08-25T09:02:26.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36992026-08-25T09:02:26.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37002026-08-25T09:02:26.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37012026-08-25T09:02:26.874Z
37022026-08-25T09:02:26.874Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (177/380)
37032026-08-25T09:02:27.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37042026-08-25T09:02:27.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37052026-08-25T09:02:27.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37062026-08-25T09:02:27.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37072026-08-25T09:02:27.449Z
37082026-08-25T09:02:27.449Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (178/380)
37092026-08-25T09:02:27.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37102026-08-25T09:02:27.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37112026-08-25T09:02:27.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37122026-08-25T09:02:27.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37132026-08-25T09:02:28.029Z
37142026-08-25T09:02:28.029Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (179/380)
37152026-08-25T09:02:28.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162026-08-25T09:02:28.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172026-08-25T09:02:28.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37182026-08-25T09:02:28.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37192026-08-25T09:02:28.605Z
37202026-08-25T09:02:28.605Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (180/380)
37212026-08-25T09:02:29.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222026-08-25T09:02:29.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232026-08-25T09:02:29.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37242026-08-25T09:02:29.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37252026-08-25T09:02:29.184Z
37262026-08-25T09:02:29.184Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (181/380)
37272026-08-25T09:02:29.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282026-08-25T09:02:29.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292026-08-25T09:02:29.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37302026-08-25T09:02:29.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37312026-08-25T09:02:29.762Z
37322026-08-25T09:02:29.763Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (182/380)
37332026-08-25T09:02:30.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-08-25T09:02:30.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-08-25T09:02:30.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37362026-08-25T09:02:30.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37372026-08-25T09:02:30.337Z
37382026-08-25T09:02:30.337Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (183/380)
37392026-08-25T09:02:30.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-08-25T09:02:30.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-08-25T09:02:30.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37422026-08-25T09:02:30.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37432026-08-25T09:02:30.916Z
37442026-08-25T09:02:30.916Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (184/380)
37452026-08-25T09:02:31.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462026-08-25T09:02:31.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472026-08-25T09:02:31.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37482026-08-25T09:02:31.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37492026-08-25T09:02:31.490Z
37502026-08-25T09:02:31.490Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (185/380)
37512026-08-25T09:02:31.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37522026-08-25T09:02:31.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37532026-08-25T09:02:31.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37542026-08-25T09:02:31.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37552026-08-25T09:02:32.065Z
37562026-08-25T09:02:32.065Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (186/380)
37572026-08-25T09:02:32.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582026-08-25T09:02:32.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592026-08-25T09:02:32.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37602026-08-25T09:02:32.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37612026-08-25T09:02:32.660Z
37622026-08-25T09:02:32.660Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (187/380)
37632026-08-25T09:02:33.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642026-08-25T09:02:33.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652026-08-25T09:02:33.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37662026-08-25T09:02:33.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37672026-08-25T09:02:33.259Z
37682026-08-25T09:02:33.259Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (188/380)
37692026-08-25T09:02:33.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702026-08-25T09:02:33.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712026-08-25T09:02:33.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37722026-08-25T09:02:33.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37732026-08-25T09:02:33.850Z
37742026-08-25T09:02:33.850Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (189/380)
37752026-08-25T09:02:34.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762026-08-25T09:02:34.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772026-08-25T09:02:34.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37782026-08-25T09:02:34.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37792026-08-25T09:02:34.443Z
37802026-08-25T09:02:34.443Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (190/380)
37812026-08-25T09:02:34.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37822026-08-25T09:02:34.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37832026-08-25T09:02:34.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37842026-08-25T09:02:34.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37852026-08-25T09:02:35.034Z
37862026-08-25T09:02:35.034Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (191/380)
37872026-08-25T09:02:35.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37882026-08-25T09:02:35.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37892026-08-25T09:02:35.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37902026-08-25T09:02:35.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37912026-08-25T09:02:35.631Z
37922026-08-25T09:02:35.631Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (192/380)
37932026-08-25T09:02:36.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37942026-08-25T09:02:36.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37952026-08-25T09:02:36.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37962026-08-25T09:02:36.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37972026-08-25T09:02:36.229Z
37982026-08-25T09:02:36.229Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (193/380)
37992026-08-25T09:02:36.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38002026-08-25T09:02:36.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38012026-08-25T09:02:36.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38022026-08-25T09:02:36.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38032026-08-25T09:02:36.832Z
38042026-08-25T09:02:36.832Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (194/380)
38052026-08-25T09:02:37.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38062026-08-25T09:02:37.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38072026-08-25T09:02:37.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38082026-08-25T09:02:37.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38092026-08-25T09:02:37.432Z
38102026-08-25T09:02:37.432Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (195/380)
38112026-08-25T09:02:37.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38122026-08-25T09:02:37.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38132026-08-25T09:02:37.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38142026-08-25T09:02:37.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38152026-08-25T09:02:38.036Z
38162026-08-25T09:02:38.036Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (196/380)
38172026-08-25T09:02:38.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38182026-08-25T09:02:38.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38192026-08-25T09:02:38.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38202026-08-25T09:02:38.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38212026-08-25T09:02:38.627Z
38222026-08-25T09:02:38.627Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (197/380)
38232026-08-25T09:02:39.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38242026-08-25T09:02:39.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38252026-08-25T09:02:39.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38262026-08-25T09:02:39.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38272026-08-25T09:02:39.222Z
38282026-08-25T09:02:39.222Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (198/380)
38292026-08-25T09:02:39.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38302026-08-25T09:02:39.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38312026-08-25T09:02:39.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38322026-08-25T09:02:39.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38332026-08-25T09:02:39.815Z
38342026-08-25T09:02:39.815Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (199/380)
38352026-08-25T09:02:40.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38362026-08-25T09:02:40.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38372026-08-25T09:02:40.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38382026-08-25T09:02:40.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38392026-08-25T09:02:40.409Z
38402026-08-25T09:02:40.409Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (200/380)
38412026-08-25T09:02:40.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38422026-08-25T09:02:40.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38432026-08-25T09:02:40.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38442026-08-25T09:02:40.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38452026-08-25T09:02:41.004Z
38462026-08-25T09:02:41.004Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (201/380)
38472026-08-25T09:02:41.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38482026-08-25T09:02:41.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38492026-08-25T09:02:41.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38502026-08-25T09:02:41.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38512026-08-25T09:02:41.599Z
38522026-08-25T09:02:41.600Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (202/380)
38532026-08-25T09:02:42.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38542026-08-25T09:02:42.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38552026-08-25T09:02:42.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38562026-08-25T09:02:42.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38572026-08-25T09:02:42.194Z
38582026-08-25T09:02:42.194Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (203/380)
38592026-08-25T09:02:42.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38602026-08-25T09:02:42.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38612026-08-25T09:02:42.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38622026-08-25T09:02:42.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38632026-08-25T09:02:42.788Z
38642026-08-25T09:02:42.788Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (204/380)
38652026-08-25T09:02:43.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38662026-08-25T09:02:43.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38672026-08-25T09:02:43.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38682026-08-25T09:02:43.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38692026-08-25T09:02:43.371Z
38702026-08-25T09:02:43.371Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (205/380)
38712026-08-25T09:02:43.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-08-25T09:02:43.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-08-25T09:02:43.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38742026-08-25T09:02:43.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38752026-08-25T09:02:43.949Z
38762026-08-25T09:02:43.950Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (206/380)
38772026-08-25T09:02:44.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-08-25T09:02:44.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-08-25T09:02:44.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38802026-08-25T09:02:44.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38812026-08-25T09:02:44.530Z
38822026-08-25T09:02:44.530Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (207/380)
38832026-08-25T09:02:45.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-08-25T09:02:45.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-08-25T09:02:45.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38862026-08-25T09:02:45.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38872026-08-25T09:02:45.119Z
38882026-08-25T09:02:45.119Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (208/380)
38892026-08-25T09:02:45.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-08-25T09:02:45.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-08-25T09:02:45.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38922026-08-25T09:02:45.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38932026-08-25T09:02:45.704Z
38942026-08-25T09:02:45.704Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (209/380)
38952026-08-25T09:02:46.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38962026-08-25T09:02:46.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38972026-08-25T09:02:46.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38982026-08-25T09:02:46.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38992026-08-25T09:02:46.285Z
39002026-08-25T09:02:46.285Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (210/380)
39012026-08-25T09:02:46.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39022026-08-25T09:02:46.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39032026-08-25T09:02:46.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39042026-08-25T09:02:46.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39052026-08-25T09:02:46.864Z
39062026-08-25T09:02:46.865Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (211/380)
39072026-08-25T09:02:47.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39082026-08-25T09:02:47.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39092026-08-25T09:02:47.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39102026-08-25T09:02:47.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39112026-08-25T09:02:47.448Z
39122026-08-25T09:02:47.448Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (212/380)
39132026-08-25T09:02:47.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39142026-08-25T09:02:47.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39152026-08-25T09:02:47.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39162026-08-25T09:02:47.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39172026-08-25T09:02:48.026Z
39182026-08-25T09:02:48.026Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (213/380)
39192026-08-25T09:02:48.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39202026-08-25T09:02:48.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39212026-08-25T09:02:48.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39222026-08-25T09:02:48.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39232026-08-25T09:02:48.605Z
39242026-08-25T09:02:48.605Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (214/380)
39252026-08-25T09:02:49.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39262026-08-25T09:02:49.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39272026-08-25T09:02:49.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39282026-08-25T09:02:49.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39292026-08-25T09:02:49.189Z
39302026-08-25T09:02:49.189Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (215/380)
39312026-08-25T09:02:49.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39322026-08-25T09:02:49.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39332026-08-25T09:02:49.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39342026-08-25T09:02:49.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39352026-08-25T09:02:49.771Z
39362026-08-25T09:02:49.771Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (216/380)
39372026-08-25T09:02:50.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-08-25T09:02:50.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-08-25T09:02:50.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39402026-08-25T09:02:50.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39412026-08-25T09:02:50.353Z
39422026-08-25T09:02:50.353Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (217/380)
39432026-08-25T09:02:50.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442026-08-25T09:02:50.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452026-08-25T09:02:50.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39462026-08-25T09:02:50.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39472026-08-25T09:02:50.940Z
39482026-08-25T09:02:50.940Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (218/380)
39492026-08-25T09:02:51.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502026-08-25T09:02:51.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512026-08-25T09:02:51.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39522026-08-25T09:02:51.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39532026-08-25T09:02:51.522Z
39542026-08-25T09:02:51.522Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (219/380)
39552026-08-25T09:02:52.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-08-25T09:02:52.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-08-25T09:02:52.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39582026-08-25T09:02:52.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39592026-08-25T09:02:52.103Z
39602026-08-25T09:02:52.103Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (220/380)
39612026-08-25T09:02:52.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-08-25T09:02:52.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-08-25T09:02:52.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39642026-08-25T09:02:52.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39652026-08-25T09:02:52.704Z
39662026-08-25T09:02:52.704Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (221/380)
39672026-08-25T09:02:53.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-08-25T09:02:53.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-08-25T09:02:53.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39702026-08-25T09:02:53.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39712026-08-25T09:02:53.304Z
39722026-08-25T09:02:53.304Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (222/380)
39732026-08-25T09:02:53.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-08-25T09:02:53.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-08-25T09:02:53.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39762026-08-25T09:02:53.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39772026-08-25T09:02:53.903Z
39782026-08-25T09:02:53.903Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (223/380)
39792026-08-25T09:02:54.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-08-25T09:02:54.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-08-25T09:02:54.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39822026-08-25T09:02:54.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39832026-08-25T09:02:54.507Z
39842026-08-25T09:02:54.507Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (224/380)
39852026-08-25T09:02:55.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-08-25T09:02:55.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-08-25T09:02:55.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39882026-08-25T09:02:55.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39892026-08-25T09:02:55.111Z
39902026-08-25T09:02:55.111Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (225/380)
39912026-08-25T09:02:55.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39922026-08-25T09:02:55.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39932026-08-25T09:02:55.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39942026-08-25T09:02:55.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39952026-08-25T09:02:55.708Z
39962026-08-25T09:02:55.708Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (226/380)
39972026-08-25T09:02:56.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39982026-08-25T09:02:56.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39992026-08-25T09:02:56.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40002026-08-25T09:02:56.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40012026-08-25T09:02:56.306Z
40022026-08-25T09:02:56.306Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (227/380)
40032026-08-25T09:02:56.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40042026-08-25T09:02:56.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40052026-08-25T09:02:56.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40062026-08-25T09:02:56.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40072026-08-25T09:02:56.908Z
40082026-08-25T09:02:56.908Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (228/380)
40092026-08-25T09:02:57.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40102026-08-25T09:02:57.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40112026-08-25T09:02:57.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40122026-08-25T09:02:57.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40132026-08-25T09:02:57.507Z
40142026-08-25T09:02:57.507Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (229/380)
40152026-08-25T09:02:58.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40162026-08-25T09:02:58.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40172026-08-25T09:02:58.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40182026-08-25T09:02:58.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40192026-08-25T09:02:58.109Z
40202026-08-25T09:02:58.109Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (230/380)
40212026-08-25T09:02:58.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40222026-08-25T09:02:58.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40232026-08-25T09:02:58.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40242026-08-25T09:02:58.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40252026-08-25T09:02:58.708Z
40262026-08-25T09:02:58.709Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (231/380)
40272026-08-25T09:02:59.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40282026-08-25T09:02:59.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40292026-08-25T09:02:59.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40302026-08-25T09:02:59.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40312026-08-25T09:02:59.310Z
40322026-08-25T09:02:59.310Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (232/380)
40332026-08-25T09:02:59.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40342026-08-25T09:02:59.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40352026-08-25T09:02:59.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40362026-08-25T09:02:59.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40372026-08-25T09:02:59.909Z
40382026-08-25T09:02:59.909Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (233/380)
40392026-08-25T09:03:00.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40402026-08-25T09:03:00.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40412026-08-25T09:03:00.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40422026-08-25T09:03:00.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40432026-08-25T09:03:00.509Z
40442026-08-25T09:03:00.509Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (234/380)
40452026-08-25T09:03:01.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40462026-08-25T09:03:01.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40472026-08-25T09:03:01.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40482026-08-25T09:03:01.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40492026-08-25T09:03:01.108Z
40502026-08-25T09:03:01.108Zinfo: running `cargo check --bins` on oximeter-producer (235/380)
40512026-08-25T09:03:01.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40522026-08-25T09:03:01.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40532026-08-25T09:03:01.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40542026-08-25T09:03:01.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40552026-08-25T09:03:01.716Z
40562026-08-25T09:03:01.716Zinfo: running `cargo check --bins` on internal-dns-resolver (236/380)
40572026-08-25T09:03:02.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40582026-08-25T09:03:02.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40592026-08-25T09:03:02.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40602026-08-25T09:03:02.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40612026-08-25T09:03:02.294Z
40622026-08-25T09:03:02.294Zinfo: running `cargo check --bins` on dns-server (237/380)
40632026-08-25T09:03:02.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40642026-08-25T09:03:02.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40652026-08-25T09:03:02.948Z Compiling parking_lot_core v0.8.6
40662026-08-25T09:03:02.956Z Compiling git-stub v1.0.0
40672026-08-25T09:03:02.956Z Checking prefix-trie v0.7.0
40682026-08-25T09:03:03.069Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
40692026-08-25T09:03:03.180Z Compiling git-stub-vcs v0.1.0
40702026-08-25T09:03:03.342Z Checking hickory-server v0.25.2
40712026-08-25T09:03:03.446Z Checking parking_lot v0.11.2
40722026-08-25T09:03:03.480Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40732026-08-25T09:03:03.614Z Checking sled v0.34.7
40742026-08-25T09:03:05.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
40752026-08-25T09:03:05.720Z
40762026-08-25T09:03:05.720Zinfo: running `cargo check --bins` on dns-server-api (238/380)
40772026-08-25T09:03:06.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-08-25T09:03:06.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-08-25T09:03:06.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40802026-08-25T09:03:06.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40812026-08-25T09:03:06.298Z
40822026-08-25T09:03:06.298Zinfo: running `cargo check --bins` on nexus-client (239/380)
40832026-08-25T09:03:06.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40842026-08-25T09:03:06.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40852026-08-25T09:03:06.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40862026-08-25T09:03:06.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40872026-08-25T09:03:06.912Z
40882026-08-25T09:03:06.913Zinfo: running `cargo check --bins` on oximeter-producer-api (240/380)
40892026-08-25T09:03:07.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40902026-08-25T09:03:07.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40912026-08-25T09:03:07.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40922026-08-25T09:03:07.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40932026-08-25T09:03:07.493Z
40942026-08-25T09:03:07.493Zinfo: running `cargo check --bins` on sp-sim (241/380)
40952026-08-25T09:03:08.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40962026-08-25T09:03:08.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40972026-08-25T09:03:08.218Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
40982026-08-25T09:03:08.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
40992026-08-25T09:03:08.933Z
41002026-08-25T09:03:08.933Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (242/380)
41012026-08-25T09:03:09.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41022026-08-25T09:03:09.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41032026-08-25T09:03:09.772Z Compiling proc-macro-error-attr2 v2.0.0
41042026-08-25T09:03:09.905Z Compiling hashbrown v0.14.5
41052026-08-25T09:03:09.905Z Compiling rfc6979 v0.4.0
41062026-08-25T09:03:09.908Z Compiling salty v0.3.0
41072026-08-25T09:03:09.933Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
41082026-08-25T09:03:09.944Z Compiling primeorder v0.13.6
41092026-08-25T09:03:09.959Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41102026-08-25T09:03:10.039Z Compiling ecdsa v0.16.9
41112026-08-25T09:03:10.088Z Compiling sha1 v0.10.6
41122026-08-25T09:03:10.194Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
41132026-08-25T09:03:10.279Z Compiling proc-macro-error2 v2.0.1
41142026-08-25T09:03:10.379Z Compiling chumsky v0.9.3
41152026-08-25T09:03:10.396Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
41162026-08-25T09:03:10.412Z Compiling p384 v0.13.1
41172026-08-25T09:03:10.441Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
41182026-08-25T09:03:10.606Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
41192026-08-25T09:03:10.623Z Compiling knus-derive v3.4.0
41202026-08-25T09:03:10.672Z Checking libscf-sys v1.2.0
41212026-08-25T09:03:10.711Z Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
41222026-08-25T09:03:10.801Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41232026-08-25T09:03:10.933Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
41242026-08-25T09:03:10.949Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41252026-08-25T09:03:11.113Z Checking corncobs v0.1.4
41262026-08-25T09:03:11.136Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
41272026-08-25T09:03:11.166Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
41282026-08-25T09:03:11.182Z Checking papergrid v0.18.0
41292026-08-25T09:03:11.196Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41302026-08-25T09:03:11.236Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41312026-08-25T09:03:11.297Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
41322026-08-25T09:03:11.364Z Checking secrecy v0.8.0
41332026-08-25T09:03:11.490Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41342026-08-25T09:03:11.505Z Checking dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
41352026-08-25T09:03:11.584Z Compiling unicase v2.9.0
41362026-08-25T09:03:11.737Z Compiling progenitor-impl v0.13.0
41372026-08-25T09:03:11.770Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
41382026-08-25T09:03:11.785Z Compiling mime_guess v2.0.5
41392026-08-25T09:03:11.948Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41402026-08-25T09:03:11.964Z Checking tabled v0.21.0
41412026-08-25T09:03:11.997Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
41422026-08-25T09:03:12.080Z Compiling knus v3.4.0
41432026-08-25T09:03:12.141Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
41442026-08-25T09:03:12.324Z Checking crc8 v0.1.1
41452026-08-25T09:03:12.802Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
41462026-08-25T09:03:12.832Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
41472026-08-25T09:03:12.972Z Checking progenitor-client v0.13.0
41482026-08-25T09:03:13.222Z Checking http-range v0.1.5
41492026-08-25T09:03:13.353Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41502026-08-25T09:03:13.369Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41512026-08-25T09:03:13.542Z Checking scuffle v0.1.0
41522026-08-25T09:03:13.756Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41532026-08-25T09:03:14.123Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41542026-08-25T09:03:14.140Z Checking nanorand v0.7.0
41552026-08-25T09:03:14.279Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
41562026-08-25T09:03:14.337Z Checking flume v0.11.1
41572026-08-25T09:03:14.341Z Checking hyper-staticfile v0.10.1
41582026-08-25T09:03:14.392Z Compiling progenitor-macro v0.13.0
41592026-08-25T09:03:14.509Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41602026-08-25T09:03:14.610Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
41612026-08-25T09:03:14.637Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
41622026-08-25T09:03:14.784Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
41632026-08-25T09:03:14.822Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
41642026-08-25T09:03:14.848Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
41652026-08-25T09:03:15.003Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
41662026-08-25T09:03:15.045Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
41672026-08-25T09:03:15.244Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
41682026-08-25T09:03:15.302Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
41692026-08-25T09:03:15.358Z Checking dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
41702026-08-25T09:03:15.417Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
41712026-08-25T09:03:15.557Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41722026-08-25T09:03:15.578Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
41732026-08-25T09:03:16.142Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
41742026-08-25T09:03:16.742Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41752026-08-25T09:03:17.869Z Checking progenitor v0.13.0
41762026-08-25T09:03:18.040Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41772026-08-25T09:03:18.760Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
41782026-08-25T09:03:19.843Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
41792026-08-25T09:03:20.425Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
41802026-08-25T09:03:20.428Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
41812026-08-25T09:03:22.014Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
41822026-08-25T09:03:34.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.53s
41832026-08-25T09:03:34.471Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41842026-08-25T09:03:34.471Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41852026-08-25T09:03:34.673Z
41862026-08-25T09:03:34.674Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (243/380)
41872026-08-25T09:03:35.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41882026-08-25T09:03:35.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41892026-08-25T09:03:35.468Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41902026-08-25T09:03:46.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.02s
41912026-08-25T09:03:46.708Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41922026-08-25T09:03:46.708Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41932026-08-25T09:03:46.910Z
41942026-08-25T09:03:46.910Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (244/380)
41952026-08-25T09:03:47.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41962026-08-25T09:03:47.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41972026-08-25T09:03:47.704Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41982026-08-25T09:03:58.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.96s
41992026-08-25T09:03:58.887Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42002026-08-25T09:03:58.887Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42012026-08-25T09:03:59.086Z
42022026-08-25T09:03:59.087Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (245/380)
42032026-08-25T09:03:59.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-08-25T09:03:59.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-08-25T09:03:59.882Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42062026-08-25T09:04:10.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.87s
42072026-08-25T09:04:10.972Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42082026-08-25T09:04:10.972Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42092026-08-25T09:04:11.170Z
42102026-08-25T09:04:11.170Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (246/380)
42112026-08-25T09:04:11.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42122026-08-25T09:04:11.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42132026-08-25T09:04:11.973Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42142026-08-25T09:04:23.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.90s
42152026-08-25T09:04:23.085Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42162026-08-25T09:04:23.085Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42172026-08-25T09:04:23.288Z
42182026-08-25T09:04:23.288Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (247/380)
42192026-08-25T09:04:23.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-08-25T09:04:23.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-08-25T09:04:24.085Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42222026-08-25T09:04:35.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.94s
42232026-08-25T09:04:35.246Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42242026-08-25T09:04:35.246Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42252026-08-25T09:04:35.444Z
42262026-08-25T09:04:35.444Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (248/380)
42272026-08-25T09:04:35.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42282026-08-25T09:04:35.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42292026-08-25T09:04:36.242Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42302026-08-25T09:04:47.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.96s
42312026-08-25T09:04:47.412Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42322026-08-25T09:04:47.412Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42332026-08-25T09:04:47.616Z
42342026-08-25T09:04:47.617Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (249/380)
42352026-08-25T09:04:48.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42362026-08-25T09:04:48.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42372026-08-25T09:04:48.404Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42382026-08-25T09:04:59.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.96s
42392026-08-25T09:04:59.584Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42402026-08-25T09:04:59.584Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42412026-08-25T09:04:59.786Z
42422026-08-25T09:04:59.786Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (250/380)
42432026-08-25T09:05:00.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42442026-08-25T09:05:00.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42452026-08-25T09:05:00.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42462026-08-25T09:05:00.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42472026-08-25T09:05:00.376Z
42482026-08-25T09:05:00.376Zinfo: running `cargo check --bins` on installinator-common (251/380)
42492026-08-25T09:05:00.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42502026-08-25T09:05:00.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42512026-08-25T09:05:00.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42522026-08-25T09:05:00.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42532026-08-25T09:05:00.973Z
42542026-08-25T09:05:00.973Zinfo: running `cargo check --bins` on installinator-common-versions (252/380)
42552026-08-25T09:05:01.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42562026-08-25T09:05:01.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42572026-08-25T09:05:01.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42582026-08-25T09:05:01.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42592026-08-25T09:05:01.542Z
42602026-08-25T09:05:01.542Zinfo: running `cargo check --bins` on nexus-lockstep-client (253/380)
42612026-08-25T09:05:02.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42622026-08-25T09:05:02.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42632026-08-25T09:05:02.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42642026-08-25T09:05:02.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42652026-08-25T09:05:02.164Z
42662026-08-25T09:05:02.164Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (254/380)
42672026-08-25T09:05:02.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42682026-08-25T09:05:02.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42692026-08-25T09:05:02.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42702026-08-25T09:05:02.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42712026-08-25T09:05:02.753Z
42722026-08-25T09:05:02.753Zinfo: running `cargo check --bins` on range-requests (255/380)
42732026-08-25T09:05:03.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42742026-08-25T09:05:03.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42752026-08-25T09:05:03.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42762026-08-25T09:05:03.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42772026-08-25T09:05:03.333Z
42782026-08-25T09:05:03.333Zinfo: running `cargo check --bins` on repo-depot-api (256/380)
42792026-08-25T09:05:03.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42802026-08-25T09:05:03.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42812026-08-25T09:05:03.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42822026-08-25T09:05:03.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42832026-08-25T09:05:03.912Z
42842026-08-25T09:05:03.912Zinfo: running `cargo check --bins` on repo-depot-client (257/380)
42852026-08-25T09:05:04.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42862026-08-25T09:05:04.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42872026-08-25T09:05:04.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42882026-08-25T09:05:04.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42892026-08-25T09:05:04.484Z
42902026-08-25T09:05:04.484Zinfo: running `cargo check --bins` on sled-agent-api (258/380)
42912026-08-25T09:05:04.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42922026-08-25T09:05:04.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42932026-08-25T09:05:04.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42942026-08-25T09:05:04.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42952026-08-25T09:05:05.077Z
42962026-08-25T09:05:05.077Zinfo: running `cargo check --bins` on sled-diagnostics (259/380)
42972026-08-25T09:05:05.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42982026-08-25T09:05:05.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42992026-08-25T09:05:05.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43002026-08-25T09:05:05.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43012026-08-25T09:05:05.670Z
43022026-08-25T09:05:05.670Zinfo: running `cargo check --bins` on zfs-test-harness (260/380)
43032026-08-25T09:05:06.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43042026-08-25T09:05:06.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43052026-08-25T09:05:06.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43062026-08-25T09:05:06.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43072026-08-25T09:05:06.270Z
43082026-08-25T09:05:06.270Zinfo: running `cargo check --bins` on sled-agent-bootstrap-common (261/380)
43092026-08-25T09:05:06.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43102026-08-25T09:05:06.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43112026-08-25T09:05:06.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43122026-08-25T09:05:06.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43132026-08-25T09:05:06.881Z
43142026-08-25T09:05:06.881Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (262/380)
43152026-08-25T09:05:07.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43162026-08-25T09:05:07.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43172026-08-25T09:05:07.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43182026-08-25T09:05:07.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43192026-08-25T09:05:07.482Z
43202026-08-25T09:05:07.482Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (263/380)
43212026-08-25T09:05:07.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43222026-08-25T09:05:07.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43232026-08-25T09:05:07.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43242026-08-25T09:05:08.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43252026-08-25T09:05:08.090Z
43262026-08-25T09:05:08.090Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (264/380)
43272026-08-25T09:05:08.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43282026-08-25T09:05:08.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43292026-08-25T09:05:08.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43302026-08-25T09:05:08.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43312026-08-25T09:05:08.696Z
43322026-08-25T09:05:08.696Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (265/380)
43332026-08-25T09:05:09.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43342026-08-25T09:05:09.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43352026-08-25T09:05:09.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43362026-08-25T09:05:09.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43372026-08-25T09:05:09.299Z
43382026-08-25T09:05:09.299Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (266/380)
43392026-08-25T09:05:09.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43402026-08-25T09:05:09.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43412026-08-25T09:05:09.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43422026-08-25T09:05:09.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43432026-08-25T09:05:09.896Z
43442026-08-25T09:05:09.896Zinfo: running `cargo check --bins` on trust-quorum (267/380)
43452026-08-25T09:05:10.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43462026-08-25T09:05:10.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43472026-08-25T09:05:10.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43482026-08-25T09:05:10.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43492026-08-25T09:05:10.499Z
43502026-08-25T09:05:10.499Zinfo: running `cargo check --bins` on sled-agent-early-networking (268/380)
43512026-08-25T09:05:11.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43522026-08-25T09:05:11.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43532026-08-25T09:05:11.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43542026-08-25T09:05:11.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43552026-08-25T09:05:11.092Z
43562026-08-25T09:05:11.092Zinfo: running `cargo check --bins` on sled-agent-health-monitor (269/380)
43572026-08-25T09:05:11.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43582026-08-25T09:05:11.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43592026-08-25T09:05:11.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43602026-08-25T09:05:11.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43612026-08-25T09:05:11.687Z
43622026-08-25T09:05:11.687Zinfo: running `cargo check --bins` on sled-agent-multirack-join (270/380)
43632026-08-25T09:05:12.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43642026-08-25T09:05:12.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43652026-08-25T09:05:12.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43662026-08-25T09:05:12.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43672026-08-25T09:05:12.312Z
43682026-08-25T09:05:12.312Zinfo: running `cargo check --bins` on sled-agent-rack-setup (271/380)
43692026-08-25T09:05:12.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43702026-08-25T09:05:12.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43712026-08-25T09:05:12.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43722026-08-25T09:05:12.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43732026-08-25T09:05:12.940Z
43742026-08-25T09:05:12.941Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (272/380)
43752026-08-25T09:05:13.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43762026-08-25T09:05:13.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43772026-08-25T09:05:13.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43782026-08-25T09:05:13.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43792026-08-25T09:05:13.555Z
43802026-08-25T09:05:13.555Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (273/380)
43812026-08-25T09:05:14.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43822026-08-25T09:05:14.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43832026-08-25T09:05:14.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43842026-08-25T09:05:14.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43852026-08-25T09:05:14.181Z
43862026-08-25T09:05:14.181Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (274/380)
43872026-08-25T09:05:14.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43882026-08-25T09:05:14.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43892026-08-25T09:05:14.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43902026-08-25T09:05:14.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43912026-08-25T09:05:14.810Z
43922026-08-25T09:05:14.810Zinfo: running `cargo check --bins` on omicron-deployment-graph (275/380)
43932026-08-25T09:05:15.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43942026-08-25T09:05:15.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43952026-08-25T09:05:15.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43962026-08-25T09:05:15.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43972026-08-25T09:05:15.373Z
43982026-08-25T09:05:15.373Zinfo: running `cargo check --bins` on transient-dns-server (276/380)
43992026-08-25T09:05:15.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44002026-08-25T09:05:15.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44012026-08-25T09:05:15.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44022026-08-25T09:05:15.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44032026-08-25T09:05:15.964Z
44042026-08-25T09:05:15.964Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (277/380)
44052026-08-25T09:05:16.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44062026-08-25T09:05:16.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44072026-08-25T09:05:16.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44082026-08-25T09:05:16.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44092026-08-25T09:05:16.555Z
44102026-08-25T09:05:16.555Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (278/380)
44112026-08-25T09:05:17.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44122026-08-25T09:05:17.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44132026-08-25T09:05:17.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44142026-08-25T09:05:17.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44152026-08-25T09:05:17.146Z
44162026-08-25T09:05:17.146Zinfo: running `cargo check --bins` on omicron-rpaths (279/380)
44172026-08-25T09:05:17.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44182026-08-25T09:05:17.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44192026-08-25T09:05:17.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44202026-08-25T09:05:17.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44212026-08-25T09:05:17.708Z
44222026-08-25T09:05:17.708Zinfo: running `cargo check --bins` on omicron-repl-utils (280/380)
44232026-08-25T09:05:18.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44242026-08-25T09:05:18.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44252026-08-25T09:05:18.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44262026-08-25T09:05:18.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44272026-08-25T09:05:18.276Z
44282026-08-25T09:05:18.277Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (281/380)
44292026-08-25T09:05:18.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44302026-08-25T09:05:18.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44312026-08-25T09:05:18.984Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
44322026-08-25T09:05:19.396Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
44332026-08-25T09:05:20.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.32s
44342026-08-25T09:05:20.794Z
44352026-08-25T09:05:20.795Zinfo: running `cargo check --bins` on clickhouse-admin-api (282/380)
44362026-08-25T09:05:21.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44372026-08-25T09:05:21.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44382026-08-25T09:05:21.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44392026-08-25T09:05:21.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44402026-08-25T09:05:21.376Z
44412026-08-25T09:05:21.376Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (283/380)
44422026-08-25T09:05:21.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44432026-08-25T09:05:21.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44442026-08-25T09:05:21.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44452026-08-25T09:05:21.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44462026-08-25T09:05:21.959Z
44472026-08-25T09:05:21.959Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (284/380)
44482026-08-25T09:05:22.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44492026-08-25T09:05:22.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44502026-08-25T09:05:22.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44512026-08-25T09:05:22.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44522026-08-25T09:05:22.541Z
44532026-08-25T09:05:22.541Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (285/380)
44542026-08-25T09:05:23.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44552026-08-25T09:05:23.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44562026-08-25T09:05:23.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44572026-08-25T09:05:23.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44582026-08-25T09:05:23.127Z
44592026-08-25T09:05:23.127Zinfo: running `cargo check --bins` on installinator-client (286/380)
44602026-08-25T09:05:23.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44612026-08-25T09:05:23.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44622026-08-25T09:05:23.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44632026-08-25T09:05:23.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44642026-08-25T09:05:23.708Z
44652026-08-25T09:05:23.708Zinfo: running `cargo check --bins` on oxide-client (287/380)
44662026-08-25T09:05:24.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-08-25T09:05:24.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-08-25T09:05:24.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44692026-08-25T09:05:24.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44702026-08-25T09:05:24.277Z
44712026-08-25T09:05:24.277Zinfo: running `cargo check --bins` on oximeter-client (288/380)
44722026-08-25T09:05:24.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44732026-08-25T09:05:24.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44742026-08-25T09:05:24.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44752026-08-25T09:05:24.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44762026-08-25T09:05:24.857Z
44772026-08-25T09:05:24.857Zinfo: running `cargo check --bins` on wicketd-client (289/380)
44782026-08-25T09:05:25.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44792026-08-25T09:05:25.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44802026-08-25T09:05:25.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44812026-08-25T09:05:25.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44822026-08-25T09:05:25.463Z
44832026-08-25T09:05:25.463Zinfo: running `cargo check --bins` on wicket-common (290/380)
44842026-08-25T09:05:25.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44852026-08-25T09:05:25.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44862026-08-25T09:05:25.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44872026-08-25T09:05:25.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44882026-08-25T09:05:26.056Z
44892026-08-25T09:05:26.057Zinfo: running `cargo check --bins` on wicketd-commission-client (291/380)
44902026-08-25T09:05:26.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-08-25T09:05:26.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-08-25T09:05:26.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44932026-08-25T09:05:26.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44942026-08-25T09:05:26.639Z
44952026-08-25T09:05:26.639Zinfo: running `cargo check --bins` on omicron-cockroach-admin (292/380)
44962026-08-25T09:05:27.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44972026-08-25T09:05:27.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44982026-08-25T09:05:27.322Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44992026-08-25T09:05:27.325Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
45002026-08-25T09:05:28.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
45012026-08-25T09:05:28.693Z
45022026-08-25T09:05:28.693Zinfo: running `cargo check --bins` on cockroach-admin-api (293/380)
45032026-08-25T09:05:29.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45042026-08-25T09:05:29.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45052026-08-25T09:05:29.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45062026-08-25T09:05:29.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45072026-08-25T09:05:29.277Z
45082026-08-25T09:05:29.277Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (294/380)
45092026-08-25T09:05:29.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45102026-08-25T09:05:29.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45112026-08-25T09:05:29.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45122026-08-25T09:05:29.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
45132026-08-25T09:05:29.936Z
45142026-08-25T09:05:29.936Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (295/380)
45152026-08-25T09:05:30.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45162026-08-25T09:05:30.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45172026-08-25T09:05:30.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45182026-08-25T09:05:30.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
45192026-08-25T09:05:30.596Z
45202026-08-25T09:05:30.596Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (296/380)
45212026-08-25T09:05:31.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45222026-08-25T09:05:31.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45232026-08-25T09:05:31.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45242026-08-25T09:05:31.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
45252026-08-25T09:05:31.234Z
45262026-08-25T09:05:31.234Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (297/380)
45272026-08-25T09:05:31.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45282026-08-25T09:05:31.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45292026-08-25T09:05:31.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45302026-08-25T09:05:31.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45312026-08-25T09:05:31.868Z
45322026-08-25T09:05:31.868Zinfo: running `cargo check --bins` on db-macros (298/380)
45332026-08-25T09:05:32.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45342026-08-25T09:05:32.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45352026-08-25T09:05:32.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45362026-08-25T09:05:32.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45372026-08-25T09:05:32.433Z
45382026-08-25T09:05:32.433Zinfo: running `cargo check --bins` on nexus-macros-common (299/380)
45392026-08-25T09:05:32.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45402026-08-25T09:05:32.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45412026-08-25T09:05:32.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45422026-08-25T09:05:32.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45432026-08-25T09:05:33.002Z
45442026-08-25T09:05:33.002Zinfo: running `cargo check --bins` on nexus-auth (300/380)
45452026-08-25T09:05:33.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45462026-08-25T09:05:33.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45472026-08-25T09:05:33.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45482026-08-25T09:05:33.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45492026-08-25T09:05:33.632Z
45502026-08-25T09:05:33.632Zinfo: running `cargo check --bins` on authz-macros (301/380)
45512026-08-25T09:05:34.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-08-25T09:05:34.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-08-25T09:05:34.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45542026-08-25T09:05:34.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45552026-08-25T09:05:34.202Z
45562026-08-25T09:05:34.202Zinfo: running `cargo check --bins` on nexus-db-fixed-data (302/380)
45572026-08-25T09:05:34.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45582026-08-25T09:05:34.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45592026-08-25T09:05:34.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45602026-08-25T09:05:34.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45612026-08-25T09:05:34.817Z
45622026-08-25T09:05:34.817Zinfo: running `cargo check --bins` on nexus-db-model (303/380)
45632026-08-25T09:05:35.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45642026-08-25T09:05:35.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45652026-08-25T09:05:35.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45662026-08-25T09:05:35.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45672026-08-25T09:05:35.444Z
45682026-08-25T09:05:35.444Zinfo: running `cargo check --bins` on nexus-db-schema (304/380)
45692026-08-25T09:05:35.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45702026-08-25T09:05:35.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45712026-08-25T09:05:35.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45722026-08-25T09:05:35.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45732026-08-25T09:05:36.015Z
45742026-08-25T09:05:36.015Zinfo: running `cargo check --bins` on nexus-defaults (305/380)
45752026-08-25T09:05:36.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45762026-08-25T09:05:36.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45772026-08-25T09:05:36.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45782026-08-25T09:05:36.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45792026-08-25T09:05:36.592Z
45802026-08-25T09:05:36.592Zinfo: running `cargo check --bins` on omicron-git-version (306/380)
45812026-08-25T09:05:37.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45822026-08-25T09:05:37.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45832026-08-25T09:05:37.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45842026-08-25T09:05:37.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45852026-08-25T09:05:37.157Z
45862026-08-25T09:05:37.157Zinfo: running `cargo check --bins` on nexus-db-errors (307/380)
45872026-08-25T09:05:37.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45882026-08-25T09:05:37.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45892026-08-25T09:05:37.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45902026-08-25T09:05:37.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45912026-08-25T09:05:37.788Z
45922026-08-25T09:05:37.788Zinfo: running `cargo check --bins` on nexus-db-lookup (308/380)
45932026-08-25T09:05:38.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45942026-08-25T09:05:38.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45952026-08-25T09:05:38.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45962026-08-25T09:05:38.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45972026-08-25T09:05:38.423Z
45982026-08-25T09:05:38.423Zinfo: running `cargo check --bins` on nexus-test-interface (309/380)
45992026-08-25T09:05:38.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46002026-08-25T09:05:38.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46012026-08-25T09:05:38.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46022026-08-25T09:05:38.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46032026-08-25T09:05:39.051Z
46042026-08-25T09:05:39.051Zinfo: running `cargo check --bins` on oximeter-collector (310/380)
46052026-08-25T09:05:39.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46062026-08-25T09:05:39.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46072026-08-25T09:05:39.776Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
46082026-08-25T09:05:39.779Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
46092026-08-25T09:05:40.455Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
46102026-08-25T09:05:42.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
46112026-08-25T09:05:42.375Z
46122026-08-25T09:05:42.376Zinfo: running `cargo check --bins` on oximeter-api (311/380)
46132026-08-25T09:05:42.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46142026-08-25T09:05:42.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46152026-08-25T09:05:42.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46162026-08-25T09:05:42.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
46172026-08-25T09:05:42.949Z
46182026-08-25T09:05:42.949Zinfo: running `cargo check --bins` on cert-dev (312/380)
46192026-08-25T09:05:43.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46202026-08-25T09:05:43.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46212026-08-25T09:05:43.565Z Checking yasna v0.5.2
46222026-08-25T09:05:43.971Z Checking rcgen v0.12.1
46232026-08-25T09:05:44.225Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
46242026-08-25T09:05:44.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
46252026-08-25T09:05:44.568Z
46262026-08-25T09:05:44.568Zinfo: running `cargo check --bins` on clickana (313/380)
46272026-08-25T09:05:45.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46282026-08-25T09:05:45.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46292026-08-25T09:05:45.216Z Compiling instability v0.3.11
46302026-08-25T09:05:45.216Z Checking castaway v0.2.4
46312026-08-25T09:05:45.219Z Compiling indoc v2.0.7
46322026-08-25T09:05:45.219Z Checking unicode-truncate v1.1.0
46332026-08-25T09:05:45.219Z Checking lru v0.12.5
46342026-08-25T09:05:45.341Z Checking cassowary v0.3.0
46352026-08-25T09:05:45.436Z Checking compact_str v0.8.1
46362026-08-25T09:05:46.204Z Checking ratatui v0.29.0
46372026-08-25T09:05:47.258Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
46382026-08-25T09:05:47.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s
46392026-08-25T09:05:48.158Z
46402026-08-25T09:05:48.159Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (314/380)
46412026-08-25T09:05:48.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46422026-08-25T09:05:48.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46432026-08-25T09:05:48.880Z Checking headers-core v0.3.0
46442026-08-25T09:05:48.880Z Checking port-file v0.1.0
46452026-08-25T09:05:48.883Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
46462026-08-25T09:05:49.084Z Checking headers v0.4.1
46472026-08-25T09:05:49.451Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46482026-08-25T09:05:50.408Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
46492026-08-25T09:05:50.930Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
46502026-08-25T09:05:51.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
46512026-08-25T09:05:51.560Z
46522026-08-25T09:05:51.560Zinfo: running `cargo check --bins` on ch-dev (315/380)
46532026-08-25T09:05:52.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46542026-08-25T09:05:52.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46552026-08-25T09:05:52.282Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
46562026-08-25T09:05:53.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
46572026-08-25T09:05:53.234Z
46582026-08-25T09:05:53.235Zinfo: running `cargo check --bins` on dev-tools-common (316/380)
46592026-08-25T09:05:53.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46602026-08-25T09:05:53.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46612026-08-25T09:05:53.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46622026-08-25T09:05:53.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
46632026-08-25T09:05:53.654Z
46642026-08-25T09:05:53.654Zinfo: running `cargo check --bins` on corpus-adjust (317/380)
46652026-08-25T09:05:54.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46662026-08-25T09:05:54.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46672026-08-25T09:05:54.284Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
46682026-08-25T09:05:54.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
46692026-08-25T09:05:54.824Z
46702026-08-25T09:05:54.825Zinfo: running `cargo check --bins` on crdb-seed (318/380)
46712026-08-25T09:05:55.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46722026-08-25T09:05:55.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46732026-08-25T09:05:55.543Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46742026-08-25T09:05:56.636Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
46752026-08-25T09:05:56.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s
46762026-08-25T09:05:57.177Z
46772026-08-25T09:05:57.177Zinfo: running `cargo check --bins` on db-dev (319/380)
46782026-08-25T09:05:57.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46792026-08-25T09:05:57.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46802026-08-25T09:05:57.899Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
46812026-08-25T09:05:58.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
46822026-08-25T09:05:58.854Z
46832026-08-25T09:05:58.854Zinfo: running `cargo check --bins` on omicron-dev-lib (320/380)
46842026-08-25T09:05:59.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46852026-08-25T09:05:59.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46862026-08-25T09:05:59.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46872026-08-25T09:05:59.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46882026-08-25T09:05:59.470Z
46892026-08-25T09:05:59.470Zinfo: running `cargo check --bins` on xtask-downloader (321/380)
46902026-08-25T09:05:59.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46912026-08-25T09:05:59.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46922026-08-25T09:06:00.090Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
46932026-08-25T09:06:00.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
46942026-08-25T09:06:00.944Z
46952026-08-25T09:06:00.944Zinfo: running `cargo check --bins` on omicron-dropshot-apis (322/380)
46962026-08-25T09:06:01.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46972026-08-25T09:06:01.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46982026-08-25T09:06:01.695Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
46992026-08-25T09:06:01.695Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47002026-08-25T09:06:01.698Z Checking git-stub v1.0.0
47012026-08-25T09:06:01.699Z Compiling trait-variant v0.1.2
47022026-08-25T09:06:01.699Z Checking maplit v1.0.2
47032026-08-25T09:06:01.832Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47042026-08-25T09:06:01.843Z Checking drift v0.2.0
47052026-08-25T09:06:01.846Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47062026-08-25T09:06:01.893Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
47072026-08-25T09:06:01.977Z Checking git-stub-vcs v0.1.0
47082026-08-25T09:06:02.027Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
47092026-08-25T09:06:02.045Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47102026-08-25T09:06:02.182Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
47112026-08-25T09:06:02.195Z Checking dropshot-api-manager v0.8.0
47122026-08-25T09:06:02.211Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
47132026-08-25T09:06:02.329Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
47142026-08-25T09:06:02.556Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47152026-08-25T09:06:03.033Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
47162026-08-25T09:06:04.004Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47172026-08-25T09:06:05.035Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47182026-08-25T09:06:05.839Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
47192026-08-25T09:06:06.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.34s
47202026-08-25T09:06:06.490Z
47212026-08-25T09:06:06.490Zinfo: running `cargo check --bins` on installinator-api (323/380)
47222026-08-25T09:06:06.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47232026-08-25T09:06:06.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47242026-08-25T09:06:06.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47252026-08-25T09:06:06.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47262026-08-25T09:06:07.067Z
47272026-08-25T09:06:07.067Zinfo: running `cargo check --bins` on nexus-external-api (324/380)
47282026-08-25T09:06:07.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47292026-08-25T09:06:07.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47302026-08-25T09:06:07.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47312026-08-25T09:06:07.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47322026-08-25T09:06:07.682Z
47332026-08-25T09:06:07.682Zinfo: running `cargo check --bins` on nexus-internal-api (325/380)
47342026-08-25T09:06:08.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47352026-08-25T09:06:08.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47362026-08-25T09:06:08.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47372026-08-25T09:06:08.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47382026-08-25T09:06:08.297Z
47392026-08-25T09:06:08.297Zinfo: running `cargo check --bins` on nexus-lockstep-api (326/380)
47402026-08-25T09:06:08.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47412026-08-25T09:06:08.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47422026-08-25T09:06:08.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47432026-08-25T09:06:08.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47442026-08-25T09:06:08.905Z
47452026-08-25T09:06:08.905Zinfo: running `cargo check --bins` on ntp-admin-api (327/380)
47462026-08-25T09:06:09.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47472026-08-25T09:06:09.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47482026-08-25T09:06:09.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47492026-08-25T09:06:09.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47502026-08-25T09:06:09.486Z
47512026-08-25T09:06:09.486Zinfo: running `cargo check --bins` on ntp-admin-types-versions (328/380)
47522026-08-25T09:06:09.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47532026-08-25T09:06:09.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47542026-08-25T09:06:09.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47552026-08-25T09:06:09.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47562026-08-25T09:06:10.054Z
47572026-08-25T09:06:10.054Zinfo: running `cargo check --bins` on wicketd-api (329/380)
47582026-08-25T09:06:10.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47592026-08-25T09:06:10.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47602026-08-25T09:06:10.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47612026-08-25T09:06:10.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47622026-08-25T09:06:10.651Z
47632026-08-25T09:06:10.651Zinfo: running `cargo check --bins` on wicketd-commission-api (330/380)
47642026-08-25T09:06:11.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47652026-08-25T09:06:11.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47662026-08-25T09:06:11.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47672026-08-25T09:06:11.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47682026-08-25T09:06:11.241Z
47692026-08-25T09:06:11.241Zinfo: running `cargo check --bins` on omicron-ls-apis (331/380)
47702026-08-25T09:06:11.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47712026-08-25T09:06:11.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47722026-08-25T09:06:11.874Z Compiling blake3 v1.8.5
47732026-08-25T09:06:11.983Z Checking arrayvec v0.7.6
47742026-08-25T09:06:11.983Z Checking arrayref v0.3.9
47752026-08-25T09:06:11.986Z Checking constant_time_eq v0.4.2
47762026-08-25T09:06:12.005Z Checking cargo-platform v0.3.2
47772026-08-25T09:06:12.005Z Checking topological-sort v0.2.2
47782026-08-25T09:06:12.009Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
47792026-08-25T09:06:12.165Z Checking cargo_metadata v0.23.1
47802026-08-25T09:06:12.761Z Checking omicron-zone-package v0.12.3
47812026-08-25T09:06:13.486Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
47822026-08-25T09:06:14.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
47832026-08-25T09:06:14.506Z
47842026-08-25T09:06:14.506Zinfo: running `cargo check --bins` on mgs-dev (332/380)
47852026-08-25T09:06:15.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47862026-08-25T09:06:15.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47872026-08-25T09:06:15.251Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47882026-08-25T09:06:15.881Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
47892026-08-25T09:06:16.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
47902026-08-25T09:06:16.587Z
47912026-08-25T09:06:16.587Zinfo: running `cargo check --bins --no-default-features` on omicron-omdb (333/380)
47922026-08-25T09:06:17.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47932026-08-25T09:06:17.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47942026-08-25T09:06:17.578Z Compiling darling_core v0.21.3
47952026-08-25T09:06:17.578Z Compiling vergen-lib v0.1.6
47962026-08-25T09:06:17.578Z Compiling diesel_derives v2.3.7
47972026-08-25T09:06:17.582Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47982026-08-25T09:06:17.582Z Checking scheduled-thread-pool v0.2.7
47992026-08-25T09:06:17.582Z Compiling vergen-gitcl v1.0.8
48002026-08-25T09:06:17.582Z Compiling diesel_table_macro_syntax v0.3.0
48012026-08-25T09:06:17.582Z Compiling dirs-sys-next v0.1.2
48022026-08-25T09:06:17.904Z Compiling crunchy v0.2.4
48032026-08-25T09:06:17.920Z Compiling glob v0.3.3
48042026-08-25T09:06:17.936Z Checking r2d2 v0.8.10
48052026-08-25T09:06:18.008Z Compiling dirs-next v2.0.0
48062026-08-25T09:06:18.025Z Compiling tiny-keccak v2.0.2
48072026-08-25T09:06:18.117Z Checking downcast-rs v2.0.2
48082026-08-25T09:06:18.133Z Compiling term v0.7.0
48092026-08-25T09:06:18.249Z Compiling bit-vec v0.6.3
48102026-08-25T09:06:18.301Z Compiling clang-sys v1.8.1
48112026-08-25T09:06:18.361Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
48122026-08-25T09:06:18.465Z Compiling bit-set v0.5.3
48132026-08-25T09:06:18.547Z Compiling ascii-canvas v3.0.0
48142026-08-25T09:06:18.627Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
48152026-08-25T09:06:18.673Z Compiling itertools v0.10.5
48162026-08-25T09:06:18.677Z Compiling ena v0.14.4
48172026-08-25T09:06:18.690Z Compiling libloading v0.8.9
48182026-08-25T09:06:18.777Z Compiling bindgen v0.71.1
48192026-08-25T09:06:18.794Z Compiling regex-syntax v0.6.29
48202026-08-25T09:06:18.797Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
48212026-08-25T09:06:18.905Z Compiling diff v0.1.13
48222026-08-25T09:06:19.191Z Compiling cexpr v0.6.0
48232026-08-25T09:06:19.212Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48242026-08-25T09:06:19.403Z Compiling rustc-hash v2.1.1
48252026-08-25T09:06:19.538Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48262026-08-25T09:06:19.620Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
48272026-08-25T09:06:19.755Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
48282026-08-25T09:06:19.858Z Compiling libxml v0.3.3
48292026-08-25T09:06:19.889Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48302026-08-25T09:06:20.049Z Compiling strum_macros v0.24.3
48312026-08-25T09:06:20.076Z Compiling indoc v1.0.9
48322026-08-25T09:06:20.093Z Compiling lalrpop v0.19.12
48332026-08-25T09:06:20.320Z Compiling darling_macro v0.21.3
48342026-08-25T09:06:20.840Z Compiling darling v0.21.3
48352026-08-25T09:06:20.921Z Compiling dsl_auto_type v0.2.0
48362026-08-25T09:06:20.938Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48372026-08-25T09:06:21.128Z Checking derive_builder v0.20.2
48382026-08-25T09:06:21.251Z Compiling oso-derive v0.27.3
48392026-08-25T09:06:21.381Z Checking quick-xml v0.37.5
48402026-08-25T09:06:21.471Z Compiling impl-trait-for-tuples v0.2.3
48412026-08-25T09:06:21.754Z Checking openssl-probe v0.1.6
48422026-08-25T09:06:21.896Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
48432026-08-25T09:06:22.256Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48442026-08-25T09:06:22.447Z Checking bb8 v0.8.6
48452026-08-25T09:06:22.493Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48462026-08-25T09:06:22.634Z Checking nonempty v0.12.0
48472026-08-25T09:06:22.710Z Compiling libz-sys v1.1.24
48482026-08-25T09:06:22.731Z Compiling strsim v0.10.0
48492026-08-25T09:06:22.801Z Compiling libgit2-sys v0.18.3+1.9.2
48502026-08-25T09:06:23.077Z Compiling darling_core v0.13.4
48512026-08-25T09:06:23.115Z Compiling vergen-git2 v9.1.0
48522026-08-25T09:06:23.329Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48532026-08-25T09:06:23.351Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48542026-08-25T09:06:23.542Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48552026-08-25T09:06:23.758Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48562026-08-25T09:06:23.945Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48572026-08-25T09:06:24.137Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48582026-08-25T09:06:24.323Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48592026-08-25T09:06:24.354Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48602026-08-25T09:06:24.510Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48612026-08-25T09:06:24.700Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48622026-08-25T09:06:24.889Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48632026-08-25T09:06:24.968Z Compiling darling_macro v0.13.4
48642026-08-25T09:06:25.076Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48652026-08-25T09:06:25.454Z Compiling darling v0.13.4
48662026-08-25T09:06:25.471Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48672026-08-25T09:06:25.548Z Compiling serde_with_macros v1.5.2
48682026-08-25T09:06:25.845Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48692026-08-25T09:06:26.387Z Compiling serde_with v1.14.0
48702026-08-25T09:06:26.437Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48712026-08-25T09:06:26.627Z Checking twox-hash v2.1.2
48722026-08-25T09:06:26.700Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48732026-08-25T09:06:26.804Z Checking diesel v2.3.7
48742026-08-25T09:06:26.928Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
48752026-08-25T09:06:27.538Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
48762026-08-25T09:06:28.447Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48772026-08-25T09:06:28.804Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
48782026-08-25T09:06:29.217Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48792026-08-25T09:06:29.506Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
48802026-08-25T09:06:29.890Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48812026-08-25T09:06:30.040Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48822026-08-25T09:06:30.068Z Checking libsw-core v0.3.2
48832026-08-25T09:06:30.223Z Checking atty v0.2.14
48842026-08-25T09:06:30.328Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
48852026-08-25T09:06:30.743Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48862026-08-25T09:06:30.904Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48872026-08-25T09:06:31.063Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48882026-08-25T09:06:31.215Z Checking libsw v3.5.0
48892026-08-25T09:06:31.381Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
48902026-08-25T09:06:32.353Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
48912026-08-25T09:06:32.372Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
48922026-08-25T09:06:33.082Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
48932026-08-25T09:06:33.524Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
48942026-08-25T09:06:33.814Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48952026-08-25T09:06:34.004Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
48962026-08-25T09:06:34.155Z Checking fatfs v0.3.6
48972026-08-25T09:06:34.513Z Checking console v0.16.2
48982026-08-25T09:06:34.615Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
48992026-08-25T09:06:34.828Z Compiling seq-macro v0.3.6
49002026-08-25T09:06:35.339Z Checking unit-prefix v0.5.2
49012026-08-25T09:06:35.479Z Checking indicatif v0.18.4
49022026-08-25T09:06:35.738Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
49032026-08-25T09:06:35.864Z Checking oxide-update-engine-display v0.1.2
49042026-08-25T09:06:35.948Z Checking support-bundle-viewer v0.1.2
49052026-08-25T09:06:36.167Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
49062026-08-25T09:06:36.192Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
49072026-08-25T09:06:36.388Z Checking multimap v0.10.1
49082026-08-25T09:06:42.445Z Checking async-bb8-diesel v0.2.1
49092026-08-25T09:06:42.800Z Checking diesel-dtrace v0.5.0
49102026-08-25T09:06:46.816Z Compiling samael v0.0.19
49112026-08-25T09:06:50.122Z Compiling git2 v0.20.4
49122026-08-25T09:06:51.424Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
49132026-08-25T09:06:52.702Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49142026-08-25T09:06:52.811Z Compiling polar-core v0.27.3
49152026-08-25T09:06:57.300Z Checking oso v0.27.3
49162026-08-25T09:07:30.148Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
49172026-08-25T09:08:47.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s
49182026-08-25T09:08:47.388Z
49192026-08-25T09:08:47.388Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-omdb (334/380)
49202026-08-25T09:08:47.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49212026-08-25T09:08:48.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49222026-08-25T09:08:48.292Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
49232026-08-25T09:08:56.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.94s
49242026-08-25T09:08:56.536Z
49252026-08-25T09:08:56.536Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-omdb (335/380)
49262026-08-25T09:08:57.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49272026-08-25T09:08:57.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49282026-08-25T09:08:57.373Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
49292026-08-25T09:09:05.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.89s
49302026-08-25T09:09:05.658Z
49312026-08-25T09:09:05.658Zinfo: running `cargo check --bins` on nexus-networking (336/380)
49322026-08-25T09:09:06.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49332026-08-25T09:09:06.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49342026-08-25T09:09:06.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49352026-08-25T09:09:06.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49362026-08-25T09:09:06.298Z
49372026-08-25T09:09:06.298Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (337/380)
49382026-08-25T09:09:06.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49392026-08-25T09:09:06.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49402026-08-25T09:09:06.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49412026-08-25T09:09:06.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
49422026-08-25T09:09:06.943Z
49432026-08-25T09:09:06.943Zinfo: running `cargo check --bins` on nexus-saga-recovery (338/380)
49442026-08-25T09:09:07.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49452026-08-25T09:09:07.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49462026-08-25T09:09:07.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49472026-08-25T09:09:07.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49482026-08-25T09:09:07.574Z
49492026-08-25T09:09:07.574Zinfo: running `cargo check --bins` on nexus-test-utils-macros (339/380)
49502026-08-25T09:09:08.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49512026-08-25T09:09:08.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49522026-08-25T09:09:08.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49532026-08-25T09:09:08.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
49542026-08-25T09:09:08.144Z
49552026-08-25T09:09:08.144Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (340/380)
49562026-08-25T09:09:08.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49572026-08-25T09:09:08.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49582026-08-25T09:09:08.980Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49592026-08-25T09:09:48.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.22s
49602026-08-25T09:09:48.581Z
49612026-08-25T09:09:48.581Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (341/380)
49622026-08-25T09:09:49.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49632026-08-25T09:09:49.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49642026-08-25T09:09:49.412Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49652026-08-25T09:10:28.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.11s
49662026-08-25T09:10:28.912Z
49672026-08-25T09:10:28.912Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-nexus (342/380)
49682026-08-25T09:10:29.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49692026-08-25T09:10:29.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49702026-08-25T09:10:29.741Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49712026-08-25T09:10:30.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
49722026-08-25T09:10:30.727Z
49732026-08-25T09:10:30.727Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (343/380)
49742026-08-25T09:10:31.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49752026-08-25T09:10:31.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49762026-08-25T09:10:31.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49772026-08-25T09:10:31.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
49782026-08-25T09:10:31.309Z
49792026-08-25T09:10:31.309Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (344/380)
49802026-08-25T09:10:31.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49812026-08-25T09:10:31.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49822026-08-25T09:10:31.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49832026-08-25T09:10:31.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
49842026-08-25T09:10:31.877Z
49852026-08-25T09:10:31.877Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (345/380)
49862026-08-25T09:10:32.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49872026-08-25T09:10:32.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49882026-08-25T09:10:32.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49892026-08-25T09:10:32.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49902026-08-25T09:10:32.500Z
49912026-08-25T09:10:32.500Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (346/380)
49922026-08-25T09:10:33.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49932026-08-25T09:10:33.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49942026-08-25T09:10:33.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49952026-08-25T09:10:33.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
49962026-08-25T09:10:33.141Z
49972026-08-25T09:10:33.141Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (347/380)
49982026-08-25T09:10:33.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49992026-08-25T09:10:33.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50002026-08-25T09:10:33.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50012026-08-25T09:10:33.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
50022026-08-25T09:10:33.781Z
50032026-08-25T09:10:33.781Zinfo: running `cargo check --bins` on nexus-mgs-updates (348/380)
50042026-08-25T09:10:34.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50052026-08-25T09:10:34.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50062026-08-25T09:10:34.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50072026-08-25T09:10:34.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
50082026-08-25T09:10:34.405Z
50092026-08-25T09:10:34.405Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (349/380)
50102026-08-25T09:10:34.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50112026-08-25T09:10:34.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50122026-08-25T09:10:34.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50132026-08-25T09:10:34.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
50142026-08-25T09:10:35.050Z
50152026-08-25T09:10:35.050Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (350/380)
50162026-08-25T09:10:35.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50172026-08-25T09:10:35.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50182026-08-25T09:10:35.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50192026-08-25T09:10:35.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
50202026-08-25T09:10:35.693Z
50212026-08-25T09:10:35.693Zinfo: running `cargo check --bins` on nexus-switch-config (351/380)
50222026-08-25T09:10:36.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50232026-08-25T09:10:36.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50242026-08-25T09:10:36.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50252026-08-25T09:10:36.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
50262026-08-25T09:10:36.317Z
50272026-08-25T09:10:36.317Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (352/380)
50282026-08-25T09:10:36.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50292026-08-25T09:10:36.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50302026-08-25T09:10:36.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50312026-08-25T09:10:36.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
50322026-08-25T09:10:36.954Z
50332026-08-25T09:10:36.954Zinfo: running `cargo check --bins` on support-bundle-collection (353/380)
50342026-08-25T09:10:37.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50352026-08-25T09:10:37.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50362026-08-25T09:10:37.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50372026-08-25T09:10:37.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
50382026-08-25T09:10:37.601Z
50392026-08-25T09:10:37.601Zinfo: running `cargo check --bins` on omicron-dev (354/380)
50402026-08-25T09:10:38.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50412026-08-25T09:10:38.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50422026-08-25T09:10:38.513Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
50432026-08-25T09:10:38.517Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50442026-08-25T09:10:38.718Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
50452026-08-25T09:10:38.733Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
50462026-08-25T09:10:38.749Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
50472026-08-25T09:10:38.766Z Checking diff v0.1.13
50482026-08-25T09:10:38.769Z Checking yansi v1.0.1
50492026-08-25T09:10:38.797Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
50502026-08-25T09:10:38.840Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
50512026-08-25T09:10:39.021Z Checking pretty_assertions v1.4.1
50522026-08-25T09:10:39.801Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
50532026-08-25T09:10:39.832Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
50542026-08-25T09:11:05.532Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50552026-08-25T09:11:05.535Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
50562026-08-25T09:11:05.535Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
50572026-08-25T09:11:05.535Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
50582026-08-25T09:11:05.535Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
50592026-08-25T09:11:05.535Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
50602026-08-25T09:11:05.535Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
50612026-08-25T09:11:06.472Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
50622026-08-25T09:11:06.472Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
50632026-08-25T09:11:07.760Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
50642026-08-25T09:11:47.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
50652026-08-25T09:11:47.005Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50662026-08-25T09:11:47.005Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50672026-08-25T09:11:47.209Z
50682026-08-25T09:11:47.210Zinfo: running `cargo check --bins` on oximeter-load-test (355/380)
50692026-08-25T09:11:47.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50702026-08-25T09:11:47.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50712026-08-25T09:11:47.932Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
50722026-08-25T09:11:48.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
50732026-08-25T09:11:48.773Z
50742026-08-25T09:11:48.773Zinfo: running `cargo check --bins` on omicron-pins (356/380)
50752026-08-25T09:11:49.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50762026-08-25T09:11:49.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50772026-08-25T09:11:49.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50782026-08-25T09:11:49.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
50792026-08-25T09:11:49.340Z
50802026-08-25T09:11:49.340Zinfo: running `cargo check --bins` on rack-init-config (357/380)
50812026-08-25T09:11:49.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50822026-08-25T09:11:49.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50832026-08-25T09:11:49.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50842026-08-25T09:11:49.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
50852026-08-25T09:11:49.933Z
50862026-08-25T09:11:49.933Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (358/380)
50872026-08-25T09:11:50.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50882026-08-25T09:11:50.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50892026-08-25T09:11:50.726Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
50902026-08-25T09:11:50.849Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
50912026-08-25T09:11:50.858Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
50922026-08-25T09:12:18.188Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
50932026-08-25T09:12:18.604Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
50942026-08-25T09:12:20.402Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
50952026-08-25T09:12:20.890Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
50962026-08-25T09:12:24.018Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50972026-08-25T09:12:48.603Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50982026-08-25T09:12:49.353Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
50992026-08-25T09:12:51.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
51002026-08-25T09:12:51.293Z
51012026-08-25T09:12:51.293Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (359/380)
51022026-08-25T09:12:51.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51032026-08-25T09:12:51.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51042026-08-25T09:12:52.022Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
51052026-08-25T09:12:52.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
51062026-08-25T09:12:52.927Z
51072026-08-25T09:12:52.927Zinfo: running `cargo check --bins` on omicron-releng (360/380)
51082026-08-25T09:12:53.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51092026-08-25T09:12:53.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51102026-08-25T09:12:53.559Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
51112026-08-25T09:12:53.563Z Compiling fs-err v2.11.0
51122026-08-25T09:12:53.678Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
51132026-08-25T09:12:53.690Z Checking parse-size v1.1.0
51142026-08-25T09:12:53.698Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
51152026-08-25T09:12:53.701Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
51162026-08-25T09:12:53.701Z Checking shell-words v1.1.1
51172026-08-25T09:12:53.786Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
51182026-08-25T09:12:54.120Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
51192026-08-25T09:12:54.297Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
51202026-08-25T09:12:54.970Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
51212026-08-25T09:12:55.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
51222026-08-25T09:12:56.113Z
51232026-08-25T09:12:56.113Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (361/380)
51242026-08-25T09:12:56.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51252026-08-25T09:12:56.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51262026-08-25T09:12:56.753Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
51272026-08-25T09:12:57.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
51282026-08-25T09:12:57.428Z
51292026-08-25T09:12:57.428Zinfo: running `cargo check --bins` on schema (362/380)
51302026-08-25T09:12:57.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51312026-08-25T09:12:57.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51322026-08-25T09:12:58.165Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
51332026-08-25T09:12:58.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
51342026-08-25T09:12:59.072Z
51352026-08-25T09:12:59.072Zinfo: running `cargo check --bins` on xtask (363/380)
51362026-08-25T09:12:59.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51372026-08-25T09:12:59.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51382026-08-25T09:12:59.484Z Checking serde_core v1.0.229
51392026-08-25T09:12:59.484Z Checking libc v0.2.185
51402026-08-25T09:12:59.564Z Checking bitflags v2.11.0
51412026-08-25T09:12:59.571Z Checking scroll v0.12.0
51422026-08-25T09:12:59.578Z Checking thiserror v1.0.69
51432026-08-25T09:12:59.581Z Checking log v0.4.33
51442026-08-25T09:12:59.592Z Checking indexmap v2.14.0
51452026-08-25T09:12:59.599Z Checking zerocopy v0.7.35
51462026-08-25T09:12:59.663Z Checking syn v2.0.117
51472026-08-25T09:12:59.703Z Checking dtrace-parser v0.2.0
51482026-08-25T09:12:59.722Z Checking once_cell v1.21.3
51492026-08-25T09:12:59.786Z Checking goblin v0.8.2
51502026-08-25T09:12:59.846Z Checking errno v0.3.14
51512026-08-25T09:12:59.899Z Checking getrandom v0.4.3
51522026-08-25T09:12:59.934Z Checking thread-id v4.2.2
51532026-08-25T09:12:59.962Z Checking rustix v1.1.4
51542026-08-25T09:13:00.010Z Checking memmap v0.7.0
51552026-08-25T09:13:00.029Z Checking thiserror v2.0.18
51562026-08-25T09:13:00.096Z Checking fs-err v3.3.0
51572026-08-25T09:13:00.121Z Checking anyhow v1.0.104
51582026-08-25T09:13:00.130Z Checking tabled v0.15.0
51592026-08-25T09:13:00.724Z Checking terminal_size v0.4.3
51602026-08-25T09:13:00.724Z Checking tempfile v3.27.0
51612026-08-25T09:13:00.834Z Checking clap_builder v4.6.0
51622026-08-25T09:13:00.837Z Checking textwrap v0.16.2
51632026-08-25T09:13:01.024Z Checking serde v1.0.229
51642026-08-25T09:13:01.024Z Checking serde_json v1.0.151
51652026-08-25T09:13:01.027Z Checking camino v1.2.5
51662026-08-25T09:13:01.053Z Checking semver v1.0.28
51672026-08-25T09:13:01.225Z Checking cargo-platform v0.3.2
51682026-08-25T09:13:01.291Z Checking camino-tempfile v1.4.1
51692026-08-25T09:13:01.431Z Checking serde_spanned v0.6.9
51702026-08-25T09:13:01.435Z Checking toml_datetime v0.6.11
51712026-08-25T09:13:01.435Z Checking macaddr v1.0.1
51722026-08-25T09:13:01.457Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
51732026-08-25T09:13:01.611Z Checking toml_edit v0.22.27
51742026-08-25T09:13:01.624Z Checking cargo_metadata v0.23.1
51752026-08-25T09:13:01.668Z Checking dof v0.3.0
51762026-08-25T09:13:01.933Z Checking usdt-impl v0.5.0
51772026-08-25T09:13:02.059Z Checking clap v4.6.1
51782026-08-25T09:13:02.193Z Checking usdt v0.5.0
51792026-08-25T09:13:02.588Z Checking toml v0.8.23
51802026-08-25T09:13:02.852Z Checking cargo_toml v0.21.0
51812026-08-25T09:13:03.490Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
51822026-08-25T09:13:03.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s
51832026-08-25T09:13:03.985Z
51842026-08-25T09:13:03.985Zinfo: running `cargo check --bins` on dnsadm (364/380)
51852026-08-25T09:13:04.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51862026-08-25T09:13:04.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51872026-08-25T09:13:04.632Z Checking arc-swap v1.8.2
51882026-08-25T09:13:04.914Z Checking slog-scope v4.4.1
51892026-08-25T09:13:05.026Z Checking slog-stdlog v4.1.1
51902026-08-25T09:13:05.122Z Checking slog-envlogger v2.2.0
51912026-08-25T09:13:05.242Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
51922026-08-25T09:13:05.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
51932026-08-25T09:13:05.836Z
51942026-08-25T09:13:05.836Zinfo: running `cargo check --bins` on end-to-end-tests (365/380)
51952026-08-25T09:13:06.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51962026-08-25T09:13:06.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51972026-08-25T09:13:06.667Z Checking cpubits v0.1.1
51982026-08-25T09:13:06.794Z Checking pem-rfc7468 v1.0.0
51992026-08-25T09:13:06.809Z Checking hmac v0.13.0
52002026-08-25T09:13:06.812Z Checking universal-hash v0.6.1
52012026-08-25T09:13:06.835Z Checking ctr v0.10.1
52022026-08-25T09:13:06.835Z Checking aead v0.6.1
52032026-08-25T09:13:06.863Z Checking aes v0.9.1
52042026-08-25T09:13:06.867Z Checking crypto-bigint v0.7.5
52052026-08-25T09:13:06.890Z Checking salsa20 v0.11.0
52062026-08-25T09:13:06.945Z Checking polyval v0.7.1
52072026-08-25T09:13:06.949Z Checking der v0.8.0
52082026-08-25T09:13:06.980Z Checking cbc v0.2.1
52092026-08-25T09:13:06.997Z Checking pbkdf2 v0.13.0
52102026-08-25T09:13:07.018Z Checking ff v0.14.0
52112026-08-25T09:13:07.058Z Checking signature v3.0.0
52122026-08-25T09:13:07.109Z Checking scrypt v0.12.0
52132026-08-25T09:13:07.124Z Checking base16ct v1.0.0
52142026-08-25T09:13:07.127Z Checking ghash v0.6.0
52152026-08-25T09:13:07.151Z Checking group v0.14.0
52162026-08-25T09:13:07.208Z Checking hkdf v0.13.0
52172026-08-25T09:13:07.252Z Compiling curve25519-dalek v5.0.0
52182026-08-25T09:13:07.270Z Checking keccak v0.2.0
52192026-08-25T09:13:07.285Z Checking poly1305 v0.9.0
52202026-08-25T09:13:07.298Z Checking wnaf v0.14.0
52212026-08-25T09:13:07.302Z Checking aes-gcm v0.11.0
52222026-08-25T09:13:07.339Z Checking blowfish v0.10.0
52232026-08-25T09:13:07.424Z Checking blake2 v0.11.0-rc.6
52242026-08-25T09:13:07.461Z Checking sha3 v0.11.0
52252026-08-25T09:13:07.478Z Checking kem v0.3.0
52262026-08-25T09:13:07.493Z Checking bcrypt-pbkdf v0.11.0
52272026-08-25T09:13:07.547Z Checking module-lattice v0.2.3
52282026-08-25T09:13:07.593Z Checking sponge-cursor v0.1.0
52292026-08-25T09:13:07.647Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
52302026-08-25T09:13:07.680Z Checking argon2 v0.6.0-rc.8
52312026-08-25T09:13:07.726Z Checking sha3 v0.12.0
52322026-08-25T09:13:07.767Z Checking internal-russh-num-bigint v0.5.0
52332026-08-25T09:13:07.783Z Checking spki v0.8.0
52342026-08-25T09:13:07.802Z Checking sec1 v0.8.1
52352026-08-25T09:13:07.822Z Checking ml-kem v0.3.2
52362026-08-25T09:13:07.926Z Checking num-bigint v0.4.6
52372026-08-25T09:13:07.958Z Checking pkcs5 v0.8.1
52382026-08-25T09:13:07.995Z Checking pkcs1 v0.8.0-rc.4
52392026-08-25T09:13:08.012Z Checking generic-array v1.4.3
52402026-08-25T09:13:08.206Z Checking russh-util v0.52.0
52412026-08-25T09:13:08.254Z Checking pkcs8 v0.11.0
52422026-08-25T09:13:08.329Z Compiling enum_dispatch v0.3.13
52432026-08-25T09:13:08.404Z Compiling delegate v0.13.5
52442026-08-25T09:13:08.453Z Checking ed25519 v3.0.0
52452026-08-25T09:13:08.544Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52462026-08-25T09:13:08.601Z Checking md5 v0.8.0
52472026-08-25T09:13:08.616Z Checking hex-literal v1.1.0
52482026-08-25T09:13:08.651Z Checking ed25519-dalek v3.0.0
52492026-08-25T09:13:08.735Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
52502026-08-25T09:13:08.768Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
52512026-08-25T09:13:08.856Z Checking socket2 v0.5.10
52522026-08-25T09:13:08.875Z Checking internet-checksum v0.2.1
52532026-08-25T09:13:08.951Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52542026-08-25T09:13:09.155Z Checking elliptic-curve v0.14.1
52552026-08-25T09:13:09.155Z Checking rfc6979 v0.6.0
52562026-08-25T09:13:09.159Z Checking primefield v0.14.0
52572026-08-25T09:13:09.159Z Checking ssh-encoding v0.3.0
52582026-08-25T09:13:09.259Z Checking crypto-primes v0.7.2
52592026-08-25T09:13:09.414Z Checking ssh-cipher v0.3.0
52602026-08-25T09:13:09.417Z Checking russh-cryptovec v0.62.0
52612026-08-25T09:13:09.542Z Checking ecdsa v0.17.0
52622026-08-25T09:13:09.545Z Checking primeorder v0.14.0
52632026-08-25T09:13:09.916Z Checking p384 v0.14.0
52642026-08-25T09:13:09.920Z Checking p521 v0.14.0
52652026-08-25T09:13:09.920Z Checking p256 v0.14.0
52662026-08-25T09:13:10.191Z Checking rsa v0.10.0-rc.18
52672026-08-25T09:13:12.787Z Checking ssh-key v0.7.0-rc.11
52682026-08-25T09:13:13.543Z Checking russh v0.62.4
52692026-08-25T09:13:27.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.78s
52702026-08-25T09:13:27.629Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
52712026-08-25T09:13:27.629Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
52722026-08-25T09:13:27.832Z
52732026-08-25T09:13:27.832Zinfo: running `cargo check --bins` on gateway-cli (366/380)
52742026-08-25T09:13:28.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52752026-08-25T09:13:28.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52762026-08-25T09:13:28.485Z Checking termios v0.3.3
52772026-08-25T09:13:28.679Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
52782026-08-25T09:13:29.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
52792026-08-25T09:13:29.454Z
52802026-08-25T09:13:29.454Zinfo: running `cargo check --bins --no-default-features` on installinator (367/380)
52812026-08-25T09:13:29.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52822026-08-25T09:13:29.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52832026-08-25T09:13:30.148Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
52842026-08-25T09:13:30.849Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
52852026-08-25T09:13:32.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
52862026-08-25T09:13:32.642Z
52872026-08-25T09:13:32.642Zinfo: running `cargo check --bins` on internal-dns-cli (368/380)
52882026-08-25T09:13:33.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52892026-08-25T09:13:33.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52902026-08-25T09:13:33.295Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
52912026-08-25T09:13:33.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
52922026-08-25T09:13:33.910Z
52932026-08-25T09:13:33.910Zinfo: running `cargo check --bins` on omicron-live-tests (369/380)
52942026-08-25T09:13:34.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52952026-08-25T09:13:34.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52962026-08-25T09:13:34.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52972026-08-25T09:13:34.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
52982026-08-25T09:13:34.477Z
52992026-08-25T09:13:34.477Zinfo: running `cargo check --bins` on live-tests-macros (370/380)
53002026-08-25T09:13:34.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53012026-08-25T09:13:34.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53022026-08-25T09:13:34.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53032026-08-25T09:13:34.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
53042026-08-25T09:13:35.049Z
53052026-08-25T09:13:35.049Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (371/380)
53062026-08-25T09:13:35.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53072026-08-25T09:13:35.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53082026-08-25T09:13:35.807Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
53092026-08-25T09:13:36.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
53102026-08-25T09:13:36.595Z
53112026-08-25T09:13:36.595Zinfo: running `cargo check --bins` on omicron-ntp-admin (372/380)
53122026-08-25T09:13:37.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53132026-08-25T09:13:37.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53142026-08-25T09:13:37.254Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
53152026-08-25T09:13:37.254Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
53162026-08-25T09:13:38.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
53172026-08-25T09:13:38.361Z
53182026-08-25T09:13:38.361Zinfo: running `cargo check --bins` on ntp-admin-types (373/380)
53192026-08-25T09:13:38.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53202026-08-25T09:13:38.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53212026-08-25T09:13:38.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53222026-08-25T09:13:38.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
53232026-08-25T09:13:38.932Z
53242026-08-25T09:13:38.932Zinfo: running `cargo check --bins` on omicron-package (374/380)
53252026-08-25T09:13:39.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53262026-08-25T09:13:39.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53272026-08-25T09:13:39.622Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
53282026-08-25T09:13:40.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s
53292026-08-25T09:13:40.913Z
53302026-08-25T09:13:40.913Zinfo: running `cargo check --bins` on tqdb (375/380)
53312026-08-25T09:13:41.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53322026-08-25T09:13:41.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53332026-08-25T09:13:41.713Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
53342026-08-25T09:13:42.065Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
53352026-08-25T09:13:42.573Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
53362026-08-25T09:13:42.573Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
53372026-08-25T09:13:49.584Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
53382026-08-25T09:13:49.584Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
53392026-08-25T09:13:49.584Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
53402026-08-25T09:13:50.224Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
53412026-08-25T09:13:50.227Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
53422026-08-25T09:13:50.227Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
53432026-08-25T09:13:50.227Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
53442026-08-25T09:13:51.022Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
53452026-08-25T09:13:51.615Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
53462026-08-25T09:13:51.853Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
53472026-08-25T09:13:52.228Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
53482026-08-25T09:13:53.109Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
53492026-08-25T09:13:53.768Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
53502026-08-25T09:13:58.538Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
53512026-08-25T09:14:05.882Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53522026-08-25T09:14:05.885Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
53532026-08-25T09:14:05.885Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53542026-08-25T09:14:05.885Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53552026-08-25T09:14:07.429Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53562026-08-25T09:14:08.718Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
53572026-08-25T09:14:09.401Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
53582026-08-25T09:14:10.701Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
53592026-08-25T09:14:11.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.33s
53602026-08-25T09:14:11.463Z
53612026-08-25T09:14:11.463Zinfo: running `cargo check --bins` on wicket-dbg (376/380)
53622026-08-25T09:14:11.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53632026-08-25T09:14:11.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53642026-08-25T09:14:12.185Z Checking rtoolbox v0.0.3
53652026-08-25T09:14:12.185Z Checking tui-tree-widget v0.23.1
53662026-08-25T09:14:12.189Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
53672026-08-25T09:14:12.312Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
53682026-08-25T09:14:12.403Z Checking rpassword v7.5.4
53692026-08-25T09:14:15.166Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53702026-08-25T09:14:17.025Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
53712026-08-25T09:14:17.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.50s
53722026-08-25T09:14:18.160Z
53732026-08-25T09:14:18.160Zinfo: running `cargo check --bins` on wicket (377/380)
53742026-08-25T09:14:18.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53752026-08-25T09:14:18.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53762026-08-25T09:14:18.868Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53772026-08-25T09:14:19.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
53782026-08-25T09:14:19.418Z
53792026-08-25T09:14:19.418Zinfo: running `cargo check --bins` on wicketd (378/380)
53802026-08-25T09:14:19.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53812026-08-25T09:14:19.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53822026-08-25T09:14:20.132Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
53832026-08-25T09:14:23.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s
53842026-08-25T09:14:23.915Z
53852026-08-25T09:14:23.915Zinfo: running `cargo check --bins` on omicron-workspace-hack (379/380)
53862026-08-25T09:14:24.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53872026-08-25T09:14:24.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53882026-08-25T09:14:24.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53892026-08-25T09:14:24.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
53902026-08-25T09:14:24.493Z
53912026-08-25T09:14:24.493Zinfo: running `cargo check --bins` on zone-setup (380/380)
53922026-08-25T09:14:25.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53932026-08-25T09:14:25.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53942026-08-25T09:14:25.191Z Checking uzers v0.12.2
53952026-08-25T09:14:25.446Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
53962026-08-25T09:14:26.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
53972026-08-25T09:14:26.433Z
53982026-08-25T09:14:26.433Zreal 15:38.145494902
53992026-08-25T09:14:26.433Zuser 22:53.130856031
54002026-08-25T09:14:26.433Zsys 4:37.832945035
54012026-08-25T09:14:26.433Ztrap 0.339691181
54022026-08-25T09:14:26.433Ztflt 0.685488890
54032026-08-25T09:14:26.433Zdflt 0.827384546
54042026-08-25T09:14:26.433Zkflt 0.005073414
54052026-08-25T09:14:26.433Zlock 1:35:16.656339032
54062026-08-25T09:14:26.433Zslp 1:50:37.711333963
54072026-08-25T09:14:26.433Zlat 58.376193535
54082026-08-25T09:14:26.433Zstop 4:08.639840054
54092026-08-25T09:14:26.437Zprocess exited: duration 1072523 ms, exit code 0
 
54102026-08-25T09:14:26.445Zfound 0 output files