01KZCMMTFNYWSJJ12C81ZVVTNF: 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: 01KZCMN9ACCGTCY33S0M6W4Z04

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-06T22:57:11.357Zjob assigned to worker 01KZCMNERVMERMMJQ44Q29CXSD [factory aws, i-046bc17d221a25779] (queued for 55 s)
 
22026-08-06T22:57:18.255Zstarting task 0: "setup"
32026-08-06T22:57:18.261Z++ uname -s
42026-08-06T22:57:18.264Z+ kern=SunOS
52026-08-06T22:57:18.264Z+ build_user=build
62026-08-06T22:57:18.264Z+ build_uid=12345
72026-08-06T22:57:18.264Z+ work_dir=/work
82026-08-06T22:57:18.264Z+ input_dir=/input
92026-08-06T22:57:18.264Z+ [[ 0 == 12345 ]]
102026-08-06T22:57:18.264Z+ case "$kern" in
112026-08-06T22:57:18.264Z+ groupadd -g 12345 build
122026-08-06T22:57:18.267Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-06T22:57:20.270Z+ zfs create -o mountpoint=/work rpool/work
142026-08-06T22:57:20.380Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-06T22:57:20.386Z+ home_fs=zfs
162026-08-06T22:57:20.386Z+ [[ zfs == autofs ]]
172026-08-06T22:57:20.386Z+ mkdir -p /home/build
182026-08-06T22:57:20.386Z+ chown build:build /home/build /work
192026-08-06T22:57:22.384Z+ chmod 0700 /home/build /work
202026-08-06T22:57:22.387Zprocess exited: duration 4129 ms, exit code 0
 
212026-08-06T22:57:22.395Zstarting task 1: "rust-toolchain"
222026-08-06T22:57:22.398Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-06T22:57:22.398Z * rust toolchain channel = "1.97.1"
242026-08-06T22:57:22.398Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-06T22:57:22.398Z * rust toolchain profile = "default"
262026-08-06T22:57:22.398Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-06T22:57:22.398Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-06T22:57:22.401Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-06T22:57:22.402Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-06T22:57:22.502Zinfo: downloading installer
312026-08-06T22:57:23.918Zwarn: It looks like you have an existing rustup settings file at:
322026-08-06T22:57:23.918Zwarn: /home/build/.rustup/settings.toml
332026-08-06T22:57:23.918Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-06T22:57:23.918Zwarn: instead of the one inferred from the default host triple.
352026-08-06T22:57:23.930Zinfo: profile set to default
362026-08-06T22:57:23.930Zinfo: default host triple is x86_64-unknown-illumos
372026-08-06T22:57:23.933Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-06T22:57:24.071Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-06T22:57:24.074Zinfo: downloading 6 components
402026-08-06T22:57:39.277Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-06T22:57:39.277Z
422026-08-06T22:57:39.303Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-06T22:57:39.303Z
442026-08-06T22:57:39.303Z
452026-08-06T22:57:39.303ZRust is installed now. Great!
462026-08-06T22:57:39.303Z
472026-08-06T22:57:39.303ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-06T22:57:39.303Zenvironment variable. This has not been done automatically.
492026-08-06T22:57:39.303Z
502026-08-06T22:57:39.303ZTo configure your current shell, you need to source
512026-08-06T22:57:39.303Zthe corresponding env file under $HOME/.cargo.
522026-08-06T22:57:39.303Z
532026-08-06T22:57:39.303ZThis is usually done by running one of the following (note the leading DOT):
542026-08-06T22:57:39.307Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-06T22:57:39.307Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-06T22:57:39.307Zsource "~/.cargo/env.nu" # For nushell
572026-08-06T22:57:39.307Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-06T22:57:39.307Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-06T22:57:39.307Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-06T22:57:39.307Zwarn: no default linker (`cc`) was found in your PATH
612026-08-06T22:57:39.307Zwarn: many Rust crates require a system C toolchain to build
622026-08-06T22:57:39.410Z+ rustup --version
632026-08-06T22:57:39.419Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-06T22:57:39.422Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-06T22:57:39.440Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-06T22:57:39.443Z+ cargo --version
672026-08-06T22:57:39.457Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-06T22:57:39.460Z+ rustc --version
692026-08-06T22:57:39.479Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-06T22:57:39.482Zprocess exited: duration 17086 ms, exit code 0
 
712026-08-06T22:57:39.488Zstarting task 2: "authentication"
722026-08-06T22:57:39.504Zprocess exited: duration 16 ms, exit code 0
 
732026-08-06T22:57:39.510Zstarting task 3: "clone repository"
742026-08-06T22:57:39.513Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-06T22:57:39.516Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-06T22:57:39.547ZCloning into '/work/oxidecomputer/omicron'...
772026-08-06T22:57:49.997Z+ cd /work/oxidecomputer/omicron
782026-08-06T22:57:49.997Z+ git fetch origin 7eae0109d8a258e6a35b7048b9b6a2bcfd7964bf
792026-08-06T22:57:50.278ZFrom https://github.com/oxidecomputer/omicron
802026-08-06T22:57:50.278Z * branch 7eae0109d8a258e6a35b7048b9b6a2bcfd7964bf -> FETCH_HEAD
812026-08-06T22:57:50.288Z+ [[ -n inventory-collection-tracing ]]
822026-08-06T22:57:50.291Z++ git branch --show-current
832026-08-06T22:57:50.292Z+ current=main
842026-08-06T22:57:50.292Z+ [[ main != inventory-collection-tracing ]]
852026-08-06T22:57:50.292Z+ git branch -f inventory-collection-tracing 7eae0109d8a258e6a35b7048b9b6a2bcfd7964bf
862026-08-06T22:57:50.294Z+ git checkout -f inventory-collection-tracing
872026-08-06T22:57:50.539ZSwitched to branch 'inventory-collection-tracing'
882026-08-06T22:57:50.542Z+ git reset --hard 7eae0109d8a258e6a35b7048b9b6a2bcfd7964bf
892026-08-06T22:57:50.561ZHEAD is now at 7eae0109d omdb: show inventory phase timings and export the collection trace
902026-08-06T22:57:50.564Zprocess exited: duration 11051 ms, exit code 0
 
912026-08-06T22:57:50.570Zstarting task 4: "build"
922026-08-06T22:57:50.574Z+ source .github/buildomat/ci-env.sh
932026-08-06T22:57:50.577Z++ export CARGO_TERM_COLOR=always
942026-08-06T22:57:50.577Z++ CARGO_TERM_COLOR=always
952026-08-06T22:57:50.577Z+++ uname -s
962026-08-06T22:57:50.577Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-06T22:57:50.577Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-06T22:57:50.580Z+ cargo --version
992026-08-06T22:57:50.586Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-06T22:57:50.589Z+ rustc --version
1012026-08-06T22:57:50.609Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-06T22:57:50.613Z+ source ./env.sh
1032026-08-06T22:57:50.613Z++ OLD_SHELL_OPTS=ehxB
1042026-08-06T22:57:50.613Z++ set -o xtrace
1052026-08-06T22:57:50.616Z++++ dirname ./env.sh
1062026-08-06T22:57:50.616Z+++ readlink -f .
1072026-08-06T22:57:50.619Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-06T22:57:50.619Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-08-06T22:57:50.619Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-08-06T22:57:50.619Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-08-06T22:57:50.619Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-08-06T22:57:50.619Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-08-06T22:57:50.619Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-08-06T22:57:50.619Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-08-06T22:57:50.619Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-08-06T22:57:50.619Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-08-06T22:57:50.619Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-08-06T22:57:50.619Z++ case $OLD_SHELL_OPTS in
1192026-08-06T22:57:50.619Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-06T22:57:50.619Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1212026-08-06T22:57:50.619Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1222026-08-06T22:57:50.620Z+ banner prerequisites
1232026-08-06T22:57:50.620Z
1242026-08-06T22:57:50.620Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-06T22:57:50.620Z # # # # # # # # # # # # # # #
1262026-08-06T22:57:50.620Z # # # # ##### # # ##### # # # # # #### #
1272026-08-06T22:57:50.620Z ##### ##### # ##### # # # # # # # # #
1282026-08-06T22:57:50.620Z # # # # # # # # # # # # # # #
1292026-08-06T22:57:50.620Z # # # ###### # # ###### ### # #### # #### #
1302026-08-06T22:57:50.620Z
1312026-08-06T22:57:50.620Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-06T22:57:52.388Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-06T22:57:52.629Z Startup: Caching catalogs ... Done
1342026-08-06T22:57:53.954ZPlanning: Solver setup ... Done (1.242s)
1352026-08-06T22:57:53.998ZPlanning: Running solver ... Done (0.044s)
1362026-08-06T22:57:54.030ZPlanning: Finding local manifests ... Done (0.003s)
1372026-08-06T22:57:54.041ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-06T22:57:54.056ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-06T22:57:54.069ZPlanning: Package planning ... Done (0.013s)
1402026-08-06T22:57:54.072ZPlanning: Merging actions ... Done (0.001s)
1412026-08-06T22:57:54.232ZPlanning: Checking for conflicting actions ... Done (0.160s)
1422026-08-06T22:57:54.235ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-06T22:57:55.004ZPlanning: Evaluating mediators ... Done (0.772s)
1442026-08-06T22:57:55.008ZPlanning: Planning completed in 2.35 seconds
1452026-08-06T22:57:55.014Z Packages to install: 2
1462026-08-06T22:57:55.018Z Estimated space available: 156.02 GB
1472026-08-06T22:57:55.018ZEstimated space to be consumed: 56.47 MB
1482026-08-06T22:57:55.018Z Create boot environment: No
1492026-08-06T22:57:55.018ZCreate backup boot environment: No
1502026-08-06T22:57:55.018Z Rebuild boot archive: No
1512026-08-06T22:57:55.018Z
1522026-08-06T22:57:55.018ZChanged packages:
1532026-08-06T22:57:55.018Zhelios
1542026-08-06T22:57:55.018Z developer/build-essential
1552026-08-06T22:57:55.018Z None -> 11-3.0
1562026-08-06T22:57:55.018Z library/libxmlsec1
1572026-08-06T22:57:55.018Z None -> 1.2.35-3.0
1582026-08-06T22:57:55.038Z
1592026-08-06T22:57:55.038ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-06T22:57:55.115ZDownload: Completed 1.28 MB in 0.08 seconds (16.8M/s)
1612026-08-06T22:57:55.198Z Actions: 1/268 actions (Installing new actions)
1622026-08-06T22:57:55.235Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-06T22:57:55.259ZFinalize: Updating package state database ... Done (0.023s)
1642026-08-06T22:57:55.263ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-06T22:57:55.318ZFinalize: Updating image state ... Done (0.058s)
1662026-08-06T22:57:57.784ZFinalize: Creating fast lookup database ... Done (2.430s)
1672026-08-06T22:57:57.849ZFinalize: Reading search index ... Done (0.012s)
1682026-08-06T22:57:57.854ZFinalize: Updating search index ... Done (0.000s)
1692026-08-06T22:57:57.941ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-06T22:57:58.284ZPlanning: Evaluating mediator changes ... Done
1712026-08-06T22:57:58.388ZPlanning: Checking for conflicting actions ... Done
1722026-08-06T22:57:58.391ZPlanning: Consolidating action changes ... Done
1732026-08-06T22:57:58.545ZPlanning: Evaluating mediators ... Done
1742026-08-06T22:57:58.548ZPlanning: Planning completed in 0.26 seconds
1752026-08-06T22:57:58.568Z Mediators to change: 2
1762026-08-06T22:57:58.568Z Create boot environment: No
1772026-08-06T22:57:58.568ZCreate backup boot environment: No
1782026-08-06T22:57:58.614ZFinalize: Updating package state database ... Done
1792026-08-06T22:57:58.614ZFinalize: Updating package cache ... Done
1802026-08-06T22:57:58.648ZFinalize: Updating image state ... Done
1812026-08-06T22:58:00.589ZFinalize: Creating fast lookup database ... Done
1822026-08-06T22:58:00.650ZFinalize: Reading search index ... Done
1832026-08-06T22:58:00.654ZFinalize: Updating search index ... Done
1842026-08-06T22:58:00.722ZFinalize: Updating package cache ... Done
1852026-08-06T22:58:01.004ZPlanning: Evaluating mediator changes ... Done
1862026-08-06T22:58:01.109ZPlanning: Checking for conflicting actions ... Done
1872026-08-06T22:58:01.113ZPlanning: Consolidating action changes ... Done
1882026-08-06T22:58:01.267ZPlanning: Evaluating mediators ... Done
1892026-08-06T22:58:01.270ZPlanning: Planning completed in 0.26 seconds
1902026-08-06T22:58:01.290Z Mediators to change: 1
1912026-08-06T22:58:01.290Z Create boot environment: No
1922026-08-06T22:58:01.293ZCreate backup boot environment: No
1932026-08-06T22:58:01.331ZFinalize: Updating package state database ... Done
1942026-08-06T22:58:01.331ZFinalize: Updating package cache ... Done
1952026-08-06T22:58:01.366ZFinalize: Updating image state ... Done
1962026-08-06T22:58:03.320ZFinalize: Creating fast lookup database ... Done
1972026-08-06T22:58:03.381ZFinalize: Reading search index ... Done
1982026-08-06T22:58:03.384ZFinalize: Updating search index ... Done
1992026-08-06T22:58:03.455ZFinalize: Updating package cache ... Done
2002026-08-06T22:58:03.768ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-06T22:58:03.768Zapache system 2.4 system
2022026-08-06T22:58:03.768Zclang system 15 system
2032026-08-06T22:58:03.768Zcsh system system illumos
2042026-08-06T22:58:03.768Zctags system system illumos
2052026-08-06T22:58:03.768Zfile vendor vendor darwinsys
2062026-08-06T22:58:03.768Zfile system system illumos
2072026-08-06T22:58:03.768Zgcc vendor 14 vendor
2082026-08-06T22:58:03.768Zgcc system 13 system
2092026-08-06T22:58:03.768Zgcc system 10 system
2102026-08-06T22:58:03.768Zgo system 1.25 system
2112026-08-06T22:58:03.768Zllvm system 15 system
2122026-08-06T22:58:03.768Zmariadb system 11.4 system
2132026-08-06T22:58:03.768Zmta vendor vendor dma
2142026-08-06T22:58:03.768Zopenjdk system 17 system
2152026-08-06T22:58:03.768Zopenjdk system 11 system
2162026-08-06T22:58:03.768Zopenssl vendor 3 vendor
2172026-08-06T22:58:03.768Zperl system 5.40 system
2182026-08-06T22:58:03.768Zpostgresql system 18 system
2192026-08-06T22:58:03.768Zpostgresql system 17 system
2202026-08-06T22:58:03.768Zpython vendor 3 vendor
2212026-08-06T22:58:03.768Zpython system 2 system
2222026-08-06T22:58:03.768Zpython3 vendor 3.13 vendor
2232026-08-06T22:58:03.768Zruby system 3.4 system
2242026-08-06T22:58:03.768Zruby system 3.0 system
2252026-08-06T22:58:03.768Zwords vendor vendor american-english
2262026-08-06T22:58:03.768Zwords system system australian-english
2272026-08-06T22:58:03.768Zwords system system british-english
2282026-08-06T22:58:03.768Zwords system system canadian-english
2292026-08-06T22:58:03.768Zwords system system french
2302026-08-06T22:58:03.768Zwords system system italian
2312026-08-06T22:58:03.768Zwords system system ngerman
2322026-08-06T22:58:03.769Zwords system system ogerman
2332026-08-06T22:58:03.769Zwords system system spanish
2342026-08-06T22:58:04.017ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-06T22:58:04.017Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-06T22:58:04.412ZFMRI IFO
2372026-08-06T22:58:04.412Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-06T22:58:04.412Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-06T22:58:04.412Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-06T22:58:04.412Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-06T22:58:04.412Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-06T22:58:04.413Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-06T22:58:04.413Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-06T22:58:04.413Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-06T22:58:04.413Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-06T22:58:04.708Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-06T22:58:05.030Z Updating crates.io index
2482026-08-06T22:58:05.033Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-06T22:58:05.280Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-06T22:58:05.584Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-08-06T22:58:06.508Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-08-06T22:58:07.007Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-08-06T22:58:08.770Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-08-06T22:58:09.615Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-08-06T22:58:09.920Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-08-06T22:58:10.246Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-08-06T22:58:11.599Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-08-06T22:58:11.893Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-08-06T22:58:16.915Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602026-08-06T22:58:17.181Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-08-06T22:58:17.612Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-08-06T22:58:18.179Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2632026-08-06T22:58:18.548Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-08-06T22:58:18.790Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-08-06T22:58:19.076Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-08-06T22:58:19.365Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-08-06T22:58:19.737Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682026-08-06T22:58:19.965Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692026-08-06T22:58:20.228Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-08-06T22:58:20.619Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2712026-08-06T22:58:20.959Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-08-06T22:58:21.208Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-08-06T22:58:21.606Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-08-06T22:58:21.831Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-08-06T22:58:22.169Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-08-06T22:58:22.474Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-08-06T22:58:22.705Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-08-06T22:58:22.978Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-08-06T22:58:23.280Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2802026-08-06T22:58:23.711Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-08-06T22:58:23.948Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2822026-08-06T22:58:24.189Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-08-06T22:58:24.476Z Updating git repository `https://github.com/oxidecomputer/tough`
2842026-08-06T22:58:24.996Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-08-06T22:58:25.419Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-08-06T22:58:25.647Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2872026-08-06T22:58:25.885Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2882026-08-06T22:58:26.173Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2892026-08-06T22:58:26.389Z Updating git repository `https://github.com/illumos/smf-rs`
2902026-08-06T22:58:29.046Z Downloading crates ...
2912026-08-06T22:58:29.096Z Downloaded cargo-platform v0.3.2
2922026-08-06T22:58:29.108Z Downloaded byteorder v1.5.0
2932026-08-06T22:58:29.111Z Downloaded anstream v1.0.0
2942026-08-06T22:58:29.114Z Downloaded camino-tempfile v1.4.1
2952026-08-06T22:58:29.115Z Downloaded camino v1.2.2
2962026-08-06T22:58:29.115Z Downloaded dtrace-parser v0.2.0
2972026-08-06T22:58:29.115Z Downloaded fastrand v2.3.0
2982026-08-06T22:58:29.118Z Downloaded zerocopy-derive v0.7.35
2992026-08-06T22:58:29.118Z Downloaded zmij v1.0.21
3002026-08-06T22:58:29.121Z Downloaded dof v0.3.0
3012026-08-06T22:58:29.121Z Downloaded heck v0.4.1
3022026-08-06T22:58:29.121Z Downloaded memmap v0.7.0
3032026-08-06T22:58:29.124Z Downloaded block-buffer v0.10.4
3042026-08-06T22:58:29.125Z Downloaded cfg-if v1.0.4
3052026-08-06T22:58:29.128Z Downloaded cpufeatures v0.2.17
3062026-08-06T22:58:29.128Z Downloaded zerocopy v0.7.35
3072026-08-06T22:58:29.137Z Downloaded generic-array v0.14.7
3082026-08-06T22:58:29.146Z Downloaded macaddr v1.0.1
3092026-08-06T22:58:29.146Z Downloaded heck v0.5.0
3102026-08-06T22:58:29.150Z Downloaded fnv v1.0.7
3112026-08-06T22:58:29.150Z Downloaded equivalent v1.0.2
3122026-08-06T22:58:29.150Z Downloaded is_terminal_polyfill v1.70.2
3132026-08-06T22:58:29.153Z Downloaded errno v0.3.14
3142026-08-06T22:58:29.153Z Downloaded anstyle-query v1.1.5
3152026-08-06T22:58:29.161Z Downloaded colorchoice v1.0.4
3162026-08-06T22:58:29.164Z Downloaded clap_lex v1.0.0
3172026-08-06T22:58:29.164Z Downloaded terminal_size v0.4.3
3182026-08-06T22:58:29.164Z Downloaded serde_spanned v0.6.9
3192026-08-06T22:58:29.164Z Downloaded anstyle-parse v1.0.0
3202026-08-06T22:58:29.169Z Downloaded itoa v1.0.17
3212026-08-06T22:58:29.172Z Downloaded fs-err v3.3.0
3222026-08-06T22:58:29.173Z Downloaded autocfg v1.5.0
3232026-08-06T22:58:29.173Z Downloaded cargo_toml v0.21.0
3242026-08-06T22:58:29.176Z Downloaded pest_derive v2.8.6
3252026-08-06T22:58:29.176Z Downloaded usdt-macro v0.5.0
3262026-08-06T22:58:29.179Z Downloaded strsim v0.11.1
3272026-08-06T22:58:29.183Z Downloaded version_check v0.9.5
3282026-08-06T22:58:29.183Z Downloaded pretty-hex v0.4.1
3292026-08-06T22:58:29.187Z Downloaded tabled_derive v0.7.0
3302026-08-06T22:58:29.192Z Downloaded plain v0.2.3
3312026-08-06T22:58:29.195Z Downloaded unicode-linebreak v0.1.5
3322026-08-06T22:58:29.195Z Downloaded usdt-attr-macro v0.5.0
3332026-08-06T22:58:29.195Z Downloaded smawk v0.3.2
3342026-08-06T22:58:29.198Z Downloaded toml_write v0.1.2
3352026-08-06T22:58:29.198Z Downloaded anstyle v1.0.14
3362026-08-06T22:58:29.198Z Downloaded crypto-common v0.1.7
3372026-08-06T22:58:29.206Z Downloaded digest v0.10.7
3382026-08-06T22:58:29.209Z Downloaded bytecount v0.6.9
3392026-08-06T22:58:29.209Z Downloaded cargo_metadata v0.23.1
3402026-08-06T22:58:29.209Z Downloaded scroll_derive v0.12.1
3412026-08-06T22:58:29.222Z Downloaded toml_datetime v0.6.11
3422026-08-06T22:58:29.225Z Downloaded swrite v0.1.0
3432026-08-06T22:58:29.225Z Downloaded thread-id v4.2.2
3442026-08-06T22:58:29.225Z Downloaded utf8parse v0.2.2
3452026-08-06T22:58:29.225Z Downloaded usdt v0.5.0
3462026-08-06T22:58:29.242Z Downloaded proc-macro-error-attr v1.0.4
3472026-08-06T22:58:29.245Z Downloaded quote v1.0.45
3482026-08-06T22:58:29.246Z Downloaded thiserror-impl v1.0.69
3492026-08-06T22:58:29.249Z Downloaded proc-macro-error v1.0.4
3502026-08-06T22:58:29.253Z Downloaded scroll v0.12.0
3512026-08-06T22:58:29.256Z Downloaded clap_derive v4.6.1
3522026-08-06T22:58:29.260Z Downloaded pest_generator v2.8.6
3532026-08-06T22:58:29.260Z Downloaded bitflags v2.11.0
3542026-08-06T22:58:29.263Z Downloaded once_cell v1.21.3
3552026-08-06T22:58:29.263Z Downloaded thiserror v2.0.18
3562026-08-06T22:58:29.267Z Downloaded usdt-impl v0.5.0
3572026-08-06T22:58:29.267Z Downloaded thiserror-impl v2.0.18
3582026-08-06T22:58:29.274Z Downloaded serde_tokenstream v0.2.3
3592026-08-06T22:58:29.278Z Downloaded thiserror v1.0.69
3602026-08-06T22:58:29.282Z Downloaded log v0.4.29
3612026-08-06T22:58:29.285Z Downloaded tempfile v3.25.0
3622026-08-06T22:58:29.288Z Downloaded ucd-trie v0.1.7
3632026-08-06T22:58:29.291Z Downloaded clap v4.6.1
3642026-08-06T22:58:29.295Z Downloaded papergrid v0.11.0
3652026-08-06T22:58:29.298Z Downloaded semver v1.0.28
3662026-08-06T22:58:29.301Z Downloaded toml v0.8.23
3672026-08-06T22:58:29.308Z Downloaded anyhow v1.0.102
3682026-08-06T22:58:29.311Z Downloaded sha2 v0.10.9
3692026-08-06T22:58:29.311Z Downloaded pest_meta v2.8.6
3702026-08-06T22:58:29.314Z Downloaded proc-macro2 v1.0.106
3712026-08-06T22:58:29.314Z Downloaded getrandom v0.4.1
3722026-08-06T22:58:29.318Z Downloaded serde_derive v1.0.228
3732026-08-06T22:58:29.326Z Downloaded unicode-ident v1.0.24
3742026-08-06T22:58:29.329Z Downloaded textwrap v0.16.2
3752026-08-06T22:58:29.334Z Downloaded memchr v2.8.0
3762026-08-06T22:58:29.338Z Downloaded serde_core v1.0.228
3772026-08-06T22:58:29.363Z Downloaded toml_edit v0.22.27
3782026-08-06T22:58:29.368Z Downloaded serde v1.0.228
3792026-08-06T22:58:29.371Z Downloaded indexmap v2.14.0
3802026-08-06T22:58:29.386Z Downloaded typenum v1.20.1
3812026-08-06T22:58:29.389Z Downloaded pest v2.8.6
3822026-08-06T22:58:29.424Z Downloaded serde_json v1.0.151
3832026-08-06T22:58:29.427Z Downloaded clap_builder v4.6.0
3842026-08-06T22:58:29.439Z Downloaded hashbrown v0.17.0
3852026-08-06T22:58:29.448Z Downloaded winnow v0.7.14
3862026-08-06T22:58:29.458Z Downloaded goblin v0.8.2
3872026-08-06T22:58:29.462Z Downloaded tabled v0.15.0
3882026-08-06T22:58:29.469Z Downloaded syn v1.0.109
3892026-08-06T22:58:29.484Z Downloaded unicode-width v0.1.14
3902026-08-06T22:58:29.489Z Downloaded unicode-width v0.2.0
3912026-08-06T22:58:29.496Z Downloaded syn v2.0.117
3922026-08-06T22:58:29.507Z Downloaded rustix v1.1.3
3932026-08-06T22:58:29.538Z Downloaded libc v0.2.185
3942026-08-06T22:58:29.601Z Compiling proc-macro2 v1.0.106
3952026-08-06T22:58:29.601Z Compiling quote v1.0.45
3962026-08-06T22:58:29.601Z Compiling unicode-ident v1.0.24
3972026-08-06T22:58:29.605Z Compiling serde_core v1.0.228
3982026-08-06T22:58:29.605Z Compiling libc v0.2.185
3992026-08-06T22:58:29.605Z Compiling version_check v0.9.5
4002026-08-06T22:58:29.605Z Compiling memchr v2.8.0
4012026-08-06T22:58:29.605Z Compiling serde v1.0.228
4022026-08-06T22:58:29.914Z Compiling zmij v1.0.21
4032026-08-06T22:58:30.169Z Compiling ucd-trie v0.1.7
4042026-08-06T22:58:30.172Z Compiling itoa v1.0.17
4052026-08-06T22:58:30.214Z Compiling thiserror v1.0.69
4062026-08-06T22:58:30.416Z Compiling pest v2.8.6
4072026-08-06T22:58:30.457Z Compiling rustix v1.1.3
4082026-08-06T22:58:30.604Z Compiling byteorder v1.5.0
4092026-08-06T22:58:30.689Z Compiling errno v0.3.14
4102026-08-06T22:58:30.838Z Compiling serde_json v1.0.151
4112026-08-06T22:58:30.875Z Compiling bitflags v2.11.0
4122026-08-06T22:58:31.036Z Compiling syn v2.0.117
4132026-08-06T22:58:31.100Z Compiling thread-id v4.2.2
4142026-08-06T22:58:31.121Z Compiling usdt-impl v0.5.0
4152026-08-06T22:58:31.184Z Compiling proc-macro-error-attr v1.0.4
4162026-08-06T22:58:31.301Z Compiling camino v1.2.2
4172026-08-06T22:58:31.326Z Compiling syn v1.0.109
4182026-08-06T22:58:31.432Z Compiling pest_meta v2.8.6
4192026-08-06T22:58:31.657Z Compiling proc-macro-error v1.0.4
4202026-08-06T22:58:31.687Z Compiling equivalent v1.0.2
4212026-08-06T22:58:31.724Z Compiling hashbrown v0.17.0
4222026-08-06T22:58:31.777Z Compiling getrandom v0.4.1
4232026-08-06T22:58:31.836Z Compiling log v0.4.29
4242026-08-06T22:58:32.059Z Compiling utf8parse v0.2.2
4252026-08-06T22:58:32.125Z Compiling plain v0.2.3
4262026-08-06T22:58:32.164Z Compiling anstyle-parse v1.0.0
4272026-08-06T22:58:32.238Z Compiling indexmap v2.14.0
4282026-08-06T22:58:32.262Z Compiling terminal_size v0.4.3
4292026-08-06T22:58:32.759Z Compiling cfg-if v1.0.4
4302026-08-06T22:58:32.836Z Compiling pretty-hex v0.4.1
4312026-08-06T22:58:32.857Z Compiling colorchoice v1.0.4
4322026-08-06T22:58:32.913Z Compiling toml_write v0.1.2
4332026-08-06T22:58:32.976Z Compiling anstyle-query v1.1.5
4342026-08-06T22:58:32.993Z Compiling thiserror v2.0.18
4352026-08-06T22:58:33.020Z Compiling winnow v0.7.14
4362026-08-06T22:58:33.023Z Compiling is_terminal_polyfill v1.70.2
4372026-08-06T22:58:33.084Z Compiling anstyle v1.0.14
4382026-08-06T22:58:33.105Z Compiling autocfg v1.5.0
4392026-08-06T22:58:33.309Z Compiling pest_generator v2.8.6
4402026-08-06T22:58:33.328Z Compiling anstream v1.0.0
4412026-08-06T22:58:33.540Z Compiling once_cell v1.21.3
4422026-08-06T22:58:33.558Z Compiling fs-err v3.3.0
4432026-08-06T22:58:33.694Z Compiling heck v0.4.1
4442026-08-06T22:58:33.745Z Compiling anyhow v1.0.102
4452026-08-06T22:58:33.763Z Compiling unicode-width v0.1.14
4462026-08-06T22:58:33.913Z Compiling clap_lex v1.0.0
4472026-08-06T22:58:33.932Z Compiling heck v0.5.0
4482026-08-06T22:58:34.037Z Compiling bytecount v0.6.9
4492026-08-06T22:58:34.041Z Compiling fnv v1.0.7
4502026-08-06T22:58:34.072Z Compiling strsim v0.11.1
4512026-08-06T22:58:34.147Z Compiling fastrand v2.3.0
4522026-08-06T22:58:34.164Z Compiling papergrid v0.11.0
4532026-08-06T22:58:34.316Z Compiling clap_builder v4.6.0
4542026-08-06T22:58:34.401Z Compiling tempfile v3.25.0
4552026-08-06T22:58:34.417Z Compiling semver v1.0.28
4562026-08-06T22:58:34.433Z Compiling cargo-platform v0.3.2
4572026-08-06T22:58:34.475Z Compiling tabled_derive v0.7.0
4582026-08-06T22:58:34.548Z Compiling memmap v0.7.0
4592026-08-06T22:58:34.703Z Compiling smawk v0.3.2
4602026-08-06T22:58:34.737Z Compiling unicode-width v0.2.0
4612026-08-06T22:58:34.740Z Compiling unicode-linebreak v0.1.5
4622026-08-06T22:58:34.771Z Compiling camino-tempfile v1.4.1
4632026-08-06T22:58:34.989Z Compiling serde_derive v1.0.228
4642026-08-06T22:58:35.005Z Compiling thiserror-impl v1.0.69
4652026-08-06T22:58:35.022Z Compiling zerocopy-derive v0.7.35
4662026-08-06T22:58:35.025Z Compiling pest_derive v2.8.6
4672026-08-06T22:58:35.204Z Compiling scroll_derive v0.12.1
4682026-08-06T22:58:35.389Z Compiling thiserror-impl v2.0.18
4692026-08-06T22:58:35.476Z Compiling clap_derive v4.6.1
4702026-08-06T22:58:35.602Z Compiling tabled v0.15.0
4712026-08-06T22:58:35.869Z Compiling scroll v0.12.0
4722026-08-06T22:58:35.893Z Compiling zerocopy v0.7.35
4732026-08-06T22:58:36.149Z Compiling goblin v0.8.2
4742026-08-06T22:58:36.345Z Compiling dtrace-parser v0.2.0
4752026-08-06T22:58:36.442Z Compiling textwrap v0.16.2
4762026-08-06T22:58:36.891Z Compiling swrite v0.1.0
4772026-08-06T22:58:37.203Z Compiling clap v4.6.1
4782026-08-06T22:58:37.997Z Compiling serde_spanned v0.6.9
4792026-08-06T22:58:37.998Z Compiling toml_datetime v0.6.11
4802026-08-06T22:58:37.998Z Compiling macaddr v1.0.1
4812026-08-06T22:58:38.001Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-08-06T22:58:38.001Z Compiling cargo_metadata v0.23.1
4832026-08-06T22:58:38.076Z Compiling dof v0.3.0
4842026-08-06T22:58:38.094Z Compiling serde_tokenstream v0.2.3
4852026-08-06T22:58:38.207Z Compiling toml_edit v0.22.27
4862026-08-06T22:58:38.894Z Compiling usdt-attr-macro v0.5.0
4872026-08-06T22:58:38.894Z Compiling usdt-macro v0.5.0
4882026-08-06T22:58:39.477Z Compiling usdt v0.5.0
4892026-08-06T22:58:39.566Z Compiling toml v0.8.23
4902026-08-06T22:58:39.893Z Compiling cargo_toml v0.21.0
4912026-08-06T22:58:41.146Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922026-08-06T22:58:43.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.59s
4932026-08-06T22:58:43.341Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4942026-08-06T22:58:43.859Z Downloading crates ...
4952026-08-06T22:58:43.911Z Downloaded adler2 v2.0.1
4962026-08-06T22:58:43.914Z Downloaded base16ct v0.2.0
4972026-08-06T22:58:43.918Z Downloaded convert_case v0.4.0
4982026-08-06T22:58:43.927Z Downloaded flagset v0.4.7
4992026-08-06T22:58:43.933Z Downloaded foreign-types v0.5.0
5002026-08-06T22:58:43.936Z Downloaded bitfield-macros v0.19.4
5012026-08-06T22:58:43.936Z Downloaded expectorate v1.2.0
5022026-08-06T22:58:43.936Z Downloaded atomicwrites v0.4.4
5032026-08-06T22:58:43.941Z Downloaded glob v0.3.3
5042026-08-06T22:58:43.944Z Downloaded ascii-canvas v3.0.0
5052026-08-06T22:58:43.947Z Downloaded assert_matches v1.5.0
5062026-08-06T22:58:43.947Z Downloaded bcrypt-pbkdf v0.11.0
5072026-08-06T22:58:43.950Z Downloaded arrayref v0.3.9
5082026-08-06T22:58:43.950Z Downloaded fallible-iterator v0.2.0
5092026-08-06T22:58:43.953Z Downloaded bit-set v0.8.0
5102026-08-06T22:58:43.956Z Downloaded futures-io v0.3.32
5112026-08-06T22:58:43.959Z Downloaded enum-as-inner v0.6.1
5122026-08-06T22:58:43.959Z Downloaded fs-err v2.11.0
5132026-08-06T22:58:43.959Z Downloaded bit-vec v0.6.3
5142026-08-06T22:58:43.962Z Downloaded bitfield v0.19.4
5152026-08-06T22:58:43.962Z Downloaded aead v0.6.1
5162026-08-06T22:58:43.962Z Downloaded base64ct v1.8.3
5172026-08-06T22:58:43.962Z Downloaded aead v0.5.2
5182026-08-06T22:58:43.965Z Downloaded cfg_aliases v0.2.1
5192026-08-06T22:58:43.965Z Downloaded futures-sink v0.3.32
5202026-08-06T22:58:43.965Z Downloaded float-cmp v0.10.0
5212026-08-06T22:58:43.965Z Downloaded foreign-types-shared v0.3.1
5222026-08-06T22:58:43.968Z Downloaded fd-lock v4.0.4
5232026-08-06T22:58:43.968Z Downloaded hash32 v0.2.1
5242026-08-06T22:58:43.968Z Downloaded bb8 v0.8.6
5252026-08-06T22:58:43.968Z Downloaded ciborium-ll v0.2.2
5262026-08-06T22:58:43.972Z Downloaded futures-core v0.3.32
5272026-08-06T22:58:43.972Z Downloaded base16ct v1.0.0
5282026-08-06T22:58:43.972Z Downloaded bit-set v0.5.3
5292026-08-06T22:58:43.976Z Downloaded find-msvc-tools v0.1.9
5302026-08-06T22:58:43.976Z Downloaded ghash v0.6.0
5312026-08-06T22:58:43.976Z Downloaded atomic-waker v1.1.2
5322026-08-06T22:58:43.976Z Downloaded atty v0.2.14
5332026-08-06T22:58:43.976Z Downloaded bcs v0.1.6
5342026-08-06T22:58:43.980Z Downloaded float-ord v0.3.2
5352026-08-06T22:58:43.980Z Downloaded fixedbitset v0.4.2
5362026-08-06T22:58:43.980Z Downloaded futures-task v0.3.32
5372026-08-06T22:58:43.980Z Downloaded byte-wrapper v0.1.0
5382026-08-06T22:58:43.983Z Downloaded foreign-types-macros v0.2.3
5392026-08-06T22:58:43.983Z Downloaded fxhash v0.2.1
5402026-08-06T22:58:43.987Z Downloaded argon2 v0.5.3
5412026-08-06T22:58:43.987Z Downloaded futures-macro v0.3.32
5422026-08-06T22:58:43.987Z Downloaded constant_time_eq v0.4.2
5432026-08-06T22:58:43.990Z Downloaded async-stream v0.3.6
5442026-08-06T22:58:43.993Z Downloaded foreign-types-shared v0.1.1
5452026-08-06T22:58:43.993Z Downloaded fixedbitset v0.5.7
5462026-08-06T22:58:43.993Z Downloaded fs_extra v1.3.0
5472026-08-06T22:58:43.996Z Downloaded array-init v0.0.4
5482026-08-06T22:58:43.996Z Downloaded headers-core v0.3.0
5492026-08-06T22:58:43.999Z Downloaded block-buffer v0.12.1
5502026-08-06T22:58:44.004Z Downloaded funty v2.0.0
5512026-08-06T22:58:44.007Z Downloaded env_filter v1.0.0
5522026-08-06T22:58:44.010Z Downloaded gethostname v0.5.0
5532026-08-06T22:58:44.010Z Downloaded http-range v0.1.5
5542026-08-06T22:58:44.013Z Downloaded foreign-types v0.3.2
5552026-08-06T22:58:44.016Z Downloaded cfg_aliases v0.1.1
5562026-08-06T22:58:44.016Z Downloaded async-recursion v1.1.1
5572026-08-06T22:58:44.020Z Downloaded async-stream-impl v0.3.6
5582026-08-06T22:58:44.020Z Downloaded ciborium-io v0.2.2
5592026-08-06T22:58:44.023Z Downloaded hex-literal v1.1.0
5602026-08-06T22:58:44.026Z Downloaded erased-serde v0.3.31
5612026-08-06T22:58:44.026Z Downloaded git-stub v1.0.0
5622026-08-06T22:58:44.026Z Downloaded cobs v0.3.0
5632026-08-06T22:58:44.026Z Downloaded enum_dispatch v0.3.13
5642026-08-06T22:58:44.029Z Downloaded futures-executor v0.3.32
5652026-08-06T22:58:44.029Z Downloaded async-trait v0.1.89
5662026-08-06T22:58:44.044Z Downloaded cassowary v0.3.0
5672026-08-06T22:58:44.044Z Downloaded hex v0.4.3
5682026-08-06T22:58:44.044Z Downloaded hostname v0.3.1
5692026-08-06T22:58:44.044Z Downloaded endian-type v0.1.2
5702026-08-06T22:58:44.044Z Downloaded globwalk v0.9.1
5712026-08-06T22:58:44.045Z Downloaded hubpack v0.1.2
5722026-08-06T22:58:44.045Z Downloaded home v0.5.12
5732026-08-06T22:58:44.045Z Downloaded http-body v1.0.1
5742026-08-06T22:58:44.045Z Downloaded num-conv v0.2.0
5752026-08-06T22:58:44.045Z Downloaded compression-core v0.4.31
5762026-08-06T22:58:44.045Z Downloaded hostname v0.4.2
5772026-08-06T22:58:44.048Z Downloaded block-padding v0.4.2
5782026-08-06T22:58:44.048Z Downloaded num v0.4.3
5792026-08-06T22:58:44.048Z Downloaded castaway v0.2.4
5802026-08-06T22:58:44.048Z Downloaded hash32 v0.3.1
5812026-08-06T22:58:44.051Z Downloaded hubpack_derive v0.1.1
5822026-08-06T22:58:44.051Z Downloaded hyper-tls v0.6.0
5832026-08-06T22:58:44.054Z Downloaded httpdate v1.0.3
5842026-08-06T22:58:44.054Z Downloaded getrandom v0.3.4
5852026-08-06T22:58:44.057Z Downloaded arrayvec v0.7.6
5862026-08-06T22:58:44.057Z Downloaded backoff v0.4.0
5872026-08-06T22:58:44.060Z Downloaded bit-vec v0.8.0
5882026-08-06T22:58:44.063Z Downloaded blake2 v0.10.6
5892026-08-06T22:58:44.063Z Downloaded bzip2 v0.4.4
5902026-08-06T22:58:44.063Z Downloaded openssl-probe v0.2.1
5912026-08-06T22:58:44.067Z Downloaded num_enum_derive v0.5.11
5922026-08-06T22:58:44.067Z Downloaded percent-encoding v2.3.2
5932026-08-06T22:58:44.070Z Downloaded phf_shared v0.12.1
5942026-08-06T22:58:44.070Z Downloaded phf_shared v0.13.1
5952026-08-06T22:58:44.073Z Downloaded predicates-core v1.0.10
5962026-08-06T22:58:44.073Z Downloaded form_urlencoded v1.2.2
5972026-08-06T22:58:44.073Z Downloaded ff v0.13.1
5982026-08-06T22:58:44.073Z Downloaded ff v0.14.0
5992026-08-06T22:58:44.076Z Downloaded foldhash v0.1.5
6002026-08-06T22:58:44.076Z Downloaded humantime v2.3.0
6012026-08-06T22:58:44.076Z Downloaded filetime v0.2.27
6022026-08-06T22:58:44.079Z Downloaded git-stub-vcs v0.1.0
6032026-08-06T22:58:44.079Z Downloaded http-body-util v0.1.3
6042026-08-06T22:58:44.079Z Downloaded progenitor-macro v0.13.0
6052026-08-06T22:58:44.079Z Downloaded env_logger v0.11.9
6062026-08-06T22:58:44.082Z Downloaded const_format_proc_macros v0.2.34
6072026-08-06T22:58:44.085Z Downloaded blowfish v0.10.0
6082026-08-06T22:58:44.085Z Downloaded cexpr v0.6.0
6092026-08-06T22:58:44.085Z Downloaded anstyle-parse v0.2.7
6102026-08-06T22:58:44.089Z Downloaded foldhash v0.2.0
6112026-08-06T22:58:44.089Z Downloaded rfc6979 v0.4.0
6122026-08-06T22:58:44.089Z Downloaded rustc_version v0.4.1
6132026-08-06T22:58:44.092Z Downloaded rustc_version v0.1.7
6142026-08-06T22:58:44.092Z Downloaded serde_plain v1.0.2
6152026-08-06T22:58:44.099Z Downloaded anstream v0.6.21
6162026-08-06T22:58:44.099Z Downloaded bitfield-struct v0.6.2
6172026-08-06T22:58:44.099Z Downloaded bitflags v1.3.2
6182026-08-06T22:58:44.099Z Downloaded cipher v0.5.2
6192026-08-06T22:58:44.099Z Downloaded cbc v0.2.1
6202026-08-06T22:58:44.099Z Downloaded cipher v0.4.4
6212026-08-06T22:58:44.099Z Downloaded hmac v0.13.0
6222026-08-06T22:58:44.103Z Downloaded futures-channel v0.3.32
6232026-08-06T22:58:44.103Z Downloaded bs58 v0.5.1
6242026-08-06T22:58:44.103Z Downloaded globset v0.4.18
6252026-08-06T22:58:44.103Z Downloaded group v0.13.0
6262026-08-06T22:58:44.106Z Downloaded hyper-staticfile v0.10.1
6272026-08-06T22:58:44.107Z Downloaded same-file v1.0.6
6282026-08-06T22:58:44.107Z Downloaded serde_bytes v0.11.19
6292026-08-06T22:58:44.110Z Downloaded async-bb8-diesel v0.2.1
6302026-08-06T22:58:44.110Z Downloaded backon v1.6.0
6312026-08-06T22:58:44.110Z Downloaded futures v0.3.32
6322026-08-06T22:58:44.115Z Downloaded group v0.14.0
6332026-08-06T22:58:44.115Z Downloaded cmov v0.5.4
6342026-08-06T22:58:44.118Z Downloaded getrandom v0.2.17
6352026-08-06T22:58:44.122Z Downloaded shell-words v1.1.1
6362026-08-06T22:58:44.122Z Downloaded sigpipe v0.1.3
6372026-08-06T22:58:44.122Z Downloaded buf-list v1.1.2
6382026-08-06T22:58:44.126Z Downloaded supports-color v3.0.2
6392026-08-06T22:58:44.126Z Downloaded camino-tempfile-ext v0.3.3
6402026-08-06T22:58:44.135Z Downloaded password-hash v0.5.0
6412026-08-06T22:58:44.138Z Downloaded pem v3.0.6
6422026-08-06T22:58:44.138Z Downloaded phf v0.12.1
6432026-08-06T22:58:44.138Z Downloaded progenitor v0.13.0
6442026-08-06T22:58:44.138Z Downloaded highway v1.3.0
6452026-08-06T22:58:44.141Z Downloaded slog-bunyan v2.5.0
6462026-08-06T22:58:44.145Z Downloaded structmeta v0.3.0
6472026-08-06T22:58:44.152Z Downloaded pbkdf2 v0.13.0
6482026-08-06T22:58:44.152Z Downloaded progenitor v0.14.0
6492026-08-06T22:58:44.152Z Downloaded rand_core v0.9.5
6502026-08-06T22:58:44.152Z Downloaded take_mut v0.2.2
6512026-08-06T22:58:44.155Z Downloaded pkcs8 v0.10.2
6522026-08-06T22:58:44.155Z Downloaded postgres-protocol v0.6.10
6532026-08-06T22:58:44.155Z Downloaded radium v0.7.0
6542026-08-06T22:58:44.155Z Downloaded structmeta-derive v0.3.0
6552026-08-06T22:58:44.158Z Downloaded tokio-macros v2.7.0
6562026-08-06T22:58:44.158Z Downloaded testing_table v0.3.0
6572026-08-06T22:58:44.159Z Downloaded time-core v0.1.8
6582026-08-06T22:58:44.159Z Downloaded unarray v0.1.4
6592026-08-06T22:58:44.163Z Downloaded argon2 v0.6.0-rc.8
6602026-08-06T22:58:44.163Z Downloaded colored v3.1.1
6612026-08-06T22:58:44.167Z Downloaded sec1 v0.7.3
6622026-08-06T22:58:44.167Z Downloaded sec1 v0.8.1
6632026-08-06T22:58:44.167Z Downloaded blake2 v0.11.0-rc.6
6642026-08-06T22:58:44.167Z Downloaded colored v2.2.0
6652026-08-06T22:58:44.167Z Downloaded httparse v1.10.1
6662026-08-06T22:58:44.171Z Downloaded cancel-safe-futures v0.1.5
6672026-08-06T22:58:44.171Z Downloaded hyper-rustls v0.27.7
6682026-08-06T22:58:44.171Z Downloaded num-rational v0.4.2
6692026-08-06T22:58:44.171Z Downloaded bzip2 v0.6.1
6702026-08-06T22:58:44.174Z Downloaded chacha20 v0.9.1
6712026-08-06T22:58:44.174Z Downloaded chacha20 v0.10.0
6722026-08-06T22:58:44.174Z Downloaded compression-codecs v0.4.37
6732026-08-06T22:58:44.177Z Downloaded hybrid-array v0.4.13
6742026-08-06T22:58:44.178Z Downloaded scroll v0.13.0
6752026-08-06T22:58:44.178Z Downloaded yoke-derive v0.8.1
6762026-08-06T22:58:44.181Z Downloaded untrusted v0.7.1
6772026-08-06T22:58:44.181Z Downloaded untrusted v0.9.0
6782026-08-06T22:58:44.185Z Downloaded fatfs v0.3.6
6792026-08-06T22:58:44.185Z Downloaded half v2.7.1
6802026-08-06T22:58:44.188Z Downloaded want v0.3.1
6812026-08-06T22:58:44.188Z Downloaded shlex v1.3.0
6822026-08-06T22:58:44.192Z Downloaded zone_cfg_derive v0.3.1
6832026-08-06T22:58:44.197Z Downloaded curve25519-dalek-derive v0.1.1
6842026-08-06T22:58:44.197Z Downloaded console v0.15.11
6852026-08-06T22:58:44.197Z Downloaded hmac v0.12.1
6862026-08-06T22:58:44.200Z Downloaded ciborium v0.2.2
6872026-08-06T22:58:44.200Z Downloaded cmake v0.1.57
6882026-08-06T22:58:44.200Z Downloaded spki v0.7.3
6892026-08-06T22:58:44.201Z Downloaded static_assertions v1.1.0
6902026-08-06T22:58:44.201Z Downloaded clang-sys v1.8.1
6912026-08-06T22:58:44.204Z Downloaded owo-colors v4.3.0
6922026-08-06T22:58:44.207Z Downloaded darling_macro v0.20.11
6932026-08-06T22:58:44.207Z Downloaded debug-ignore v1.0.5
6942026-08-06T22:58:44.207Z Downloaded crunchy v0.2.4
6952026-08-06T22:58:44.210Z Downloaded dirs-sys-next v0.1.2
6962026-08-06T22:58:44.210Z Downloaded generic-array v1.4.3
6972026-08-06T22:58:44.211Z Downloaded arc-swap v1.8.2
6982026-08-06T22:58:44.214Z Downloaded slog-async v2.8.0
6992026-08-06T22:58:44.219Z Downloaded ssh-encoding v0.3.0
7002026-08-06T22:58:44.220Z Downloaded defmt-parser v1.0.0
7012026-08-06T22:58:44.220Z Downloaded rand_core v0.10.0
7022026-08-06T22:58:44.220Z Downloaded dof v0.4.0
7032026-08-06T22:58:44.223Z Downloaded dtrace-parser v0.3.0
7042026-08-06T22:58:44.223Z Downloaded dunce v1.0.5
7052026-08-06T22:58:44.226Z Downloaded indent_write v2.2.0
7062026-08-06T22:58:44.226Z Downloaded inout v0.1.4
7072026-08-06T22:58:44.226Z Downloaded internet-checksum v0.2.1
7082026-08-06T22:58:44.226Z Downloaded thread_local v1.1.9
7092026-08-06T22:58:44.229Z Downloaded parking_lot_core v0.9.12
7102026-08-06T22:58:44.230Z Downloaded postcard v1.1.3
7112026-08-06T22:58:44.230Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7122026-08-06T22:58:44.234Z Downloaded keccak v0.1.6
7132026-08-06T22:58:44.238Z Downloaded allocator-api2 v0.2.21
7142026-08-06T22:58:44.238Z Downloaded const-oid v0.9.6
7152026-08-06T22:58:44.241Z Downloaded console v0.16.2
7162026-08-06T22:58:44.245Z Downloaded vergen-lib v0.1.6
7172026-08-06T22:58:44.250Z Downloaded lalrpop-util v0.19.12
7182026-08-06T22:58:44.250Z Downloaded lazy_static v1.5.0
7192026-08-06T22:58:44.254Z Downloaded whoami v1.6.1
7202026-08-06T22:58:44.254Z Downloaded h2 v0.4.15
7212026-08-06T22:58:44.257Z Downloaded sha2 v0.11.0
7222026-08-06T22:58:44.257Z Downloaded lru-slab v0.1.2
7232026-08-06T22:58:44.257Z Downloaded match_cfg v0.1.0
7242026-08-06T22:58:44.257Z Downloaded normalize-line-endings v0.3.0
7252026-08-06T22:58:44.257Z Downloaded newtype-uuid-macros v0.1.0
7262026-08-06T22:58:44.257Z Downloaded wyz v0.5.1
7272026-08-06T22:58:44.262Z Downloaded xshell v0.2.7
7282026-08-06T22:58:44.262Z Downloaded zstd v0.13.3
7292026-08-06T22:58:44.265Z Downloaded ahash v0.8.12
7302026-08-06T22:58:44.266Z Downloaded mime v0.3.17
7312026-08-06T22:58:44.269Z Downloaded spin v0.9.8
7322026-08-06T22:58:44.272Z Downloaded const-oid v0.10.2
7332026-08-06T22:58:44.278Z Downloaded oso-derive v0.27.3
7342026-08-06T22:58:44.278Z Downloaded memoffset v0.9.1
7352026-08-06T22:58:44.278Z Downloaded openssl-macros v0.1.1
7362026-08-06T22:58:44.278Z Downloaded password-hash v0.6.1
7372026-08-06T22:58:44.279Z Downloaded psl-types v2.0.11
7382026-08-06T22:58:44.283Z Downloaded slab v0.4.12
7392026-08-06T22:58:44.283Z Downloaded base64 v0.21.7
7402026-08-06T22:58:44.283Z Downloaded delegate v0.13.5
7412026-08-06T22:58:44.283Z Downloaded heapless v0.7.17
7422026-08-06T22:58:44.283Z Downloaded half v1.8.3
7432026-08-06T22:58:44.287Z Downloaded base64 v0.22.1
7442026-08-06T22:58:44.287Z Downloaded smallvec v1.15.1
7452026-08-06T22:58:44.287Z Downloaded diesel-dtrace v0.5.0
7462026-08-06T22:58:44.288Z Downloaded heapless v0.8.0
7472026-08-06T22:58:44.291Z Downloaded term v1.2.1
7482026-08-06T22:58:44.291Z Downloaded quick-error v1.2.3
7492026-08-06T22:58:44.294Z Downloaded oxide-update-engine-types v0.1.2
7502026-08-06T22:58:44.298Z Downloaded phf_shared v0.11.3
7512026-08-06T22:58:44.298Z Downloaded proc-macro-error-attr2 v2.0.0
7522026-08-06T22:58:44.298Z Downloaded rand_chacha v0.3.1
7532026-08-06T22:58:44.298Z Downloaded ref-cast v1.0.25
7542026-08-06T22:58:44.299Z Downloaded flate2 v1.1.9
7552026-08-06T22:58:44.305Z Downloaded either v1.15.0
7562026-08-06T22:58:44.305Z Downloaded pkcs5 v0.8.1
7572026-08-06T22:58:44.305Z Downloaded progenitor-impl v0.14.0
7582026-08-06T22:58:44.305Z Downloaded headers v0.4.1
7592026-08-06T22:58:44.308Z Downloaded indoc v2.0.7
7602026-08-06T22:58:44.308Z Downloaded tokio-stream v0.1.18
7612026-08-06T22:58:44.314Z Downloaded tracing-attributes v0.1.31
7622026-08-06T22:58:44.314Z Downloaded scroll_derive v0.13.1
7632026-08-06T22:58:44.314Z Downloaded signal-hook-mio v0.2.5
7642026-08-06T22:58:44.319Z Downloaded compact_str v0.8.1
7652026-08-06T22:58:44.319Z Downloaded russh-util v0.52.0
7662026-08-06T22:58:44.326Z Downloaded nonempty v0.12.0
7672026-08-06T22:58:44.330Z Downloaded siphasher v1.0.2
7682026-08-06T22:58:44.330Z Downloaded zerocopy v0.6.6
7692026-08-06T22:58:44.333Z Downloaded serde_yaml v0.9.34+deprecated
7702026-08-06T22:58:44.333Z Downloaded bytes v1.11.1
7712026-08-06T22:58:44.339Z Downloaded thread-id v5.1.0
7722026-08-06T22:58:44.339Z Downloaded cc v1.2.56
7732026-08-06T22:58:44.339Z Downloaded chacha20poly1305 v0.10.1
7742026-08-06T22:58:44.339Z Downloaded newtype-uuid v1.3.2
7752026-08-06T22:58:44.339Z Downloaded sqlparser_derive v0.5.0
7762026-08-06T22:58:44.342Z Downloaded strsim v0.10.0
7772026-08-06T22:58:44.346Z Downloaded num_enum v0.7.6
7782026-08-06T22:58:44.350Z Downloaded mime_guess v2.0.5
7792026-08-06T22:58:44.350Z Downloaded oxide-tokio-rt v0.1.4
7802026-08-06T22:58:44.357Z Downloaded packed_struct v0.10.1
7812026-08-06T22:58:44.357Z Downloaded tokio-test v0.4.5
7822026-08-06T22:58:44.357Z Downloaded tinyvec_macros v0.1.1
7832026-08-06T22:58:44.357Z Downloaded num_enum_derive v0.7.6
7842026-08-06T22:58:44.357Z Downloaded packed_struct_codegen v0.10.1
7852026-08-06T22:58:44.357Z Downloaded sync_wrapper v1.0.2
7862026-08-06T22:58:44.357Z Downloaded paste v1.0.15
7872026-08-06T22:58:44.360Z Downloaded port-file v0.1.0
7882026-08-06T22:58:44.361Z Downloaded darling v0.20.11
7892026-08-06T22:58:44.361Z Downloaded hickory-resolver v0.24.4
7902026-08-06T22:58:44.361Z Downloaded bumpalo v3.20.2
7912026-08-06T22:58:44.364Z Downloaded phf v0.13.1
7922026-08-06T22:58:44.364Z Downloaded polyval v0.7.1
7932026-08-06T22:58:44.364Z Downloaded ron v0.8.1
7942026-08-06T22:58:44.370Z Downloaded pretty_assertions v1.4.1
7952026-08-06T22:58:44.370Z Downloaded tower-layer v0.3.3
7962026-08-06T22:58:44.370Z Downloaded trait-variant v0.1.2
7972026-08-06T22:58:44.370Z Downloaded usdt v0.6.0
7982026-08-06T22:58:44.374Z Downloaded unicode-truncate v1.1.0
7992026-08-06T22:58:44.374Z Downloaded zerofrom v0.1.6
8002026-08-06T22:58:44.374Z Downloaded wait-timeout v0.2.1
8012026-08-06T22:58:44.374Z Downloaded waitgroup v0.1.2
8022026-08-06T22:58:44.374Z Downloaded universal-hash v0.6.1
8032026-08-06T22:58:44.374Z Downloaded iana-time-zone v0.1.65
8042026-08-06T22:58:44.374Z Downloaded papergrid v0.17.0
8052026-08-06T22:58:44.377Z Downloaded rand_chacha v0.9.0
8062026-08-06T22:58:44.377Z Downloaded flume v0.11.1
8072026-08-06T22:58:44.382Z Downloaded toml_parser v1.1.2+spec-1.1.0
8082026-08-06T22:58:44.382Z Downloaded rustls-native-certs v0.8.3
8092026-08-06T22:58:44.382Z Downloaded tracing-core v0.1.36
8102026-08-06T22:58:44.386Z Downloaded serde_with_macros v1.5.2
8112026-08-06T22:58:44.386Z Downloaded ipnet v2.11.0
8122026-08-06T22:58:44.386Z Downloaded cstr-argument v0.1.2
8132026-08-06T22:58:44.386Z Downloaded litrs v1.0.0
8142026-08-06T22:58:44.389Z Downloaded rustls-pemfile v2.2.0
8152026-08-06T22:58:44.389Z Downloaded scrypt v0.12.0
8162026-08-06T22:58:44.389Z Downloaded ar_archive_writer v0.5.1
8172026-08-06T22:58:44.392Z Downloaded const_format v0.2.35
8182026-08-06T22:58:44.392Z Downloaded cpubits v0.1.1
8192026-08-06T22:58:44.392Z Downloaded crucible-workspace-hack v0.1.0
8202026-08-06T22:58:44.397Z Downloaded hickory-resolver v0.25.2
8212026-08-06T22:58:44.397Z Downloaded schemars v0.9.0
8222026-08-06T22:58:44.401Z Downloaded serde-hex v0.1.0
8232026-08-06T22:58:44.404Z Downloaded unsafe-libyaml v0.2.11
8242026-08-06T22:58:44.404Z Downloaded crc-any v2.5.0
8252026-08-06T22:58:44.404Z Downloaded memmap2 v0.9.10
8262026-08-06T22:58:44.409Z Downloaded serdect v0.4.3
8272026-08-06T22:58:44.414Z Downloaded critical-section v1.2.0
8282026-08-06T22:58:44.420Z Downloaded darling_macro v0.23.0
8292026-08-06T22:58:44.421Z Downloaded dyn-clone v1.0.20
8302026-08-06T22:58:44.421Z Downloaded async-compression v0.4.41
8312026-08-06T22:58:44.425Z Downloaded crossbeam-utils v0.8.21
8322026-08-06T22:58:44.425Z Downloaded zopfli v0.8.3
8332026-08-06T22:58:44.425Z Downloaded prettyplease v0.2.37
8342026-08-06T22:58:44.429Z Downloaded strum_macros v0.26.4
8352026-08-06T22:58:44.429Z Downloaded strum_macros v0.27.2
8362026-08-06T22:58:44.429Z Downloaded idna_adapter v1.2.1
8372026-08-06T22:58:44.429Z Downloaded instant v0.1.13
8382026-08-06T22:58:44.429Z Downloaded tokio-dtrace v0.1.1
8392026-08-06T22:58:44.429Z Downloaded hashbrown v0.12.3
8402026-08-06T22:58:44.432Z Downloaded is_ci v1.2.0
8412026-08-06T22:58:44.432Z Downloaded progenitor-extras v0.2.0
8422026-08-06T22:58:44.432Z Downloaded toml_writer v1.1.1+spec-1.1.0
8432026-08-06T22:58:44.432Z Downloaded writeable v0.6.2
8442026-08-06T22:58:44.435Z Downloaded multimap v0.10.1
8452026-08-06T22:58:44.435Z Downloaded opaque-debug v0.3.1
8462026-08-06T22:58:44.438Z Downloaded unicase v2.9.0
8472026-08-06T22:58:44.438Z Downloaded postgres-types v0.2.12
8482026-08-06T22:58:44.441Z Downloaded http v1.4.2
8492026-08-06T22:58:44.446Z Downloaded managed v0.8.0
8502026-08-06T22:58:44.446Z Downloaded p384 v0.14.0
8512026-08-06T22:58:44.454Z Downloaded serde_cbor v0.11.2
8522026-08-06T22:58:44.460Z Downloaded vergen-gitcl v1.0.8
8532026-08-06T22:58:44.460Z Downloaded md5 v0.8.0
8542026-08-06T22:58:44.463Z Downloaded newline-converter v0.3.0
8552026-08-06T22:58:44.463Z Downloaded num_threads v0.1.7
8562026-08-06T22:58:44.463Z Downloaded hickory-server v0.25.2
8572026-08-06T22:58:44.463Z Downloaded parse-display v0.10.0
8582026-08-06T22:58:44.463Z Downloaded precomputed-hash v0.1.1
8592026-08-06T22:58:44.463Z Downloaded serde_with_macros v3.21.0
8602026-08-06T22:58:44.466Z Downloaded snafu v0.8.9
8612026-08-06T22:58:44.470Z Downloaded spki v0.8.0
8622026-08-06T22:58:44.470Z Downloaded digest v0.11.3
8632026-08-06T22:58:44.472Z Downloaded ref-cast-impl v1.0.25
8642026-08-06T22:58:44.472Z Downloaded sapling-renderdag v0.1.0
8652026-08-06T22:58:44.475Z Downloaded rustls-webpki v0.103.13
8662026-08-06T22:58:44.475Z Downloaded rtoolbox v0.0.3
8672026-08-06T22:58:44.479Z Downloaded russh-cryptovec v0.62.0
8682026-08-06T22:58:44.479Z Downloaded secrecy v0.10.3
8692026-08-06T22:58:44.479Z Downloaded steno v0.4.1
8702026-08-06T22:58:44.481Z Downloaded csv-core v0.1.13
8712026-08-06T22:58:44.482Z Downloaded defmt-macros v1.0.1
8722026-08-06T22:58:44.485Z Downloaded displaydoc v0.2.5
8732026-08-06T22:58:44.485Z Downloaded darling_core v0.20.11
8742026-08-06T22:58:44.488Z Downloaded ssh-cipher v0.3.0
8752026-08-06T22:58:44.488Z Downloaded ecdsa v0.16.9
8762026-08-06T22:58:44.491Z Downloaded rand_xorshift v0.4.0
8772026-08-06T22:58:44.491Z Downloaded proc-macro-crate v1.3.1
8782026-08-06T22:58:44.491Z Downloaded scheduled-thread-pool v0.2.7
8792026-08-06T22:58:44.494Z Downloaded quinn v0.11.11
8802026-08-06T22:58:44.494Z Downloaded strum v0.27.2
8812026-08-06T22:58:44.497Z Downloaded ignore v0.4.25
8822026-08-06T22:58:44.500Z Downloaded tabwriter v1.4.1
8832026-08-06T22:58:44.503Z Downloaded termtree v0.5.1
8842026-08-06T22:58:44.503Z Downloaded void v1.0.2
8852026-08-06T22:58:44.503Z Downloaded serde_urlencoded v0.7.1
8862026-08-06T22:58:44.508Z Downloaded lock_api v0.4.14
8872026-08-06T22:58:44.513Z Downloaded vte v0.14.1
8882026-08-06T22:58:44.520Z Downloaded corncobs v0.1.4
8892026-08-06T22:58:44.523Z Downloaded rcgen v0.12.1
8902026-08-06T22:58:44.526Z Downloaded crc-catalog v2.4.0
8912026-08-06T22:58:44.526Z Downloaded twox-hash v2.1.2
8922026-08-06T22:58:44.530Z Downloaded unit-prefix v0.5.2
8932026-08-06T22:58:44.533Z Downloaded universal-hash v0.5.1
8942026-08-06T22:58:44.533Z Downloaded parking_lot_core v0.8.6
8952026-08-06T22:58:44.536Z Downloaded poly1305 v0.8.0
8962026-08-06T22:58:44.539Z Downloaded progenitor-macro v0.14.0
8972026-08-06T22:58:44.542Z Downloaded crossbeam-deque v0.8.6
8982026-08-06T22:58:44.546Z Downloaded zeroize_derive v1.5.0
8992026-08-06T22:58:44.546Z Downloaded darling_macro v0.13.4
9002026-08-06T22:58:44.549Z Downloaded diesel_table_macro_syntax v0.3.0
9012026-08-06T22:58:44.549Z Downloaded num-integer v0.1.46
9022026-08-06T22:58:44.549Z Downloaded primeorder v0.14.0
9032026-08-06T22:58:44.552Z Downloaded simd-adler32 v0.3.8
9042026-08-06T22:58:44.552Z Downloaded rand v0.9.2
9052026-08-06T22:58:44.555Z Downloaded semver v0.1.20
9062026-08-06T22:58:44.555Z Downloaded slog-json v2.6.1
9072026-08-06T22:58:44.555Z Downloaded ecdsa v0.17.0
9082026-08-06T22:58:44.558Z Downloaded unicode_categories v0.1.1
9092026-08-06T22:58:44.558Z Downloaded slog v2.8.2
9102026-08-06T22:58:44.562Z Downloaded pin-project v1.1.11
9112026-08-06T22:58:44.565Z Downloaded indoc v1.0.9
9122026-08-06T22:58:44.568Z Downloaded ml-kem v0.3.2
9132026-08-06T22:58:44.568Z Downloaded test-strategy v0.4.5
9142026-08-06T22:58:44.572Z Downloaded is-terminal v0.4.17
9152026-08-06T22:58:44.572Z Downloaded kem v0.3.0
9162026-08-06T22:58:44.572Z Downloaded libscf-sys v1.2.0
9172026-08-06T22:58:44.572Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9182026-08-06T22:58:44.576Z Downloaded rand_seeder v0.4.0
9192026-08-06T22:58:44.576Z Downloaded maybe-uninit v2.0.0
9202026-08-06T22:58:44.576Z Downloaded crypto-bigint v0.5.5
9212026-08-06T22:58:44.579Z Downloaded md-5 v0.10.6
9222026-08-06T22:58:44.579Z Downloaded new_debug_unreachable v1.0.6
9232026-08-06T22:58:44.579Z Downloaded rustyline v14.0.0
9242026-08-06T22:58:44.582Z Downloaded toml v0.7.8
9252026-08-06T22:58:44.585Z Downloaded smallvec v0.6.14
9262026-08-06T22:58:44.585Z Downloaded string_cache v0.8.9
9272026-08-06T22:58:44.585Z Downloaded support-bundle-viewer v0.1.2
9282026-08-06T22:58:44.585Z Downloaded predicates-tree v1.0.13
9292026-08-06T22:58:44.588Z Downloaded yoke v0.8.1
9302026-08-06T22:58:44.588Z Downloaded der v0.7.10
9312026-08-06T22:58:44.592Z Downloaded termios v0.3.3
9322026-08-06T22:58:44.595Z Downloaded tls_codec_derive v0.4.2
9332026-08-06T22:58:44.595Z Downloaded path-slash v0.1.5
9342026-08-06T22:58:44.598Z Downloaded rand_pcg v0.10.2
9352026-08-06T22:58:44.601Z Downloaded serde_repr v0.1.20
9362026-08-06T22:58:44.601Z Downloaded serde_spanned v1.1.1
9372026-08-06T22:58:44.601Z Downloaded tls_codec v0.4.2
9382026-08-06T22:58:44.601Z Downloaded uzers v0.12.2
9392026-08-06T22:58:44.604Z Downloaded recursive-proc-macro-impl v0.1.1
9402026-08-06T22:58:44.609Z Downloaded icu_collections v2.1.1
9412026-08-06T22:58:44.612Z Downloaded icu_locale_core v2.1.1
9422026-08-06T22:58:44.615Z Downloaded zstd-safe v7.2.4
9432026-08-06T22:58:44.617Z Downloaded defmt v1.0.1
9442026-08-06T22:58:44.617Z Downloaded pkcs1 v0.7.5
9452026-08-06T22:58:44.620Z Downloaded signal-hook-tokio v0.3.1
9462026-08-06T22:58:44.620Z Downloaded derive-where v1.6.0
9472026-08-06T22:58:44.623Z Downloaded daft-derive v0.1.7
9482026-08-06T22:58:44.626Z Downloaded derive_more v0.99.20
9492026-08-06T22:58:44.629Z Downloaded stable_deref_trait v1.2.1
9502026-08-06T22:58:44.629Z Downloaded ingot v0.2.1
9512026-08-06T22:58:44.633Z Downloaded subtle v2.6.1
9522026-08-06T22:58:44.633Z Downloaded tap v1.0.1
9532026-08-06T22:58:44.638Z Downloaded tar v0.4.46
9542026-08-06T22:58:44.641Z Downloaded aes v0.9.1
9552026-08-06T22:58:44.644Z Downloaded libsw v3.5.0
9562026-08-06T22:58:44.645Z Downloaded indexmap v1.9.3
9572026-08-06T22:58:44.647Z Downloaded libbz2-rs-sys v0.2.2
9582026-08-06T22:58:44.647Z Downloaded strum v0.26.3
9592026-08-06T22:58:44.648Z Downloaded slog-term v2.9.2
9602026-08-06T22:58:44.651Z Downloaded topological-sort v0.2.2
9612026-08-06T22:58:44.651Z Downloaded utf-8 v0.7.6
9622026-08-06T22:58:44.651Z Downloaded xattr v1.6.1
9632026-08-06T22:58:44.651Z Downloaded crc8 v0.1.1
9642026-08-06T22:58:44.651Z Downloaded native-tls v0.2.18
9652026-08-06T22:58:44.654Z Downloaded zone v0.3.1
9662026-08-06T22:58:44.654Z Downloaded try-lock v0.2.5
9672026-08-06T22:58:44.654Z Downloaded zerofrom-derive v0.1.6
9682026-08-06T22:58:44.657Z Downloaded typed-path v0.9.3
9692026-08-06T22:58:44.661Z Downloaded hashbrown v0.16.1
9702026-08-06T22:58:44.661Z Downloaded crypto-common v0.2.2
9712026-08-06T22:58:44.665Z Downloaded samael v0.0.19
9722026-08-06T22:58:44.668Z Downloaded zerotrie v0.2.3
9732026-08-06T22:58:44.668Z Downloaded num-complex v0.4.6
9742026-08-06T22:58:44.671Z Downloaded predicates v3.1.4
9752026-08-06T22:58:44.671Z Downloaded peg v0.8.5
9762026-08-06T22:58:44.674Z Downloaded peg-macros v0.8.5
9772026-08-06T22:58:44.674Z Downloaded difflib v0.4.0
9782026-08-06T22:58:44.674Z Downloaded downcast-rs v2.0.2
9792026-08-06T22:58:44.677Z Downloaded rsa v0.9.10
9802026-08-06T22:58:44.677Z Downloaded diesel_derives v2.3.7
9812026-08-06T22:58:44.680Z Downloaded pkg-config v0.3.32
9822026-08-06T22:58:44.683Z Downloaded rusty-fork v0.3.1
9832026-08-06T22:58:44.683Z Downloaded schemars_derive v0.8.22
9842026-08-06T22:58:44.683Z Downloaded seq-macro v0.3.6
9852026-08-06T22:58:44.686Z Downloaded yansi v1.0.1
9862026-08-06T22:58:44.686Z Downloaded jiff-static v0.2.34
9872026-08-06T22:58:44.686Z Downloaded linked-hash-map v0.5.6
9882026-08-06T22:58:44.686Z Downloaded darling_core v0.21.3
9892026-08-06T22:58:44.689Z Downloaded oso v0.27.3
9902026-08-06T22:58:44.692Z Downloaded defmt v0.3.100
9912026-08-06T22:58:44.692Z Downloaded derive_builder v0.20.2
9922026-08-06T22:58:44.692Z Downloaded document-features v0.2.12
9932026-08-06T22:58:44.695Z Downloaded illumos-nvpair v0.3.0
9942026-08-06T22:58:44.695Z Downloaded parking_lot v0.12.5
9952026-08-06T22:58:44.695Z Downloaded progenitor-impl v0.13.0
9962026-08-06T22:58:44.695Z Downloaded crossbeam-epoch v0.9.18
9972026-08-06T22:58:44.698Z Downloaded rpassword v7.5.4
9982026-08-06T22:58:44.701Z Downloaded slog-dtrace v0.3.0
9992026-08-06T22:58:44.705Z Downloaded num-iter v0.1.45
10002026-08-06T22:58:44.708Z Downloaded olpc-cjson v0.1.4
10012026-08-06T22:58:44.712Z Downloaded hashbrown v0.15.5
10022026-08-06T22:58:44.715Z Downloaded toml v1.1.2+spec-1.1.0
10032026-08-06T22:58:44.718Z Downloaded unicode-bidi v0.3.18
10042026-08-06T22:58:44.718Z Downloaded nom v8.0.0
10052026-08-06T22:58:44.721Z Downloaded indicatif v0.18.4
10062026-08-06T22:58:44.724Z Downloaded serde_with v1.14.0
10072026-08-06T22:58:44.727Z Downloaded potential_utf v0.1.4
10082026-08-06T22:58:44.727Z Downloaded proc-macro-crate v3.4.0
10092026-08-06T22:58:44.727Z Downloaded libloading v0.8.9
10102026-08-06T22:58:44.730Z Downloaded typify-macro v0.6.2
10112026-08-06T22:58:44.730Z Downloaded vergen-lib v9.1.0
10122026-08-06T22:58:44.730Z Downloaded vergen-git2 v9.1.0
10132026-08-06T22:58:44.730Z Downloaded hashbrown v0.13.2
10142026-08-06T22:58:44.733Z Downloaded rfc6979 v0.6.0
10152026-08-06T22:58:44.736Z Downloaded der v0.8.0
10162026-08-06T22:58:44.739Z Downloaded ppv-lite86 v0.2.21
10172026-08-06T22:58:44.742Z Downloaded goblin v0.10.5
10182026-08-06T22:58:44.746Z Downloaded aho-corasick v1.1.4
10192026-08-06T22:58:44.749Z Downloaded quinn-udp v0.5.14
10202026-08-06T22:58:44.749Z Downloaded rustls-pki-types v1.14.0
10212026-08-06T22:58:44.752Z Downloaded url v2.5.8
10222026-08-06T22:58:44.752Z Downloaded ingot-types v0.2.0
10232026-08-06T22:58:44.755Z Downloaded darling v0.21.3
10242026-08-06T22:58:44.757Z Downloaded derive_builder_core v0.20.2
10252026-08-06T22:58:44.757Z Downloaded sponge-cursor v0.1.0
10262026-08-06T22:58:44.757Z Downloaded p256 v0.14.0
10272026-08-06T22:58:44.760Z Downloaded ed25519-dalek v3.0.0
10282026-08-06T22:58:44.763Z Downloaded des v0.9.0
10292026-08-06T22:58:44.763Z Downloaded lzss v0.8.2
10302026-08-06T22:58:44.763Z Downloaded thiserror-impl-no-std v2.0.2
10312026-08-06T22:58:44.764Z Downloaded unicode-xid v0.2.6
10322026-08-06T22:58:44.767Z Downloaded usdt-attr-macro v0.6.0
10332026-08-06T22:58:44.767Z Downloaded wnaf v0.14.0
10342026-08-06T22:58:44.767Z Downloaded icu_normalizer v2.1.1
10352026-08-06T22:58:44.770Z Downloaded icu_normalizer_data v2.1.1
10362026-08-06T22:58:44.773Z Downloaded dropshot_endpoint v0.17.1
10372026-08-06T22:58:44.773Z Downloaded elliptic-curve v0.13.8
10382026-08-06T22:58:44.775Z Downloaded embedded-io v0.6.1
10392026-08-06T22:58:44.778Z Downloaded inout v0.2.2
10402026-08-06T22:58:44.778Z Downloaded term v0.7.0
10412026-08-06T22:58:44.782Z Downloaded kstat-rs v0.2.5
10422026-08-06T22:58:44.782Z Downloaded maplit v1.0.2
10432026-08-06T22:58:44.782Z Downloaded module-lattice v0.2.3
10442026-08-06T22:58:44.785Z Downloaded oxide-update-engine-display v0.1.2
10452026-08-06T22:58:44.788Z Downloaded openssl-probe v0.1.6
10462026-08-06T22:58:44.788Z Downloaded nodrop v0.1.14
10472026-08-06T22:58:44.793Z Downloaded hkdf v0.13.0
10482026-08-06T22:58:44.793Z Downloaded serde-big-array v0.5.1
10492026-08-06T22:58:44.797Z Downloaded smf v0.2.3
10502026-08-06T22:58:44.797Z Downloaded tokio-rustls v0.26.4
10512026-08-06T22:58:44.797Z Downloaded primeorder v0.13.6
10522026-08-06T22:58:44.801Z Downloaded parse-display-derive v0.10.0
10532026-08-06T22:58:44.801Z Downloaded pem-rfc7468 v1.0.0
10542026-08-06T22:58:44.801Z Downloaded recursive v0.1.1
10552026-08-06T22:58:44.804Z Downloaded tagptr v0.2.0
10562026-08-06T22:58:44.804Z Downloaded futures-util v0.3.32
10572026-08-06T22:58:44.809Z Downloaded nom v7.1.3
10582026-08-06T22:58:44.812Z Downloaded hyper v1.10.1
10592026-08-06T22:58:44.816Z Downloaded r2d2 v0.8.10
10602026-08-06T22:58:44.819Z Downloaded sha1 v0.11.0
10612026-08-06T22:58:44.819Z Downloaded omicron-zone-package v0.12.3
10622026-08-06T22:58:44.819Z Downloaded slog-stdlog v4.1.1
10632026-08-06T22:58:44.819Z Downloaded serde_path_to_error v0.1.20
10642026-08-06T22:58:44.822Z Downloaded tungstenite v0.23.0
10652026-08-06T22:58:44.825Z Downloaded thiserror-no-std v2.0.2
10662026-08-06T22:58:44.828Z Downloaded internal-russh-num-bigint v0.5.0
10672026-08-06T22:58:44.834Z Downloaded stringprep v0.1.5
10682026-08-06T22:58:44.838Z Downloaded xshell-macros v0.2.7
10692026-08-06T22:58:44.838Z Downloaded tokio-tungstenite v0.21.0
10702026-08-06T22:58:44.838Z Downloaded derive_builder_macro v0.20.2
10712026-08-06T22:58:44.838Z Downloaded darling_macro v0.21.3
10722026-08-06T22:58:44.838Z Downloaded ident_case v1.0.1
10732026-08-06T22:58:44.838Z Downloaded crc v3.4.0
10742026-08-06T22:58:44.838Z Downloaded display-error-chain v0.2.2
10752026-08-06T22:58:44.838Z Downloaded digest-io v0.1.0
10762026-08-06T22:58:44.838Z Downloaded lru-cache v0.1.2
10772026-08-06T22:58:44.843Z Downloaded zeroize v1.9.0
10782026-08-06T22:58:44.843Z Downloaded darling v0.13.4
10792026-08-06T22:58:44.843Z Downloaded walkdir v2.5.0
10802026-08-06T22:58:44.846Z Downloaded zerovec-derive v0.11.2
10812026-08-06T22:58:44.852Z Downloaded unicode-normalization v0.1.25
10822026-08-06T22:58:44.852Z Downloaded daft v0.1.7
10832026-08-06T22:58:44.857Z Downloaded ed25519 v2.2.3
10842026-08-06T22:58:44.857Z Downloaded pin-project-internal v1.1.11
10852026-08-06T22:58:44.857Z Downloaded parse-size v1.1.0
10862026-08-06T22:58:44.857Z Downloaded dirs-next v2.0.0
10872026-08-06T22:58:44.857Z Downloaded rustc-hash v2.1.1
10882026-08-06T22:58:44.857Z Downloaded linear-map v1.2.0
10892026-08-06T22:58:44.861Z Downloaded newtype_derive v0.1.6
10902026-08-06T22:58:44.864Z Downloaded socket2 v0.6.3
10912026-08-06T22:58:44.864Z Downloaded strip-ansi-escapes v0.2.1
10922026-08-06T22:58:44.864Z Downloaded tabled_derive v0.11.0
10932026-08-06T22:58:44.864Z Downloaded salsa20 v0.11.0
10942026-08-06T22:58:44.864Z Downloaded rand v0.8.6
10952026-08-06T22:58:44.867Z Downloaded aes-gcm v0.11.0
10962026-08-06T22:58:44.870Z Downloaded resolv-conf v0.7.6
10972026-08-06T22:58:44.870Z Downloaded rustversion v1.0.22
10982026-08-06T22:58:44.882Z Downloaded serde_derive_internals v0.29.1
10992026-08-06T22:58:44.885Z Downloaded dropshot-api-manager v0.7.2
11002026-08-06T22:58:44.888Z Downloaded darling_core v0.13.4
11012026-08-06T22:58:44.891Z Downloaded cpufeatures v0.3.0
11022026-08-06T22:58:44.891Z Downloaded slog-scope v4.4.1
11032026-08-06T22:58:44.891Z Downloaded snafu-derive v0.8.9
11042026-08-06T22:58:44.894Z Downloaded usdt-impl v0.6.0
11052026-08-06T22:58:44.897Z Downloaded hkdf v0.12.4
11062026-08-06T22:58:44.897Z Downloaded icu_properties v2.1.2
11072026-08-06T22:58:44.903Z Downloaded tokio-util v0.7.18
11082026-08-06T22:58:44.907Z Downloaded drift v0.2.0
11092026-08-06T22:58:44.913Z Downloaded tui-tree-widget v0.23.1
11102026-08-06T22:58:44.916Z Downloaded zip v4.6.1
11112026-08-06T22:58:44.916Z Downloaded rawzip v0.4.4
11122026-08-06T22:58:44.919Z Downloaded rayon v1.11.0
11132026-08-06T22:58:44.925Z Downloaded ingot-macros v0.2.0
11142026-08-06T22:58:44.928Z Downloaded phc v0.6.1
11152026-08-06T22:58:44.928Z Downloaded pin-project-lite v0.2.17
11162026-08-06T22:58:44.931Z Downloaded proc-macro-error2 v2.0.1
11172026-08-06T22:58:44.934Z Downloaded progenitor-client v0.13.0
11182026-08-06T22:58:44.934Z Downloaded signature v2.2.0
11192026-08-06T22:58:44.936Z Downloaded dsl_auto_type v0.2.0
11202026-08-06T22:58:44.936Z Downloaded pkcs1 v0.8.0-rc.4
11212026-08-06T22:58:44.936Z Downloaded lru v0.12.5
11222026-08-06T22:58:44.949Z Downloaded illumos-nvpair-sys v0.2.0
11232026-08-06T22:58:44.955Z Downloaded usdt-macro v0.6.0
11242026-08-06T22:58:44.955Z Downloaded embedded-io v0.4.0
11252026-08-06T22:58:44.955Z Downloaded rsa v0.10.0-rc.18
11262026-08-06T22:58:44.958Z Downloaded time-macros v0.2.27
11272026-08-06T22:58:44.958Z Downloaded tower-http v0.6.8
11282026-08-06T22:58:44.961Z Downloaded sha1 v0.10.6
11292026-08-06T22:58:44.961Z Downloaded publicsuffix v2.3.0
11302026-08-06T22:58:44.965Z Downloaded der_derive v0.7.3
11312026-08-06T22:58:44.969Z Downloaded ctr v0.10.1
11322026-08-06T22:58:44.969Z Downloaded instability v0.3.11
11332026-08-06T22:58:44.973Z Downloaded vsss-rs v3.3.4
11342026-08-06T22:58:44.976Z Downloaded vergen v9.1.0
11352026-08-06T22:58:44.976Z Downloaded libefi-sys v0.1.0
11362026-08-06T22:58:44.976Z Downloaded derive_more-impl v2.1.1
11372026-08-06T22:58:44.979Z Downloaded oxnet v0.1.6
11382026-08-06T22:58:44.979Z Downloaded tungstenite v0.21.0
11392026-08-06T22:58:44.979Z Downloaded scopeguard v1.2.0
11402026-08-06T22:58:44.982Z Downloaded multer v3.1.0
11412026-08-06T22:58:44.982Z Downloaded primefield v0.14.0
11422026-08-06T22:58:44.986Z Downloaded subprocess v0.2.15
11432026-08-06T22:58:44.989Z Downloaded utf8_iter v1.0.4
11442026-08-06T22:58:44.989Z Downloaded nibble_vec v0.1.0
11452026-08-06T22:58:44.989Z Downloaded stacker v0.1.23
11462026-08-06T22:58:44.994Z Downloaded dropshot-api-manager-types v0.7.2
11472026-08-06T22:58:45.001Z Downloaded whoami v2.1.0
11482026-08-06T22:58:45.004Z Downloaded strum_macros v0.24.3
11492026-08-06T22:58:45.007Z Downloaded scuffle v0.1.0
11502026-08-06T22:58:45.010Z Downloaded num-traits v0.2.19
11512026-08-06T22:58:45.010Z Downloaded poly1305 v0.9.0
11522026-08-06T22:58:45.013Z Downloaded deranged v0.5.8
11532026-08-06T22:58:45.016Z Downloaded nu-ansi-term v0.50.3
11542026-08-06T22:58:45.019Z Downloaded slog-envlogger v2.2.0
11552026-08-06T22:58:45.022Z Downloaded signature v3.0.0
11562026-08-06T22:58:45.022Z Downloaded num-derive v0.4.2
11572026-08-06T22:58:45.022Z Downloaded secrecy v0.8.0
11582026-08-06T22:58:45.038Z Downloaded diff v0.1.13
11592026-08-06T22:58:45.042Z Downloaded ed25519 v3.0.0
11602026-08-06T22:58:45.042Z Downloaded impl-trait-for-tuples v0.2.3
11612026-08-06T22:58:45.042Z Downloaded nanorand v0.7.0
11622026-08-06T22:58:45.042Z Downloaded powerfmt v0.2.0
11632026-08-06T22:58:45.042Z Downloaded signal-hook-registry v1.4.8
11642026-08-06T22:58:45.046Z Downloaded sync-ptr v0.1.4
11652026-08-06T22:58:45.046Z Downloaded synstructure v0.13.2
11662026-08-06T22:58:45.046Z Downloaded psm v0.1.30
11672026-08-06T22:58:45.046Z Downloaded tinyvec v1.10.0
11682026-08-06T22:58:45.057Z Downloaded ctutils v0.4.2
11692026-08-06T22:58:45.060Z Downloaded libsw-core v0.3.2
11702026-08-06T22:58:45.060Z Downloaded tiny-keccak v2.0.2
11712026-08-06T22:58:45.064Z Downloaded peg-runtime v0.8.5
11722026-08-06T22:58:45.064Z Downloaded progenitor-client v0.14.0
11732026-08-06T22:58:45.064Z Downloaded toml_edit v0.23.10+spec-1.0.0
11742026-08-06T22:58:45.067Z Downloaded icu_provider v2.1.1
11752026-08-06T22:58:45.070Z Downloaded ed25519-dalek v2.2.0
11762026-08-06T22:58:45.073Z Downloaded tokio-tungstenite v0.23.1
11772026-08-06T22:58:45.073Z Downloaded zip v0.6.6
11782026-08-06T22:58:45.076Z Downloaded pem-rfc7468 v0.7.0
11792026-08-06T22:58:45.076Z Downloaded tower-service v0.3.3
11802026-08-06T22:58:45.080Z Downloaded tokio-native-tls v0.3.1
11812026-08-06T22:58:45.084Z Downloaded ryu v1.0.23
11822026-08-06T22:58:45.088Z Downloaded schemars v0.8.22
11832026-08-06T22:58:45.092Z Downloaded socket2 v0.5.10
11842026-08-06T22:58:45.095Z Downloaded keccak v0.2.0
11852026-08-06T22:58:45.095Z Downloaded convert_case v0.10.0
11862026-08-06T22:58:45.095Z Downloaded cookie v0.18.1
11872026-08-06T22:58:45.099Z Downloaded jobserver v0.1.34
11882026-08-06T22:58:45.099Z Downloaded parking_lot v0.11.2
11892026-08-06T22:58:45.102Z Downloaded litemap v0.8.1
11902026-08-06T22:58:45.102Z Downloaded derive-ex v0.1.8
11912026-08-06T22:58:45.102Z Downloaded blake3 v1.8.5
11922026-08-06T22:58:45.107Z Downloaded p521 v0.14.0
11932026-08-06T22:58:45.110Z Downloaded num_enum v0.5.11
11942026-08-06T22:58:45.113Z Downloaded rand_core v0.6.4
11952026-08-06T22:58:45.116Z Downloaded aws-lc-rs v1.16.3
11962026-08-06T22:58:45.121Z Downloaded data-encoding v2.10.0
11972026-08-06T22:58:45.121Z Downloaded crossterm v0.28.1
11982026-08-06T22:58:45.124Z Downloaded elliptic-curve v0.14.1
11992026-08-06T22:58:45.124Z Downloaded libxml v0.3.3
12002026-08-06T22:58:45.128Z Downloaded yasna v0.5.2
12012026-08-06T22:58:45.131Z Downloaded rustls-platform-verifier v0.6.2
12022026-08-06T22:58:45.132Z Downloaded similar v2.7.0
12032026-08-06T22:58:45.135Z Downloaded pkcs8 v0.11.0
12042026-08-06T22:58:45.135Z Downloaded git2 v0.20.4
12052026-08-06T22:58:45.138Z Downloaded unicode-properties v0.1.4
12062026-08-06T22:58:45.141Z Downloaded ipnetwork v0.21.1
12072026-08-06T22:58:45.141Z Downloaded zerovec v0.11.5
12082026-08-06T22:58:45.146Z Downloaded ena v0.14.4
12092026-08-06T22:58:45.146Z Downloaded darling_core v0.23.0
12102026-08-06T22:58:45.149Z Downloaded sqlformat v0.3.5
12112026-08-06T22:58:45.149Z Downloaded itertools v0.15.0
12122026-08-06T22:58:45.151Z Downloaded oxide-update-engine v0.1.2
12132026-08-06T22:58:45.152Z Downloaded crc32fast v1.5.0
12142026-08-06T22:58:45.154Z Downloaded itertools v0.10.5
12152026-08-06T22:58:45.158Z Downloaded typify v0.6.2
12162026-08-06T22:58:45.158Z Downloaded salty v0.3.0
12172026-08-06T22:58:45.161Z Downloaded openssl-sys v0.9.117
12182026-08-06T22:58:45.164Z Downloaded num-bigint-dig v0.8.6
12192026-08-06T22:58:45.167Z Downloaded toml_edit v0.19.15
12202026-08-06T22:58:45.174Z Downloaded reedline v0.40.0
12212026-08-06T22:58:45.178Z Downloaded prefix-trie v0.7.0
12222026-08-06T22:58:45.182Z Downloaded uuid v1.23.4
12232026-08-06T22:58:45.182Z Downloaded bindgen v0.71.1
12242026-08-06T22:58:45.185Z Downloaded quick-xml v0.37.5
12252026-08-06T22:58:45.189Z Downloaded tinystr v0.8.2
12262026-08-06T22:58:45.192Z Downloaded itertools v0.14.0
12272026-08-06T22:58:45.195Z Downloaded time v0.3.47
12282026-08-06T22:58:45.199Z Downloaded idna v1.1.0
12292026-08-06T22:58:45.202Z Downloaded cookie_store v0.22.1
12302026-08-06T22:58:45.205Z Downloaded signal-hook v0.3.18
12312026-08-06T22:58:45.205Z Downloaded bitvec v1.0.1
12322026-08-06T22:58:45.211Z Downloaded darling v0.23.0
12332026-08-06T22:58:45.214Z Downloaded winnow v0.5.40
12342026-08-06T22:58:45.218Z Downloaded winnow v0.6.26
12352026-08-06T22:58:45.225Z Downloaded mio v1.2.0
12362026-08-06T22:58:45.228Z Downloaded miniz_oxide v0.8.9
12372026-08-06T22:58:45.228Z Downloaded chrono v0.4.45
12382026-08-06T22:58:45.231Z Downloaded qorb v0.4.1
12392026-08-06T22:58:45.234Z Downloaded tabled v0.20.0
12402026-08-06T22:58:45.242Z Downloaded portable-atomic v1.13.1
12412026-08-06T22:58:45.246Z Downloaded libm v0.2.16
12422026-08-06T22:58:45.251Z Downloaded minimal-lexical v0.2.1
12432026-08-06T22:58:45.254Z Downloaded schemars v1.2.1
12442026-08-06T22:58:45.261Z Downloaded russh v0.62.4
12452026-08-06T22:58:45.265Z Downloaded rayon-core v1.13.0
12462026-08-06T22:58:45.268Z Downloaded icu_properties_data v2.1.2
12472026-08-06T22:58:45.272Z Downloaded jiff-core v0.1.0
12482026-08-06T22:58:45.277Z Downloaded x509-cert v0.2.5
12492026-08-06T22:58:45.281Z Downloaded tower v0.5.3
12502026-08-06T22:58:45.285Z Downloaded zerocopy-derive v0.8.40
12512026-08-06T22:58:45.288Z Downloaded rand v0.10.1
12522026-08-06T22:58:45.291Z Downloaded reqwest v0.12.28
12532026-08-06T22:58:45.294Z Downloaded tokio-postgres v0.7.16
12542026-08-06T22:58:45.294Z Downloaded crossbeam-channel v0.5.15
12552026-08-06T22:58:45.298Z Downloaded lalrpop v0.19.12
12562026-08-06T22:58:45.302Z Downloaded vcpkg v0.2.15
12572026-08-06T22:58:45.323Z Downloaded hyper-util v0.1.20
12582026-08-06T22:58:45.326Z Downloaded iri-string v0.7.10
12592026-08-06T22:58:45.330Z Downloaded num-bigint v0.4.6
12602026-08-06T22:58:45.333Z Downloaded regex-syntax v0.6.29
12612026-08-06T22:58:45.336Z Downloaded derive_more v2.1.1
12622026-08-06T22:58:45.344Z Downloaded zerocopy v0.8.40
12632026-08-06T22:58:45.347Z Downloaded unicode-segmentation v1.12.0
12642026-08-06T22:58:45.351Z Downloaded crypto-primes v0.7.2
12652026-08-06T22:58:45.359Z Downloaded regex v1.12.3
12662026-08-06T22:58:45.362Z Downloaded crossterm v0.29.0
12672026-08-06T22:58:45.366Z Downloaded itertools v0.13.0
12682026-08-06T22:58:45.376Z Downloaded ssh-key v0.7.0-rc.11
12692026-08-06T22:58:45.380Z Downloaded tough v0.22.0
12702026-08-06T22:58:45.385Z Downloaded reqwest v0.13.2
12712026-08-06T22:58:45.390Z Downloaded smoltcp v0.11.0
12722026-08-06T22:58:45.409Z Downloaded iddqd v0.4.2
12732026-08-06T22:58:45.413Z Downloaded petname v2.0.2
12742026-08-06T22:58:45.416Z Downloaded zlib-rs v0.6.2
12752026-08-06T22:58:45.422Z Downloaded hickory-proto v0.24.4
12762026-08-06T22:58:45.427Z Downloaded polar-core v0.27.3
12772026-08-06T22:58:45.431Z Downloaded sha3 v0.12.0
12782026-08-06T22:58:45.435Z Downloaded openapiv3 v2.2.0
12792026-08-06T22:58:45.439Z Downloaded winnow v1.0.3
12802026-08-06T22:58:45.444Z Downloaded hickory-proto v0.25.2
12812026-08-06T22:58:45.453Z Downloaded proptest v1.11.0
12822026-08-06T22:58:45.457Z Downloaded curve25519-dalek v4.1.3
12832026-08-06T22:58:45.463Z Downloaded regress v0.10.5
12842026-08-06T22:58:45.467Z Downloaded itertools v0.12.1
12852026-08-06T22:58:45.470Z Downloaded moka v0.12.13
12862026-08-06T22:58:45.474Z Downloaded openssl v0.10.80
12872026-08-06T22:58:45.480Z Downloaded regress v0.11.1
12882026-08-06T22:58:45.485Z Downloaded object v0.37.3
12892026-08-06T22:58:45.491Z Downloaded nix v0.27.1
12902026-08-06T22:58:45.497Z Downloaded bstr v1.12.1
12912026-08-06T22:58:45.501Z Downloaded p384 v0.13.1
12922026-08-06T22:58:45.508Z Downloaded serde_with v3.21.0
12932026-08-06T22:58:45.515Z Downloaded diesel v2.3.7
12942026-08-06T22:58:45.526Z Downloaded quinn-proto v0.11.16
12952026-08-06T22:58:45.530Z Downloaded sqlparser v0.61.0
12962026-08-06T22:58:45.537Z Downloaded zerocopy-derive v0.6.6
12972026-08-06T22:58:45.541Z Downloaded nix v0.28.0
12982026-08-06T22:58:45.549Z Downloaded tracing v0.1.44
12992026-08-06T22:58:45.559Z Downloaded rustls v0.23.41
13002026-08-06T22:58:45.566Z Downloaded smoltcp v0.9.1
13012026-08-06T22:58:45.571Z Downloaded object v0.30.4
13022026-08-06T22:58:45.579Z Downloaded radix_trie v0.2.1
13032026-08-06T22:58:45.585Z Downloaded dropshot v0.17.1
13042026-08-06T22:58:45.605Z Downloaded jiff v0.2.34
13052026-08-06T22:58:45.614Z Downloaded petgraph v0.6.5
13062026-08-06T22:58:45.625Z Downloaded crypto-bigint v0.7.5
13072026-08-06T22:58:45.636Z Downloaded curve25519-dalek v5.0.0
13082026-08-06T22:58:45.663Z Downloaded libz-sys v1.1.24
13092026-08-06T22:58:45.675Z Downloaded petgraph v0.8.3
13102026-08-06T22:58:45.687Z Downloaded tokio v1.52.1
13112026-08-06T22:58:45.709Z Downloaded encoding_rs v0.8.35
13122026-08-06T22:58:45.722Z Downloaded sled v0.34.7
13132026-08-06T22:58:45.727Z Downloaded nix v0.31.2
13142026-08-06T22:58:45.733Z Downloaded regex-syntax v0.8.10
13152026-08-06T22:58:45.738Z Downloaded typify-impl v0.6.2
13162026-08-06T22:58:45.746Z Downloaded rustix v0.38.44
13172026-08-06T22:58:45.758Z Downloaded sha3 v0.11.0
13182026-08-06T22:58:45.771Z Downloaded regex-automata v0.4.14
13192026-08-06T22:58:45.779Z Downloaded bzip2-sys v0.1.13+1.0.8
13202026-08-06T22:58:45.799Z Downloaded ratatui v0.29.0
13212026-08-06T22:58:45.837Z Downloaded chrono-tz v0.10.4
13222026-08-06T22:58:45.861Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13232026-08-06T22:58:45.887Z Downloaded csv v1.4.0
13242026-08-06T22:58:45.898Z Downloaded sha3 v0.10.8
13252026-08-06T22:58:46.035Z Downloaded ring v0.17.14
13262026-08-06T22:58:46.079Z Downloaded libgit2-sys v0.18.3+1.9.2
13272026-08-06T22:58:46.557Z Downloaded aws-lc-sys v0.40.0
13282026-08-06T22:58:46.809Z Compiling libc v0.2.185
13292026-08-06T22:58:46.809Z Compiling serde_core v1.0.228
13302026-08-06T22:58:46.809Z Compiling serde v1.0.228
13312026-08-06T22:58:46.812Z Compiling log v0.4.29
13322026-08-06T22:58:46.812Z Compiling smallvec v1.15.1
13332026-08-06T22:58:46.812Z Compiling find-msvc-tools v0.1.9
13342026-08-06T22:58:46.812Z Compiling shlex v1.3.0
13352026-08-06T22:58:46.944Z Compiling syn v2.0.117
13362026-08-06T22:58:47.127Z Compiling subtle v2.6.1
13372026-08-06T22:58:47.152Z Compiling scopeguard v1.2.0
13382026-08-06T22:58:47.174Z Compiling typenum v1.20.1
13392026-08-06T22:58:47.231Z Compiling stable_deref_trait v1.2.1
13402026-08-06T22:58:47.261Z Compiling lock_api v0.4.14
13412026-08-06T22:58:47.261Z Compiling zerocopy v0.8.40
13422026-08-06T22:58:47.286Z Compiling portable-atomic v1.13.1
13432026-08-06T22:58:47.312Z Compiling serde_json v1.0.151
13442026-08-06T22:58:47.510Z Compiling critical-section v1.2.0
13452026-08-06T22:58:47.524Z Compiling libm v0.2.16
13462026-08-06T22:58:47.611Z Compiling num-traits v0.2.19
13472026-08-06T22:58:47.674Z Compiling pkg-config v0.3.32
13482026-08-06T22:58:47.780Z Compiling errno v0.3.14
13492026-08-06T22:58:47.793Z Compiling jobserver v0.1.34
13502026-08-06T22:58:47.819Z Compiling getrandom v0.2.17
13512026-08-06T22:58:47.961Z Compiling rand_core v0.6.4
13522026-08-06T22:58:48.047Z Compiling cc v1.2.56
13532026-08-06T22:58:48.201Z Compiling generic-array v0.14.7
13542026-08-06T22:58:48.222Z Compiling once_cell v1.21.3
13552026-08-06T22:58:48.298Z Compiling parking_lot_core v0.9.12
13562026-08-06T22:58:48.311Z Compiling getrandom v0.4.1
13572026-08-06T22:58:48.384Z Compiling pin-project-lite v0.2.17
13582026-08-06T22:58:48.425Z Compiling const-oid v0.9.6
13592026-08-06T22:58:48.597Z Compiling rand_core v0.10.0
13602026-08-06T22:58:48.758Z Compiling signal-hook-registry v1.4.8
13612026-08-06T22:58:48.958Z Compiling writeable v0.6.2
13622026-08-06T22:58:49.028Z Compiling bitflags v2.11.0
13632026-08-06T22:58:49.151Z Compiling litemap v0.8.1
13642026-08-06T22:58:49.164Z Compiling percent-encoding v2.3.2
13652026-08-06T22:58:49.258Z Compiling futures-core v0.3.32
13662026-08-06T22:58:49.285Z Compiling semver v1.0.28
13672026-08-06T22:58:49.345Z Compiling parking_lot v0.12.5
13682026-08-06T22:58:49.384Z Compiling mio v1.2.0
13692026-08-06T22:58:49.433Z Compiling icu_properties_data v2.1.2
13702026-08-06T22:58:49.589Z Compiling icu_normalizer_data v2.1.1
13712026-08-06T22:58:49.631Z Compiling socket2 v0.6.3
13722026-08-06T22:58:49.706Z Compiling getrandom v0.3.4
13732026-08-06T22:58:49.745Z Compiling futures-sink v0.3.32
13742026-08-06T22:58:49.785Z Compiling indexmap v2.14.0
13752026-08-06T22:58:49.852Z Compiling futures-channel v0.3.32
13762026-08-06T22:58:49.866Z Compiling synstructure v0.13.2
13772026-08-06T22:58:49.878Z Compiling slab v0.4.12
13782026-08-06T22:58:50.041Z Compiling futures-io v0.3.32
13792026-08-06T22:58:50.055Z Compiling utf8_iter v1.0.4
13802026-08-06T22:58:50.083Z Compiling rustix v1.1.3
13812026-08-06T22:58:50.198Z Compiling futures-task v0.3.32
13822026-08-06T22:58:50.201Z Compiling form_urlencoded v1.2.2
13832026-08-06T22:58:50.286Z Compiling rustversion v1.0.22
13842026-08-06T22:58:50.374Z Compiling iana-time-zone v0.1.65
13852026-08-06T22:58:50.387Z Compiling base64ct v1.8.3
13862026-08-06T22:58:50.454Z Compiling cmake v0.1.57
13872026-08-06T22:58:50.468Z Compiling flagset v0.4.7
13882026-08-06T22:58:50.570Z Compiling fs_extra v1.3.0
13892026-08-06T22:58:50.585Z Compiling regex-syntax v0.8.10
13902026-08-06T22:58:50.596Z Compiling ident_case v1.0.1
13912026-08-06T22:58:50.677Z Compiling pem-rfc7468 v0.7.0
13922026-08-06T22:58:50.714Z Compiling dunce v1.0.5
13932026-08-06T22:58:50.815Z Compiling rand_core v0.9.5
13942026-08-06T22:58:50.842Z Compiling uuid v1.23.4
13952026-08-06T22:58:50.846Z Compiling aws-lc-sys v0.40.0
13962026-08-06T22:58:50.995Z Compiling base64 v0.22.1
13972026-08-06T22:58:51.118Z Compiling vcpkg v0.2.15
13982026-08-06T22:58:51.291Z Compiling syn v1.0.109
13992026-08-06T22:58:51.326Z Compiling serde_derive_internals v0.29.1
14002026-08-06T22:58:51.563Z Compiling rustc_version v0.4.1
14012026-08-06T22:58:51.632Z Compiling serde_derive v1.0.228
14022026-08-06T22:58:51.645Z Compiling zeroize_derive v1.5.0
14032026-08-06T22:58:51.839Z Compiling zerocopy-derive v0.8.40
14042026-08-06T22:58:51.854Z Compiling zerofrom-derive v0.1.6
14052026-08-06T22:58:51.881Z Compiling yoke-derive v0.8.1
14062026-08-06T22:58:52.231Z Compiling zerovec-derive v0.11.2
14072026-08-06T22:58:52.295Z Compiling zeroize v1.9.0
14082026-08-06T22:58:52.505Z Compiling displaydoc v0.2.5
14092026-08-06T22:58:53.071Z Compiling tokio-macros v2.7.0
14102026-08-06T22:58:53.248Z Compiling futures-macro v0.3.32
14112026-08-06T22:58:53.266Z Compiling zerofrom v0.1.6
14122026-08-06T22:58:53.341Z Compiling der_derive v0.7.3
14132026-08-06T22:58:53.387Z Compiling yoke v0.8.1
14142026-08-06T22:58:53.547Z Compiling block-buffer v0.10.4
14152026-08-06T22:58:53.574Z Compiling zerovec v0.11.5
14162026-08-06T22:58:53.719Z Compiling zerotrie v0.2.3
14172026-08-06T22:58:53.830Z Compiling crypto-common v0.1.7
14182026-08-06T22:58:53.974Z Compiling digest v0.10.7
14192026-08-06T22:58:54.018Z Compiling tinystr v0.8.2
14202026-08-06T22:58:54.079Z Compiling potential_utf v0.1.4
14212026-08-06T22:58:54.115Z Compiling futures-util v0.3.32
14222026-08-06T22:58:54.220Z Compiling icu_locale_core v2.1.1
14232026-08-06T22:58:54.225Z Compiling icu_collections v2.1.1
14242026-08-06T22:58:54.247Z Compiling thiserror-impl v2.0.18
14252026-08-06T22:58:54.345Z Compiling der v0.7.10
14262026-08-06T22:58:54.713Z Compiling openssl-sys v0.9.117
14272026-08-06T22:58:55.095Z Compiling bytes v1.11.1
14282026-08-06T22:58:55.125Z Compiling icu_provider v2.1.1
14292026-08-06T22:58:55.219Z Compiling chrono v0.4.45
14302026-08-06T22:58:55.410Z Compiling icu_properties v2.1.2
14312026-08-06T22:58:55.540Z Compiling icu_normalizer v2.1.1
14322026-08-06T22:58:55.553Z Compiling thiserror v2.0.18
14332026-08-06T22:58:55.660Z Compiling tokio v1.52.1
14342026-08-06T22:58:55.689Z Compiling http v1.4.2
14352026-08-06T22:58:56.059Z Compiling spki v0.7.3
14362026-08-06T22:58:56.256Z Compiling idna_adapter v1.2.1
14372026-08-06T22:58:56.383Z Compiling ppv-lite86 v0.2.21
14382026-08-06T22:58:56.396Z Compiling idna v1.1.0
14392026-08-06T22:58:56.411Z Compiling tracing-attributes v0.1.31
14402026-08-06T22:58:56.467Z Compiling tracing-core v0.1.36
14412026-08-06T22:58:56.563Z Compiling dyn-clone v1.0.20
14422026-08-06T22:58:56.576Z Compiling schemars v0.8.22
14432026-08-06T22:58:56.693Z Compiling url v2.5.8
14442026-08-06T22:58:56.707Z Compiling rand_chacha v0.9.0
14452026-08-06T22:58:56.768Z Compiling cpufeatures v0.2.17
14462026-08-06T22:58:56.842Z Compiling aws-lc-rs v1.16.3
14472026-08-06T22:58:57.000Z Compiling rand v0.9.2
14482026-08-06T22:58:57.051Z Compiling http-body v1.0.1
14492026-08-06T22:58:57.120Z Compiling pkcs8 v0.10.2
14502026-08-06T22:58:57.262Z Compiling rustls-pki-types v1.14.0
14512026-08-06T22:58:57.371Z Compiling schemars_derive v0.8.22
14522026-08-06T22:58:57.462Z Compiling spin v0.9.8
14532026-08-06T22:58:57.666Z Compiling openssl-probe v0.2.1
14542026-08-06T22:58:57.693Z Compiling tracing v0.1.44
14552026-08-06T22:58:57.693Z Compiling tinyvec_macros v0.1.1
14562026-08-06T22:58:57.724Z Compiling crc32fast v1.5.0
14572026-08-06T22:58:57.769Z Compiling httparse v1.10.1
14582026-08-06T22:58:57.833Z Compiling cmov v0.5.4
14592026-08-06T22:58:57.947Z Compiling tempfile v3.25.0
14602026-08-06T22:58:58.019Z Compiling ctutils v0.4.2
14612026-08-06T22:58:58.032Z Compiling tinyvec v1.10.0
14622026-08-06T22:58:58.133Z Compiling pest_generator v2.8.6
14632026-08-06T22:58:58.243Z Compiling sha2 v0.10.9
14642026-08-06T22:58:58.298Z Compiling aho-corasick v1.1.4
14652026-08-06T22:58:58.363Z Compiling tower-service v0.3.3
14662026-08-06T22:58:58.507Z Compiling untrusted v0.7.1
14672026-08-06T22:58:58.628Z Compiling try-lock v0.2.5
14682026-08-06T22:58:58.735Z Compiling radium v0.7.0
14692026-08-06T22:58:58.836Z Compiling tower-layer v0.3.3
14702026-08-06T22:58:58.974Z Compiling atomic-waker v1.1.2
14712026-08-06T22:58:59.012Z Compiling pest_derive v2.8.6
14722026-08-06T22:58:59.094Z Compiling want v0.3.1
14732026-08-06T22:58:59.257Z Compiling regex-automata v0.4.14
14742026-08-06T22:58:59.444Z Compiling tokio-util v0.7.18
14752026-08-06T22:58:59.562Z Compiling hybrid-array v0.4.13
14762026-08-06T22:59:00.144Z Compiling h2 v0.4.15
14772026-08-06T22:59:00.180Z Compiling ipnet v2.11.0
14782026-08-06T22:59:00.311Z Compiling scroll_derive v0.13.1
14792026-08-06T22:59:00.444Z Compiling darling_core v0.20.11
14802026-08-06T22:59:00.652Z Compiling httpdate v1.0.3
14812026-08-06T22:59:00.872Z Compiling rustls v0.23.41
14822026-08-06T22:59:01.039Z Compiling untrusted v0.9.0
14832026-08-06T22:59:01.084Z Compiling foreign-types-shared v0.1.1
14842026-08-06T22:59:01.155Z Compiling maybe-uninit v2.0.0
14852026-08-06T22:59:01.169Z Compiling simd-adler32 v0.3.8
14862026-08-06T22:59:01.173Z Compiling tap v1.0.1
14872026-08-06T22:59:01.276Z Compiling openssl v0.10.80
14882026-08-06T22:59:01.319Z Compiling wyz v0.5.1
14892026-08-06T22:59:01.421Z Compiling foreign-types v0.3.2
14902026-08-06T22:59:01.452Z Compiling scroll v0.13.0
14912026-08-06T22:59:01.502Z Compiling unicode-normalization v0.1.25
14922026-08-06T22:59:01.679Z Compiling rand_chacha v0.3.1
14932026-08-06T22:59:01.712Z Compiling hex v0.4.3
14942026-08-06T22:59:01.926Z Compiling signature v2.2.0
14952026-08-06T22:59:01.958Z Compiling thiserror-impl v1.0.69
14962026-08-06T22:59:01.977Z Compiling openssl-macros v0.1.1
14972026-08-06T22:59:02.103Z Compiling terminal_size v0.4.3
14982026-08-06T22:59:02.239Z Compiling bzip2-sys v0.1.13+1.0.8
14992026-08-06T22:59:02.360Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15002026-08-06T22:59:02.435Z Compiling num-integer v0.1.46
15012026-08-06T22:59:02.507Z Compiling wait-timeout v0.2.1
15022026-08-06T22:59:02.671Z Compiling darling_macro v0.20.11
15032026-08-06T22:59:02.734Z Compiling ahash v0.8.12
15042026-08-06T22:59:02.748Z Compiling funty v2.0.0
15052026-08-06T22:59:02.760Z Compiling num-conv v0.2.0
15062026-08-06T22:59:02.884Z Compiling time-core v0.1.8
15072026-08-06T22:59:02.933Z Compiling num-bigint-dig v0.8.6
15082026-08-06T22:59:03.025Z Compiling native-tls v0.2.18
15092026-08-06T22:59:03.117Z Compiling quick-error v1.2.3
15102026-08-06T22:59:03.144Z Compiling bit-vec v0.8.0
15112026-08-06T22:59:03.168Z Compiling hyper v1.10.1
15122026-08-06T22:59:03.218Z Compiling adler2 v2.0.1
15132026-08-06T22:59:03.233Z Compiling powerfmt v0.2.0
15142026-08-06T22:59:03.236Z Compiling packed_struct v0.10.1
15152026-08-06T22:59:03.307Z Compiling clap_builder v4.6.0
15162026-08-06T22:59:03.345Z Compiling bit-set v0.8.0
15172026-08-06T22:59:03.371Z Compiling deranged v0.5.8
15182026-08-06T22:59:03.489Z Compiling miniz_oxide v0.8.9
15192026-08-06T22:59:03.529Z Compiling rusty-fork v0.3.1
15202026-08-06T22:59:03.561Z Compiling thiserror v1.0.69
15212026-08-06T22:59:03.667Z Compiling darling v0.20.11
15222026-08-06T22:59:03.771Z Compiling bitvec v1.0.1
15232026-08-06T22:59:03.834Z Compiling time-macros v0.2.27
15242026-08-06T22:59:04.244Z Compiling num-iter v0.1.45
15252026-08-06T22:59:04.360Z Compiling hyper-util v0.1.20
15262026-08-06T22:59:04.869Z Compiling rand v0.8.6
15272026-08-06T22:59:05.148Z Compiling goblin v0.10.5
15282026-08-06T22:59:05.263Z Compiling packed_struct_codegen v0.10.1
15292026-08-06T22:59:05.654Z Compiling lazy_static v1.5.0
15302026-08-06T22:59:05.745Z Compiling toml_datetime v0.6.11
15312026-08-06T22:59:05.997Z Compiling serde_spanned v0.6.9
15322026-08-06T22:59:06.043Z Compiling hmac v0.12.1
15332026-08-06T22:59:06.134Z Compiling clap_derive v4.6.1
15342026-08-06T22:59:06.192Z Compiling zerocopy-derive v0.6.6
15352026-08-06T22:59:06.275Z Compiling bitfield-macros v0.19.4
15362026-08-06T22:59:06.298Z Compiling anstyle-parse v0.2.7
15372026-08-06T22:59:06.474Z Compiling rand_xorshift v0.4.0
15382026-08-06T22:59:06.633Z Compiling sync_wrapper v1.0.2
15392026-08-06T22:59:06.740Z Compiling indexmap v1.9.3
15402026-08-06T22:59:06.925Z Compiling num_threads v0.1.7
15412026-08-06T22:59:06.969Z Compiling usdt-impl v0.6.0
15422026-08-06T22:59:06.994Z Compiling crc-catalog v2.4.0
15432026-08-06T22:59:07.017Z Compiling nodrop v0.1.14
15442026-08-06T22:59:07.084Z Compiling siphasher v1.0.2
15452026-08-06T22:59:07.106Z Compiling unarray v0.1.4
15462026-08-06T22:59:07.162Z Compiling zlib-rs v0.6.2
15472026-08-06T22:59:07.214Z Compiling paste v1.0.15
15482026-08-06T22:59:07.265Z Compiling crossbeam-utils v0.8.21
15492026-08-06T22:59:07.527Z Compiling proptest v1.11.0
15502026-08-06T22:59:07.583Z Compiling array-init v0.0.4
15512026-08-06T22:59:07.705Z Compiling crc v3.4.0
15522026-08-06T22:59:07.835Z Compiling clap v4.6.1
15532026-08-06T22:59:07.898Z Compiling dof v0.4.0
15542026-08-06T22:59:07.913Z Compiling time v0.3.47
15552026-08-06T22:59:07.928Z Compiling zerocopy v0.6.6
15562026-08-06T22:59:08.245Z Compiling bitfield v0.19.4
15572026-08-06T22:59:08.880Z Compiling tower v0.5.3
15582026-08-06T22:59:09.015Z Compiling anstream v0.6.21
15592026-08-06T22:59:09.337Z Compiling smallvec v0.6.14
15602026-08-06T22:59:09.561Z Compiling derive_builder_core v0.20.2
15612026-08-06T22:59:09.755Z Compiling dtrace-parser v0.3.0
15622026-08-06T22:59:10.378Z Compiling flate2 v1.1.9
15632026-08-06T22:59:10.464Z Compiling ipnetwork v0.21.1
15642026-08-06T22:59:10.502Z Compiling pkcs1 v0.7.5
15652026-08-06T22:59:10.560Z Compiling http-body-util v0.1.3
15662026-08-06T22:59:10.627Z Compiling heapless v0.7.17
15672026-08-06T22:59:10.771Z Compiling scroll_derive v0.12.1
15682026-08-06T22:59:10.793Z Compiling structmeta-derive v0.3.0
15692026-08-06T22:59:10.832Z Compiling slog v2.8.2
15702026-08-06T22:59:10.856Z Compiling darling_core v0.23.0
15712026-08-06T22:59:10.878Z Compiling thread-id v5.1.0
15722026-08-06T22:59:10.961Z Compiling cookie v0.18.1
15732026-08-06T22:59:11.010Z Compiling env_filter v1.0.0
15742026-08-06T22:59:11.138Z Compiling anyhow v1.0.102
15752026-08-06T22:59:11.303Z Compiling iri-string v0.7.10
15762026-08-06T22:59:11.421Z Compiling signal-hook v0.3.18
15772026-08-06T22:59:11.438Z Compiling hashbrown v0.12.3
15782026-08-06T22:59:11.591Z Compiling ryu v1.0.23
15792026-08-06T22:59:11.773Z Compiling base64 v0.21.7
15802026-08-06T22:59:11.854Z Compiling unicode-properties v0.1.4
15812026-08-06T22:59:11.902Z Compiling winnow v0.5.40
15822026-08-06T22:59:12.060Z Compiling zstd-safe v7.2.4
15832026-08-06T22:59:12.078Z Compiling unicode-bidi v0.3.18
15842026-08-06T22:59:12.255Z Compiling allocator-api2 v0.2.21
15852026-08-06T22:59:12.582Z Compiling tower-http v0.6.8
15862026-08-06T22:59:12.601Z Compiling stringprep v0.1.5
15872026-08-06T22:59:12.836Z Compiling ron v0.8.1
15882026-08-06T22:59:13.033Z Compiling structmeta v0.3.0
15892026-08-06T22:59:13.267Z Compiling toml_edit v0.19.15
15902026-08-06T22:59:13.300Z Compiling serde_urlencoded v0.7.1
15912026-08-06T22:59:13.318Z Compiling darling_macro v0.23.0
15922026-08-06T22:59:13.551Z Compiling scroll v0.12.0
15932026-08-06T22:59:13.591Z Compiling env_logger v0.11.9
15942026-08-06T22:59:13.849Z Compiling rsa v0.9.10
15952026-08-06T22:59:13.894Z Compiling oxnet v0.1.6
15962026-08-06T22:59:14.060Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15972026-08-06T22:59:14.325Z Compiling derive_builder_macro v0.20.2
15982026-08-06T22:59:14.411Z Compiling newtype-uuid v1.3.2
15992026-08-06T22:59:14.733Z Compiling hashbrown v0.13.2
16002026-08-06T22:59:14.753Z Compiling bzip2 v0.4.4
16012026-08-06T22:59:14.785Z Compiling serde-hex v0.1.0
16022026-08-06T22:59:14.947Z Compiling tokio-native-tls v0.3.1
16032026-08-06T22:59:15.120Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16042026-08-06T22:59:15.210Z Compiling camino v1.2.2
16052026-08-06T22:59:15.792Z Compiling bstr v1.12.1
16062026-08-06T22:59:15.899Z Compiling block-buffer v0.12.1
16072026-08-06T22:59:16.080Z Compiling crypto-common v0.2.2
16082026-08-06T22:59:16.095Z Compiling block-padding v0.4.2
16092026-08-06T22:59:16.258Z Compiling rustls-native-certs v0.8.3
16102026-08-06T22:59:16.424Z Compiling x509-cert v0.2.5
16112026-08-06T22:59:16.503Z Compiling erased-serde v0.3.31
16122026-08-06T22:59:16.543Z Compiling serde_tokenstream v0.2.3
16132026-08-06T22:59:16.866Z Compiling md-5 v0.10.6
16142026-08-06T22:59:16.881Z Compiling curve25519-dalek v4.1.3
16152026-08-06T22:59:17.010Z Compiling async-trait v0.1.89
16162026-08-06T22:59:17.039Z Compiling zerocopy-derive v0.7.35
16172026-08-06T22:59:17.213Z Compiling daft-derive v0.1.7
16182026-08-06T22:59:17.811Z Compiling pin-project-internal v1.1.11
16192026-08-06T22:59:17.916Z Compiling vergen-lib v9.1.0
16202026-08-06T22:59:17.938Z Compiling hash32 v0.2.1
16212026-08-06T22:59:18.012Z Compiling memoffset v0.9.1
16222026-08-06T22:59:18.023Z Compiling encoding_rs v0.8.35
16232026-08-06T22:59:18.065Z Compiling rustix v0.38.44
16242026-08-06T22:59:18.106Z Compiling ref-cast v1.0.25
16252026-08-06T22:59:18.185Z Compiling smoltcp v0.9.1
16262026-08-06T22:59:18.400Z Compiling cfg_aliases v0.2.1
16272026-08-06T22:59:18.401Z Compiling mime v0.3.17
16282026-08-06T22:59:18.455Z Compiling fallible-iterator v0.2.0
16292026-08-06T22:59:18.482Z Compiling litrs v1.0.0
16302026-08-06T22:59:18.542Z Compiling crc-any v2.5.0
16312026-08-06T22:59:18.591Z Compiling psl-types v2.0.11
16322026-08-06T22:59:18.708Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16332026-08-06T22:59:18.722Z Compiling publicsuffix v2.3.0
16342026-08-06T22:59:18.763Z Compiling postgres-protocol v0.6.10
16352026-08-06T22:59:18.796Z Compiling nix v0.31.2
16362026-08-06T22:59:18.945Z Compiling pin-project v1.1.11
16372026-08-06T22:59:18.986Z Compiling document-features v0.2.12
16382026-08-06T22:59:19.121Z Compiling daft v0.1.7
16392026-08-06T22:59:19.156Z Compiling zerocopy v0.7.35
16402026-08-06T22:59:19.399Z Compiling inout v0.2.2
16412026-08-06T22:59:19.494Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16422026-08-06T22:59:19.529Z Compiling object v0.30.4
16432026-08-06T22:59:19.555Z Compiling hyper-tls v0.6.0
16442026-08-06T22:59:19.568Z Compiling zip v0.6.6
16452026-08-06T22:59:19.691Z Compiling derive_builder v0.20.2
16462026-08-06T22:59:19.761Z Compiling toml v0.7.8
16472026-08-06T22:59:19.811Z Compiling darling v0.23.0
16482026-08-06T22:59:19.896Z Compiling goblin v0.8.2
16492026-08-06T22:59:20.300Z Compiling derive-ex v0.1.8
16502026-08-06T22:59:20.321Z Compiling phf_shared v0.13.1
16512026-08-06T22:59:20.339Z Compiling regex v1.12.3
16522026-08-06T22:59:20.415Z Compiling hubpack_derive v0.1.1
16532026-08-06T22:59:20.556Z Compiling futures-executor v0.3.32
16542026-08-06T22:59:20.755Z Compiling ref-cast-impl v1.0.25
16552026-08-06T22:59:20.810Z Compiling strum_macros v0.27.2
16562026-08-06T22:59:20.853Z Compiling curve25519-dalek-derive v0.1.1
16572026-08-06T22:59:21.282Z Compiling snafu-derive v0.8.9
16582026-08-06T22:59:21.480Z Compiling vergen v9.1.0
16592026-08-06T22:59:21.656Z Compiling cargo-platform v0.3.2
16602026-08-06T22:59:21.927Z Compiling ff v0.13.1
16612026-08-06T22:59:21.930Z Compiling fs-err v3.3.0
16622026-08-06T22:59:22.068Z Compiling bumpalo v3.20.2
16632026-08-06T22:59:22.128Z Compiling same-file v1.0.6
16642026-08-06T22:59:22.296Z Compiling object v0.37.3
16652026-08-06T22:59:22.320Z Compiling bitflags v1.3.2
16662026-08-06T22:59:22.333Z Compiling either v1.15.0
16672026-08-06T22:59:22.395Z Compiling path-slash v0.1.5
16682026-08-06T22:59:22.528Z Compiling libbz2-rs-sys v0.2.2
16692026-08-06T22:59:22.541Z Compiling managed v0.8.0
16702026-08-06T22:59:22.558Z Compiling foldhash v0.2.0
16712026-08-06T22:59:22.731Z Compiling unicode-segmentation v1.12.0
16722026-08-06T22:59:22.750Z Compiling base16ct v0.2.0
16732026-08-06T22:59:22.771Z Compiling foldhash v0.1.5
16742026-08-06T22:59:22.923Z Compiling jiff-core v0.1.0
16752026-08-06T22:59:22.941Z Compiling bzip2 v0.6.1
16762026-08-06T22:59:23.110Z Compiling hashbrown v0.15.5
16772026-08-06T22:59:23.152Z Compiling sec1 v0.7.3
16782026-08-06T22:59:23.174Z Compiling snafu v0.8.9
16792026-08-06T22:59:23.192Z Compiling strum v0.27.2
16802026-08-06T22:59:23.341Z Compiling hashbrown v0.16.1
16812026-08-06T22:59:23.507Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16822026-08-06T22:59:23.570Z Compiling zopfli v0.8.3
16832026-08-06T22:59:23.709Z Compiling jiff v0.2.34
16842026-08-06T22:59:23.971Z Compiling walkdir v2.5.0
16852026-08-06T22:59:24.098Z Compiling dof v0.3.0
16862026-08-06T22:59:24.137Z Compiling group v0.13.0
16872026-08-06T22:59:24.221Z Compiling test-strategy v0.4.5
16882026-08-06T22:59:24.288Z Compiling cargo_metadata v0.23.1
16892026-08-06T22:59:24.918Z Compiling hubpack v0.1.2
16902026-08-06T22:59:24.935Z Compiling futures v0.3.32
16912026-08-06T22:59:25.015Z Compiling phf v0.13.1
16922026-08-06T22:59:25.140Z Compiling signal-hook-mio v0.2.5
16932026-08-06T22:59:25.258Z Compiling cookie_store v0.22.1
16942026-08-06T22:59:25.535Z Compiling zstd v0.13.3
16952026-08-06T22:59:25.638Z Compiling serde_with_macros v3.21.0
16962026-08-06T22:59:25.693Z Compiling reqwest v0.12.28
16972026-08-06T22:59:25.796Z Compiling cipher v0.5.2
16982026-08-06T22:59:26.011Z Compiling postgres-types v0.2.12
16992026-08-06T22:59:26.563Z Compiling usdt-macro v0.6.0
17002026-08-06T22:59:26.757Z Compiling usdt-attr-macro v0.6.0
17012026-08-06T22:59:27.173Z Compiling globset v0.4.18
17022026-08-06T22:59:27.235Z Compiling phf_shared v0.11.3
17032026-08-06T22:59:27.317Z Compiling hkdf v0.12.4
17042026-08-06T22:59:27.320Z Compiling dtrace-parser v0.2.0
17052026-08-06T22:59:27.419Z Compiling ed25519 v2.2.3
17062026-08-06T22:59:27.486Z Compiling byte-wrapper v0.1.0
17072026-08-06T22:59:27.553Z Compiling olpc-cjson v0.1.4
17082026-08-06T22:59:27.721Z Compiling serde_plain v1.0.2
17092026-08-06T22:59:27.772Z Compiling serde-big-array v0.5.1
17102026-08-06T22:59:27.815Z Compiling crypto-bigint v0.5.5
17112026-08-06T22:59:27.842Z Compiling serde_repr v0.1.20
17122026-08-06T22:59:27.911Z Compiling enum-as-inner v0.6.1
17132026-08-06T22:59:27.914Z Compiling async-recursion v1.1.1
17142026-08-06T22:59:28.067Z Compiling strum_macros v0.26.4
17152026-08-06T22:59:28.317Z Compiling pem v3.0.6
17162026-08-06T22:59:28.362Z Compiling float-cmp v0.10.0
17172026-08-06T22:59:28.412Z Compiling thread-id v4.2.2
17182026-08-06T22:59:28.534Z Compiling memmap2 v0.9.10
17192026-08-06T22:59:28.548Z Compiling fixedbitset v0.5.7
17202026-08-06T22:59:28.586Z Compiling precomputed-hash v0.1.1
17212026-08-06T22:59:28.678Z Compiling fixedbitset v0.4.2
17222026-08-06T22:59:28.693Z Compiling difflib v0.4.0
17232026-08-06T22:59:28.751Z Compiling new_debug_unreachable v1.0.6
17242026-08-06T22:59:28.826Z Compiling winnow v1.0.3
17252026-08-06T22:59:28.845Z Compiling cpufeatures v0.3.0
17262026-08-06T22:59:28.900Z Compiling static_assertions v1.1.0
17272026-08-06T22:59:28.923Z Compiling normalize-line-endings v0.3.0
17282026-08-06T22:59:28.977Z Compiling predicates-core v1.0.10
17292026-08-06T22:59:29.021Z Compiling typed-path v0.9.3
17302026-08-06T22:59:29.156Z Compiling const-oid v0.10.2
17312026-08-06T22:59:29.183Z Compiling keccak v0.1.6
17322026-08-06T22:59:29.245Z Compiling data-encoding v2.10.0
17332026-08-06T22:59:29.368Z Compiling whoami v2.1.0
17342026-08-06T22:59:29.465Z Compiling sha3 v0.10.8
17352026-08-06T22:59:29.740Z Compiling tokio-postgres v0.7.16
17362026-08-06T22:59:29.854Z Compiling strum v0.26.3
17372026-08-06T22:59:29.924Z Compiling hickory-proto v0.25.2
17382026-08-06T22:59:29.924Z Compiling digest v0.11.3
17392026-08-06T22:59:29.952Z Compiling toml_edit v0.22.27
17402026-08-06T22:59:29.966Z Compiling toml_parser v1.1.2+spec-1.1.0
17412026-08-06T22:59:29.981Z Compiling predicates v3.1.4
17422026-08-06T22:59:30.145Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17432026-08-06T22:59:30.250Z Compiling chacha20 v0.10.0
17442026-08-06T22:59:30.587Z Compiling petgraph v0.6.5
17452026-08-06T22:59:30.606Z Compiling string_cache v0.8.9
17462026-08-06T22:59:30.625Z Compiling elliptic-curve v0.13.8
17472026-08-06T22:59:30.829Z Compiling petgraph v0.8.3
17482026-08-06T22:59:31.015Z Compiling usdt v0.6.0
17492026-08-06T22:59:31.276Z Compiling usdt-impl v0.5.0
17502026-08-06T22:59:31.861Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17512026-08-06T22:59:31.929Z Compiling ed25519-dalek v2.2.0
17522026-08-06T22:59:32.058Z Compiling crossterm v0.28.1
17532026-08-06T22:59:32.446Z Compiling serde_with v3.21.0
17542026-08-06T22:59:32.737Z Compiling zip v4.6.1
17552026-08-06T22:59:33.288Z Compiling iddqd v0.4.2
17562026-08-06T22:59:33.686Z Compiling heck v0.4.1
17572026-08-06T22:59:33.738Z Compiling similar v2.7.0
17582026-08-06T22:59:33.938Z Compiling itertools v0.13.0
17592026-08-06T22:59:34.277Z Compiling itertools v0.15.0
17602026-08-06T22:59:34.293Z Compiling crossbeam-epoch v0.9.18
17612026-08-06T22:59:34.595Z Compiling tokio-stream v0.1.18
17622026-08-06T22:59:34.599Z Compiling buf-list v1.1.2
17632026-08-06T22:59:34.610Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17642026-08-06T22:59:34.625Z Compiling openapiv3 v2.2.0
17652026-08-06T22:59:34.869Z Compiling peg-runtime v0.8.5
17662026-08-06T22:59:34.906Z Compiling lalrpop-util v0.19.12
17672026-08-06T22:59:35.033Z Compiling thread_local v1.1.9
17682026-08-06T22:59:35.092Z Compiling slog-async v2.8.0
17692026-08-06T22:59:35.136Z Compiling crossbeam-channel v0.5.15
17702026-08-06T22:59:35.146Z Compiling filetime v0.2.27
17712026-08-06T22:59:35.275Z Compiling is-terminal v0.4.17
17722026-08-06T22:59:35.319Z Compiling term v1.2.1
17732026-08-06T22:59:35.367Z Compiling xattr v1.6.1
17742026-08-06T22:59:35.405Z Compiling take_mut v0.2.2
17752026-08-06T22:59:35.540Z Compiling tar v0.4.46
17762026-08-06T22:59:35.580Z Compiling slog-term v2.9.2
17772026-08-06T22:59:35.597Z Compiling camino-tempfile v1.4.1
17782026-08-06T22:59:41.944Z Compiling rustls-webpki v0.103.13
17792026-08-06T22:59:44.604Z Compiling tokio-rustls v0.26.4
17802026-08-06T22:59:44.604Z Compiling rustls-platform-verifier v0.6.2
17812026-08-06T22:59:44.608Z Compiling tough v0.22.0
17822026-08-06T22:59:44.814Z Compiling hyper-rustls v0.27.7
17832026-08-06T22:59:45.013Z Compiling reqwest v0.13.2
17842026-08-06T22:59:47.211Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17852026-08-06T22:59:47.423Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17862026-08-06T22:59:50.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17872026-08-06T22:59:50.492Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17882026-08-06T22:59:50.542ZAug 06 22:59:49.396 INFO Starting download, target: Cockroach
17892026-08-06T22:59:50.542ZAug 06 22:59:49.397 INFO Starting download, target: Clickhouse
17902026-08-06T22:59:50.542ZAug 06 22:59:49.397 INFO Starting download, target: Console
17912026-08-06T22:59:50.546ZAug 06 22:59:49.397 INFO Starting download, target: DendriteStub
17922026-08-06T22:59:50.546ZAug 06 22:59:49.397 INFO Starting download, target: MaghemiteMgd
17932026-08-06T22:59:50.546ZAug 06 22:59:49.397 INFO Starting download, target: MaghemiteDdmd
17942026-08-06T22:59:50.546ZAug 06 22:59:49.397 INFO Starting download, target: TransceiverControl
17952026-08-06T22:59:50.546ZAug 06 22:59:49.397 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17962026-08-06T22:59:50.546ZAug 06 22:59:49.397 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17972026-08-06T22:59:50.546ZAug 06 22:59:49.397 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17982026-08-06T22:59:50.546ZAug 06 22:59:49.397 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17992026-08-06T22:59:50.546ZAug 06 22:59:49.397 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18002026-08-06T22:59:50.546ZAug 06 22:59:49.397 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18012026-08-06T22:59:50.546ZAug 06 22:59:49.397 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18022026-08-06T22:59:52.327ZAug 06 22:59:51.180 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18032026-08-06T22:59:52.422ZAug 06 22:59:51.258 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18042026-08-06T22:59:52.513ZAug 06 22:59:51.361 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18052026-08-06T22:59:52.617ZAug 06 22:59:51.450 INFO Download complete, target: Console
18062026-08-06T22:59:52.720ZAug 06 22:59:51.569 INFO Download complete, target: TransceiverControl
18072026-08-06T22:59:53.738ZAug 06 22:59:52.587 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18082026-08-06T22:59:54.091ZAug 06 22:59:52.943 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18092026-08-06T22:59:54.143ZAug 06 22:59:52.994 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18102026-08-06T22:59:54.550ZAug 06 22:59:53.405 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18112026-08-06T22:59:54.550ZAug 06 22:59:53.405 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18122026-08-06T22:59:55.663ZAug 06 22:59:54.518 INFO Download complete, target: MaghemiteDdmd
18132026-08-06T22:59:56.678ZAug 06 22:59:55.532 INFO Download complete, target: MaghemiteMgd
18142026-08-06T22:59:56.734ZAug 06 22:59:55.589 INFO Download complete, target: DendriteStub
18152026-08-06T22:59:59.240ZAug 06 22:59:58.094 INFO Checking that binary works, target: Clickhouse
18162026-08-06T22:59:59.352ZAug 06 22:59:58.207 INFO Checking that binary works, target: Cockroach
18172026-08-06T22:59:59.366ZAug 06 22:59:58.221 INFO Download complete, target: Clickhouse
18182026-08-06T22:59:59.474ZAug 06 22:59:58.328 INFO Download complete, target: Cockroach
18192026-08-06T22:59:59.492ZAll builder prerequisites installed successfully, and PATH looks valid
18202026-08-06T22:59:59.495Z
18212026-08-06T22:59:59.495Zreal 2:08.868135241
18222026-08-06T22:59:59.495Zuser 7:07.629012787
18232026-08-06T22:59:59.495Zsys 1:24.162672000
18242026-08-06T22:59:59.495Ztrap 0.249112713
18252026-08-06T22:59:59.495Ztflt 0.658922416
18262026-08-06T22:59:59.495Zdflt 0.890142149
18272026-08-06T22:59:59.495Zkflt 0.026030565
18282026-08-06T22:59:59.495Zlock 26:58.946166290
18292026-08-06T22:59:59.495Zslp 21:31.246390308
18302026-08-06T22:59:59.495Zlat 48.935738098
18312026-08-06T22:59:59.495Zstop 2:37.559393244
18322026-08-06T22:59:59.495Z+ banner hack-check
18332026-08-06T22:59:59.495Z
18342026-08-06T22:59:59.495Z # # ## #### # # #### # # ###### #### # #
18352026-08-06T22:59:59.495Z # # # # # # # # # # # # # # # # #
18362026-08-06T22:59:59.495Z ###### # # # #### ##### # ###### ##### # ####
18372026-08-06T22:59:59.495Z # # ###### # # # # # # # # # #
18382026-08-06T22:59:59.495Z # # # # # # # # # # # # # # # # #
18392026-08-06T22:59:59.495Z # # # # #### # # #### # # ###### #### # #
18402026-08-06T22:59:59.496Z
18412026-08-06T22:59:59.496Z+ export CARGO_INCREMENTAL=0
18422026-08-06T22:59:59.496Z+ CARGO_INCREMENTAL=0
18432026-08-06T22:59:59.496Z+ ptime -m timeout 2h cargo xtask check-features --ci
18442026-08-06T22:59:59.961Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18452026-08-06T23:00:00.252Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18462026-08-06T23:00:02.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s
18472026-08-06T23:00:02.115Z Running `target/debug/xtask check-features --ci`
18482026-08-06T23:00:02.141Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18492026-08-06T23:00:02.144Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18502026-08-06T23:00:02.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18512026-08-06T23:00:02.585Z Running `target/debug/xtask download cargo-hack`
18522026-08-06T23:00:03.358Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18532026-08-06T23:00:03.665Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18542026-08-06T23:00:06.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.61s
18552026-08-06T23:00:06.392Z Running `target/debug/xtask-downloader cargo-hack`
18562026-08-06T23:00:06.432ZAug 06 23:00:05.287 INFO Starting download, target: CargoHack
18572026-08-06T23:00:06.435ZAug 06 23:00:05.287 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18582026-08-06T23:00:07.011ZAug 06 23:00:05.865 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18592026-08-06T23:00:07.060ZAug 06 23:00:05.915 INFO Download complete, target: CargoHack
18602026-08-06T23:00:07.065Zrunning: "/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"
18612026-08-06T23:00:07.075Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18622026-08-06T23:00:07.235Zinfo: running `cargo check --bins` on api_identity (1/304)
18632026-08-06T23:00:07.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-08-06T23:00:07.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-08-06T23:00:07.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-08-06T23:00:07.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18672026-08-06T23:00:07.774Z
18682026-08-06T23:00:07.774Zinfo: running `cargo check --bins` on bootstore (2/304)
18692026-08-06T23:00:08.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-08-06T23:00:08.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-08-06T23:00:08.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-08-06T23:00:08.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18732026-08-06T23:00:08.314Z
18742026-08-06T23:00:08.314Zinfo: running `cargo check --bins` on omicron-ledger (3/304)
18752026-08-06T23:00:08.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-08-06T23:00:08.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-08-06T23:00:08.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-08-06T23:00:08.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18792026-08-06T23:00:08.857Z
18802026-08-06T23:00:08.857Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/304)
18812026-08-06T23:00:09.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-08-06T23:00:09.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-08-06T23:00:09.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-08-06T23:00:09.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18852026-08-06T23:00:09.405Z
18862026-08-06T23:00:09.405Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/304)
18872026-08-06T23:00:09.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-08-06T23:00:09.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-08-06T23:00:09.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-08-06T23:00:09.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18912026-08-06T23:00:09.947Z
18922026-08-06T23:00:09.947Zinfo: running `cargo check --bins` on omicron-certificates (6/304)
18932026-08-06T23:00:10.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-08-06T23:00:10.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-08-06T23:00:10.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-08-06T23:00:10.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18972026-08-06T23:00:10.504Z
18982026-08-06T23:00:10.504Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/304)
18992026-08-06T23:00:10.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-08-06T23:00:10.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-08-06T23:00:10.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-08-06T23:00:10.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19032026-08-06T23:00:11.053Z
19042026-08-06T23:00:11.053Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/304)
19052026-08-06T23:00:11.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-08-06T23:00:11.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-08-06T23:00:11.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-08-06T23:00:11.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19092026-08-06T23:00:11.607Z
19102026-08-06T23:00:11.607Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/304)
19112026-08-06T23:00:11.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-08-06T23:00:11.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-08-06T23:00:11.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-08-06T23:00:11.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19152026-08-06T23:00:12.019Z
19162026-08-06T23:00:12.019Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/304)
19172026-08-06T23:00:12.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-08-06T23:00:12.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-08-06T23:00:12.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-08-06T23:00:12.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19212026-08-06T23:00:12.431Z
19222026-08-06T23:00:12.431Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/304)
19232026-08-06T23:00:12.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-08-06T23:00:12.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-08-06T23:00:12.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-08-06T23:00:12.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19272026-08-06T23:00:12.841Z
19282026-08-06T23:00:12.841Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/304)
19292026-08-06T23:00:13.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-08-06T23:00:13.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-08-06T23:00:13.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-08-06T23:00:13.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19332026-08-06T23:00:13.256Z
19342026-08-06T23:00:13.256Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/304)
19352026-08-06T23:00:13.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-08-06T23:00:13.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-08-06T23:00:13.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-08-06T23:00:13.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19392026-08-06T23:00:13.668Z
19402026-08-06T23:00:13.668Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/304)
19412026-08-06T23:00:14.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-08-06T23:00:14.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-08-06T23:00:14.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-08-06T23:00:14.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19452026-08-06T23:00:14.077Z
19462026-08-06T23:00:14.078Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/304)
19472026-08-06T23:00:14.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-08-06T23:00:14.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-08-06T23:00:14.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-08-06T23:00:14.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19512026-08-06T23:00:14.489Z
19522026-08-06T23:00:14.489Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/304)
19532026-08-06T23:00:14.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-08-06T23:00:14.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-08-06T23:00:14.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-08-06T23:00:14.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19572026-08-06T23:00:14.901Z
19582026-08-06T23:00:14.901Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/304)
19592026-08-06T23:00:15.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-08-06T23:00:15.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-08-06T23:00:15.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-08-06T23:00:15.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19632026-08-06T23:00:15.314Z
19642026-08-06T23:00:15.314Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/304)
19652026-08-06T23:00:15.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-08-06T23:00:15.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-08-06T23:00:15.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-08-06T23:00:15.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19692026-08-06T23:00:15.723Z
19702026-08-06T23:00:15.723Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/304)
19712026-08-06T23:00:16.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-08-06T23:00:16.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-08-06T23:00:16.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-08-06T23:00:16.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19752026-08-06T23:00:16.134Z
19762026-08-06T23:00:16.134Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/304)
19772026-08-06T23:00:16.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-08-06T23:00:16.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-08-06T23:00:16.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-08-06T23:00:16.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19812026-08-06T23:00:16.547Z
19822026-08-06T23:00:16.547Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/304)
19832026-08-06T23:00:16.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-08-06T23:00:16.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-08-06T23:00:16.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-08-06T23:00:16.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19872026-08-06T23:00:16.960Z
19882026-08-06T23:00:16.960Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/304)
19892026-08-06T23:00:17.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-08-06T23:00:17.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-08-06T23:00:17.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-08-06T23:00:17.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19932026-08-06T23:00:17.373Z
19942026-08-06T23:00:17.373Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/304)
19952026-08-06T23:00:17.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-08-06T23:00:17.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-08-06T23:00:17.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-08-06T23:00:17.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19992026-08-06T23:00:17.789Z
20002026-08-06T23:00:17.789Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/304)
20012026-08-06T23:00:18.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-08-06T23:00:18.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-08-06T23:00:18.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-08-06T23:00:18.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20052026-08-06T23:00:18.208Z
20062026-08-06T23:00:18.208Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/304)
20072026-08-06T23:00:18.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-08-06T23:00:18.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-08-06T23:00:18.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-08-06T23:00:18.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20112026-08-06T23:00:18.623Z
20122026-08-06T23:00:18.623Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/304)
20132026-08-06T23:00:18.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-08-06T23:00:18.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-08-06T23:00:18.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-08-06T23:00:18.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20172026-08-06T23:00:19.030Z
20182026-08-06T23:00:19.030Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/304)
20192026-08-06T23:00:19.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-08-06T23:00:19.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-08-06T23:00:19.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-08-06T23:00:19.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20232026-08-06T23:00:19.442Z
20242026-08-06T23:00:19.442Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/304)
20252026-08-06T23:00:19.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-08-06T23:00:19.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-08-06T23:00:19.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-08-06T23:00:19.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20292026-08-06T23:00:19.856Z
20302026-08-06T23:00:19.856Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/304)
20312026-08-06T23:00:20.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-08-06T23:00:20.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-08-06T23:00:20.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-08-06T23:00:20.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20352026-08-06T23:00:20.270Z
20362026-08-06T23:00:20.270Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/304)
20372026-08-06T23:00:20.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-08-06T23:00:20.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-08-06T23:00:20.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-08-06T23:00:20.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20412026-08-06T23:00:20.680Z
20422026-08-06T23:00:20.680Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/304)
20432026-08-06T23:00:21.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-08-06T23:00:21.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-08-06T23:00:21.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-08-06T23:00:21.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20472026-08-06T23:00:21.090Z
20482026-08-06T23:00:21.090Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/304)
20492026-08-06T23:00:21.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-08-06T23:00:21.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-08-06T23:00:21.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-08-06T23:00:21.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20532026-08-06T23:00:21.501Z
20542026-08-06T23:00:21.501Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/304)
20552026-08-06T23:00:21.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-08-06T23:00:21.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-08-06T23:00:21.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-08-06T23:00:21.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20592026-08-06T23:00:21.912Z
20602026-08-06T23:00:21.913Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/304)
20612026-08-06T23:00:22.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-08-06T23:00:22.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-08-06T23:00:22.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-08-06T23:00:22.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20652026-08-06T23:00:22.322Z
20662026-08-06T23:00:22.322Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/304)
20672026-08-06T23:00:22.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-08-06T23:00:22.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-08-06T23:00:22.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-08-06T23:00:22.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20712026-08-06T23:00:22.735Z
20722026-08-06T23:00:22.736Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/304)
20732026-08-06T23:00:23.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-08-06T23:00:23.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-08-06T23:00:23.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-08-06T23:00:23.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20772026-08-06T23:00:23.146Z
20782026-08-06T23:00:23.146Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/304)
20792026-08-06T23:00:23.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-08-06T23:00:23.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-08-06T23:00:23.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-08-06T23:00:23.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20832026-08-06T23:00:23.556Z
20842026-08-06T23:00:23.556Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/304)
20852026-08-06T23:00:23.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-08-06T23:00:23.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-08-06T23:00:23.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-08-06T23:00:23.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20892026-08-06T23:00:23.967Z
20902026-08-06T23:00:23.967Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/304)
20912026-08-06T23:00:24.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-08-06T23:00:24.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-08-06T23:00:24.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-08-06T23:00:24.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20952026-08-06T23:00:24.378Z
20962026-08-06T23:00:24.378Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/304)
20972026-08-06T23:00:24.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-08-06T23:00:24.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-08-06T23:00:24.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-08-06T23:00:24.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21012026-08-06T23:00:24.791Z
21022026-08-06T23:00:24.791Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/304)
21032026-08-06T23:00:25.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-08-06T23:00:25.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-08-06T23:00:25.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-08-06T23:00:25.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21072026-08-06T23:00:25.203Z
21082026-08-06T23:00:25.203Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/304)
21092026-08-06T23:00:25.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-08-06T23:00:25.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-08-06T23:00:25.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-08-06T23:00:25.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21132026-08-06T23:00:25.614Z
21142026-08-06T23:00:25.614Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/304)
21152026-08-06T23:00:25.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-08-06T23:00:25.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-08-06T23:00:25.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-08-06T23:00:25.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21192026-08-06T23:00:26.028Z
21202026-08-06T23:00:26.028Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/304)
21212026-08-06T23:00:26.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-08-06T23:00:26.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-08-06T23:00:26.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-08-06T23:00:26.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21252026-08-06T23:00:26.443Z
21262026-08-06T23:00:26.443Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/304)
21272026-08-06T23:00:26.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-08-06T23:00:26.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-08-06T23:00:26.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-08-06T23:00:26.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21312026-08-06T23:00:26.856Z
21322026-08-06T23:00:26.856Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/304)
21332026-08-06T23:00:27.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-08-06T23:00:27.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-08-06T23:00:27.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-08-06T23:00:27.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21372026-08-06T23:00:27.269Z
21382026-08-06T23:00:27.269Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/304)
21392026-08-06T23:00:27.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-08-06T23:00:27.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-08-06T23:00:27.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-08-06T23:00:27.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21432026-08-06T23:00:27.683Z
21442026-08-06T23:00:27.683Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/304)
21452026-08-06T23:00:28.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-08-06T23:00:28.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-08-06T23:00:28.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-08-06T23:00:28.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21492026-08-06T23:00:28.096Z
21502026-08-06T23:00:28.096Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/304)
21512026-08-06T23:00:28.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-08-06T23:00:28.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-08-06T23:00:28.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-08-06T23:00:28.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21552026-08-06T23:00:28.691Z
21562026-08-06T23:00:28.691Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/304)
21572026-08-06T23:00:29.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-08-06T23:00:29.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-08-06T23:00:29.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-08-06T23:00:29.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21612026-08-06T23:00:29.290Z
21622026-08-06T23:00:29.290Zinfo: running `cargo check --bins` on nexus-config (51/304)
21632026-08-06T23:00:29.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-08-06T23:00:29.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-08-06T23:00:29.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-08-06T23:00:29.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21672026-08-06T23:00:29.879Z
21682026-08-06T23:00:29.879Zinfo: running `cargo check --bins` on nexus-types (52/304)
21692026-08-06T23:00:30.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-08-06T23:00:30.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-08-06T23:00:30.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-08-06T23:00:30.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21732026-08-06T23:00:30.477Z
21742026-08-06T23:00:30.477Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/304)
21752026-08-06T23:00:30.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-08-06T23:00:30.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-08-06T23:00:30.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-08-06T23:00:30.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21792026-08-06T23:00:31.037Z
21802026-08-06T23:00:31.037Zinfo: running `cargo check --bins` on omicron-passwords (54/304)
21812026-08-06T23:00:31.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-08-06T23:00:31.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-08-06T23:00:31.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-08-06T23:00:31.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21852026-08-06T23:00:31.580Z
21862026-08-06T23:00:31.580Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/304)
21872026-08-06T23:00:32.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-08-06T23:00:32.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-08-06T23:00:32.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-08-06T23:00:32.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21912026-08-06T23:00:32.140Z
21922026-08-06T23:00:32.140Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/304)
21932026-08-06T23:00:32.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-08-06T23:00:32.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-08-06T23:00:32.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-08-06T23:00:32.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21972026-08-06T23:00:32.706Z
21982026-08-06T23:00:32.706Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/304)
21992026-08-06T23:00:33.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-08-06T23:00:33.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-08-06T23:00:33.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-08-06T23:00:33.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22032026-08-06T23:00:33.265Z
22042026-08-06T23:00:33.265Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/304)
22052026-08-06T23:00:33.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-08-06T23:00:33.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-08-06T23:00:33.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-08-06T23:00:33.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22092026-08-06T23:00:33.830Z
22102026-08-06T23:00:33.830Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/304)
22112026-08-06T23:00:34.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-08-06T23:00:34.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-08-06T23:00:34.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-08-06T23:00:34.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22152026-08-06T23:00:34.373Z
22162026-08-06T23:00:34.373Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/304)
22172026-08-06T23:00:34.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-08-06T23:00:34.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-08-06T23:00:34.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-08-06T23:00:34.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22212026-08-06T23:00:34.918Z
22222026-08-06T23:00:34.918Zinfo: running `cargo check --bins --no-default-features` on gfss (61/304)
22232026-08-06T23:00:35.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-08-06T23:00:35.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-08-06T23:00:35.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-08-06T23:00:35.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22272026-08-06T23:00:35.459Z
22282026-08-06T23:00:35.459Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/304)
22292026-08-06T23:00:35.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-08-06T23:00:35.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-08-06T23:00:35.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-08-06T23:00:35.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22332026-08-06T23:00:36.003Z
22342026-08-06T23:00:36.003Zinfo: running `cargo check --bins` on wicketd-commission-types (63/304)
22352026-08-06T23:00:36.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-08-06T23:00:36.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-08-06T23:00:36.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382026-08-06T23:00:36.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22392026-08-06T23:00:36.566Z
22402026-08-06T23:00:36.566Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (64/304)
22412026-08-06T23:00:37.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422026-08-06T23:00:37.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432026-08-06T23:00:37.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442026-08-06T23:00:37.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22452026-08-06T23:00:37.127Z
22462026-08-06T23:00:37.127Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (65/304)
22472026-08-06T23:00:37.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482026-08-06T23:00:37.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492026-08-06T23:00:37.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22502026-08-06T23:00:37.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22512026-08-06T23:00:37.683Z
22522026-08-06T23:00:37.683Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (66/304)
22532026-08-06T23:00:38.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22542026-08-06T23:00:38.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22552026-08-06T23:00:38.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22562026-08-06T23:00:38.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22572026-08-06T23:00:38.235Z
22582026-08-06T23:00:38.236Zinfo: running `cargo check --bins` on clickhouse-admin-types (67/304)
22592026-08-06T23:00:38.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22602026-08-06T23:00:38.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22612026-08-06T23:00:38.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22622026-08-06T23:00:38.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22632026-08-06T23:00:38.799Z
22642026-08-06T23:00:38.799Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (68/304)
22652026-08-06T23:00:39.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22662026-08-06T23:00:39.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22672026-08-06T23:00:39.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22682026-08-06T23:00:39.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22692026-08-06T23:00:39.360Z
22702026-08-06T23:00:39.360Zinfo: running `cargo check --bins` on cockroach-admin-types (69/304)
22712026-08-06T23:00:39.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22722026-08-06T23:00:39.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22732026-08-06T23:00:39.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22742026-08-06T23:00:39.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22752026-08-06T23:00:39.903Z
22762026-08-06T23:00:39.903Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (70/304)
22772026-08-06T23:00:40.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22782026-08-06T23:00:40.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22792026-08-06T23:00:40.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22802026-08-06T23:00:40.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22812026-08-06T23:00:40.449Z
22822026-08-06T23:00:40.449Zinfo: running `cargo check --bins` on ereport-types (71/304)
22832026-08-06T23:00:40.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22842026-08-06T23:00:40.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22852026-08-06T23:00:40.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22862026-08-06T23:00:40.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22872026-08-06T23:00:41.000Z
22882026-08-06T23:00:41.000Zinfo: running `cargo check --bins` on gateway-client (72/304)
22892026-08-06T23:00:41.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22902026-08-06T23:00:41.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22912026-08-06T23:00:41.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22922026-08-06T23:00:41.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22932026-08-06T23:00:41.556Z
22942026-08-06T23:00:41.556Zinfo: running `cargo check --bins --no-default-features` on gateway-types (73/304)
22952026-08-06T23:00:42.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22962026-08-06T23:00:42.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22972026-08-06T23:00:42.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22982026-08-06T23:00:42.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22992026-08-06T23:00:42.103Z
23002026-08-06T23:00:42.103Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (74/304)
23012026-08-06T23:00:42.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23022026-08-06T23:00:42.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23032026-08-06T23:00:42.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23042026-08-06T23:00:42.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23052026-08-06T23:00:42.653Z
23062026-08-06T23:00:42.653Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (75/304)
23072026-08-06T23:00:43.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23082026-08-06T23:00:43.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23092026-08-06T23:00:43.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23102026-08-06T23:00:43.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23112026-08-06T23:00:43.229Z
23122026-08-06T23:00:43.230Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (76/304)
23132026-08-06T23:00:43.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23142026-08-06T23:00:43.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23152026-08-06T23:00:43.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23162026-08-06T23:00:43.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23172026-08-06T23:00:43.796Z
23182026-08-06T23:00:43.797Zinfo: running `cargo check --bins` on key-manager-types (77/304)
23192026-08-06T23:00:44.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23202026-08-06T23:00:44.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23212026-08-06T23:00:44.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23222026-08-06T23:00:44.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23232026-08-06T23:00:44.337Z
23242026-08-06T23:00:44.337Zinfo: running `cargo check --bins` on oxlog (78/304)
23252026-08-06T23:00:44.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23262026-08-06T23:00:44.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23272026-08-06T23:00:44.931Z Checking cfg-if v1.0.4
23282026-08-06T23:00:44.942Z Checking libc v0.2.185
23292026-08-06T23:00:44.942Z Checking serde_core v1.0.228
23302026-08-06T23:00:45.044Z Checking memchr v2.8.0
23312026-08-06T23:00:45.052Z Checking zeroize v1.9.0
23322026-08-06T23:00:45.060Z Checking smallvec v1.15.1
23332026-08-06T23:00:45.063Z Checking log v0.4.29
23342026-08-06T23:00:45.081Z Checking subtle v2.6.1
23352026-08-06T23:00:45.092Z Checking itoa v1.0.17
23362026-08-06T23:00:45.199Z Checking scopeguard v1.2.0
23372026-08-06T23:00:45.221Z Checking typenum v1.20.1
23382026-08-06T23:00:45.221Z Checking stable_deref_trait v1.2.1
23392026-08-06T23:00:45.244Z Checking zerofrom v0.1.6
23402026-08-06T23:00:45.256Z Checking zerocopy v0.8.40
23412026-08-06T23:00:45.290Z Checking lock_api v0.4.14
23422026-08-06T23:00:45.293Z Checking portable-atomic v1.13.1
23432026-08-06T23:00:45.351Z Checking yoke v0.8.1
23442026-08-06T23:00:45.410Z Checking critical-section v1.2.0
23452026-08-06T23:00:45.428Z Checking errno v0.3.14
23462026-08-06T23:00:45.487Z Checking getrandom v0.2.17
23472026-08-06T23:00:45.512Z Checking zerovec v0.11.5
23482026-08-06T23:00:45.532Z Checking pin-project-lite v0.2.17
23492026-08-06T23:00:45.558Z Checking const-oid v0.9.6
23502026-08-06T23:00:45.619Z Checking zmij v1.0.21
23512026-08-06T23:00:45.632Z Checking rand_core v0.6.4
23522026-08-06T23:00:45.707Z Checking once_cell v1.21.3
23532026-08-06T23:00:45.800Z Checking libm v0.2.16
23542026-08-06T23:00:45.825Z Checking signal-hook-registry v1.4.8
23552026-08-06T23:00:45.874Z Checking parking_lot_core v0.9.12
23562026-08-06T23:00:45.938Z Checking tinystr v0.8.2
23572026-08-06T23:00:45.959Z Checking generic-array v0.14.7
23582026-08-06T23:00:45.987Z Checking futures-core v0.3.32
23592026-08-06T23:00:46.058Z Checking litemap v0.8.1
23602026-08-06T23:00:46.103Z Checking rand_core v0.10.0
23612026-08-06T23:00:46.118Z Checking writeable v0.6.2
23622026-08-06T23:00:46.222Z Checking percent-encoding v2.3.2
23632026-08-06T23:00:46.237Z Checking parking_lot v0.12.5
23642026-08-06T23:00:46.249Z Checking getrandom v0.4.1
23652026-08-06T23:00:46.270Z Checking icu_locale_core v2.1.1
23662026-08-06T23:00:46.355Z Checking potential_utf v0.1.4
23672026-08-06T23:00:46.386Z Checking zerotrie v0.2.3
23682026-08-06T23:00:46.408Z Checking mio v1.2.0
23692026-08-06T23:00:46.421Z Checking equivalent v1.0.2
23702026-08-06T23:00:46.477Z Checking icu_collections v2.1.1
23712026-08-06T23:00:46.489Z Checking num-traits v0.2.19
23722026-08-06T23:00:46.505Z Checking serde v1.0.228
23732026-08-06T23:00:46.505Z Checking bitflags v2.11.0
23742026-08-06T23:00:46.615Z Checking serde_json v1.0.151
23752026-08-06T23:00:46.677Z Checking socket2 v0.6.3
23762026-08-06T23:00:46.689Z Checking icu_normalizer_data v2.1.1
23772026-08-06T23:00:46.757Z Checking icu_properties_data v2.1.2
23782026-08-06T23:00:46.770Z Checking byteorder v1.5.0
23792026-08-06T23:00:46.809Z Checking icu_provider v2.1.1
23802026-08-06T23:00:46.878Z Checking crypto-common v0.1.7
23812026-08-06T23:00:46.903Z Checking bytes v1.11.1
23822026-08-06T23:00:46.916Z Checking block-buffer v0.10.4
23832026-08-06T23:00:46.962Z Checking futures-sink v0.3.32
23842026-08-06T23:00:46.995Z Checking hashbrown v0.17.0
23852026-08-06T23:00:47.007Z Checking getrandom v0.3.4
23862026-08-06T23:00:47.036Z Checking icu_normalizer v2.1.1
23872026-08-06T23:00:47.048Z Checking icu_properties v2.1.2
23882026-08-06T23:00:47.058Z Checking futures-channel v0.3.32
23892026-08-06T23:00:47.147Z Checking digest v0.10.7
23902026-08-06T23:00:47.244Z Checking futures-task v0.3.32
23912026-08-06T23:00:47.271Z Checking slab v0.4.12
23922026-08-06T23:00:47.334Z Checking tokio v1.52.1
23932026-08-06T23:00:47.337Z Checking futures-io v0.3.32
23942026-08-06T23:00:47.337Z Checking utf8_iter v1.0.4
23952026-08-06T23:00:47.374Z Checking form_urlencoded v1.2.2
23962026-08-06T23:00:47.424Z Checking rustix v1.1.3
23972026-08-06T23:00:47.451Z Checking futures-util v0.3.32
23982026-08-06T23:00:47.454Z Checking indexmap v2.14.0
23992026-08-06T23:00:47.475Z Checking fnv v1.0.7
24002026-08-06T23:00:47.495Z Checking base64ct v1.8.3
24012026-08-06T23:00:47.562Z Checking flagset v0.4.7
24022026-08-06T23:00:47.681Z Checking iana-time-zone v0.1.65
24032026-08-06T23:00:47.717Z Checking pem-rfc7468 v0.7.0
24042026-08-06T23:00:47.784Z Checking chrono v0.4.45
24052026-08-06T23:00:47.859Z Checking idna_adapter v1.2.1
24062026-08-06T23:00:47.871Z Checking der v0.7.10
24072026-08-06T23:00:47.973Z Checking idna v1.1.0
24082026-08-06T23:00:47.985Z Checking ppv-lite86 v0.2.21
24092026-08-06T23:00:48.009Z Checking rand_core v0.9.5
24102026-08-06T23:00:48.182Z Checking uuid v1.23.4
24112026-08-06T23:00:48.205Z Checking url v2.5.8
24122026-08-06T23:00:48.239Z Checking base64 v0.22.1
24132026-08-06T23:00:48.265Z Checking regex-syntax v0.8.10
24142026-08-06T23:00:48.471Z Checking http v1.4.2
24152026-08-06T23:00:48.491Z Checking utf8parse v0.2.2
24162026-08-06T23:00:48.591Z Checking spki v0.7.3
24172026-08-06T23:00:48.605Z Checking rand_chacha v0.9.0
24182026-08-06T23:00:48.623Z Checking tracing-core v0.1.36
24192026-08-06T23:00:48.640Z Checking anstyle v1.0.14
24202026-08-06T23:00:48.752Z Checking dyn-clone v1.0.20
24212026-08-06T23:00:48.801Z Checking cpufeatures v0.2.17
24222026-08-06T23:00:48.814Z Checking rand v0.9.2
24232026-08-06T23:00:48.852Z Checking pkcs8 v0.10.2
24242026-08-06T23:00:48.869Z Checking semver v1.0.28
24252026-08-06T23:00:48.922Z Checking tracing v0.1.44
24262026-08-06T23:00:49.003Z Checking spin v0.9.8
24272026-08-06T23:00:49.029Z Checking http-body v1.0.1
24282026-08-06T23:00:49.074Z Checking rustls-pki-types v1.14.0
24292026-08-06T23:00:49.121Z Checking cmov v0.5.4
24302026-08-06T23:00:49.154Z Checking openssl-probe v0.2.1
24312026-08-06T23:00:49.182Z Checking anstyle-query v1.1.5
24322026-08-06T23:00:49.266Z Checking colorchoice v1.0.4
24332026-08-06T23:00:49.279Z Checking is_terminal_polyfill v1.70.2
24342026-08-06T23:00:49.303Z Checking tinyvec_macros v0.1.1
24352026-08-06T23:00:49.318Z Checking ctutils v0.4.2
24362026-08-06T23:00:49.351Z Checking tinyvec v1.10.0
24372026-08-06T23:00:49.366Z Checking schemars v0.8.22
24382026-08-06T23:00:49.379Z Checking sha2 v0.10.9
24392026-08-06T23:00:49.391Z Checking aws-lc-sys v0.40.0
24402026-08-06T23:00:49.391Z Checking thiserror v2.0.18
24412026-08-06T23:00:49.499Z Checking tower-layer v0.3.3
24422026-08-06T23:00:49.525Z Checking tower-service v0.3.3
24432026-08-06T23:00:49.550Z Checking try-lock v0.2.5
24442026-08-06T23:00:49.611Z Checking atomic-waker v1.1.2
24452026-08-06T23:00:49.646Z Checking untrusted v0.7.1
24462026-08-06T23:00:49.649Z Checking fastrand v2.3.0
24472026-08-06T23:00:49.668Z Checking want v0.3.1
24482026-08-06T23:00:49.680Z Checking hybrid-array v0.4.13
24492026-08-06T23:00:49.704Z Checking anstyle-parse v1.0.0
24502026-08-06T23:00:49.753Z Checking ipnet v2.11.0
24512026-08-06T23:00:49.783Z Checking crc32fast v1.5.0
24522026-08-06T23:00:49.829Z Checking tempfile v3.25.0
24532026-08-06T23:00:49.848Z Checking httparse v1.10.1
24542026-08-06T23:00:49.892Z Checking aws-lc-rs v1.16.3
24552026-08-06T23:00:49.916Z Checking aho-corasick v1.1.4
24562026-08-06T23:00:50.004Z Checking simd-adler32 v0.3.8
24572026-08-06T23:00:50.019Z Checking foreign-types-shared v0.1.1
24582026-08-06T23:00:50.031Z Checking plain v0.2.3
24592026-08-06T23:00:50.049Z Checking httpdate v1.0.3
24602026-08-06T23:00:50.101Z Checking tap v1.0.1
24612026-08-06T23:00:50.127Z Checking untrusted v0.9.0
24622026-08-06T23:00:50.169Z Checking foreign-types v0.3.2
24632026-08-06T23:00:50.191Z Checking anstream v1.0.0
24642026-08-06T23:00:50.204Z Checking wyz v0.5.1
24652026-08-06T23:00:50.231Z Checking unicode-normalization v0.1.25
24662026-08-06T23:00:50.243Z Checking rand_chacha v0.3.1
24672026-08-06T23:00:50.370Z Checking terminal_size v0.4.3
24682026-08-06T23:00:50.385Z Checking radium v0.7.0
24692026-08-06T23:00:50.406Z Checking signature v2.2.0
24702026-08-06T23:00:50.447Z Checking num-integer v0.1.46
24712026-08-06T23:00:50.479Z Checking hex v0.4.3
24722026-08-06T23:00:50.533Z Checking openssl-sys v0.9.117
24732026-08-06T23:00:50.549Z Checking wait-timeout v0.2.1
24742026-08-06T23:00:50.572Z Checking regex-automata v0.4.14
24752026-08-06T23:00:50.587Z Checking tokio-util v0.7.18
24762026-08-06T23:00:50.626Z Checking unicode-ident v1.0.24
24772026-08-06T23:00:50.663Z Checking strsim v0.11.1
24782026-08-06T23:00:50.677Z Checking quick-error v1.2.3
24792026-08-06T23:00:50.694Z Checking adler2 v2.0.1
24802026-08-06T23:00:50.719Z Checking rustls-webpki v0.103.13
24812026-08-06T23:00:50.730Z Checking bit-vec v0.8.0
24822026-08-06T23:00:50.771Z Checking clap_lex v1.0.0
24832026-08-06T23:00:50.797Z Checking ucd-trie v0.1.7
24842026-08-06T23:00:50.821Z Checking funty v2.0.0
24852026-08-06T23:00:50.893Z Checking openssl v0.10.80
24862026-08-06T23:00:50.915Z Checking bit-set v0.8.0
24872026-08-06T23:00:50.919Z Checking clap_builder v4.6.0
24882026-08-06T23:00:50.929Z Checking pest v2.8.6
24892026-08-06T23:00:51.054Z Checking miniz_oxide v0.8.9
24902026-08-06T23:00:51.118Z Checking rustls v0.23.41
24912026-08-06T23:00:51.133Z Checking bitvec v1.0.1
24922026-08-06T23:00:51.190Z Checking h2 v0.4.15
24932026-08-06T23:00:51.404Z Checking rusty-fork v0.3.1
24942026-08-06T23:00:51.569Z Checking proc-macro2 v1.0.106
24952026-08-06T23:00:51.885Z Checking num-iter v0.1.45
24962026-08-06T23:00:51.990Z Checking rand v0.8.6
24972026-08-06T23:00:52.005Z Checking lazy_static v1.5.0
24982026-08-06T23:00:52.092Z Checking anstyle-parse v0.2.7
24992026-08-06T23:00:52.147Z Checking rand_xorshift v0.4.0
25002026-08-06T23:00:52.242Z Checking thiserror v1.0.69
25012026-08-06T23:00:52.264Z Checking maybe-uninit v2.0.0
25022026-08-06T23:00:52.329Z Checking hmac v0.12.1
25032026-08-06T23:00:52.342Z Checking serde_spanned v0.6.9
25042026-08-06T23:00:52.386Z Checking toml_datetime v0.6.11
25052026-08-06T23:00:52.432Z Checking sync_wrapper v1.0.2
25062026-08-06T23:00:52.457Z Checking nodrop v0.1.14
25072026-08-06T23:00:52.470Z Checking zlib-rs v0.6.2
25082026-08-06T23:00:52.496Z Checking powerfmt v0.2.0
25092026-08-06T23:00:52.529Z Checking siphasher v1.0.2
25102026-08-06T23:00:52.542Z Checking unarray v0.1.4
25112026-08-06T23:00:52.564Z Checking pretty-hex v0.4.1
25122026-08-06T23:00:52.638Z Checking crc-catalog v2.4.0
25132026-08-06T23:00:52.641Z Checking deranged v0.5.8
25142026-08-06T23:00:52.677Z Checking proptest v1.11.0
25152026-08-06T23:00:52.680Z Checking array-init v0.0.4
25162026-08-06T23:00:52.733Z Checking crc v3.4.0
25172026-08-06T23:00:52.867Z Checking native-tls v0.2.18
25182026-08-06T23:00:52.889Z Checking tower v0.5.3
25192026-08-06T23:00:52.976Z Checking num-bigint-dig v0.8.6
25202026-08-06T23:00:53.043Z Checking packed_struct v0.10.1
25212026-08-06T23:00:53.271Z Checking smallvec v0.6.14
25222026-08-06T23:00:53.326Z Checking anstream v0.6.21
25232026-08-06T23:00:53.363Z Checking flate2 v1.1.9
25242026-08-06T23:00:53.455Z Checking clap v4.6.1
25252026-08-06T23:00:53.523Z Checking quote v1.0.45
25262026-08-06T23:00:53.532Z Checking ipnetwork v0.21.1
25272026-08-06T23:00:53.560Z Checking http-body-util v0.1.3
25282026-08-06T23:00:53.651Z Checking pkcs1 v0.7.5
25292026-08-06T23:00:53.686Z Checking crossbeam-utils v0.8.21
25302026-08-06T23:00:53.743Z Checking zerocopy v0.6.6
25312026-08-06T23:00:53.768Z Checking bitfield v0.19.4
25322026-08-06T23:00:53.778Z Checking bzip2-sys v0.1.13+1.0.8
25332026-08-06T23:00:53.848Z Checking ahash v0.8.12
25342026-08-06T23:00:53.898Z Checking scroll v0.13.0
25352026-08-06T23:00:53.964Z Checking hyper v1.10.1
25362026-08-06T23:00:54.029Z Checking env_filter v1.0.0
25372026-08-06T23:00:54.035Z Checking hashbrown v0.12.3
25382026-08-06T23:00:54.038Z Checking unicode-properties v0.1.4
25392026-08-06T23:00:54.044Z Checking base64 v0.21.7
25402026-08-06T23:00:54.073Z Checking num_threads v0.1.7
25412026-08-06T23:00:54.087Z Checking winnow v0.5.40
25422026-08-06T23:00:54.151Z Checking time-core v0.1.8
25432026-08-06T23:00:54.162Z Checking unicode-bidi v0.3.18
25442026-08-06T23:00:54.220Z Checking iri-string v0.7.10
25452026-08-06T23:00:54.310Z Checking ryu v1.0.23
25462026-08-06T23:00:54.320Z Checking num-conv v0.2.0
25472026-08-06T23:00:54.418Z Checking allocator-api2 v0.2.21
25482026-08-06T23:00:54.432Z Checking serde_urlencoded v0.7.1
25492026-08-06T23:00:54.462Z Checking indexmap v1.9.3
25502026-08-06T23:00:54.472Z Checking stringprep v0.1.5
25512026-08-06T23:00:54.495Z Checking newtype-uuid v1.3.2
25522026-08-06T23:00:54.631Z Checking time v0.3.47
25532026-08-06T23:00:54.640Z Checking ron v0.8.1
25542026-08-06T23:00:54.686Z Checking env_logger v0.11.9
25552026-08-06T23:00:54.712Z Checking goblin v0.10.5
25562026-08-06T23:00:54.765Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25572026-08-06T23:00:54.872Z Checking hashbrown v0.13.2
25582026-08-06T23:00:54.920Z Checking hyper-util v0.1.20
25592026-08-06T23:00:55.147Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25602026-08-06T23:00:55.250Z Checking toml_edit v0.19.15
25612026-08-06T23:00:55.256Z Checking tower-http v0.6.8
25622026-08-06T23:00:55.288Z Checking crossbeam-epoch v0.9.18
25632026-08-06T23:00:55.298Z Checking bzip2 v0.4.4
25642026-08-06T23:00:55.457Z Checking rsa v0.9.10
25652026-08-06T23:00:55.505Z Checking oxnet v0.1.6
25662026-08-06T23:00:55.540Z Checking syn v2.0.117
25672026-08-06T23:00:55.742Z Checking serde-hex v0.1.0
25682026-08-06T23:00:55.769Z Checking tokio-native-tls v0.3.1
25692026-08-06T23:00:55.951Z Checking bstr v1.12.1
25702026-08-06T23:00:55.994Z Checking crypto-common v0.2.2
25712026-08-06T23:00:56.167Z Checking block-buffer v0.12.1
25722026-08-06T23:00:56.248Z Checking block-padding v0.4.2
25732026-08-06T23:00:56.295Z Checking rustls-native-certs v0.8.3
25742026-08-06T23:00:56.329Z Checking x509-cert v0.2.5
25752026-08-06T23:00:56.377Z Checking scroll v0.12.0
25762026-08-06T23:00:56.421Z Checking zstd-sys v2.0.16+zstd.1.5.7
25772026-08-06T23:00:56.515Z Checking md-5 v0.10.6
25782026-08-06T23:00:56.530Z Checking hash32 v0.2.1
25792026-08-06T23:00:56.598Z Checking encoding_rs v0.8.35
25802026-08-06T23:00:56.652Z Checking psl-types v2.0.11
25812026-08-06T23:00:56.682Z Checking either v1.15.0
25822026-08-06T23:00:56.765Z Checking mime v0.3.17
25832026-08-06T23:00:56.865Z Checking fallible-iterator v0.2.0
25842026-08-06T23:00:56.939Z Checking crc-any v2.5.0
25852026-08-06T23:00:56.965Z Checking publicsuffix v2.3.0
25862026-08-06T23:00:56.980Z Checking dof v0.4.0
25872026-08-06T23:00:57.110Z Checking heapless v0.7.17
25882026-08-06T23:00:57.124Z Checking goblin v0.8.2
25892026-08-06T23:00:57.136Z Checking postgres-protocol v0.6.10
25902026-08-06T23:00:57.226Z Checking zstd-safe v7.2.4
25912026-08-06T23:00:57.387Z Checking inout v0.2.2
25922026-08-06T23:00:57.456Z Checking toml v0.7.8
25932026-08-06T23:00:57.525Z Checking hyper-tls v0.6.0
25942026-08-06T23:00:57.542Z Checking daft v0.1.7
25952026-08-06T23:00:57.560Z Checking cookie v0.18.1
25962026-08-06T23:00:57.607Z Checking zip v0.6.6
25972026-08-06T23:00:57.701Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25982026-08-06T23:00:57.753Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25992026-08-06T23:00:57.766Z Checking object v0.30.4
26002026-08-06T23:00:57.782Z Checking tokio-rustls v0.26.4
26012026-08-06T23:00:57.782Z Checking phf_shared v0.13.1
26022026-08-06T23:00:57.802Z Checking dtrace-parser v0.3.0
26032026-08-06T23:00:57.846Z Checking zerocopy v0.7.35
26042026-08-06T23:00:57.923Z Checking pin-project v1.1.11
26052026-08-06T23:00:57.977Z Checking futures-executor v0.3.32
26062026-08-06T23:00:58.000Z Checking signal-hook v0.3.18
26072026-08-06T23:00:58.012Z Checking ff v0.13.1
26082026-08-06T23:00:58.027Z Checking thread-id v5.1.0
26092026-08-06T23:00:58.107Z Compiling rayon-core v1.13.0
26102026-08-06T23:00:58.119Z Checking bumpalo v3.20.2
26112026-08-06T23:00:58.146Z Checking foldhash v0.1.5
26122026-08-06T23:00:58.194Z Checking managed v0.8.0
26132026-08-06T23:00:58.273Z Checking jiff-core v0.1.0
26142026-08-06T23:00:58.279Z Checking libbz2-rs-sys v0.2.2
26152026-08-06T23:00:58.309Z Checking same-file v1.0.6
26162026-08-06T23:00:58.328Z Checking foldhash v0.2.0
26172026-08-06T23:00:58.366Z Checking base16ct v0.2.0
26182026-08-06T23:00:58.424Z Checking bitflags v1.3.2
26192026-08-06T23:00:58.472Z Checking path-slash v0.1.5
26202026-08-06T23:00:58.488Z Checking sec1 v0.7.3
26212026-08-06T23:00:58.499Z Checking smoltcp v0.9.1
26222026-08-06T23:00:58.569Z Checking hashbrown v0.16.1
26232026-08-06T23:00:58.662Z Checking bzip2 v0.6.1
26242026-08-06T23:00:58.688Z Checking walkdir v2.5.0
26252026-08-06T23:00:58.726Z Checking zopfli v0.8.3
26262026-08-06T23:00:58.836Z Checking hashbrown v0.15.5
26272026-08-06T23:00:58.848Z Checking signal-hook-mio v0.2.5
26282026-08-06T23:00:58.940Z Checking jiff v0.2.34
26292026-08-06T23:00:58.952Z Checking group v0.13.0
26302026-08-06T23:00:58.990Z Checking dof v0.3.0
26312026-08-06T23:00:59.050Z Checking futures v0.3.32
26322026-08-06T23:00:59.061Z Checking usdt-impl v0.6.0
26332026-08-06T23:00:59.072Z Checking snafu v0.8.9
26342026-08-06T23:00:59.091Z Checking hyper-rustls v0.27.7
26352026-08-06T23:00:59.120Z Checking phf v0.13.1
26362026-08-06T23:00:59.264Z Checking cookie_store v0.22.1
26372026-08-06T23:00:59.278Z Checking reqwest v0.12.28
26382026-08-06T23:00:59.289Z Checking cipher v0.5.2
26392026-08-06T23:00:59.311Z Checking postgres-types v0.2.12
26402026-08-06T23:00:59.316Z Checking zstd v0.13.3
26412026-08-06T23:00:59.345Z Checking rustls-platform-verifier v0.6.2
26422026-08-06T23:00:59.480Z Checking globset v0.4.18
26432026-08-06T23:00:59.508Z Checking crossbeam-deque v0.8.6
26442026-08-06T23:00:59.521Z Checking phf_shared v0.11.3
26452026-08-06T23:00:59.594Z Checking hkdf v0.12.4
26462026-08-06T23:00:59.627Z Checking regex v1.12.3
26472026-08-06T23:00:59.660Z Checking dtrace-parser v0.2.0
26482026-08-06T23:00:59.685Z Checking byte-wrapper v0.1.0
26492026-08-06T23:00:59.719Z Checking ref-cast v1.0.25
26502026-08-06T23:00:59.732Z Checking curve25519-dalek v4.1.3
26512026-08-06T23:00:59.816Z Checking strum v0.27.2
26522026-08-06T23:00:59.863Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26532026-08-06T23:00:59.880Z Checking olpc-cjson v0.1.4
26542026-08-06T23:00:59.894Z Checking hubpack v0.1.2
26552026-08-06T23:00:59.898Z Checking ed25519 v2.2.3
26562026-08-06T23:00:59.920Z Checking memoffset v0.9.1
26572026-08-06T23:01:00.002Z Checking rustix v0.38.44
26582026-08-06T23:01:00.026Z Checking pem v3.0.6
26592026-08-06T23:01:00.029Z Checking float-cmp v0.10.0
26602026-08-06T23:01:00.061Z Checking erased-serde v0.3.31
26612026-08-06T23:01:00.084Z Checking serde_plain v1.0.2
26622026-08-06T23:01:00.152Z Checking serde-big-array v0.5.1
26632026-08-06T23:01:00.156Z Checking crypto-bigint v0.5.5
26642026-08-06T23:01:00.187Z Checking memmap2 v0.9.10
26652026-08-06T23:01:00.228Z Checking thread-id v4.2.2
26662026-08-06T23:01:00.280Z Checking data-encoding v2.10.0
26672026-08-06T23:01:00.302Z Checking fixedbitset v0.4.2
26682026-08-06T23:01:00.341Z Checking normalize-line-endings v0.3.0
26692026-08-06T23:01:00.430Z Checking const-oid v0.10.2
26702026-08-06T23:01:00.443Z Checking precomputed-hash v0.1.1
26712026-08-06T23:01:00.453Z Checking unicode-segmentation v1.12.0
26722026-08-06T23:01:00.495Z Checking predicates-core v1.0.10
26732026-08-06T23:01:00.518Z Checking static_assertions v1.1.0
26742026-08-06T23:01:00.540Z Checking typed-path v0.9.3
26752026-08-06T23:01:00.581Z Checking difflib v0.4.0
26762026-08-06T23:01:00.593Z Checking winnow v0.7.14
26772026-08-06T23:01:00.608Z Checking new_debug_unreachable v1.0.6
26782026-08-06T23:01:00.675Z Checking winnow v1.0.3
26792026-08-06T23:01:00.756Z Checking keccak v0.1.6
26802026-08-06T23:01:00.762Z Checking fixedbitset v0.5.7
26812026-08-06T23:01:00.779Z Checking toml_write v0.1.2
26822026-08-06T23:01:00.846Z Checking whoami v2.1.0
26832026-08-06T23:01:00.916Z Checking cpufeatures v0.3.0
26842026-08-06T23:01:00.934Z Checking sha3 v0.10.8
26852026-08-06T23:01:00.950Z Checking petgraph v0.8.3
26862026-08-06T23:01:00.953Z Checking toml_parser v1.1.2+spec-1.1.0
26872026-08-06T23:01:00.984Z Checking chacha20 v0.10.0
26882026-08-06T23:01:01.038Z Checking tokio-postgres v0.7.16
26892026-08-06T23:01:01.060Z Checking elliptic-curve v0.13.8
26902026-08-06T23:01:01.132Z Checking zip v4.6.1
26912026-08-06T23:01:01.233Z Checking crossterm v0.28.1
26922026-08-06T23:01:01.268Z Checking similar v2.7.0
26932026-08-06T23:01:01.310Z Checking tough v0.22.0
26942026-08-06T23:01:01.358Z Checking predicates v3.1.4
26952026-08-06T23:01:01.642Z Checking string_cache v0.8.9
26962026-08-06T23:01:01.653Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26972026-08-06T23:01:01.700Z Checking digest v0.11.3
26982026-08-06T23:01:01.782Z Checking toml_edit v0.22.27
26992026-08-06T23:01:01.817Z Checking hickory-proto v0.25.2
27002026-08-06T23:01:01.886Z Checking ed25519-dalek v2.2.0
27012026-08-06T23:01:01.923Z Checking petgraph v0.6.5
27022026-08-06T23:01:02.099Z Checking slog v2.8.2
27032026-08-06T23:01:02.297Z Checking usdt v0.6.0
27042026-08-06T23:01:02.360Z Checking usdt-impl v0.5.0
27052026-08-06T23:01:02.463Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27062026-08-06T23:01:02.517Z Checking nix v0.31.2
27072026-08-06T23:01:02.641Z Checking iddqd v0.4.2
27082026-08-06T23:01:03.040Z Checking reqwest v0.13.2
27092026-08-06T23:01:03.162Z Checking itertools v0.15.0
27102026-08-06T23:01:03.176Z Checking itertools v0.13.0
27112026-08-06T23:01:03.312Z Checking strum v0.26.3
27122026-08-06T23:01:03.418Z Checking serde_with v3.21.0
27132026-08-06T23:01:03.540Z Checking fs-err v3.3.0
27142026-08-06T23:01:03.714Z Checking object v0.37.3
27152026-08-06T23:01:03.843Z Checking tokio-stream v0.1.18
27162026-08-06T23:01:03.865Z Checking buf-list v1.1.2
27172026-08-06T23:01:03.882Z Checking anyhow v1.0.102
27182026-08-06T23:01:04.056Z Checking camino v1.2.2
27192026-08-06T23:01:04.077Z Checking openapiv3 v2.2.0
27202026-08-06T23:01:04.187Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27212026-08-06T23:01:04.208Z Checking lalrpop-util v0.19.12
27222026-08-06T23:01:04.244Z Checking peg-runtime v0.8.5
27232026-08-06T23:01:04.310Z Checking rayon v1.11.0
27242026-08-06T23:01:04.377Z Checking sigpipe v0.1.3
27252026-08-06T23:01:04.390Z Checking glob v0.3.3
27262026-08-06T23:01:05.824Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27272026-08-06T23:01:05.887Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27282026-08-06T23:01:06.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.82s
27292026-08-06T23:01:06.316Z
27302026-08-06T23:01:06.316Zinfo: running `cargo check --bins` on internal-dns-types (79/304)
27312026-08-06T23:01:06.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27322026-08-06T23:01:06.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27332026-08-06T23:01:06.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27342026-08-06T23:01:06.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27352026-08-06T23:01:06.918Z
27362026-08-06T23:01:06.919Zinfo: running `cargo check --bins` on internal-dns-types-versions (80/304)
27372026-08-06T23:01:07.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27382026-08-06T23:01:07.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27392026-08-06T23:01:07.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27402026-08-06T23:01:07.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27412026-08-06T23:01:07.438Z
27422026-08-06T23:01:07.439Zinfo: running `cargo check --bins` on nexus-types-versions (81/304)
27432026-08-06T23:01:08.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27442026-08-06T23:01:08.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27452026-08-06T23:01:08.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27462026-08-06T23:01:08.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27472026-08-06T23:01:08.080Z
27482026-08-06T23:01:08.080Zinfo: running `cargo check --bins` on oxql-types (82/304)
27492026-08-06T23:01:08.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27502026-08-06T23:01:08.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27512026-08-06T23:01:08.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27522026-08-06T23:01:08.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27532026-08-06T23:01:08.581Z
27542026-08-06T23:01:08.581Zinfo: running `cargo check --bins` on oximeter-types (83/304)
27552026-08-06T23:01:09.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562026-08-06T23:01:09.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572026-08-06T23:01:09.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27582026-08-06T23:01:09.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27592026-08-06T23:01:09.129Z
27602026-08-06T23:01:09.129Zinfo: running `cargo check --bins` on oximeter-types-versions (84/304)
27612026-08-06T23:01:09.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622026-08-06T23:01:09.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632026-08-06T23:01:09.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27642026-08-06T23:01:09.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27652026-08-06T23:01:09.687Z
27662026-08-06T23:01:09.687Zinfo: running `cargo check --bins` on oximeter-macro-impl (85/304)
27672026-08-06T23:01:10.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682026-08-06T23:01:10.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692026-08-06T23:01:10.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27702026-08-06T23:01:10.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
27712026-08-06T23:01:10.232Z
27722026-08-06T23:01:10.232Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (86/304)
27732026-08-06T23:01:10.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742026-08-06T23:01:10.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752026-08-06T23:01:10.900Z Compiling multer v3.1.0
27762026-08-06T23:01:11.013Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27772026-08-06T23:01:11.013Z Compiling async-stream-impl v0.3.6
27782026-08-06T23:01:11.034Z Compiling dropshot v0.17.1
27792026-08-06T23:01:11.040Z Compiling parse-display-derive v0.10.0
27802026-08-06T23:01:11.057Z Compiling dropshot_endpoint v0.17.1
27812026-08-06T23:01:11.066Z Compiling newtype-uuid-macros v0.1.0
27822026-08-06T23:01:11.084Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27832026-08-06T23:01:11.223Z Checking thread_local v1.1.9
27842026-08-06T23:01:11.248Z Checking match_cfg v0.1.0
27852026-08-06T23:01:11.321Z Checking compression-core v0.4.31
27862026-08-06T23:01:11.411Z Checking hostname v0.3.1
27872026-08-06T23:01:11.414Z Checking crossbeam-channel v0.5.15
27882026-08-06T23:01:11.449Z Checking compression-codecs v0.4.37
27892026-08-06T23:01:11.472Z Checking atomicwrites v0.4.4
27902026-08-06T23:01:11.517Z Checking slog-json v2.6.1
27912026-08-06T23:01:11.583Z Checking serde_spanned v1.1.1
27922026-08-06T23:01:11.595Z Checking is-terminal v0.4.17
27932026-08-06T23:01:11.611Z Checking toml_datetime v1.1.1+spec-1.1.0
27942026-08-06T23:01:11.674Z Checking take_mut v0.2.2
27952026-08-06T23:01:11.684Z Checking debug-ignore v1.0.5
27962026-08-06T23:01:11.714Z Checking toml_writer v1.1.1+spec-1.1.0
27972026-08-06T23:01:11.764Z Checking term v1.2.1
27982026-08-06T23:01:11.783Z Checking slog-async v2.8.0
27992026-08-06T23:01:11.783Z Checking slog-bunyan v2.5.0
28002026-08-06T23:01:11.806Z Checking async-compression v0.4.41
28012026-08-06T23:01:11.906Z Checking async-stream v0.3.6
28022026-08-06T23:01:11.916Z Checking toml v1.1.2+spec-1.1.0
28032026-08-06T23:01:11.916Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28042026-08-06T23:01:11.939Z Checking progenitor-client v0.14.0
28052026-08-06T23:01:11.956Z Checking sha1 v0.11.0
28062026-08-06T23:01:11.979Z Checking slog-term v2.9.2
28072026-08-06T23:01:12.043Z Checking waitgroup v0.1.2
28082026-08-06T23:01:12.137Z Checking rustls-pemfile v2.2.0
28092026-08-06T23:01:12.150Z Checking backon v1.6.0
28102026-08-06T23:01:12.168Z Checking serde_path_to_error v0.1.20
28112026-08-06T23:01:12.213Z Checking hostname v0.4.2
28122026-08-06T23:01:12.233Z Checking instant v0.1.13
28132026-08-06T23:01:12.310Z Checking progenitor-extras v0.2.0
28142026-08-06T23:01:12.321Z Checking backoff v0.4.0
28152026-08-06T23:01:12.447Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28162026-08-06T23:01:12.461Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28172026-08-06T23:01:12.482Z Checking regress v0.10.5
28182026-08-06T23:01:12.495Z Checking itertools v0.14.0
28192026-08-06T23:01:12.652Z Checking macaddr v1.0.1
28202026-08-06T23:01:12.692Z Checking parse-display v0.10.0
28212026-08-06T23:01:12.815Z Checking humantime v2.3.0
28222026-08-06T23:01:13.528Z Compiling prettyplease v0.2.37
28232026-08-06T23:01:13.873Z Checking num-rational v0.4.2
28242026-08-06T23:01:14.146Z Checking num-complex v0.4.6
28252026-08-06T23:01:14.661Z Compiling num v0.4.3
28262026-08-06T23:01:14.709Z Compiling usdt-attr-macro v0.5.0
28272026-08-06T23:01:14.738Z Compiling usdt-macro v0.5.0
28282026-08-06T23:01:14.767Z Checking memmap v0.7.0
28292026-08-06T23:01:14.774Z Compiling float-ord v0.3.2
28302026-08-06T23:01:14.796Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28312026-08-06T23:01:14.912Z Checking unicode-width v0.2.0
28322026-08-06T23:01:14.988Z Compiling convert_case v0.4.0
28332026-08-06T23:01:15.162Z Checking console v0.15.11
28342026-08-06T23:01:15.354Z Compiling derive_more v0.99.20
28352026-08-06T23:01:15.438Z Checking newline-converter v0.3.0
28362026-08-06T23:01:15.466Z Compiling toml v0.8.23
28372026-08-06T23:01:15.480Z Checking usdt v0.5.0
28382026-08-06T23:01:15.543Z Compiling minimal-lexical v0.2.1
28392026-08-06T23:01:15.642Z Checking linked-hash-map v0.5.6
28402026-08-06T23:01:15.793Z Compiling nom v7.1.3
28412026-08-06T23:01:15.814Z Checking lru-cache v0.1.2
28422026-08-06T23:01:15.931Z Checking expectorate v1.2.0
28432026-08-06T23:01:16.356Z Checking camino-tempfile v1.4.1
28442026-08-06T23:01:16.397Z Checking hickory-proto v0.24.4
28452026-08-06T23:01:16.510Z Checking phf_shared v0.12.1
28462026-08-06T23:01:16.565Z Compiling slog-dtrace v0.3.0
28472026-08-06T23:01:16.651Z Compiling chrono-tz v0.10.4
28482026-08-06T23:01:16.825Z Compiling unicode-xid v0.2.6
28492026-08-06T23:01:16.957Z Checking resolv-conf v0.7.6
28502026-08-06T23:01:16.970Z Checking heck v0.5.0
28512026-08-06T23:01:17.094Z Compiling const_format_proc_macros v0.2.34
28522026-08-06T23:01:17.111Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-08-06T23:01:17.206Z Checking phf v0.12.1
28542026-08-06T23:01:17.346Z Checking tokio-dtrace v0.1.1
28552026-08-06T23:01:17.538Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28562026-08-06T23:01:17.580Z Compiling derive-where v1.6.0
28572026-08-06T23:01:17.786Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28582026-08-06T23:01:17.896Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28592026-08-06T23:01:18.054Z Checking highway v1.3.0
28602026-08-06T23:01:18.205Z Checking hickory-resolver v0.24.4
28612026-08-06T23:01:18.284Z Checking const_format v0.2.35
28622026-08-06T23:01:18.513Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28632026-08-06T23:01:18.896Z Checking oxide-tokio-rt v0.1.4
28642026-08-06T23:01:18.940Z Checking qorb v0.4.1
28652026-08-06T23:01:19.178Z Checking gethostname v0.5.0
28662026-08-06T23:01:19.297Z Checking bcs v0.1.6
28672026-08-06T23:01:19.316Z Checking termtree v0.5.1
28682026-08-06T23:01:19.361Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28692026-08-06T23:01:19.461Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28702026-08-06T23:01:19.677Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28712026-08-06T23:01:19.686Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28722026-08-06T23:01:22.695Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28732026-08-06T23:01:25.762Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28742026-08-06T23:01:30.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.73s
28752026-08-06T23:01:30.424Z
28762026-08-06T23:01:30.424Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (87/304)
28772026-08-06T23:01:30.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782026-08-06T23:01:30.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792026-08-06T23:01:30.436Z Compiling ar_archive_writer v0.5.1
28802026-08-06T23:01:30.436Z Compiling stacker v0.1.23
28812026-08-06T23:01:30.436Z Compiling cfg_aliases v0.1.1
28822026-08-06T23:01:30.436Z Compiling convert_case v0.10.0
28832026-08-06T23:01:30.436Z Checking unicode-width v0.1.14
28842026-08-06T23:01:30.436Z Compiling proc-macro-error v1.0.4
28852026-08-06T23:01:30.436Z Checking fd-lock v4.0.4
28862026-08-06T23:01:30.436Z Checking nibble_vec v0.1.0
28872026-08-06T23:01:30.436Z Compiling nix v0.28.0
28882026-08-06T23:01:30.436Z Compiling recursive-proc-macro-impl v0.1.1
28892026-08-06T23:01:30.436Z Checking vte v0.14.1
28902026-08-06T23:01:30.436Z Checking bytecount v0.6.9
28912026-08-06T23:01:30.436Z Checking endian-type v0.1.2
28922026-08-06T23:01:30.436Z Compiling derive_more-impl v2.1.1
28932026-08-06T23:01:30.436Z Checking strip-ansi-escapes v0.2.1
28942026-08-06T23:01:30.437Z Compiling tabled_derive v0.7.0
28952026-08-06T23:01:30.437Z Checking papergrid v0.11.0
28962026-08-06T23:01:30.437Z Checking radix_trie v0.2.1
28972026-08-06T23:01:30.437Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28982026-08-06T23:01:30.437Z Compiling peg-macros v0.8.5
28992026-08-06T23:01:30.437Z Compiling sqlparser_derive v0.5.0
29002026-08-06T23:01:30.437Z Compiling psm v0.1.30
29012026-08-06T23:01:30.437Z Checking winnow v0.6.26
29022026-08-06T23:01:30.437Z Checking home v0.5.12
29032026-08-06T23:01:30.437Z Checking unicode_categories v0.1.1
29042026-08-06T23:01:30.437Z Checking derive_more v2.1.1
29052026-08-06T23:01:30.437Z Checking nu-ansi-term v0.50.3
29062026-08-06T23:01:30.437Z Checking crossterm v0.29.0
29072026-08-06T23:01:30.437Z Checking tabled v0.15.0
29082026-08-06T23:01:30.437Z Checking rustyline v14.0.0
29092026-08-06T23:01:30.437Z Checking reedline v0.40.0
29102026-08-06T23:01:30.437Z Checking display-error-chain v0.2.2
29112026-08-06T23:01:30.523Z Checking recursive v0.1.1
29122026-08-06T23:01:30.614Z Checking sqlparser v0.61.0
29132026-08-06T23:01:30.765Z Checking peg v0.8.5
29142026-08-06T23:01:30.972Z Checking sqlformat v0.3.5
29152026-08-06T23:01:41.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.68s
29162026-08-06T23:01:41.993Z
29172026-08-06T23:01:41.993Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (88/304)
29182026-08-06T23:01:42.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-08-06T23:01:42.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-08-06T23:01:42.641Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29212026-08-06T23:01:46.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
29222026-08-06T23:01:46.331Z
29232026-08-06T23:01:46.331Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (89/304)
29242026-08-06T23:01:46.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-08-06T23:01:46.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-08-06T23:01:46.978Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29272026-08-06T23:01:49.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
29282026-08-06T23:01:49.679Z
29292026-08-06T23:01:49.679Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (90/304)
29302026-08-06T23:01:50.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-08-06T23:01:50.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-08-06T23:01:50.324Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29332026-08-06T23:01:53.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s
29342026-08-06T23:01:53.790Z
29352026-08-06T23:01:53.791Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (91/304)
29362026-08-06T23:01:54.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-08-06T23:01:54.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-08-06T23:01:54.442Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29392026-08-06T23:01:57.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s
29402026-08-06T23:01:57.959Z
29412026-08-06T23:01:57.959Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (92/304)
29422026-08-06T23:01:58.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-08-06T23:01:58.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-08-06T23:01:58.604Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29452026-08-06T23:02:01.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
29462026-08-06T23:02:01.433Z
29472026-08-06T23:02:01.433Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (93/304)
29482026-08-06T23:02:01.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492026-08-06T23:02:01.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502026-08-06T23:02:02.079Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29512026-08-06T23:02:04.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
29522026-08-06T23:02:04.936Z
29532026-08-06T23:02:04.937Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (94/304)
29542026-08-06T23:02:05.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552026-08-06T23:02:05.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562026-08-06T23:02:05.585Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29572026-08-06T23:02:09.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
29582026-08-06T23:02:09.236Z
29592026-08-06T23:02:09.236Zinfo: running `cargo check --bins` on oximeter (95/304)
29602026-08-06T23:02:09.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29612026-08-06T23:02:09.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29622026-08-06T23:02:09.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29632026-08-06T23:02:09.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29642026-08-06T23:02:09.799Z
29652026-08-06T23:02:09.799Zinfo: running `cargo check --bins` on oximeter-schema (96/304)
29662026-08-06T23:02:10.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29672026-08-06T23:02:10.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29682026-08-06T23:02:10.406Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29692026-08-06T23:02:10.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
29702026-08-06T23:02:10.950Z
29712026-08-06T23:02:10.950Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (97/304)
29722026-08-06T23:02:11.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29732026-08-06T23:02:11.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29742026-08-06T23:02:11.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29752026-08-06T23:02:11.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29762026-08-06T23:02:11.502Z
29772026-08-06T23:02:11.502Zinfo: running `cargo check --bins` on oximeter-test-utils (98/304)
29782026-08-06T23:02:12.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29792026-08-06T23:02:12.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29802026-08-06T23:02:12.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29812026-08-06T23:02:12.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29822026-08-06T23:02:12.094Z
29832026-08-06T23:02:12.094Zinfo: running `cargo check --bins` on perfetto-trace (99/304)
29842026-08-06T23:02:12.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29852026-08-06T23:02:12.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29862026-08-06T23:02:12.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29872026-08-06T23:02:12.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29882026-08-06T23:02:12.634Z
29892026-08-06T23:02:12.634Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (100/304)
29902026-08-06T23:02:13.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29912026-08-06T23:02:13.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29922026-08-06T23:02:13.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29932026-08-06T23:02:13.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29942026-08-06T23:02:13.194Z
29952026-08-06T23:02:13.195Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (101/304)
29962026-08-06T23:02:13.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29972026-08-06T23:02:13.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29982026-08-06T23:02:13.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29992026-08-06T23:02:13.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30002026-08-06T23:02:13.754Z
30012026-08-06T23:02:13.754Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (102/304)
30022026-08-06T23:02:14.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30032026-08-06T23:02:14.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30042026-08-06T23:02:14.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30052026-08-06T23:02:14.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30062026-08-06T23:02:14.316Z
30072026-08-06T23:02:14.316Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (103/304)
30082026-08-06T23:02:14.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30092026-08-06T23:02:14.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30102026-08-06T23:02:14.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30112026-08-06T23:02:14.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30122026-08-06T23:02:14.874Z
30132026-08-06T23:02:14.874Zinfo: running `cargo check --bins` on trust-quorum-types (104/304)
30142026-08-06T23:02:15.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30152026-08-06T23:02:15.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30162026-08-06T23:02:15.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30172026-08-06T23:02:15.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30182026-08-06T23:02:15.416Z
30192026-08-06T23:02:15.416Zinfo: running `cargo check --bins` on trust-quorum-test-utils (105/304)
30202026-08-06T23:02:15.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30212026-08-06T23:02:15.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30222026-08-06T23:02:15.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30232026-08-06T23:02:15.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30242026-08-06T23:02:15.975Z
30252026-08-06T23:02:15.975Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (106/304)
30262026-08-06T23:02:16.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272026-08-06T23:02:16.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282026-08-06T23:02:16.670Z Compiling crucible-workspace-hack v0.1.0
30292026-08-06T23:02:16.783Z Checking secrecy v0.10.3
30302026-08-06T23:02:16.789Z Compiling toml_datetime v0.7.5+spec-1.1.0
30312026-08-06T23:02:16.791Z Compiling heapless v0.8.0
30322026-08-06T23:02:16.801Z Compiling ingot-macros v0.2.0
30332026-08-06T23:02:16.809Z Checking inout v0.1.4
30342026-08-06T23:02:16.812Z Checking hash32 v0.3.1
30352026-08-06T23:02:16.832Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30362026-08-06T23:02:16.880Z Compiling smoltcp v0.11.0
30372026-08-06T23:02:16.932Z Compiling toml_edit v0.23.10+spec-1.0.0
30382026-08-06T23:02:16.932Z Checking cipher v0.4.4
30392026-08-06T23:02:17.006Z Checking cobs v0.3.0
30402026-08-06T23:02:17.040Z Checking universal-hash v0.5.1
30412026-08-06T23:02:17.053Z Compiling thiserror-impl-no-std v2.0.2
30422026-08-06T23:02:17.123Z Checking half v2.7.1
30432026-08-06T23:02:17.147Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30442026-08-06T23:02:17.158Z Checking ciborium-io v0.2.2
30452026-08-06T23:02:17.240Z Checking opaque-debug v0.3.1
30462026-08-06T23:02:17.284Z Checking postcard v1.1.3
30472026-08-06T23:02:17.305Z Checking poly1305 v0.8.0
30482026-08-06T23:02:17.373Z Checking chacha20 v0.9.1
30492026-08-06T23:02:17.387Z Checking ciborium-ll v0.2.2
30502026-08-06T23:02:17.555Z Compiling proc-macro-crate v3.4.0
30512026-08-06T23:02:17.570Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30522026-08-06T23:02:17.573Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30532026-08-06T23:02:17.595Z Checking password-hash v0.5.0
30542026-08-06T23:02:17.822Z Compiling proc-macro-crate v1.3.1
30552026-08-06T23:02:17.842Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30562026-08-06T23:02:17.964Z Checking blake2 v0.10.6
30572026-08-06T23:02:17.977Z Checking aead v0.5.2
30582026-08-06T23:02:18.074Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30592026-08-06T23:02:18.093Z Compiling num_enum_derive v0.7.6
30602026-08-06T23:02:18.114Z Compiling foreign-types-macros v0.2.3
30612026-08-06T23:02:18.196Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30622026-08-06T23:02:18.212Z Checking thiserror-no-std v2.0.2
30632026-08-06T23:02:18.225Z Checking foreign-types-shared v0.3.1
30642026-08-06T23:02:18.279Z Compiling num_enum_derive v0.5.11
30652026-08-06T23:02:18.298Z Checking vsss-rs v3.3.4
30662026-08-06T23:02:18.311Z Checking argon2 v0.5.3
30672026-08-06T23:02:18.426Z Checking chacha20poly1305 v0.10.1
30682026-08-06T23:02:18.553Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30692026-08-06T23:02:18.652Z Checking ciborium v0.2.2
30702026-08-06T23:02:18.695Z Checking foreign-types v0.5.0
30712026-08-06T23:02:18.868Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30722026-08-06T23:02:18.886Z Checking tabwriter v1.4.1
30732026-08-06T23:02:19.040Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30742026-08-06T23:02:19.065Z Checking cstr-argument v0.1.2
30752026-08-06T23:02:19.120Z Checking num_enum v0.7.6
30762026-08-06T23:02:19.152Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30772026-08-06T23:02:19.186Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30782026-08-06T23:02:19.231Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30792026-08-06T23:02:19.299Z Checking num_enum v0.5.11
30802026-08-06T23:02:19.411Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30812026-08-06T23:02:19.414Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30822026-08-06T23:02:19.438Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30832026-08-06T23:02:19.441Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30842026-08-06T23:02:19.499Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30852026-08-06T23:02:19.572Z Checking ingot-types v0.2.0
30862026-08-06T23:02:19.586Z Checking rand v0.10.1
30872026-08-06T23:02:19.601Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30882026-08-06T23:02:19.615Z Checking indent_write v2.2.0
30892026-08-06T23:02:19.643Z Checking colored v3.1.1
30902026-08-06T23:02:19.745Z Compiling zone_cfg_derive v0.3.1
30912026-08-06T23:02:19.838Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30922026-08-06T23:02:19.918Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30932026-08-06T23:02:19.934Z Checking ingot v0.2.1
30942026-08-06T23:02:20.012Z Checking itertools v0.12.1
30952026-08-06T23:02:20.052Z Compiling num-derive v0.4.2
30962026-08-06T23:02:20.088Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30972026-08-06T23:02:20.251Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30982026-08-06T23:02:20.270Z Checking swrite v0.1.0
30992026-08-06T23:02:20.363Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31002026-08-06T23:02:20.395Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31012026-08-06T23:02:20.504Z Checking dropshot-api-manager-types v0.7.2
31022026-08-06T23:02:20.518Z Checking smf v0.2.3
31032026-08-06T23:02:20.532Z Checking nanorand v0.7.0
31042026-08-06T23:02:20.548Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31052026-08-06T23:02:20.668Z Checking whoami v1.6.1
31062026-08-06T23:02:20.722Z Checking flume v0.11.1
31072026-08-06T23:02:20.740Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31082026-08-06T23:02:20.953Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31092026-08-06T23:02:21.012Z Checking zone v0.3.1
31102026-08-06T23:02:21.491Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31112026-08-06T23:02:22.451Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31122026-08-06T23:02:23.327Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31132026-08-06T23:02:26.833Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31142026-08-06T23:02:28.942Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31152026-08-06T23:02:30.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.14s
31162026-08-06T23:02:30.290Z
31172026-08-06T23:02:30.290Zinfo: running `cargo check --bins` on clickhouse-admin-api (107/304)
31182026-08-06T23:02:30.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-08-06T23:02:30.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-08-06T23:02:30.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-08-06T23:02:30.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31222026-08-06T23:02:30.847Z
31232026-08-06T23:02:30.847Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (108/304)
31242026-08-06T23:02:31.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-08-06T23:02:31.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-08-06T23:02:31.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-08-06T23:02:31.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31282026-08-06T23:02:31.400Z
31292026-08-06T23:02:31.400Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (109/304)
31302026-08-06T23:02:31.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-08-06T23:02:31.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-08-06T23:02:31.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-08-06T23:02:31.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31342026-08-06T23:02:31.967Z
31352026-08-06T23:02:31.967Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (110/304)
31362026-08-06T23:02:32.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-08-06T23:02:32.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-08-06T23:02:32.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-08-06T23:02:32.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31402026-08-06T23:02:32.528Z
31412026-08-06T23:02:32.528Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (111/304)
31422026-08-06T23:02:33.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-08-06T23:02:33.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-08-06T23:02:33.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-08-06T23:02:33.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31462026-08-06T23:02:33.088Z
31472026-08-06T23:02:33.088Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (112/304)
31482026-08-06T23:02:33.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-08-06T23:02:33.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-08-06T23:02:33.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-08-06T23:02:33.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31522026-08-06T23:02:33.643Z
31532026-08-06T23:02:33.643Zinfo: running `cargo check --bins` on cockroach-admin-client (113/304)
31542026-08-06T23:02:34.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-08-06T23:02:34.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-08-06T23:02:34.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-08-06T23:02:34.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31582026-08-06T23:02:34.180Z
31592026-08-06T23:02:34.181Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (114/304)
31602026-08-06T23:02:34.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-08-06T23:02:34.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-08-06T23:02:34.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-08-06T23:02:34.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31642026-08-06T23:02:34.736Z
31652026-08-06T23:02:34.736Zinfo: running `cargo check --bins` on dns-service-client (115/304)
31662026-08-06T23:02:35.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-08-06T23:02:35.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-08-06T23:02:35.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-08-06T23:02:35.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31702026-08-06T23:02:35.292Z
31712026-08-06T23:02:35.293Zinfo: running `cargo check --bins` on installinator-client (116/304)
31722026-08-06T23:02:35.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-08-06T23:02:35.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-08-06T23:02:35.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752026-08-06T23:02:35.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31762026-08-06T23:02:35.854Z
31772026-08-06T23:02:35.854Zinfo: running `cargo check --bins` on nexus-client (117/304)
31782026-08-06T23:02:36.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792026-08-06T23:02:36.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802026-08-06T23:02:36.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31812026-08-06T23:02:36.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31822026-08-06T23:02:36.447Z
31832026-08-06T23:02:36.447Zinfo: running `cargo check --bins` on nexus-lockstep-client (118/304)
31842026-08-06T23:02:36.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852026-08-06T23:02:36.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862026-08-06T23:02:36.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31872026-08-06T23:02:36.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31882026-08-06T23:02:37.078Z
31892026-08-06T23:02:37.079Zinfo: running `cargo check --bins` on ntp-admin-client (119/304)
31902026-08-06T23:02:37.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-08-06T23:02:37.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-08-06T23:02:37.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-08-06T23:02:37.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31942026-08-06T23:02:37.584Z
31952026-08-06T23:02:37.584Zinfo: running `cargo check --bins` on oxide-client (120/304)
31962026-08-06T23:02:38.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-08-06T23:02:38.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-08-06T23:02:38.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-08-06T23:02:38.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32002026-08-06T23:02:38.131Z
32012026-08-06T23:02:38.132Zinfo: running `cargo check --bins` on oximeter-client (121/304)
32022026-08-06T23:02:38.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-08-06T23:02:38.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-08-06T23:02:38.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-08-06T23:02:38.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32062026-08-06T23:02:38.687Z
32072026-08-06T23:02:38.688Zinfo: running `cargo check --bins` on repo-depot-client (122/304)
32082026-08-06T23:02:39.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-08-06T23:02:39.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-08-06T23:02:39.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-08-06T23:02:39.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32122026-08-06T23:02:39.235Z
32132026-08-06T23:02:39.235Zinfo: running `cargo check --bins` on sled-agent-client (123/304)
32142026-08-06T23:02:39.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-08-06T23:02:39.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-08-06T23:02:39.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-08-06T23:02:39.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32182026-08-06T23:02:39.797Z
32192026-08-06T23:02:39.798Zinfo: running `cargo check --bins` on wicketd-client (124/304)
32202026-08-06T23:02:40.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-08-06T23:02:40.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-08-06T23:02:40.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232026-08-06T23:02:40.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32242026-08-06T23:02:40.380Z
32252026-08-06T23:02:40.380Zinfo: running `cargo check --bins` on installinator-common (125/304)
32262026-08-06T23:02:40.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272026-08-06T23:02:40.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282026-08-06T23:02:40.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32292026-08-06T23:02:40.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32302026-08-06T23:02:40.956Z
32312026-08-06T23:02:40.956Zinfo: running `cargo check --bins` on installinator-common-versions (126/304)
32322026-08-06T23:02:41.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32332026-08-06T23:02:41.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32342026-08-06T23:02:41.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32352026-08-06T23:02:41.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32362026-08-06T23:02:41.502Z
32372026-08-06T23:02:41.503Zinfo: running `cargo check --bins` on wicket-common (127/304)
32382026-08-06T23:02:41.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32392026-08-06T23:02:41.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32402026-08-06T23:02:41.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32412026-08-06T23:02:41.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32422026-08-06T23:02:42.074Z
32432026-08-06T23:02:42.074Zinfo: running `cargo check --bins` on wicketd-commission-client (128/304)
32442026-08-06T23:02:42.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32452026-08-06T23:02:42.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32462026-08-06T23:02:42.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32472026-08-06T23:02:42.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32482026-08-06T23:02:42.639Z
32492026-08-06T23:02:42.639Zinfo: running `cargo check --bins` on omicron-cockroach-admin (129/304)
32502026-08-06T23:02:43.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32512026-08-06T23:02:43.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32522026-08-06T23:02:43.299Z Checking csv-core v0.1.13
32532026-08-06T23:02:43.410Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32542026-08-06T23:02:43.416Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32552026-08-06T23:02:43.422Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32562026-08-06T23:02:43.547Z Checking csv v1.4.0
32572026-08-06T23:02:43.570Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32582026-08-06T23:02:43.857Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32592026-08-06T23:02:44.190Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32602026-08-06T23:02:44.193Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32612026-08-06T23:02:45.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
32622026-08-06T23:02:45.434Z
32632026-08-06T23:02:45.434Zinfo: running `cargo check --bins` on cockroach-admin-api (130/304)
32642026-08-06T23:02:45.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32652026-08-06T23:02:45.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32662026-08-06T23:02:45.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32672026-08-06T23:02:45.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32682026-08-06T23:02:45.988Z
32692026-08-06T23:02:45.989Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (131/304)
32702026-08-06T23:02:46.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32712026-08-06T23:02:46.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32722026-08-06T23:02:46.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32732026-08-06T23:02:46.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32742026-08-06T23:02:46.625Z
32752026-08-06T23:02:46.625Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (132/304)
32762026-08-06T23:02:47.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32772026-08-06T23:02:47.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32782026-08-06T23:02:47.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32792026-08-06T23:02:47.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32802026-08-06T23:02:47.264Z
32812026-08-06T23:02:47.264Zinfo: running `cargo check --bins` on gateway-test-utils (133/304)
32822026-08-06T23:02:47.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32832026-08-06T23:02:47.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32842026-08-06T23:02:47.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32852026-08-06T23:02:47.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32862026-08-06T23:02:47.867Z
32872026-08-06T23:02:47.867Zinfo: running `cargo check --bins` on omicron-gateway (134/304)
32882026-08-06T23:02:48.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32892026-08-06T23:02:48.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32902026-08-06T23:02:48.602Z Compiling regress v0.11.1
32912026-08-06T23:02:48.741Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32922026-08-06T23:02:48.749Z Compiling unsafe-libyaml v0.2.11
32932026-08-06T23:02:48.758Z Compiling semver v0.1.20
32942026-08-06T23:02:48.771Z Checking nom v8.0.0
32952026-08-06T23:02:48.786Z Compiling cancel-safe-futures v0.1.5
32962026-08-06T23:02:48.801Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32972026-08-06T23:02:48.989Z Compiling rustc_version v0.1.7
32982026-08-06T23:02:49.052Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32992026-08-06T23:02:49.206Z Compiling newtype_derive v0.1.6
33002026-08-06T23:02:49.378Z Compiling serde_yaml v0.9.34+deprecated
33012026-08-06T23:02:49.427Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33022026-08-06T23:02:49.500Z Compiling owo-colors v4.3.0
33032026-08-06T23:02:49.518Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33042026-08-06T23:02:49.797Z Checking oxide-update-engine-types v0.1.2
33052026-08-06T23:02:49.811Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33062026-08-06T23:02:49.925Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33072026-08-06T23:02:49.940Z Checking linear-map v1.2.0
33082026-08-06T23:02:50.109Z Checking tagptr v0.2.0
33092026-08-06T23:02:50.158Z Checking typify-impl v0.6.2
33102026-08-06T23:02:50.265Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33112026-08-06T23:02:50.392Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33122026-08-06T23:02:50.624Z Checking smawk v0.3.2
33132026-08-06T23:02:50.726Z Checking unicode-linebreak v0.1.5
33142026-08-06T23:02:50.732Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33152026-08-06T23:02:50.735Z Checking oxide-update-engine v0.1.2
33162026-08-06T23:02:50.784Z Checking moka v0.12.13
33172026-08-06T23:02:50.898Z Checking textwrap v0.16.2
33182026-08-06T23:02:51.118Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33192026-08-06T23:02:51.296Z Checking steno v0.4.1
33202026-08-06T23:02:51.426Z Checking perfetto-trace v0.1.0 (/work/oxidecomputer/omicron/perfetto-trace)
33212026-08-06T23:02:51.627Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33222026-08-06T23:02:51.709Z Checking hickory-resolver v0.25.2
33232026-08-06T23:02:51.838Z Checking sha1 v0.10.6
33242026-08-06T23:02:51.886Z Checking utf-8 v0.7.6
33252026-08-06T23:02:51.930Z Checking half v1.8.3
33262026-08-06T23:02:52.000Z Checking void v1.0.2
33272026-08-06T23:02:52.017Z Checking tungstenite v0.23.0
33282026-08-06T23:02:52.106Z Checking lzss v0.8.2
33292026-08-06T23:02:52.123Z Checking serde_cbor v0.11.2
33302026-08-06T23:02:52.269Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33312026-08-06T23:02:52.294Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33322026-08-06T23:02:52.412Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33332026-08-06T23:02:52.426Z Checking nix v0.27.1
33342026-08-06T23:02:52.438Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33352026-08-06T23:02:52.494Z Checking kstat-rs v0.2.5
33362026-08-06T23:02:52.509Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33372026-08-06T23:02:52.562Z Checking fxhash v0.2.1
33382026-08-06T23:02:52.590Z Checking serde_bytes v0.11.19
33392026-08-06T23:02:52.679Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33402026-08-06T23:02:52.679Z Checking tokio-tungstenite v0.23.1
33412026-08-06T23:02:52.761Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33422026-08-06T23:02:52.848Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33432026-08-06T23:02:52.916Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33442026-08-06T23:02:52.950Z Checking signal-hook-tokio v0.3.1
33452026-08-06T23:02:53.636Z Compiling typify-macro v0.6.2
33462026-08-06T23:02:54.536Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33472026-08-06T23:02:54.778Z Compiling typify v0.6.2
33482026-08-06T23:02:54.855Z Compiling progenitor-impl v0.14.0
33492026-08-06T23:02:56.243Z Compiling progenitor-macro v0.14.0
33502026-08-06T23:02:58.729Z Checking progenitor v0.14.0
33512026-08-06T23:02:58.843Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33522026-08-06T23:02:58.846Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33532026-08-06T23:03:01.499Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33542026-08-06T23:03:09.888Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33552026-08-06T23:03:16.918Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33562026-08-06T23:03:18.294Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33572026-08-06T23:03:18.820Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33582026-08-06T23:03:20.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.06s
33592026-08-06T23:03:21.122Z
33602026-08-06T23:03:21.122Zinfo: running `cargo check --bins` on gateway-api (135/304)
33612026-08-06T23:03:21.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622026-08-06T23:03:21.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632026-08-06T23:03:21.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642026-08-06T23:03:21.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33652026-08-06T23:03:21.675Z
33662026-08-06T23:03:21.675Zinfo: running `cargo check --bins` on ipcc (136/304)
33672026-08-06T23:03:22.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-08-06T23:03:22.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-08-06T23:03:22.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-08-06T23:03:22.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33712026-08-06T23:03:22.232Z
33722026-08-06T23:03:22.233Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (137/304)
33732026-08-06T23:03:22.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-08-06T23:03:22.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-08-06T23:03:22.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-08-06T23:03:22.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33772026-08-06T23:03:22.774Z
33782026-08-06T23:03:22.774Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (138/304)
33792026-08-06T23:03:23.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-08-06T23:03:23.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-08-06T23:03:23.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-08-06T23:03:23.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33832026-08-06T23:03:23.348Z
33842026-08-06T23:03:23.348Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (139/304)
33852026-08-06T23:03:23.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-08-06T23:03:23.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-08-06T23:03:23.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-08-06T23:03:23.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33892026-08-06T23:03:23.903Z
33902026-08-06T23:03:23.903Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (140/304)
33912026-08-06T23:03:24.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-08-06T23:03:24.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-08-06T23:03:24.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-08-06T23:03:24.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33952026-08-06T23:03:24.464Z
33962026-08-06T23:03:24.464Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (141/304)
33972026-08-06T23:03:24.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-08-06T23:03:24.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-08-06T23:03:24.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-08-06T23:03:24.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34012026-08-06T23:03:25.017Z
34022026-08-06T23:03:25.018Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (142/304)
34032026-08-06T23:03:25.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-08-06T23:03:25.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-08-06T23:03:25.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-08-06T23:03:25.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34072026-08-06T23:03:25.586Z
34082026-08-06T23:03:25.586Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (143/304)
34092026-08-06T23:03:26.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-08-06T23:03:26.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-08-06T23:03:26.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-08-06T23:03:26.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34132026-08-06T23:03:26.142Z
34142026-08-06T23:03:26.142Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (144/304)
34152026-08-06T23:03:26.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-08-06T23:03:26.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-08-06T23:03:26.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-08-06T23:03:26.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34192026-08-06T23:03:26.695Z
34202026-08-06T23:03:26.695Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (145/304)
34212026-08-06T23:03:27.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-08-06T23:03:27.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-08-06T23:03:27.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-08-06T23:03:27.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34252026-08-06T23:03:27.252Z
34262026-08-06T23:03:27.252Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (146/304)
34272026-08-06T23:03:27.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-08-06T23:03:27.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-08-06T23:03:27.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-08-06T23:03:27.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34312026-08-06T23:03:27.806Z
34322026-08-06T23:03:27.806Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (147/304)
34332026-08-06T23:03:28.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-08-06T23:03:28.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-08-06T23:03:28.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-08-06T23:03:28.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34372026-08-06T23:03:28.366Z
34382026-08-06T23:03:28.366Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (148/304)
34392026-08-06T23:03:28.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-08-06T23:03:28.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-08-06T23:03:28.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-08-06T23:03:28.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34432026-08-06T23:03:28.922Z
34442026-08-06T23:03:28.922Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (149/304)
34452026-08-06T23:03:29.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-08-06T23:03:29.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-08-06T23:03:29.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-08-06T23:03:29.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34492026-08-06T23:03:29.498Z
34502026-08-06T23:03:29.498Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (150/304)
34512026-08-06T23:03:29.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-08-06T23:03:29.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-08-06T23:03:29.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-08-06T23:03:29.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34552026-08-06T23:03:30.065Z
34562026-08-06T23:03:30.065Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (151/304)
34572026-08-06T23:03:30.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-08-06T23:03:30.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-08-06T23:03:30.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34602026-08-06T23:03:30.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34612026-08-06T23:03:30.637Z
34622026-08-06T23:03:30.637Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (152/304)
34632026-08-06T23:03:31.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642026-08-06T23:03:31.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652026-08-06T23:03:31.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34662026-08-06T23:03:31.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34672026-08-06T23:03:31.211Z
34682026-08-06T23:03:31.211Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (153/304)
34692026-08-06T23:03:31.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34702026-08-06T23:03:31.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34712026-08-06T23:03:31.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34722026-08-06T23:03:31.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34732026-08-06T23:03:31.784Z
34742026-08-06T23:03:31.784Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (154/304)
34752026-08-06T23:03:32.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34762026-08-06T23:03:32.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34772026-08-06T23:03:32.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34782026-08-06T23:03:32.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34792026-08-06T23:03:32.360Z
34802026-08-06T23:03:32.360Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (155/304)
34812026-08-06T23:03:32.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822026-08-06T23:03:32.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832026-08-06T23:03:32.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34842026-08-06T23:03:32.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34852026-08-06T23:03:32.933Z
34862026-08-06T23:03:32.933Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (156/304)
34872026-08-06T23:03:33.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34882026-08-06T23:03:33.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34892026-08-06T23:03:33.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34902026-08-06T23:03:33.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34912026-08-06T23:03:33.508Z
34922026-08-06T23:03:33.509Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (157/304)
34932026-08-06T23:03:33.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34942026-08-06T23:03:33.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34952026-08-06T23:03:33.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34962026-08-06T23:03:34.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34972026-08-06T23:03:34.085Z
34982026-08-06T23:03:34.085Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (158/304)
34992026-08-06T23:03:34.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002026-08-06T23:03:34.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012026-08-06T23:03:34.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022026-08-06T23:03:34.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35032026-08-06T23:03:34.661Z
35042026-08-06T23:03:34.661Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (159/304)
35052026-08-06T23:03:35.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062026-08-06T23:03:35.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072026-08-06T23:03:35.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082026-08-06T23:03:35.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35092026-08-06T23:03:35.220Z
35102026-08-06T23:03:35.220Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (160/304)
35112026-08-06T23:03:35.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122026-08-06T23:03:35.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132026-08-06T23:03:35.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142026-08-06T23:03:35.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35152026-08-06T23:03:35.776Z
35162026-08-06T23:03:35.776Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (161/304)
35172026-08-06T23:03:36.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182026-08-06T23:03:36.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192026-08-06T23:03:36.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202026-08-06T23:03:36.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35212026-08-06T23:03:36.336Z
35222026-08-06T23:03:36.336Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (162/304)
35232026-08-06T23:03:36.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242026-08-06T23:03:36.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252026-08-06T23:03:36.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262026-08-06T23:03:36.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35272026-08-06T23:03:36.889Z
35282026-08-06T23:03:36.889Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (163/304)
35292026-08-06T23:03:37.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302026-08-06T23:03:37.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312026-08-06T23:03:37.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322026-08-06T23:03:37.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35332026-08-06T23:03:37.448Z
35342026-08-06T23:03:37.448Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (164/304)
35352026-08-06T23:03:37.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362026-08-06T23:03:37.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372026-08-06T23:03:37.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382026-08-06T23:03:37.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35392026-08-06T23:03:38.002Z
35402026-08-06T23:03:38.002Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (165/304)
35412026-08-06T23:03:38.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422026-08-06T23:03:38.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432026-08-06T23:03:38.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442026-08-06T23:03:38.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35452026-08-06T23:03:38.559Z
35462026-08-06T23:03:38.559Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (166/304)
35472026-08-06T23:03:39.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482026-08-06T23:03:39.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492026-08-06T23:03:39.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502026-08-06T23:03:39.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35512026-08-06T23:03:39.115Z
35522026-08-06T23:03:39.115Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (167/304)
35532026-08-06T23:03:39.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542026-08-06T23:03:39.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552026-08-06T23:03:39.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562026-08-06T23:03:39.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35572026-08-06T23:03:39.691Z
35582026-08-06T23:03:39.691Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (168/304)
35592026-08-06T23:03:40.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602026-08-06T23:03:40.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612026-08-06T23:03:40.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622026-08-06T23:03:40.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35632026-08-06T23:03:40.262Z
35642026-08-06T23:03:40.262Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (169/304)
35652026-08-06T23:03:40.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662026-08-06T23:03:40.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672026-08-06T23:03:40.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35682026-08-06T23:03:40.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35692026-08-06T23:03:40.835Z
35702026-08-06T23:03:40.835Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (170/304)
35712026-08-06T23:03:41.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722026-08-06T23:03:41.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732026-08-06T23:03:41.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35742026-08-06T23:03:41.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35752026-08-06T23:03:41.403Z
35762026-08-06T23:03:41.403Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (171/304)
35772026-08-06T23:03:41.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782026-08-06T23:03:41.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792026-08-06T23:03:41.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802026-08-06T23:03:41.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35812026-08-06T23:03:41.978Z
35822026-08-06T23:03:41.978Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (172/304)
35832026-08-06T23:03:42.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-08-06T23:03:42.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-08-06T23:03:42.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-08-06T23:03:42.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35872026-08-06T23:03:42.554Z
35882026-08-06T23:03:42.554Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (173/304)
35892026-08-06T23:03:43.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-08-06T23:03:43.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-08-06T23:03:43.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35922026-08-06T23:03:43.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35932026-08-06T23:03:43.130Z
35942026-08-06T23:03:43.130Zinfo: running `cargo check --bins` on oximeter-producer (174/304)
35952026-08-06T23:03:43.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-08-06T23:03:43.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-08-06T23:03:43.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982026-08-06T23:03:43.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35992026-08-06T23:03:43.723Z
36002026-08-06T23:03:43.723Zinfo: running `cargo check --bins` on internal-dns-resolver (175/304)
36012026-08-06T23:03:44.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-08-06T23:03:44.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-08-06T23:03:44.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042026-08-06T23:03:44.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36052026-08-06T23:03:44.285Z
36062026-08-06T23:03:44.285Zinfo: running `cargo check --bins` on dns-server (176/304)
36072026-08-06T23:03:44.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082026-08-06T23:03:44.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092026-08-06T23:03:44.909Z Compiling parking_lot_core v0.8.6
36102026-08-06T23:03:44.912Z Compiling git-stub v1.0.0
36112026-08-06T23:03:45.024Z Checking prefix-trie v0.7.0
36122026-08-06T23:03:45.030Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36132026-08-06T23:03:45.138Z Compiling git-stub-vcs v0.1.0
36142026-08-06T23:03:45.298Z Checking hickory-server v0.25.2
36152026-08-06T23:03:45.401Z Checking parking_lot v0.11.2
36162026-08-06T23:03:45.437Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36172026-08-06T23:03:45.566Z Checking sled v0.34.7
36182026-08-06T23:03:47.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
36192026-08-06T23:03:47.648Z
36202026-08-06T23:03:47.648Zinfo: running `cargo check --bins` on dns-server-api (177/304)
36212026-08-06T23:03:48.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-08-06T23:03:48.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-08-06T23:03:48.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-08-06T23:03:48.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36252026-08-06T23:03:48.199Z
36262026-08-06T23:03:48.199Zinfo: running `cargo check --bins` on oximeter-producer-api (178/304)
36272026-08-06T23:03:48.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-08-06T23:03:48.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-08-06T23:03:48.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302026-08-06T23:03:48.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36312026-08-06T23:03:48.753Z
36322026-08-06T23:03:48.753Zinfo: running `cargo check --bins` on sp-sim (179/304)
36332026-08-06T23:03:49.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-08-06T23:03:49.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-08-06T23:03:49.447Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36362026-08-06T23:03:51.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
36372026-08-06T23:03:51.411Z
36382026-08-06T23:03:51.411Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (180/304)
36392026-08-06T23:03:51.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402026-08-06T23:03:51.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412026-08-06T23:03:51.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36422026-08-06T23:03:51.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36432026-08-06T23:03:52.018Z
36442026-08-06T23:03:52.018Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (181/304)
36452026-08-06T23:03:52.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462026-08-06T23:03:52.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472026-08-06T23:03:52.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36482026-08-06T23:03:52.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36492026-08-06T23:03:52.627Z
36502026-08-06T23:03:52.627Zinfo: running `cargo check --bins` on db-macros (182/304)
36512026-08-06T23:03:53.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36522026-08-06T23:03:53.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36532026-08-06T23:03:53.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36542026-08-06T23:03:53.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36552026-08-06T23:03:53.169Z
36562026-08-06T23:03:53.169Zinfo: running `cargo check --bins` on nexus-macros-common (183/304)
36572026-08-06T23:03:53.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36582026-08-06T23:03:53.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36592026-08-06T23:03:53.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36602026-08-06T23:03:53.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36612026-08-06T23:03:53.709Z
36622026-08-06T23:03:53.709Zinfo: running `cargo check --bins` on nexus-auth (184/304)
36632026-08-06T23:03:54.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36642026-08-06T23:03:54.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36652026-08-06T23:03:54.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36662026-08-06T23:03:54.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36672026-08-06T23:03:54.315Z
36682026-08-06T23:03:54.315Zinfo: running `cargo check --bins` on authz-macros (185/304)
36692026-08-06T23:03:54.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36702026-08-06T23:03:54.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36712026-08-06T23:03:54.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36722026-08-06T23:03:54.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36732026-08-06T23:03:54.859Z
36742026-08-06T23:03:54.859Zinfo: running `cargo check --bins` on nexus-db-fixed-data (186/304)
36752026-08-06T23:03:55.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36762026-08-06T23:03:55.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36772026-08-06T23:03:55.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36782026-08-06T23:03:55.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36792026-08-06T23:03:55.458Z
36802026-08-06T23:03:55.458Zinfo: running `cargo check --bins` on nexus-db-model (187/304)
36812026-08-06T23:03:55.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36822026-08-06T23:03:55.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36832026-08-06T23:03:55.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36842026-08-06T23:03:55.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36852026-08-06T23:03:56.057Z
36862026-08-06T23:03:56.057Zinfo: running `cargo check --bins` on nexus-db-schema (188/304)
36872026-08-06T23:03:56.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36882026-08-06T23:03:56.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36892026-08-06T23:03:56.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36902026-08-06T23:03:56.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36912026-08-06T23:03:56.600Z
36922026-08-06T23:03:56.600Zinfo: running `cargo check --bins` on omicron-rpaths (189/304)
36932026-08-06T23:03:57.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36942026-08-06T23:03:57.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36952026-08-06T23:03:57.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36962026-08-06T23:03:57.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36972026-08-06T23:03:57.138Z
36982026-08-06T23:03:57.138Zinfo: running `cargo check --bins` on nexus-defaults (190/304)
36992026-08-06T23:03:57.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37002026-08-06T23:03:57.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37012026-08-06T23:03:57.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37022026-08-06T23:03:57.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37032026-08-06T23:03:57.692Z
37042026-08-06T23:03:57.692Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (191/304)
37052026-08-06T23:03:58.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37062026-08-06T23:03:58.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37072026-08-06T23:03:58.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37082026-08-06T23:03:58.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37092026-08-06T23:03:58.233Z
37102026-08-06T23:03:58.233Zinfo: running `cargo check --bins` on parallel-task-set (192/304)
37112026-08-06T23:03:58.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37122026-08-06T23:03:58.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37132026-08-06T23:03:58.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37142026-08-06T23:03:58.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37152026-08-06T23:03:58.772Z
37162026-08-06T23:03:58.772Zinfo: running `cargo check --bins` on omicron-git-version (193/304)
37172026-08-06T23:03:59.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37182026-08-06T23:03:59.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37192026-08-06T23:03:59.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37202026-08-06T23:03:59.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37212026-08-06T23:03:59.313Z
37222026-08-06T23:03:59.313Zinfo: running `cargo check --bins` on nexus-db-errors (194/304)
37232026-08-06T23:03:59.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37242026-08-06T23:03:59.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37252026-08-06T23:03:59.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37262026-08-06T23:03:59.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37272026-08-06T23:03:59.914Z
37282026-08-06T23:03:59.914Zinfo: running `cargo check --bins` on nexus-db-lookup (195/304)
37292026-08-06T23:04:00.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37302026-08-06T23:04:00.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37312026-08-06T23:04:00.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37322026-08-06T23:04:00.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37332026-08-06T23:04:00.518Z
37342026-08-06T23:04:00.519Zinfo: running `cargo check --bins` on nexus-inventory (196/304)
37352026-08-06T23:04:01.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362026-08-06T23:04:01.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372026-08-06T23:04:01.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37382026-08-06T23:04:01.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37392026-08-06T23:04:01.112Z
37402026-08-06T23:04:01.112Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (197/304)
37412026-08-06T23:04:01.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37422026-08-06T23:04:01.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37432026-08-06T23:04:01.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37442026-08-06T23:04:01.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37452026-08-06T23:04:01.688Z
37462026-08-06T23:04:01.688Zinfo: running `cargo check --bins --no-default-features` on sled-storage (198/304)
37472026-08-06T23:04:02.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37482026-08-06T23:04:02.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37492026-08-06T23:04:02.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37502026-08-06T23:04:02.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37512026-08-06T23:04:02.262Z
37522026-08-06T23:04:02.262Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (199/304)
37532026-08-06T23:04:02.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37542026-08-06T23:04:02.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37552026-08-06T23:04:02.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37562026-08-06T23:04:02.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37572026-08-06T23:04:02.832Z
37582026-08-06T23:04:02.832Zinfo: running `cargo check --bins` on key-manager (200/304)
37592026-08-06T23:04:03.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37602026-08-06T23:04:03.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37612026-08-06T23:04:03.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37622026-08-06T23:04:03.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37632026-08-06T23:04:03.384Z
37642026-08-06T23:04:03.384Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (201/304)
37652026-08-06T23:04:03.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37662026-08-06T23:04:03.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37672026-08-06T23:04:03.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37682026-08-06T23:04:03.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37692026-08-06T23:04:03.955Z
37702026-08-06T23:04:03.955Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (202/304)
37712026-08-06T23:04:04.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37722026-08-06T23:04:04.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37732026-08-06T23:04:04.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37742026-08-06T23:04:04.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37752026-08-06T23:04:04.526Z
37762026-08-06T23:04:04.526Zinfo: running `cargo check --bins` on typed-rng (203/304)
37772026-08-06T23:04:04.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37782026-08-06T23:04:04.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37792026-08-06T23:04:04.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37802026-08-06T23:04:04.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37812026-08-06T23:04:05.067Z
37822026-08-06T23:04:05.067Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (204/304)
37832026-08-06T23:04:05.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37842026-08-06T23:04:05.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37852026-08-06T23:04:05.878Z Compiling libefi-sys v0.1.0
37862026-08-06T23:04:05.881Z Compiling bitfield-struct v0.6.2
37872026-08-06T23:04:06.018Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37882026-08-06T23:04:06.026Z Compiling xshell-macros v0.2.7
37892026-08-06T23:04:06.034Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37902026-08-06T23:04:06.047Z Compiling salty v0.3.0
37912026-08-06T23:04:06.061Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37922026-08-06T23:04:06.092Z Checking libscf-sys v1.2.0
37932026-08-06T23:04:06.093Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37942026-08-06T23:04:06.196Z Checking rfc6979 v0.4.0
37952026-08-06T23:04:06.240Z Compiling proc-macro-error-attr2 v2.0.0
37962026-08-06T23:04:06.310Z Checking ecdsa v0.16.9
37972026-08-06T23:04:06.349Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37982026-08-06T23:04:06.377Z Checking xshell v0.2.7
37992026-08-06T23:04:06.392Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38002026-08-06T23:04:06.491Z Checking primeorder v0.13.6
38012026-08-06T23:04:06.551Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
38022026-08-06T23:04:06.567Z Checking tungstenite v0.21.0
38032026-08-06T23:04:06.581Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38042026-08-06T23:04:06.614Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38052026-08-06T23:04:06.629Z Compiling proc-macro-error2 v2.0.1
38062026-08-06T23:04:06.645Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38072026-08-06T23:04:06.727Z Checking p384 v0.13.1
38082026-08-06T23:04:06.757Z Checking papergrid v0.17.0
38092026-08-06T23:04:06.772Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38102026-08-06T23:04:06.839Z Checking testing_table v0.3.0
38112026-08-06T23:04:06.853Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38122026-08-06T23:04:06.928Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38132026-08-06T23:04:06.943Z Compiling tabled_derive v0.11.0
38142026-08-06T23:04:06.984Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38152026-08-06T23:04:07.080Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38162026-08-06T23:04:07.107Z Checking tokio-tungstenite v0.21.0
38172026-08-06T23:04:07.218Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38182026-08-06T23:04:07.241Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38192026-08-06T23:04:07.262Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
38202026-08-06T23:04:07.373Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38212026-08-06T23:04:07.459Z Checking corncobs v0.1.4
38222026-08-06T23:04:07.529Z Compiling illumos-nvpair-sys v0.2.0
38232026-08-06T23:04:07.563Z Compiling unicase v2.9.0
38242026-08-06T23:04:07.580Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38252026-08-06T23:04:07.583Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38262026-08-06T23:04:07.609Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38272026-08-06T23:04:07.682Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38282026-08-06T23:04:07.747Z Compiling progenitor-impl v0.13.0
38292026-08-06T23:04:07.761Z Compiling mime_guess v2.0.5
38302026-08-06T23:04:07.848Z Checking secrecy v0.8.0
38312026-08-06T23:04:07.890Z Checking crc8 v0.1.1
38322026-08-06T23:04:07.904Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38332026-08-06T23:04:07.985Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38342026-08-06T23:04:08.002Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38352026-08-06T23:04:08.072Z Checking tabled v0.20.0
38362026-08-06T23:04:08.225Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38372026-08-06T23:04:08.310Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38382026-08-06T23:04:08.523Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38392026-08-06T23:04:08.558Z Checking progenitor-client v0.13.0
38402026-08-06T23:04:08.718Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38412026-08-06T23:04:08.788Z Checking filetime v0.2.27
38422026-08-06T23:04:09.014Z Checking xattr v1.6.1
38432026-08-06T23:04:09.080Z Checking http-range v0.1.5
38442026-08-06T23:04:09.149Z Checking tar v0.4.46
38452026-08-06T23:04:09.220Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38462026-08-06T23:04:09.264Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38472026-08-06T23:04:09.446Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38482026-08-06T23:04:09.463Z Checking illumos-nvpair v0.3.0
38492026-08-06T23:04:09.559Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38502026-08-06T23:04:09.618Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38512026-08-06T23:04:09.698Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38522026-08-06T23:04:09.847Z Checking scuffle v0.1.0
38532026-08-06T23:04:09.977Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38542026-08-06T23:04:09.992Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38552026-08-06T23:04:10.006Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38562026-08-06T23:04:10.109Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38572026-08-06T23:04:10.364Z Compiling progenitor-macro v0.13.0
38582026-08-06T23:04:10.413Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38592026-08-06T23:04:10.519Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38602026-08-06T23:04:10.578Z Checking hyper-staticfile v0.10.1
38612026-08-06T23:04:10.687Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
38622026-08-06T23:04:10.744Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38632026-08-06T23:04:10.777Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38642026-08-06T23:04:10.865Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38652026-08-06T23:04:10.957Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38662026-08-06T23:04:11.095Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38672026-08-06T23:04:11.216Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38682026-08-06T23:04:11.247Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38692026-08-06T23:04:11.520Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38702026-08-06T23:04:11.823Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38712026-08-06T23:04:12.147Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38722026-08-06T23:04:12.466Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
38732026-08-06T23:04:12.966Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38742026-08-06T23:04:13.500Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38752026-08-06T23:04:13.950Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38762026-08-06T23:04:14.565Z Checking progenitor v0.13.0
38772026-08-06T23:04:14.709Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38782026-08-06T23:04:15.423Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38792026-08-06T23:04:16.130Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
38802026-08-06T23:04:30.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.16s
38812026-08-06T23:04:30.243Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38822026-08-06T23:04:30.243Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38832026-08-06T23:04:30.436Z
38842026-08-06T23:04:30.436Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (205/304)
38852026-08-06T23:04:30.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-08-06T23:04:30.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-08-06T23:04:31.188Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38882026-08-06T23:04:41.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.18s
38892026-08-06T23:04:41.630Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38902026-08-06T23:04:41.630Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38912026-08-06T23:04:41.821Z
38922026-08-06T23:04:41.821Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (206/304)
38932026-08-06T23:04:42.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-08-06T23:04:42.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-08-06T23:04:42.573Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38962026-08-06T23:04:53.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s
38972026-08-06T23:04:53.063Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38982026-08-06T23:04:53.063Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38992026-08-06T23:04:53.256Z
39002026-08-06T23:04:53.256Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (207/304)
39012026-08-06T23:04:53.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39022026-08-06T23:04:53.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39032026-08-06T23:04:54.011Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39042026-08-06T23:05:04.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.19s
39052026-08-06T23:05:04.471Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39062026-08-06T23:05:04.471Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39072026-08-06T23:05:04.663Z
39082026-08-06T23:05:04.663Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (208/304)
39092026-08-06T23:05:05.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-08-06T23:05:05.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-08-06T23:05:05.404Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39122026-08-06T23:05:16.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.24s
39132026-08-06T23:05:16.020Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39142026-08-06T23:05:16.020Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39152026-08-06T23:05:16.103Z
39162026-08-06T23:05:16.103Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (209/304)
39172026-08-06T23:05:16.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-08-06T23:05:16.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-08-06T23:05:16.852Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39202026-08-06T23:05:27.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.29s
39212026-08-06T23:05:27.402Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39222026-08-06T23:05:27.402Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39232026-08-06T23:05:27.599Z
39242026-08-06T23:05:27.599Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (210/304)
39252026-08-06T23:05:28.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39262026-08-06T23:05:28.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39272026-08-06T23:05:28.359Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39282026-08-06T23:05:38.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.21s
39292026-08-06T23:05:38.823Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39302026-08-06T23:05:38.823Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39312026-08-06T23:05:39.022Z
39322026-08-06T23:05:39.023Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (211/304)
39332026-08-06T23:05:39.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-08-06T23:05:39.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-08-06T23:05:39.781Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39362026-08-06T23:05:50.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.24s
39372026-08-06T23:05:50.270Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39382026-08-06T23:05:50.270Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39392026-08-06T23:05:50.467Z
39402026-08-06T23:05:50.467Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/304)
39412026-08-06T23:05:50.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-08-06T23:05:50.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-08-06T23:05:50.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-08-06T23:05:50.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39452026-08-06T23:05:51.029Z
39462026-08-06T23:05:51.029Zinfo: running `cargo check --bins` on range-requests (213/304)
39472026-08-06T23:05:51.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-08-06T23:05:51.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-08-06T23:05:51.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-08-06T23:05:51.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39512026-08-06T23:05:51.575Z
39522026-08-06T23:05:51.575Zinfo: running `cargo check --bins` on repo-depot-api (214/304)
39532026-08-06T23:05:52.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-08-06T23:05:52.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-08-06T23:05:52.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-08-06T23:05:52.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39572026-08-06T23:05:52.126Z
39582026-08-06T23:05:52.126Zinfo: running `cargo check --bins` on sled-agent-api (215/304)
39592026-08-06T23:05:52.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-08-06T23:05:52.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-08-06T23:05:52.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-08-06T23:05:52.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39632026-08-06T23:05:52.698Z
39642026-08-06T23:05:52.699Zinfo: running `cargo check --bins` on sled-diagnostics (216/304)
39652026-08-06T23:05:53.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-08-06T23:05:53.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-08-06T23:05:53.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-08-06T23:05:53.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39692026-08-06T23:05:53.272Z
39702026-08-06T23:05:53.273Zinfo: running `cargo check --bins` on zfs-test-harness (217/304)
39712026-08-06T23:05:53.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-08-06T23:05:53.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-08-06T23:05:53.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-08-06T23:05:53.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39752026-08-06T23:05:53.853Z
39762026-08-06T23:05:53.853Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/304)
39772026-08-06T23:05:54.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-08-06T23:05:54.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-08-06T23:05:54.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-08-06T23:05:54.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39812026-08-06T23:05:54.427Z
39822026-08-06T23:05:54.427Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/304)
39832026-08-06T23:05:54.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-08-06T23:05:54.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-08-06T23:05:54.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-08-06T23:05:54.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39872026-08-06T23:05:55.004Z
39882026-08-06T23:05:55.004Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/304)
39892026-08-06T23:05:55.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-08-06T23:05:55.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-08-06T23:05:55.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-08-06T23:05:55.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39932026-08-06T23:05:55.573Z
39942026-08-06T23:05:55.573Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/304)
39952026-08-06T23:05:56.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-08-06T23:05:56.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-08-06T23:05:56.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-08-06T23:05:56.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39992026-08-06T23:05:56.149Z
40002026-08-06T23:05:56.149Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/304)
40012026-08-06T23:05:56.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-08-06T23:05:56.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-08-06T23:05:56.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-08-06T23:05:56.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40052026-08-06T23:05:56.731Z
40062026-08-06T23:05:56.731Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/304)
40072026-08-06T23:05:57.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-08-06T23:05:57.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-08-06T23:05:57.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-08-06T23:05:57.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40112026-08-06T23:05:57.308Z
40122026-08-06T23:05:57.308Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/304)
40132026-08-06T23:05:57.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-08-06T23:05:57.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-08-06T23:05:57.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-08-06T23:05:57.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40172026-08-06T23:05:57.883Z
40182026-08-06T23:05:57.883Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/304)
40192026-08-06T23:05:58.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-08-06T23:05:58.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-08-06T23:05:58.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40222026-08-06T23:05:58.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40232026-08-06T23:05:58.484Z
40242026-08-06T23:05:58.484Zinfo: running `cargo check --bins` on trust-quorum (226/304)
40252026-08-06T23:05:58.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-08-06T23:05:58.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-08-06T23:05:58.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40282026-08-06T23:05:58.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40292026-08-06T23:05:59.065Z
40302026-08-06T23:05:59.065Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/304)
40312026-08-06T23:05:59.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322026-08-06T23:05:59.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332026-08-06T23:05:59.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40342026-08-06T23:05:59.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40352026-08-06T23:05:59.656Z
40362026-08-06T23:05:59.656Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/304)
40372026-08-06T23:06:00.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-08-06T23:06:00.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-08-06T23:06:00.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40402026-08-06T23:06:00.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40412026-08-06T23:06:00.258Z
40422026-08-06T23:06:00.258Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/304)
40432026-08-06T23:06:00.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-08-06T23:06:00.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-08-06T23:06:00.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40462026-08-06T23:06:00.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40472026-08-06T23:06:00.863Z
40482026-08-06T23:06:00.863Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/304)
40492026-08-06T23:06:01.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-08-06T23:06:01.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-08-06T23:06:01.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40522026-08-06T23:06:01.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40532026-08-06T23:06:01.407Z
40542026-08-06T23:06:01.407Zinfo: running `cargo check --bins` on reconfigurator-cli (231/304)
40552026-08-06T23:06:01.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-08-06T23:06:01.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-08-06T23:06:02.146Z Checking ignore v0.4.25
40582026-08-06T23:06:02.149Z Checking predicates-tree v1.0.13
40592026-08-06T23:06:02.272Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40602026-08-06T23:06:02.275Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
40612026-08-06T23:06:02.278Z Checking rand_seeder v0.4.0
40622026-08-06T23:06:02.294Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40632026-08-06T23:06:02.305Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40642026-08-06T23:06:02.308Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40652026-08-06T23:06:02.351Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
40662026-08-06T23:06:02.397Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
40672026-08-06T23:06:02.413Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40682026-08-06T23:06:02.447Z Checking sha2 v0.11.0
40692026-08-06T23:06:02.555Z Checking digest-io v0.1.0
40702026-08-06T23:06:02.639Z Checking globwalk v0.9.1
40712026-08-06T23:06:02.677Z Compiling petname v2.0.2
40722026-08-06T23:06:02.806Z Checking rawzip v0.4.4
40732026-08-06T23:06:02.820Z Checking camino-tempfile-ext v0.3.3
40742026-08-06T23:06:02.964Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40752026-08-06T23:06:03.009Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40762026-08-06T23:06:03.098Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40772026-08-06T23:06:03.242Z Checking sapling-renderdag v0.1.0
40782026-08-06T23:06:03.289Z Checking subprocess v0.2.15
40792026-08-06T23:06:03.326Z Checking sync-ptr v0.1.4
40802026-08-06T23:06:03.398Z Checking colored v2.2.0
40812026-08-06T23:06:03.437Z Checking assert_matches v1.5.0
40822026-08-06T23:06:03.563Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40832026-08-06T23:06:04.234Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
40842026-08-06T23:06:05.222Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40852026-08-06T23:06:06.480Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40862026-08-06T23:06:08.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.27s
40872026-08-06T23:06:08.879Z
40882026-08-06T23:06:08.880Zinfo: running `cargo check --bins` on omicron-repl-utils (232/304)
40892026-08-06T23:06:09.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40902026-08-06T23:06:09.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40912026-08-06T23:06:09.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40922026-08-06T23:06:09.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40932026-08-06T23:06:09.422Z
40942026-08-06T23:06:09.422Zinfo: running `cargo check --bins` on transient-dns-server (233/304)
40952026-08-06T23:06:09.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40962026-08-06T23:06:09.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40972026-08-06T23:06:09.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40982026-08-06T23:06:09.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40992026-08-06T23:06:09.987Z
41002026-08-06T23:06:09.987Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (234/304)
41012026-08-06T23:06:10.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41022026-08-06T23:06:10.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41032026-08-06T23:06:10.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41042026-08-06T23:06:10.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41052026-08-06T23:06:10.556Z
41062026-08-06T23:06:10.556Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (235/304)
41072026-08-06T23:06:11.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-08-06T23:06:11.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-08-06T23:06:11.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41102026-08-06T23:06:11.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41112026-08-06T23:06:11.129Z
41122026-08-06T23:06:11.130Zinfo: running `cargo check --bins` on nexus-test-interface (236/304)
41132026-08-06T23:06:11.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-08-06T23:06:11.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-08-06T23:06:11.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41162026-08-06T23:06:11.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41172026-08-06T23:06:11.735Z
41182026-08-06T23:06:11.736Zinfo: running `cargo check --bins` on oximeter-collector (237/304)
41192026-08-06T23:06:12.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-08-06T23:06:12.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-08-06T23:06:12.433Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
41222026-08-06T23:06:12.433Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
41232026-08-06T23:06:13.099Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41242026-08-06T23:06:14.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
41252026-08-06T23:06:14.980Z
41262026-08-06T23:06:14.980Zinfo: running `cargo check --bins` on oximeter-api (238/304)
41272026-08-06T23:06:15.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-08-06T23:06:15.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-08-06T23:06:15.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41302026-08-06T23:06:15.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41312026-08-06T23:06:15.538Z
41322026-08-06T23:06:15.538Zinfo: running `cargo check --bins` on cert-dev (239/304)
41332026-08-06T23:06:15.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-08-06T23:06:16.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-08-06T23:06:16.129Z Checking yasna v0.5.2
41362026-08-06T23:06:16.527Z Checking rcgen v0.12.1
41372026-08-06T23:06:16.772Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41382026-08-06T23:06:16.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
41392026-08-06T23:06:17.108Z
41402026-08-06T23:06:17.108Zinfo: running `cargo check --bins` on clickana (240/304)
41412026-08-06T23:06:17.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41422026-08-06T23:06:17.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41432026-08-06T23:06:17.734Z Compiling instability v0.3.11
41442026-08-06T23:06:17.734Z Checking castaway v0.2.4
41452026-08-06T23:06:17.737Z Compiling indoc v2.0.7
41462026-08-06T23:06:17.737Z Checking unicode-truncate v1.1.0
41472026-08-06T23:06:17.856Z Checking lru v0.12.5
41482026-08-06T23:06:17.860Z Checking cassowary v0.3.0
41492026-08-06T23:06:17.930Z Checking compact_str v0.8.1
41502026-08-06T23:06:18.731Z Checking ratatui v0.29.0
41512026-08-06T23:06:19.777Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41522026-08-06T23:06:20.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s
41532026-08-06T23:06:20.671Z
41542026-08-06T23:06:20.671Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (241/304)
41552026-08-06T23:06:21.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-08-06T23:06:21.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-08-06T23:06:21.371Z Checking headers-core v0.3.0
41582026-08-06T23:06:21.374Z Checking port-file v0.1.0
41592026-08-06T23:06:21.374Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41602026-08-06T23:06:21.566Z Checking headers v0.4.1
41612026-08-06T23:06:21.928Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41622026-08-06T23:06:22.872Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41632026-08-06T23:06:23.386Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41642026-08-06T23:06:23.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
41652026-08-06T23:06:24.003Z
41662026-08-06T23:06:24.003Zinfo: running `cargo check --bins` on ch-dev (242/304)
41672026-08-06T23:06:24.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41682026-08-06T23:06:24.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41692026-08-06T23:06:24.699Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41702026-08-06T23:06:25.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
41712026-08-06T23:06:25.631Z
41722026-08-06T23:06:25.631Zinfo: running `cargo check --bins` on dev-tools-common (243/304)
41732026-08-06T23:06:25.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41742026-08-06T23:06:25.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41752026-08-06T23:06:25.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41762026-08-06T23:06:25.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
41772026-08-06T23:06:26.037Z
41782026-08-06T23:06:26.037Zinfo: running `cargo check --bins` on corpus-adjust (244/304)
41792026-08-06T23:06:26.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41802026-08-06T23:06:26.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41812026-08-06T23:06:26.645Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41822026-08-06T23:06:27.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
41832026-08-06T23:06:27.178Z
41842026-08-06T23:06:27.179Zinfo: running `cargo check --bins` on crdb-seed (245/304)
41852026-08-06T23:06:27.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41862026-08-06T23:06:27.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41872026-08-06T23:06:27.879Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41882026-08-06T23:06:28.959Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41892026-08-06T23:06:29.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s
41902026-08-06T23:06:29.497Z
41912026-08-06T23:06:29.497Zinfo: running `cargo check --bins` on db-dev (246/304)
41922026-08-06T23:06:29.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41932026-08-06T23:06:30.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41942026-08-06T23:06:30.195Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41952026-08-06T23:06:30.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
41962026-08-06T23:06:31.136Z
41972026-08-06T23:06:31.136Zinfo: running `cargo check --bins` on omicron-dev-lib (247/304)
41982026-08-06T23:06:31.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-08-06T23:06:31.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-08-06T23:06:31.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012026-08-06T23:06:31.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42022026-08-06T23:06:31.737Z
42032026-08-06T23:06:31.737Zinfo: running `cargo check --bins` on xtask-downloader (248/304)
42042026-08-06T23:06:32.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-08-06T23:06:32.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-08-06T23:06:32.333Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
42072026-08-06T23:06:33.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
42082026-08-06T23:06:33.177Z
42092026-08-06T23:06:33.177Zinfo: running `cargo check --bins` on omicron-dropshot-apis (249/304)
42102026-08-06T23:06:33.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-08-06T23:06:33.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-08-06T23:06:33.898Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42132026-08-06T23:06:33.898Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42142026-08-06T23:06:33.902Z Checking git-stub v1.0.0
42152026-08-06T23:06:33.902Z Compiling trait-variant v0.1.2
42162026-08-06T23:06:33.902Z Checking is_ci v1.2.0
42172026-08-06T23:06:34.035Z Checking maplit v1.0.2
42182026-08-06T23:06:34.055Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
42192026-08-06T23:06:34.055Z Checking drift v0.2.0
42202026-08-06T23:06:34.097Z Checking supports-color v3.0.2
42212026-08-06T23:06:34.116Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
42222026-08-06T23:06:34.176Z Checking git-stub-vcs v0.1.0
42232026-08-06T23:06:34.213Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42242026-08-06T23:06:34.227Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42252026-08-06T23:06:34.248Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
42262026-08-06T23:06:34.382Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
42272026-08-06T23:06:34.411Z Checking dropshot-api-manager v0.7.2
42282026-08-06T23:06:34.465Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42292026-08-06T23:06:34.540Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
42302026-08-06T23:06:34.763Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42312026-08-06T23:06:35.249Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42322026-08-06T23:06:36.186Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42332026-08-06T23:06:37.183Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42342026-08-06T23:06:37.883Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42352026-08-06T23:06:38.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.14s
42362026-08-06T23:06:38.335Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42372026-08-06T23:06:38.335Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42382026-08-06T23:06:38.522Z
42392026-08-06T23:06:38.522Zinfo: running `cargo check --bins` on installinator-api (250/304)
42402026-08-06T23:06:38.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-08-06T23:06:38.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-08-06T23:06:38.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42432026-08-06T23:06:38.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42442026-08-06T23:06:39.072Z
42452026-08-06T23:06:39.072Zinfo: running `cargo check --bins` on nexus-external-api (251/304)
42462026-08-06T23:06:39.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-08-06T23:06:39.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-08-06T23:06:39.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42492026-08-06T23:06:39.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42502026-08-06T23:06:39.670Z
42512026-08-06T23:06:39.671Zinfo: running `cargo check --bins` on nexus-internal-api (252/304)
42522026-08-06T23:06:40.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42532026-08-06T23:06:40.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42542026-08-06T23:06:40.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42552026-08-06T23:06:40.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42562026-08-06T23:06:43.465Z
42572026-08-06T23:06:43.465Zinfo: running `cargo check --bins` on nexus-lockstep-api (253/304)
42582026-08-06T23:06:43.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42592026-08-06T23:06:43.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42602026-08-06T23:06:43.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42612026-08-06T23:06:43.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42622026-08-06T23:06:43.483Z
42632026-08-06T23:06:43.483Zinfo: running `cargo check --bins` on ntp-admin-api (254/304)
42642026-08-06T23:06:43.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42652026-08-06T23:06:43.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42662026-08-06T23:06:43.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42672026-08-06T23:06:43.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42682026-08-06T23:06:43.484Z
42692026-08-06T23:06:43.484Zinfo: running `cargo check --bins` on ntp-admin-types-versions (255/304)
42702026-08-06T23:06:43.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42712026-08-06T23:06:43.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42722026-08-06T23:06:43.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42732026-08-06T23:06:43.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42742026-08-06T23:06:43.484Z
42752026-08-06T23:06:43.484Zinfo: running `cargo check --bins` on wicketd-api (256/304)
42762026-08-06T23:06:43.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42772026-08-06T23:06:43.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42782026-08-06T23:06:43.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42792026-08-06T23:06:43.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42802026-08-06T23:06:43.484Z
42812026-08-06T23:06:43.484Zinfo: running `cargo check --bins` on wicketd-commission-api (257/304)
42822026-08-06T23:06:43.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42832026-08-06T23:06:43.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42842026-08-06T23:06:43.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42852026-08-06T23:06:43.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42862026-08-06T23:06:43.485Z
42872026-08-06T23:06:43.485Zinfo: running `cargo check --bins` on omicron-ls-apis (258/304)
42882026-08-06T23:06:44.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42892026-08-06T23:06:44.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42902026-08-06T23:06:44.606Z Compiling blake3 v1.8.5
42912026-08-06T23:06:44.606Z Checking arrayvec v0.7.6
42922026-08-06T23:06:44.606Z Checking arrayref v0.3.9
42932026-08-06T23:06:44.606Z Checking constant_time_eq v0.4.2
42942026-08-06T23:06:44.606Z Checking cargo-platform v0.3.2
42952026-08-06T23:06:44.606Z Checking topological-sort v0.2.2
42962026-08-06T23:06:44.606Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42972026-08-06T23:06:44.606Z Checking cargo_metadata v0.23.1
42982026-08-06T23:06:44.621Z Checking omicron-zone-package v0.12.3
42992026-08-06T23:06:45.273Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
43002026-08-06T23:06:46.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
43012026-08-06T23:06:46.256Z
43022026-08-06T23:06:46.256Zinfo: running `cargo check --bins` on mgs-dev (259/304)
43032026-08-06T23:06:46.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43042026-08-06T23:06:46.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43052026-08-06T23:06:46.963Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43062026-08-06T23:06:47.592Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
43072026-08-06T23:06:48.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
43082026-08-06T23:06:48.291Z
43092026-08-06T23:06:48.291Zinfo: running `cargo check --bins` on omicron-omdb (260/304)
43102026-08-06T23:06:48.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43112026-08-06T23:06:48.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43122026-08-06T23:06:49.236Z Compiling darling_core v0.21.3
43132026-08-06T23:06:49.236Z Compiling vergen-lib v0.1.6
43142026-08-06T23:06:49.236Z Compiling diesel_derives v2.3.7
43152026-08-06T23:06:49.239Z Checking scheduled-thread-pool v0.2.7
43162026-08-06T23:06:49.239Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43172026-08-06T23:06:49.240Z Compiling vergen-gitcl v1.0.8
43182026-08-06T23:06:49.240Z Compiling diesel_table_macro_syntax v0.3.0
43192026-08-06T23:06:49.383Z Compiling dirs-sys-next v0.1.2
43202026-08-06T23:06:49.500Z Compiling glob v0.3.3
43212026-08-06T23:06:49.547Z Compiling crunchy v0.2.4
43222026-08-06T23:06:49.626Z Compiling dirs-next v2.0.0
43232026-08-06T23:06:49.642Z Checking r2d2 v0.8.10
43242026-08-06T23:06:49.686Z Checking downcast-rs v2.0.2
43252026-08-06T23:06:49.752Z Compiling tiny-keccak v2.0.2
43262026-08-06T23:06:49.813Z Compiling term v0.7.0
43272026-08-06T23:06:49.831Z Compiling bit-vec v0.6.3
43282026-08-06T23:06:49.879Z Compiling clang-sys v1.8.1
43292026-08-06T23:06:50.044Z Compiling bit-set v0.5.3
43302026-08-06T23:06:50.087Z Compiling ascii-canvas v3.0.0
43312026-08-06T23:06:50.205Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
43322026-08-06T23:06:50.244Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
43332026-08-06T23:06:50.329Z Compiling itertools v0.10.5
43342026-08-06T23:06:50.347Z Compiling ena v0.14.4
43352026-08-06T23:06:50.374Z Compiling libloading v0.8.9
43362026-08-06T23:06:50.392Z Compiling bindgen v0.71.1
43372026-08-06T23:06:50.396Z Compiling diff v0.1.13
43382026-08-06T23:06:50.479Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
43392026-08-06T23:06:50.553Z Compiling regex-syntax v0.6.29
43402026-08-06T23:06:50.674Z Compiling cexpr v0.6.0
43412026-08-06T23:06:50.801Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43422026-08-06T23:06:50.985Z Compiling rustc-hash v2.1.1
43432026-08-06T23:06:51.091Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43442026-08-06T23:06:51.305Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43452026-08-06T23:06:51.332Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43462026-08-06T23:06:51.389Z Compiling libxml v0.3.3
43472026-08-06T23:06:51.440Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43482026-08-06T23:06:51.625Z Compiling strum_macros v0.24.3
43492026-08-06T23:06:51.642Z Compiling indoc v1.0.9
43502026-08-06T23:06:51.912Z Compiling darling_macro v0.21.3
43512026-08-06T23:06:52.079Z Compiling lalrpop v0.19.12
43522026-08-06T23:06:52.415Z Compiling darling v0.21.3
43532026-08-06T23:06:52.510Z Compiling dsl_auto_type v0.2.0
43542026-08-06T23:06:52.567Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43552026-08-06T23:06:52.597Z Checking derive_builder v0.20.2
43562026-08-06T23:06:52.713Z Compiling oso-derive v0.27.3
43572026-08-06T23:06:52.751Z Checking quick-xml v0.37.5
43582026-08-06T23:06:52.951Z Compiling impl-trait-for-tuples v0.2.3
43592026-08-06T23:06:53.219Z Checking openssl-probe v0.1.6
43602026-08-06T23:06:53.358Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43612026-08-06T23:06:53.619Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43622026-08-06T23:06:53.810Z Checking bb8 v0.8.6
43632026-08-06T23:06:54.089Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43642026-08-06T23:06:54.124Z Checking nonempty v0.12.0
43652026-08-06T23:06:54.141Z Compiling libz-sys v1.1.24
43662026-08-06T23:06:54.351Z Compiling strsim v0.10.0
43672026-08-06T23:06:54.373Z Compiling libgit2-sys v0.18.3+1.9.2
43682026-08-06T23:06:54.485Z Compiling vergen-git2 v9.1.0
43692026-08-06T23:06:54.639Z Compiling darling_core v0.13.4
43702026-08-06T23:06:54.712Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43712026-08-06T23:06:54.802Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43722026-08-06T23:06:54.924Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43732026-08-06T23:06:55.138Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43742026-08-06T23:06:55.326Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43752026-08-06T23:06:55.507Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43762026-08-06T23:06:55.695Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43772026-08-06T23:06:55.787Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43782026-08-06T23:06:55.878Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43792026-08-06T23:06:56.061Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43802026-08-06T23:06:56.247Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43812026-08-06T23:06:56.430Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43822026-08-06T23:06:56.500Z Compiling darling_macro v0.13.4
43832026-08-06T23:06:56.811Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43842026-08-06T23:06:56.982Z Compiling darling v0.13.4
43852026-08-06T23:06:57.076Z Compiling serde_with_macros v1.5.2
43862026-08-06T23:06:57.185Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43872026-08-06T23:06:57.774Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43882026-08-06T23:06:57.906Z Compiling serde_with v1.14.0
43892026-08-06T23:06:57.958Z Checking twox-hash v2.1.2
43902026-08-06T23:06:58.004Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43912026-08-06T23:06:58.260Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43922026-08-06T23:06:58.356Z Checking diesel v2.3.7
43932026-08-06T23:06:59.025Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43942026-08-06T23:06:59.764Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43952026-08-06T23:07:00.096Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43962026-08-06T23:07:00.645Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43972026-08-06T23:07:00.795Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43982026-08-06T23:07:01.296Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43992026-08-06T23:07:01.314Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
44002026-08-06T23:07:01.383Z Checking libsw-core v0.3.2
44012026-08-06T23:07:01.535Z Checking atty v0.2.14
44022026-08-06T23:07:01.639Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44032026-08-06T23:07:02.242Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44042026-08-06T23:07:02.325Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44052026-08-06T23:07:02.401Z Checking libsw v3.5.0
44062026-08-06T23:07:02.473Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44072026-08-06T23:07:02.563Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
44082026-08-06T23:07:03.763Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44092026-08-06T23:07:03.817Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44102026-08-06T23:07:04.533Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44112026-08-06T23:07:04.642Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
44122026-08-06T23:07:05.245Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
44132026-08-06T23:07:05.434Z Checking console v0.16.2
44142026-08-06T23:07:05.610Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
44152026-08-06T23:07:05.740Z Checking fatfs v0.3.6
44162026-08-06T23:07:05.758Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
44172026-08-06T23:07:06.193Z Checking unit-prefix v0.5.2
44182026-08-06T23:07:06.330Z Compiling seq-macro v0.3.6
44192026-08-06T23:07:06.834Z Checking indicatif v0.18.4
44202026-08-06T23:07:06.968Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44212026-08-06T23:07:07.075Z Checking oxide-update-engine-display v0.1.2
44222026-08-06T23:07:07.219Z Checking support-bundle-viewer v0.1.2
44232026-08-06T23:07:07.378Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
44242026-08-06T23:07:07.462Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
44252026-08-06T23:07:07.612Z Checking multimap v0.10.1
44262026-08-06T23:07:13.366Z Checking async-bb8-diesel v0.2.1
44272026-08-06T23:07:13.718Z Checking diesel-dtrace v0.5.0
44282026-08-06T23:07:16.664Z Compiling samael v0.0.19
44292026-08-06T23:07:21.216Z Compiling git2 v0.20.4
44302026-08-06T23:07:22.383Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
44312026-08-06T23:07:23.747Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
44322026-08-06T23:07:23.967Z Compiling polar-core v0.27.3
44332026-08-06T23:07:28.461Z Checking oso v0.27.3
44342026-08-06T23:08:00.261Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44352026-08-06T23:09:14.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s
44362026-08-06T23:09:14.303Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44372026-08-06T23:09:14.303Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44382026-08-06T23:09:14.509Z
44392026-08-06T23:09:14.509Zinfo: running `cargo check --bins` on nexus-networking (261/304)
44402026-08-06T23:09:15.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-08-06T23:09:15.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-08-06T23:09:15.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44432026-08-06T23:09:15.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44442026-08-06T23:09:15.168Z
44452026-08-06T23:09:15.168Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (262/304)
44462026-08-06T23:09:15.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44472026-08-06T23:09:15.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44482026-08-06T23:09:15.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44492026-08-06T23:09:15.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44502026-08-06T23:09:15.782Z
44512026-08-06T23:09:15.782Zinfo: running `cargo check --bins` on nexus-saga-recovery (263/304)
44522026-08-06T23:09:16.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44532026-08-06T23:09:16.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44542026-08-06T23:09:16.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44552026-08-06T23:09:16.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44562026-08-06T23:09:16.398Z
44572026-08-06T23:09:16.398Zinfo: running `cargo check --bins` on nexus-test-utils-macros (264/304)
44582026-08-06T23:09:16.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44592026-08-06T23:09:16.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44602026-08-06T23:09:16.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44612026-08-06T23:09:16.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44622026-08-06T23:09:16.952Z
44632026-08-06T23:09:16.952Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (265/304)
44642026-08-06T23:09:17.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44652026-08-06T23:09:17.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44662026-08-06T23:09:17.756Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44672026-08-06T23:09:18.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
44682026-08-06T23:09:18.509Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44692026-08-06T23:09:18.509Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44702026-08-06T23:09:18.712Z
44712026-08-06T23:09:18.712Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (266/304)
44722026-08-06T23:09:19.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44732026-08-06T23:09:19.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44742026-08-06T23:09:19.522Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44752026-08-06T23:09:57.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.26s
44762026-08-06T23:09:57.986Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44772026-08-06T23:09:57.986Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44782026-08-06T23:09:58.191Z
44792026-08-06T23:09:58.191Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (267/304)
44802026-08-06T23:09:58.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44812026-08-06T23:09:58.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44822026-08-06T23:09:58.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44832026-08-06T23:09:58.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44842026-08-06T23:09:58.745Z
44852026-08-06T23:09:58.745Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (268/304)
44862026-08-06T23:09:59.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44872026-08-06T23:09:59.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44882026-08-06T23:09:59.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44892026-08-06T23:09:59.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44902026-08-06T23:09:59.302Z
44912026-08-06T23:09:59.302Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (269/304)
44922026-08-06T23:09:59.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44932026-08-06T23:09:59.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44942026-08-06T23:09:59.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44952026-08-06T23:09:59.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44962026-08-06T23:09:59.915Z
44972026-08-06T23:09:59.915Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (270/304)
44982026-08-06T23:10:00.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44992026-08-06T23:10:00.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45002026-08-06T23:10:00.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45012026-08-06T23:10:00.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45022026-08-06T23:10:00.537Z
45032026-08-06T23:10:00.537Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (271/304)
45042026-08-06T23:10:01.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45052026-08-06T23:10:01.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45062026-08-06T23:10:01.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45072026-08-06T23:10:01.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45082026-08-06T23:10:01.162Z
45092026-08-06T23:10:01.162Zinfo: running `cargo check --bins` on nexus-mgs-updates (272/304)
45102026-08-06T23:10:01.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45112026-08-06T23:10:01.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45122026-08-06T23:10:01.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45132026-08-06T23:10:01.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45142026-08-06T23:10:01.773Z
45152026-08-06T23:10:01.774Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (273/304)
45162026-08-06T23:10:02.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45172026-08-06T23:10:02.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45182026-08-06T23:10:02.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45192026-08-06T23:10:02.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45202026-08-06T23:10:02.391Z
45212026-08-06T23:10:02.391Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (274/304)
45222026-08-06T23:10:02.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45232026-08-06T23:10:02.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45242026-08-06T23:10:02.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45252026-08-06T23:10:02.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45262026-08-06T23:10:03.012Z
45272026-08-06T23:10:03.012Zinfo: running `cargo check --bins` on nexus-switch-config (275/304)
45282026-08-06T23:10:03.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-08-06T23:10:03.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-08-06T23:10:03.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45312026-08-06T23:10:03.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45322026-08-06T23:10:03.611Z
45332026-08-06T23:10:03.611Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (276/304)
45342026-08-06T23:10:04.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45352026-08-06T23:10:04.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45362026-08-06T23:10:04.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45372026-08-06T23:10:04.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45382026-08-06T23:10:04.236Z
45392026-08-06T23:10:04.236Zinfo: running `cargo check --bins` on support-bundle-collection (277/304)
45402026-08-06T23:10:04.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45412026-08-06T23:10:04.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45422026-08-06T23:10:04.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45432026-08-06T23:10:04.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45442026-08-06T23:10:04.855Z
45452026-08-06T23:10:04.855Zinfo: running `cargo check --bins` on omicron-dev (278/304)
45462026-08-06T23:10:05.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45472026-08-06T23:10:05.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45482026-08-06T23:10:05.739Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45492026-08-06T23:10:05.742Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45502026-08-06T23:10:05.929Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
45512026-08-06T23:10:05.960Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45522026-08-06T23:10:05.962Z Checking yansi v1.0.1
45532026-08-06T23:10:05.962Z Checking diff v0.1.13
45542026-08-06T23:10:06.005Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45552026-08-06T23:10:06.009Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45562026-08-06T23:10:06.216Z Checking pretty_assertions v1.4.1
45572026-08-06T23:10:06.986Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45582026-08-06T23:10:07.027Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45592026-08-06T23:10:31.925Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45602026-08-06T23:10:31.925Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45612026-08-06T23:10:31.928Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45622026-08-06T23:10:31.928Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45632026-08-06T23:10:31.928Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45642026-08-06T23:10:31.928Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45652026-08-06T23:10:31.928Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45662026-08-06T23:10:32.775Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45672026-08-06T23:10:32.778Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45682026-08-06T23:10:33.964Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45692026-08-06T23:11:12.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
45702026-08-06T23:11:12.763Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
45712026-08-06T23:11:12.763Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
45722026-08-06T23:11:12.962Z
45732026-08-06T23:11:12.962Zinfo: running `cargo check --bins` on oximeter-load-test (279/304)
45742026-08-06T23:11:13.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45752026-08-06T23:11:13.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45762026-08-06T23:11:13.662Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
45772026-08-06T23:11:14.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45782026-08-06T23:11:14.490Z
45792026-08-06T23:11:14.490Zinfo: running `cargo check --bins` on omicron-pins (280/304)
45802026-08-06T23:11:14.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45812026-08-06T23:11:14.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45822026-08-06T23:11:14.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45832026-08-06T23:11:14.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
45842026-08-06T23:11:15.036Z
45852026-08-06T23:11:15.036Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (281/304)
45862026-08-06T23:11:15.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45872026-08-06T23:11:15.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45882026-08-06T23:11:15.797Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45892026-08-06T23:11:15.920Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45902026-08-06T23:11:15.928Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45912026-08-06T23:11:42.689Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45922026-08-06T23:11:43.085Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45932026-08-06T23:11:44.823Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45942026-08-06T23:11:45.294Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45952026-08-06T23:11:48.392Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45962026-08-06T23:12:12.078Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45972026-08-06T23:12:12.803Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45982026-08-06T23:12:14.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.43s
45992026-08-06T23:12:14.677Z
46002026-08-06T23:12:14.677Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (282/304)
46012026-08-06T23:12:15.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46022026-08-06T23:12:15.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46032026-08-06T23:12:15.380Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
46042026-08-06T23:12:16.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
46052026-08-06T23:12:16.263Z
46062026-08-06T23:12:16.264Zinfo: running `cargo check --bins` on omicron-releng (283/304)
46072026-08-06T23:12:16.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46082026-08-06T23:12:16.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46092026-08-06T23:12:16.893Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
46102026-08-06T23:12:16.896Z Compiling fs-err v2.11.0
46112026-08-06T23:12:17.010Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
46122026-08-06T23:12:17.018Z Checking parse-size v1.1.0
46132026-08-06T23:12:17.027Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
46142026-08-06T23:12:17.027Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46152026-08-06T23:12:17.030Z Checking shell-words v1.1.1
46162026-08-06T23:12:17.117Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
46172026-08-06T23:12:17.442Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
46182026-08-06T23:12:17.618Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
46192026-08-06T23:12:18.284Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
46202026-08-06T23:12:18.887Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
46212026-08-06T23:12:19.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.62s
46222026-08-06T23:12:20.064Z
46232026-08-06T23:12:20.064Zinfo: running `cargo check --bins` on update-common (284/304)
46242026-08-06T23:12:20.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46252026-08-06T23:12:20.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46262026-08-06T23:12:20.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46272026-08-06T23:12:20.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
46282026-08-06T23:12:20.627Z
46292026-08-06T23:12:20.627Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (285/304)
46302026-08-06T23:12:21.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46312026-08-06T23:12:21.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46322026-08-06T23:12:21.252Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
46332026-08-06T23:12:21.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
46342026-08-06T23:12:21.915Z
46352026-08-06T23:12:21.915Zinfo: running `cargo check --bins` on schema (286/304)
46362026-08-06T23:12:22.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46372026-08-06T23:12:22.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46382026-08-06T23:12:22.625Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
46392026-08-06T23:12:23.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
46402026-08-06T23:12:23.509Z
46412026-08-06T23:12:23.509Zinfo: running `cargo check --bins` on xtask (287/304)
46422026-08-06T23:12:23.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46432026-08-06T23:12:23.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46442026-08-06T23:12:23.911Z Checking serde_core v1.0.228
46452026-08-06T23:12:23.911Z Checking libc v0.2.185
46462026-08-06T23:12:23.914Z Checking bitflags v2.11.0
46472026-08-06T23:12:23.997Z Checking scroll v0.12.0
46482026-08-06T23:12:24.000Z Checking thiserror v1.0.69
46492026-08-06T23:12:24.009Z Checking log v0.4.29
46502026-08-06T23:12:24.017Z Checking indexmap v2.14.0
46512026-08-06T23:12:24.025Z Checking zerocopy v0.7.35
46522026-08-06T23:12:24.090Z Checking syn v2.0.117
46532026-08-06T23:12:24.129Z Checking dtrace-parser v0.2.0
46542026-08-06T23:12:24.145Z Checking once_cell v1.21.3
46552026-08-06T23:12:24.211Z Checking goblin v0.8.2
46562026-08-06T23:12:24.268Z Checking errno v0.3.14
46572026-08-06T23:12:24.313Z Checking getrandom v0.4.1
46582026-08-06T23:12:24.363Z Checking thread-id v4.2.2
46592026-08-06T23:12:24.380Z Checking rustix v1.1.3
46602026-08-06T23:12:24.438Z Checking memmap v0.7.0
46612026-08-06T23:12:24.448Z Checking thiserror v2.0.18
46622026-08-06T23:12:24.500Z Checking fs-err v3.3.0
46632026-08-06T23:12:24.541Z Checking tabled v0.15.0
46642026-08-06T23:12:24.544Z Checking anyhow v1.0.102
46652026-08-06T23:12:25.146Z Checking terminal_size v0.4.3
46662026-08-06T23:12:25.146Z Checking tempfile v3.25.0
46672026-08-06T23:12:25.269Z Checking clap_builder v4.6.0
46682026-08-06T23:12:25.272Z Checking textwrap v0.16.2
46692026-08-06T23:12:25.416Z Checking serde v1.0.228
46702026-08-06T23:12:25.419Z Checking serde_json v1.0.151
46712026-08-06T23:12:25.419Z Checking camino v1.2.2
46722026-08-06T23:12:25.475Z Checking semver v1.0.28
46732026-08-06T23:12:25.620Z Checking cargo-platform v0.3.2
46742026-08-06T23:12:25.655Z Checking camino-tempfile v1.4.1
46752026-08-06T23:12:25.817Z Checking serde_spanned v0.6.9
46762026-08-06T23:12:25.817Z Checking toml_datetime v0.6.11
46772026-08-06T23:12:25.820Z Checking macaddr v1.0.1
46782026-08-06T23:12:25.820Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46792026-08-06T23:12:25.986Z Checking toml_edit v0.22.27
46802026-08-06T23:12:26.013Z Checking cargo_metadata v0.23.1
46812026-08-06T23:12:26.022Z Checking dof v0.3.0
46822026-08-06T23:12:26.277Z Checking usdt-impl v0.5.0
46832026-08-06T23:12:26.431Z Checking clap v4.6.1
46842026-08-06T23:12:26.536Z Checking usdt v0.5.0
46852026-08-06T23:12:26.956Z Checking toml v0.8.23
46862026-08-06T23:12:27.217Z Checking cargo_toml v0.21.0
46872026-08-06T23:12:27.848Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46882026-08-06T23:12:28.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.73s
46892026-08-06T23:12:28.338Z
46902026-08-06T23:12:28.338Zinfo: running `cargo check --bins` on dnsadm (288/304)
46912026-08-06T23:12:28.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46922026-08-06T23:12:28.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46932026-08-06T23:12:28.962Z Checking arc-swap v1.8.2
46942026-08-06T23:12:29.240Z Checking slog-scope v4.4.1
46952026-08-06T23:12:29.348Z Checking slog-stdlog v4.1.1
46962026-08-06T23:12:29.443Z Checking slog-envlogger v2.2.0
46972026-08-06T23:12:29.558Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46982026-08-06T23:12:29.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
46992026-08-06T23:12:30.152Z
47002026-08-06T23:12:30.152Zinfo: running `cargo check --bins` on end-to-end-tests (289/304)
47012026-08-06T23:12:30.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47022026-08-06T23:12:30.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47032026-08-06T23:12:30.947Z Checking cpubits v0.1.1
47042026-08-06T23:12:31.073Z Checking pem-rfc7468 v1.0.0
47052026-08-06T23:12:31.083Z Checking hmac v0.13.0
47062026-08-06T23:12:31.085Z Checking universal-hash v0.6.1
47072026-08-06T23:12:31.106Z Checking ctr v0.10.1
47082026-08-06T23:12:31.106Z Checking aead v0.6.1
47092026-08-06T23:12:31.134Z Checking aes v0.9.1
47102026-08-06T23:12:31.134Z Checking crypto-bigint v0.7.5
47112026-08-06T23:12:31.161Z Checking salsa20 v0.11.0
47122026-08-06T23:12:31.202Z Checking polyval v0.7.1
47132026-08-06T23:12:31.216Z Checking der v0.8.0
47142026-08-06T23:12:31.222Z Checking pbkdf2 v0.13.0
47152026-08-06T23:12:31.249Z Checking cbc v0.2.1
47162026-08-06T23:12:31.308Z Checking ff v0.14.0
47172026-08-06T23:12:31.331Z Checking signature v3.0.0
47182026-08-06T23:12:31.362Z Checking ghash v0.6.0
47192026-08-06T23:12:31.390Z Checking scrypt v0.12.0
47202026-08-06T23:12:31.405Z Checking base16ct v1.0.0
47212026-08-06T23:12:31.439Z Checking group v0.14.0
47222026-08-06T23:12:31.480Z Checking hkdf v0.13.0
47232026-08-06T23:12:31.499Z Compiling curve25519-dalek v5.0.0
47242026-08-06T23:12:31.519Z Checking aes-gcm v0.11.0
47252026-08-06T23:12:31.535Z Checking keccak v0.2.0
47262026-08-06T23:12:31.553Z Checking poly1305 v0.9.0
47272026-08-06T23:12:31.586Z Checking wnaf v0.14.0
47282026-08-06T23:12:31.606Z Checking blowfish v0.10.0
47292026-08-06T23:12:31.675Z Checking blake2 v0.11.0-rc.6
47302026-08-06T23:12:31.690Z Checking sha3 v0.11.0
47312026-08-06T23:12:31.747Z Checking kem v0.3.0
47322026-08-06T23:12:31.762Z Checking bcrypt-pbkdf v0.11.0
47332026-08-06T23:12:31.817Z Checking module-lattice v0.2.3
47342026-08-06T23:12:31.865Z Checking sponge-cursor v0.1.0
47352026-08-06T23:12:31.917Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47362026-08-06T23:12:31.933Z Checking argon2 v0.6.0-rc.8
47372026-08-06T23:12:31.990Z Checking sha3 v0.12.0
47382026-08-06T23:12:32.030Z Checking internal-russh-num-bigint v0.5.0
47392026-08-06T23:12:32.045Z Checking ml-kem v0.3.2
47402026-08-06T23:12:32.045Z Checking spki v0.8.0
47412026-08-06T23:12:32.093Z Checking sec1 v0.8.1
47422026-08-06T23:12:32.184Z Checking num-bigint v0.4.6
47432026-08-06T23:12:32.224Z Checking pkcs5 v0.8.1
47442026-08-06T23:12:32.238Z Checking pkcs1 v0.8.0-rc.4
47452026-08-06T23:12:32.297Z Checking generic-array v1.4.3
47462026-08-06T23:12:32.438Z Compiling enum_dispatch v0.3.13
47472026-08-06T23:12:32.504Z Checking pkcs8 v0.11.0
47482026-08-06T23:12:32.685Z Checking russh-util v0.52.0
47492026-08-06T23:12:32.700Z Checking ed25519 v3.0.0
47502026-08-06T23:12:32.768Z Compiling delegate v0.13.5
47512026-08-06T23:12:32.805Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47522026-08-06T23:12:32.805Z Checking md5 v0.8.0
47532026-08-06T23:12:32.857Z Checking hex-literal v1.1.0
47542026-08-06T23:12:32.890Z Checking ed25519-dalek v3.0.0
47552026-08-06T23:12:32.977Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47562026-08-06T23:12:32.992Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47572026-08-06T23:12:33.093Z Checking socket2 v0.5.10
47582026-08-06T23:12:33.107Z Checking internet-checksum v0.2.1
47592026-08-06T23:12:33.212Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47602026-08-06T23:12:33.354Z Checking elliptic-curve v0.14.1
47612026-08-06T23:12:33.354Z Checking rfc6979 v0.6.0
47622026-08-06T23:12:33.357Z Checking primefield v0.14.0
47632026-08-06T23:12:33.357Z Checking ssh-encoding v0.3.0
47642026-08-06T23:12:33.382Z Checking crypto-primes v0.7.2
47652026-08-06T23:12:33.611Z Checking ssh-cipher v0.3.0
47662026-08-06T23:12:33.614Z Checking russh-cryptovec v0.62.0
47672026-08-06T23:12:33.741Z Checking primeorder v0.14.0
47682026-08-06T23:12:33.744Z Checking ecdsa v0.17.0
47692026-08-06T23:12:34.102Z Checking p256 v0.14.0
47702026-08-06T23:12:34.105Z Checking p384 v0.14.0
47712026-08-06T23:12:34.105Z Checking p521 v0.14.0
47722026-08-06T23:12:34.340Z Checking rsa v0.10.0-rc.18
47732026-08-06T23:12:37.061Z Checking ssh-key v0.7.0-rc.11
47742026-08-06T23:12:37.802Z Checking russh v0.62.4
47752026-08-06T23:12:51.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.85s
47762026-08-06T23:12:51.061Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47772026-08-06T23:12:51.061Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47782026-08-06T23:12:51.220Z
47792026-08-06T23:12:51.220Zinfo: running `cargo check --bins` on gateway-cli (290/304)
47802026-08-06T23:12:51.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47812026-08-06T23:12:51.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47822026-08-06T23:12:51.846Z Checking termios v0.3.3
47832026-08-06T23:12:52.039Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47842026-08-06T23:12:52.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
47852026-08-06T23:12:52.792Z
47862026-08-06T23:12:52.792Zinfo: running `cargo check --bins --no-default-features` on installinator (291/304)
47872026-08-06T23:12:53.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47882026-08-06T23:12:53.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47892026-08-06T23:12:53.458Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47902026-08-06T23:12:54.143Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47912026-08-06T23:12:55.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s
47922026-08-06T23:12:55.908Z
47932026-08-06T23:12:55.909Zinfo: running `cargo check --bins` on internal-dns-cli (292/304)
47942026-08-06T23:12:56.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47952026-08-06T23:12:56.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47962026-08-06T23:12:56.528Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47972026-08-06T23:12:56.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
47982026-08-06T23:12:57.125Z
47992026-08-06T23:12:57.125Zinfo: running `cargo check --bins` on omicron-live-tests (293/304)
48002026-08-06T23:12:57.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48012026-08-06T23:12:57.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48022026-08-06T23:12:57.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48032026-08-06T23:12:57.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
48042026-08-06T23:12:57.674Z
48052026-08-06T23:12:57.674Zinfo: running `cargo check --bins` on live-tests-macros (294/304)
48062026-08-06T23:12:58.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48072026-08-06T23:12:58.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48082026-08-06T23:12:58.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48092026-08-06T23:12:58.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
48102026-08-06T23:12:58.224Z
48112026-08-06T23:12:58.224Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (295/304)
48122026-08-06T23:12:58.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48132026-08-06T23:12:58.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48142026-08-06T23:12:58.948Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
48152026-08-06T23:12:59.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
48162026-08-06T23:12:59.720Z
48172026-08-06T23:12:59.720Zinfo: running `cargo check --bins` on omicron-ntp-admin (296/304)
48182026-08-06T23:13:00.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48192026-08-06T23:13:00.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48202026-08-06T23:13:00.347Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
48212026-08-06T23:13:00.347Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
48222026-08-06T23:13:01.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
48232026-08-06T23:13:01.429Z
48242026-08-06T23:13:01.430Zinfo: running `cargo check --bins` on ntp-admin-types (297/304)
48252026-08-06T23:13:01.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48262026-08-06T23:13:01.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48272026-08-06T23:13:01.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48282026-08-06T23:13:01.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
48292026-08-06T23:13:01.979Z
48302026-08-06T23:13:01.979Zinfo: running `cargo check --bins` on omicron-package (298/304)
48312026-08-06T23:13:02.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48322026-08-06T23:13:02.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48332026-08-06T23:13:02.636Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
48342026-08-06T23:13:03.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
48352026-08-06T23:13:03.890Z
48362026-08-06T23:13:03.890Zinfo: running `cargo check --bins` on tqdb (299/304)
48372026-08-06T23:13:04.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48382026-08-06T23:13:04.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48392026-08-06T23:13:04.646Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
48402026-08-06T23:13:04.996Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
48412026-08-06T23:13:05.506Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
48422026-08-06T23:13:05.506Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
48432026-08-06T23:13:11.675Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
48442026-08-06T23:13:11.675Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
48452026-08-06T23:13:11.678Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
48462026-08-06T23:13:12.286Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
48472026-08-06T23:13:12.286Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
48482026-08-06T23:13:12.289Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
48492026-08-06T23:13:13.073Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48502026-08-06T23:13:13.504Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
48512026-08-06T23:13:13.737Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48522026-08-06T23:13:14.131Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
48532026-08-06T23:13:14.965Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
48542026-08-06T23:13:15.605Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48552026-08-06T23:13:20.275Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48562026-08-06T23:13:27.232Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48572026-08-06T23:13:27.232Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48582026-08-06T23:13:27.235Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48592026-08-06T23:13:27.235Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48602026-08-06T23:13:28.750Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48612026-08-06T23:13:30.012Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48622026-08-06T23:13:30.677Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48632026-08-06T23:13:31.954Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48642026-08-06T23:13:32.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.60s
48652026-08-06T23:13:32.691Z
48662026-08-06T23:13:32.691Zinfo: running `cargo check --bins` on wicket-dbg (300/304)
48672026-08-06T23:13:33.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48682026-08-06T23:13:33.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48692026-08-06T23:13:33.388Z Checking rtoolbox v0.0.3
48702026-08-06T23:13:33.504Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48712026-08-06T23:13:33.504Z Checking tui-tree-widget v0.23.1
48722026-08-06T23:13:33.519Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
48732026-08-06T23:13:33.605Z Checking rpassword v7.5.4
48742026-08-06T23:13:36.553Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48752026-08-06T23:13:38.374Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48762026-08-06T23:13:39.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.59s
48772026-08-06T23:13:39.289Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48782026-08-06T23:13:39.289Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48792026-08-06T23:13:39.472Z
48802026-08-06T23:13:39.472Zinfo: running `cargo check --bins` on wicket (301/304)
48812026-08-06T23:13:39.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48822026-08-06T23:13:39.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48832026-08-06T23:13:40.146Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48842026-08-06T23:13:40.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
48852026-08-06T23:13:40.507Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48862026-08-06T23:13:40.507Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48872026-08-06T23:13:40.684Z
48882026-08-06T23:13:40.684Zinfo: running `cargo check --bins` on wicketd (302/304)
48892026-08-06T23:13:41.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48902026-08-06T23:13:41.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48912026-08-06T23:13:41.367Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48922026-08-06T23:13:45.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s
48932026-08-06T23:13:45.024Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48942026-08-06T23:13:45.024Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48952026-08-06T23:13:45.201Z
48962026-08-06T23:13:45.201Zinfo: running `cargo check --bins` on omicron-workspace-hack (303/304)
48972026-08-06T23:13:45.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48982026-08-06T23:13:45.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48992026-08-06T23:13:45.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49002026-08-06T23:13:45.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
49012026-08-06T23:13:45.749Z
49022026-08-06T23:13:45.749Zinfo: running `cargo check --bins` on zone-setup (304/304)
49032026-08-06T23:13:46.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49042026-08-06T23:13:46.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49052026-08-06T23:13:46.403Z Checking uzers v0.12.2
49062026-08-06T23:13:46.667Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
49072026-08-06T23:13:47.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
49082026-08-06T23:13:47.631Z
49092026-08-06T23:13:47.631Zreal 13:48.132135405
49102026-08-06T23:13:47.631Zuser 20:44.617571518
49112026-08-06T23:13:47.631Zsys 4:10.311507843
49122026-08-06T23:13:47.631Ztrap 0.329269963
49132026-08-06T23:13:47.631Ztflt 0.566564077
49142026-08-06T23:13:47.631Zdflt 0.975139345
49152026-08-06T23:13:47.631Zkflt 0.004751342
49162026-08-06T23:13:47.631Zlock 1:28:53.787637908
49172026-08-06T23:13:47.631Zslp 1:39:13.992575944
49182026-08-06T23:13:47.631Zlat 49.588273509
49192026-08-06T23:13:47.631Zstop 3:55.944922401
49202026-08-06T23:13:47.634Zprocess exited: duration 957055 ms, exit code 0
 
49212026-08-06T23:13:47.640Zfound 0 output files